/*!
Theme Name: africell
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: africell
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

africell is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 10px;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.post,
.page {
	margin: 0 0 1.5em;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
.custom-logo-link img{
	width: 111px;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}

.container{	width: 1600px;max-width: 90%;margin: 0 auto;}
.container.aboutcontent {width: 100%; max-width: 100%;}
.flex {display: flex;}
.flex-row{flex-direction: row;}
.flex-row.reverse {flex-direction: row-reverse;}
.flex-col{flex-direction: column;}
.flex-col.reverse {flex-direction: column-reverse;}
.flex-nowrap{flex-wrap: nowrap;}
.flex-wrap{flex-wrap: wrap;}
.justify-start{justify-content: flex-start;}
.justify-end{justify-content: flex-end;}
.justify-between{justify-content: space-between;}
.justify-center{justify-content: center;}
.align-i-center {align-items: center;}
.align-i-start {align-items: flex-start;}
.align-i-end {align-items: flex-end;}
.align-s-center {align-self: center;}
.align-s-start {align-self: flex-start;}
.align-s-end {align-self: flex-end;}
.flex-row-2 > * {flex-basis: 48%;}
.flex-row-3 > * {flex-basis: 31%;}
.flex-row-4 > * {flex-basis: 25%;}

#header{
	padding: 24px 0;
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 99998;
	background: rgba(0,0,0,0.7) !important;
}

.support {text-align: center;background-color: white;padding: 60px 0;}
	.support p {text-align: center;color: #a01775;font-size: 24px;}
	.support p a {font-weight: 700;color: #a01775;}
	.support h1, .find h1{margin-top: 0}

	.find {background-color: #a01775;color: white;padding: 60px 0;text-align: center;}
	.find .subtitle {color: white;font-weight: 300;font-size: 22px;max-width: 700px;width: 100%;margin: 0 auto;line-height: 1;margin-bottom: 30px;}
	.find .field {width: 500px;max-width: 100%;margin:  0 auto;position: relative;}
	.find .field input {padding: 10px 30px;border-radius: 20px;border: 0;width: 100%; background-color: white}
	.find .field.active input {border-radius: 20px 20px 0 0;}
	.find .field .list {position: absolute;left: 0;right: 0;top: 100%;background-color: white;border-radius: 0 0 20px 20px;box-shadow: 0 2px 5px rgb(0 0 0 / 16%)}
	.find .field .list .item {padding: 10px 20px;font-size: 18px;color: #a01775;display: block;text-decoration: none;}
	.find .field .list .item.hidden {display: none;}
	.find .list{flex-direction: column;} 
	.find .list a{margin: 0 !important; padding: 0; max-width: 100%; }
	.find .list a:last-child{border-radius: 0 0 20px 20px}
.find .field input{margin-bottom: 0!important}
	.product-pricelink a, .find h1 a{text-decoration: none; color: white}
	
	.app{background-color: #d08bba;padding: 60px 0;}
	.app .subtitle {color: white;font-weight: 300;font-size: 26px;line-height: 1; margin-top: 0}
	.app img{max-height: 65px; margin-right:30px;}
	.app, .find, .support{font-family: 'Roboto'}

	.justify-evenly{justify-content: space-evenly}

#header .right .menu {list-style: none;margin: 0;display: flex;flex-flow: row nowrap;justify-content: flex-start;margin-left:0px; padding-left:0px;}
#header .right .menu ul {display: none;top: 100%;left: 0;position: absolute;list-style: none;padding: 0;margin: 0;text-align: center;background-color: #F6F6F6;border-top: 2px solid #f58220;}
#header .right .menu > li:hover ul,
#header .right .menu > li ul:hover {display: block;}
#header .right .menu ul li {margin-right: 0;}
#header .right .menu ul li a {font-size:14px;font-weight:500;padding: 10px 20px;text-align: left;margin-right: 0;white-space: nowrap;border-bottom: 1px solid rgba(0,0,0,.05);display: block;width: 100%;}
#header .right .menu li {margin-right: 25px;color: #fff!important;font-size: 16px;position: relative;}
#header .right .menu li:last-child {margin-right: 0;}
#header .right .menu li a{
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
#header .right .sub-menu li a{
	 color: #5d5c5a;
}
#header .right .menu > li > a {line-height: 40px;display: block;}

#header .right .top-menu .menu {list-style: none;margin: 0;display: flex;margin-bottom: 1%;flex-flow: row nowrap;justify-content: flex-end;}
#header .right .top-menu .menu li a{font-weight:900;padding-left: 15px;border-left: 2px solid;font-family: 'Roboto', sans-serif;color: #c85dc5!important;font-size: 15px;text-decoration: none;text-transform: uppercase;}

.home #header {padding:24px 0;width: 100%;z-index: 9999;}
.home #header .right .menu > li > a {color:#fff;}

#header .right .menu li.current-menu-item > a,
#header .right .menu li.current-page-ancestor > a,
#header .right .menu li > a:hover,
#header .right .menu li.current-page-ancestor > a {color:#a01775;}

article.page {background:linear-gradient(90deg, #fff, #f0f0f0);}
/*article.page > div:nth-child(2).flex {width: 1600px;max-width: 90%;margin: 0 auto;}*/

.textparagraph{font-size:16px;}
.breadcrumbs{margin-top:15px;}
.breadcrumbs .color5d5, .breadcrumbs b{color:#939494!important;}
.subtitle{margin-top:35px; font-weight:bold;}
.title{margin-bottom:20px;}
.itemtitle{margin-top:15px;}
.icon{width:80px;}
.icon.icon-100{width:100px;}

.f100{flex-basis: 100%;}
.f80{flex-basis: 80%;}
.aboutcontent .ma.f80 {flex-basis: 90%;}
.f68{flex-basis: 68%;}
.f60{flex-basis: 60%;}
.f48{flex-basis: 48%;}
.f30{flex-basis: 30%;}
.f20{flex-basis: 20%;}
.f12{flex-basis: 11%;}
.f10{flex-basis: 10%;}
.f8{flex-basis: 8%;}
.f5{flex-basis: 5%;}
.alcenter{text-align:center;}
.alright{text-align:right;}
.alleft{text-align:left;}
.defont{font-family: 'Roboto', sans-serif;}
.decolor{color:#f38130;}
.decolor2{color:#a01775;}
.fffcolor{color:#fff;}
.color5d5{color:#5d5c5a!important;}
.colorbab{color:#bababa!important;}
.color636{color:#636363!important;}
.colora1{color: #A1007D}
.color1a1d{color:#1A1D24}
.color7070{color:#707070}
.deback2{background: #a01775;}
.relativebox{position: relative;}
.nodecorate{text-decoration:none}
.raduis10{border-radius: 10px;}
.raduis20{border-radius: 20px;}
.raduis30{border-radius:30px;}
.borderb{border-bottom: 1px solid #c6c5c5;}	
.borderccc{border: 1px solid #d8d8d8;}	
.borderb902{border-bottom: 2px solid #a01775;}	
.borderr{border-right: 2px solid #d1d1d1;}	
.borderlf5{border-left: 4px solid #f58220;}	
.borderl{border-left: 2px solid #d1d1d1;}	
.line12{line-height: 1.2;}
.upper{text-transform: uppercase;}
.aligntop{vertical-align: top;}
.inline{display:inline-block;}
.tablecell{display:table-cell;}
.cursor{cursor: pointer;}
.insizemin{inline-size: min-content;}
.insize50{inline-size: 50%;}
.minheightauto{height: 700px;}
.regular{font-weight: 400 !important;}
.medium{font-weight: 500 !important;}
.bold{font-weight: 600;}
.light{font-weight: 300;}
.letterspacing{letter-spacing: 2px;}
.letterspacing15{letter-spacing: 1.5px;}
.nextpnom p{margin:0;}
.nextfirstpnomt p:first-child{margin-top:0;}
.font14{font-size:14px!important;}
.font16{font-size:16px!important;}
.font18{font-size:18px;}
.font20{font-size:20px;}
.font22{font-size:22px;}
.font26{font-size:26px;}
.font30{font-size:30px;}
.font32{font-size:32px;}
.font36{font-size:36px;}
html{ scroll-behavior: smooth;}
.pad5-4{padding: 5% 4%;}
.pad10-4{padding: 10% 4%;}
.pad2-0{padding: 2% 0;}
.pad2-1{padding: 2% 1%;}
.pad10p-0{padding: 10px 2px;}
.pad5p-0{padding: 5px 3px;}
.pad4-0{padding: 4% 0;}
.pad10-10{padding: 10% 10%;}
.pa-1{padding:1%;}
.pa-2{padding:2%;}
.pb-1{padding-bottom: 1%;}
.pt-1{padding-top: 1%;}
.pl-15{padding-left: 15px;}
.pr-15{padding-right: 10px;}
.ma{margin:auto;}
.mb-1{margin-bottom: 1%;}
.mb-2{margin-bottom: 2%;}
.mb-3{margin-bottom: 3%;}
.mb-4{margin-bottom: 4%;}
.mb-5{margin-bottom: 5%;}

.mt-0{margin-top:0;}
.mt-1{margin-top: 1%;}
.mt-2{margin-top: 2%;}
.mt-3{margin-top: 2%;}
.mt-4{margin-top: 4%;}
.mt-5{margin-top: 5%;}
.mr-15p{margin-right: 15px;}
.mr-10p{margin-right: 10px;}
.mr-1{margin-right:1%;}
.mr-2{margin-right:2%;}
.mr-3{margin-right: 3%;}
.mr-5{margin-right: 5%;}
.mr-10{margin-right: 10%;}
.mr-15{margin-right: 15%;}

.ml-1{margin-left:1%;}
.ml-2{margin-left:2%;}
.ml-3{margin-left: 3%;}
.ml-5{margin-left: 5%;}
.ml-10{margin-left: 10%;}
.ml-15{margin-left: 15%;}

.wid50{width: 50%;}
.wid60{width: 60%;}
.wid45{width: 45%;}
.wid48{width: 48%;}
.wid35{width: 35%!important;}
.wid30{width: 30%;}
.wid33{width: 33%;}
.wid15{width: 15%;}
.wid24{width: 24%;}
.wid80{width: 80%;}
.wid64{width: 64%;}
.wid90{width: 90%;}
.wid100{width: 100%;}
.wid140p{width: 140px;}
.height25p{height: 25px;}
.height30p{height: 30px;}
.wid43 {width: 43%;}

.single_emergency p{
	margin: 0;
}
.pointer{ cursor: pointer;}
.boxshadow{
	box-shadow: 0px 0px 9px 3px #d4d2d2;
}
.esim .leftborder.single{
	padding-bottom: 2%;
    margin-bottom: 2%;
}
.listedcountry{
    background: #e7e7e7;
    color: #a01775;
    height: 45px;
	border: none;
    width: 100%;
    padding: 0px 20px;
    font-weight: 600;
    text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.top-menu{
	margin-bottom:10px;	
}
.top-menu .search-form{
	display: flex;
    flex-direction: row-reverse;
}
.top-menu .search-field{
    border: none;
	background: none;
	width: 80px;
    color: #a01775;
    font-family: 'Roboto', sans-serif;
	margin-right:-15px;
}
.absoluteboxbottom {
    display: none;
}
.top-menu .search-field::-webkit-input-placeholder { /* Edge */
	text-transform:uppercase;
}

.top-menu .search-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a01775;
    text-align:right;
	text-transform:uppercase;
	opacity: 1; /* Firefox */
}
.top-menu .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #a01775;
    text-align:right;
	text-transform:uppercase;
}
.top-menu .search-field::-ms-input-placeholder { /* Microsoft Edge */
   color: #a01775;
   text-align:right;
   text-transform:uppercase;
}
.top-menu .search-submit{
	background: url(img/search_icon.png) no-repeat center center;
    padding: 0 15px;
	background-size: 60%;
    font-size: 0;
    border: 0;
    cursor: pointer;
}

.selectcountrylabel {position: relative;margin-left: 10px;display: inline-block;}
.sl-img {position: absolute;top:4px;top:calc(50% - 11px);right:7px;pointer-events: none; width:18px;}

.home .selectcountry{	
	background: rgba(0, 0, 0, 0.36);
	color: #fff;
	border: 1px solid white;
}

.selectcountry{
	vertical-align: super;
	background: #e7e7e7;
    color: #a01775;
    border: none;
    padding: 1px 9px;
    padding-right: 30px;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	font-family: 'Roboto', sans-serif;
	margin-left:10px;
}
.howtousemainbox{
	display: flex;
    flex-wrap: wrap;
}
.howtousemainbox .howtousesingle{
	background: #f0f0f0;
    padding: 20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.tarifftable{
	background: #a656a5;
	color: #fff;
}
.tarifftable tr:first-child{
	background: #a01775;
}
.backfff{
	background: #fff;	
}
.faqboxx{
    padding: 20px;
    border-bottom: 1px solid #ccc;
}
.site-footer.container{
	padding: 2% 0;
}


.featureandbenefitsdesc .single{
	border-left: 4px solid #f58220;
    padding-left: 10px;
	margin-bottom: 1%;
}
.featureandbenefitsdesc .subsingle{
	position:relative;
	margin-top: 1%;
    margin-bottom: 2%;
    margin-left: 5%;
}
.featureandbenefitsdesc .subsingle:before{
    content: "";
    top: 5px;
    left: -30px;
    width: 15px;
    position: absolute;
    height: 15px;
    font-size: 20px;
    border-top: 3px solid #a01775;
    border-right: 3px solid #a01775;
    transform: rotate(45deg);
}
.bordertopleftrad20{
	border-top-left-radius: 20px;
}
.bordertoprightrad20{
	border-top-right-radius: 20px;
}
.borderbottomleftrad20{
	border-bottom-left-radius: 20px;
}
.borderbottomrightrad20{
	border-bottom-right-radius: 20px;
}
.faqboxxactive{
	background: #fff;
	box-shadow: 0px 0px 5px 1px #ccc;
	border-radius: 10px;
}
.faqcontent div{
	display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-right: 3%;
	margin-bottom: 15px;
}
.creditdesc div{
    margin-left: 30px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #b6b6b6;
}
.hoverlinks a:hover{
	color:#a01775!important;
}
.faqcontent{
	padding-left: 20px;
	margin-top: 2%;
}
.faqsign{
	float: right;
    margin-right: 2%;
}
.creditdesc div:last-child{
    margin-left: 30px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: none;
}
.creditdesc div:before{
	content: "";
    top: 0;
    left: -30px;
    width: 10px;
    position: absolute;
    height: 10px;
    margin-top: 2%;
    font-size: 20px;
    border-top: 3px solid #a01775;
    border-right: 3px solid #a01775;
    transform: rotate(45deg);
}
.about4g div{
    margin-left: 30px;
    position: relative;
	padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b6b6b6;
}
.about4g div:last-child{
    margin-left: 30px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: none;
} 


.fixed-icons {position: fixed;right: 15px;bottom: 20px;display: flex;flex-flow: column;justify-content: center;align-items: center;z-index: 9999;}
.fixed-icons .whatsapp {width: 60px;margin-bottom:15px;height: 60px;}
.fixed-icons .toTop {width: 36px;height: 36px;}
.fixed-icons > * {cursor: pointer;}


.about4g div:before{
	content: "";
    top: 0;
    left: -30px;
    width: 10px;
    position: absolute;
    height: 10px;
	margin-top: 1%;
    font-size: 20px;
    border-top: 3px solid #a01775;
    border-right: 3px solid #a01775;
    transform: rotate(45deg);
}
.cfname .wpcf7-form-control,
.clname .wpcf7-form-control,
.cphone .wpcf7-form-control,
.cffullname .wpcf7-form-control,
.cmail .wpcf7-form-control,
.cffaddress .wpcf7-form-control,
.ccsubject .wpcf7-form-control,
.cmessage .wpcf7-form-control{
	width: 100%;
	border: none;
	border-bottom: 1px solid #c7c5c5;
    border-radius: 0;
    background: transparent;
}
.careercontact .selectcountry{
	height:46px;
}
.labelnextpstyle{
	text-align: left;
    margin-bottom: 5px;
    color: #636363;
}
.careercontact .cmessage{
    width: 80%;
    text-align: left;
    margin-right: 5%;
    display: inline-block;
	vertical-align: top;
}
.careercontact .cmessage .fileup{
    background: transparent;
    border: 1px solid #c7c5c5;
	position:relative;
}
.careercontact .cbtnsubmit{
	width: 10%;
    display: inline-block;
	vertical-align: top;
}
.fileup:before{
	content: "Browse";
    position: absolute;
    left: 0;
    padding: 3px 24px;
    top: 0px;
    width: 200px;
    border-radius: 0;
    cursor: pointer;
    font-style: normal;
    background: #f38130;
    color: #fff;
    font-size: 16px;
    border: 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.fileup{
	color: #636363;
    padding-left: 98px;
}
.cfname,.cphone{
	margin-right:1.5%;
}
.cfname,.clname,.cphone,.cmail{
	display:inline-block;
	width: 49%;
}
.cfname,.clname,.cphone,.cmail,.ccsubject,.cmessage,.cffullname,
.cffaddress{
	margin-bottom:25px;
}
.cbtnsubmit .wpcf7-form-control{
	padding: 8px 30px;
    background: #f38130;
    color: #fff;
    font-size: 16px;
    border: 0;
	font-family: 'Roboto', sans-serif;
}
.contactform{
    background: #f0f0f0;
    padding: 20px;
    margin-bottom: 5%;
}
.careercontact{
	background: #f0f0f0;
    padding: 20px;
    margin-bottom: 5%;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
	border-color: #f38130;
    color: red;
    text-align: center;
}
.slogan{font-weight:bold!important;}
.internetbundlestable tr:nth-child(odd) {background: #e6e6e6!important;}
.internetbundlestable tr:nth-child(even) {background: #fcfcfc!important;}

.services4gdtable tr.heading .tdheading{
	padding-left: 5px;
    padding-right: 5px;
}
.services4gdtable tr.heading{
    background: #a01775!important;
    color: #ffffff!important;
}
.services4gdtable tr:nth-child(even) {
    background: #fcfcfc!important;
}
.services4gdtable tr:nth-child(odd):not(.heading) {
    background: #e6e6e6!important;
}
.life_exclusions{
	width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4%;
    color: #5d5c5a;
}
.lifeconditions div{
	inline-size: 70%;
    margin: auto;
    margin-top: 5%;
}
.owl-carousel .owl-nav .owl-prev{
	font-size: 80px!important;
    color: #a452a2!important;
    position: absolute;
    top: 40%;
    left: -3%;
}
.owl-carousel .owl-nav .owl-next{
	font-size: 80px!important;
    color: #a452a2!important;
    position: absolute;
    top: 40%;
    right: -3%;
}
.mainboxofmodems {
	display: flex;
	flex-wrap: wrap;
}
.product-mainbox.modems-box .product-box{ 
	height: 100%;
}
.product-mainbox.modems-box{
	flex-basis: 45%!important;
}
.maxwid{
    max-width: 100%!important;
}
.mainbackgrad{
	/*background: linear-gradient(90deg, #ffffff, #f0f0f0);*/
}
.findus_table{
	background: #fff;
	border-radius: 20px;
}
.findus_table_heading{
	background: #a01775;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.findus_table_heading td{
	padding: 8px 15px;
}
.findus_table_content td{
	padding: 6px 15px;
	border-bottom: 1px solid #c4c4c4!important;
    border-left: 1px solid #c4c4c4!important;
}
.findus_table_content td p{
	margin:0!important;
}
.findus_table_content{
	color: #636363;
    font-family: 'Roboto', sans-serif;
}
.findus_table_content td:last-child{
	border-right: 1px solid #c4c4c4!important;
}
.findus_table_heading{
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.findus_table_heading td:first-child{
	border-top-left-radius:20px;
}
.findus_table_heading td:last-child{
	border-top-right-radius:20px;
}
.findus_table_content:last-child td:first-child{
	border-bottom-left-radius:20px;
}
.findus_table_content:last-child td:last-child{
	border-bottom-right-radius:20px;
}
tr.findus_table_heading td{
	border-right: 1px solid #c4c4c4!important;
}
tr.findus_table_heading td:last-child{
	border-right: none!important;
}
.findus_table img{width:25px;}
.post,
.page{
	margin: 0!important;
}

.owl-carousel .owl-stage-outer{
	padding: 20px 0px;
}
.owl-pic{
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.owl-carousel .singleowl,
.owl-pic .singleowl{
    background: #fff;
    border-radius: 30px;
    border: 1px solid #ccc;
    transition: box-shadow 0.3s;
}

.owl-carousel .singleowl:hover,
.owl-pic .singleowl:hover {
	transition: box-shadow 0.3s;
    box-shadow: 0px 0px 8px 4px #ccc;
}

.owl-pic .singleowl .singleowltext{
	padding: 20px;
    text-align: center;
    font-size: 16px;
	text-transform:uppercase;
	font-weight:bold;
}

.owl-carousel .singleowl .singleowltext{
	padding: 20px;
    text-align: center;
}

.owl-carousel .singleowl .singleowltext a{
	font-size: 16px;
	text-decoration:none;
	color:#5d5c5a!important;
	text-transform:uppercase;
	font-weight:bold;
}

.container.offers{
	max-width:85%;
}
.owl-carousel .owl-dots{
    text-align: center;
}  
.owl-carousel .owl-dots .owl-dot.active{
    background: #a01775;
}
.owl-carousel .owl-dots .owl-dot{
	height: 10px;
	margin-right: 5px;
    width: 10px;
    background: #e9d5e8;
    border-radius: 50px;
}
.titleborder:after{
    content: "";
    width: 50px;
    height: 1px;
    background: #010101;
    display: block;
    margin: auto;
    margin-top: 15px;
}
.backbtnpos{
	position: absolute;
    top: 50px;
    /*left: 150px;*/
}
.absoluteboxbottom{
	position: absolute;
    bottom: 10%;
	font-size:30px;
	line-height:36px;
	max-width: 340px;
	min-width: 320px;
	width: auto;
    /*left: 150px;*/
}
.debtn{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    background-color: #f38130;
    border-color: #f38130;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 30px;
	border: 0px;
    margin-top: 0px;
}
.debtn:hover{
    color: #f38130;
    background-color: #fff;
    border-color: #fff;
}
.below-slider{
	position: absolute;
    right: 0;
    left: 0;
    top: -65px;
    background: #a01775;
    border-radius: 20px;
    padding: 0px 0px;
    color: #fff;
}
.below-slider a.flex.f100{
	padding: 20px 0px;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    color: white;
}
.below-slider a.flex.f100:last-child{
	padding: 3px 0px;
    border-right: none;
}
.below-slider .insizemin{line-height:24px;}
#rev_slider_1_1 .uranus.tparrows{opacity:0.6; border:solid 1px #fff;	border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;}
#rev_slider_1_1 .uranus.tparrows:before{	font-size:30px;	width:auto;}
.tp-loop-wrap, .tp-mask-wrap{width:100%!important;}
.tp-parallax-wrap {left: 0 !important;width: 1600px;max-width: 90%;right: 0 !important;margin: 0 auto;}
.rev-btn{width:125px;}
.tp-leftarrow, 
.tp-rightarrow { top: calc(50% + 175px) !important; left: auto !important; transform: none !important; }
.section2bg{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

article.page > div:first-child .section2bg {position: relative;}
article.page > div:first-child .section2bg .container {position: absolute;top: 0;left: 0;right: 0;bottom: 0;}

.product-mainbox{
    width: 30.5%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
    margin-bottom: 3%;
}
body:not(.page-template-template-4g-videos) .product-mainbox:nth-child(3n) {margin-right: 0;}

.product-box{
	text-align: center;
    background: #fff;
    border-radius: 20px;
    border:1px solid #ccc;
	padding-top:20px;
	padding-bottom:20px;
	transition: all 0.3s;
    transform: scale(1);
}

.product-box:not(.no-hover):hover {
	transition: all 0.3s;
    box-shadow: 0px 0px 20px 0px #ccc;
    transform: scale(1.05);
}

.product-img{
	margin-top:10px;
    max-width: 80%;
}
.product-title{
    color: #a01775;
    font-size: 20px;
    padding: 2%;
    padding-bottom: 0%;
	font-weight:600;
}
.product-subtitle{
	color: #7e7e7e;
}
.product-pricelink{
	font-size: 18px;
	font-weight: 500;
	color:#fff!important;
	font-family: 'Roboto', sans-serif;
	background-color: #f38130;
	border-color: #f38130;
	border-radius: 3px;
	padding: 10px 40px;
	text-decoration: none;
}
.product-pricelinkbox{
	margin-top: 20px;
	padding-bottom: 25px;
}
.modems-box{
	width: 45%;	max-width:575px;
}
.modms-list ul{
	margin: 20px 20px;
	padding-bottom: 20px;
	list-style: none;
}
.modms-list ul li{
	position: relative;
	line-height: 2;
}
.modms-list ul li::before{
	content: "";
	font-weight: bold;
	display: inline-block;
	position: absolute;
	width: 6px;
	left: -20px;
	top: 10px;
	height: 6px;
	background: #f38130;
	border-radius: 100%;
	margin-right: 15px;
}
.absoluteboxbottom{
	padding:20px;
	padding-right: 40px;
}
.absoluteboxbottom p{
	margin:0;
}
.backbtnpos.debtn {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	background-color: rgba(0,0,0,0.36);
	border: 1px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
	padding: 10px 30px;
}
.leftmenu img{width:42px;}
.leftmenu a div{font-size:16px;margin-top:10px; line-height:18px;}
.title{line-height:36px;}
body{
	margin:0!important;
}
.footerbg{
	background-color: #a01775;
	color: white;
	padding: 30px 0 30px;
	/*background-image: url(http://www.africell.sl/wp-content/uploads/2020/04/footerimg.png);*/
	background-position: right bottom;
	background-size: auto 70%;
	background-repeat: no-repeat;
}
.cinherit {color: inherit;color:white;}
.footerbg .social a {
	width: 35px;
	height: 35px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	background-color: white;
	border-radius: 50%;
	color: #a01775;
	text-decoration: none;
	font-size: 16px;
}
.absoluteboxbottom img {
    position: absolute;
    top: 0;
    right: -15px;
    width: 130px;
}
.absoluteboxbottom img.opt2 {
    bottom: -28px;
	top: auto;
    width: 100px;
    right: -30px;
}
.absoluteboxbottom img.opt3 {
    top: -18px;
    width: 94px;
}
.selectproducts{
	vertical-align: super;
    background: #e7e7e7;
    color: #a01775;
    border-color: #a01775;
    padding: 2px 20px;
}
.logofooter{
	flex-basis:40%;
}
.number{
	padding-right:5px;
}
.search-results .entry-title a{
	font-size:20px;
	text-decoration:none;
}
.search-results h1.page-title{
	font-size:24px;
}

#responsive-menu-container{
	padding-top:15px!important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link{
	/*font-size: 18px!important;*/
    /*margin-bottom: 10px;*/
    /*margin-top: 10px;*/
	text-transform:capitalize;
}

.screen-reader-response{
	text-align:left;
}

.careercontact .selectcountry{
	margin-left:0px;
	padding-left:0px;
}

.tp-bullets{
	/*width: 90%!important;
    margin-right: 0px!important;
    margin-left: 4.5%!important;
	position:relative!important;*/
	left: auto !important;
	right: 10%;
	/*right: calc(5% + 5px);*/
	top: calc(50% + 114px) !important;
	transform: none !important;
}

.page-template-template-news .wid45 img{
	width:350px;
}

td.backfff.pad5p-0,
td.borderccc.pad10p-0,
td.backfff.borderccc{
	padding: 8px;
}

.tarpic{
	width:50%;
	float:right;
	text-align:right;
}

.tarpic img{
	padding:0px;
}

.tardesc2{
	clear:both;
	padding-top:10px;
}

.page-template-template-services-main .afterbreadcrumbs img,
.page-child.parent-pageid-216 .contents img{
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	margin-bottom:15px;
}

.internetbundlestable{
	margin-top:10px;
}

.h40{height:40px;}
.page-template-template-services-credit .contents .wid45 img{
	width:80%;
}

.faqtitle{
	cursor:pointer;
}

.lh32{line-height:32px;}
.selectcountry::-ms-expand {
    display: none;
}

#responsive-menu-container {padding-top: 60px !important;}
#ib-button-messaging{
	right:10px!important;
	bottom:60px!important;
}

.sub-menu-content{
   border-bottom: 1px solid #9398A8;
   padding: 26px 0 14px 0;
	font-size: 16px
}
.sub-menu-content a{
   margin-right:30px;
}
.sub-menu-content .active:after{
    content: "";
    height: 3px;
    width: 100%;
    background: #A1007D;
    display: block;
    position: absolute;
    bottom: -14px;
}
.sub-menu-content a{position:relative;}
.sub-menu-content .active div{color:#A1007D !important;font-weight:600;}

/* #rev_slider_1_1{margin-top:100px!important;} */
.tp-caption{display:none!important;}

   .purple-bg {
        background-color: #a01775;
    }        
    .white{color:#fff;}
    table.dstable{ border-radius: 12px 12px 0 0;overflow: hidden;text-align:center;}
	.dstabletr td:not(:last-child){border-right: solid #fff 1px;}
	.dstable tr:first-child td{background: #707070;color: #fff;}
	.dstable .small-desc{font-size:12px; font-weight:400; display:block;}
table td {
    width: 140px;
    padding: 10px 0;
}
table tbody tr:nth-of-type(2n) {
    background: #efefef;
}

table tbody tr:nth-of-type(2n) .purple-bg {background: #98166F;}

@media only screen and (min-width: 1024px){
	.leftmenu a.pad10-10{
		padding: 15% 10%;
	}
}

@media only screen and (min-width: 1920px){
	.lwid100{
		width:100%!important;
	}
	.section2bg .container.lwid100 {width: 1600px !important;}
}

@media only screen and (max-width: 1600px){
	.tp-bullets{
		top: calc(40% + 114px) !important;
	}
}

@media only screen and (max-width: 1480px){
	#header .right .menu li a{
		font-size:14px;
	}
	#header .right .menu ul li a {font-size: 12px;}
}

@media only screen and (max-width: 1320px){
	.orange_line_before.wid15{
		width: 25%;
		margin-right: 5%;
	}
	.cfname,.clname,.cphone,.cmail{
		display:inline-block;
		width: 100%;
	}
	.logofooter{
		flex-basis:60%;
	}
	
	#header .right .menu li{
		margin-right:15px;
	}
}

@media only screen and (max-width: 1370px)
{
	#header .right .menu li a{
		font-size:12px;
	}
}

@media only screen and (max-width: 1150px){
	#header .right .menu li{
		margin-right:10px;
	}
}

@media only screen and (max-width: 1100px){
	.tp-bullets{
		top: calc(35% + 114px) !important;
	}
	#rev_slider_1_1{margin-top:75px!important;}
}

@media only screen and (max-width: 1023px){
	.single-afribundles .icon{width:60px;}
	.single-afribundles .icon.icon-100{width:80px;}
	.single-afribundles .flex.responsive:not(.gap-60) {gap: 50px 0;}
	.page-id-6 .below-slider a.flex.f100{border-bottom: 2px solid #a656a5;border-right: none;width: 22%;}
	.page-id-6 .below-slider a.flex.f100:last-of-type{border:none;}
    .flex-row{
        flex-direction: column
    }
	.mainbackgrad{
		padding: 15px;
		max-width: 100%;
	}
    
    .sub-menu-content a {
    margin-right: 10px;
    }
	
	body:not(.home) #header {position: fixed;top:0;left:0;right:0;background-color: white;}
	body:not(.home) #content {padding-top: 100px;}

	.font16{font-size:14px;}
	.font18{font-size:16px;}
	.font20{font-size:18px;}
	.font22{font-size:20px;}
	.pad5-4{padding: 3% 2%;}
	.pad2-0{padding: 1% 0;}
	.pad10-10{padding: 2% 2%;}
	.mr-15p{margin-right: 10px;}
	.mr-10{margin-right: 2%;}
	.wid50{width: 50%;}
	.wid30{width: 30%;}
	.wid100{width: 100%;}
	.wid140p{width: 140px;}
	.height25p{height: 25px;}
	.flex-wrap.aboutpages.f8{
		flex-wrap: nowrap;
		flex-basis: 100%;
		width: 100%;
	}
	.flex-wrap.aboutpages.f8 .active{
		border-top: none;
		border-bottom: none;
	}
	.aboutcontent.flex{
		border: none;
		width: 100%;
		flex-basis: 100%;
	}
	.aboutcontent.flex .f80.ma{
		flex-basis: 100%;
	}
	.site-footer .logofooter{
		margin: auto;
	}
	.site-footer .footermenu .flex.responsive{
		flex-direction: row;
		margin-top: 5%;
		margin-bottom: 5%;
	}
	.site-footer .footermenu .flex.responsive .flex.flex-col.flex-wrap{
		margin: 0% 6%;
	}
	.site-footer .footermenu{
		width: 100%;
	}
	.site-footer .footerdownloads{
		margin: auto;
	}
	.site-footer .copytright{
		margin: auto;
		margin-bottom: 3%;
	}
	.debtn {
		font-size: 14px!important;
		padding: 5px 20px;
	}
	.floatingsliderbox .below-slider{
		position: static;
	}
	.floatingsliderbox{
		background: #a01775;
	}
	.section2bg .lastsect .lastsectitle,
	.section2bg .lastsect .lastsecbtn{
		width: 90%;
	}
	.flex-row.responsive {flex-direction: column;}
	.flex-row.responsive.responsive-reverse {flex-direction: column-reverse;}
	.flex-row.responsive > * {flex-basis: unset;}
	.flex-row.responsive.reverse {flex-direction: column-reverse;}
	.absoluteboxbottom.font22{line-height: 26px; display:none;}
	article.page > div:nth-child(2).flex {display: block;}

	#colophon .site-footer > .container:first-child {display: block;}
	#colophon .site-footer .logofooter,
	#colophon .site-footer .footerdownloads {align-items: center;justify-content: center;}

}

@media only screen and (max-width: 800px)
{
	.tp-bullets{
		top: calc(40% + 114px) !important;
	}
	.appstores{
		flex-direction: column;
		margin-bottom:15px;
	}

	.app img{max-height:50px;}
}

@media only screen and (min-width: 668px) and (max-width: 907px)
{
	.product-mainbox {width: 48%;margin-right: 1%;}
}

@media only screen and (max-width: 667px)
{
	.careercontact .cmessage{
		width: 100%;
	}
	.careercontact .cbtnsubmit{
		width: 100%;
	}
	.howtousemainbox .howtousesingle{
		width:100%!important;
		padding: 2% 1%;
	    margin-bottom: 4%;
	}
	.mt-2 .font20.borderb.bold .inline{
	    margin-bottom: 2%;
		margin-top: 2%;
	}
	.torep100{
		width:100%!important;
	}
	.moneyrightsidenav{
		text-align: center;
	}
	.about4g div{
		margin-left: 30px;
		width: 100%;
		position: relative;
		text-align: left;
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 1px solid #b6b6b6;
	}
	.font36{font-size:26px;}
	.about4g div:before{
		content: "";
		top: 0;
		left: -30px;
		width: 10px;
		position: absolute;
		height: 10px;
		margin-top: 3%;
		font-size: 20px;
		border-top: 3px solid #a01775;
		border-right: 3px solid #a01775;
		transform: rotate(45deg);
	}
	.faqcontent div{
		display: inline-block;
		width: 95%;
		vertical-align: top;
		margin-right: 0%;
		margin-bottom: 5%;
	}
	.wid45.creditservice,
	.creditservice .wid80,
	.emergency.wid43,
	.internationalrates.wid43,
	.nationalrates.wid15{
		width: 95%;
	}
	.hoverlinks div{
	    margin-right: 10%;
	}
	.internetbundles.wid45{
		width: 100%;
	}
	.servicespage{
		display: block;
	}
	.servicespage a{
	    display: inline-block;
		width: 30%;
	}
	.servicespage a:nth-child(3){
		border-right: none;
	}
	.orange_line_before.wid30.inline{
		width: 49%;
	}
	.tp-bullets.ares.horizontal.nav-pos-hor-right.nav-pos-ver-center.nav-dir-horizontal
	{
		transform: matrix(1, 0, 0, 1, -189, 114);
		left: unset!important;
		right: 25px !important;
	}

	.aboutpages a:last-child{
		border-right: none;
	}
	.font26{
		font-size: 20px;
	}
	.container.aboutcontent.mainbackgrad{
		max-width: 100%;
		padding: 0 15px;
	}
	.thegirlsection{
		background-position: 70% center;
	}
	.font30{
		font-size: 22px;
		line-height:26px;
	}
	.font32{
		font-size: 24px;
		line-height:28px;
	}
	.below-slider .flex.f100{
		text-align: center;
	}
	.below-slider img.aligntop{
		height: 40px;
		margin: auto 30%;
	}
	.below-slider span.insizemin.alcenter{
		font-size: 12px;
		display: block;
		width: 100%;
	}
	.mainboxofmodems{
		display:block;
	}
	.site-footer .footermenu .flex.responsive .flex.flex-col.flex-wrap{
		margin: 0% 2%;
	}
	.absoluteboxbottom p{
		font-size: 14px;
	}
	.section2bg{
		background-size: cover;
	}
	.absoluteboxbottom.deback2.insizemin p{
		margin-top: 0;
		margin-bottom: 0;
	}
	.absoluteboxbottom {
		padding:2%!important;
	}
	.contents .owl-pic.wid35{
		width: 90%!important;
		margin: auto;
		text-align: center;
		margin-top: 3%;
		margin-bottom: 5%;
	}
	.aboutcontent .contents{
		margin: auto;
		/*text-align: center; */
		/*CENTER TO DO*/
	}
	.wid50{width: 70%;}
	.floatingsliderbox .below-slider  .flex.f100{
		display: block;
	}
	.product-mainbox{
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin-right: 0%;
		margin-bottom: 3%;
		margin-top: 5%;
	}
	.font20{
		font-size: 14px;
	}
	.absoluteboxbottom{
		inline-size: 60%;
		position: absolute;
		bottom: 5%;
		/*left: 10px;*/
	}
	.debtn{
		padding: 4px 10px;
	}
	.backbtnpos {
		position: absolute;
		top: 10px;
		/*left: 10px;*/
	}
	.backbtnpos.debtn {
		padding: 4px 10px;
	}
	.aboutpages img.aligntop {
		width: 40px;
	}
	.aboutpages div.colorbab.alcenter {
		font-size: 14px;
		line-height:16px;
	}
	.aboutpages .active:after{
		display:none!important;
	}
	.font22{
		font-size: 18px;
	}
	.life_exclusions{
		width: 100%;
		display: inline-block;
		vertical-align: top;
		margin-right: 0%;
		color: #5d5c5a;
		margin-bottom: 0;
	}
	.life_exclusions p {
		margin: 0;
		text-align:left;
	}
	.lifeconditions div{
		margin-top: 2%;
	}
	.wid24.lifeconditions{
		width: 95%;
		margin-bottom: 5%;
	}
	.copytright{
		font-size:12px;
	}
	.footerdownloads{
		margin-top:20px!important;
		margin-bottom:20px!important;
	}
	.footermenu a{
		font-size:12px;
	}
	.logofooter{
		margin-bottom:20px!important;
	}
	.lastsectitle{
		font-size:18px!important;
	}
	.titleborder{
		margin-top:30px!important;
	}
	.container.offers{
		max-width:80%!important;
	}
	.breadcrumbs{
		margin-top:30px;
	}
	.subtitle{
		margin-bottom:10px;
	}
	
	.contents .color5d5.mt-1{
		padding-top:15px;
		text-align:left;
	}
	.leftmenu{
		padding-top:20px;
		padding-bottom:20px;
	}
	.parent-pageid-429 .inline.mr-5{
		margin-bottom:10px;
	}
}
@media only screen and (max-width: 479px)
{
	.tp-caption.tp-resizeme{
		line-height:36px!important;
	}
}
@media only screen and (max-width: 400px)
{
	.orange_line_before.wid30{
		width: 80%!important;
		margin-bottom:20px;
	}
	.orange_line_before .insize50{
		inline-size: 100%;
	}
	.tp-bullets.ares.horizontal.nav-pos-hor-right.nav-pos-ver-center.nav-dir-horizontal{
		transform: matrix(1, 0, 0, 1, -189, 114);
		left: unset!important;
		right: 25px !important;
	}	
	.findus_table_heading td{
		padding: 8px 8px;
		font-size:12px;
	}
	.findus_table_content td{
		padding: 4px 8px;
		border-bottom: 1px solid #c4c4c4!important;
		border-left: 1px solid #c4c4c4!important;
		font-size:12px;
	}
	.tarifftable td.pad10p-0,
	.tarifftable td.letterspacing{
		font-size:12px;
	}
}

@media only screen and (max-width: 1090px)
{
	#responsive-menu-container {width: 160px !important;bottom: auto !important;}
}

.page-id-2338 #menu-item-2375 > a,.page-id-2347 #menu-item-2382 > a,.page-id-2362 #menu-item-2382 > a,.page-id-2352 #menu-item-2382 > a,.page-id-1843 #menu-item-2382 > a{color: #a01775 !important;}
.page-id-6 .floatingsliderbox a:last-of-type img{max-width:100px;}
.page-id-6 .homeoffers{display: flex;justify-content: center;}