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

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

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

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

@font-face {
	font-family: mt-thin;
	src: url(../fonts/montserrat/thin.eot?#iefix) format('embedded-opentype'), url(../fonts/montserrat/thin.woff) format('woff'), url(../fonts/montserrat/thin.ttf) format('truetype'), url(../fonts/montserrat/thin.svg#mt-medium) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "Niveau Grotesk";
	src: url(//db.onlinewebfonts.com/t/14ff40b1bf5b6bdce77a6af16ba4786b.eot);
	src: url(//db.onlinewebfonts.com/t/14ff40b1bf5b6bdce77a6af16ba4786b.eot?#iefix) format("embedded-opentype"), url(//db.onlinewebfonts.com/t/14ff40b1bf5b6bdce77a6af16ba4786b.woff2) format("woff2"), url(//db.onlinewebfonts.com/t/14ff40b1bf5b6bdce77a6af16ba4786b.woff) format("woff"), url(//db.onlinewebfonts.com/t/14ff40b1bf5b6bdce77a6af16ba4786b.ttf) format("truetype"), url("//db.onlinewebfonts.com/t/14ff40b1bf5b6bdce77a6af16ba4786b.svg#Niveau Grotesk") format("svg")
}

body {
	font-size: 14px;
	font-family: mt-regular;
	overflow-x: hidden
}

.toolbar-oriented .toolbar-bar {
	z-index: 9999
}

input:focus,
select:focus,
textarea:focus {
	outline: 0!important;
	box-shadow: none!important
}

#navbar-main {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999
}

#navbar-main .container {
	margin-top: 10px
}

.navbar-dark .navbar-brand {
	width: 18%;
	margin-right: 0
}

.edit-link {
	color: #6e5ca8;
	border: .125rem solid #6e5ca8;
	padding: 10px 20px;
	border-radius: 1.5rem;
	text-transform: uppercase;
	font-family: mt-bold;
	font-size: 1rem;
	cursor: pointer;
	display: inline-block;
	padding: 8px 37px
}

.edit-link a {
	color: #6e5ca8
}

.edit-link a {
	text-decoration: none;
	color: #6e5ca8
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none
}

.form-control {
	text-align: center!important
}

.form-control,
select, .row.nameslists input#searchBox {
	height: 45px;
	font-family: mt-regular;
	font-size: 14px;
	background: 0 0;
	box-shadow: initial;
	border: 1px solid #c8c8c8;
	border-radius: 30px;
	color: #5a5a7a;
	text-align: left;
	width: 100%;
	padding: .5rem
}

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

select {
	-webkit-appearance: none;
	appearance: none
}

.js-form-item label {
	color: #ccc;
	font-weight: 400;
	font-size: 14px;
}

.edit-link:hover {
	color: #6e5ca8;
	text-decoration: none
}

.bg-white {
	background-color: #fff
}

.bg-violet {
	background-color: #6e5ca8;
	color: #fff
}

.bg-grey {
	background-color: #f5f5f5;
	color: #6e5ca8
}

.bg-blue {
	background: #0bbbfd;
	color: #fff
}

.bg-ahsgrey {
	background: #f8f8f8;
	color: #6e5ca8
}

[type=button],
[type=submit],
btn,
button {
	-webkit-appearance: none!important
}

.link-back a {
	color: #00aeef!important;
	font-family: mt-bold;
	font-size: 18px
}

.loader-bg,
.redirect-loader-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(255, 255, 255, .7);
	z-index: 9999;
	height: 100%;
	width: 100%;
	overflow: hidden
}

.container-cube {
	position: relative;
	height: 35px;
	width: 35px;
	margin: -35px auto 0 auto;
	top: 50%;
	-webkit-perspective: 120px;
	perspective: 120px
}

.cube {
	height: 35px;
	width: 35px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation: rotate 4s infinite ease-in-out;
	animation: rotate 4s infinite ease-in-out
}

.side {
	position: absolute;
	display: table;
	height: 35px;
	width: 35px
}

.side span {
	font-size: 8px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.side1 {
	background: #72559e;
	-webkit-transform: translateZ(25px);
	transform: translateZ(25px)
}

.side2 {
	background: #009fe2;
	-webkit-transform: rotateY(90deg) translateZ(25px);
	transform: rotateY(90deg) translateZ(25px)
}

.side3 {
	background: #72559e;
	-webkit-transform: rotateY(180deg) translateZ(25px);
	transform: rotateY(180deg) translateZ(25px)
}

.side4 {
	background: #009fe2;
	-webkit-transform: rotateY(-90deg) translateZ(25px);
	transform: rotateY(-90deg) translateZ(25px)
}

.side5 {
	background: #ccc;
	-webkit-transform: rotateX(90deg) translateZ(25px);
	transform: rotateX(90deg) translateZ(25px)
}

.side6 {
	background: #ccc;
	-webkit-transform: rotateX(-90deg) translateZ(25px);
	transform: rotateX(-90deg) translateZ(25px)
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotateX(0) rotateY(0) rotateZ(0)
	}
	33.33% {
		-webkit-transform: rotateX(360deg) rotateY(0) rotateZ(0)
	}
	66.66% {
		-webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(0)
	}
	100% {
		-webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg)
	}
}

@keyframes rotate {
	0% {
		transform: rotateX(0) rotateY(0)
	}
	50% {
		transform: rotateX(360deg) rotateY(0)
	}
	100% {
		transform: rotateX(360deg) rotateY(360deg)
	}
}

.featured-bottom .region-featured-bottom-third {
	margin: 0
}

.text-highlight {
	color: #00aeef!important;
	font-family: mt-bold;
	cursor: pointer
}

.modal-content {
	font-family: mt-regular;
	font-size: 14px;
	text-align: left!important
}

.modal-header .modal-title {
	margin: 0 auto
}

.modal-header .close {
	margin-left: 0
}

.min-wid {
	min-width: 180px;
	display: inline-block
}

.close {
	color: #fff!important
}

a.auto-topop {
	cursor: pointer
}

.popover-header {
	background: 0 0;
	font-family: mt-regular;
	color: #6e5ca9
}

.popover-body {
	font-size: 12px;
	color: #5a5a7a;
	font-family: mt-regular
}

.terms-conditions p a {
	font-family: mt-medium;
	color: #009fe3!important;
	cursor: pointer;
	font-size: 14px
}

#opc_error_message{
	color: #b94a48!important;
	font-size: 12px!important;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 100%;
	text-align: left!important
}

.alert-wrapper {
	margin: 1rem 0
}

.form-check {
	display: inline-block
}

.term-info,
.term-info1 {
	cursor: pointer;
	color: #6e5ca9
}

.totalSummary .form-check input,
.totalSummary-fs .form-check input {
	margin-top: 0;
	margin-left: 0
}

.totalSummary .form-check label,
.totalSummary-fs .form-check label {
	padding-left: 21px!important;
	font-size: 12px!important
}

#international-app-rates.slct-rates,
.node--type-payg #page_header {
	background: rgba(237, 237, 237, .5) url(../images/rates_banner_img.png) center center;
	background-repeat: repeat;
	background-size: auto;
	background-size: cover;
	background-repeat: no-repeat
}

#international-app-rates.slct-rates {
	background-color: #6e5ca8;
	color: #fff
}

.page-node-56 #main-wrapper {
	background-color: #6e5ca8;
	color: #fff
}

.node--type-payg #page_header h1,
.node--type-payg #page_header p {
	color: #6e5ca8!important;
	text-align: left
}

#page_header .title-banner {
	margin-left: 15rem
}

#page_header .title-banner p {
	margin-left: 6rem
}

.ui-menu {
	list-style: outside none none;
	padding: 10px!important;
	margin: 0;
	display: block;
	outline: medium none;
	border-bottom: 1px solid #ccc;
	border-radius: 14px
}

.ui-autocomplete {
	max-height: 350px;
	overflow-y: scroll;
	overflow-x: hidden
}

.ui-widget-content {
	border: 1px solid #ccc;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #8c8c8c!important
}

.node--type-faq .ui-widget-content a {
	color: #29235c;
	text-decoration: underline
}

.ui-widget {
	font-family: mt-regular;
	font-size: 1.1em;
	color: #8c8c8c
}

.ui-front {
	z-index: 100
}

table tr th {
	background: 0 0
}

table tr {
	background: 0 0;
	border: 0
}

table tr th {
	color: #6e5ca8
}

table thead {
	border-bottom: 1px solid #6e5ca8
}

.bundle-subscribes table {
	border-bottom: 1px solid #c8c8c8
}

.btn-order-bundle-quick {
	font-family: mt-bold;
	color: #6e5ca8!important;
	font-size: 15px;
	min-width: 100px;
	display: inline-block;
	text-align: center;
	padding: .3rem;
	border-radius: 25px;
	border: 2px solid #6e5ca8
}

#bundle-quick-subscribe-form {
	position: relative
}

.bundle-subscribes {
	border: 1px solid #ccc;
	padding: .5rem;
	border-radius: 15px;
	max-height: 640px;
	overflow-y: scroll;
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 1000
}

.floating_icons {
	position: fixed;
	bottom: 37%;
	right: 5%;
	z-index: 100
}

.floating_icons .floatbtn {
	color: #fff;
	padding: .5rem;
	min-width: 96px;
	border-radius: 23px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .16);
	border: solid 2px #fff;
	display: block;
	text-decoration: none;
	margin: 1rem 0;
	text-align: center
}

.floating_icons .btn-sim-fixed {
	background-color: #6e5ca8
}

.floating_icons .btn-topup-fixed {
	background-color: #00aeef
}

input[type=checkbox] {
	width: 1em;
	height: 1em;
	background-color: #fff;
	border-radius: 50%;
	vertical-align: middle;
	border: 1px solid #5a5a7a!important;
	-webkit-appearance: none;
	outline: 0;
	cursor: pointer
}

input[type=checkbox]:checked {
	background: url(../images/checked.png) 0 0 no-repeat;
	background-size: auto;
	background-size: auto 100%;
	width: 1rem;
	border: 1px solid #6e5ca8;
	height: 1rem
}

div .js-form-type-checkbox {
	padding: 0
}

div .js-form-type-checkbox input {
	margin: 3px 0
}

div .js-form-type-checkbox label {
	margin: 0 20px;
	cursor: pointer;
	font-size: 12px!important
}

.btn {
	background-color: #6e5ca8!important;
	padding: 12px 30px 12px 30px;
	color: #fff!important;
	font-family: mt-bold;
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	border-radius: 23px;
	border: 0
}

.bg-voilet {
	background-color: #6e5ca8!important
}

#page_header {
	box-shadow: 0 8px 22px -5px rgba(111, 97, 156, .5) inset;
	background: linear-gradient(to right, #7b6bb0 0, #988bc1 50%, #7b6bb0 100%);
	margin-top: 7rem;
	padding: 20px 0 45px
}

.path-frontpage .highlighted {
    margin-top: 6rem;
}

#page_header h1 {
	font-size: 36px;
	font-family: mt-bold;
	font-weight: 400;
	color: #fff;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

#page_header p {
	font-size: 25px;
	font-family: mt-light;
	font-weight: 400;
	color: #fff;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

#navbar-main .container {
	position: relative
}

#block-vmmainmenuuser-2 {
	width: 100%
}

#block-vmmainmenuuser-2 {
	width: auto
}

#block-languageswitcher-2 ul {
	margin: 0;
	padding: 0
}

#block-languageswitcher-2 ul li {
	list-style: none
}

#block-languageswitcher-2 ul li a:hover {
	text-decoration: none
}

#block-languageswitcher-2 ul li a {
	font-family: mt-bold;
	color: #009fe3
}

#block-vectone-search {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
	background-color: #fff;
	z-index: 999;
	width: 100%
}

#block-vmmainmenu-2 ul {
	margin-bottom: 0
}

#block-vmmainmenu-2 ul li {
	margin-right: 2em;
	background: #fff
}

#block-vmmainmenu-2 ul li:hover {
	background: #fff
}

#block-vmmainmenu-2 ul li a,
#block-vmmainmenu-2 ul>li>span.nolink {
	color: #6e5ca8;
	font-size: 14px;
	text-decoration: none;
	font-family: mt-bold;
	background: #fff;
	padding: 30px 0 30px 0;
	cursor: pointer
}

#block-vmmainmenu-2 .sf-accordion li span {
	padding: .75em 1em!important
}

#block-vmmainmenu-2 ul li ul li a {
	padding: .9em 1.5em;
	background: #fff;
	border-bottom: 1px solid #ededed
}

#block-vmmainmenu-2 ul li a:hover {
	background: #fff
}

#block-vmmainmenu-2 ul li ul li a:hover {
	background: #6e5ca8;
	color: #fff
}

#block-vmmainmenu-2 ul li ul {
	border-radius: 10px;
	padding: 8px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, .15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box
}

#block-vmmainmenu-2 ul.sf-menu li.sfHover>ul,
#block-vmmainmenu-2 ul.sf-menu li:hover>ul {
	top: 5.9em
}

#block-vmmainmenu-2 ul li ul li {
	padding: 8px 15px;
	padding: 0 5px;
	background: #fff
}

#block-vmmainmenu-2 ul li ul li:hover {
	background: #fff
}

#block-vectone-search .content {
	float: right!important
}

#block-vectone-search .content .search-block-form fieldset {
	padding-right: 0!important
}

#block-vectone-search .content .search-block-form fieldset input {
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	height: 40px;
	min-width: 300px;
	border-radius: 0;
	border: 1px solid #c8c8c8;
	box-shadow: initial
}

#block-vectone-search .content .search-block-form #edit-actions,
#block-vectone-search .content .search-block-form #edit-actions--2 {
	padding-left: 0
}

#block-vectone-search .content .search-block-form #edit-actions button,
#block-vectone-search .content .search-block-form #edit-actions--2 button {
	background: #6e5ca8;
	height: 40px;
	padding: 10px;
	color: #fff;
	cursor: pointer;
	border-color: #6e5ca8;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	min-width: 40px
}

#block-vmmainmenuuser-2 ul {
	display: inline-flex;
	width: auto;
	float: right
}

#vm-main-menu-user-menu-link-content2338050a-2501-4003-94d6-1b32fc0afe11 {
	background: url(../images/index.png) no-repeat;
	background-size: auto;
	background-size: cover;
	width: 36px;
	height: 36px;
	padding: 15px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	margin: 8px 17px;
	cursor: pointer
}

.path-frontpage #main-wrapper {
	margin: 2rem 0
}

.path-frontpage .bestsellers {
	margin-bottom: 0
}

.path-frontpage .highlighted {
	box-shadow: inset 0 -1px 9px 3px rgba(0, 0, 0, .2);
	z-index: 1;
	position: relative;
	overflow: hidden
}

.path-frontpage .highlighted .home-carousel-cls {
	position: relative;
	height: 450px;
	width: 1200px;
	margin: 0 auto
}

.path-frontpage .highlighted .layone {
	position: absolute;
	color: transparent;
	top: 6%;
	width: 94%;
	z-index: 6;
	left: 3%
}

.path-frontpage #views_slideshow_cycle_teaser_section_home_banner-block_1 {
	position: unset!important
}

.path-frontpage #views-field-field-carousel-image {
	max-width: 100%;
	height: auto
}

.path-frontpage .views_slideshow_controls_text span {
	display: block;
	width: 30px;
	height: 50px;
	background: url(../images/home-carousel/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	transition: all .2s ease-in-out;
	position: absolute;
	top: 50%;
	z-index: 99999;
	margin: 0 7px
}

.path-frontpage span.views_slideshow_controls_text_previous {
	left: 0
}

.path-frontpage span.views_slideshow_controls_text_next {
	background-position: -45px 0;
	right: 0
}

.path-frontpage span.views_slideshow_controls_text_pause {
	display: none
}

.path-frontpage .highlighted .laytwo {
	position: absolute;
	color: transparent;
	bottom: 10%;
	width: auto;
	z-index: 3;
	left: 28.5%
}

.path-frontpage .highlighted .laytwo img {
	-webkit-animation: rotation 30s infinite linear;
	animation: rotation 30s infinite linear
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(359deg)
	}
}

@keyframes rotation {
	from {
		transform: rotate(0)
	}
	to {
		transform: rotate(359deg)
	}
}

.path-frontpage .highlighted .laythree {
	position: absolute;
	color: transparent;
	width: auto;
	top: 7%;
	left: 6.3%;
	z-index: 3
}

.path-frontpage .highlighted .layfour {
	position: absolute;
	color: transparent;
	width: auto;
	left: 9%;
	top: 16%;
	z-index: 5
}

.path-frontpage .vectone-xtra-front h1 {
	color: #6e5ca8;
	font-size: 40px;
	font-family: mt-bold;
	font-weight: 400
}

.path-frontpage .vectone-xtra-front h2 {
	color: #6e5ca8;
	font-family: mt-light
}

.path-frontpage .vectone-xtra-front h4 {
	color: #6e5ca8;
	font-family: mt-bold
}

.path-frontpage .vectone-xtra-front h5 {
	color: #6e5ca8;
	font-family: mt-bold
}

.path-frontpage .vectone-xtra-front h6 {
	color: #6e5ca8;
	font-family: mt-bold
}

.path-frontpage .vectone-xtra-front ul li {
	border: 0;
	padding-left: 0;
	font-family: mt-regular;
	color: #6e5ca8
}

.path-frontpage .vectone-xtra-front ul li .li-image img {
	padding-right: .5rem
}

.path-frontpage .vectone-xtra-front p.app-icon img {
	box-shadow: 2px 2px 11px #c2bebe;
	padding: 10px;
	border-radius: 10px
}

.path-frontpage .vectone-xtra-front p.app-link a img {
	box-shadow: 2px 2px 11px #c2bebe;
	width: 30%
}

.path-frontpage .home-freecredit-block {
	margin: 0 auto;
	width: 100%
}

.home-freecredit-block .region-featured-bottom-third {
	margin: 0
}

#block-vectonehomefreecreditsection {
	width: 100%
}

#block-vectonehomefreecreditsection .region-featured-bottom-third {
	margin: 0 auto;
	width: 100%
}

#block-vectonehomefreecreditsection .blft {
	background: #8e77c1;
	color: #fff;
	display: block
}

#block-vectonehomefreecreditsection .blft .inner {
	display: inline-block;
	text-align: center;
	margin: 10% 0;
	width: 100%
}

#block-vectonehomefreecreditsection .blrt .inner {
	display: inline-block;
	text-align: center;
	margin: 10% 0;
	width: 100%
}

#block-vectonehomefreecreditsection .blrt {
	background: url(/themes/vectone/images/register_sim_desktop.png) no-repeat;
	background-size: cover;
	color: #fff;
	height: 320px;
	display: block;
	padding: 0 70px!important
}

#block-vectonehomefreecreditsection .blrt h5 {
	width: 50%;
	margin: 0 auto;
	margin-bottom: .5rem
}

#block-vectonehomefreecreditsection .more-btn {
	color: #fff;
	background: 0 0;
	font-family: mt-bold;
	padding: 12px 16px;
	display: inline-block;
	min-width: 180px;
	border-radius: 26px;
	text-align: center;
	border: solid 2px #fff;
	text-decoration: none;
	cursor: pointer
}

footer ul {
	padding: 0
}

footer ul li {
	padding: 0;
	list-style: none
}

footer ul li span.nav-link {
	color: #00aeef;
	padding-left: 0
}

footer .site-footer__top ul li a {
	padding: 0
}

footer {
	background: #29235c!important;
	padding: 0
}

footer a {
	font-family: mt-regular;
	color: #fff;
	font-size: 12px
}

footer .site-footer__top h2 {
	border: none;
	text-transform: none;
	font-family: mt-bold;
	color: #fff
}

footer .region-footer-fifth {
	justify-content: center
}

footer .region-footer-fourth {
	width: 100%!important;
	margin: 0;
	padding: 0;
	justify-content: center
}

footer .region-footer-fourth nav ul {
	display: table
}

footer .region-footer-fourth nav#block-offers {
	width: 16%
}

footer .region-footer-fourth nav#block-payasyougo {
	width: 15%
}

footer .region-footer-fourth nav#block-bundles {
	width: 15%
}

footer .region-footer-fourth nav#block-rates {
	width: 16%
}

footer .region-footer-fourth nav#block-cheapinternationalcalls {
	width: 24%
}

footer .region-footer-fourth nav#block-support {
	width: 18%
}

footer #block-footerlogo {
	margin: 0 auto;
	border: none
}

footer #block-socialicons {
	width: 100%;
	text-align: center;
	border: none
}

footer #block-copyright {
	text-align: center;
	width: 100%
}

footer .site-footer__bottom {
	border: none
}

footer #block-socialicons a i {
	color: #29235c;
	font-size: 16px;
	background: #00aeef;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	display: inline-block;
	line-height: 2.2;
	margin: 0 7px
}

.bundles_slider {
	margin-left: 0;
	margin-right: 0
}

.QuicktabFront {
	padding: 0;
	box-shadow: 0 6px 11px 0 rgba(0, 0, 0, .1);
	position: relative;
	z-index: 2
}

.QuicktabFront #bundle-quick-subscribe-form .form-actions {
	display: none
}

.QuicktabFront .form-type-select .form-select {
	background: 0 0
}

.QuicktabFront .container .nav-tabs {
	position: absolute;
	top: -2.8rem;
	z-index: 999;
	left: 0;
	right: 0;
	border-bottom: 0
}

.QuicktabFront .container .nav-tabs>li a {
	color: #00aeef;
	font-size: 15px;
	text-align: center;
	font-family: mt-bold;
	padding: 12px 60px;
	border: 0;
	margin-right: 0;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	box-shadow: inset 1px -2px 10px 0 #d5d5d5;
	background-color: #ededed
}

.QuicktabFront .container .nav-tabs>li>a.active,
.QuicktabFront .container .nav-tabs>li>a.active:focus,
.QuicktabFront .container .nav-tabs>li>a.active:hover {
	color: #6e5ca8;
	background-color: #fff;
	box-shadow: initial
}

.QuicktabFront .form-group label {
	font-size: 1rem;
	color: #6e5ca8;
	font-family: mt-regular;
	font-weight: 400
}

.QuicktabFront .form-type-select .form-select,
.QuicktabFront .form-type-textfield .form-control {
	border-radius: 23px;
	background-color: #fff;
	border: solid 1px #c8c8c8;
	color: #6e5ca8;
	font-size: 1rem;
	box-shadow: initial;
	font-family: mt-bold;
	font-weight: 400;
	text-align: center;
	height: 3rem;
	width: 100%
}

.QuicktabFront .form-type-select:after {
	content: "";
	width: 30px;
	height: 35px;
	background: url(../images/quickbundles/dropdownnar.png) no-repeat;
	background-position: right center;
	top: 2rem;
	right: 2rem;
	position: absolute;
	pointer-events: none
}

.QuicktabFront .form-type-select .form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.QuicktabFront .btn-quicktopup {
	background-color: #6e5ca9;
	font-family: mt-bold;
    font-size: 17px;
    border-radius: 30px;
    border: solid 2px transparent;
    color: #FFFFFF!important;
    padding: 12px 30px 12px 30px;
}

.QuicktabFront .fieldset-legend,
.QuicktabFront .topup-contents h3 {
	font-family: mt-regular;
	font-size: 14px;
	color: #6e5ca8;
	display: inline-block
}

.QuicktabFront .topup-contents a {
	display: inline-block
}

.QuicktabFront .topup-contents .form-check {
	padding-left: 0
}

.QuicktabFront .topup-contents input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden
}

.QuicktabFront .topup-contents .form-check label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: 90px;
	transition: .3s
}

.topup-contents .form-check label i:after {
	content: 'Disabled';
	color: #fff!important;
	font-size: 12px;
	font-family: mt-regular;
	text-align: right;
	display: block;
	padding: 6px 6px 0 0;
	font-style: normal
}

.topup-contents .form-check input:checked+label i:after {
	content: 'Enabled';
	color: #fff!important;
	font-size: 12px;
	font-family: mt-regular;
	text-align: right;
	display: block;
	font-style: normal;
	margin-right: 30%
}

.QuicktabFront .topup-contents .form-check input:checked+label i::after {
	padding: 6px 6px 0 0
}

.QuicktabFront .topup-contents .form-check input:checked+label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%)
}

.QuicktabFront .topup-contents .form-check label:active:after {
	width: 130px
}

.QuicktabFront #edit-quick-topup-amount div.radio.form-check {
	width: 3.2rem;
	display: inline-block;
	padding-left: 0;
	height: 3.2rem;
	text-align: center
}

.QuicktabFront #edit-quick-topup-amount .radio.form-check input {
	width: 1rem;
	height: 0;
	width: 0;
	visibility: hidden;
	margin: 0
}

.QuicktabFront #edit-quick-topup-amount .radio.form-check label {
	padding: .8rem;
	background-color: #fff;
	border: solid 1px #ededed;
	border-radius: 2rem;
	cursor: pointer;
	font-family: mt-bold;
	line-height: 19px
}

.QuicktabFront #edit-quick-topup-amount .radio.form-check label:hover {
	background: #6e5ca9;
	color: #fff
}

.QuicktabFront #edit-quick-topup-amount .radio.form-check input:checked+label {
	background: #6e5ca9;
	color: #fff;
	border: 0
}

.QuicktabFront #quick_topup .wrap {
	display: flex
}

.QuicktabFront #quick_topup .autotp-center {
	margin: 2rem 0
}

#autotopup-disable ul li a {
	font-size: 12px;
	font-family: mt-regular;
	color: #6e5ca8
}

#autotopup-disable ul,
#autotopup-enable ul {
	text-align: center!important
}

#autotopup-disable ul li img {
	width: 51px;
	margin-top: -14px
}

#autotopup-disable ul {
	display: inline-flex
}

#autotopup-disable ul li {
	padding-right: 5px;
	padding-left: 5px
}

#autotopup-disable ul li input {
	width: 1em;
	height: 1em;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	outline: 0!important;
	cursor: pointer;
	margin: 0 3px 0 0
}

#autotopup-disable ul li input:checked {
	background: url(../images/checked.png) 0 0 no-repeat;
	background-size: auto;
	border: 1px solid #6e5ca8;
	background-size: 100% 100%
}

#autotopup-disable ul li input {
	width: 1em;
	height: 1em;
	border-radius: 50%;
	-webkit-appearance: none;
	outline: 0!important;
	cursor: pointer;
	margin: 0 3px 0 0
}

#autotopup-enable.quicktop p strong,
#autotopup-enable.topupmain p strong {
	vertical-align: middle;
	padding-bottom: 2px;
	margin: 0;
	font-size: 26px;
	color: #72559f;
	font-family: mt-regular;
	font-weight: 400
}

#autotopup-disable ul p,
#autotopup-enable ul p {
	color: #00aeef
}

.bestsellers {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.bestsellers .block-vm-bundles h2 {
	text-align: center;
	color: #6e5ca8;
	font-size: 40px;
	font-family: mt-bold;
	margin: 1em 0 0 0
}

.bestsellers .block-vm-bundles .nav-item .nav-link {
	border-radius: 23px;
	border: solid 2px #ededed;
	font-size: 15px;
	font-family: mt-regular;
	font-weight: 400;
	color: #6e5ca8;
	min-width: 138px;
	padding: 8px;
	text-align: center
}

.bestsellers .block-vm-bundles .nav-item .nav-link.active {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16);
	background-color: #00aeef;
	border: solid 2px transparent;
	color: #fff;
	font-family: mt-bold;
	border-radius: 2rem;
	min-width: 138px;
	text-align: center
}

.bestsellers .block-vm-bundles .tab-content {
	margin-top: 5rem
}

.bundle-list .top-box>span b {
	font-weight: 400;
	font-size: 60%
}

.Vminterateblock .home-international-calls h1 {
	font-family: mt-bold;
	font-size: 2.5rem;
	color: #73559d
}

.Vminterateblock .home-international-calls p {
	font-family: mt-light;
	font-size: 1.5rem;
	color: #73559d;
	margin-bottom: 40px
}

.Vminterateblock {
	padding: 30px 0 30px 0;
	background: rgba(237, 237, 237, .5) url(../images/interates.png) center center;
	background-repeat: repeat;
	background-size: auto;
	background-size: cover;
	background-size: 75% auto;
	background-repeat: no-repeat
}

.Vminterateblock #home-international-calls select {
	height: 3rem;
	font-size: 1rem;
	padding: 0 3rem 0 1rem;
	font-family: mt-bold;
	border: 0;
	text-align: center;
	width: 32%;
	min-width: 16rem;
	border-radius: 22rem;
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .1), 0 10px 16px 0 rgba(0, 174, 239, .3);
	cursor: pointer;
	outline: 0
}

.Vminterateblock #home-international-calls .table_1 tbody th {
	font-family: mt-bold;
	color: #72559f;
	font-size: 15px;
	font-weight: 400;
	border: 0;
	vertical-align: top
}

.Vminterateblock #home-international-calls .table_1 th {
	font-family: mt-regular;
	color: #72559f;
	font-size: 15px;
	font-weight: 400;
	border: 0
}

.Vminterateblock table tr {
	background: 0 0
}

.Vminterateblock table thead tr,
.Vminterateblock table tr {
	border: 0
}

.Vminterateblock table tr th {
	background: 0 0
}

.Vminterateblock .table_1 tbody td {
	color: #6e5ca8
}

.page-node-51 #navbar-main {
	z-index: 9
}

.page-node-51 .scroll_menu {
	padding: 25px 0;
	width: 100%;
	top: 0;
	background: #af1999;
	background: -moz-linear-gradient(left, #af1999 0, #832eaf 100%);
	background: -webkit-linear-gradient(left, #af1999 0, #832eaf 100%);
	background: linear-gradient(to right, #af1999 0, #832eaf 100%);
	z-index: 9;
	border-bottom: 1px solid #fff
}

.page-node-51 .scroll_menu ul {
	padding-left: 0;
	margin-bottom: 0
}

.page-node-51 .list-inline {
	padding-left: 0;
	list-style: none
}

.page-node-51 .list-inline>li:first-child {
	padding-left: 0
}

.page-node-51 .scroll_menu ul li {
	padding: 0 20px
}

.page-node-51 .list-inline>li {
	display: inline-block
}

.page-node-51 .scroll_menu li a,
.scroll_menu li a:focus,
.scroll_menu li a:hover {
	padding: 15px 0;
	color: #fff;
	font-family: mt-bold
}

.page-node-51 .node__content .container::after,
.page-node-51 .node__content .container::before {
	display: table;
	content: " "
}

.page-node-51 .node__content .image_banner {
	position: relative;
	background: url(../images/vectone-extra/Carousel.jpg) no-repeat;
	background-size: cover;
	overflow: hidden
}

.page-node-51 .node__content .image_banner .banner_top_image {
	position: absolute;
	left: 35%;
	top: 19%
}

.page-node-51 .node__content .image_banner .banner_bottom_image {
	position: absolute;
	right: 34%;
	top: -42%
}

.page-node-51 .node__content .container::after {
	clear: both
}

.page-node-51 .node__content .vm-title {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 16%
}

.page-node-51 .node__content .vm-title h1 {
	font-size: 60px;
	color: #fff;
	font-family: mt-bold;
	font-weight: 400;
	display: block;
	margin-bottom: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.page-node-51 .node__content .vm-title p {
	font-size: 36px;
	font-family: mt-light;
	font-weight: 400;
	color: #fff;
	display: block;
	margin-left: 0;
	animation-duration: 2s;
	animation-fill-mode: both;
	animation-delay: .5s
}

.page-node-51 .node__content .vm-title h3 {
	font-size: 24px;
	font-family: mt-bold;
	font-weight: 400;
	color: #fff;
	display: block;
	margin-top: 10%
}

.page-node-51 .howitwork_box {
	position: relative;
	min-height: 538px
}

.page-node-51 .howitwork_box img {
	position: absolute;
	top: 0;
	left: 0
}

.page-node-51 #how_it_works.vectone_xtra h1 {
	font-size: 46px;
	font-family: mt-bold;
	color: #6e5ca8;
	margin-top: 110px
}

.page-node-51 .vxtra .dataList p {
	font-size: 18px;
	font-family: mt-regular;
	color: #29235c;
	margin-top: 60px;
	line-height: 2
}

.page-node-51 .vectone_xtra_features {
	background: #6e5ca8;
	padding: 50px 0;
	overflow: hidden
}

.page-node-51 .text_reason h1 {
	font-size: 42px;
	font-family: mt-bold;
	color: #fff
}

.page-node-51 .text_reason strong {
	font-size: 16px;
	font-family: mt-regular;
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px;
	display: block
}

.page-node-51 .feature_content strong {
	display: block;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	font-family: mt-regular
}

.page-node-51 .feature_content p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 15px;
	font-family: mt-regular
}

.page-node-51 .feature_middle {
	margin-top: 69%;
	position: relative;
	min-height: 292px
}

.page-node-51 .feature_middle img {
	position: absolute
}

.page-node-51 .main-fluid {
	margin: 0 auto
}

.page-node-51 .scroll_menu.affix {
	top: 100px;
	right: 0;
	left: 0;
	background: rgba(110, 92, 168, .9);
	width: 100%;
	border-bottom: 0;
	z-index: 9999!important
}

.page-node-51 .vectone_xtra_features_faq {
	padding: 4rem 0 4rem 0
}

.page-node-51 .vectone_xtra_features_faq h1 {
	font-size: 2.5rem;
	font-family: mt-bold;
	color: #6e5ca8
}

.page-node-51 .vectone_xtra_features_faq .field-name-body .field-item p {
	font-size: 1rem;
	font-family: mt-regular;
	color: #29235c
}

.page-node-51 .vectone_xtra_features_faq .ui-state-default a,
.page-node-51 .vectone_xtra_features_faq .ui-state-default a:link,
.page-node-51 .vectone_xtra_features_faq .ui-state-default a:visited {
	color: #6e5ca8;
	font-size: 1.3rem;
	font-family: mt-bold
}

.page-node-51 .vectone_xtra_features_faq .ui-accordion .ui-accordion-icons {
	padding-left: 0;
	padding-top: 30px;
	color: #6e5ca8;
	font-size: 1.5rem;
	font-family: mt-bold
}

.page-node-51 .vectone_xtra_features_faq .ui-accordion-header-icon {
	display: none
}

.page-node-51 .vectone_xtra_features_faq .ui-state-default,
.page-node-51 .vectone_xtra_features_faq .ui-widget-content .ui-state-default,
.page-node-51 .vectone_xtra_features_faq .ui-widget-header .ui-state-default {
	border: 0;
	border-bottom: 1px solid #29235c;
	background: 0 0;
	font-weight: 400;
	color: #6e5ca8
}

.page-node-51 .vectone_xtra_features_faq .ui-accordion .ui-accordion-content {
	padding: 1rem 0 1rem 0;
	border-top: 0;
	overflow: auto;
	border-right: 0;
	border-left: 0
}

.vectone_xtra_features_faq .ui-accordion .ui-accordion-content.ui-accordion-content-active {
	border-bottom: 1px solid #29235c;
	border-radius: 0;
	color: #29235c;
	font-family: mt-regular
}

.vectone_xtra_features_faq h3::after {
	content: '\f0d7';
	font-family: "Font Awesome 5 Free";
	font-size: 36px;
	float: right;
	font-weight: 700;
	margin-top: -10px
}

.vectone_xtra_features_faq h3.ui-state-active::after {
	content: '\f0da'
}

.node--type-bundles {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.node--type-bundles .bundle-blk {
	display: flex;
	flex-wrap: wrap;
	width: 1300px;
	margin: 0 14%
}

.node--type-bundles .bundles_group {
	display: flex;
	flex-wrap: wrap
}

.node--type-bundles #bundle_sliders .tab-content {
	margin-top: 5rem
}

.node--type-bundles #bundle_sliders {
	width: 74rem;
	display: block;
	margin: 0 auto 0 auto
}

#block-databundle .bundle-list,
#block-roamingbundle .bundle-list,
.home-popular-bundles.credit-sim .bundle-list {
	height: 393px
}

.node--type-bundles .block-vm-bundles h2 {
	text-align: center
}

.node--type-bundles .bundle-list {
	margin-bottom: 40px;
	box-shadow: initial;
	border-radius: 14px;
	background-color: #fff;
	position: relative;
	text-align: left;
	height: 615px;
	border: solid 1px #ededed
}

.node--type-bundles .bundle-list .info_terms {
	cursor: pointer
}

.node--type-bundles .bundle-list.flip-box {
	border: 0;
	padding: 0
}

.node--type-bundles .bundle-list.flip-box:hover {
	box-shadow: initial
}

.node--type-bundles .bundle-list:hover {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16)
}

.node--type-bundles .bundle-list.flip-box:hover .flip-box-inner {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16)
}

.node--type-bundles .bundle-list .flip-box-inner .top-box {
	height: 139px;
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #ededed;
	position: relative
}

#block-simonlyallinoneplan .bundle-list .flip-box-inner .top-box {
	display: block
}

.node--type-bundles .bundle-list.best_seller .top-box>span,
.node--type-bundles .bundle-list.discounted_class .top-box>span {
	display: block;
	vertical-align: middle;
	text-align: center;
	position: relative;
	padding-left: 26px
}

.node--type-bundles .bundle-list .top-box.second_cls>span {
	padding-left: 74px
}

.node--type-bundles .flip-box .flip-box-back .inner-content {
	height: 588px;
	padding: 15px;
	overflow-y: scroll;
	position: relative;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	width: 100%
}

.node--type-bundles .flip-box-inner .bundle-close {
	padding: 5px;
	position: fixed;
	right: 15px;
	z-index: 9999;
	top: -8px;
	cursor: pointer
}

.node--type-bundles .header_titles.bottom-tab {
	z-index: 3;
	background: #fff;
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translatez(0);
	text-align: left
}

.node--type-bundles .inner-content p {
	color: #6e5ca8;
	font-size: 12px;
	font-family: mt-bold;
	margin-top: 0;
	text-align: center
}

.node--type-bundles .inner-content p:last-child {
	margin-bottom: 0
}

.node--type-bundles .flip-box .flip-box-back .inner-content .table {
	position: relative;
	margin-top: 30px
}

.node--type-bundles .bundle-list:hover {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16)
}

.node--type-bundles .bundle-list.flip-box:hover {
	box-shadow: initial
}

.node--type-bundles .bundle-list .label_price {
	background: linear-gradient(135deg, rgba(0, 159, 227, 1) 0, rgba(0, 159, 227, 1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	right: initial;
	top: 0;
	width: 121px;
	height: 121px;
	left: 0;
	text-align: center;
	border-top-left-radius: 14px
}

.node--type-bundles .bundle-list.best_seller .label_price {
	background: linear-gradient(135deg, #6e5ca8 0, #6e5ca8 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%)
}

.node--type-bundles .bundle-list .label_price label p {
	margin: 0
}

.node--type-bundles .bundle-list .label_price label p.onoffer {
	font-size: 16px;
	font-family: mt-bold
}

.node--type-bundles .bundle-list .label_price label p.ncmonly {
	font-size: 12px
}

.node--type-bundles .bundle-list .label_price label {
	transform: rotate(-45deg);
	display: block;
	line-height: 1.2;
	color: #fff;
	position: absolute;
	left: -35px;
	right: 11px;
	top: 15px
}

.node--type-bundles .bundle-list.best_seller .label_price label {
	left: -38px;
	right: 12px;
	top: 20px
}

.node--type-bundles .flip-box .flip-box-back {
	background: #fff;
	transform: rotateY(180deg);
	overflow-y: hidden;
	text-align: left;
	transform-style: preserve-3d;
	z-index:1;
}

.node--type-bundles .flip-box.flip-active .flip-box-front {
	display: none
}

.node--type-bundles .flip-box .flip-box-front {
	position: absolute;
	width: auto;
	height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: visible;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}

.node--type-bundles .flip-box .flip-box-back {
	position: absolute;
	width: auto;
	height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: visible;
	left: 0;
	top: 10px;
	bottom: 10px;
	right: 0
}

.node--type-bundles .flip-box .flip-box-front {
	backface-visibility: visible;
	z-index: 998
}

.node--type-bundles .bundle-list.flip-box .flip-box-inner {
	border-radius: 14px;
	border: solid 1px #ededed;
	padding: 15px;
	min-height: 650px;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform .8s;
	transform-style: preserve-3d
}

.node--type-bundles .flip-box.flip-active .flip-box-inner {
	transform: rotateY(180deg)
}

.node--type-bundles .bundle-list .flip-box-inner {
	padding: .3rem
}

.node--type-bundles .bundle-list .dropdown ul {
	top: inherit!important;
	bottom: -16px!important;
	background: 0 0;
	border: 0;
	box-shadow: initial;
	text-align: center;
	transform: none!important
}

.node--type-bundles .bundle-list ul.list-unstyled li {
	display: block;
	width: 100%;
	text-align: left;
	border-bottom: 0;
	padding: .5rem;
	line-height: 1.2;
	table-layout: fixed
}

.node--type-bundles .bundle-list ul.list-unstyled li ul li {
	text-align: center
}

.node--type-bundles .bundle-list ul.list-unstyled>li span {
	font-family: mt-bold;
	font-size: 18px;
	font-weight: 400;
	color: #29235c;
	padding-left: 0;
	padding-right: .25rem;
	width: 18%
}

.node--type-bundles .bundle-list ul.list-unstyled>li span.bundle_icon {
	padding-right: 0
}

.node--type-bundles .bundle-list ul.list-unstyled>li strong {
	font-size: 18px;
	display: inline-block;
	padding-left: 5px;
	width: 82%;
	color: #29235c;
	font-family: mt-bold;
	vertical-align: middle
}

.node--type-bundles .bundle-list ul.list-unstyled>li span+span {
	font-family: mt-light;
	font-size: 15px
}

.node--type-bundles .bundle-list ul.list-unstyled>li span a {
	color: #29235c;
	font-family: mt-light;
	text-decoration: underline;
	cursor: pointer
}

.node--type-bundles .bundle-list ul.list-unstyled>li span a:focus,
.node--type-bundles .bundle-list ul.list-unstyled>li span a:hover {
	color: #00aeef
}

.node--type-bundles #bundle_sliders .nav-item .nav-link {
	border-radius: 23px;
	border: solid 2px #ededed;
	font-size: 15px;
	font-family: mt-regular;
	font-weight: 400;
	color: #6e5ca8;
	min-width: 180px;
	text-align: center
}

.node--type-bundles #bundle_sliders .nav-item .nav-link.active {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16);
	background-color: #00aeef;
	border: solid 2px transparent;
	color: #fff;
	font-family: mt-bold;
	border-radius: 2rem;
	min-width: 180px;
	text-align: center
}

.node--type-bundles .bundle-list .flip-box-front .top-box span p {
	color: #6e5ca8;
	font-family: mt-medium;
	font-size: 18px;
	letter-spacing: normal;
	margin-bottom: 5px;
	text-align: center
}

.node--type-bundles .bundle-list .flip-box-front .top-box span p+b {
	color: #6f6f8b;
	font-family: mt-bold;
	padding: 0 28px;
	margin-bottom: 10px;
	display: block;
	font-size: 9px;
	letter-spacing: normal;
	font-weight: 400;
	text-align: center
}

.node--type-bundles .bundle-list .flip-box-front .top-box strong {
	font-family: mt-bold;
	font-size: 50px;
	color: #6e5ca8;
	font-weight: 400;
	margin-bottom: 0;
	display: block;
	text-align: center;
	line-height: 53px
}

.node--type-bundles .bundle-list .top-offer .top-box h1 {
	font-family: mt-bold;
	font-size: 22px;
	margin-top: 0;
	color: #6e5ca8;
	margin-bottom: 0;
	display: inline-block;
	text-decoration: line-through;
	text-decoration-color: red;
	vertical-align: top;
	margin-left: -53px
}

.node--type-bundles .bundle-list .top-offer {
	padding: 35px 10px 10px 14px;
	position: relative;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	border: 0
}

.node--type-bundles .bundle-list .top-offer .top-box strong+p {
	color: #6f6f8b;
	font-family: mt-bold;
	margin-bottom: 10px;
	display: block;
	font-size: 9px;
	letter-spacing: normal
}

.node--type-bundles .bundle-list ul.list-unstyled>li article p {
	font-size: 12px;
	color: #29235c;
	margin-top: 10px;
	font-family: mt-regular;
	text-align: center
}

.node--type-bundles .bundle-list ul.list-unstyled>li:last-child {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 2rem 0;
	text-align: center
}

.node--type-bundles .bundle-list ul.list-unstyled>li article:first-child {
	text-align: left;
	margin-bottom: 25px
}

.node--type-bundles .bundle-list ul.list-unstyled>li:last-child article {
	display: block
}

.node--type-bundles .bundle-list ul.list-unstyled>li p strong {
	font-size: inherit;
	width: auto;
	padding: 0 5px 4px 5px
}

.node--type-bundles .bundle-list ul.list-unstyled+p {
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin-bottom: 10px
}

.node--type-bundles .bundle-list ul.list-unstyled+p a {
	color: #6e5ca8!important;
	font-size: 9px;
	font-family: mt-bold
}

.node--type-bundles .bundle-list ul.list-unstyled>li a {
	min-width: 203px
}

.node--type-bundles .bundle-list .btn-orders-link,
.node--type-bundles .bundle-list .btn-orders-link:focus,
.node--type-bundles .bundle-list .btn-orders-link:hover {
	background-color: #73559d;
	padding: 12px 30px 12px 30px;
	color: #fff;
	font-family: mt-bold;
	font-size: .9rem;
	font-weight: 400;
	margin-top: 0;
	display: inline-block;
	border-radius: 23px;
	border: 0;
	position: relative;
	bottom: initial;
	text-align: center;
	left: initial;
	right: initial;
	cursor: pointer;
	text-decoration: none
}

.node--type-bundles .bundle-list .show>.dropdown-menu {
	display: block;
	top: inherit;
	bottom: -5px;
	background: 0 0;
	border: 0;
	box-shadow: initial;
	text-align: center
}

.node--type-bundles .bundle-list .btn-subcribe {
	background-color: #fff;
	padding: 12px 30px 12px 30px;
	color: #00aeef;
	font-family: mt-bold;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 23px;
	border: 1px solid #00aeef;
	position: relative;
	bottom: initial;
	text-align: center;
	left: initial;
	right: initial;
	text-decoration: none
}

.node--type-bundles .bundle-list .inner-content .table td {
	font-size: 11px;
	font-family: mt-regular;
	color: #29235c;
	padding: 5px 4px 5px 0;
	vertical-align: middle;
	text-align: center
}

.node--type-bundles .bundle-list .inner-content .table td div {
	display: table
}

.node--type-bundles .bundle-list .inner-content .table td img {
	height: auto;
	width: 20px;
	border-radius: 25px;
	border: 1px solid #eee;
	display: table-cell;
	vertical-align: middle
}

.node--type-bundles .bundle-list .inner-content .table td span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 8px;
	text-align:left;
}

.node--type-bundles .bundle-list .inner-content .table th {
	font-size: 11px;
	font-family: mt-bold;
	color: #29235c;
	background: #e1e1e1
}

.node--type-bundles .bundle-list .inner-content .table td {
	font-size: 11px;
	font-family: mt-regular;
	color: #29235c;
	padding: 6px 0;
	vertical-align: middle
}

.node--type-bundles #bundle-blk section {
	width: 100%;
	margin: 0 auto
}

.node--type-bundles #bundle-blk .bundles_group {
	width: 100%;
	margin: 0 auto
}

.node--type-bundles #bundle-blk .block-vm-bundles {
	width: 100%;
	margin: 0 auto
}

#block-vmmainmenu-3 {
	width: 87%;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center
}

#block-vmmainmenu-3 ul li {
	margin: .5rem .5rem;
	float: none;
	display: inline-block
}

#block-vmmainmenu-3 ul li a {
	border: solid .1rem #ededed;
	text-decoration: none;
	border-radius: 2rem;
	color: #6e5ca8
}

#block-vmmainmenu-3 ul li.active-trail a {
	color: #fff;
	background: #009fe3;
	font-family: mt-medium;
	border-radius: 2rem;
	border: 0
}

.referfriend-stat h1 {
	font-size: 30px;
	font-family: mt-bold;
	font-weight: 400;
	color: #29235c;
	display: block;
	margin-bottom: 20px;
	margin-top: 40px
}

.referfriend-stat .earn-bonus strong {
	font-size: 20px;
	font-family: mt-bold;
	font-weight: 400;
	color: #29235c;
	display: block
}

.referfriend-stat h2 {
	font-size: 20px;
	font-family: mt-bold;
	font-weight: 400;
	color: #29235c;
	margin-top: 0
}

.referfriend-stat .terms-conditions {
	padding: 1rem 0 2rem 0
}

.referfriend-stat .terms-conditions p a {
	font-family: mt-medium;
	color: #009fe3
}

.breadcrumb-item a.active {
	max-width: 200px;
	height: 40px;
	position: relative;
	background: #13b4f0;
	padding: 12px 33px;
	color: #fff
}

.breadcrumb-item a {
	max-width: 200px;
	height: 40px;
	position: relative;
	background: #e2e2e2;
	padding: 12px 33px;
	color: #777;
	transition: all .2s ease-in
}

.breadcrumb-item a:before {
	content: "";
	position: absolute;
	right: -18px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 19px solid #e2e2e2;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	transition: all .2s ease-in
}

.breadcrumb-item a:hover {
	color: #fff;
	text-decoration: none
}

.breadcrumb-item a:hover:before {
	border-left: 20px solid #6e5ca8
}

.breadcrumb-item a:after {
	content: "";
	position: absolute;
	left: -1px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent
}

.breadcrumb {
	background-color: transparent!important;
	padding: .75rem 0!important
}

.breadcrumb-item+.breadcrumb-item::before {
	display: none!important
}

.breadcrumb-item:first-child>a {
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px
}

.breadcrumb-item:first-child a:after {
	border: 0
}

.breadcrumb-item:last-child>a {
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px
}

.breadcrumb-item:last-child a:before {
	border: 0
}

.breadcrumb-item a.active:before {
	border-left: 20px solid #13b4f0
}

.breadcrumb-item:not(:first-child) {
	padding: 13px
}

.breadcrumb-item:first-child {
	padding: 13px 13px 13px 0
}

.page-node-177 #block-vectone-content {
	text-align: center
}

.page-node-177 #block-vectone-content h1 {
	font-family: mt-bold;
	font-size: 30px;
	text-align: center;
	color: #251f53;
	margin-top: 80px
}

.page-node-177 #block-vectone-content p {
	font-family: mt-regular;
	font-size: 18px;
	text-align: center;
	color: #251f53
}

.page-node-177 #block-views-block-support-overview-block-1 .card img {
	height: 65px;
	width: auto
}

.page-node-177 #block-views-block-support-overview-block-1 .card-body span a {
	display: block;
	font-size: 18px;
	font-family: mt-bold;
	color: #251f53;
	line-height: 1.2;
	margin-top: 10px
}

.page-node-177 .main-content,
.page-node-43 #block-vectone-content,
.page-node-44 #block-vectone-content {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1170px;
	margin-top: 2rem;
	margin-bottom: 2rem
}

.page-node-44 .views-row {
	min-height: 260px;
	padding: 20px;
	background: #fff;
	position: relative;
	border: 1px solid #d2d2d2;
	border-radius: 0;
	margin-bottom: 30px;
	border-radius: 10px;
	width: 32.3%;
	margin: 5px;
	float: left;
	padding-right: 15px;
	padding-left: 15px
}

.page-node-44 .views-row:hover {
	box-shadow: 0 0 5px #c3c3c3;
	border: 1px solid #29235c
}

.page-node-44 #block-vectone-content .views-field-field-overview-header {
	font-size: 30px;
	font-family: mt-bold;
	color: #29235c
}

.page-node-44 #block-vectone-content .views-field-field-overview-text {
	font-size: 20px;
	font-family: mt-regular;
	color: #29235c;
	line-height: 1.2
}

.page-node-44 .views-field-view-node a {
	background: #72559f;
	padding: 10px 25px 10px 25px;
	color: #fff;
	font-family: mt-regular;
	font-size: 16px;
	font-weight: 400;
	margin-top: 25px;
	display: inline-block;
	border-radius: 25px;
	position: absolute;
	bottom: 20px
}

.page-node-33 .panel-app-rates {
	padding: 10px 15px
}

.page-node-33 .panel-app-rates h1 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 10px
}

.send-sim-abroad h1 {
	margin-top: 0;
	font-family: mt-bold;
	font-size: 40px;
	color: #73559d;
	margin-bottom: 0
}

.send-sim-abroad h1::after {
	content: "";
	display: block;
	height: 1px;
	width: 20%;
	border-bottom: 4px solid #72559f;
	margin-top: 10px
}

.send-sim-abroad .page_header strong {
	color: #29235c;
	font-size: 30px;
	font-family: mt-regular;
	font-weight: 400
}

.send-sim-abroad .page_header {
	padding: 60px 0 60px 0
}

.send-sim-abroad .send-sim-options {
	padding: 30px 60px 30px 60px;
	margin-top: 0;
	margin-bottom: 40px
}

.send-sim-abroad .send-sim-options h2 {
	font-size: 24px;
	font-family: mt-bold;
	font-weight: 400;
	color: #29235c;
	margin-bottom: 20px
}

.send-sim-abroad .page_header p {
	text-align: right;
	font-family: mt-regular;
	font-size: 24px;
	color: #29235c
}

.twocountriesonesim .page_header {
	padding: 40px 0 25px 0
}

.twocountriesonesim .panel-app-rates h1 {
	color: #fff;
	font-size: 24px;
	font-family: mt-medium;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 10px
}

.twocountriesonesim .panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-bottom-color: transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.twocountriesonesim .page_header h1 {
	margin-top: 0;
	font-family: mt-bold;
	font-size: 40px;
	color: #73559d;
	margin-bottom: 0
}

.twocountriesonesim .page_header h1::after {
	content: "";
	display: block;
	height: 1px;
	width: 20%;
	border-bottom: 4px solid #72559f;
	margin-top: 10px
}

.twocountriesonesim .page_header strong {
	color: #29235c;
	font-size: 30px;
	font-family: mt-regular;
	font-weight: 400
}

.twocountriesonesim .panel-two-sim .panel-body {
	padding: 40px 120px 40px 120px
}

.twocountriesonesim .refer-options {
	padding: 30px 60px 30px 60px
}

.twocountriesonesim .panel-two-sim p strong {
	font-family: mt-medium;
	font-weight: 400
}

.node--type-payg .container img {
	max-width: 100%;
	margin: 0 auto
}

#rates-vapp-form img {
	max-width: 100%;
	margin: 0 auto
}

.node--type-payg #block-ratesbundle {
	width: 100%
}

.node--type-payg {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.node--type-payg .bundle-blk {
	display: flex;
	flex-wrap: wrap;
	width: 1300px;
	margin: 0 14%
}

.node--type-payg .bundles_group {
	display: flex;
	flex-wrap: wrap
}

.node--type-payg #bundle_sliders .tab-content {
	margin-top: 5rem
}

.node--type-payg #bundle_sliders {
	width: 74rem;
	display: block;
	margin: 0 auto 0 auto
}

.node--type-payg .block-vm-bundles h2 {
	text-align: center
}

.node--type-payg .bundle-list {
	margin-bottom: 40px;
	box-shadow: initial;
	border-radius: 14px;
	background-color: #fff;
	position: relative;
	text-align: left;
	height: 650px;
	border: solid 1px #ededed
}

.node--type-payg .bundle-list.flip-box {
	border: 0;
	padding: 0
}

.node--type-payg .bundle-list.flip-box:hover {
	box-shadow: initial
}

.node--type-payg .bundle-list:hover {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16)
}

.node--type-payg .bundle-list.flip-box:hover .flip-box-inner {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16)
}

.node--type-payg .bundle-list .flip-box-inner .top-box {
	height: 117px;
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #ededed;
	position: relative;
	z-index: 9
}

.node--type-payg .bundle-list .top-box>span {
	display: block;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	position: relative
}

.node--type-payg .flip-box .flip-box-back .inner-content {
	height: 588px;
	padding: 15px;
	overflow-y: scroll;
	position: relative;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	width: 100%
}

.node--type-payg .flip-box-inner .bundle-close {
	padding: 5px;
	position: fixed;
	right: 15px;
	z-index: 9999;
	top: -8px;
	cursor: pointer
}

.node--type-payg .header_titles.bottom-tab {
	z-index: 3;
	background: #fff;
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translatez(0);
	text-align: left
}

.node--type-payg .inner-content p {
	color: #6e5ca8;
	font-size: 12px;
	font-family: mt-bold;
	margin-top: 0;
	text-align: center
}

.node--type-payg .inner-content p:last-child {
	margin-bottom: 0
}

.node--type-payg .flip-box .flip-box-back .inner-content .table {
	position: relative;
	margin-top: 30px
}

.node--type-payg .bundle-list:hover {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16)
}

.node--type-payg .bundle-list.flip-box:hover {
	box-shadow: initial
}

.node--type-payg .bundle-list .label_price {
	position: absolute;
	right: initial;
	top: initial;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: auto;
	text-align: center;
	bottom: 98%
}

.node--type-payg .bundle-list .label_price label {
	position: relative;
	top: 0;
	right: initial;
	font-size: 12px;
	padding: 5px 5px 15px 5px;
	font-family: mt-medium;
	background: #6e5ca8;
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	max-width: initial;
	font-weight: 400;
	margin-bottom: 0;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	text-transform: uppercase
}

.node--type-payg .bundle-list .label_price label:after {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	background: #fff;
	position: absolute;
	z-index: 2;
	margin-top: 0;
	top: 25px;
	border-radius: 14px;
	right: 0
}

.node--type-payg .flip-box .flip-box-back {
	background: #fff;
	transform: rotateY(180deg);
	overflow-y: hidden;
	text-align: left;
	transform-style: preserve-3d
}

.node--type-payg .flip-box.flip-active .flip-box-front {
	display: none
}

.node--type-payg .flip-box .flip-box-back,
.node--type-payg .flip-box .flip-box-front {
	position: absolute;
	width: auto;
	height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: visible;
	left: 0;
	top: 10px;
	bottom: 10px;
	right: 0
}

.node--type-payg .flip-box .flip-box-front {
	background: #fff;
	backface-visibility: visible;
	z-index: 998
}

.node--type-payg .bundle-list.flip-box .flip-box-inner {
	border-radius: 14px;
	border: solid 1px #ededed;
	padding: 15px;
	min-height: 650px;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform .8s;
	transform-style: preserve-3d
}

.node--type-payg .flip-box.flip-active .flip-box-inner {
	transform: rotateY(180deg)
}

.node--type-payg .bundle-list .flip-box-inner {
	padding: .3rem
}

.node--type-payg .bundle-list .dropdown ul {
	top: inherit!important;
	bottom: -16px!important;
	background: 0 0;
	border: 0;
	box-shadow: initial;
	text-align: center;
	transform: none!important
}

.node--type-payg .bundle-list ul.list-unstyled li {
	display: block;
	width: 100%;
	text-align: left;
	border-bottom: 0;
	padding: .5rem;
	line-height: 1.2;
	table-layout: fixed
}

.node--type-payg .bundle-list ul.list-unstyled li ul li {
	text-align: center
}

.node--type-payg .bundle-list ul.list-unstyled>li span {
	font-family: mt-bold;
	font-size: 20px;
	font-weight: 400;
	color: #29235c;
	padding-left: 0;
	padding-right: .25rem;
	width: 18%
}

.node--type-payg .bundle-list ul.list-unstyled>li span.bundle_icon {
	padding-right: 0
}

.node--type-payg .bundle-list ul.list-unstyled>li strong {
	font-size: 1.2rem;
	display: inline-block;
	padding-left: 5px;
	width: 82%;
	color: #29235c;
	font-family: mt-bold;
	vertical-align: middle
}

.node--type-payg .bundle-list ul.list-unstyled>li span+span {
	font-family: mt-light;
	padding-right: 0;
	font-size: 15px
}

.node--type-payg .bundle-list ul.list-unstyled>li span a {
	color: #29235c;
	font-family: mt-light;
	text-decoration: underline;
	cursor: pointer
}

.node--type-payg .bundle-list ul.list-unstyled>li span a:focus,
.node--type-payg .bundle-list ul.list-unstyled>li span a:hover {
	color: #00aeef
}

.node--type-payg #bundle_sliders .nav-item .nav-link {
	border-radius: 23px;
	border: solid 2px #ededed;
	font-size: 15px;
	font-family: mt-regular;
	font-weight: 400;
	color: #6e5ca8;
	min-width: 180px;
	text-align: center
}

.node--type-payg #bundle_sliders .nav-item .nav-link.active {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16);
	background-color: #00aeef;
	border: solid 2px transparent;
	color: #fff;
	font-family: mt-bold;
	border-radius: 2rem;
	min-width: 180px;
	text-align: center
}

.node--type-payg .bundle-list .flip-box-front .top-box span p {
	color: #6e5ca8;
	font-family: mt-bold;
	font-size: 18px;
	letter-spacing: normal;
	margin-bottom: 5px;
	text-align: center
}

.node--type-payg .bundle-list .flip-box-front .top-box span p+b {
	color: #6f6f8b;
	font-family: mt-bold;
	margin-bottom: 10px;
	display: block;
	font-size: 9px;
	letter-spacing: normal;
	font-weight: 400;
	text-align: center
}

.node--type-payg .bundle-list .flip-box-front .top-box strong {
	font-family: mt-bold;
	font-size: 50px;
	color: #6e5ca8;
	font-weight: 400;
	margin-bottom: 0;
	display: block;
	text-align: center
}

.node--type-payg .bundle-list .top-offer .top-box h1 {
	font-family: mt-bold;
	font-size: 24px;
	margin-top: 0;
	color: #998dc2;
	margin-bottom: 0;
	display: inline-block;
	font-style: italic;
	text-decoration: line-through
}

.node--type-payg .bundle-list .top-offer {
	padding: 22px 10px 10px 10px;
	position: relative;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	border: 0
}

.node--type-payg .bundle-list .top-offer .top-box strong+p {
	color: #6f6f8b;
	font-family: mt-bold;
	margin-bottom: 10px;
	display: block;
	font-size: 9px;
	letter-spacing: normal
}

.node--type-payg .bundle-list ul.list-unstyled>li article p {
	font-size: 12px;
	color: #29235c;
	margin-top: 10px;
	font-family: mt-regular;
	text-align: center
}

.node--type-payg .bundle-list ul.list-unstyled>li:last-child {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 2rem 0;
	text-align: center
}

.node--type-payg .bundle-list ul.list-unstyled>li article:first-child {
	text-align: left;
	margin-bottom: 25px
}

.node--type-payg .bundle-list ul.list-unstyled>li:last-child article {
	display: block
}

.node--type-payg .bundle-list ul.list-unstyled>li p strong {
	font-size: inherit;
	width: auto;
	padding: 0 5px 4px 5px
}

.node--type-payg .bundle-list ul.list-unstyled+p {
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin-bottom: 10px
}

.node--type-payg .bundle-list ul.list-unstyled+p a {
	color: #6e5ca8!important;
	font-size: 9px;
	font-family: mt-bold
}

.node--type-payg .bundle-list ul.list-unstyled>li a {
	min-width: 203px
}

.node--type-payg .bundle-list .btn-orders-link,
.node--type-payg .bundle-list .btn-orders-link:focus,
.node--type-payg .bundle-list .btn-orders-link:hover {
	background-color: #73559d;
	padding: 12px 30px 12px 30px;
	color: #fff;
	font-family: mt-bold;
	font-size: .9rem;
	font-weight: 400;
	margin-top: 0;
	display: inline-block;
	border-radius: 23px;
	border: 0;
	position: relative;
	bottom: initial;
	text-align: center;
	left: initial;
	right: initial;
	cursor: pointer
}

.node--type-payg .bundle-list .show>.dropdown-menu {
	display: block;
	top: inherit;
	bottom: -5px;
	background: 0 0;
	border: 0;
	box-shadow: initial;
	text-align: center
}

.node--type-payg .bundle-list .btn-subcribe {
	background-color: #fff;
	padding: 12px 30px 12px 30px;
	color: #00aeef;
	font-family: mt-bold;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 23px;
	border: 1px solid #00aeef;
	position: relative;
	bottom: initial;
	text-align: center;
	left: initial;
	right: initial
}

.node--type-payg .bundle-list .inner-content .table td {
	font-size: 11px;
	font-family: mt-regular;
	color: #29235c;
	padding: 5px 4px 5px 0;
	vertical-align: middle;
	text-align: center
}

.node--type-payg .bundle-list .inner-content .table td div {
	display: table
}

.node--type-payg .bundle-list .inner-content .table td img {
	height: auto;
	width: 20px;
	border-radius: 25px;
	border: 1px solid #eee;
	display: table-cell;
	vertical-align: middle
}

.node--type-payg .bundle-list .inner-content .table td span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 8px;
	text-align: left
}

.node--type-payg .bundle-list .inner-content .table th {
	font-size: 11px;
	font-family: mt-bold;
	color: #29235c;
	background: #e1e1e1
}

.node--type-payg .bundle-list .inner-content .table td {
	font-size: 11px;
	font-family: mt-regular;
	color: #29235c;
	padding: 6px 0;
	vertical-align: middle
}

.node--type-payg #block-vmmainmenu-3 {
	width: 50%;
	margin: 2rem auto
}

.node--type-payg #block-vmmainmenu-3 ul li {
	margin: 0 .5rem
}

.node--type-payg #block-vmmainmenu-3 ul li a {
	border: solid .1rem #ededed;
	text-decoration: none;
	border-radius: 2rem;
	color: #6e5ca8
}

.node--type-payg #block-vmmainmenu-3 ul li.active-trail a {
	color: #fff;
	background: #009fe3;
	font-family: mt-medium;
	border-radius: 2rem;
	border: 0
}

.node--type-payg #bundle-blk section {
	width: 100%;
	margin: 0 auto
}

.node--type-payg #bundle-blk .bundles_group {
	width: 100%;
	margin: 0 auto
}

.node--type-payg #bundle-blk .block-vm-bundles {
	width: 100%;
	margin: 0 auto
}

.node--type-cheap-call-rates .container img {
	max-width: 100%;
	margin: 0 auto
}

#rates-vapp-form img {
	max-width: 100%;
	margin: 0 auto
}

.node--type-cheap-call-rates #block-ratesbundle {
	width: 100%
}

.node--type-cheap-call-rates {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.node--type-cheap-call-rates .bundle-blk {
	display: flex;
	flex-wrap: wrap;
	width: 1300px;
	margin: 0 14%
}

.node--type-cheap-call-rates .bundles_group {
	display: flex;
	flex-wrap: wrap
}

.node--type-cheap-call-rates #bundle_sliders .tab-content {
	margin-top: 5rem
}

.node--type-cheap-call-rates #bundle_sliders {
	width: 74rem;
	display: block;
	margin: 0 auto 0 auto
}

.node--type-cheap-call-rates .block-vm-bundles h2 {
	text-align: center
}

.node--type-cheap-call-rates .bundle-list {
	margin-bottom: 40px;
	box-shadow: initial;
	border-radius: 14px;
	background-color: #fff;
	position: relative;
	text-align: left;
	height: 650px;
	border: solid 1px #ededed
}

.node--type-cheap-call-rates .bundle-list.flip-box {
	border: 0;
	padding: 0
}

.node--type-cheap-call-rates .bundle-list.flip-box:hover {
	box-shadow: initial
}

.node--type-cheap-call-rates .bundle-list:hover {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16)
}

.node--type-cheap-call-rates .bundle-list.flip-box:hover .flip-box-inner {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16)
}

.node--type-cheap-call-rates .bundle-list .flip-box-inner .top-box {
	height: 94px;
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #ededed;
	position: relative;
	z-index: 9
}

.node--type-cheap-call-rates .bundle-list .top-box>span {
	display: block;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	position: relative
}

.node--type-cheap-call-rates .bundle-list.best_seller .top-box>span,
.node--type-cheap-call-rates .bundle-list.discounted_class .top-box>span {
	padding-left: 52px
}

.node--type-cheap-call-rates .bundle-list .top-box.second_cls>span {
	padding-left: 74px
}

.node--type-cheap-call-rates .flip-box .flip-box-back .inner-content {
	height: 588px;
	padding: 15px;
	overflow-y: scroll;
	position: relative;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	width: 100%
}

.node--type-cheap-call-rates .flip-box-inner .bundle-close {
	padding: 5px;
	position: fixed;
	right: 15px;
	z-index: 9999;
	top: -8px;
	cursor: pointer
}

.node--type-cheap-call-rates .header_titles.bottom-tab {
	z-index: 3;
	background: #fff;
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translatez(0);
	text-align: left
}

.node--type-cheap-call-rates .inner-content p {
	color: #6e5ca8;
	font-size: 12px;
	font-family: mt-bold;
	margin-top: 0;
	text-align: center
}

.node--type-cheap-call-rates .inner-content p:last-child {
	margin-bottom: 0
}

.node--type-cheap-call-rates .flip-box .flip-box-back .inner-content .table {
	position: relative;
	margin-top: 30px
}

.node--type-cheap-call-rates .bundle-list:hover {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16)
}

.node--type-cheap-call-rates .bundle-list.flip-box:hover {
	box-shadow: initial
}

.node--type-cheap-call-rates .bundle-list .label_price {
	background: linear-gradient(135deg, rgba(0, 159, 227, 1) 0, rgba(0, 159, 227, 1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	right: initial;
	top: 0;
	width: 130px;
	height: 130px;
	left: 0;
	text-align: center;
	border-top-left-radius: 14px
}

.node--type-cheap-call-rates .bundle-list.best_seller .label_price {
	background: linear-gradient(135deg, #6e5ca8 0, #6e5ca8 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%)
}

.node--type-cheap-call-rates .bundle-list .label_price label {
	transform: rotate(-45deg);
	display: block;
	line-height: 1.2;
	color: #fff;
	position: absolute;
	left: -35px;
	right: 11px;
	top: 15px
}

.node--type-cheap-call-rates .bundle-list.best_seller .label_price label {
	left: -38px;
	right: 12px;
	top: 20px
}

.node--type-cheap-call-rates .bundle-list .label_price label p.onoffer {
	font-size: 16px;
	font-family: mt-bold
}

.node--type-cheap-call-rates .bundle-list .label_price label p {
	margin: 0
}

.node--type-cheap-call-rates .flip-box .flip-box-back {
	background: #fff;
	transform: rotateY(180deg);
	overflow-y: hidden;
	text-align: left;
	transform-style: preserve-3d
}

.node--type-cheap-call-rates .flip-box.flip-active .flip-box-front {
	display: none
}

.node--type-cheap-call-rates .flip-box .flip-box-front {
	position: absolute;
	width: auto;
	height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: visible;
	left: 0;
	top: 0;
	bottom: 10px;
	right: 0
}

.node--type-cheap-call-rates .flip-box .flip-box-back {
	position: absolute;
	width: auto;
	height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: visible;
	left: 0;
	top: 10px;
	bottom: 10px;
	right: 0
}

.node--type-cheap-call-rates .flip-box .flip-box-front {
	background: #fff;
	backface-visibility: visible;
	z-index: 998
}

.node--type-cheap-call-rates .bundle-list.flip-box .flip-box-inner {
	border-radius: 14px;
	border: solid 1px #ededed;
	padding: 15px;
	min-height: 650px;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform .8s;
	transform-style: preserve-3d
}

.node--type-cheap-call-rates .flip-box.flip-active .flip-box-inner {
	transform: rotateY(180deg)
}

.node--type-cheap-call-rates .bundle-list .flip-box-inner {
	padding: .3rem
}

.node--type-cheap-call-rates .bundle-list .dropdown ul {
	top: inherit!important;
	bottom: -16px!important;
	background: 0 0;
	border: 0;
	box-shadow: initial;
	text-align: center;
	transform: none!important
}

.node--type-cheap-call-rates .bundle-list ul.list-unstyled li {
	display: block;
	width: 100%;
	text-align: left;
	border-bottom: 0;
	padding: .5rem;
	line-height: 1.2;
	table-layout: fixed
}

.node--type-cheap-call-rates .bundle-list ul.list-unstyled li ul li {
	text-align: center
}

.node--type-cheap-call-rates .bundle-list ul.list-unstyled>li span {
	font-family: mt-bold;
	font-size: 20px;
	font-weight: 400;
	color: #29235c;
	padding-left: 0;
	padding-right: .25rem;
	width: 18%
}

.node--type-cheap-call-rates .bundle-list ul.list-unstyled>li span.bundle_icon {
	padding-right: 0
}

.node--type-cheap-call-rates .bundle-list ul.list-unstyled>li strong {
	font-size: 1.2rem;
	display: inline-block;
	padding-left: 5px;
	width: 82%;
	color: #29235c;
	font-family: mt-bold;
	vertical-align: middle
}

.node--type-cheap-call-rates .bundle-list ul.list-unstyled>li span+span {
	font-family: mt-light;
	padding-right: 0;
	font-size: 15px
}

.node--type-cheap-call-rates .bundle-list ul.list-unstyled>li span a {
	color: #29235c;
	font-family: mt-light;
	text-decoration: underline;
	cursor: pointer
}

.node--type-cheap-call-rates .bundle-list ul.list-unstyled>li span a:focus,
.node--type-cheap-call-rates .bundle-list ul.list-unstyled>li span a:hover {
	color: #00aeef
}

.node--type-cheap-call-rates #bundle_sliders .nav-item .nav-link {
	border-radius: 23px;
	border: solid 2px #ededed;
	font-size: 15px;
	font-family: mt-regular;
	font-weight: 400;
	color: #6e5ca8;
	min-width: 180px;
	text-align: center
}

.node--type-cheap-call-rates #bundle_sliders .nav-item .nav-link.active {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16);
	background-color: #00aeef;
	border: solid 2px transparent;
	color: #fff;
	font-family: mt-bold;
	border-radius: 2rem;
	min-width: 180px;
	text-align: center
}

.node--type-cheap-call-rates .bundle-list .flip-box-front .top-box span p {
	color: #6e5ca8;
	font-family: mt-bold;
	font-size: 18px;
	letter-spacing: normal;
	margin-bottom: 5px;
	text-align: center
}

.node--type-cheap-call-rates .bundle-list .flip-box-front .top-box span p+b {
	color: #6f6f8b;
	font-family: mt-bold;
	margin-bottom: 10px;
	display: block;
	font-size: 9px;
	letter-spacing: normal;
	font-weight: 400;
	text-align: center
}

.node--type-cheap-call-rates .bundle-list .flip-box-front .top-box strong {
	font-family: mt-bold;
	font-size: 50px;
	color: #6e5ca8;
	font-weight: 400;
	margin-bottom: 0;
	display: block;
	text-align: center;
	line-height: 53px
}

.node--type-cheap-call-rates .bundle-list .top-offer .top-box h1 {
	font-family: mt-bold;
	font-size: 22px;
	margin-top: 0;
	color: #6e5ca8;
	margin-bottom: 0;
	display: inline-block;
	text-decoration: line-through;
	text-decoration-color: red;
	vertical-align: top;
	margin-left: -53px
}

.node--type-cheap-call-rates .bundle-list .top-offer {
	padding: 35px 10px 10px 14px;
	position: relative;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	border: 0
}

.node--type-cheap-call-rates .bundle-list .top-offer .top-box strong+p {
	color: #6f6f8b;
	font-family: mt-bold;
	margin-bottom: 10px;
	display: block;
	font-size: 9px;
	letter-spacing: normal
}

.node--type-cheap-call-rates .bundle-list ul.list-unstyled>li article p {
	font-size: 12px;
	color: #29235c;
	margin-top: 10px;
	font-family: mt-regular;
	text-align: center
}

.node--type-cheap-call-rates .bundle-list ul.list-unstyled>li:last-child {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 2rem 0;
	text-align: center
}

.node--type-cheap-call-rates .bundle-list ul.list-unstyled>li article:first-child {
	text-align: left;
	margin-bottom: 25px
}

.node--type-cheap-call-rates .bundle-list ul.list-unstyled>li:last-child article {
	display: block
}

.node--type-cheap-call-rates .bundle-list ul.list-unstyled>li p strong {
	font-size: inherit;
	width: auto;
	padding: 0 5px 4px 5px
}

.node--type-cheap-call-rates .bundle-list ul.list-unstyled+p {
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin-bottom: 10px
}

.node--type-cheap-call-rates .bundle-list ul.list-unstyled+p a {
	color: #6e5ca8;
	font-size: 9px;
	font-family: mt-bold
}

.node--type-cheap-call-rates .bundle-list ul.list-unstyled>li a {
	min-width: 203px
}

.node--type-cheap-call-rates .bundle-list .btn-orders-link,
.node--type-cheap-call-rates .bundle-list .btn-orders-link:focus,
.node--type-cheap-call-rates .bundle-list .btn-orders-link:hover {
	background-color: #73559d;
	padding: 12px 30px 12px 30px;
	color: #fff;
	font-family: mt-bold;
	font-size: .9rem;
	font-weight: 400;
	margin-top: 0;
	display: inline-block;
	border-radius: 23px;
	border: 0;
	position: relative;
	bottom: initial;
	text-align: center;
	left: initial;
	right: initial;
	cursor: pointer
}

.node--type-cheap-call-rates .bundle-list .show>.dropdown-menu {
	display: block;
	top: inherit;
	bottom: -5px;
	background: 0 0;
	border: 0;
	box-shadow: initial;
	text-align: center
}

.node--type-cheap-call-rates .bundle-list .btn-subcribe {
	background-color: #fff;
	padding: 12px 30px 12px 30px;
	color: #00aeef;
	font-family: mt-bold;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 23px;
	border: 1px solid #00aeef;
	position: relative;
	bottom: initial;
	text-align: center;
	left: initial;
	right: initial
}

.node--type-cheap-call-rates .bundle-list .inner-content .table td {
	font-size: 11px;
	font-family: mt-regular;
	color: #29235c;
	padding: 5px 4px 5px 0;
	vertical-align: middle;
	text-align: center
}

.node--type-cheap-call-rates .bundle-list .inner-content .table td div {
	display: table
}

.node--type-cheap-call-rates .bundle-list .inner-content .table td img {
	height: auto;
	width: 20px;
	border-radius: 25px;
	border: 1px solid #eee;
	display: table-cell;
	vertical-align: middle
}

.node--type-cheap-call-rates .bundle-list .inner-content .table td span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 8px
}

.node--type-cheap-call-rates .bundle-list .inner-content .table th {
	font-size: 11px;
	font-family: mt-bold;
	color: #29235c;
	background: #e1e1e1
}

.node--type-cheap-call-rates .bundle-list .inner-content .table td {
	font-size: 11px;
	font-family: mt-regular;
	color: #29235c;
	padding: 6px 0;
	vertical-align: middle
}

.node--type-cheap-call-rates #block-vmmainmenu-3 {
	width: 50%;
	margin: 2rem auto
}

.node--type-cheap-call-rates #block-vmmainmenu-3 ul li {
	margin: 0 .5rem
}

.node--type-cheap-call-rates #block-vmmainmenu-3 ul li a {
	border: solid .1rem #ededed;
	text-decoration: none;
	border-radius: 2rem;
	color: #6e5ca8
}

.node--type-cheap-call-rates #block-vmmainmenu-3 ul li.active-trail a {
	color: #fff;
	background: #009fe3;
	font-family: mt-medium;
	border-radius: 2rem;
	border: 0
}

.node--type-cheap-call-rates #bundle-blk section {
	width: 100%;
	margin: 0 auto
}

.node--type-cheap-call-rates #bundle-blk .bundles_group {
	width: 100%;
	margin: 0 auto
}

.node--type-cheap-call-rates #bundle-blk .block-vm-bundles {
	width: 100%;
	margin: 0 auto
}

.node--type-article {
	margin-top: 1rem;
	/*margin-bottom: 1rem*/
}

.path-frontpage.node--type-article {
	margin-top: 0;
	margin-bottom: 0
}

.node--type-article .bundle-blk {
	display: flex;
	flex-wrap: wrap;
	width: 1300px;
	margin: 0 14%
}

.node--type-article .bundles_group {
	display: flex;
	flex-wrap: wrap
}

.node--type-article #bundle_sliders .tab-content {
	margin-top: 5rem
}

.node--type-article #bundle_sliders {
	width: 100%;
	display: block;
	margin: 0 auto 0 auto
}

.node--type-article .block-vm-bundles h2 {
	text-align: center
}

.node--type-article .bundle-list .top-offer h2 {
	display: block!important;
	margin: 0
}

.node--type-article .bundle-list {
	margin-bottom: 40px;
	box-shadow: initial;
	border-radius: 14px;
	background-color: #fff;
	position: relative;
	text-align: left;
	height: 650px;
	border: solid 1px #ededed
}

.node--type-article .bundle-list.flip-box {
	border: 0;
	padding: 0
}

.node--type-article .bundle-list.flip-box:hover {
	box-shadow: initial
}

.node--type-article .bundle-list:hover {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .06), 0 10px 20px 0 #f3f3f3
}

.node--type-article .bundle-list.flip-box:hover .flip-box-inner {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16)
}

.node--type-article .bundle-list .flip-box-inner .top-box {
	height: 139px;
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #ededed;
	position: relative
}

.node--type-article .bundle-list.best_seller .top-box>span,
.node--type-article .bundle-list.discounted_class .top-box>span {
	display: block;
	vertical-align: middle;
	text-align: center;
	position: relative;
	padding-left: 52px
}

.node--type-article .bundle-list .top-box.second_cls>span {
	padding-left: 74px
}

.node--type-article .flip-box .flip-box-back .inner-content {
	height: 658px!important;
	padding: 15px;
	overflow-y: scroll;
	position: relative;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	width: 100%
}

.node--type-article .flip-box-inner .bundle-close {
	padding: 5px;
	position: fixed;
	right: 15px;
	z-index: 9999;
	top: -8px;
	cursor: pointer
}

.node--type-article .header_titles.bottom-tab {
	z-index: 3;
	background: #fff;
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translatez(0);
	text-align: left
}

.node--type-article .inner-content p {
	color: #6e5ca8;
	font-size: 12px;
	font-family: mt-bold;
	margin-top: 0;
	text-align: center
}

.node--type-article .inner-content p:last-child {
	margin-bottom: 0
}

.node--type-article .flip-box .flip-box-back .inner-content .table {
	position: relative;
	margin-top: 30px
}

.node--type-article .bundle-list:hover {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .06), 0 10px 20px 0 #f3f3f3
}

.node--type-article .bundle-list.flip-box:hover {
	box-shadow: initial
}

.node--type-article .bundle-list .label_price {
	background: linear-gradient(135deg, rgba(0, 159, 227, 1) 0, rgba(0, 159, 227, 1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	right: initial;
	top: 0;
	width: 130px;
	height: 130px;
	left: 0;
	text-align: center;
	border-top-left-radius: 14px
}

.node--type-article .bundle-list.best_seller .label_price {
	background: linear-gradient(135deg, #6e5ca8 0, #6e5ca8 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%)
}

.node--type-article .bundle-list .label_price label {
	transform: rotate(-45deg);
	display: block;
	line-height: 1.2;
	color: #fff;
	position: absolute;
	left: -35px;
	right: 11px;
	top: 15px
}

.node--type-article .bundle-list.best_seller .label_price label {
	left: -38px;
	right: 12px;
	top: 20px
}

.node--type-article .bundle-list .label_price label p {
	margin: 0
}

.node--type-article .bundle-list .label_price label p.onoffer {
	font-size: 16px;
	font-family: mt-bold
}

.node--type-article .bundle-list .label_price label p.ncmonly {
	font-size: 12px
}

.node--type-article .flip-box .flip-box-back {
	background: #fff;
	transform: rotateY(180deg);
	overflow-y: hidden;
	text-align: left;
	transform-style: preserve-3d
}

.node--type-article .flip-box.flip-active .flip-box-front {
	display: none
}

.node--type-article .flip-box .flip-box-back,
.node--type-article .flip-box .flip-box-front {
	position: absolute;
	width: auto;
	height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: visible;
	left: 0;
	top: 0;
	bottom: 10px;
	right: 0
}

.node--type-article .flip-box .flip-box-back {
	position: absolute;
	width: auto;
	height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: visible;
	left: 0;
	top: 10px;
	bottom: 10px;
	right: 0
}

.node--type-article .flip-box .flip-box-front {
	backface-visibility: visible;
	z-index: 998
}

.node--type-article .bundle-list.flip-box .flip-box-inner {
	border-radius: 14px;
	border: solid 1px #ededed;
	padding: 15px;
	min-height: 650px;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform .8s;
	transform-style: preserve-3d
}

.node--type-article .flip-box.flip-active .flip-box-inner {
	transform: rotateY(180deg)
}

.node--type-article .bundle-list .dropdown ul {
	top: inherit!important;
	bottom: -16px!important;
	background: 0 0;
	border: 0;
	box-shadow: initial;
	text-align: center;
	transform: none!important
}

.node--type-article .bundle-list ul.list-unstyled li {
	display: block;
	width: 100%;
	text-align: left;
	border-bottom: 0;
	padding: .5rem;
	line-height: 1.2;
	table-layout: fixed
}

.node--type-article .bundle-list ul.list-unstyled li ul li {
	text-align: center
}

.node--type-article .bundle-list ul.list-unstyled>li span {
	font-family: mt-bold;
	font-size: 16px;
	font-weight: 400;
	color: #29235c;
	padding-left: 0;
	padding-right: .25rem;
	line-height:21px;
	display: block
}

.node--type-article .bundle-list ul.list-unstyled>li span.bundle_icon {
	padding-right: 0;
	display: inline-block
}

.node--type-article .bundle-list ul.list-unstyled>li strong {
	font-size: 16px;
	display: inline-block;
	padding-left: 5px;
	width: 82%;
	color: #29235c;
	font-family: mt-bold;
	vertical-align: middle
}

.node--type-article .bundle-list ul.list-unstyled>li span+span {
	font-family: mt-light;
	padding-right: 0;
	font-size: 13px
}

.node--type-article .bundle-list ul.list-unstyled>li span a {
	color: #29235c;
	font-family: mt-light;
	text-decoration: underline;
	cursor: pointer
}

.node--type-article .bundle-list ul.list-unstyled>li span a:focus,
.node--type-article .bundle-list ul.list-unstyled>li span a:hover {
	color: #00aeef
}

.node--type-article #bundle_sliders .nav-item .nav-link {
	border-radius: 23px;
	border: solid 2px #ededed;
	font-size: 15px;
	font-family: mt-regular;
	font-weight: 400;
	color: #6e5ca8;
	min-width: 180px;
	text-align: center
}

.node--type-article #bundle_sliders .nav-item .nav-link.active {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16);
	background-color: #00aeef;
	border: solid 2px transparent;
	color: #fff;
	font-family: mt-bold;
	border-radius: 2rem;
	min-width: 180px;
	text-align: center
}

.node--type-article .bundle-list .flip-box-front .top-box span p {
	color: #6e5ca8;
	font-family: mt-bold;
	font-size: 18px;
	letter-spacing: normal;
	margin-bottom: 5px;
	text-align: center
}

.node--type-article .bundle-list .flip-box-front .top-box span p+b {
	color: #6f6f8b;
	font-family: mt-bold;
	margin-bottom: 10px;
	display: block;
	font-size: 9px;
	letter-spacing: normal;
	font-weight: 400;
	text-align: center
}

.node--type-article .bundle-list .flip-box-front .top-box strong {
	font-family: mt-bold;
	font-size: 50px;
	color: #6e5ca8;
	font-weight: 400;
	margin-bottom: 0;
	display: block;
	text-align: center;
	line-height: 53px
}

.node--type-article .bundle-list .top-offer .top-box h1 {
	font-family: mt-bold;
	font-size: 22px;
	margin-top: 0;
	color: #6e5ca8;
	margin-bottom: 0;
	display: inline-block;
	text-decoration: line-through;
	text-decoration-color: red;
	vertical-align: top;
	margin-left: -53px
}

.node--type-article .bundle-list .top-offer {
	padding: 35px 10px 10px 14px;
	position: relative;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	border: 0
}

.node--type-article .bundle-list .top-offer .top-box strong+p {
	color: #6f6f8b;
	font-family: mt-bold;
	margin-bottom: 10px;
	display: block;
	font-size: 9px;
	letter-spacing: normal
}

.node--type-article .bundle-list ul.list-unstyled>li article p {
	font-size: 12px;
	color: #29235c;
	margin-top: 10px;
	font-family: mt-regular;
	text-align: center
}

.node--type-article .bundle-list ul.list-unstyled>li:last-child {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 2rem 0;
	text-align: center
}

.node--type-article .bundle-list ul.list-unstyled>li article:first-child {
	text-align: left;
	margin-bottom: 25px
}

.node--type-article .bundle-list ul.list-unstyled>li:last-child article {
	display: block
}

.node--type-article .bundle-list ul.list-unstyled>li p strong {
	font-size: inherit;
	width: auto;
	padding: 0 5px 4px 5px
}

.node--type-article .bundle-list ul.list-unstyled+p {
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin-bottom: 10px
}

.node--type-article .bundle-list ul.list-unstyled+p a {
	color: #6e5ca8!important;
	font-size: 9px;
	font-family: mt-bold
}

.node--type-article .bundle-list ul.list-unstyled>li a {
	min-width: 203px
}

.node--type-article .bundle-list .btn-orders-link,
.node--type-article .bundle-list .btn-orders-link:focus,
.node--type-article .bundle-list .btn-orders-link:hover {
	background-color: #73559d;
	padding: 12px 30px 12px 30px;
	color: #fff;
	font-family: mt-bold;
	font-size: .9rem;
	font-weight: 400;
	margin-top: 0;
	display: inline-block;
	border-radius: 23px;
	border: 0;
	position: relative;
	bottom: initial;
	text-align: center;
	left: initial;
	right: initial;
	cursor: pointer
}

.node--type-article .bundle-list .show>.dropdown-menu {
	display: block;
	top: inherit;
	bottom: -5px;
	background: 0 0;
	border: 0;
	box-shadow: initial;
	text-align: center
}

.node--type-article .bundle-list .btn-subcribe {
	background-color: #fff;
	padding: 12px 30px 12px 30px;
	color: #00aeef;
	font-family: mt-bold;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 23px;
	border: 1px solid #00aeef;
	position: relative;
	bottom: initial;
	text-align: center;
	left: initial;
	right: initial
}

.node--type-article .bundle-list .inner-content .table td {
	font-size: 11px;
	font-family: mt-regular;
	color: #29235c;
	padding: 5px 4px 5px 0;
	vertical-align: middle;
	text-align: center
}

.node--type-article .bundle-list .inner-content .table td div {
	display: table
}

.node--type-article .bundle-list .inner-content .table td img {
	height: auto;
	width: 20px;
	border-radius: 25px;
	border: 1px solid #eee;
	display: table-cell;
	vertical-align: middle
}

.node--type-article .bundle-list .inner-content .table td span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 8px;
	text-align: left
}

.node--type-article .bundle-list .inner-content .table th {
	font-size: 11px;
	font-family: mt-bold;
	color: #29235c;
	background: #e1e1e1
}

.node--type-article .bundle-list .inner-content .table td {
	font-size: 11px;
	font-family: mt-regular;
	color: #29235c;
	padding: 6px 0;
	vertical-align: middle
}

.node--type-article #block-vmmainmenu-3 {
	width: 50%;
	margin: 2rem auto
}

.node--type-article #block-vmmainmenu-3 ul li {
	margin: 0 .5rem
}

.node--type-article #block-vmmainmenu-3 ul li a {
	border: solid .1rem #ededed;
	text-decoration: none;
	border-radius: 2rem;
	color: #6e5ca8
}

.node--type-article #block-vmmainmenu-3 ul li.active-trail a {
	color: #fff;
	background: #009fe3;
	font-family: mt-medium;
	border-radius: 2rem;
	border: 0
}

.node--type-article #bundle-blk section {
	width: 100%;
	margin: 0 auto
}

.node--type-article #bundle-blk .bundles_group {
	width: 100%;
	margin: 0 auto
}

.node--type-article #bundle-blk .block-vm-bundles {
	width: 100%;
	margin: 0 auto
}

.path-simonly-addon {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.path-frontpage.path-simonly-addon {
	margin-top: 0;
	margin-bottom: 0
}

.path-simonly-addon .bundle-blk {
	display: flex;
	flex-wrap: wrap;
	width: 1300px;
	margin: 0 14%
}

.path-simonly-addon .bundles_group {
	display: flex;
	flex-wrap: wrap
}

.path-simonly-addon #bundle_sliders .tab-content {
	margin-top: 5rem
}

.path-simonly-addon #bundle_sliders {
	width: 100%;
	display: block;
	margin: 0 auto 0 auto
}

.path-simonly-addon .block-vm-bundles h2 {
	text-align: center
}

.path-simonly-addon .bundle-list {
	margin-bottom: 40px;
	box-shadow: initial;
	border-radius: 14px;
	background-color: #fff;
	position: relative;
	text-align: left;
	height: 650px;
	border: solid 1px #ededed
}

.path-simonly-addon .bundle-list.flip-box {
	border: 0;
	padding: 0
}

.path-simonly-addon .bundle-list.flip-box:hover {
	box-shadow: initial
}

.path-simonly-addon .bundle-list:hover {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16)
}

.path-simonly-addon .bundle-list.flip-box:hover .flip-box-inner {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16)
}

.path-simonly-addon .bundle-list .flip-box-inner .top-box {
	height: 117px;
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #ededed;
	position: relative
}

.path-simonly-addon .bundle-list .top-box>span {
	display: block;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	position: relative
}

.path-simonly-addon .flip-box .flip-box-back .inner-content {
	height: 588px;
	padding: 15px;
	overflow-y: scroll;
	position: relative;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	width: 100%
}

.path-simonly-addon .flip-box-inner .bundle-close {
	padding: 5px;
	position: fixed;
	right: 15px;
	z-index: 9999;
	top: -8px;
	cursor: pointer
}

.path-simonly-addon .header_titles.bottom-tab {
	z-index: 3;
	background: #fff;
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translatez(0);
	text-align: left
}

.path-simonly-addon .inner-content p {
	color: #6e5ca8;
	font-size: 12px;
	font-family: mt-bold;
	margin-top: 0;
	text-align: center
}

.path-simonly-addon .inner-content p:last-child {
	margin-bottom: 0
}

.path-simonly-addon .flip-box .flip-box-back .inner-content .table {
	position: relative;
	margin-top: 30px
}

.path-simonly-addon .bundle-list:hover {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16)
}

.path-simonly-addon .bundle-list.flip-box:hover {
	box-shadow: initial
}

.path-simonly-addon .bundle-list .label_price {
	position: absolute;
	right: initial;
	top: initial;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: auto;
	text-align: center;
	bottom: 98%
}

.path-simonly-addon .bundle-list .label_price label {
	position: relative;
	top: 0;
	right: initial;
	font-size: 12px;
	padding: 5px 5px 15px 5px;
	font-family: mt-medium;
	background: #6e5ca8;
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	max-width: initial;
	font-weight: 400;
	margin-bottom: 0;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	text-transform: uppercase
}

.path-simonly-addon .bundle-list .label_price label:after {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	background: #fff;
	position: absolute;
	z-index: 2;
	margin-top: 0;
	top: 25px;
	border-radius: 14px;
	right: 0
}

.path-simonly-addon .flip-box .flip-box-back {
	background: #fff;
	transform: rotateY(180deg);
	overflow-y: hidden;
	text-align: left;
	transform-style: preserve-3d
}

.path-simonly-addon .flip-box.flip-active .flip-box-front {
	display: none
}

.path-simonly-addon .flip-box .flip-box-back,
.path-simonly-addon .flip-box .flip-box-front {
	position: absolute;
	width: auto;
	height: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: visible;
	left: 0;
	top: 10px;
	bottom: 10px;
	right: 0
}

.path-simonly-addon .flip-box .flip-box-front {
	background: #fff;
	backface-visibility: visible;
	z-index: 998
}

.path-simonly-addon .bundle-list.flip-box .flip-box-inner {
	border-radius: 14px;
	border: solid 1px #ededed;
	padding: 15px;
	min-height: 650px;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform .8s;
	transform-style: preserve-3d
}

.path-simonly-addon .flip-box.flip-active .flip-box-inner {
	transform: rotateY(180deg)
}

.path-simonly-addon .bundle-list .flip-box-inner {
	padding: .3rem
}

.path-simonly-addon .bundle-list .dropdown ul {
	top: inherit!important;
	bottom: -16px!important;
	background: 0 0;
	border: 0;
	box-shadow: initial;
	text-align: center;
	transform: none!important
}

.path-simonly-addon .bundle-list ul.list-unstyled li {
	display: block;
	width: 100%;
	text-align: left;
	border-bottom: 0;
	padding: .5rem;
	line-height: 1.2;
	table-layout: fixed
}

.path-simonly-addon .bundle-list ul.list-unstyled li ul li {
	text-align: center
}

.path-simonly-addon .bundle-list ul.list-unstyled>li span {
	font-family: mt-bold;
	font-size: 20px;
	font-weight: 400;
	color: #29235c;
	padding-left: 0;
	padding-right: .25rem;
	width: 18%
}

.path-simonly-addon .bundle-list ul.list-unstyled>li span.bundle_icon {
	padding-right: 0
}

.path-simonly-addon .bundle-list ul.list-unstyled>li strong {
	font-size: 1.2rem;
	display: inline-block;
	padding-left: 5px;
	width: 82%;
	color: #29235c;
	font-family: mt-bold;
	vertical-align: middle
}

.path-simonly-addon .bundle-list ul.list-unstyled>li span+span {
	font-family: mt-light;
	padding-right: 0;
	font-size: 15px
}

.path-simonly-addon .bundle-list ul.list-unstyled>li span a {
	color: #29235c;
	font-family: mt-light;
	text-decoration: underline;
	cursor: pointer
}

.path-simonly-addon .bundle-list ul.list-unstyled>li span a:focus,
.path-simonly-addon .bundle-list ul.list-unstyled>li span a:hover {
	color: #00aeef
}

.path-simonly-addon #bundle_sliders .nav-item .nav-link {
	border-radius: 23px;
	border: solid 2px #ededed;
	font-size: 15px;
	font-family: mt-regular;
	font-weight: 400;
	color: #6e5ca8;
	min-width: 180px;
	text-align: center
}

.path-simonly-addon #bundle_sliders .nav-item .nav-link.active {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .1), 0 10px 20px 0 rgba(0, 174, 239, .16);
	background-color: #00aeef;
	border: solid 2px transparent;
	color: #fff;
	font-family: mt-bold;
	border-radius: 2rem;
	min-width: 180px;
	text-align: center
}

.path-simonly-addon .bundle-list .flip-box-front .top-box span p {
	color: #6e5ca8;
	font-family: mt-bold;
	font-size: 18px;
	letter-spacing: normal;
	margin-bottom: 5px;
	text-align: center
}

.path-simonly-addon .bundle-list .flip-box-front .top-box span p+b {
	color: #6f6f8b;
	font-family: mt-bold;
	margin-bottom: 10px;
	display: block;
	font-size: 9px;
	letter-spacing: normal;
	font-weight: 400;
	text-align: center
}

.path-simonly-addon .bundle-list .flip-box-front .top-box strong {
	font-family: mt-bold;
	font-size: 50px;
	color: #6e5ca8;
	font-weight: 400;
	margin-bottom: 0;
	display: block;
	text-align: center
}

.path-simonly-addon .bundle-list .top-offer .top-box h1 {
	font-family: mt-bold;
	font-size: 24px;
	margin-top: 0;
	color: #998dc2;
	margin-bottom: 0;
	display: inline-block;
	font-style: italic;
	text-decoration: line-through
}

.path-simonly-addon .bundle-list .top-offer {
	padding: 22px 10px 10px 10px;
	position: relative;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	border: 0
}

.path-simonly-addon .bundle-list .top-offer .top-box strong+p {
	color: #6f6f8b;
	font-family: mt-bold;
	margin-bottom: 10px;
	display: block;
	font-size: 9px;
	letter-spacing: normal
}

.path-simonly-addon .bundle-list ul.list-unstyled>li article p {
	font-size: 12px;
	color: #29235c;
	margin-top: 10px;
	font-family: mt-regular;
	text-align: center
}

.path-simonly-addon .bundle-list ul.list-unstyled>li:last-child {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 2rem 0;
	text-align: center
}

.path-simonly-addon .bundle-list ul.list-unstyled>li article:first-child {
	text-align: left;
	margin-bottom: 25px
}

.path-simonly-addon .bundle-list ul.list-unstyled>li:last-child article {
	display: block
}

.path-simonly-addon .bundle-list ul.list-unstyled>li p strong {
	font-size: inherit;
	width: auto;
	padding: 0 5px 4px 5px
}

.path-simonly-addon .bundle-list ul.list-unstyled+p {
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin-bottom: 10px
}

.path-simonly-addon .bundle-list ul.list-unstyled+p a {
	color: #6e5ca8!important;
	font-size: 9px;
	font-family: mt-bold
}

.path-simonly-addon .bundle-list ul.list-unstyled>li a {
	min-width: 203px
}

.path-simonly-addon .bundle-list .btn-orders-link,
.path-simonly-addon .bundle-list .btn-orders-link:focus,
.path-simonly-addon .bundle-list .btn-orders-link:hover {
	background-color: #73559d;
	padding: 12px 30px 12px 30px;
	color: #fff;
	font-family: mt-bold;
	font-size: .9rem;
	font-weight: 400;
	margin-top: 0;
	display: inline-block;
	border-radius: 23px;
	border: 0;
	position: relative;
	bottom: initial;
	text-align: center;
	left: initial;
	right: initial;
	cursor: pointer
}

.path-simonly-addon .bundle-list .show>.dropdown-menu {
	display: block;
	top: inherit;
	bottom: -5px;
	background: 0 0;
	border: 0;
	box-shadow: initial;
	text-align: center
}

.path-simonly-addon .bundle-list .btn-subcribe {
	background-color: #fff;
	padding: 12px 30px 12px 30px;
	color: #00aeef;
	font-family: mt-bold;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 23px;
	border: 1px solid #00aeef;
	position: relative;
	bottom: initial;
	text-align: center;
	left: initial;
	right: initial
}

.path-simonly-addon .bundle-list .inner-content .table td {
	font-size: 11px;
	font-family: mt-regular;
	color: #29235c;
	padding: 5px 4px 5px 0;
	vertical-align: middle;
	text-align: center
}

.path-simonly-addon .bundle-list .inner-content .table td div {
	display: table
}

.path-simonly-addon .bundle-list .inner-content .table td img {
	height: auto;
	width: 20px;
	border-radius: 25px;
	border: 1px solid #eee;
	display: table-cell;
	vertical-align: middle
}

.path-simonly-addon .bundle-list .inner-content .table td span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 8px
}

.path-simonly-addon .bundle-list .inner-content .table th {
	font-size: 11px;
	font-family: mt-bold;
	color: #29235c;
	background: #e1e1e1
}

.path-simonly-addon .bundle-list .inner-content .table td {
	font-size: 11px;
	font-family: mt-regular;
	color: #29235c;
	padding: 6px 0;
	vertical-align: middle
}

.path-simonly-addon #block-vmmainmenu-3 {
	width: 50%;
	margin: 2rem auto
}

.path-simonly-addon #block-vmmainmenu-3 ul li {
	margin: 0 .5rem
}

.path-simonly-addon #block-vmmainmenu-3 ul li a {
	border: solid .1rem #ededed;
	text-decoration: none;
	border-radius: 2rem;
	color: #6e5ca8
}

.path-simonly-addon #block-vmmainmenu-3 ul li.active-trail a {
	color: #fff;
	background: #009fe3;
	font-family: mt-medium;
	border-radius: 2rem;
	border: 0
}

.path-simonly-addon #bundle-blk section {
	width: 100%;
	margin: 0 auto
}

.path-simonly-addon #bundle-blk .bundles_group {
	width: 100%;
	margin: 0 auto
}

.path-simonly-addon #bundle-blk .block-vm-bundles {
	width: 100%;
	margin: 0 auto
}

footer .site-footer__top h2 {
	cursor: pointer
}

#condition-error,
#condition2-error,
#condition4-error,
#condition5-error,
#edit-expiry-year-error {
	display: none!important
}

.month_sec label.error {
	display: none!important
}

.ui-accordion .ui-accordion-header {
	font-size: 16px;
	color: #5a5a7a;
	font-family: mt-bold
}

.totalSummary,
.totalSummary-fs {
	margin-bottom: 1rem
}

.totalSummary ul li .text-right strong,
.totalSummary-fs ul li .col-md-5 strong,
.totalSummary-fs ul li .text-right strong {
	margin-right: 5px
}

.summary-pricaxy-text label .form-check input,
.terms_conds .form-check input {
	margin: .3rem 0;
	cursor: pointer
}

.form-type-checkbox label a {
	color: #6e5ca8
}

.summary-pricaxy-text label,
.terms_conds label {
	line-height: 1.7;
	cursor: pointer
}

.summary-pricaxy-text label a,
.terms_conds label a {
	color: #6e5ca8;
	font-family: mt-bold;
	text-decoration: none
}

.alert-wrapper {
	position: relative
}

.errormsg,
span.error,
span.errormsg {
	color: #b94a48;
	font-size: 12px
	    margin-top: 3px;
    line-height: 18px;
}

.js-form-item label {
	margin: 0
}

.region {
	margin: 0
}

#block-none {
	width: 100%
}

.vendor p {
	font-size: 14px;
	font-family: mt-bold;
	color: #6e5ca8;
	text-align: left
}

.node--type-static-page main#content.col {
	padding: 0
}

.path-topup #page_header .title-banner,
.path-vmfreesimorder #page_header .title-banner {
	margin: 0;
	display: inline-flex;
	width: 100%
}

.path-topup #page_header .container h1,
.path-vmfreesimorder #page_header h1 {
	width: 70%;
	margin-top: 6%
}

.path-topup #page_header .container .vm-title-image,
.path-vmfreesimorder #page_header .vm-title-image {
	position: relative;
	width: 30%;
	height: auto;
	text-align: right;
	display: inline-table
}

.path-topup #page_header .container .vm-title-image img,
.path-vmfreesimorder #page_header .vm-title-image img {
	width: 124px;
	height: auto;
	margin-bottom: -37px
}

.btn-order-bundle-quick.bundle_planchange,
.path-vmbundle-plan-change .close_btn {
	cursor: pointer
}

.bundle-list .tablepop li {
	list-style: none
}

.bundle-list .tablepop .table td,
.bundle-list .tablepop .table th,
.bundle-list .tablepop .table thead th {
	border: 1px solid #72559f
}

.site-footer__top .block-menu.navigation h2 {
	pointer-events: none
}

.block-appinternationalratesblock,
.block-appnationalratesblock,
.block-block-content24530a72-b4db-4120-b9ac-e1ec1e27f111,
.block-block-content6ae31cce-136e-4ac3-bd5c-c8d59342d5d1,
.block-simonly-allinone-plan,
.block-simonly-national-plan,
.block-vmcredit-sim.block-cheap-call,
.rates-international-innerpage-form {
	width: 100%
}

#dropdown_dst_country_list {
	background: #fff;
	position: relative
}

#dropdown_dst_country_list.form-control~span {
	position: absolute;
	right: 36px;
	top: 13px;
	background: 0 0;
	cursor: pointer;
	font-family: 'Font Awesome 5 Free';
	font-size: 1em;
	color: #6e5ca8
}

#dropdown_dst_country_list.form-control~span::before {
	content: "\f002";
	font-weight: 700
}

#vmbundle-plan-change-subscribe-form a:active,
#vmbundle-plan-change-subscribe-form a:focus,
#vmbundle-plan-change-subscribe-form a:hover {
	color: #fff
}

.block-superfishvm-main-menu {
	margin: 0 4%
}

.page-node-179 #main-wrapper,
.page-node-180 #main-wrapper {
	background: #6e5ca8
}

#block-trulyunlimitedpopup .close {
	color: #000!important;
	text-align: right
}

#block-vmmegamainmenu-2 {
	width: 100%
}

#block-vmmegamainmenu-2 .navbar-default {
	background-color: #fff;
	margin-bottom: 0;
	padding: 0
}

#block-vmmegamainmenu-2 .we-mega-menu-ul>.we-mega-menu-li {
	border: 0;
	padding: 18px 22px;
	cursor: pointer
}

#block-vmmegamainmenu-2 .we-mega-menu-submenu ul {
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

#block-vmmegamainmenu-2 .we-mega-menu-ul>.we-mega-menu-li>a,
#block-vmmegamainmenu-2 .we-mega-menu-ul>.we-mega-menu-li>span {
	padding: 0;
	color: #6e5ca8;
	background-color: transparent;
	font-family: mt-bold;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400
}

#block-vmmegamainmenu-2 .we-mega-menu-submenu ul li a,
#block-vmmegamainmenu-2 .we-mega-menu-submenu ul li span {
	padding: 0;
	color: #6e5ca8;
	background-color: transparent;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 500
}

#block-vmmegamainmenu-2 .we-mega-menu-submenu ul li a:hover {
	background-color: #6e5ca8;
	color: #fff;
	border-radius: 0
}

#block-vmmegamainmenu-2 .we-mega-menu-ul>.we-mega-menu-li>a:focus,
#block-vmmegamainmenu-2 .we-mega-menu-ul>.we-mega-menu-li>a:hover {
	background-color: #fff;
	border: none
}

#block-vmmegamainmenu-2 .we-mega-menu-submenu {
	border-radius: 10px
}

#block-vmmegamainmenu-2 .we-mega-menu-submenu.pay-as-you-go {
	width: 700px
}

#block-vmmegamainmenu-2 .we-mega-menu-submenu.sim-only {
	width: 600px
}

span.btn-close {
	background: #6e5ca8
}

#block-vmmegamainmenu-2 .we-mega-menu-submenu .block-inner h2 {
	color: #6e5ca8;
	font-family: mt-bold;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400
}

#block-vmmegamainmenu-2 .we-mega-menu-submenu ul li {
	border-bottom: 1px solid #ededed;
	padding: 0 22px 0 0;
	cursor: pointer
}

#block-vmmegamainmenu-2 .we-mega-menu-submenu ul li.last {
	border-bottom: 0
}

#block-vmmegamainmenu-2 .we-mega-menu-submenu ul li a {
	padding: 8px 0 8px 10px;
	border: none
}

#block-vmmegamainmenu-2 .we-mega-menu-submenu ul li.last>a {
	border-bottom: 0
}

.path-frontpage .highlighted .layone .views-field-field-carousel-image img {
	max-width: 87%;
	height: auto
}

#vm-main-menu-user-menu-link-content646f489d-84e8-4c62-bfea-d217ed1305f1 {
	cursor: pointer;
	text-decoration: none;
	color: #6e5ca8
}

#block-vmmainmenuuser-2 ul li a {
	color: #6e5ca8!important;
	font-family: mt-bold;
	font-size: 14px;
	padding: 0
}

#block-vmmainmenuuser-2 ul li a::before {
	content: "\f007";
	font-family: "Font Awesome 5 Free";
	color: #6e5ca8;
	font-weight: 700;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	border: 1px solid #6e5ca8;
	padding: 6px 5px 5px 8px;
	vertical-align: middle;
	display: inline-block;
	font-size: 1.5em;
	margin-right: 8px
}

#block-vmmainmenuuser-2 ul li a:hover {
	text-decoration: none
}

#block-vmmegamainmenu-2 .we-mega-menu-submenu>.we-mega-menu-submenu-inner {
	min-height: auto
}

.bundle-subscribes .onlineprice {
	font-size: 10px;
	margin: 0;
	color: #6f6f8b
}

#bundleDetails .bundle-subscribes table td {
	width: 50%
}

#bundle-quick-subscribe-form .bundle-subscribes table td>span {
	width: 14%!important
}

.bundle-subscribes table td>strong span:first-child {
	font-size: 14px
}

#bundle-quick-subscribe-form .bundle-subscribes table td>strong {
	font-size: 14px
}

.bundle-subscribes table td>strong span:last-child {
	font-size: 12px!important
}

.path-frontpage #quick-home-category-id {
	font-family: mt-regular;
	font-size: 16px!important
}

.QuicktabFront .form-type-select:after {
	content: "";
	width: 22px;
	height: 33px;
	background-position: right center;
	top: 1.8rem;
	right: 1.3rem!important;
	position: absolute;
	background-size: 11px;
	pointer-events: none
}
.bottom-left.banner6 a.buy-btn {
    font-family: 'mt-medium';
    padding: 10px 20px;
    display: inline-block;
    border-radius: 12px;
}
.bottom-left.banner6 p.dial-num-section {
    padding: 0;
    font-size: 14px;
    font-family: 'mt-medium';
}
.bottom-left.banner6 {
    text-align: center;
    left: 14%;
    bottom: 9%;
}
p.mb-0.bottomsec {
    position: absolute;
    bottom: 5.5rem;
    text-align: center;
    width: 100%;
    line-height: 48px;
}
.bottom-left.banner6 .banner-title span.banner-t6 {
    font-size: 18px;
}
.bottom-left.banner6 .banner-title {
	font-size: 30px;
	margin:0 0 10px;
}
.bottom-left.banner6 .banner-title span.banner-t1 {
    font-size: 30px;
}
.bottom-right.banner6 {
    bottom: 11%;
    right: 35%;
}
.bottom-right.banner6 .dial-num-section6 {
	font-size: 12px;
    color: #6D5CA8;
    font-family: 'mt-regular';
}
@media (max-width:1200px) {
	#quick-home-category-id {
		font-family: mt-regular;
		font-size: 14px!important
	}
	.QuicktabFront .form-type-select:after {
		content: "";
		width: 22px;
		height: 33px;
		background-position: right center;
		top: 1.8rem;
		right: 1.3rem!important;
		position: absolute;
		background-size: 11px;
		pointer-events: none
	}
}

@media (min-width:768px) {
	.breadcrumb {
		margin: 1rem 0
	}
}

@media (max-width:768px) {
	.breadcrumb-item a span {
		display: none
	}
	.breadcrumb-item a {
		max-width: 200px;
		display: flex;
		align-items: center;
		justify-content: center
	}
	.breadcrumb {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
		align-items: center;
		justify-content: center
	}
	.breadcrumb-item a {
		margin: 0 2px
	}
	
	p.mb-0.bottomsec {
		position: absolute;
		bottom: 4.5rem;
		text-align: center;
		width: 100%;
		line-height: 36px;
	}
}

@media(max-width:545px){
	p.mb-0.bottomsec {
		bottom: 1.5rem;
		line-height: 22px;
	}
}

@media (min-width:769px) and (max-width:991px) {
	.breadcrumb-item a {
		padding: 12px 22px
	}
}

@media (max-width:1559px) {
	.path-frontpage .highlighted .layone {
		width: 92%;
		top: 6%
	}
	.page-node-51 .node__content .image_banner .banner_top_image {
		left: 35%;
		top: 30%
	}
	.page-node-51 .node__content .image_banner .banner_bottom_image {
		right: 35%;
		top: -30%
	}
	.page-node-51 .node__content .vm-title h1 {
		font-size: 3rem
	}
	.page-node-51 .node__content .vm-title p {
		font-size: 1.5rem
	}
	.node--type-bundles #bundle-blk {
		width: 1180px;
		margin: 0 auto
	}
	.node--type-payg #bundle-blk {
		width: 1180px;
		margin: 0 auto
	}
	.node--type-article #bundle-blk {
		width: 1180px;
		margin: 0 auto
	}
	.node--type-cheap-call-rates #bundle-blk {
		width: 1180px;
		margin: 0 auto
	}
	.path-frontpage .highlighted .laytwo {
		left: 28.5%;
		bottom: 10%
	}
}

@media (max-width:1559px) and (min-width:1200px) {
	.node--type-article #bundle-blk,
	.node--type-bundles #bundle-blk,
	.node--type-cheap-call-rates #bundle-blk,
	.node--type-payg #bundle-blk {
		width: 98%;
		margin: 0 auto
	}
	.node--type-article .flip-box .flip-box-back .inner-content,
	.node--type-bundles .flip-box .flip-box-back .inner-content,
	.node--type-cheap-call-rates .flip-box .flip-box-back .inner-content,
	.node--type-payg .flip-box .flip-box-back .inner-content {
		padding: 0
	}
	.node--type-article .flip-box-inner .bundle-close,
	.node--type-bundles .flip-box-inner .bundle-close,
	.node--type-cheap-call-rates .flip-box-inner .bundle-close,
	.node--type-payg .flip-box-inner .bundle-close {
		right: 6px;
		top: 3px
	}
}

@media (max-width:1199px) {
	.highlighted .home-carousel-main {
		padding-top: .5rem
	}
	.path-frontpage .highlighted .home-carousel-cls {
		width: 992px;
		height: 420px
	}
	.path-frontpage .highlighted .laytwo img {
		width: 97%!important
	}
	.path-frontpage .highlighted .laythree {
		left: 0
	}
	.path-frontpage .highlighted .laythree img {
		width: 100%;
		height: auto
	}
	.path-frontpage .highlighted .layfour {
		left: 0
	}
	.path-frontpage .highlighted .layfour img {
		width: 100%;
		height: auto
	}
	.page-node-51 .node__content .vm-title h1 {
		font-size: 2.5rem
	}
	.page-node-51 .node__content .vm-title p {
		font-size: 1.5rem
	}
	.node--type-bundles #bundle-blk {
		width: 970px;
		margin: 0 auto
	}
	.node--type-payg #bundle-blk {
		width: 970px;
		margin: 0 auto
	}
	.node--type-article #bundle-blk {
		width: 970px;
		margin: 0 auto
	}
	.node--type-bundles .bundlepack {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.node--type-payg .bundlepack {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.node--type-article .bundlepack {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.node--type-cheap-call-rates #bundle-blk {
		width: 970px;
		margin: 0 auto
	}
	.node--type-cheap-call-rates .bundlepack {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	#block-vmmainmenu-3 {
		font-size: 14px
	}
	.QuicktabFront .container .nav-tabs {
		top: -2.6rem
	}
	.QuicktabFront .container .nav-tabs>li a {
		font-size: 15px;
		padding: 10px 28px
	}
	.path-frontpage .highlighted .layfour {
		left: 0;
		top: 11%
	}
	.path-frontpage .highlighted .laythree {
		left: 0;
		top: 0
	}
	.path-frontpage .highlighted {
		margin-top: 6rem!important
	}
	.path-frontpage .highlighted .layone .views-field-field-carousel-image img {
		max-width: 75%;
		height: auto
	}
}

@media (max-width:1024px) {
	header .navbar .navbar-brand {
		width: 147px;
		margin: 0 15px
	}
	#block-vmmegamainmenu-2 .we-mega-menu-ul>.we-mega-menu-li {
		border: 0;
		padding: 18px 13px
	}
	#block-vectonehomefreecreditsection .blft,
	#block-vectonehomefreecreditsection .blrt {
		min-height: 305px!important;
		height: 304px!important
	}
	#page_header {
		margin-top: 6rem
	}
}

@media (min-width:992px) {
	.QuicktabFront #quick_topup .toupbtn {
		margin-top: 1.6em
	}
}

@media (max-width:991px) {
	#page_header {
		margin-top: 5rem
	}
	.path-frontpage .highlighted .layone {
		width: 95%
	}
	.path-frontpage .highlighted .home-carousel-cls {
		width: 768px;
		height: 395px
	}
	.path-frontpage .highlighted .layone .views-field-field-carousel-image img {
		width: 340px;
		height: auto
	}
	.path-frontpage .highlighted .laytwo {
		left: 27.2%;
		bottom: 10%
	}
	.path-frontpage .highlighted .laytwo img {
		width: 73%!important;
		height: auto
	}
	.path-frontpage .highlighted .laythree {
		left: 0;
		top: 18%
	}
	.path-frontpage .highlighted .laythree img {
		width: 100%;
		height: auto
	}
	.path-frontpage .highlighted .layfour {
		left: 0;
		top: 26%
	}
	.path-frontpage .highlighted .layfour img {
		width: 100%;
		height: auto
	}
	.page-node-51 .node__content .vm-title h1 {
		font-size: 1.5rem
	}
	.page-node-51 .node__content .vm-title p {
		font-size: 1rem
	}
	.node--type-bundles #bundle-blk {
		width: 750px;
		margin: 0 auto
	}
	.node--type-payg #bundle-blk {
		width: 750px;
		margin: 0 auto
	}
	.node--type-article #bundle-blk {
		width: 750px;
		margin: 0 auto
	}
	.node--type-bundles .bundlepack {
		flex: 0 0 50%;
		max-width: 50%
	}
	.node--type-payg .bundlepack {
		flex: 0 0 50%;
		max-width: 50%
	}
	.node--type-article .bundlepack {
		flex: 0 0 50%;
		max-width: 50%
	}
	.node--type-cheap-call-rates #bundle-blk {
		width: 750px;
		margin: 0 auto
	}
	.node--type-cheap-call-rates .bundlepack {
		flex: 0 0 50%;
		max-width: 50%
	}
	.region-footer-fourth .block-menu {
		width: 100%!important;
		border-bottom: 1px solid #3f396d
	}
	footer .region-footer-fourth .block-menu.navigation h2:after {
		content: "";
		width: 15px;
		height: 15px;
		background: url(/themes/vectone/images/plus-md.png) no-repeat;
		background-position: right center;
		right: 1rem;
		position: absolute;
		background-size: 100% 100%;
		pointer-events: none;
		cursor: pointer
	}
	footer .region-footer-fourth .block-menu.navigation ul {
		display: none
	}
	footer .region-footer-fourth .block-menu.navigation h2 {
		padding: 8px 0 8px 0;
		font-size: 12px;
		font-family: mt-bold;
		color: #cac8d6
	}
	footer .region-footer-fourth .block-menu.navigation ul {
		position: relative;
		border: 0;
		box-shadow: none;
		min-width: initial;
		padding: 10px 15px;
		margin: 0;
		width: 100%;
		background: #16164a;
		transition: all 3s linear;
		border-radius: 4px;
		font-size: 14px;
		list-style: none
	}
	.site-footer__bottom ul li {
		margin-bottom: 1rem
	}
	.site-footer__bottom ul li a {
		font-family: mt-regular;
		font-size: 11px;
		font-weight: 400;
		color: #00aeef;
		border-right: 1px solid #00aeef;
		padding: 0 10px;
		line-height: .8
	}
	.site-footer__bottom #block-copyright {
		font-size: 12px;
		margin-top: 10px;
		color: #fff;
		font-family: mt-regular
	}
	#block-vmmainmenu-3 {
		font-size: 12px
	}
	.path-topup #page_header .container .vm-title-image img,
	.path-vmfreesimorder #page_header .vm-title-image img {
		width: 46px
	}
	#page_header p {
		font-size: 16px
	}
	header .navbar-brand img {
		width: 147px
	}
	.site-footer__top .block-menu.navigation h2 {
		pointer-events: visible
	}
	#block-vmmegamainmenu-2 .content {
		width: 9%;
		float: right
	}
	#block-vmmegamainmenu-2 .we-mega-menu-ul>.we-mega-menu-li {
		width: 100%
	}
	#block-vmmegamainmenu-2 .we-mega-menu-ul>.we-mega-menu-li a,
	#block-vmmegamainmenu-2 .we-mega-menu-ul>.we-mega-menu-li span {
		border-top: 0;
		padding: 8px 0 8px 10px
	}
	#block-vmmegamainmenu-2 .navbar-we-mega-menu .type-of-block {
		display: block
	}
	.navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu>a::after,
	.navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu>a::before,
	.navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu>span::after,
	.navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu>span::before {
		display: block
	}
	#block-vmmegamainmenu-2 .region-we-mega-menu {
		background-color: #6e5ca8
	}
	.d8mainmenu ul li a {
		padding: 10px!important
	}
	header .navbar .navbar-brand {
		width: 100px!important;
		margin: 0 15px
	}
	#block-languageswitcher-2 .links {
		right: 15%;
		top: 11px
	}
}

@media (max-width:767px) {
	.page-node-51 .feature_middle {
		margin-top: 0
	}
	#topup-quick-topup-form .row {
		margin: 0
	}
	#navbar-main .container {
		margin-top: 2%
	}
	.QuicktabFront .container .nav-tabs>li a {
		padding: 6px 15px;
		font-size: 12px
	}
	#page_header h1 {
		font-size: 21px!important
	}
	.path-frontpage .highlighted .home-carousel-cls {
		width: 480px;
		height: 280px
	}
	.path-frontpage .highlighted .layone .views-field-field-carousel-image img {
		width: 250px!important;
		height: auto
	}
	.path-frontpage .highlighted .laytwo {
		bottom: 8%;
		left: 53.3%
	}
	.path-frontpage .highlighted .laytwo img {
		width: 100%;
		height: auto
	}
	.path-frontpage .highlighted .laythree {
		left: 0;
		top: 50%
	}
	.path-frontpage .highlighted .laythree img {
		width: 100%;
		height: auto
	}
	.path-frontpage .highlighted .layfour {
		left: 0;
		top: 55%
	}
	.path-frontpage .highlighted .layfour img {
		width: 100%;
		height: auto
	}
	.QuicktabFront .container .nav-tabs {
		top: -1.8rem
	}
	.node--type-bundles #bundle-blk {
		width: 312px;
		margin: 0 auto
	}
	.node--type-payg #bundle-blk {
		width: 312px;
		margin: 0 auto
	}
	.node--type-article #bundle-blk {
		width: 312px;
		margin: 0 auto
	}
	.node--type-bundles .bundlepack {
		flex: 0 0 100%;
		max-width: 100%
	}
	.node--type-payg .bundlepack {
		flex: 0 0 100%;
		max-width: 100%
	}
	.node--type-article .bundlepack {
		flex: 0 0 100%;
		max-width: 100%
	}
	.node--type-cheap-call-rates #bundle-blk {
		width: 312px;
		margin: 0 auto
	}
	.node--type-cheap-call-rates .bundlepack {
		flex: 0 0 100%;
		max-width: 100%
	}
	.QuicktabFront .container {
		text-align: center
	}
	#bundle_sliders .nav-pills>li {
		width: 210px!important
	}
	.site-footer__bottom ul li a {
		padding: 0 7px!important
	}
	.bestsellers #bundle_sliders .nav-item .nav-link {
		margin: .5rem auto
	}
	header .navbar-brand img {
		width: 80px
	}
	#block-vmmegamainmenu-2 {
		width: 67%
	}
	#block-vmmegamainmenu-2 .content {
		width: 18%;
		float: right
	}
	span.btn-close {
		display: none
	}
	#block-languageswitcher-2 .links {
		right: 15%;
		top: -11px;
		position: absolute
	}
	.path-frontpage .highlighted .laytwo {
		bottom: 2%;
		left: 23.3%
	}
	.path-frontpage .highlighted .laythree {
		top: 28%
	}
	.path-frontpage .highlighted .layfour {
		top: 28%
	}
	#roaming-calls ul.nav.nav-pills li a {
		margin: 0
	}
}

@media (max-width:550px) {
	#roaming-calls ul.nav.nav-pills li {
		margin: 0 5px!important
	}
}

@media (max-width:479px) {
	.path-frontpage .highlighted .layone {
		width: 95%
	}
	.path-frontpage .highlighted .home-carousel-cls {
		width: 373px;
		height: 197px
	}
	.path-frontpage .highlighted .layone .views-field-field-carousel-image img {
		width: 115px!important;
		height: auto
	}
	.path-frontpage .highlighted .laytwo {
		left: 17.5%;
		bottom: 0;
		top: 45%
	}
	.path-frontpage .highlighted .laytwo img {
		width: 6.8rem;
		height: auto
	}
	.path-frontpage .highlighted .laythree {
		left: 0;
		top: 20%
	}
	.path-frontpage .highlighted .laythree img {
		width: 100%;
		height: auto
	}
	.path-frontpage .highlighted .layfour {
		left: 0;
		top: 11%
	}
	.path-frontpage .highlighted .layfour img {
		width: 100%;
		height: auto
	}
	.QuicktabFront .container .nav-tabs>li a {
		padding: .5rem
	}
	.QuicktabFront .container .nav-tabs {
		top: -2rem
	}
	.node--type-bundles #bundle-blk {
		width: 338px;
		margin: 0 auto
	}
	.node--type-payg #bundle-blk {
		width: 338px;
		margin: 0 auto
	}
	.node--type-article #bundle-blk {
		width: 338px;
		margin: 0 auto
	}
	.node--type-cheap-call-rates #bundle-blk {
		width: 338px;
		margin: 0 auto
	}
	.node--type-article #bundle-blk .block-vm-bundles {
		width: 95%
	}
	.QuicktabFront #edit-quick-topup-amount div.radio.form-check {
		width: 2.6rem;
		height: 2.6rem
	}
	.QuicktabFront #edit-quick-topup-amount .radio.form-check label {
		padding: .5rem
	}
	.QuicktabFront .container {
		padding: 0;
		text-align: center
	}
	.navbar-brand {
		width: 61%
	}
	#block-vmmainmenu-2 ul {
		float: right!important;
		width: 100%;
		right: 0
	}
	.path-topup #page_header,
	.path-vmfreesimorder #page_header {
		padding-right: 0;
		padding-left: 0
	}
	.path-topup #page_header .container .vm-title-image img,
	.path-vmfreesimorder #page_header .vm-title-image img {
		width: 46px
	}
	.path-topup #page_header .container .vm-title-image,
	.path-vmfreesimorder #page_header .vm-title-image {
		width: 20%
	}
	.path-topup #page_header h1,
	.path-vmfreesimorder #page_header h1 {
		font-size: 12px
	}
	#block-vmmegamainmenu-2 .content {
		width: 26%;
		float: right
	}
	#block-languageswitcher-2 .links {
		right: 22%;
		top: -13px;
		position: absolute
	}
	.node--type-article .flip-box .flip-box-back .inner-content,
	.node--type-bundles .flip-box .flip-box-back .inner-content,
	.node--type-cheap-call-rates .flip-box .flip-box-back .inner-content,
	.node--type-payg .flip-box .flip-box-back .inner-content {
		padding: 0
	}
}

@media (max-width:381px) {
	.QuicktabFront #quick_topup .toupbtn {
		margin-top: 2.5em
	}
	#block-vectone-content .btn {
		padding: 8px 15px;
	}
	#block-vectone-content a#terms1 {
    	width: 100px !important;
	}
	.row.no-gutters.f-page1 div#edit-actions {
	    left: 110px!important;
	    top: -64px;
	}
}

@media screen\0 {
	.bundle-list .header_titles {
		position: relative!important;
		top: initial;
		left: initial;
		right: initial;
		-webkit-transform: translatez(0)
	}
	.bundle-list .bundle-close {
		position: absolute!important
	}
}

@-webkit-keyframes swinging {
	0% {
		-webkit-transform: rotate(10deg)
	}
	50% {
		-webkit-transform: rotate(-5deg)
	}
	100% {
		-webkit-transform: rotate(10deg)
	}
}

@keyframes swinging {
	0% {
		transform: rotate(10deg)
	}
	50% {
		transform: rotate(-5deg)
	}
	100% {
		transform: rotate(10deg)
	}
}

.path-vmbundle .bundle-subscribe .b_button {
	margin: 2.6rem 0
}

.path-vmbundle .breadcrumb .breadcrumb-item .bundle_active {
	background-color: #74559e;
	color: #fff
}

.path-vmbundle .breadcrumb .breadcrumb-item .bundle_active2 {
	background-color: #74559e;
	color: #fff
}

.path-vmbundle .breadcrumb .breadcrumb-item .bundle_active:before {
	content: "";
	position: absolute;
	right: -18px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid #74559e;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	transition: all .2s ease-in
}

.path-vmbundle .breadcrumb .breadcrumb-item a:hover {
	background-color: #74559e!important;
	color: #fff
}

.path-vmbundle .breadcrumb .breadcrumb-item a:hover:before {
	content: "";
	position: absolute;
	right: -19px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid #74559e;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	transition: all .2s ease-in
}

.path-vmbundle .breadcrumb .breadcrumb-item .bundle_active_no:hover {
	background-color: #74559e!important;
	color: #fff
}

.path-vmbundle .breadcrumb>li:last-child a:before {
	display: none
}

#postcode_lookup button {
	vertical-align: top;
	margin-top: 5px;
	cursor: pointer
}

.path-vmsim .summary-pricaxy-text label {
	padding-left: 0
}

.path-vmsim .billing-check-box .form-check-input {
	margin: 3px
}

.bundle-list .inner-content .table td div ul {
	padding: 0;
	margin: 0
}

.bundle-list .inner-content .table td div ul li {
	width: 20px;
	height: 20px;
	list-style: none;
	margin-left: 4px
}

.full-card-details input:focus {
	color: #fff
}

.full-card-details form #card_number {
	background: url(/themes/vectone/images/card-type.png) #6e5ca8;
	background-position: 12px -121px;
	background-size: 120px 376px;
	background-repeat: no-repeat;
	padding-left: 70px;
	text-align: left!important;
	width: 100%
}

form #card_number {
	background: url(/themes/vectone/images/card-type.png);
	background-position: 12px -121px;
	background-size: 120px 376px;
	background-repeat: no-repeat;
	padding-left: 70px;
	text-align: left!important;
	width: 100%
}

#card_number.nocard {
	background-position: 12px -121px
}

#card_number.visa {
	background-position: 12px -164px
}

#card_number.visa_electron {
	background-position: 14px -208px
}

#card_number.mastercard {
	background-position: 14px -252px
}

#card_number.maestro {
	background-position: 14px -296px
}

#card_number.amex {
	background-position: 14px -339px
}

.tooltip>.tooltip-inner {
	background-color: #13b4f0
}

.tooltip.bs-tooltip-right .arrow:before {
	border-right-color: #13b4f0!important
}

.ap-features {
	font-size: 18px;
	color: #6e5ca8;
	font-family: mt-bold
}

.recomended-title {
	color: #fff;
	margin-top: -180px;
	color: #fff;
	font-size: 36px;
	font-family: mt-bold;
	font-weight: 400
}

.rates {
	color: #a59ac9!important;
	font-size: 12px
}

.reg_header {
	background: #8062b9 url(/themes/vectone/images/registration-banner.png) no-repeat bottom!important
}

.reg_banner h1 {
	font-family: Montserrat, sans-serif!important;
	font-size: 30px!important;
	margin-bottom: 30px;
	font-weight: 600!important
}

.reg_banner ol.list {
	counter-reset: my-awesome-counter;
	list-style: none;
	padding: 0;
	margin: 0
}

.reg_banner ol.list li {
	margin: 0 0 .5rem 0;
	counter-increment: my-awesome-counter;
	font-family: Montserrat, sans-serif!important;
	position: relative;
	font-size: 23px;
	line-height: 28px;
	letter-spacing: 0;
	padding: 15px;
	font-weight: 600;
	color: #fff
}

.reg_banner ol.list li .small-text {
	font-size: 17px;
	font-family: Montserrat, sans-serif!important;
	letter-spacing: 0;
	font-weight: 400;
	padding-top: 15px;
	line-height: 27px
}

.reg_banner ol.list li .numbers {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	border-radius: 50%;
	width: 37px;
	height: 37px;
	text-align: center;
	border: 2px solid #fff;
	display: inline-block;
	margin-right: 15px;
	line-height: 32px;
	float: left;
	margin-bottom: 60px
}

.reg_banner ol.list li .small-text a {
	color: #fff;
	text-decoration: underline
}

#edit-login-info h3 {
	font-size: 24px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	margin-top: 30px;
	color: #29235c
}

@media only screen and (max-width:768px) {
	.reg_header {
		background: #8062b9!important
	}
	.reg_banner ol.list li {
		font-size: 18px!important;
		display: flow-root
	}
	.reg_banner ol.list li .numbers {
		margin-bottom: 110px!important
	}
	.modal-dialog {
		max-width: 97%
	}
	.close.close-lg img {
		width: 18px!important
	}
}

@media only screen and (max-width:600px) {
	.reg_banner ol.list {
		margin-left: -40px
	}
	.reg_banner ol.list li {
		font-size: 15px!important
	}
	.reg_banner ol.list li .small-text {
		font-size: 14px
	}
	.reg_banner ol.list li .numbers {
		margin-bottom: 192px!important
	}
}

.home-section1.row.clearfix h3,
.vouchers-img h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	margin-bottom: 45px
}

.home-section1.row.clearfix h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	margin: 25px 0
}

.email-newsletter.row.clearfix p,
.home-section1.row.clearfix p {
	font-size: 16px;
	line-height: 28px
}

.home-section1.row.clearfix {
	text-align: center;
	padding: 50px 0
}

.home-section2.row.clearfix div#accordion2 .accordion-group {
	background: #fff 0 0 no-repeat padding-box;
	box-shadow: 0 3px 6px #00000008;
	border: 1px solid #e6e6e6;
	margin-bottom: 25px
}

.home-section2.row.clearfix a.accordion-toggle {
	color: #6e5ca8;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px
}

.home-section2.row.clearfix .accordion-heading {
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
	padding: 25px
}

.home-section2.row.clearfix ul.nav.nav-pills {
	margin: 0;
	padding: 25px
}

.home-section2.row.clearfix .accordion-inner p,
.home-section2.row.clearfix .tab-content p {
	font-size: 16px;
	line-height: 28px;
	padding: 25px
}

.vouchers-img {
	padding: 45px
}

.vouchers-img img {
	width: 100%
}

.vouchers-img .ipad,
.vouchers-img .mobile {
	display: none
}

@media(max-width:767px) {
	.vouchers-img .desktops {
		display: none
	}
	.vouchers-img .ipad {
		display: none
	}
	.vouchers-img .mobile {
		display: block
	}
}

@media(min-width:767px) and (max-width:1024px) {
	.vouchers-img .desktops {
		display: none
	}
	.vouchers-img .ipad {
		display: block
	}
	.vouchers-img .mobile {
		display: none
	}
	.d8mainmenu ul li a {
	    padding: 0.5rem 0.5rem !important;
	}
}

@media(min-width:1024px) {
	.vouchers-img .desktops {
		display: block
	}
	.vouchers-img .ipad {
		display: none
	}
	.vouchers-img .mobile {
		display: none
	}
}

.path-frontpage .bestsellers {
	margin-bottom: 0;
	margin: 0;
	padding: 0 0 30px;
	background: #f8f8f8 0 0 no-repeat padding-box
}

.path-frontpage .bestsellers .m-2.mb-4 {
	margin: 0!important
}

.path-frontpage .bundle-list .list-unstyled li article .dropdown a {
	font-size: 14px;
	color: #fff;
	margin-bottom: 3px
}

.path-frontpage .bundle-list .list-unstyled li article .dropdown a:hover {
	background: #00aeef!important;
	box-shadow: 0 3px 6px #0000004a
}

a.btn-more.edit-link.min-wid:hover {
	background: #6e5ca8;
	color: #fff;
	box-shadow: 0 3px 6px #0000004a
}

.thankyou-page1.row.clearfix h2 {
	font-size: 36px;
	line-height: 48px
}

.thankyou-page1.row.clearfix h2 img {
	width: 55px;
	position: relative;
	margin: -15px 10px 0 0
}

.thankyou-page1.row.clearfix h3 {
	font-size: 13px;
	line-height: 33px;
	font-weight: 500;
	margin-right: 45px;
	letter-spacing: .3px
}

.thankyou-page1.row.clearfix h3 span {
	font-size: 26px;
	line-height: 29px;
	font-weight: 500;
	letter-spacing: 1px
}

main#content {
	padding: 0
}

.thankyou-page1.row.clearfix {
	background: url(/themes/vectone/images/background.svg) no-repeat;
	background-size: cover;
	padding: 0 35px 35px;
	color: #fff;
	border-radius: 8px
}

.thankyou-page1.row.clearfix .thankyou-page2 h3 {
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	text-align: center
}

.thankyou-page1.row.clearfix ul {
	list-style: none;
	display: block;
	margin: 30px 0 40px;
	padding: 0
}

.thankyou-page1.row.clearfix .col-sm-8 {
	display: block;
	margin-top: 75px
}

.thankyou-page1.row.clearfix a {
	color: #fff;
	border: 1px solid #fff;
	padding: 15px 25px;
	border-radius: 37px
}

.thankyou-page2 h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 31px;
	color: #755cba;
	margin: 45px 0 20px
}

.thankyou-page2 .tariff-lists {
	background: #fff 0 0 no-repeat padding-box;
	box-shadow: 0 3px 6px #00000012;
	border-radius: 8px;
	margin-top: 0;
	display: inline-block;
	width: 100%;
	padding: 15px 15px 0;
	border-top: 1px solid #f7f7f7;
	color: #000
}

.thankyou-page2 .choose-tariff {
	width: 100%;
	display: table;
	margin: 0 0 20px
}

.thankyou-page1.row.clearfix .thankyou-page2 .choose-tariff h2 {
	font-size: 24px;
	line-height: 29px
}

.thankyou-page1.row.clearfix .thankyou-page2 .tariff-names h3 {
	font-weight: 600;
	color: #6e5ca8;
	font-size: 46px;
	line-height: 51px;
	margin: 0
}

.thankyou-page1.row.clearfix .thankyou-page2 .tariff-names p {
	margin: 0
}

.thankyou-page.container-fluid {
	position: relative;
	top: -51px
}

div#home123 {
	display: block
}

#password-gets,
div#menu1123 {
	display: none
}

.second-sect #togglepopfrms2 h5 {
	font-size: 15px;
	line-height: 22px
}

.second-sect #togglepopfrms2 h3 {
	font-size: 17px;
	font-weight: 700;
	line-height: 19px
}

.second-sect #togglepopfrms2 p a {
	font-size: 15px;
	text-align: center;
	position: inherit;
	display: block;
	padding: 15px 0
}

.second-sect #togglepopfrms2 h4 {
	text-align: center;
	font-weight: 700;
	font-size: 17px;
	cursor: pointer;
	margin-top: 25px
}

.second-sect #togglepopfrms2 {
	text-align: center;
	padding: 105px 0 0;
	margin: 0
}

.email-newsletter.row.clearfix img {
	width: 100%
}

.email-newsletter.row.clearfix h3 {
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
	margin-bottom: 15px
}

div#block-newslettersignupblock {
	width: 100%;
	display:none;
}

.emailxzs {
	width: 64%;
	float: left
}

fieldset.js-form-item.js-form-type-textfield.form-type-textfield.js-form-item-newsletteryouremail.form-item-newsletteryouremail.form-no-label.form-group.col-auto {
	padding: 0;
	margin-right: 10px
}

.email-newsletter.row.clearfix .col-sm-6:nth-child(1),
.email-newsletter.row.clearfix .col-sm-6:nth-child(2) {
	padding: 0
}

.email-newsletter.row.clearfix .col-sm-6:nth-child(2) {
	padding: 15px 65px 0
}

.vouchers-img {
	padding: 45px 0;
	width: 1140px;
	margin: 0 auto
}

.bundle_header {
	background: url(/themes/vectone/images/bundle_purchase_bg_desktop.png)!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	min-height: 272px!important;
	padding-top: 52px!important;
	text-align: start!important
}

.rets a {
	background: #735ab6;
	color: #fff!important;
	padding: 15px 36px;
	font-size: 14px;
	border-radius: 31px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .2px
}

.modal-content {
	border: 0!important
}

.email-newsletter.row.clearfix,
header#header .row {
	margin: 0
}

.email-newsletter.row.clearfix .col-sm-6:nth-child(2) button.button.js-form-submit.form-submit.btn.btn-primary {
	height: 46px;
	line-height: 0;
	position: absolute;
	padding: 10px 24px;
	font-size: 15px;
	width: 165px;
	right: 145px;
	margin-top: 2px;
	background: #00aeef!important
}

#backtotop {
	display: none!important
}

.path-frontpage.node--type-article .node--type-article .bundle-list {
	border-radius: 16px
}

input#edit-newsletteryouremail {
	background: url(/themes/vectone/images/email_icon.svg) #fff no-repeat;
	background-position: left 24px center;
	padding-left: 55px
}

.terms-conditions ul li {
	font-family: mt-regular!important
}

.node--type-article .bundle-list.flip-box .flip-box-inner {
	border: 0!important
}

.flip-box-front .tariff-offers {
	background: url(/themes/vectone/images/badge_without_text.png) no-repeat;
	background-size: contain;
	padding: 38px 0;
	position: absolute;
	width: 78px
}

.flip-box-front h4.offers-per {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	transform: rotate(-49deg);
	padding: 4px 0 0 0;
	position: relative;
	bottom: 18px;
	left: 4px;
	margin: 4px 0 0 0;
	float: left
}

.page-node-8.path-node .flip-box-inner {
	padding: 0
}

.featured-bottom div#block-howdoigetthebundle {
	margin: 0 auto 40px
}

.email-newsletter.row.clearfix {
	align-items: center
}

.row.no-gutters.forgot-p-top-mr button#edit-submit {
	background-color: #6e5ca8!important
}

.row.no-gutters.forgot-p-top-mr .form-control {
	height: 45px
}

div#block-topupvouchersblock {
	margin: 0 auto
}

form#rates-international-innerpage-form ul li a {
	background: 0 0!important
}

.payment-details.col-sm-7 input#card_number {
	text-align: center!important
}

.col-sm-12.rowbottom a#terms1:hover {
	background: #6e5ca8!important;
	color: #fff!important
}

.row.row-eq-height.register_sim_article a#photo-id-reg {
	background-color: #6e5ca8!important;
	color: #fff
}

.Vminterateblock .m-2 {
	margin: 0!important
}

div#block-internationalbundle .col-lg-3.col-md-4.col-sm-4.bundlepack:nth-last-child(1) .bundle-list.height-even {
	height: 699px
}

.terms-conditions ul {
	list-style: none;
	padding: 0
}

.tab-content table {
	width: 96%;
	margin: 0 auto 45px
}

.home-section2.row.clearfix tr td,
.home-section2.row.clearfix tr th {
	padding: 4px;
	border: .5pt solid #e6e6e6!important;
	font-size: 17px
}

.tab-content tr td span {
	font-family: mt-regular
}
.carousel-control-next, .carousel-control-prev {
    top: 50%;
    bottom: 50%;
    width: 5%;
}
p.mob-banner-title span.banner-t6 {
    font-size: 15px;
}
sup.capply {
    top: -4px;
}
@media(max-width:1560px) {
	.international-payg-rates #rates-international-innerpage-form .ctry li {
		width: auto!important
	}
}

@media(min-width:1200px) {
	.home-section1.row.clearfix,
	.home-section2.row.clearfix {
		width: 1170px
	}
	.bottom-right-banner-3.banner3-bottom-right {
    right: 15%;
}
}

@media(max-width:1199px) {
	.home-section1.row.clearfix,
	.home-section2.row.clearfix {
		padding: 50px 20px
	}
}

@media(min-width:1201px) and (max-width:1560px) {
	.email-newsletter.row.clearfix .col-sm-6:nth-child(2) button.button.js-form-submit.form-submit.btn.btn-primary {
		right: 75px
	}
}

@media(min-width:991px) and (max-width:1201px) {
	.email-newsletter.row.clearfix .col-sm-6:nth-child(2) button.button.js-form-submit.form-submit.btn.btn-primary {
		right: 35px
	}
}

@media(max-width:1140px) {
	.vouchers-img {
		width: 100%
	}
}
@media (min-width:768px) and (max-width:991px) {
	p.mob-banner-title span.banner-t6 {
	    font-size: 27px;
	    line-height: 37px;
	}
}
@media(min-width:767px) and (max-width:991px) {
	.home-section1.row.clearfix .col-sm-4 {
		width: 100%;
		max-width: 100%;
		float: left;
		flex: unset;
		margin-bottom: 30px
	}
	.home-section1.row.clearfix .col-sm-4 img {
		float: left;
		margin-right: 20px
	}
	.home-section1.row.clearfix h4,
	.home-section1.row.clearfix p {
		text-align: start!important
	}
	.home-section1.row.clearfix h4 {
		padding-top: 20px
	}
	.page-node-1.path-frontpage.node--type-article .modal-dialog {
		max-width: 92%
	}
	ul.nav.nav-pills li a {
		font-size: 14px;
		line-height: 15px;
		margin: 0 15px 0 0
	}
}

@media(min-width:767px) and (max-width:1199px) {
	div#block-vectone-content .bundle-subscribe.container {
		max-width: 100%
	}
}

@media(max-width:991px) {
	.email-newsletter.row.clearfix .col-sm-6:nth-child(2) {
		padding: 120px;
		background: url(/themes/vectone/images/mobile_email.png) no-repeat;
		background-size: cover;
		max-width: 100%;
		width: 100%;
		flex: unset;
		background-position: center center
	}
	.email-newsletter.row.clearfix h3 {
		font-weight: 600;
		font-size: 29px;
		line-height: 34px;
		margin-bottom: 15px;
		text-align: center;
		color: #fff
	}
	.email-newsletter.row.clearfix p {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
		color: #fff
	}
	.home-section1.row.clearfix p {
		font-size: 14px;
		line-height: 21px;
		text-align: center
	}
	.emailxzs .form-control,
	.emailxzs select {
		height: 45px;
		font-family: mt-regular
	}
	.email-newsletter.row.clearfix .col-sm-6:nth-child(2) button#edit-submit--2 {
		height: 50px;
		line-height: 0;
		position: absolute;
		padding: 0 30px;
		font-size: 14px;
		margin-top: 2px
	}
	.email-newsletter.row.clearfix .col-sm-6:nth-child(1) {
		display: none
	}
	.home-section2.row.clearfix .accordion-inner p,
	.home-section2.row.clearfix .tab-content p {
		font-size: 14px;
		line-height: 24px;
		padding: 25px
	}
	.home-section1.row.clearfix h3,
	.vouchers-img h2 {
		font-weight: 600;
		font-size: 20px;
		line-height: 24px;
		text-align: center;
		margin-bottom: 22px
	}
	.node--type-article #bundle-blk {
		width: 100%;
		padding: 0 25px;
		margin: 0 auto
	}
	#page_header .title-banner {
		margin: 0!important
	}
	h1.yellow.animated.bounceInUp {
		margin-bottom: 15px!important
	}
	p.white.animated.bounceInUp {
		line-height: 21px
	}
	ul.breadcrumb-site li {
		padding: 0 20px 0 0
	}
	ul.tariff-lists li:nth-child(5) .tariff-names {
		padding-left: 50px
	}
	ul.tariff-lists li:nth-child(6) img {
		padding-left: 25px
	}
	.email-newsletter.row.clearfix .col-sm-6:nth-child(2) button.button.js-form-submit.form-submit.btn.btn-primary {
		right: 85px;
		margin-top: 0
	}
}

@media(max-width:767px) {
	.email-newsletter.row.clearfix .col-sm-6:nth-child(2) {
		padding: 45px;
		background: url(/themes/vectone/images/mobile_email.png) no-repeat;
		background-size: cover
	}
	.email-newsletter.row.clearfix h3 {
		font-weight: 600;
		font-size: 21px;
		line-height: 24px;
		margin-bottom: 15px;
		text-align: center;
		color: #fff
	}
	.email-newsletter.row.clearfix p {
		font-size: 14px;
		line-height: 21px;
		text-align: center;
		color: #fff
	}
	.home-section1.row.clearfix p {
		font-size: 14px;
		line-height: 21px;
		text-align: center
	}
	.form-control,
	select {
		height: 45px;
		font-family: mt-regular
	}
	button#edit-submit--2 {
		height: 34px;
		line-height: 0;
		position: absolute;
		padding: 0 16px;
		font-size: 12px;
		margin-top: 5px
	}
	.home-section2.row.clearfix .accordion-inner p,
	.home-section2.row.clearfix .tab-content p {
		font-size: 13px;
		line-height: 24px;
		padding: 25px
	}
	.home-section1.row.clearfix h3,
	.vouchers-img h2 {
		font-weight: 600;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
		margin-bottom: 22px
	}
	.container {
		max-width: 100%
	}
	ul.tariff-lists li {
		display: inline-block;
		border: none!important;
		padding: 0;
		float: left;
		width: 40%;
		max-width: 100%
	}
	ul.tariff-lists li:nth-child(1) {
		width: 75px
	}
	ul.tariff-lists li:nth-child(4) .choose-tariff {
		padding-left: 0
	}
	.choose-tariff {
		width: 100%;
		display: grid;
		margin: 12px 0 0;
		text-align: center
	}
	ul.tariff-lists li:nth-child(6) {
		display: none
	}
	ul.tariff-lists li:nth-child(5) {
		width: 100%;
		text-align: center
	}
	.tariff-names {
		margin: 0 auto 10px;
		padding: 0!important
	}
	.choose-tariff a.chn-btn {
		margin: 0 auto 15px
	}
	.left-imgs.col-sm-3 {
		padding: 0;
		float: left;
		width: 125px;
		margin-right: 10px
	}
	.row.clearfix.first-section-bundles .col-sm-9 {
		float: right;
		width: 74%;
		display: contents
	}
	.innerbundle-selection.row h3 {
		margin-left: 15px
	}
	ul.breadcrumb-site li a {
		display: none
	}
	ul.breadcrumb-site li a.active {
		display: block
	}
	ul.breadcrumb-site {
		margin-top: -50px
	}
	.row.no-gutters.billing-section-top div#edit-actions,
	.row.no-gutters.f-page1 div#edit-actions {
		width: auto;
		right: 0;
		left: 215px
	}
	.snd-bnt.col-sm-5 {
		z-index: 99999;
		text-align: start;
		width: 180px
	}
	fieldset.js-form-item.js-form-type-number.form-type-number.js-form-item-quantity.form-item-quantity.form-no-label.form-group.col-auto .col-sm-3 {
		padding-left: 0
	}
	input#quantity {
		left: 0
	}
	.col-sm-12.topupamounts {
		position: inherit;
		right: 0;
		text-align: center;
		margin-bottom: 15px
	}
	.innerbundle-selection.row h4 {
		font-size: 17px
	}
	.emailxzs {
		width: 60%
	}
	.home-section1.row.clearfix .col-sm-4 {
		width: 100%;
		max-width: 100%;
		flex: unset;
		margin-bottom: 15px
	}
	.second-sect #togglepopfrms2 {
		padding: 15px 0 0
	}
	#block-vectonehomefreecreditsection .blft,
	#block-vectonehomefreecreditsection .blrt {
		height: auto!important;
		min-height: auto!important;
		padding: 0 20px!important
	}
	.col-xl-6.col-lg-3.col-sm-4.text-center.toupbtn.col-md-6 div#edit-actions {
		left: 0
	}
	.Vminterateblock .home-international-calls h1,
	.path-frontpage .vectone-xtra-front h1 {
		font-size: 24px
	}
	.Vminterateblock .home-international-calls p,
	.path-frontpage .vectone-xtra-front h2 {
		font-size: 22px
	}
	.row.vectone-xtra-front ul.list-group li img {
		width: 24px;
		position: relative;
		top: -4px
	}
	.path-frontpage .highlighted {
		margin-top: 4rem!important;
	}
	div#bundle_47 .bundles_slider.row .col-lg-3.col-md-4.col-sm-4.bundlepack .bundle-list.height-even {
		height: 400px!important;
	}
	.bundle-subscribe.container.f-page div#edit-actions {
		width: auto!important;
		right: 0;
		left: 215px
	}
	.whites.col-sm-9 {
		max-width: 100%;
		flex: 100%
	}
	.thankyou-page1.row.clearfix h3 span {
		font-size: 20px;
		line-height: 19px
	}
	.thankyou-page1.row.clearfix h2 {
		font-size: 26px
	}
}

@media(max-width:580px) {
	.helplines.row img {
		width: 89px;
		float: left;
		margin-right: 10px
	}
	.helplines.row {
		display: block
	}
	.helplines h5 {
		margin-top: 5px
	}
	.left-imgs.col-sm-3 {
		text-align: center
	}
	.row.clearfix.s-inner-bundle {
		margin: 15px
	}
	.left-imgs.col-sm-3 img {
		width: 125px
	}
	.innerbundle-selection.row h3 {
		margin: 0
	}
	fieldset.js-form-item.js-form-type-number.form-type-number.js-form-item-quantity.form-item-quantity.form-no-label.form-group.col-auto {
		padding-left: 0
	}
	.emailxzs {
		width: 100%
	}
	.email-newsletter.row.clearfix .col-sm-6:nth-child(2) button.button.js-form-submit.form-submit.btn.btn-primary {
		position: unset!important;
		height: 35px!important;
		padding: 0 30px!important;
		width: auto!important;
		font-size: 14px!important;
		margin: 0!important
	}
	.email-newsletter.row.clearfix .col-sm-6:nth-child(2) {
		text-align: center
	}
	.row.no-gutters.billing-section-top div#edit-actions button#terms {
		width: 150px;
		padding: 8px 28px
	}
	ul.nav.nav-pills li a {
		font-size: 13px;
		line-height: 15px;
		margin: 0 18px 0 0
	}
	.home-section2.row.clearfix ul li {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 10px
	}
}

@media(max-width:510px) {
	ul.tariff-lists li {
		width: 100%
	}
	 .row.no-gutters.f-page1 button#edit-submit {
    width: auto;
}
.path-topup #page_header .container .vm-title-image img {
    width: 30px;
}
	.tariff-img {
		margin: 0 0 7px 0
	}
	.row.clearfix.first-section-bundles .col-sm-9 {
		float: none;
		width: 100%;
		display: block;
		padding: 0 0 10px;
		text-align: center
	}
	.whites.col-sm-9 {
		padding: 15px
	}
	.left-imgs.col-sm-3 {
		padding: 10px 10px 25px;
		float: none;
		width: 100%;
		margin: 0;
		border-radius: 22px
	}
	.left-imgs.col-sm-3 img {
		border-radius: 5px
	}
	fieldset.js-form-item.js-form-type-number.form-type-number.js-form-item-quantity.form-item-quantity.form-no-label.form-group.col-auto {
		float: right;
		position: inherit;
		margin: 0 auto;
		text-align: center
	}
	ul.nav.nav-pills li a {
		margin: 0 15px 0 0!important
	}
	ul.nav.nav-pills li a {
		font-size: 13px
	}
	.col-sm-12.rowbottom #block-vectone-content .btn {
		background: #fff!important;
		border: 1px solid #ced0da;
		border-radius: 28px;
		color: #000;
		width: 145px;
		font-size: 16px;
		margin-top: 7px;
		line-height: 27px
	}
	.row.no-gutters.billing-section-top div#edit-actions button#terms{
		width: 145px;
		padding: 7px;
		left: 0px
	}
	.row.no-gutters.f-page1 div#edit-actions button#terms {
		width: 145px;
		padding: 7px;
		left: 150px
	}
	.node--type-article #bundle-blk {
		padding: 0
	}
	button#edit-submit {
		background-color: #6e5ca8;
		color: #fff;
	}
	.close.close-lg img {
		width: 12px!important
	}
	.row.no-gutters.billing-section-top div#edit-actions,
	.row.no-gutters.f-page1 div#edit-actions {
		left: 160px
	}
	#block-vectone-content a#terms1 {
		background: #fff!important;
		border: 1px solid #ced0da;
		border-radius: 28px;
		color: #000!important;
		width: 145px;
		line-height: 29px;
		font-size: 16px;
		margin-top: 11px
	}
}

@media(max-width:596px) {
	.email-newsletter.row.clearfix .col-sm-6:nth-child(2) button.button.js-form-submit.form-submit.btn.btn-primary {
		height: 36px;
		position: initial;
		font-size: 13px;
		width: 122px
	}
	.emailxzs {
		width: 100%
	}
	.email-newsletter.row.clearfix .col-sm-6 {
		text-align: center
	}
	#page_header {
		padding: 10px 15px 15px;
		min-height: auto!important;
		display: inline-block;
		width: 100%;
		margin: 4em 0 0
	}
}

@media(min-width:767px) and (max-width:991px) {
	button.navbar-toggler.navbar-toggler-right {
		position: absolute;
		right: 0;
		top: 8px
	}
	div#block-mainmenues {
		position: absolute;
		top: 0;
		right: 0
	}
	div#block-languageswitcher-2 {
		position: relative;
		right: 150px
	}
	.d8mainmenu .navbar-collapse.collapse.show {
		border: 1px solid rgba(0, 0, 0, .15);
		overflow: auto;
		height: 312px;
		position: absolute;
		top: 40px;
		left: -415px;
		right: 0;
		bottom: 0;
		width: 466px;
		background: #fff
	}
	.d8mainmenu .dropdown:hover>.dropdown-menu {
		display: block
	}
	.d8mainmenu .dropdown>.dropdown-toggle:active {
		pointer-events: none
	}
	li.myaccount-mobile {
		display: block
	}
	.d8mainmenu .dropdown-menu .dropdown-item {
		margin: 0 2.5rem
	}
	.d8mainmenu .collapse.show li {
		width: 97%;
		padding: 1% 3%
	}
	.d8mainmenu .collapse.show li a {
		border-bottom: 1px solid #6e5ca8
	}
	.d8mainmenu .plandrop {
		width: 390px
	}
	.d8mainmenu .simonlydrop {
		width: 390px
	}
	.d8mainmenu {
		position: absolute;
		z-index: 999;
		top: 0;
		right: 6px;
		width: 20px;
		height: 20px
	}
	.d8mainmenu .navbar-toggler {
		right: 11px;
		position: absolute;
		top: 0;
		line-height: 0
	}
	.d8mainmenu .navbar-collapse.collapse.show {
		border: 1px solid rgba(0, 0, 0, .15);
		overflow: auto;
		height: 312px;
		position: absolute;
		top: 40px;
		left: -415px;
		right: 0;
		bottom: 0;
		width: 466px;
		background: #fff
	}
	.d8mainmenu .navbar-dark .navbar-toggler-icon {
		width: 20px;
		height: 20px
	}
	#block-languageswitcher-2 {
		position: absolute;
		right: 24%
	}
}

.col-12.col-md-6.float-left.text-center.blft a:hover,
.col-12.col-md-6.float-left.text-left.blrt a:hover {
	text-decoration: none
}

.accordion-group table tr td,
.accordion-group table tr td span {
	font-size: 14px;
	font-family: mt-regular!important;
	padding: 3px!important;
	font-weight: 500
}

.innerbundle-selection.row input[type=checkbox] {
	border-radius: 0
}

@media(max-width:767px) {
	.row.clearfix.second-section-bundles .left-imgs.col-sm-3 {
		display: none
	}
}

.layone .views-element-container.col-auto {
	margin-top: 5em
}






/*   css added on 23-11-2019    */
.bottom-right-banner-3.banner3-right {
    right: 25%;
    bottom: 10%;
}




.buy-btn.buy-btn-3 {
    background-color: #00aeef;
}
.centered.banner5-text {
    top: 30%;
    left: 90%;
    width: 100%;
}
.banner4-title3 {
    text-align: left;
    font-size: 35px;
    margin-bottom: 0px;
}
.snowfall-flakes{border-radius:45px;}
/*.bottom-right-banner-3.banner3-right {
    right: 25%;
    bottom: 20%;
}*/
.align-center {
    align-items: center;
}
.container-banner {
  position: relative;
  text-align: center;
  color: #6D5CA8;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #6E5CA8;
}
p.banner4-title2 {
    margin-bottom: 3rem;
}

.centered-top {
	position: absolute;
	top: 29%;
    left: 24%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.banner-title {
    color: #6D5CA8;
    font-size: 40px;
    font-family: mt-bold;
}
.banner-title span {
    font-size: 40px;
    font-family: mt-bold;
}
.buy-btn {
    box-shadow: 0px 3px 12px #00000029;
    color: #fff;
    padding: 15px 25px;
    background-color: #00aeef;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
}
.buy-btn:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.top-right.lte-img {
    position: absolute;
    top: 0px;
    right: 2rem;
    text-align: right;
}
.top-right.lte-img img {
    width: 30%;
}
.top-left.banner-bell img {
    width: 40%;
}
.top-left.banner-bell {
    text-align: center;
}
.dial-num-section {
    color: #6D5CA8;
    padding-top: 25px;
}
p.banner-title2 {
    color: #fff;
    font-size: 45px;
}
p.bundle-img-list img {
    width: 50%;
    text-align: right;
    float: right;
}
.left-mob-img img {
    width: 50%;
}
.left-mob-img img {
    width: 100%;
}
.banner4-title3 {
    text-align: left;
    font-size: 35px;
}
p.banner5-title2 {
    color: #6D5CA8;
    font-size: 45px;
    font-family: mt-regular;
    font-weight: bold;
}
.banner5-title {
    color: #6D5CA8;
    font-size: 45px;
    font-family: mt-regular;
    line-height: 30px;
    font-weight: bold;
}
.row.text-left.banner4-store-icons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-top: 7rem;
}
.banner-5.buy-btn {
    font-size: 15px;
    padding: 15px 30px;
}
span.banner-t1.mt-bold {
    font-family: mt-bold;
}
.banner-5.buy-btn {
    display: inline-block;
}
.banner4-title {
    font-size: 35px;
    font-family: mt-regular;
    text-align: left;
    line-height: 35px;
    margin-bottom: 10px;
}
.row.text-left.store-icons {
    margin-top: 20px;
}
.banner4-title3 {
    text-align: left;
    font-size: 35px;
}
.avail-lang {
    padding: 5px 0px;
}
.banner4-title2 {
    font-size: 20px;
    text-align: left;
}
.banner3 {
    color: #6856A3;
    font-size: 35px;
    font-family: mt-bold;
}
.avail-lang .col-md-2 {
    font-family: mt-regular;
    font-weight: bold;
}
.bottom-right {
    position: absolute;
    bottom: 20%;
    right: 45%;
}
.banner3-buy-btn {
    box-shadow: 0px 3px 12px #00000029;
    color: #fff;
    padding: 15px 25px;
    background-color: #009FE3;
    border-radius: 6px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}
.avail-lang {
    padding: 5px 0px;
}
.bottom-right-banner-3 {
    position: absolute;
    bottom: 10%;
    right: 40%;
}
.c-purple {
    color: #6D5CA8;
}
.container-banner img {
    width: 100%;
}
.banner3-buy-btn:hover {
    color: #fff;
    text-decoration: none;
}
.visible-mobile {
    display: none;
}
div#views_slideshow_cycle_div_home_banner-block_1_0, div#views_slideshow_cycle_div_home_banner-block_1_4 {
	width: 100% !important;
	max-width: 100%;
}
.centered.banner5-text {
    top: 50%;
    left: 100%;
    width: 90%;
}
span.banner-t1 {
    font-family: mt-bold;
    text-transform: uppercase;
}
.centered.banner4-text {
    left: 70%;
    width: 40%;
}
.centered.banner2 {
    left: 78%;
    width: 100%;
}
.centered-top.banner3-top {
    top: 20%;
    left: 70%;
}




@media(min-width:1200px) and (max-width:1500px) {
.top-left.banner-bell img {
    width: 28%;
}
p.banner4-title2 {
    margin-bottom: 3rem;
}
.row.text-left.banner4-store-icons {
    margin-top: 3rem;
}
.bottom-right-banner-3.banner3-right {
    right: 24%;
    bottom: 7%;
}
.banner3-buy-btn {
    padding: 15px 15px;
    font-size: 15px;
}
.dial-num-section {
    padding-top: 10px;
    font-size: 10px;
}
.top-left.banner-bell {
    text-align: left;
    left: 15%;
}
.centered.banner5-text p.banner5-title2 {
    font-size: 35px;
}
.centered.banner5-text .banner5-title span.banner-t1 {
    font-size: 35px;
}
.centered.banner5-text .banner5-title {
    font-size: 35px;
    left: 38%;
}
.centered.banner5-text {
    left: 90%;
}
.centered.banner4-text .banner4-title {
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 10px;
}
.avail-lang {
    padding: 5px 0px;
}
.centered.banner4-text .banner4-title2 {
    font-size: 22px;
    line-height: 30px;
}
.centered.banner4-text .banner4-title2 {
    font-size: 17px;
    line-height: 30px;
}
.banner4-title3 {
    text-align: left;
    font-size: 26px;
}
.centered.banner4-text {
    width: 40%;
}
.centered.banner4-text {
    left: 70%;
}
.centered-top.banner1 {
    left: 23%;
    top: 29%;
    width: 35%;
}
.banner-title span {
    font-size: 35px;
}
.banner-title {
    font-size: 35px;
}
.store-img img {
    width: 75%;
}
.col-md-6.banner5-content {
    margin-top: 0rem;
    left: 8rem;
}
.centered.banner2 {
    left: 75%;
}
.centered-top.banner3-top {
    left: 71%;
    top: 20%;
    width: 100%;
}
.banner3 {
    font-size: 30px;
}
.bottom-right-banner-3.banner3-bottom {
    right: 35%;
    bottom: 8%;
}
.bottom-right-banner-3.banner3-bottom p.dial-num-section.c-purple {
    padding-top: 0px;
}

.bottom-right-banner-3.banner3-bottom-right {
    right: 15%;
    bottom: 10%;
}
}


/*******************************CSS FOR TABLET DEVICES************************/
@media(max-width: 991px) {
	.bottom-right.mob-banner3-bottom {
    right: 5%;
    bottom: 25%;
}
.carousel-control-next, .carousel-control-prev {
    top: 50%;
    bottom: 50%;
    width: 10%;
}
.dial-num-section {
    font-size: 12px;
}
.accordion-group table tr td, .accordion-group table tr td span {
    padding: 1px!important;
}
.row.text-left.banner4-store-icons {
    margin-top: 0rem;
}
p.banner4-title2 {
    margin-bottom: 1rem;
}
		.visible-mobile {
    display: block !important;
}
p.banner4-title2 {
    margin-bottom: 1rem;
}
.banner4-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}
.banner4-title2 {
    font-size: 20px;
    text-align: left;
}
.centered.mob-banner4-text {
    top: 75%;
}

	.hidden-mobile {
	display: none;
}
.mob-banner-title {
    font-size: 18px;
    font-family: mt-regular;
    color: #fff;
}
.mob-banner-title span.banner-t1 {
    font-family: mt-bold;
    color: #6856A3;
}
.buy-btn {
    font-size: 11px;
    cursor: pointer;
    color: #fff;
}
.centered-top {
    top: 30%;
    left: 78%;
}
.centered-top.mobile-banner6 {
    top: 22%;
   /* left: 65%;
    transform: translate(-12%, -56%);*/
}
.mob-banner-title {
    font-size: 40px;
    font-family: mt-bold;
    color: #6856A3;
    line-height: 40px;
    margin-bottom: 25px;
}
.mob-banner-title span.banner-t1 {
    font-size: 40px;
    text-transform: capitalize;
}
.centered.mob-banner2 {
    left: 78%;
    /*width: 50%;*/
    top: 30%;
}
.centered-top.mob-banner3-top {
    top: 30%;
    left: 78%;
    width: 50%;
    line-height: 40px;
}
.buy-btn {
    font-size: 15px;
}
.centered.mob-banner4-text .mob-phone-img img {
    width: 50%;
}
ul.mob-lang-list, ul.mob-store-img {
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
}
ul.mob-lang-list li {
    display: inline-block;
    padding: 0px 0px;
    text-align: left;
    float: left;
    padding-right: 10px;
}
.centered.mob-banner4-text .mob-phone-img img {
    width: 75%;
}
ul.mob-store-img li {
    display: inline-grid;
}
ul.mob-store-img img {
    width: 80%;
}
.centered.banner5-content {
    top: 25%;
    left: 50%;
    width: 75%;
}
.banner5-title span.banner-t1 {
    margin-left: 10px;
}
.banner5-title {
    font-size: 40px !important;
    line-height: 35px !important;
}
}


/*******************************CSS FOR MOBILE DEVICES************************/
@media(max-width: 767px) {
	.bottom-right.mob-banner3-bottom {
    right: 5%;
    bottom: 30%;
    text-align: center;
}
ul.mob-store-img li img {
    width: 60px !important;
    margin-right: 5px;
}
p.banner4-title2 {
    margin-bottom: 0px;
}
.dial-num-section {
    font-size: 10px;
}
.dial-num-section {
    padding-top: 10px;
}
ul.mob-store-img {
    margin: 0px auto !important;
}
.centered-top.mobile-banner1 {
    left: 80%;
    top: 33%;
    color: #fff;
    width: 40%;
}
.mob-banner-title {
    font-size: 25px;
    font-family: mt-bold;
    line-height: 25px;
    margin-bottom: 10px;
}
.mob-dial-num-section {
    font-size: 11px;
}
.mob-banner-title span.banner-t1 {
    font-family: mt-bold;
    font-size: 25px;
}
.buy-btn {
	font-size: 11px;
    cursor: pointer;
    padding: 10px 15px;
}
.centered.mob-banner2 {
    top: 33%;
    left: 79%;
    width: 40%;
}
.centered-top.mob-banner3-top .banner3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
}
.centered-top.mob-banner3-top {
    left: 77%;
    top: 25%;
    width: 50%;
}
.centered.banner5-content .banner5-title {
    font-size: 18px !important;
    line-height: 15px !important;
}
.banner-5.buy-btn {
    padding: 10px 15px;
    font-size: 11px;
}
.centered.banner5-content {
    top: 25%;
    left: 50%;
    width: 70%;
}
span.banner-t1 {
    font-family: mt-bold;
}
.banner-5.buy-btn {
    margin-top: 0px !important;
    display: inline-block;
}
.centered.mob-banner4-text .mob-phone-img img {
    width: 20%;
}
.centered.mob-banner4-text {
    left: 50%;
    top: 74%;
    width: 80%;
    text-align: center;
}
.banner4-title2 {
    font-size: 12px;
    text-align: center;
    float: none;
    margin: 0px auto;
    margin-bottom: 5px;
}
.banner4-title {
    font-size: 17px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 0px;
}
ul.mob-lang-list, ul.mob-store-img {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 10px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}
ul.mob-lang-list li {
    display: inline-block;
    padding: 0px 10px;
    text-align: left;
    float: none;
}
/*ul.mob-store-img li img {
    width: 50%;
}*/
ul.mob-store-img li {
    display: inline-grid;
}
.centered.banner5-content span.banner-t1 {
    margin-left: 5px;
}
}



/*******************************CSS FOR MOBILE DEVICES************************/
@media(max-width: 374px) {
	.banner4-title {
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    float: none;
    margin: 0px auto;
}
.mob-banner-title span.banner-t1 {
    font-size: 18px;
}
.centered.mob-banner2 {
    left: 78%;
    top: 30%;
}
.centered-top.mobile-banner1 {
    left: 79%;
    top: 30%;
}
.centered-top.mob-banner3-top {
    left: 77%;
    top: 30%;
}
.mob-banner-title {
    line-height: 20px;
}

.centered-top.mob-banner3-top .banner3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0px;
}
.dial-num-section {
    padding-top: 10px;
}
.bottom-right.mob-banner3-bottom {
    right: 2%;
    bottom: 45%;
    text-align: center;
}
.mob-banner-title {
    font-size: 18px;
    margin-bottom: 15px;
}
.banner4-title2 {
    font-size: 10px;
    float: none;
}
ul.mob-lang-list, ul.mob-store-img {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 9px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}
.centered.banner5-content {
    top: 25%;
    left: 50%;
    width: 70%;
}
.centered.banner5-content .banner5-title {
    font-size: 14px !important;
    line-height: 5px !important;
}
.buy-btn {
    padding: 10px 10px;
}
}


@media(min-width: 712px) and (max-width: 796px){
	p.mob-banner-title span.banner-t6 {
    font-size: 25px;
    line-height: 30px;
}
ul.mob-store-img li {
    display: inline-block;
}
.centered.mob-banner4-text {
    left: 50%;
    top: 74%;
    width: 55%;
    text-align: center;
    line-height: 21px;
}
ul.mob-store-img {
    margin: 0;
    text-align: center;
}
ul.mob-store-img li img {
    width: 120px !important;
    margin-right: 5px;
}
}
@media(min-width: 650px) and (max-width: 711px){
.centered.mob-banner4-text {
    width: auto;
}
}
/*******************************CSS FOR SMALL DEVICES************************/
@media(min-width: 991px) and (max-width: 1200px){
.centered.banner2 {
    left: 80%;
    width: 80%;
    top: 50%;
}
.bottom-left.banner6 {
    left: 10%;
}
.bottom-left.banner6 .banner-title {
    font-size: 20px;
    margin-bottom: 5px;
}
.bottom-left.banner6 .banner-title span.banner-t1 {
    font-size: 20px;
}
.d8mainmenu ul li a {
    padding: 0.5rem 0.5rem !important;
}
.d8mainmenu .navbar {
    padding: .5rem 0rem;
}
.row.text-left.store-icons {
    margin-top: 0px;
}
.row.text-left.avail-lang .col-md-2 {
    margin-right: 25px;
}
.bottom-right-banner-3.banner3-right {
    right: 18%;
    bottom: 10%;
}
.banner4-title3 {
    font-size: 20px;
}
p.banner4-title2 {
    margin-bottom: 1rem;
}
.banner-title {
    font-size: 35px;
}
.banner-title span {
    font-size: 35px;
}

.buy-btn {
    font-size: 15px;
}
.dial-num-section {
    font-size: 12px;
}
.banner3 {
    font-size: 22px;
}
.banner3-buy-btn {
    font-size: 15px;
    padding: 15px 20px;
}
.dial-num-section {
    padding-top: 0px;
}
.bottom-right-banner-3 {
    position: absolute;
    bottom: 8%;
    right: 33%;
}
.bottom-right-banner-3.banner3-bottom-right {
    right: 15%;
}
.banner3-buy-btn {
    font-size: 12px;
    padding: 10px 15px;
}
.banner4-title2 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 0px;
}
.banner4-title {
    font-size: 20px;
    font-family: mt-regular;
    text-align: left;
    line-height: 25px;
}
.banner4-title2 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 0px;
}
.banner5-title {
    font-size: 35px;
    line-height: 10px;
}
.banner5-title2 {
    font-size: 25px !important;
}
.banner-5.buy-btn {
    font-size: 13px;
    padding: 10px 25px;
}
.bottom-left.banner6 p.dial-num-section {
    font-size: 12px;
    margin: -5px 0 22px;
}
.centered.banner5-text {
    top: 50%;
    left: 100%;
    width: 85%;
}
.row.text-left.banner4-store-icons {
    margin-top: 3rem;
}
}

.mySlides.fade:nth-child(1) {
    display: block;
}


.prev, .next {
  	cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    padding: 0px 1%;
    margin-top: -22px;
    color: #ffffff !important;
    font-weight: 300;
    font-size: 50px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 1;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.mySlides.fade {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}


@keyframes fadeIn{
  0% {
    opacity:.3;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:.3;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:.3;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:.3;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:.3;
  }
  100% {
    opacity:1;
  }
}
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.slideshow-container {
    background-color: #f7f8fd !important;
}
/*div#en_ver {
    display: none;
}*/

/*.node--type-bundles .flip-box .flip-box-back {
	z-index: 999;
}*/
.node--type-article .flip-box .flip-box-back {
	z-index: 999;
}
@media screen and (min-width: 440px) {
.right-side-cart {
    margin-bottom: 25px;
}
}



.path-buy-new-sim h1.yellow.animated.bounceInUp {
    float: left;
    margin-top: 2rem;
    width: 90%;
}
.path-buy-new-sim .vm-title-image img{width: 85px;}
.path-buy-new-sim #page_header {padding: 20px 0 20px;}
.path-buy-new-sim ul.breadcrumb-site.new-sim-section, .path-campaign ul.breadcrumb-site.new-sim-section{margin:20px 0px;}
.path-buy-new-sim .selection-list, .path-campaign .selection-list {
    margin: 30px 0;
    padding: 2.5rem 7rem 4rem;
}

.path-buy-new-sim ul.buy-new-sim-list {
    display: grid;
    padding: 0px;
    font-family: 'mt-bold';
	margin:0px;
}
.path-buy-new-sim ul.number-sim-counter {
    padding-left: 0px;
    font-size: 17px;
    font-family: 'mt-regular';
}
.path-buy-new-sim ul.number-sim-counter li span.minus, .path-buy-new-sim span.plus, .path-campaign ul.number-sim-counter li span.minus, .path-campaign span.plus {
    padding: 6px;
    font-size: 9px;
    border-radius: 28px;
    top: -3px;
}
div#SimBoxesGroup span.sim-add-plus-icon {
    font-size: 11px;
}
.path-buy-new-sim .col-md-12.text-center.title-add-topup { font-size: 27px;   padding: 0px 0px 30px;}
form#buynew-personal-details .selection-list:nth-child(5), form#campaign-buynew-personal-details .selection-list:nth-child(5) {
    padding: 3rem 2rem!important;
}
h3.text-left.cblack {
    font-size: 24px;
    margin: 0px 0px 25px;
}
.path-buy-new-sim form#buynew-personal-details fieldset, .path-campaign form#campaign-buynew-personal-details fieldset {
    padding: 0px!important;
    margin: 0px;
}
.path-buy-new-sim .form-control, .path-buy-new-sim select, .path-campaign .form-control, .path-campaign select {  border: 1px solid #333; color:#000;}
.path-buy-new-sim .left-side-cart{width:87%;}
.path-buy-new-sim .right-side-cart, .path-campaign .right-side-cart {
    width: 8%;
    float: right;
}
.path-campaign .left-side-cart{width:87%;font-size: 16px; line-height: 19px; font-weight: 500;    font-family: 'mt-bold';}
.path-buy-new-sim .new-sim-list-value, .path-campaign .new-sim-list-value {
    font-size: 16px;
    text-align: right;
}
.path-buy-new-sim .new-sim-list-value.cblack span, .path-campaign .new-sim-list-value.cblack span {
    padding-right: 0px;
    position: relative;
    float: left;
}
.path-buy-new-sim .new-sim-list-value.cblack span:nth-child(2), .path-campaign .new-sim-list-value.cblack span:nth-child(2) {
    float: right!important;
}

.path-buy-new-sim .total-section .new-sim-list-value.cblack, .path-campaign .total-section .new-sim-list-value.cblack {
    float: right;
    width: 36%;
}
.path-buy-new-sim .total-section .new-sim-list-value.cblack , .path-campaign .total-section .new-sim-list-value.cblack {float: right; font-weight:bold;}
.path-buy-new-sim .total-section b, .path-campaign .total-section b{float: left;  font-weight: 500;}
.col-md-12.text-center.title-add-topup span {
    font-size: 14px;
    font-family: mt-light;
}
/*.col-md-7.pay-card .form-control, select {
    height: 37px;
}
.col-md-7.pay-card input#card_number { background-size: 108px 363px;}
#card_number.mastercard { background-position: 14px -247px;}
#card_number.maestro {background-position: 14px -289px;}*/
button.button.js-form-submit.form-submit.btn.btn-primary.blue-btn {
    background: #00aeef!important;
    padding: 12px 40px 12px 40px!important;
    color: #fff!important;
    font-family: mt-regular;
    font-size: 16px!important;
    font-weight: 400!important;
    display: inline-block!important;
    position: relative;
    border: 0!important;
    float: right;
    min-width: 180px;
    outline: 0;
    border-radius: 25px!important;
    text-align: center!important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;
}
.col-md-6.col-sm-6.all-card, .col-md-12.all-card { padding: 0px;}
.row.pd-2 {margin: 0px;}
.row.pd-2 ul{width: 100%; text-align: center; padding: 0px;}
.pay-type a img {height: 55px; margin: 0px 10px; width: auto;}
li.pay-type {display: inline; list-style: none;}
.path-buy-new-sim form#buynew-add-payment .selection-list, .path-buy-new-sim form#fs-topup-paypal-review-confirm .selection-list, .path-buy-new-sim form#fs-topup-paysafe-step2 .selection-list{ padding: 2.5rem 7rem 4rem;}
.row.new-sim-tc .col-md-12 {padding: 0px;}
.path-buy-new-sim .new-sim-tc small#edit-accept--description p { margin-left: 21px;  margin-top: 1px;}
.path-buy-new-sim .col-md-7.pay-card { margin: 0px auto; padding: 0 5px;}
.path-buy-new-sim .cvvno {
    position: absolute;
    top: 31px;
    right: 11px;
}
.path-buy-new-sim .cvvno img { width: 83%; height: auto;}
div#SimBoxesGroup {
    display: flex;
    float: left;
    margin-left: 2rem;
}
.new-sim-list-title b{float:left;}
.total-section .new-sim-list-value.cblack {font-family: 'mt-bold';}
img#newsim1 { margin-left: 0.3rem;}
.path-buy-new-sim .form-submit.btn.btn-primary{background:#fff!important;}
.path-buy-new-sim form#buynew-personal-details .form-submit.btn.btn-primary{background:#00aeef!important;}
.path-campaign nav#navbar-main {
    position: unset;
    background: url(/themes/vectone/images/ppc/bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 0 0 2rem;
    margin-bottom: 2rem;
}
.camapaign.header{width:100%;}
.camapaign.header p {
    font-family: mt-bold;
    color: #009fe3;
    position: absolute;
    width: 100%;
    text-align: right;
    top: 1rem;
	right:2rem;
}
.camapaign.header p a{color:#fff;}
.camapaign.headers p{
	    font-family: mt-bold;
    color: #009fe3;
    position: absolute;
    width: 100%;
    text-align: right;
       top: 1rem;
    right: 2rem;
}
.camapaign.header img {
    width: 200px;
}
.camapaign.headers img {
    width: 160px;
}
.camapaign.header h3 {
    font-size: 45px;
    font-family: mt-regular;
    color: #ffffff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    margin: 1rem 0 0;
    text-align: center;
}
.camapaign.headers h3 {
font-size: 40px;
    font-family: mt-regular;
    font-weight: bold;
    color: #6e5ca8;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    margin: 2rem 0rem 3rem 2rem;
}
.path-campaign div#page_header {
    display: none;
}
.campaign-blk h4 {
    letter-spacing: 0;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 35px;
    font-family: 'mt-regular';
    text-decoration: none;
}
.campaign-blk h3 {
    letter-spacing: 0;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 35px;
    font-family: 'mt-bold';
    text-decoration: none;
}
.campaign-blk .col-md-4:nth-child(1) {
    background: url(/themes/vectone/images/ppc/fts1.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 4rem 6rem;
}
.campaign-blk .col-md-4:nth-child(2) {
    background: url(/themes/vectone/images/ppc/fts2.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 4rem 6rem;
}
.campaign-blk .col-md-4:nth-child(3) {
    background: url(/themes/vectone/images/ppc/fts3.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 4rem 6rem;
}
.path-campaign .site-footer {
    padding: 0;
}
img.newppcbundle{width:300px!important;}
.path-campaign div#edit-subscription {
    display: block!important;
    text-align: center;
}
.camapaign.headers{display:none;}
.path-campaign div#paypal-button { width: 40%; margin: 0px auto;}
img.dbdata {
    width: 100%!important;
	    position: relative;
    margin-top: -3rem;
}



@media(max-width:1399px){
	.campaign-blk .col-md-4{padding:3rem!important;}/* 
	.path-campaign nav#navbar-main { position: unset; background: url(/themes/vectone/images/ppc/bannerppc1.png) no-repeat; background-size: cover; background-position: center; padding: 1rem 0 10rem;} */
	.camapaign.header h3 { margin: 1rem 0 5px; font-size:40px;}
	.campaign-blk h3 { font-size: 22px; line-height: 31px;}
	.campaign-blk h4 {font-size: 21px; line-height: 31px;}
	.camapaign.header p { right: 5rem;}
}
@media(max-width:1300px){/* 
	.path-campaign nav#navbar-main { background: url(/themes/vectone/images/ppc/bannerppc1.png) no-repeat; background-size: cover; background-position: 57%;     padding: 0rem 0 7rem;} */
	.camapaign.header img { width: 170px;}
	.camapaign.header h3 { margin: 1rem 0 5px; font-size:40px;}
}
@media(min-width:1088px){
	.path-buy-new-sim .cart-overall .left-side-cart .col-md-6 { position: relative; left: -52px;}
}
@media(max-width:1087px) and (min-width:770px){
	.path-buy-new-sim .cart-overall .left-side-cart .col-md-6 { position: relative; left: -34px;}
}

@media(max-width:1199px){
	.path-buy-new-sim form#buynew-personal-details .container, .path-buy-new-sim div#page_header .container { max-width: 100%;}
	.path-buy-new-sim h1.yellow.animated.bounceInUp {width: 67%;}
	.path-buy-new-sim .selection-list, .path-campaign .selection-list { padding: 2.5rem 5rem 4rem;}
	.path-buy-new-sim .total-section .new-sim-list-value.cblack { float: right; width: 58%;} 
	.path-buy-new-sim form#buynew-add-payment .selection-list, .path-buy-new-sim form#fs-topup-paypal-review-confirm .selection-list, .path-buy-new-sim form#fs-topup-paysafe-step2 .selection-list { padding: 2.5rem 1rem 4rem;}
	.path-campaign #navbar-main .container { max-width: 100%;  padding: 0px; margin: 1rem 1.5rem;}
	.camapaign.header h3 { margin: 1rem 0 5px; font-size:29px;}
	.camapaign.header p { right: 5rem;}
}
@media(max-width:1088px){
	.camapaign.header h3 { margin: 1rem 0rem;}
}
@media(max-width:991px){
	.path-buy-new-sim .right-side-cart { width: 13%; float: right;}
	.path-buy-new-sim .selection-list, .path-camapaign .selection-list { padding: 2.5rem 35px 4rem;}
	.path-buy-new-sim form#buynew-add-payment .selection-list, .path-buy-new-sim form#fs-topup-paypal-review-confirm .selection-list, .path-buy-new-sim form#fs-topup-paysafe-step2 .selection-list{ padding: 2.5rem 35px 4rem;}
	.path-buy-new-sim form#buynew-add-payment .container, .path-buy-new-sim form#fs-topup-paypal-review-confirm .container, .path-buy-new-sim form#fs-topup-paysafe-step2 .container{max-width:100%;}
	.camapaign.header{display:none;}
	.camapaign.headers{display:block; width:100%;}
	.path-campaign nav#navbar-main { background: transparent!important; padding: 0!important;}
	.campaign-blk .col-md-4 { padding: 5rem 2rem!important; float: left; max-width: 100%; flex: unset;text-align: center;}/* 
	.camapaign.headers .two.row.clearfix {background: url(/themes/vectone/images/ppc/bannerppc1.png) no-repeat; background-size: 62rem; background-position: top 37px center; height: 270px;} */
	.camapaign.headers h3 {font-size: 24px; padding: 0px; margin: 10px 0 5px; text-align: center;}
	.camapaign.headers .one.row.clearfix{margin-bottom:10px;} 
	.path-campaign #navbar-main .container{margin:0px; padding-top:1rem;}
	.camapaign.headers .two img { width: 100%;}
}
@media(max-width:870px){
	.path-buy-new-sim form#buynew-personal-details .selection-list:nth-child(5) .col-md-6 { width: 100%; float: left; flex: unset; max-width: 100%;  margin-bottom: 35px;}
	.path-buy-new-sim .bns-postcode.m-b-3 { margin: 0px;}.row.nameslists { margin-bottom: 5px;}
}
@media(max-width:767px){
	.path-buy-new-sim .selection-list, .path-campaign .selection-list { padding: 1rem;}
	.path-buy-new-sim .left-side-cart .col-md-3{ float: left; width: 25%;}
	.path-buy-new-sim .left-side-cart .col-md-6{ float: left; width: 72%;}
	.path-buy-new-sim .right-side-cart {margin-bottom: 0px;}
	.new-sim-list-value, .path-buy-new-sim .total-section b, .path-campaign .total-section b { line-height: 41px;}
	.path-buy-new-sim form#buynew-personal-details .selection-list:nth-child(5) .col-md-6, .bns-add2 .col-md-4 {margin-bottom: 12px;}
	.path-buy-new-sim div#edit-subscription label img { width: 145px; margin-bottom: 10px;}
	.path-buy-new-sim div#edit-subscription{width:100%;}
	.path-buy-new-sim .left-side-cart { width: 75%;}
	div#SimBoxesGroup { margin-left: 1.2rem;}
	.pay-type a img { height: 45px; margin: 10px;}/* 
	.camapaign.headers .two.row.clearfix { background: url(/themes/vectone/images/ppc/bannerppc1.png) no-repeat; background-size: 50rem; background-position: top 37px center; height: 215px;} */
}
@media(max-width:650px){
	.path-buy-new-sim .right-side-cart { width: 18%; float: right;}
	.path-buy-new-sim .selection-list .col-xs-6.col-sm-9, .path-campaign .selection-list .col-xs-6.col-sm-9 { float: left; max-width: 60%;}
	.path-buy-new-sim .col-sm-3.text-right.total-section { max-width: 30%; flex: unset; float: right; position: absolute; right: 18px;}
	.path-buy-new-sim .right-side-cart { width: 16%;}
	.pay-type a img { margin: 10px;}
	.col-md-7.pay-card.lr-0{width:100%;}
	.path-buy-new-sim div#paypal-button{width:auto!important;}
	.path-buy-new-sim form#buynew-add-payment .selection-list, .path-buy-new-sim form#fs-topup-paypal-review-confirm .selection-list, .path-buy-new-sim form#fs-topup-paysafe-step2 .selection-list{ padding: 1rem 15px 3rem;}
	.paypal-text {font-size: 15px; margin-top: 0px; line-height: 24px;}
	.campaign-blk .col-md-4 {padding: 3rem 2rem!important;}
}
@media(max-width:600px){/* 
	.camapaign.headers .two.row.clearfix { background: url(/themes/vectone/images/ppc/bannerppc1.png) no-repeat;  background-size: 69rem; background-position: -25rem 40px; height: 285px;} */
	form#campaign-buynew-personal-details .container { padding: 0;}
	img.newppcbundle { width: 240px!important;}
}

/* @media(max-width:564px){
	.camapaign.headers .two.row.clearfix {
		background: url(/themes/vectone/images/ppc/bannerppc1.png) no-repeat;
		background-size: 69rem;
		background-position: -25rem 40px;
		height: 285px;
	}
} 
@media (max-width: 465px){
	.camapaign.headers .two.row.clearfix {background: url(/themes/vectone/images/ppc/bannerppc1.png) no-repeat; background-size: 68rem; background-position: -425px 40px;}
}*/
@media(max-width:490px){
	.path-buy-new-sim form#buynew-personal-details .container{padding:0px;}
	.path-buy-new-sim .left-side-cart { width: 65%;}
	.path-buy-new-sim .right-side-cart {width: 28%;}
	.path-buy-new-sim .left-side-cart .col-md-3 { width: 100%;}
	.path-buy-new-sim .left-side-cart .col-md-6 { float: left; width: 100%; padding: 2px 5px 10px;}
	.path-buy-new-sim .col-sm-3.text-right.total-section {max-width: 47%;}
	.path-buy-new-sim .number-border { margin-top: 5px;}
	.path-buy-new-sim .col-md-12.text-center.title-add-topup { font-size: 20px; padding: 15px 0px 30px;}
	.path-buy-new-sim form#buynew-personal-details .selection-list:nth-child(5) { padding: 2rem 1rem!important;}
	h3.text-left.cblack { font-size: 19px;}
	div#SimBoxesGroup { display: flex; float: left; margin-left: 2px; margin-bottom: 10px; margin-top: 0px;}
	.path-buy-new-sim .selection-list .col-xs-6.col-sm-9 {float: left; max-width: 70%;}
	.total-section b{display:none;}
	.path-buy-new-sim form#buynew-add-payment .container, .path-buy-new-sim form#fs-topup-paypal-review-confirm .container, .path-buy-new-sim form#fs-topup-paysafe-step2 .container {max-width: 100%; padding: 0px;}
	.col-md-7.pay-card .form-group { padding: 0px;}
}
@media(max-width:421px){
	.pay-type a img{height: 40px!important; margin:10px 0;width:auto!important;}
	img.ovrlimg {width: 100%!important; height: auto!important;}/* 
	.camapaign.headers .two.row.clearfix {background: url(/themes/vectone/images/ppc/bannerppc1.png) no-repeat; background-size: 67rem; background-position: -425px 40px;} */
}
/* @media(max-width:402px){
	.camapaign.headers .two.row.clearfix {background: url(/themes/vectone/images/ppc/bannerppc1.png) no-repeat; background-size: 62rem; background-position: -391px 40px;}
}
@media(max-width:375px){
	.camapaign.headers .two.row.clearfix {background: url(/themes/vectone/images/ppc/bannerppc1.png) no-repeat; background-size: 60rem; background-position: -375px 40px;}
}
@media(max-width:366px){
	.camapaign.headers .two.row.clearfix { background: url(/themes/vectone/images/ppc/bannerppc1.png) no-repeat; background-size: 56rem; background-position: -350px 40px; height: 255px;}
}
@media(max-width:340px){
	.camapaign.headers .two.row.clearfix { background: url(/themes/vectone/images/ppc/bannerppc1.png) no-repeat; background-size: 53.5rem; background-position: -340px 40px;}
}
@media(max-width:320px){
	.camapaign.headers .two.row.clearfix { background: url(/themes/vectone/images/ppc/bannerppc1.png) no-repeat; background-size: 64rem; background-position: -23rem 40px; }
} */

.modal-backdrop{background:transparent;}
.modal {background: #000000a1;}
.path-buy-new-sim .form-control.error,.path-campaign .form-control.error{text-align:center!important;}
.full-card-details .no-gutters {display: flex; align-items: baseline;}
div#divTMobile img, .error img { margin-right: 8px; margin-top: -8px; position: relative;}

@media(min-width:1088px){
	.path-campaign .cart-overall .left-side-cart .col-md-6 { position: relative; left: -52px;}
}
@media(max-width:1087px) and (min-width:770px){
	.path-campaign .cart-overall .left-side-cart .col-md-6 { position: relative; left: -34px;}
}

@media(max-width:1199px){
	.path-campaign form#buynew-personal-details .container, .path-campaign div#page_header .container { max-width: 100%;}
	.path-campaign h1.yellow.animated.bounceInUp {width: 67%;}
	.path-campaign .selection-list, .path-campaign .selection-list { padding: 2.5rem 5rem 4rem;}
	.path-campaign .total-section .new-sim-list-value.cblack { float: right; width: 58%;} 
	.path-campaign form#campaign-buynew-add-payment .selection-list, .path-campaign form#fs-topup-paypal-review-confirm .selection-list, .path-campaign form#fs-topup-paysafe-step2 .selection-list { padding: 2.5rem 1rem 4rem;}
}
@media(max-width:991px){
	.path-campaign .right-side-cart { width: 13%; float: right;}
	.path-campaign .selection-list, .path-campaign .selection-list { padding: 2.5rem 35px 4rem;}
	form#campaign-buynew-add-payment .container{max-width:100%;}
	.path-campaign form#campaign-buynew-add-payment .selection-list, .path-campaign form#fs-topup-paypal-review-confirm .selection-list, .path-campaign form#fs-topup-paysafe-step2 .selection-list{ padding: 2.5rem 35px 4rem;}
	.path-campaign form#campaign-buynew-add-payment .container, .path-campaign form#fs-topup-paypal-review-confirm .container, .path-campaign form#fs-topup-paysafe-step2 .container{max-width:100%;}
	.camapaign.headers .two.row.clearfix .col-sm-12{padding:0px;}
}
@media(max-width:870px){
	.path-campaign form#campaign-buynew-personal-details .selection-list:nth-child(5) .col-md-6 { width: 100%; float: left; flex: unset; max-width: 100%;  margin-bottom: 12px;}
	.row.nameslists {margin-bottom: 5px;}
	.path-campaign .bns-postcode.m-b-3 { margin: 0px;}
	.path-campaign input#edit-city {margin-top: 5px;}
}
@media(max-width:767px){
	.path-campaign .selection-list, .path-campaign .selection-list { padding: 1rem;}
	.path-campaign .left-side-cart .col-md-3{ float: left; width: 25%;}
	.path-campaign .left-side-cart .col-md-6{ float: left; width: 72%;}
	.path-campaign .right-side-cart {margin-bottom: 0px;}
	.new-sim-list-value, .path-campaign .total-section b, .path-campaign .total-section b { line-height: 41px;}
	.path-campaign form#buynew-personal-details .selection-list:nth-child(5) .col-md-6, .bns-add2 .col-md-4 {margin-bottom: 12px;}
	.path-campaign div#edit-subscription label img { width: 145px; margin-bottom: 10px;}
	.path-campaign div#edit-subscription{width:100%;}
	.path-campaign .left-side-cart { width: 75%;}
	div#SimBoxesGroup { margin-left: 1.2rem;}
	.pay-type a img { height: 45px; margin: 10px;}
}
@media(max-width:650px){
	.path-campaign .right-side-cart { width: 18%; float: right;}
	.path-campaign .selection-list .col-xs-6.col-sm-9, .path-campaign .selection-list .col-xs-6.col-sm-9 { float: left; max-width: 60%;}
	.path-campaign .col-sm-3.text-right.total-section { max-width: 30%; flex: unset; float: right; position: absolute; right: 18px;}
	.path-campaign .right-side-cart { width: 16%;}
	.path-campaign div#paypal-button{width:auto!important;}
	.path-campaign form#campaign-buynew-add-payment .selection-list, .path-campaign form#fs-topup-paypal-review-confirm .selection-list, .path-campaign form#fs-topup-paysafe-step2 .selection-list{ padding: 1rem 15px 3rem;}
}

@media(max-width:490px){
	.path-campaign form#buynew-personal-details .container{padding:0px;}
	.path-campaign .left-side-cart { width: 65%;}
	.path-campaign .right-side-cart {width: 28%;}
	.path-campaign .left-side-cart .col-md-3 { width: 100%;}
	.path-campaign .left-side-cart .col-md-6 { float: left; width: 100%; padding: 2px 5px 10px;}
	.path-campaign .col-sm-3.text-right.total-section {max-width: 47%;}
	.path-campaign .number-border { margin-top: 5px;}
	.path-campaign .col-md-12.text-center.title-add-topup { font-size: 20px; padding: 15px 0px 30px;}
	.path-campaign form#buynew-personal-details .selection-list:nth-child(5) { padding: 2rem 1rem!important;}
	.path-campaign .selection-list .col-xs-6.col-sm-9 {float: left; max-width: 70%;}
	.path-campaign form#campaign-buynew-add-payment .container, .path-campaign form#fs-topup-paypal-review-confirm .container, .path-campaign form#fs-topup-paysafe-step2 .container {max-width: 100%; padding: 0px;}
}
/* @media(max-width:768px) and (max-height:700){
	.floating_icons {position: fixed; bottom: 200px; right: 5%;}	
}
@media(max-height:699px){
	.floating_icons {position: fixed;  bottom: 0px;  right: 5%; z-index: 100; top: 200px;}
}
@media(max-height:300px){
	.floating_icons {position: fixed;  bottom: 0px;  right: 5%; z-index: 100; top: 120px;}
} */

    .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}
    /* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel-control {
    position: absolute;
    top: 40%;
    bottom: 60%;
  }
  .carousel-control {
    width: 5%;
  }
  .path-topup .right_container .form-group .form-control:focus {
    border-bottom: 1px solid #00aeef !important;
}
.path-topup .right_container .form-group .form-control, select {
    border-bottom: 1px solid #c8c8c8 !important;
}
  @media(max-width:374px) {
.payment-details.col-sm-7 input#card_number {
    padding-left: 50px;
    font-size: 14px;
}
#card_number.nocard {
	background-position: 5px -121px
}
#card_number.visa {
	background-position: 5px -164px
}
#card_number.visa_electron {
	background-position: 5px -208px
}
#card_number.mastercard {
	background-position: 5px -252px
}
#card_number.maestro {
	background-position: 5px -296px
}
#card_number.amex {
	background-position: 5px -339px
}
form #card_number {
    background-position: 5px -121px;
}
}
@media (max-width: 479px) {
.d8mainmenu .navbar-collapse.collapse.show {
    left: -380px !important;
    width: 470px;
}
}
@media (max-width: 414px) {
.d8mainmenu .navbar-collapse.collapse.show {
    left: -330px !important;
    width: 416px;
}
}
@media (max-width: 375px) {
.d8mainmenu .navbar-collapse.collapse.show {
    left: -300px !important;
    width: 377px;
}
.centered-top.mobile-banner6 {
    top: 22%;
    /*left: 62%;*/
}
p.mob-banner-title span.banner-t6 {
    font-size: 14px;
}
}
@media (max-width: 320px) {
.d8mainmenu .navbar-collapse.collapse.show {
    left: -280px !important;
    width: 377px;
}
.centered-top.mobile-banner6 {
    top: 27%;
   /* left: 62%;
    transform: translate(-12%, -56%);*/
}
p.mob-banner-title span.banner-t6 {
    font-size: 12px;
}
}
@media (max-width: 767px) {
.col-md-3.col-sm-5.m_center.mt-4 #edit-topup-step1-btn-submit {
    width: 108px;
    margin: 0;
}
}
label.js-form-item.js-form-type-checkbox.checkbox.form-check.js-form-item-condition4.form-item-condition4.form-check-label, label.js-form-item.js-form-type-checkbox.checkbox.form-check.js-form-item-condition2.form-item-condition2.form-check-label, label.js-form-item.js-form-type-checkbox.checkbox.form-check.js-form-item-condition.form-item-condition.form-check-label {
    color: #000 !important;
}
input#quantity::-webkit-outer-spin-button,
input#quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input#quantity {
    -moz-appearance:textfield;
}

ul.number-sim-counter li span.minus, span.plus{font-size:9px; padding:6px;}
.path-campaign .col-md-6.new-sim-thank-page {
    max-width: 100%;
    flex: unset;
}
.path-campaign div#divterms {
    color: #b94a48;
}

.cookie-policies .page_head{
	margin-top: 0;
    font-family: 'mt-bold';
    font-size: 40px;
    color: #73559d;
    margin-bottom: 0;
	    padding: 30px 0px 30px 0;
}
.cookie-policies .page_head:after {
    content: "";
    display: block;
    height: 1px;
    width: 20%;
    border-bottom: 4px solid #72559f;
    margin-top: 10px;
}
.cookie-policies p{
   font-size: 14px;
    color: #2a225b;
    font-family: mt-regular;
    margin-bottom: 20px;
    line-height: 1.5;
	text-align:justify;
}
.cookie-policies strong{
	color: #2a225b;
	    font-size: 14px;
}
@media(max-width:767px){
	.cookie-policies .page_head { font-size: 24px;}
}

div#box0 img {
width: 145px;
    position: absolute;
    top: -5.7rem;
    left: -3rem;
    z-index: 999;
}
div#box1 img {
width: 145px;
    position: absolute;
    top: -5.7rem;
    left: -3rem;
    z-index: 999;
}
div#box2 img {
width: 145px;
    position: absolute;
    top: -5.7rem;
    left: -3rem;
    z-index: 999;
}
div#box3 img {
width: 145px;
    position: absolute;
    top: -5.7rem;
    left: -3rem;
    z-index: 999;
} 
div#box4 img {
width: 145px;
    position: absolute;
    top: -5.7rem;
    left: -3rem;
    z-index: 999;
} 
div#box1, div#box2, div#box3, div#box4{display:none;}


/*  New One - Till End  */
.tariffoffers {
    background: #00aeef;
    float: left;
    border-radius: 50%;
    width: 79px;
    text-align: center;
    height: 79px;
    line-height: 22px;
    display: inline-flex;
    position: absolute;
    align-items: center;
	top: 22px;
    left: 10px;
}
.tariffoffers h2 { font-size: 19px; color: #fff; font-family: 'mt-medium'; width:100%;}
.tariffoffers h2 span.spsave {color: #fff; width:100%;font-size: 11px;}
div#block-threemonthbundle .top-box.second p { margin-left: 4rem; margin-top: -1rem;}
div#block-threemonthbundle .top-box.second h2 { margin-left: 4rem; }
div#block-threemonthbundle .top-box.second h2 span {font-size: 41px; line-height: 40px;}
div#block-threemonthbundle p.dis-sect {
    font-size: 13px!important;
    font-family: 'mt-regular';
    color: #00aeef;
    margin: 1rem 0 0.7rem!important;
}
span.bnsmallers {
    font-size: 13px!important;
    font-family: 'mt-light'!important;
    font-weight: 400!important;
}
div#block-threemonthbundle .bundle-list ul.list-unstyled>li:last-child article {
    text-align: center;
    color: #6e5ca8;
    font-size: 13px;
}
@media(max-width:575px){
	body.layout-no-sidebars.page-node-444 #block-vmmainmenu-3 ul li { margin: 5px 4px;}
}

.newoffersin {
    text-align: center;
    color: #6e5ca8;
    font-family: 'mt-medium';
    background: #fff;
    position: relative;
    margin: 1rem 0 0.8rem; 
}
.newoffersin h6 span{text-decoration:line-through;}
.newoffersin h6 {margin: 0 0 0.8rem;}
.top-offer.topnew .top-box.second {  border: 0;}
div#block-simonlynationalbundle {
    padding-top: 3rem;
}
p.roll_over {
color: #ffffff;
    background: #009fe3;
    font-family: mt-light;
    font-size: 10px;
    position: absolute;
    padding: 3px 0px;
    width: 100%;
    top: 9px;
    left: 0;
    text-align: center;
    border-radius: 6px;
}
p.roll_over b{font-family:'mt-medium';}
.top-box.second.rl-over {
    position: relative;
    top: 10px;
}

@media (min-width: 1200px){
	nav#navbar-main .container { max-width: 1275px}
	#block-vmmainmenuuser-2 ul li a, #block-languageswitcher-2 ul li a{font-size:14px;}
	.d8mainmenu ul li a { padding: 0.5rem 1rem!important;}
	.navbar-dark .navbar-brand {width: 13%;}
}
@media (min-width: 992px) and (max-width:1199px){
	nav#navbar-main .container { max-width: 100%; padding:0px;}
	#block-vmmainmenuuser-2 ul li a, #block-languageswitcher-2 ul li a{font-size:12px;}
	.d8mainmenu ul li a { padding: 0.5rem 0.7rem!important;}
}
@media (min-width: 1600px){ 
	.bottom-left.banner6 .banner-title span.banner-t6 {
	    font-size: 28px;
	}
}
.page-node-6.path-node.node--type-bundles .bundle-list { height: 685px!important;}
select#mySelect {
    border-color: #6c757d!important;
    text-align: center!important;
    font-family: 'mt-regular';
    background: transparent;
    padding: 0 1rem;
}

/*Space Adjustment*/

div#block-nationalbundle .bundle-list.height-even { height: 585px;}
.block.block-vm-bundles.block-home-bundle .bundle-list.height-even { height: 610px;}
.block.block-vm-bundles.block-home-bundle .bundle-list.height-even .flip-box-inner{min-height: 590px;}
.block.block-vm-bundles.block-home-bundle div#bundle_48 .bundle-list.height-even { height: 675px;}
div#bundle_47 .bundle-list.height-even { height: 435px;}
.page-node-1058 .bundle-list, .page-node-1058 .bundle-list.flip-box .flip-box-inner { min-height: 615px;  height: 615px!important;}
.page-node-1.path-frontpage.node--type-article .bundle-list ul.list-unstyled>li:nth-child(1) strong span:nth-child(2), .page-node-1.path-frontpage.node--type-article .bundle-list ul.list-unstyled>li:nth-child(1) strong span:nth-child(3) { display: inline-flex; position: relative;  top: 8px;}

@media(max-width:767px){
	.node--type-article .bundle-list ul.list-unstyled>li:last-child, .node--type-bundles .bundle-list ul.list-unstyled>li:last-child { position: unset; padding: 0.5rem 0 1.5rem;}
	.list-unstyled{margin:0px;}
	.node--type-bundles .bundle-list { margin-bottom: 20px;}
	.node--type-bundles .bundle-list ul.list-unstyled>li article p{margin:0px;}
	div#block-nationalbundle .bundle-list.height-even, .block.block-vm-bundles.block-home-bundle .bundle-list.height-even{height:auto;}
	.node--type-article .bundle-list .top-offer { margin-bottom: 0.2rem!important;}
	.node--type-article .bundle-list ul.list-unstyled>li article:first-child, .node--type-bundles .bundle-list ul.list-unstyled>li article:first-child{margin-bottom:0.3rem;}
	.block.block-vm-bundles.block-home-bundle div#bundle_48 .bundle-list.height-even { height: 530px;}
	.block.block-vm-bundles.block-home-bundle .bundle-list.height-even .flip-box-inner, div#bundle_47 .bundle-list.height-even, .node--type-bundles .bundle-list.flip-box .flip-box-inner{min-height:auto;}
	.block.block-vm-bundles.block-home-bundle div#bundle_48 .col-lg-3.col-md-4.col-sm-4.bundlepack:nth-child(1) .bundle-list.height-even, .block.block-vm-bundles.block-home-bundle div#bundle_48 .col-lg-3.col-md-4.col-sm-4.bundlepack:nth-child(3) .bundle-list.height-even { height: 485px;}
	div#bundle_47 .bundles_slider.row .col-lg-3.col-md-4.col-sm-4.bundlepack .bundle-list.height-even { height: 345px!important;}
	.page-node-6.path-node.node--type-bundles .bundle-list{height:auto!important;}
	div#block-internationalbundle .col-lg-3.col-md-4.col-sm-4.bundlepack .flip-box-inner{min-height:525px;}
	div#block-internationalbundle .col-lg-3.col-md-4.col-sm-4.bundlepack:nth-child(7) .flip-box-inner, div#block-internationalbundle .col-lg-3.col-md-4.col-sm-4.bundlepack:nth-child(9) .flip-box-inner, div#block-internationalbundle .col-lg-3.col-md-4.col-sm-4.bundlepack:nth-child(10) .flip-box-inner{min-height:630px;}
	div#block-internationalbundle .col-lg-3.col-md-4.col-sm-4.bundlepack:nth-child(4) .flip-box-inner, div#block-internationalbundle .col-lg-3.col-md-4.col-sm-4.bundlepack:nth-child(5) .flip-box-inner, div#block-internationalbundle .col-lg-3.col-md-4.col-sm-4.bundlepack:nth-child(8) .flip-box-inner, div#block-internationalbundle .col-lg-3.col-md-4.col-sm-4.bundlepack:nth-child(12) .flip-box-inner{min-height:575px;}
	#block-databundle .bundle-list{height:325px;}
	.node--type-article .bundle-list {margin-bottom: 20px;}
}