input[type="text"], input[type="password"], .customCheckBox, .customSelectDrop {
	margin-bottom: 15px;
}

.createBusinessPage {
	margin: 0 auto;
}

.topImgContainer {
	position: relative;
	width: 100%;
	max-height: 580px;
	overflow: hidden;
}

.topImg {
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
}

.topImgOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #303A42 0%, rgba(217, 217, 217, 0)
		100%);
}

.topImgText {
	position: absolute;
	width: 1100px;
	margin: 0 auto;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -550px;
	padding: 40px 40px 40px 95px;
	box-sizing: border-box;
}

.rtl .topImgText {
	padding: 40px 95px 40px 40px;
}

.topImgText .contactBtn {
	cursor: pointer;
	float: right;
	color: #fff;
	background-color: #0093FF;
	padding: 15px 15px;
	border-radius: 20px;
	border: none;
	font-size: 16px;
	font-family: 'Montserrat-SemiBold';
}

.rtl .topImgText .contactBtn {
	float: left;
}

.buyBtn {
	cursor: pointer;
	color: #fff;
	background-color: #0093ff;
	padding: 15px 15px;
	border-radius: 360px;
	border: none;
	font-size: 16px;
	font-family: 'Montserrat-SemiBold';
	width: 90%;
	margin-top: 30px;
	display: inline-block;
}

.buyBtn:hover {
	background-color: #43adfb;
}

.popular .buyBtn {
	color: #0093ff;
	background-color: #fff;
}

.popular .buyBtn:hover {
	background-color: #ebebeb;
}

.topImgText .contactBtn:hover {
	background-color: #43adfb;
}

.firstText {
	margin-top: 170px;
}

.infoText {
	color: #fff;
	font-family: 'Montserrat';
	font-size: 13px;
	width: 320px;
	line-height: 1.4em;
}

.whoText {
	color: #fff;
	margin: 40px 0;
}

.clientTypeBtn {
	cursor: pointer;
	color: #fff;
	background-color: transparent;
	padding: 12px;
	border-radius: 14px;
	border: 1px solid #fff;
	font-size: 16px;
	font-family: 'Montserrat-Bold';
	width: 160px;
	margin-right: 20px;
	color: #fff;
}

.rtl .clientTypeBtn {
	margin-right: 0;
	margin-left: 20px;
}

.clientTypeBtn.active, .clientTypeBtn:hover {
	color: rgba(0, 0, 0, 0.5);
	background-color: #fff;
}

.title {
	text-transform: uppercase;
	margin-top: 80px;
	margin-bottom: 10px;
}

.subTitle {
	letter-spacing: 2px;
	font-size: 22px;
}

.subTitleText {
	width: 420px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.6em;
	margin-top: 10px;
}

#packsContainer {
	padding: 0 80px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
}

.packBox {
	padding: 30px 10px;
    box-sizing: border-box;
    width: 320px;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.rtl .packBox {
	text-align: right;
}

.packWrap {
	box-shadow: 0px 2px 12px rgba(20.11, 19.66, 42.50, 0.08);
	border-radius: 15px;
	padding: 15px;
	flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.packBox .packColorText {
	float: left;
	margin-top: 4px;
	font-size: 20px;
	margin-bottom: 12px;
}

.rtl .packBox .packColorText {
	float: right;
	margin-left: 0px;
	margin-right: 10px;
}

.packWrap .popular {
	position: absolute;
	background: #33a8ff;
	border-radius: 10px;
	padding: 4px 10px;
	font-size: 12px;
	margin-top: -5px;
	color: #fff;
	right: 20px;
}

.rtl .packWrap .popular {
	right: unset;
	left: 20px;
}

.packBox.popular .packWrap {
	background-color: #0093FF;
	color: #fff;
}

.packBox:not(.popular) .period, .packBox:not(.popular) .packInfo {
	color: #858585;
}

.packBox .packInfo {
	font-size: 11px;
	margin: 10px 0;
	height: 20px;
}

[lang="it"] .packBox .packInfo {
	font-size: 10px;
}

.packBox .included {
	margin-bottom: 10px;
}

.packBox .product {
	align-items: center;
	margin: 5px 0;
}

.packBox .productCheck {
	color: #fff;
	flex: 0 0 30px;
}

.packBox.popular .productCheck {
	color: #0093ff;
}

.packBox .productCheck i {
	padding: 3px;
	background: #0093ff;
	border-radius: 50%;
}

.packBox .productCheck i.icon-cancel {
	padding: 3px 4.5px;
	background: #ff0000;
}

.packBox.popular .productCheck i {
	background: #fff;
}

.packBox.popular .productCheck i.icon-cancel {
	color: #ff0000;
}

.packBox .productText {
	line-height: 1.4em;
}

#packsContainerBtns {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	padding: 0 50px;
	width: 100%;
	z-index: 1;
	box-sizing: border-box;
	pointer-events: none;
}

#packsContainerBtns a {
	font-size: 28px;
	color: #858585;
	margin: 0 10px;
	cursor: pointer;
	pointer-events: auto;
}

#packsContainerBtns a .icon-right-open {
	right: 0;
}

.subscribeBtn {
	color: #0093ff;
	background: transparent;
	border: 1px solid #0093ff;
	width: 320px;
	border-radius: 12px;
	padding: 8px 15px;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
}

.subscribeBtn:hover {
	color: #fff;
	background: #0093ff;
}

.reloadAdsBg {
	width: 800px;
	height: 500px;
	left: 50%;
	margin-left: -400px;
	margin-top: 80px;
	background: rgba(0, 147.22, 255, 0.10);
	border-radius: 360px;
	box-shadow: 0 0 80px 70px rgba(0, 147.22, 255, 0.10);
	position: absolute;
	pointer-events: none;
}

.reloadAdPackBox {
	padding: 20px;
	box-sizing: border-box;
}

.reloadAdPackWrap {
	box-shadow: 0px 2px 12px rgba(20.11, 19.66, 42.50, 0.08);
	border-radius: 15px;
	padding: 23px;
	background: #fff;
}

.reloadAdAccess {
	font-size: 14px;
}

[lang="it"] .reloadAdAccess {
	font-size: 13px;
}

.reloadTable {
	border-collapse: collapse;
	width: 90%;
	margin: 20px auto;
}

.reloadTable tbody tr:nth-of-type(2n+1) {
	background: #F9F9FB;
}

.reloadTable thead tr th {
	padding: 6px 20px;
}

.reloadTable tbody tr td {
	padding: 8px;
}

.margVertical40 {
	margin: 40px 0;
}

.margVertical10 {
	margin: 10px 0;
}

.margTop10 {
	margin-top: 10px;
}

.newBlue {
	color: #0093ff;
}

.packBox.popular .newBlue {
	color: #fff;
}

.noBold {
	font-weight: 300;
}

.bottomBtn {
	max-width: 300px;
}

.margTopAuto {
	margin-top: auto;
}

/** Switch - INI **/
.switchContainer .switch {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 20px;
	margin: 0 10px;
	vertical-align: middle;
}

.switchContainer .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.switchContainer .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slick-slider .slick-list {
	padding: 0 !important;
	margin: 0 50px;
}

.slider.round {
	border-radius: 34px;
}

.switchContainer .switch .slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 4px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider.round:before {
	border-radius: 50%;
}

.switchContainer .switch input:checked+.slider {
	background-color: #2196F3;
}

.switchContainer .switch input:checked+.slider:before {
	-webkit-transform: translateX(23px);
	-ms-transform: translateX(23px);
	transform: translateX(23px);
}
/** Switch - END **/