@font-face {
	font-family: stangaRegular;
	src: url(../fonts/stanga-regular-aaa.woff);
}

@font-face {
	font-family: stangaDemibold;
	src: url(../fonts/stanga-demibold-aaa.woff);
}

@font-face {
	font-family: gulashMedium;
	font-weight: 500;
	src: url(../fonts/Gulash-Medium.otf);
}

@font-face {
	font-family: gulashBold;
	font-weight: 700;
	src: url(../fonts/Gulash-Bold.otf);
}

@font-face {
	font-family: ploniLight;
	font-weight: 300;
	src: url(../fonts/ploni-light-aaa.woff);
}

@font-face {
	font-family: ploniRegular;
	font-weight: 400;
	src: url(../fonts/ploni-regular-aaa.woff);
}

/* All vw values are calculated from Viewport width of 1903px */

body {
	padding-top: 0 !important;
	direction: rtl;
}

h1 {
	font-family: stangaDemibold;
	font-size: 4.204vw;
	text-align: center !important;
	font-weight: 500;
	line-height: 100%;
	margin-bottom: 2vw;
}

h2 {
	font-family: stangaDemibold;
	font-size: 4.0vw;
	font-weight: 400;
	line-height: 90% 
}

h3 {
	font-family: ploniRegular;
	font-size: 1.7vw;
	font-weight: 500;
	line-height: 95% 
}
/* Old Widget */
.contact-us-widget {
	background-image: url(../img/contact-widget-bg.png);
	background-repeat: no-repeat;
	background-position: bottom 0px left -20px;
	height: 350px;
	width: 0;
	min-width: 100%;
	/* float: left; */
	/* position: sticky; */
	position: fixed;
	top: 275px;
	z-index: 1;
}

.widget-link-div {
	position: relative;
	left: 15px;
	text-align: left;
}

.widget-link-div a {
	margin-right: 35px;
}

/* New Widget */
.side-widget {
	position: fixed;
	top: 200px;
	left: 0;
	/* margin-left: 15px; */
	margin-left: 0.525vw;
	z-index: 4;
}

.widget-bg {position: fixed;}

.side-widget-link-div {
	position: relative;
	/* left: 29px; */
	top: 4.729vw;
	/* top: 90px; */
	margin-right: 15px;
	/* margin-left: 20px; */
	/* bottom: 125px; */
	/* bottom: 15.244vh; */
	text-align: left;
}

.widget-bg {width: 6.148vw;}
.side-widget-link-div img {width: 3.416vw;}

/* Header */
.custom-nav {
	box-shadow: 0px 6px 26px #CBCBCB3E;
	background-color: white !important;
	padding-top: 0;
	padding-bottom: 0;
}

.header-profile-link-mobile {display: none;}
.tranzila-logo-img-container-mobile {display: none;}
.header-phone-img-container-mobile {display: none;}
.header-phone-img {
	width: 25px;
	height: auto;
}

.menu-title.show {color: #0564CC;}

.dropdown-menu { /* change properties to existing Bootstrap class */
	border-radius: 26px;
	border: 0;
	box-shadow: 0px 3px 16px #00000029;
	margin-top: 35px !important;
	left: -280px !important;
}

.dropdown-links-col li {
	/* border-bottom: 1px solid grey; */
}

.dropdown-header { /* change properties to existing Bootstrap class */
	font-family: ploniRegular;
	letter-spacing: -0.16px;
	color: #0564CC;
	padding-right: 0px;
}

.dropdown-item { /* change properties to existing Bootstrap class */
	font-family: ploniRegular;
	letter-spacing: -0.16px;
	color: #6A6A6A;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	border-bottom: 1px solid #c2c1c1;
}

.interspace-number {
	font-family: ploniRegular;
	font-weight: 900;
	color: #0564CC;
	font-size: 26px;
}

.header-btn {
	padding: 6px 16px 4px 16px;
	background: #41A811 0% 0% no-repeat padding-box;
	border-radius: 200px;
	opacity: 1;
	width: 243px;
	color: white;
	text-decoration: none !important;
	font-size: 22px;
	font-family: ploniRegular;
	text-align: center;
}

.lang-btn {
	display: block;
	padding-top: 4px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	text-decoration: none !important;
	text-align: center;
	letter-spacing: 0px;
	color: #000000;
	font-size: 18px;
	font-family: ploniRegular;
	background-color: #c2c1c1cb;
	box-shadow: 0px 6px 26px #CBCBCB3E;
}

.lang-btn-mobile {
	display: none;
	padding-top: 4px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	text-decoration: none !important;
	text-align: center;
	letter-spacing: 0px;
	color: #000000;
	font-size: 18px;
	font-family: ploniRegular;
	background-color: #c2c1c1cb;
	box-shadow: 0px 6px 26px #CBCBCB3E;
}

.menu-title {
	font-family: ploniRegular;
	color: #000000;
	font-size: 20px;
	text-decoration: none !important;
}

.profile-img {
	width: 18px;
}

.tranzila-logo-img {
	width: 146px;
}

/* Footer */
.footer-bg {
	background: transparent linear-gradient(175deg, #0564CC 0%, #033266 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	opacity: 1;
}

.footer-text a {
	color: #FFFFFF;
	font-family: ploniLight;
	font-size: 18px;
	font-weight: 400;
	text-align: right;
	text-decoration: none !important;
	display: block;
}

.footer-text h4 {
	color: #FFFFFF;
	font-family: ploniRegular;
	font-size: 20px;
	font-weight: 500;
	text-align: right;
	text-decoration: none !important;
	display: block;
}

.footer-location-img {
	width: 15px;
	height: 19px;
}

.footer-bottom-text {
	color: #FFFFFF; 
	font-family: ploniRegular;
	font-size: 18px;
}

.footer-underline-text {
	color: #FFFFFF; 
	font-family: ploniRegular;
	font-size: 18px;
	text-decoration: underline;
	text-underline-offset: 8px;
}

.txt-dec-none {text-decoration: none !important;}
.border-top-custom {border-top: 2px solid white;}
.footer-mobile-row {display: none;}

/* Home Page content */

.hp-margin-row {height: 60px;}
.tranzi-home-msg-img {width: 34.262vw;}
#advantagesCarousel .carousel-item img {filter: sepia(74%) hue-rotate(190deg) saturate(500%) brightness(87%) contrast(85%);}
#advantagesCarousel .carousel-item img:hover {	filter: none;}

.custom-indicator {
	background-image: url(../img/car-indicator-sm.png);
	background-repeat: no-repeat;
	height: 10px !important;
	width: 20px !important;
}

.custom-indicator.active {
	background-image: url(../img/car-indicator-active-sm.png);
	background-repeat: no-repeat;
	height: 10px !important;
	width: 70px !important;
}

.car-headline-cont {
	min-height: 7.882vw;
}

.car-list {
	min-height: 14vw;
	padding-right: 0.8vw !important;
}

.car-list-headline-cont {
	min-height: 4.0vw;
}

.car-list li {
	font-family: ploniRegular;
	font-size: 1.15vw;
	/* text-shadow: 0px 3px 26px #00000029; */
	text-align: right;
	color: #000000;
	/* padding-top: 1px; */
	padding-right: 15px;
}

.car-list li::marker {content: url(../img/list-icon-sm.png);}

.main-carousel-indicators {
	justify-content: start !important;
	bottom: 3.3vw !important;
	margin-right: 0;
}

@media screen and (min-width: 601px) and (max-width: 991px) {
	.main-carousel-indicators {right: 7.064vw;}
}

.join-now-btn {
	display: inline-block;
	border-radius: 200px;
	background: #28F09B 0% 0% no-repeat padding-box;
	width: 14.188vw;
	height: 2.365vw;
	color: #000000;
	font-family: ploniRegular;
	font-size: 1.576vw;
	text-align: center;
	text-decoration: none !important;
}

.join-now-btn:hover {
	color: white;
	background: #0564CC 0% 0% no-repeat padding-box;
}

.join-now-row, .merchant-type-row-mobile {
	display: none; /* Hide mobile-only elements*/
}

.home-page-card-img {
	height: 0;
	width: min-content;
	min-height: 100%;
	position: relative;
	bottom: 17.183vw;
	/* bottom: 327px; */
}

.home-page-card-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* padding-bottom: 15px; */

	/* width: 290px; */
	/* height: 258px; */
	height: 13.558vw;
	width: 15.239vw;
	background: #EFEFEF 0% 0% no-repeat padding-box;
	border-radius: 26px;
	text-align: center;
}

@media screen and (max-width: 990px){
	.home-page-card-body {
		width: 21.239vw;
	}
}

.home-page-card-text {
	/* position: relative;
	top: 150px; */

	color: #000000;
	font-family: ploniRegular;
	/* font-size: 28px; */
	font-size: 1.471vw;
	line-height: 25px;
}

.card-ellipse {
	position: relative;
	/* top: 210px; */
	/* right: 30px; */
	/* width: 231px; */
	width: 12.139vw;
	top: 11.035vw;
	right: 1.576vw;
}

.card-gears {
	position: relative;
	/* width: 122px; */
	width: 6.411vw;
	height: auto;
	/* top: 40px; */
	/* right: 85px; */
	top: 2.102vw;
	right: 4.467vw;
}

.card-monitor {
	position: relative;
	/* width: 122px; */
	width: 6.411vw;
	height: auto;
	/* top: 40px; */
	/* right: 80px; */
	top: 2.102vw;
	right: 4.204vw;
}

.card-cycle {
	position: relative;
	/* width: 122px; */
	width: 6.411vw;
	height: auto;
	/* top: 20px; */
	/* right: 84px; */
	top: 1.051vw;
	right: 4.414vw;
}

.card-handshake {
	position: relative;
	/* width: 122px; */
	width: 6.411vw;
	height: auto;
	/* top: 60px; */
	/* right: 83px; */
	top: 3.153vw;
	right: 4.362vw;
}

.home-page-content {
	/* height: 11.981vw; */
	min-height: 11.035vw;
	height: fit-content;
	background: #EFEFEF 0% 0% no-repeat padding-box;
	border-radius: 26px;
}

.home-page-content li {
	font-family: ploniRegular;
	/* font-size: 22px; */
	font-size: 1.156vw;
	text-shadow: 0px 3px 26px #00000029;
	text-align: right;
	color: #000000;
	/* padding-right: 20px; */
	/* max-width: 450px; */
	padding-right: 1.051vw;
	max-width: 23.647vw;
}

.home-page-content li::marker {
	content: url(../img/list-icon-sm.png);
}

.tranzi-main-content {
	height: 0;
	min-height: 100%;
	position: relative;
	/* bottom: 105px;
	right: 175px; */
	bottom: 5.518vw;
	right: 9.196vw;
}

.tranzi-main-content img {
	width: 12.191vw;
	height: auto;
}

.home-page-content li a {
	color: #000000;
	text-decoration: underline;
}

.home-page-content li a:hover{
	color: #0564CC;
}

.main-green-btns {
	border-radius: 100px;
	/* background: #28F09B 0% 0% no-repeat padding-box; */
	background-color: #28F09B;
	/* width: 19.443vw; */
	width: 30%;
	height: 4.467vw;
	text-align: center;
	
	/* display: block; */
	font-family: ploniRegular;
	font-size: 1.366vw;
	color: #000000;
	text-align: center;
	text-decoration: none;
	/* padding-top: 15px; */
	padding-top: 0.788vw;
	line-height: 1;
}

.main-green-btns:hover {
	background-color: #0564CC;
	color: white !important;
}

.advantages-headline {
	margin-top: 150px !important; 
	background: #F8F8F8 0% 0% no-repeat padding-box;
	border-top: 3px solid #28F09B;
}

.advantages-headline h4 {
	font-family: stangaDemibold;
	/* font-size: 80px; */
	font-size: 4.204vw;
}

.tranzi-adv {
	height: 0;
	min-height: 100%;
	position: relative;
	bottom: 135px;
	right: 10px;
	/* right: 25px; */
	float: left;
}

.tranzi-adv img {
	width: 30.636vw;
}

.advantages-car {
	background: #F8F8F8 0% 0% no-repeat padding-box;
	border-bottom: 3px solid #28F09B;
}

.advantages-car-mobile {display: none;}

.advantages-car .carousel-control-prev-icon {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	background-image: url(../img/car-previous-1.png) !important;
	background-position: 45%;
	background-size: 100% 99%;
	background-repeat: unset;
}

.advantages-car .carousel-control-next-icon {
	background-image: url(../img/car-previous-1.png) !important;
	background-position: 45%;
	background-size: 100% 99%;
	background-repeat: unset;
}

.adv-carousel-indicators { /* override bootstrap class*/
	justify-content: center !important;
	/* bottom: -38px !important; */
	bottom: -44px !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.adv-carousel-indicators-mobile { /* override bootstrap class*/
	justify-content: start !important;
	/* bottom: -38px !important; */
	bottom: -44px !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.adv-custom-indicator {
	background-image: url(../img/adv-car-indicator-sm.png);
	background-repeat: no-repeat;
	height: 20px !important;
	width: 20px !important;
}

.adv-custom-indicator.active {
	background-image: url(../img/adv-car-indicator-active-sm.png);
	background-repeat: no-repeat;
	height: 20px !important;
	width: 20px !important;
}

.adv-carousel-control-prev {
	left: -65px !important;
	bottom: 250px !important;
}

.adv-carousel-control-next {
	right: -65px !important;
	bottom: 250px !important;
}

.adv-carousel-control-next-icon, .adv-carousel-control-prev-icon {
	width: 4rem !important;
	height: 4rem !important;
}

.card {
	background-color: #F8F8F8 !important;
	border: 0 !important;
}

.card-img-top {
	border-radius: 25px !important;
}

.adv-card-container .card-link {
	width: 199px;
	height: 35px;
	background: #28F09B 0% 0% no-repeat padding-box;
	background-color: #28F09B;
	border-radius: 18px;
	/* padding: 10px 50px 8px 50px; */
	padding: 10px 16px 8px 16px;

	text-decoration: none;
	font-family: ploniRegular;
	font-size: 20px;
	text-shadow: 0px 3px 26px #00000029;
	color: #000000;
}

.adv-card-container .card-link:hover {
	background-color: #0564CC;
	color: white;
}

.adv-card-container .card-title {
	min-height: 50px;
	font-family: ploniRegular;
}

.adv-card-container .card-text {
	min-height: 120px;
	font-family: ploniLight;
}

.reviews-car .carousel-inner  {
	/* padding-right: 250px; */
	padding-right: 13.137vw;
}

.tranzi-customer-reviews img {
	width: 55.702vw;
}

.review-card-container {
	/* width: 704px; */
	/* width: 36.994vw; */
	width: 48.994vw;
	
	/* height: 483px; */
	background: #EFEFEF 0% 0% no-repeat padding-box;
	border-radius: 26px;
}

.reviews-car .review-card-content {
	/* min-height: 500px; */
	min-height: 25.274vw;
}

.reviews-car .carousel-item {left: 5vw;}

.review-card-content p {
	text-shadow: 0px 3px 26px #00000029;
	text-align: center;
	font-family: ploniLight;
	/* font-size: 22px; */
	/* line-height: 22px; */
	font-size: 1.156vw;
	line-height: 1.156vw;
	color: #000000;
	/* width: 500px; */
	/* margin-top: 100px; */
	text-wrap: balance;
}

.review-card-content-mobile {
	min-height: 510px;
	padding-top: 16.667vw;
	/* padding-top: 30.667vw; */
}

.review-card-content-mobile p {
	text-shadow: 0px 3px 26px #00000029;
	text-align: center;
	font-family: ploniLight;
	color: #000000;
}

.review-card-img {
	position: relative;
	/* right: 150px; */
	/* top: -45px; */
	/* right: 7.882vw; */
	right: 13.882vw;
	top: -2.365vw;
	height: 0;
	min-height: 100%;

	/* width: 380px; */
	border-radius: 19px;
	/* background: transparent url(../img/thumbnail-1.webp) 0% 0% no-repeat padding-box; */
}

.review-card-img img {
	/* width: 391px; */
	/* height: 142px; */
	height: 7.462vw;
	width: 20.547vw;
	border-radius: 19px;
	filter: sepia(74%) hue-rotate(190deg) saturate(500%) brightness(87%) contrast(85%);
}

.review-card-top-marks {
	position: relative;
	top: 100px;
	right: 65px;
	width: 2.575vw;
}

.review-card-bottom-marks {
	position: relative;
	float: left;
	bottom: 45px;
	left: 45px;
	width: 2.575vw;
}

.reviews-car .carousel-control-next-icon {
	background-image: url(../img/reviews-card-next.png) !important;
	width: 5rem !important;
	height: 4rem !important;
	background-position: 45%;
	background-size: 100% 99%;
	background-repeat: unset;
}

.reviews-car .carousel-control-prev-icon {
	background-image: url(../img/reviews-card-prev.png) !important;
	width: 5rem !important;
	height: 4rem !important;
	background-position: 45%;
	background-size: 100% 99%;
	background-repeat: unset;
}

.reviews-carousel-control-next {
	right: -120px !important;
	
}
.reviews-carousel-control-prev {
	left: -120px !important; 
}

.reviews-row-headline-mobile, .reviews-row-mobile {
	display: none;
}

/* vbv.php - 3D Secure page*/

.tds-lock {
	position: relative;
	height: 0;
	width: 0;
	height: 0;
	float: left;
	left: 13.137vw;
	bottom: 1.839vw;
}

.tds-lock img {width: 6.726vw;}

.tds-emv-pos {
	height: 0;
	width: 0;
	position: relative;
	right: 7.882vw;
	top: 3.941vw;
}

.tds-emv-pos img {width: 6.726vw;}

.tds-tranzi-point {
	height: 0;
	width: 0;
	min-height: 100%;
	position: relative;
	right: 17.341vw;
}

.tds-tranzi-point img {width: 15.87vw;}

.tds-light-bulb {
	height: 0;
	width: 0;
	position: relative;
	left: 6.831vw;
	bottom: 10.51vw;
}

.tds-light-bulb img {
	transform: scale(-1, 1);
	width: 7.252vw;
}

.tds-tranzi-calc {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	/* min-width: 100%; */
	position: relative;
	/* bottom: 310px; */
	bottom: 16.29vw;
	/* right: 1000px; */
	left: 8.933vw;
	float: left;
}

.tds-tranzi-calc img {width: 14.609vw;}

/* shopify.html */
.shopify-tranzi-abacus {
	height: 0;
	width: 0;
	position: relative;
	/* top: 600px; */
	/* left: 160px; */
	top: 31.529vw;
	left: 8.408vw;
}

.shopify-tranzi-abacus img {width: 14.609vw;}

/* apple-pay.html */

.applepay-smartphone {
	height: 0;
	width: 0;
	min-height: 100%;
	position: relative;
	float: left;
	left: 6.306vw;
	bottom: 13.137vw;
	/* right: 17.341vw; */
}

.applepay-smartphone img {width: 10.037vw;}

.applepay-tranzi {
	height: 0;
	/*min-height: 100%; */
	position: relative;
	/* top: 40px; */
	/* right: 170px; */
	top: 2.102vw;
	right: 8.933vw;
	float: left;
}

.applepay-tranzi img {width: 21.23vw;}

.applepay-basket {
	height: 0;
	/*min-height: 100%;*/
	position: relative;
	/* left: 85px; */
	/* bottom: 25px; */
	left: 4.467vw;
	bottom: 1.314vw;
	float: left;
}

.applepay-basket img {width: 7.725vw;}

/* סליקה באינטרנט*/

.graph-slika-internet {
	height: 0;
	min-height: 100%;
	position: relative;
	bottom: 75px;
	left: 30px;
}

.tranzi-slika-internet {
	height: 0;
	width: 0;
	min-height: 100%;
	position: relative;
	left: 19.443vw;
	top: 19.443vw;
}

.tranzi-slika-internet img {width: 23.332vw;}

.euro-slika-internet {
	height: 0;
	/* min-height: 100%; */
	position: relative;
	/* left: 100px; */
	/* top: 350px; */
	left: 5.255vw;
	top: 18.392vw;
}

.euro-slika-internet img {width: 5.833vw;}

.light-bulb-internet {
	height: 0;
	/* min-height: 100%; */
	position: relative;
	/* bottom: 400px; */
	/* right: 115px; */
	bottom: 21.019vw;
	right: 6.043vw;
	float: left;
}

.light-bulb-internet img {width: 7.252vw;}

/* סליקה מהנייד*/
.mobile-phone-slika-mobile {
	height: 0;
	min-height: 100%;
	position: relative;
	bottom: 75px;
	left: 30px;
}

.dollar-sign-slika-mobile {
	height: 0;
	width: 0;
	position: relative;
	/* bottom: 155px; */
	/* right: 530px; */
	bottom: 8.145vw;
	right: 38.886vw;
}

.dollar-sign-slika-mobile img {width: 4.256vw;}

/* credit_cards.html */
.credit-card-1 {
	height: 0;
	position: relative;
	bottom: 300px;
	left: 120px;
}

.light-bulb-1 {
	height: 0;
	/* min-height: 100%; */
	position: relative;
	bottom: 70px;
	float: left;
}

.tranzi-credit-card-1 {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	position: relative;
	top: 170px;
	left: 130px;
}

.envelope-1 {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	position: relative;
	right: 290px;
	bottom: 140px;
}

/* direct.html */
.basket-percent-1 {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	position: relative;
	/* bottom: 100px; */
	/* left: 85px; */
	bottom: 5.255vw;
	left: 4.467vw;
}

.basket-percent-1 img {width: 7.725vw;}

.tranzi-point-up-1 {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	position: relative;
	/* bottom: 215px; */
	/* left: 180px; */
	bottom: 11.298vw;
	left: 9.459vw;
	float: left;
}

.tranzi-point-up-1 img {width: 15.87vw;}

.envelope-2 {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	position: relative;
	/* bottom: 20px; */
	/* left: 280px; */
	bottom: 1.051vw;
	left: 14.714vw;
	float: left;
}

.envelope-2 img {width: 8.25vw;}

.tranzi-typing-1 {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	position: relative;
	/* bottom: 250px; */
	/* left: 160px; */
	bottom: 13.137vw;
	left: 8.408vw;
}

.tranzi-typing-1 img {width: 16.448vw;}

.abacus-1 {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	position: relative;
	/* bottom: 60px; */
	/* left: 75px; */
	bottom: 3.153vw;
	left: 3.941vw;
	float: left;
}

.abacus-1 img {width: 7.777vw;}

/* merchant-express.html */
.express-clock {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	position: relative;
	/* bottom: 350px; */
	/* left: 75px; */
	bottom: 18.392vw;
	left: 3.941vw;
	float: left;
}

.express-clock img {width: 8.933vw;}

.express-terminal {
	height: 0;
	width: 0;
	position: relative;
	float: left;
	/* left: 100px; */
	/* bottom: 20px; */
	left: 5.255vw;
	bottom: 1.051vw;
}

.express-terminal img {
	transform: scale(-1, 1);
	width: 6.726vw;
}

.express-lightbulb {
	height: 0;
	width: 0;
	position: relative;
	float: left;
	/* left: 290px; */
	/* bottom: 80px; */
	left: 15.239vw;
	bottom: 4.204vw;
}

.express-lightbulb img {
	transform: scale(-1, 1);
	width: 7.252vw;
}

.express-tranzi-megaphone {
	height: 0;
	width: 0;
	position: relative;
	float: left;
	/* left: 290px; */
	/* bottom: 80px; */
	left: 15.239vw;
	bottom: 4.204vw;
}

.express-tranzi-megaphone img {}

.express-coin-magnet {
	height: 0;
	width: 0;
	position: relative;
	/* bottom: 110px; */
	/* left: 110px; */
	bottom: 2.89vw;
	left: 7.882vw;
}

.express-coin-magnet img {width: 11.613vw;}

/* מכשיר סליקה */
.lightbulbs-1 {
	height: 0;
	min-height: 100%;
	position: relative;
	/* bottom: 30px; */
	/* right: 50px; */
	bottom: 1.576vw;
	right: 2.627vw;
}

.lightbulbs-1 img {width: 8.671vw;}

.tranzi-emv {
	height: 0;
	width: 0;
	min-height: 100%;
	position: relative;
	/* bottom: 120px; */
	/* right: 265px; */
	bottom: 6.306vw;
	/* right: 13.925vw; */
	right: 25.925vw;
}

.tranzi-emv img {width: 14.556vw;}

.magnifying-glass-1 {
	height: 0;
	/* min-height: 100%; */
	position: relative;
	/* bottom: 70px; */
	bottom: 3.678vw;
	float: left;
}

.magnifying-glass-1 img {width: 6.148vw;}

.tranzi-typing-2 {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	position: relative;
	/* bottom: 220px; */
	bottom: 11.561vw;
}

.tranzi-typing-2 img {width: 16.448vw;}

.euro-emv-pos {
	height: 0;
	/* min-height: 100%; */
	position: relative;
	/* left: 100px; */
	/* bottom: 115px; */
	left: 5.255vw;
	bottom: 6.043vw;
}

.euro-emv-pos img {width: 5.833vw;}

/* google-pay.html */

.emv-terminal-1 {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	position: relative;
	/* top: 255px; */
	/* left: 70px; */
	top: 13.4vw;
	left: 3.678vw;
}

.emv-terminal-1 img {width: 6.726vw;}

.cloud-1 {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	position: relative;
	/* left: 70px; */
	left: 3.678vw;
	float: left;
}

.cloud-1 img {width: 8.828vw;}

.googlepay-percent {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	position: relative;
	/* bottom: 95px; */
	/* left: 50px; */
	bottom: 4.992vw;
	left: 2.627vw;
}

.googlepay-percent img {width: 5.045vw;}

/* bit.html */
.cloud-2 {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	position: relative;
	bottom: 45px;
	left: 180px;
	float: left;
}

.percent-1 {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	position: relative;
	bottom: 4.992vw;
	left: 4.992vw;
}

.percent-1 img {width: 5.045vw;}

.bit-tranzi-talking {width: 35.208vw;}
.bit-tranzi-sign {width: 34.262vw;}

.tranzi-bit-text {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	position: relative;
	/* bottom: 320px; */
	/* right: 265px; */
	bottom: 16.816vw;
	right: 13.925vw;
	min-width: 100%;
}

.tranzi-bit-text span {
	font-family: gulashBold !important;
	/* font-size: 49px !important; */
	font-size: 3.416vw !important;
	transform: matrix(1, -0.05, 0.05, 1, 0, 0);
}

.bit-logo-1 {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	position: relative;
	/* bottom: 225px; */
	/* right: 335px; */
	bottom: 11.823vw;
	right: 17.604vw;
}

.bit-logo-1 img {width: 4.729vw;}

@media screen and (min-width: 768px) and (max-width: 990px) {
	.tranzi-bit-text {
		bottom: 18.333vw;
		right: 2.778vw;
	}

	.bit-logo-1 {
		bottom: 13.889vw;
		right: 40.404vw;
	}
}

@media screen and (min-width: 601px) and (max-width: 767px) {
	.tranzi-bit-text {
		bottom: 18.333vw;
		right: 2.778vw;
	}

	.bit-logo-1 {
		bottom: 12.386vw;
		right: 46.936vw;
	}
}

@media screen and (max-width: 600px) {
	.tranzi-bit-text {
		/* padding-right: 25px; */
		/* bottom: 190px; */
		right: 2.5vw;
	}

.advantages-headline {
	margin-top: 50px !important; 
}

.bit-logo-1 {
		/* bottom: 136px; */
		/* right: 166px; */
		right: 45.833vw;
	}
}

/* חשבון-סליקה */
.graph-1 {
	height: 0;
	width: 0;
	position: relative;
	left: 10.51vw;
	/* left: 200px; */
}

.graph-1 img {width: 9.721vw;}

.lightbulb-2 {
	height: 0;
	width: 0;
	position: relative;
	/* right: 400px; */
	/* top: 30px; */
	right: 21.019vw;
	top: 1.576vw;
}

.lightbulb-2 img {width: 7.252vw;}

.credit-card-2 {
	height: 0;
	position: relative;
	/* right: 100px; */
	right: 5.255vw;
}

.credit-card-2 img {width: 9.879vw;}

/* חנות-וירטואלית */
.abacus-2 {
	height: 0;
	width: 0;
	position: relative;
	/* bottom: 70px; */
	/* left: 150px; */
	bottom: 3.678vw;
	left: 7.882vw;
	float: left;
}

.abacus-2 img {width: 7.777vw;}

.coin-magnet {
	height: 0;
	width: 0;
	position: relative;
	/* bottom: 110px; */
	/* left: 110px; */
	bottom: 5.78vw;
	left: 5.78vw;
}

.coin-magnet img {width: 11.613vw;}

.tranzi-phone {
	height: 0;
	width: 0;
	position: relative;
	/* bottom: 70px; */
	/* left: 100px; */
	bottom: 3.678vw;
	left: 5.255vw;
	float: left;
}

.tranzi-phone img {width: 12.296vw;}

.lock-virtual-shop {
	position: relative;
	height: 0;
	width: 0;
	height: 0;
	float: left;
	left: 13.137vw;
	bottom: 1.839vw;
}

.lock-virtual-shop img {width: 6.726vw;}


/* וורדפרס */
.wp-envelope {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	position: relative;
	/* right: 50px; */
	right: 2.627vw;
	float: right;
}

.wp-envelope img {width: 7.514vw;}

.wp-tranzi {
	height: 0;
	width: 0;
	/* min-height: 100%; */
	position: relative;
	/* left: 180px; */
	/* bottom: 190px; */
	left: 12.086vw;
	bottom: 6.831vw;
	float: right;
}

.wp-tranzi img {width: 19.285vw;}

.wp-graph {
	height: 0;
	min-height: 100%;
	position: relative;
	top: 2.102vw;
	width: 9.669vw;
	float: left;
}

.wp-clock {
	height: 0;
	position: relative;
	left: 7.357vw;
	width: 8.933vw;
}

.wp-graph img {}

/* 404.html */

.lightbulb-404 {
	position: relative;
	height: 0;
	width: 0;
	height: 0;
	float: left;
	/* top: 70px; */
	top: 3.678vw;
}

.lightbulb-404 img {width: 7.252vw;}

.lock-404 {
	position: relative;
	height: 0;
	width: 0;
	height: 0;
	float: left;
	/* bottom: 175px; */
	/* right: 80px; */
	right: 4.204vw;
	bottom: 9.196vw;
}

.lock-404 img {width: 6.726vw;}

.mobile-phone-404 {
	position: relative;
	height: 0;
	width: 0;
	height: 0;
	/* bottom: 300px; */
	/* left: 200px; */
	bottom: 15.765vw;
	left: 10.51vw;
}

.mobile-phone-404 img {width: 10.667vw;}

.tranzi-404-msg {
	position: relative;
	bottom: 15px;
	left: 15px;
	text-align: center;
}

.headline-404 {
	font-family: gulashBold !important;
	font-size: 113px !important;
	line-height: 50px;
	text-align: center;

	position: relative;
	right: 25px;
	bottom: 355px;
	height: 0;
}

.message-404 {
	font-family: ploniLight !important;
	font-size: 29px !important;
	line-height: 35px;
	text-align: center;

	position: relative;
	right: 25px;
	bottom: 200px;
	height: 0;
	transform: matrix(1, 0.03, -0.03, 1, 0, 0);
}


/* EXAMPLE CLASS NOT IN USE */
.tranzi-example { /* Example properties for positioning Tranzi */
	height: 0;
	width: 0;
	
	/* min-height: 100%; */
	position: relative;
	bottom: 135px;
	right: 25px;
}

/* Recurring styles*/

.content-block-col {
	background: #F8F8F8 0% 0% no-repeat padding-box;
	border-radius: 26px;
	/* z-index: 1; */
}

.content-block-col p {
	text-shadow: 0px 3px 26px #00000029;
	color: #000000;
	font-family: ploniLight;
	/* font-size: 22px; */
	font-size: 1.156vw;
	text-wrap: balance;
}

.content-block-col span {
	display: block;
	font-family: ploniRegular;
	font-size: 24px;
}

.content-block-col h2 {
	display: block;
	font-family: ploniRegular;
	font-size: 24px;
}

.main-headline span{
	font-family: stangaRegular !important;
	font-size: 70px !important;
	color: #000000 !important;
	text-align: center !important;
	line-height: 65px !important;
}

.main-headline h1{
	font-family: stangaRegular !important;
	/* font-size: 70px !important; */
	font-size: 3.678vw !important;
	color: #000000 !important;
	text-align: center !important;
	/* line-height: 65px !important; */
}

.main-paragraph {
	font-family: ploniLight;
	font-size: 24px;
	text-align: center;
}

.content-list {padding-right: 0.525vw;}

.content-list li{
	font-family: ploniLight;
	/* font-size: 22px; */
	font-size: 1.156vw;
	text-shadow: 0px 3px 26px #00000029;
	padding-right: 10px;
}

.content-list li::marker {
	content: url(../img/green-list-icon-sm.png);
}

.content-sub-list {
	padding-right: 15px !important;
	list-style-type:disc !important;
}

.content-sub-list li {
	font-family: ploniRegular;
	font-size: 1.156vw;
	text-shadow: 0px 3px 26px #00000029;
	padding-right: 0 !important;
}

.content-sub-list li::marker {
	color: #28F09B;
	content: normal;
}

.w-85 {max-width: 85%;}
.w-65 {max-width: 65%;}
.w-45 {max-width: 45%;}
.h-60 {max-height: 60%;}

.span-regular {
	display: inline !important;
	font-family: ploniRegular;
}

.min-w-50 {min-width: 50%;}
.gap-row {height: 70px;}
.text-wrap-balance {text-wrap: balance;}

@media screen and (min-width: 1400px) {
	.p-10 {padding: 6rem !important;}
}

/* End recurring styles*/

/* Contact Us Form */
.contact-us-col {
	background: #0564CC 0% 0% no-repeat padding-box;
	border-radius: 26px;
}

.form-container span {
	font-family: stangaRegular;
	/* font-size: 70px; */
	font-size: 3.678vw;
	color: #FFFFFF;
}

.form-container h2 {
	font-family: stangaRegular;
	/* font-size: 70px; */
	font-size: 3.678vw;
	color: #FFFFFF;
}

.form-container p {
	font-family: ploniRegular;
	/* font-size: 22px; */
	font-size: 1.156vw;
	text-align: center;
	color: #FFFFFF;
}

.form-container input {
	background-color: transparent;
	border: 1px solid #FFFFFF;
	border-radius: 6px;
	width: 426px;
	height: 51px;
	padding-right: 15px;
	
	font-family: ploniRegular;
	font-size: 22px;
	color: #FFFFFF;
	z-index: 1;
}

.form-container input::placeholder {
	color: #FFFFFF;
	padding-right: 15px;
}

.form-container button {
	font-family: ploniRegular;
	font-size: 30px;
	text-align: center;
	color: #FFFFFF;
	background-color: transparent;
	border: 4px solid #FFFFFF;
	border-radius: 200px;
	width: 282px;
	max-height: 50px;
}

.tranzi-contact-us {
	position: relative;
	height: 0;
	width: 0;
	/* Old Form without bootstrap columns */
	/* left: -390px;
	bottom: 150px; */

	/* bottom: 110px; */
	/* left: 5.255vw; */
	bottom: 5.78vw;
	float: left;
}

.tranzi-contact-us img {width: 11.245vw;}

.megaphone {
	position: relative;
	height: 0;
	width: 0;
	/* left: 250px; */
	/* bottom: 50px; */
	left: 6.137vw;
	bottom: 2.627vw;
	
	/* Old Form without bootstrap columns */
	/* left: 440px;
	bottom: 70px; */
}

.megaphone img {width: 10.037vw;}


/* Extra small devices (phones, 600px and down) */
@media screen and (max-width: 600px) {

	/* Home Page */
	.hp-margin-row {
		height: 20px;
	}

	.join-now-btn {
		display: none;
	}

	.main-carousel-col {
		margin: 0 !important;
	}

	.main-carousel-item-img {
		display: none;
	}

	.main-carousel-indicators {
		bottom: 0px !important;
		margin-right: 30%;
	}

	.car-headline-cont {
		display: flex;
		justify-content: center;
	}

	h2 {
		font-size: 40px;
		/* text-align: center; 
		max-width: 75%; */
	}

	.car-list-headline-cont {
		display: flex;
		justify-content: center;
		min-height: 70px;
	}

	h3 {
		max-width: 85%;
		text-align: center;
		font-size: 22px;
	}

	.car-list-cont {
		display: flex;
		justify-content: center;
	}

	.car-list {
		/* max-width: 85%; */
		padding-left: 0 !important;
	}

	.car-list li {font-size: 18px;}

	.car-join-btn-cont {display: none;}
	.home-page-cards-container {flex-direction: column !important;}
	.merchant-type-row {display: none;}
	.join-now-row {display: flex;}

	.join-now-mob-btn {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		min-height: 54px;
		background: #28F09B 0% 0% no-repeat padding-box;
	}

	.join-now-mob-btn a {
		text-decoration: none !important;
		font-family: ploniRegular;
		font-size: 22px;
		color: #000000;
	}

	.merchant-type-row-mobile {
		display: initial;
		/* display: flex; */
	}

	.home-page-card {
		padding-top: 70px;
		padding-right: 0px;
	}

	.home-page-card-body {
		width: 100%;
		height: 258px;
	}

	.home-page-card-img {
		right: 25px;
		/* right: 80px; */
		bottom: 300px;
	}

	.home-page-card-text {
		padding-top: 75px;
		font-size: 28px;
	}

	.merchant-type-row-mobile .carousel-control-prev-icon,
	.merchant-type-row-mobile .carousel-control-next-icon {
		width: 3rem;
		height: 3rem;
		border-radius: 200px;
		background-color: white;
	}

	.merchant-type-row-mobile .carousel-control-prev {
		top: 145px;
	}

	.merchant-type-row-mobile .carousel-control-next {
		top: 145px;
	}

	.merchant-type-row-mobile .carousel-control-prev-icon {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		background-image: url(../img/car-previous-1.png) !important;
	}
	
	.merchant-type-row-mobile .carousel-control-next-icon {
		background-image: url(../img/car-previous-1.png) !important;
	}

	.card-ellipse {
		width: 231px;
		top: 210px; 
		right: 30px; 
	}

	.card-handshake {
		/* top: 200px;
		right: -150px; */
		width: 122px;
		top: 60px; 
		right: 83px;
	}

	.card-cycle {
		width: 122px;
		top: 20px;
		right: 84px;
	}

	.card-monitor {
		width: 122px;
		top: 40px;
		right: 80px;
	}

	.card-gears {
		width: 122px;
		top: 40px;
		right: 85px   
	}

	.tranzi-main-content {
		display: none;
	}

	.home-page-content {
		flex-direction: column;
		height: 100%;
	}

	.home-page-content li {
		font-size: 18px;
		max-width: unset;
	}

	.main-green-btns-cont {
		flex-direction: column;
	}

	.main-green-btns {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 55px;
		width: 100%;
		margin: 15px 0px 0px 0px !important;
		padding: 0px 0px 0px 0px !important;
		font-size: 22px;
		line-height: 1;
	}

	.tranzi-adv {
		display: none;
	}

	.advantages-headline .col-12 {
		display: flex;
		justify-content: center;
	}

	.advantages-headline h4 {
		text-align: center;
		font-size: 40px;
		max-width: 80%;
	}
	
	.advantages-car {
		display: none;
	}

	.advantages-car-mobile {
		display: flex;
		background: #F8F8F8 0% 0% no-repeat padding-box;
	}

	.card-body {
		text-align: center;
	}

	.card-title {
		min-height: 50px;
	}

	.card-text {
		min-height: 130px;
	}

	.card-link {
		width: 199px;
		height: 35px;
		background: #28F09B 0% 0% no-repeat padding-box;
		border-radius: 18px;
		padding: 10px 50px 8px 50px;
		text-decoration: none;
		font-family: ploniRegular;
		font-size: 22px;
		text-shadow: 0px 3px 26px #00000029;
		color: #000000;
	}

	#advantagesCarouselMobile .carousel-indicators {
		display: none; /* Remove indicators */
		top: 472px;
		right: 150px;
	}

	.tranzi-customer-reviews {
		display: none;
	}
	
	.reviews-content-row, .reviews-headline-row {
		display: none;
	}

	.reviews-row-headline-mobile {
		display: flex;
		border-top: 3px solid #28F09B;
	}

	.reviews-row-headline-mobile h4{
		font-family: stangaRegular;
		font-size: 40px;
		text-align: center;
		max-width: 80%;
	}

	.reviews-row-mobile {
		display: flex;
	}

	.reviews-indicator-mobile {
		background-image: url(../img/adv-car-indicator-sm.png);
		background-repeat: no-repeat;
		height: 20px !important;
		width: 20px !important;
	}

	.reviews-indicator-mobile.active {
		background-image: url(../img/adv-car-indicator-active-sm.png);
		background-repeat: no-repeat;
		height: 20px !important;
		width: 20px !important;
	}

	.reviewes-carousel-indicators-mobile {
		right: 150px;
		justify-content: start !important;
		/* bottom: -38px !important; */
		bottom: -44px !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.review-card-container {
		width: auto;
	}

	.review-card-img {
		top: -5.833vw;
        /* right: 26.333vw; */
        right: 21.333vw;
	}

	.review-card-img img {
		width: 210px;
		height: auto;
	}

	.review-card-content p  {
		font-size: 18px;
		line-height: 22px;
	}

	.review-card-top-marks {
		/* right: 10px; */
	}

	.review-card-top-marks, .review-card-bottom-marks {display: none;}

	/* סליקה-מהנייד */
	.mobile-phone-slika-mobile, 
	.dollar-sign-slika-mobile {
		display: none !important;
	}

	/* וורדפרס */
	.wp-envelope {display: none;}
	.wp-tranzi {display: none;}
	.wp-graph {display: none;}
	.wp-clock {display: none;}

	/* סליקה-באינטרנט */
	.graph-slika-internet {display: none;}
	.tranzi-slika-internet {display: none;}
	.euro-slika-internet {display: none;}
	.light-bulb-internet {display: none;}

	/* מכשיר-סליקה */
	.lightbulbs-1 {display: none;}
	.tranzi-emv {display: none;}
	.magnifying-glass-1 {display: none;}
	.tranzi-typing-2 {display: none;}
	.euro-emv-pos {display: none;}

	/* direct.html */
	.basket-percent-1 {display: none;}
	.tranzi-point-up-1 {display: none;}
	.envelope-2 {display: none;}
	.tranzi-typing-1 {display: none;}
	.abacus-1 {display: none;}

	/* חנות-וירטואלית */
	.lock-virtual-shop {display: none;}
	.abacus-2 {display: none;}
	.coin-magnet {display: none;}
	.tranzi-phone {display: none;}

	/* חשבון-סליקה */
	.graph-1 {display: none;}
	.credit-card-2 {display: none;}
	.lightbulb-2 {display: none;}

	/* merchant-express.html */
	.express-clock {display: none;}
	.express-lightbulb {display: none;}
	.express-terminal {display: none;}
	.express-coin-magnet {display: none;}

	/* bit.html */
	.cloud-2 {display: none;}
	.percent-1 {display: none;}

	/* credit_cards.html */
	.envelope-1 {display: none;}
	.tranzi-credit-card-1 {display: none;}
	.light-bulb-1 {display: none;}
	.credit-card-1 {display: none;}

	/* apple-pay.html */
	.applepay-smartphone {display: none;}
	.applepay-tranzi {display: none;}
	.applepay-basket {display: none;}

	/* google-pay.html */
	.emv-terminal-1 {display: none;}
	.cloud-1 {display: none;}

	/* ניכיון-אשראי */
	
	/* vbv.html */
	.tds-tranzi-point {display: none;}
	.tds-emv-pos {display: none;}
	.tds-light-bulb {display: none;}
	.tds-tranzi-calc {display: none;}

	/* shopify.html */
	.shopify-tranzi-calc {display: none;}

	/* 404.html */

	.lightbulb-404 {display: none;}
	.lock-404 {display: none;}
	.mobile-phone-404 {display: none;}
	
	.tranzi-404-msg {
		left: 22px;
	}
	
	.headline-404 {
		font-size: 78px !important;
		line-height: 40px;
		right: 10px;
		bottom: 260px;
	}
	
	.message-404 {
		font-size: 18px !important;
		right: 10px;

		bottom: 150px;
		line-height: 25px;
	}

	/* Old Contact us widget */
	.contact-us-widget {
		/* display: none !important; */
		background-size: 20%;
		top: 95vw;
		background-position: bottom 45px left -15px;
		z-index: 4 !important;
	}

	.widget-link-div img {width: 10%; }

	/* New Widget */
	.side-widget {
		/* display: none !important; */
		margin-left: 3px;
		top: 75vw;
		/* right: 320px; */
		/* z-index: 4 !important; */
	}

	.widget-bg {
		height: 24.601vh;
		width: auto;
	}

	.side-widget-link-div {
		top: 33px;
		margin-top: 6px;
		margin-right: 10px;
	}
	.side-widget-link-div img {
		height: 4.416vh;
		width: auto;
	}

	/* Header */
	.nav-menus-container {
		display: block !important;
	}

	.tranzila-logo-img-container-mobile {display: initial;}
	.header-phone-img-container-mobile {display: initial;}
	.lang-btn-mobile {display: inline-block;}
	.header-profile-link-mobile {
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}
	.nav-item-header-btn, .nav-item-interspace-number, 
	.tranzila-logo-img-container, .nav-item-lang-btn, .nav-item-profile-img {
		display: none;
	}

	.dropdown-menu > div {
		flex-direction: column !important;
		max-height: 300px;
		overflow: scroll;
	}

	.dropdown-item {
		text-wrap: balance;
	}

	/* Footer */
	.footer-links-row, .footer-details-row,
	.footer-bottom-row {
		display: none;
	}

	.footer-mobile-row {
		display: flex;
		min-height: 200px;
	}

	/* Contact us form */
	.tranzi-contact-us, .megaphone {display: none;}

	.form-container h2 {font-size: 40px;}
	.form-container p {font-size: 18px;}
	.form-container input {width: auto;}
	.form-container button {
		background-color: #28F09B;
		color: #000000;
		border: 0;
		font-size: 32px;
	}

	/* Recurring styles */
	.main-headline h1 {
		line-height: 45px !important;
		font-size: 42px !important;
	}
	
h1 {
		line-height: 45px !important;
		font-size: 42px !important;
	}
	
	.content-block-col p {font-size: 18px;}
	.content-list li {font-size: 18px !important;}
	.gap-row {height: 10px !important;}
}

/* Tablet */
@media screen and (min-width: 601px) and (max-width: 960px) { /* 1024px */
	/* Header */
	.tranzila-logo-img-container {display: none;}
	.header-phone-img-container-mobile {display: initial;}
	.tranzila-logo-img-container-mobile {display: initial;}
	.lang-btn-mobile {display: inline-block;}
	.header-profile-link-mobile {
		display: initial;
		margin-right: 15px;
		margin-left: 15px;
	}

	.join-now-btn {
	width: 21.188vw;
	height: 4.365vw;
	font-size: 2.776vw;
}
h3 {
	font-size: 1.6vw;
}
	.nav-item-interspace-number {display: none;}
	.nav-item-header-btn {display: none;}
	.nav-item-profile-img {display: none;}
	.nav-item-lang-btn {display: none;}
	
	.hp-margin-row {height: 40px;}
	.tranzi-main-content {display: none;}

	.main-carousel-item-img {
		padding-top: 50px;
		/* padding-right: 100px; */
	}

	.car-list li {
		font-size: 1.4vw; 
		padding-right: 10px;
	}

	.home-page-content li {font-size: 14px;}
	.home-page-card-text {line-height: normal;}

	/* Display two cards per slide */
	.adv-card-container .card:last-of-type {display: none;}
	.adv-card-container .card-title {min-height: 80px;}
	.adv-card-container .card-text {min-height: 200px;}
	.adv-card-container .card-link {font-size: 16px;}
	.reviews-car .review-card-content {min-height: 485px;}

	.review-card-content p {
		font-size: 18px;
		line-height: 18px;
	}

	.review-card-top-marks, .review-card-bottom-marks {display: none;}

	/* Footer */
	.footer-links-row, .footer-details-row, .footer-bottom-row {display: none;}
	.footer-mobile-row {display: flex;}

	/* סליקה-באינטרנט */
	.tranzi-slika-internet {right: 0;}

	/* vbv.html */
	.tds-tranzi-point {display: none;}
	.tds-emv-pos {display: none;}
	.tds-light-bulb {display: none;}
	.tds-tranzi-calc {display: none;}

	/* shopify.html */
	.shopify-tranzi-calc {display: none;}

	/* google-pay.html */
	.cloud-1 {left: 90px;}

	/* apple-pay.html */
	.applepay-smartphone {display: none;}
	.applepay-tranzi {display: none;}
	.applepay-basket {display: none;}

	/* חשבון-סליקה */
	.lightbulb-2 {
		right: 151px;
		top: -560px;
	}

	.credit-card-2 {right: -530px;}

	/* חנות-וירטואלית */
	.tranzi-phone {display: none;}

	/* direct.html */
	.basket-percent-1 {display: none;}
	.tranzi-point-up-1 {display: none;}
	.envelope-2 {display: none;}
	.abacus-1 {display: none;}
	.tranzi-typing-1 {
		bottom: 670px;
		left: 120px;
	}

	/* merchant-express.html */
	.express-clock {display: none;}
	.express-lightbulb {display: none;}
	.express-terminal {display: none;}

	/* credit_cards.html */
	.envelope-1 {display: none;}
	.tranzi-credit-card-1 {display: none;}
	.light-bulb-1 {display: none;}
	.credit-card-1 {display: none;}

	/* מכשיר-סליקה */
	.lightbulbs-1 {right: -35px;}

	/* סליקה-מהנייד */
	.mobile-phone-slika-mobile {left: 100px;}
	.dollar-sign-slika-mobile {
		right: unset;
		left: 460px;
	}

	/* סליקה-באינטרנט */
	.graph-slika-internet {display: none;}
	.tranzi-slika-internet {display: none;}
	.euro-slika-internet {display: none;}
	.light-bulb-internet {display: none;}

	/* וורדפרס */
	.wp-envelope {display: none;}
	.wp-tranzi {display: none;}
	.wp-graph {display: none;}
	.wp-clock {display: none;}

	/* 404.html */
	.lightbulb-404 {display: none;}
	.lock-404 {display: none;}
	.mobile-phone-404 {display: none;}

	/* Contact Us Form */
	.megaphone, .tranzi-contact-us {display: none;}

	/* Recurring styles */
	.content-block-col p {font-size: 18px;}
	.content-list li {font-size: 18px;}
}

/* Laptop */ 
@media screen and (min-width: 1400px) and (max-width: 1600px){

	.tranzi-home-msg-img {width: 100%;}
	.hp-israel-flag {margin-top: 0;}
	.car-list li {font-size: 1.4vw;}
	.tranzi-main-content {right: 8.196vw;}
	.adv-carousel-control-next {right: -100px !important;}
	.adv-carousel-control-prev {left: -100px !important;}
} 

@media screen and (min-width: 992px) and (max-width: 1403px) {
	.menu-title {font-size: 16px;}
	.interspace-number {font-size: 16px;}
	.header-btn {font-size: 16px;}
}

@media screen and (min-width: 992px) {
	.w-lg-45 {max-width: 45%;}
	.w-lg-50 {max-width: 50%;}
	.w-lg-85 {max-width: 85%;}
	.w-lg-65 {max-width: 65%;}
	.min-h-300 {min-height: 310px;}
}

/* fixes for hybrid pages (new footer and header, old content design) */
.contact-us-widget {z-index: 0;} /* fix z-index issue causing widget to overlay page links*/
.contact_details_column {box-sizing: unset;} /* prevent box-sizing on old contact-us form*/
.widget-link-div {right: unset !important;} /* prevent existing div:last-of-type rule from affecting widget*/
.container { /* fix widget width bug that masks links*/
	position: relative;
	z-index: 1;
}