/* CSS Document */
html {
	font-size: 10px;
}
body {
	color: #0e384b;
}
body, input, textarea, select {
	font-family: 'Asap', sans-serif;
}

#header_top { z-index: 223; }

a:hover { text-decoration: none !important; }
a:link, a:visited{text-decoration: none !important;color:#fff; }


header {
	height: 47.3rem;
	position: relative;
}
.headerFixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 47.3rem;
	background-image: url(../img/header_bg.jpg);
}
.headerBlured:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,57,82,.5);
}
.promoterCell li, .promoterCell h2 {
	position: relative;
	opacity: 0;
}
.mostPopular{
	position:relative;
}
.mostPopularCirc p{
	margin-top: 1rem;
    line-height: 1.2rem;
}
.currentPlan .mostPopularCirc{
	opacity:1;
}
	
.mostPopularCirc{
	opacity:0;
	transition:.3s all;

position:absolute;
width:4.9rem;
height:4.9rem;
text-align:center;
font-size:1.2rem;

color:#0e384b;
top:-4rem;
left:2rem;
background-color:#53daad;
border-radius:50%;
	
}
.headerBlured {
	position: absolute;
	width: 100%;
	height: 15.5rem;
	bottom: 0;
	background-image: url(../img/header_bg_blured.jpg);
	background-position: center -32.8rem;
	transition: .3s height;
}
.headerBluredExpanded {
	height: 18.5rem;
}
.headerBluredExpanded .arrow {
	background-position: center;
}
.baseSize {
	width: 101rem;
	margin-left: auto;
	margin-right: auto;
}

.baseSizeOut {
	margin-left: 28% !important;
	margin-right: auto;
}
.baseSizeOut .in{
	width:45%
}
.baseSizeOut .to{
	width:45%
}
.headerContent {
	margin: auto;
	position: relative;
	display: table;
	padding-top: 1.8rem;
	z-index: 222;
}
.homeLink {
	display: table-cell;
	vertical-align: bottom;
}
.siteNavigation {
	display: table-cell;
	vertical-align: bottom;
	padding-left: 13.6rem;
	padding-bottom: 1.4rem;
}
.secondaryNavigation {
	padding-left: 0;
}
.siteNavigation a {
	color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
	transition: .3s all;
	padding-left: 2rem;
	padding-right: 2rem;
}
.siteNavigation a:hover, .currentPage {
	color: #2ec3fd !important;
}
.switchFunctions {
	text-align: center;
	/*margin-top: 5.8rem;*/
margin-top: 18rem;
}
.switch {
	font-size:0;
	height: 4rem;
 line-height: 4rem;
	border: 1px solid #fff;
	border-radius: 5px;
	overflow: hidden;
	display: inline-block;
}
.switch a {
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #fff !important;
	padding: 0 3rem;
	line-height: 4rem;
	display: inline-block;
	text-decoration: none;
	transition: .2s all;
}

.switch a:hover{
	background-color: #2fc5ff;
}


.switch a:visited{
    color: #fff !important;
			text-decoration:none;
}

.switch a.currentFunction  {
	background-color: #fff !important;
	color: #0e384b !important;
}
.filters {
	margin: auto;
	display: table;
	height: 100%;
	position: relative;
	z-index: 999;
}
.filters h2 {
	color: #fff;
	font-size: 2rem;
font-weight:600 !important;
margin: 0.83em 0 0;
}

.filters input[type="text"]{ background-color: #fff;height:36px;margin-top:0px;vertical-align:top; }
.filters select{ 
    background-color: #fff;
    /*height:36px;*/
    margin-top:0px; 
        margin-bottom: 1rem;
}

.centerer {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.centererInner {
	/*padding: 1.5rem 0;*/
	height: 100%;
}
.dd-container a {
	font-size: 1.6rem;
}
.dd-pointer-down, .dd-pointer-up, .dd-pointer {
	width: 1.4rem !important;
	height: 1rem !important;
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	background-image: url(../img/dd_icon.png) !important;
}
.dd-pointer {
	margin-top: -5px !important;
}
.dd-selected-text {
	color: #acb4b9;
}
.dd-select {
    /*border: 2px solid rgba(255,255,255,1) !important;*/
    background: none repeat scroll 0 0 #EEEEEE !important;
	box-sizing: border-box;
	border-radius: 5px;
}
input[type="text"], .selectInput, .dd-select {
	
	box-sizing: border-box;
	transition: .2s all;
}


.dropdown select { 
    background: #fff url("/images/dropdown_arrow.png") no-repeat scroll 96% center !important;
    color:#0e384b;
    padding:0 20px 0 9px !important;
    border: 2px solid rgba(255, 255, 255, 1) !important;
    box-sizing: border-box;transition: all 0.2s ease 0s;
    }

.opened, input[type="text"]:focus {
	outline: none;
	border: 2px solid rgba(0,57,82,1) !important;
}
input[type="text"].err, .err {
	border: 2px solid #ca2216 !important;
}
.dd-selected {
	padding: .6rem !important;
	font-weight: normal !important;
}
.dd-options {
    background: none repeat scroll 0 0 #FFFFFF;
	box-sizing: border-box;
}
.dd-select {
	border-radius: 3px;
	border: solid 1px #ccc;
	position: relative;
	cursor: pointer;
}
.dd-desc {
	color: #aaa;
	display: block;
	overflow: hidden;
	font-weight: normal;
	line-height: 1.4em;
}
.dd-selected {
	overflow: hidden;
	display: block;
	padding: 10px;
	font-weight: bold;
}
.dd-pointer {
	width: 0;
	height: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
}
.dd-pointer-down {
	border: solid 5px transparent;
	border-top: solid 5px #000;
}
.dd-pointer-up {
	margin-top: -8px;
}
.dd-options:before {
	content: '';
	display: block;
	right: 1rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -10px;
}
.dd-options {
	border-radius: 5px;
	list-style: none;
	box-shadow: 0px 1px 10px rgba(0,0,0,.5);
	display: none;
	position: absolute;
	z-index: 2000;
	margin: 0;
	padding: 0;
	background: #fff;
	margin-top: 2rem;
}
#selectState .dd-options li:first-child, #selectStateTo .dd-options li:first-child {
	border-radius: 5px;
	display: none;
}
.validation {
	position: absolute;
	background-color: #ca2216;
	color: #fff;
	width: 99%;
	z-index: 9999;
	box-sizing: border-box;
	top: 4rem;
	padding: 0 1rem;
	transition: .2s all;
	opacity: 0;
}
.validationOn {
	opacity: 1;
}
.validation:before {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: 15px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #ca2216;
}
.iCon {
	position: relative;
}
#rightVal3, #rightVal2 {
	width: 15rem;
}

#selectState, .selectStateAndNumCon, .phoneNumber{
	position: relative;
}
.dd-options li:nth-child(2) {
	border-radius: 5px 5px 0 0;
}
.dd-options li:nth-child(2) a, .dd-options li:nth-child(1) a {
	border-radius: 5px 5px 0 0;
}
.dd-option {
	padding: 10px;
	display: block;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
}
.dd-options > li:last-child > .dd-option {
	border-bottom: none;
}
.dd-option:hover {
    background: none repeat scroll 0 0 #F3F3F3;
	/*background: #f3f3f3;*/
	color: #000;
}
.dd-selected-description-truncated {
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dd-option-selected { 
    background: none repeat scroll 0 0 #F6F6F6;
	/*background: #f6f6f6;*/
}
.dd-option-image, .dd-selected-image {
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	max-width: 64px;
}
.dd-image-right {
	float: right;
	margin-right: 15px;
	margin-left: 5px;
}
.dd-container {
	position: relative;
}
​.dd-selected-text {
	font-weight: bold;
}
.dd-container {
	display: inline-block;
	vertical-align: top;
}
.dd-select {
	background-color: #fff !important;
	height: 3.6rem;
}


.selectCode, .selectCodeTo, .selectNumberOut, .selectNumberIn, .selectCode2{
	position: relative;
	height: 3.6rem;
	display: inline-block;
	vertical-align: top;
	width: 11.6rem;
	background-color: #fff;
	border-radius: 3px;
	margin-left: .2rem;
	box-sizing: border-box;
}
.phoneNumber{
	position: relative;
	height: 3.6rem;
	display: inline-block;
	vertical-align: top;
	width: 11.6rem;
	background-color: #fff;
	border-radius: 3px;
	box-sizing: border-box;
}
.codeAndNumber {
    /*width:30.4rem;*/
    	display: inline-block;
	vertical-align: top;
    margin-top:1rem;	position: relative;
}

.dialCode {
    padding-left: 1rem;
    border-style: none;
    width:20%; 
     -ms-border-radius: 3px;
    border-radius:3px;
    color: #acb4b9 !important;
    font-size: 1.6rem;
}


.phoneNumber {
   width:78%;
    /*margin: 1rem 0 0;*/
    vertical-align: top;
    font-size: 1.6rem !important;
    color: rgb(14, 56, 75) !important;
    -ms-border-radius:5px;
    border-radius:5px;
   float:right;
  
}


.selectCode {

	width: 100% !important;
	color: rgb(14, 56, 75) !important;
}
.selectNumberIn {
	display: none;
	margin-left: 0;
	margin-top: .5rem;
}

.phoneNum { 
    border-style: none;
    width:100%;
    padding-left:1rem;
    padding-right: 1rem;
  -ms-border-radius:3px;
    border-radius:3px;
     font-weight:normal !important;
     color:#acb4b9 !important;
}

    #txtSourcePhoneNum:invalid {
        border-color: red;
    }
     
    #txtDestPhoneNum:invalid{
        border-color:red;
    }

/*#txtDestPhoneNum { 
    padding-left:1rem;
  -ms-border-radius:3px;
    border-radius:3px;
     font-weight:normal !important;
     color:#acb4b9 !important;
}*/
.dropdown {
    margin-top:1rem;
}
.selectStateAndNumCon{
	display: inline-block;
	vertical-align: top;
    margin-top:1rem;
}
.selectCode .dd-selected-text, #selectNumberIn .dd-selected-text, #selectCode2 .dd-selected-text {
	color: rgb(14, 56, 75) !important;
}
.selectCodeTo {
	width: 5.5rem;
	text-align: center;
	font-size: 1.6rem;
	color: #0e384b;
}
.selectNumberOut {
	width: 14.1rem;
	padding: 0 2rem;
	text-align: center;
	font-size: 1.6rem;
	color: #0e384b;
}
.notActive .dd-pointer {
	opacity: .3;
}
.in {
    /*width:45%;*/
	vertical-align: middle;
	display: inline-block;
}
.arrow {
    vertical-align: middle;
    width: 7rem;
    background-image: url(../img/arr.png);
    background-position: center bottom 1.7rem;
    background-repeat: no-repeat;
    height: 11.5rem;
    transition: .3s all;
}
.to {
    /*width:45%;*/
	vertical-align: middle;
	display: inline-block;
}
.headerBluredExpanded .in, .headerBluredExpanded .to {
	vertical-align: top;
}
.submitNotActive {
	font-size: 1.4rem;
	position: relative;
	height: 3.6rem;
	display: inline-block;
	vertical-align: top;
	background-color: transparent;
	border-radius: 3px;
	margin-left: .2rem;
	box-sizing: border-box;
	border: 1px solid #fff;
	color: #fff;
	padding: 0 1rem;
	opacity: .5;
	cursor: pointer !important;
	transition: .3s all;
/*width:auto !important;*/
}
.submitActive {
	opacity: 1 !important;
	cursor: pointer !important;
	background-color: #2fc5ff;
	border: 3px solid #fff;
}
.submitActive:hover {
	background-color: #21a7db;
}
.promoter .bullet {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding-left: 3.5rem;
	padding-right: 3rem;
background:none !important;
}
.contentNew {
	background-color: #fff;
	position: relative;
}
.promoter {
	margin: auto;
	text-align: center;
	height: 60rem;
	display: table;
}
.promoter h2 {
	color: #0191d0;
	font-size: 3.6rem;
	margin-bottom: 8rem;
font-weight:600;
}
.promoterCell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.promoter ul {
	font-size: 0;
	padding: 0;
}
.promoter .bullet h3 {
	/*white-space: pre-wrap;*/
	font-size: 2rem;
	font-weight: normal;
	color: #0e384b;
	line-height: 2.2rem;
}
.promoter #bullet1 .iconCon {
	background-image: url(../img/bullet1.png);
}
.promoter #bullet2 .iconCon {
	background-image: url(../img/bullet2.png);
}
.promoter #bullet3 .iconCon {
	background-image: url(../img/bullet3.png);
}
.promoter #bullet4 .iconCon {
	background-image: url(../img/bullet4.png);
}
.promoter #bullet5 .iconCon {
	background-image: url(../img/bullet5.png);
}
.promoter #bullet6 .iconCon {
	background-image: url(../img/bullet6.png);
}
.promoter #bullet7 .iconCon {
	background-image: url(../img/bullet7.png);
}
.promoter #bullet8 .iconCon {
	background-image: url(../img/bullet8.png);
}
.promoter #bullet9 .iconCon {
	background-image: url(../img/bullet9.png);
}
.promoter #bullet10 .iconCon {
	background-image: url(../img/bullet10.png);
}
.promoter .bullet .iconCon {
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	background-color: #f2f2f2;
	border-radius: 50%;
	width: 8.8rem;
	height: 8.8rem;
}
.footerTopCon {
	background-image: url(../img/footer_top_bg.jpg);
	background-size: 192rem 36.2rem;
	height: 40rem;
	background-position:  50% 1px;
	background-repeat: no-repeat;
}
.slogenArea {
	height: 40rem;
	position: relative;
	text-align: center;
	background-image: url(../img/chatacther.png);
	background-position: right 8rem bottom;
	background-repeat: no-repeat;
	padding: 0 42.8rem 0 9rem;
	display: table-cell;
	vertical-align: middle;
	background-size: 27.8rem 39.6rem;
}
.slogenArea img, .slogenArea h3 {
	position: relative;
}
.slogenArea h3 {
	white-space: pre-wrap;
	font-size: 4.2rem;
	line-height: 3.8rem;
	color: #fff;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 2.5rem;
}
.footerBottomCon {
	height: 26.7rem;
	background-color: #030a0d;
    padding-bottom: 100px;
}
.footerBottom {
	font-size: 0;
	/*display: table;*/
	height: 100%;
	padding: 4rem 0;
}
.footerBottom .leftSide {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.footerBottom .rightSide {
	display: table-cell;
	width: 50%;
	text-align: right;
}
.copyrightsAndCredits {
	font-size: 1.5rem;
	padding-top: 7.8rem;
	line-height: 2.3rem;
}
.cprts {
	color: #4f5356;
	display: block;
}
.crdt {
	color: #fff;
	display: block;
}
.crdt img{
	vertical-align:middle;
}
.secondaryNavigation a:first-child {
	padding-left: 0;
}
.secondaryNavigation a {
	border-right: 1px solid #353b3d;
}
.rightSide a {
	vertical-align: top;
	margin-left: 1.4rem;
	display: inline-block;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	background-color: #0b1d25;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s all;
}
.rightSide a:hover {
	background-color: #2fc5ff;
}
.fb {
	background-image: url(../img/fb.png);
}
.tw {
	background-image: url(../img/tw.png);
}
.tabs ul {
	padding: 0;
}
.tabs {
	font-size: 0;
}
.li {
	background-image: url(../img/in.png);
}
.tabs li h4 {
	color: #0191d0;
	font-size: 2.4rem;
	text-transform: uppercase;
	margin-top: 3.3rem;
	margin-bottom: 0rem;
}
.tabs li {
	text-align: center;
	width: 25rem;
	height: 15.7rem;
	display: inline-block;
	border-left: 1px solid #b6c3c9;
	border-right: 1px solid #b6c3c9;
	margin-left: -1px;
	box-sizing: border-box;
	vertical-align: bottom;
	border-top: 1px solid #b6c3c9;
	cursor: pointer;
}
.tabs li:hover {
	background-color: #ECECEC;
}
.tabsListAc {
	transition: .3s all;
}
.save {
	font-size: 1.4rem;
	display: block;
}
.tab {
	display: inline-block;
}
.desktop {
	display: block;
}
.clearer {
	clear: both
}
.tabs ul {
	border-radius: 10px 10px 0 0;
}
.cost, .det {
	display: inline-block;
}
.cost {
	font-size: 3.5rem;
	font-weight: 600;
	color: #0e384b;
}
.det {
	font-size: 1.2rem;
	color: #0e384b;
	font-weight: 500;
	padding-left: .5rem;
}
.topD {
	font-size: 1.6rem;
	display: block;
}
li.currentPlan {
	background-color: #eafaf5 !important;
	height: 16.8rem;
	border-color: #53daad;
	border-radius: 10px 10px 0 0;
	position: relative;
	z-index: 9999;
}
li.currentPlan h4 {
	background-color: #447987;
	margin-top: 0;
	line-height: 5rem;
	color: #53daad;
	border-radius: 10px 10px 0 0;
	margin-bottom: 2.3rem;
}
.mapArea {
	height: 48.5rem;
	background-color: #eafaf5;
	border-top: 1px solid #53daad;
	border-bottom: 1px solid #53daad;
	position: relative;
	top: -1px;
	padding: 2.4rem 0;
	font-size: 0;
	position: relative;
}
#leftMap{
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background-position: right,top;
	background-size: cover;
} 
#rightMap {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background-position: left,top;
	background-size: cover;
}
#leftMap {
	width: 62%;
	height: 100%;
}
#rightMap {
	width: 37%;
	height: 100%;
	margin-left: 1%;
}
.planDetails {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.mobile {
	display: none;
}
.planDetails ul {
	display: table;
	padding: 0;
}
.planDetails ul, .planDetails li {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.planDetails li {
	display: table-cell;
	width: 100%;
	height: 100%;
}
.planArea {
	height: 100%;
	display: table;
}
.planCell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.plan {
	width: 35rem;
	height: 44rem;
	background-color: rgba(0,57,82,.9);
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.plan h4 {
	font-size: 3rem;
	color: #53daad;
	text-transform: uppercase;
	margin: 0;
}
.plan h5 {
	margin: 0;
	font-weight: 400;
	color: #53daad;
	font-size: 2rem;
}
.planTop {
	padding: 2.5rem 2.5rem 0 2.5rem;
}
.planCalc {
	width: 100%;
	height: 7rem;
	border: 1px solid #53daad;
	border-radius: 5px;
	display: table;
	margin-top: 1.5rem;
}
.calCell {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.calCellTop {
	font-size: 3rem;
	color: #fff;
	display: block;
	font-weight: 600;
	text-align: center;
	line-height: 3rem;
}
.calCellBottom {
	display: block;
	text-align: center;
	font-size: 1rem;
	text-transform: uppercase;
	color: #fff;
}
.innerPlanTable {
	padding: 0 2.5rem;
    margin-bottom:.5rem;
	width: 100%;
	display: table;
	height: 6.5rem;
	border-top: 1px solid rgba(83,218,173,.2);
	box-sizing: border-box;
}
.innerPlanLeftCell {
	display: table-cell;
	vertical-align: middle;
}
.innerPlanLeftCellTop {
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
}
.innerPlanLeftCellTop img {
	vertical-align: baseline;
	padding-left: 2rem;
	padding-right: 2rem;
}
.innerPlanLeftCellBottom {
	font-size: 1.4rem;
	color: #fff;
}
.topipt {
	margin-top: 2rem;
    margin-bottom:.5rem 
}
.innerPlanRightCell {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
.innerPlanRightCell a {
	font-size: 1.3rem;
	color: #2ec3fd !important;
}

.innerPlanRightCell a:visited {
	font-size: 1.3rem;
	color: #2ec3fd !important;
}

.viewBtnDetails {
	font-size: 1.3rem;
	color: #fdc92e !important;
}

.freeSetup {
	display: table-cell;
	color: #fff;
	font-size: 1.2rem;
	vertical-align: middle;
}
.bta {
	height: 4.8rem;
}
.bta a {
    width: 20rem;/*16rem;*/
    height: 5rem;
	font-size: 1.6rem;
	color: #fff;
    line-height: 5.5rem;/*4rem;*/
	text-transform: uppercase;
	background-color: #2fc5ff;
	border: 2px solid #fff;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	position: relative;
    top: 2.8rem;/*1.8rem;*/
	/*padding: 0 2rem 1rem 0;*/
    /*padding: 0 0 0 0;*/
	transition: .2s all;
}
.bta a:hover {
	background-color: #1ab1eb;
}
.cp {
	vertical-align: bottom;
	display: table-cell;
	text-align: center; /*right*/
    padding: 0 0 0 3rem;
}
.planCon {
	display: table-cell;
}
.animatedStuffArea {
	display: table-cell;
	height: 100%;
	/*position: relative;*/
	width: 100%;
}
.ans {
	position: absolute;
}
.an1 {
	bottom: 15rem;
    /*left:50%;*/
	/*left: 15.8rem;*/
	opacity: 0;
}
.an2 {
	bottom: 22rem;
	left: 50.5%;
	opacity: 0;
}
.an3 {
	bottom: 15rem;
	/*left: 74.5%;*/
	opacity: 0;
}
.an4 {
	width: 14.2rem;
	height: 14.9rem;
	background-image: url(../img/an4.png);
	bottom: 12rem;
	left: 58.8%;
	text-align: center;
	color: #0191d0;
	opacity: 0;
}
.it {
	font-size: 5.4rem;
	display: block;
	font-weight: 600;
	line-height: 5rem;
}
.bt {
	font-size: 1.4rem;
	text-transform: uppercase;
}
.plansArea {
	display: none;
}
.tabContainer {
	opacity: 0;
}
/*spinner*/

.spinner {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative;
}
.cube1, .cube2 {
	background-color: #0191d0;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
	animation: sk-cubemove 1.8s infinite ease-in-out;
}
.tabsList li {
	opacity: 0;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
 @-webkit-keyframes sk-cubemove {
 25% {
-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
}
 50% {
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
}
 75% {
-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
}
 100% {
-webkit-transform: rotate(-360deg)
}
}
 @keyframes sk-cubemove {
 25% {
 transform: translateX(42px) rotate(-90deg) scale(0.5);
 -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
}
50% {
 transform: translateX(42px) translateY(42px) rotate(-179deg);
 -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
}
50.1% {
 transform: translateX(42px) translateY(42px) rotate(-180deg);
 -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
}
75% {
 transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
 -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
100% {
 transform: rotate(-360deg);
 -webkit-transform: rotate(-360deg);
}
}
/*end spinner*/

.plansArea h2 {
	color: #0191d0;
	font-size: 3.6rem;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 6rem 0rem 4rem 0;
}
.planArea li {
	display: none;
}
.planArea .currentPlanDet, .planArea .currentPlanCirc {
	display: table-cell;
}

.currentPlanCirc {
    cursor: pointer;
}
.step {
	width: 33%;
	height: 10.3rem;
	background-color: rgba(14,56,75,.4);
	display: inline-block;
	vertical-align: bottom;
}
.paymentPage .centererInner {
	padding: 0 !important;
	height: auto;
}
.paymentPage .centerer {
	opacity: 1 !important;
}
.paymentPage .centerer {
	vertical-align: bottom;
}
.paymentPage header {
	height: auto;
	background-image: url(../img/header_bg_blured.jpg);
	background-position: bottom;
}
.paymentPage .headerBlured {
	position: static;
	height: 27rem;
	background-image: none;
}
.headerBlured:before {
	top: 0;
}
.stepContent {
	display: table;
	padding: 3.3rem 3.6rem;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}
.stepIcon, .stepDetails {
	display: table-cell;
	vertical-align: top;
}
.stepName {
	text-transform: uppercase;
	font-size: 2.6rem;
	color: #fff;
	display: block;
	font-weight: 600;
	line-height: 2rem;
}
.stepText {
	font-size: 1.4rem;
	color: #fff;
	display: block;
}
.unfilled .stepContent {
	opacity: .4;
}
.activeStep {
	position: relative;
}
.activeStep:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 1.4rem solid transparent;
	position: absolute;
	bottom: 0;
	left: 7rem;
	border-right: 1.4rem solid transparent;
	border-bottom: 1.4rem solid white;
}
.paymentPage h1 {
	text-align: center;
	color: #0191d0;
	font-size: 3.6rem;
	margin: 6rem 0;
	text-transform: uppercase;
	font-weight:400;
}

.paymentPage h2{ font-weight:600; }
.paymentPage h3{ font-weight:600; }
.paymentPage h4{ font-weight:600; }
.paymentPage h5{ font-weight:600; }
.paymentPage h6{ font-weight:600; }

.dapCon {
	font-size: 0;
	margin-bottom: 22rem;
    /*display: inline-block;*/
}
.danpLeft {
	background-color: #fff;
	position: relative;
	z-index: 1;
	width: 76%;
	border: 1px solid #b6c3c9;
	border-radius: 20px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	
}
.danpRight {
	display: inline-block;
	vertical-align: top;
	
	width: 24%;
	box-sizing: border-box;
	background-color: #f2f2f2;
	font-size: 1.4rem;
	color: #0e384b;
	border-radius: 0 20px 20px 0;
	position: relative;
	left: -2rem;
	padding-left: 4rem;
	/*padding-top: 6rem;*/
	padding-bottom: 6rem;
}
.danpRight h3 {
	font-size: 2rem;
}
.danpRight a {
	font-size: 1.2rem;
	color: #0191d0 !important;
text-decoration:underline;
}
.danpRight ul {
	list-style: none;
	padding: 0;
	padding-right: 2rem;
	box-sizing: border-box;
}
.danpRight li {
	border-bottom: 1px dashed #80959e;
}
.danpRight ul li:last-child {
	border: none;
}
.danpRight h4 {
	font-size: 1.6rem;
	margin-bottom: 0;
	line-height: 1.7rem;
padding-top:7px;
}
.danpRight p {
	margin-top: 0.5rem;
padding:0 0 20px 0;
}
.detailsCon {
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 6rem 0;
}
.detailsCon h2 {
	text-align: left;
	display: inline-block;
	color: #0e384b;
	font-size: 2rem;
}
.detailsConLeft, .detailsConRight {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	text-align: center;
}
.detailsConRight {
	background-image: url(../img/fbbg.png);
	background-position: center top 10rem;
	background-repeat: no-repeat;
}
.detailsConLeftCn {
	display: inline-block;
	width: 25.5rem;
	text-align: left;
}
.detailsConLeft {
	border-right: 1px solid #cfd7db;
}
.detailsConRight h2 {
	box-sizing: border-box;
	white-space: pre-wrap;
	line-height: 2rem;
	text-align: center;
}
.detailsCon input {
	font-size: 1.6rem;
	line-height: 3.5rem;
	border: solid 1px #b6c3c9;
	border-radius: 3px;
	width: 25.5rem;
	padding: 0;
	margin-bottom: 1.4rem;
}
.detailsCon button {
	font-size: 1.6rem;
	color: #fff;
	text-transform: uppercase;
	line-height: 3.5rem;
	width: 25.5rem;
	font-weight: 600;
	background-color: #0191d0;
	border-radius: 3px;
	border: none;
	margin-top: 1.7rem;
	display: inline-block;
}

.detailsCon .SubmitButton {
	font-size: 1.6rem;
	color: #fff;
	text-transform: uppercase;
	line-height: 3.5rem;
	width: 25.5rem;
	font-weight: 600;
	background-color: #0191d0;
	border-radius: 3px;
	border: none;
	margin-top: 1.7rem;
	display: inline-block;
}

.siwf {
	display: block;
	text-align: center;
	white-space: pre-wrap;
	padding-top: 6rem;
	padding-bottom: 6rem;
	font-size: 2rem;
	color: #0e384b;
}
.detailsConRight {
	text-align: center;
}
.detailsConRight button {
	color: rgba(0,0,0,0);
	background-color: #3a589e;
	background-image: url(../img/fb_logo.png);
	background-position: center;
	background-repeat: no-repeat;
}
.filled .stepName, .filled .stepText {
	color: #53daad;
}
.filled {
	position: relative;
}
.filledV {
	content: '';
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	background-color: #53daad;
	background-image: url(../img/forma.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -1rem;
	right: 4rem;
}
.filledV:before {
	position: absolute;
	content: '';
	background-image: url(../img/forma2.png);
	opacity: 0;
	width: 50px;
	height: 50px;
}
.filledV:hover {
	background-image: url(../img/forma2.png);
}
.paymentPage2 .detailsCon h3 {
	font-size: 1.6rem;
	font-weight: 400;
	color: #0e384b;
}
.paymentPage2 .detailsCon h4 {
	font-size: 1.4rem;
	font-weight: 400;
	color: #0e384b;
	white-space: pre-wrap;
}
.grey {
	color: #9ea4a7;
}
.paymentPage2 .detailsCon h2 {
	margin-top: 0;
}
.paymentPage2 .detailsCon {
	width: 80%;
	padding-left: 6rem;
}
.paymentPage2 .detailsCon input {
	display: block;
	width: 31rem
}
.paymentPage2 .detailsCon button {
	margin-top: 0;
}
.topT {
	font-size: 1.8rem;
	font-weight: 600;
	color: #0e384b;
}
.didntGet {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px dashed #869ba5;
}
.didntGet ul {
	list-style: url(../img/blt.png);
	font-size: 1.3rem;
	color: #0e384b;
	padding: 0 2.5rem;
 margin:1em 0;
}
.didntGet li {
	margin-bottom: 1rem;
}
.didntGet ul a {
	font-size: 1.3rem;
	color: #0e384b;
text-decoration:underline !important;
}
.topT img {
	vertical-align: sub;
	padding-right: 1.5rem;
}
.paymentPage2 .detailsCon {
	padding-top: 4rem;
	padding-bottom: 17rem;
}
.detailsCon label {
	font-size: 1.6rem;
	display: inline-block;
}
.paymentPage3 .tb {
	width: 100%;
	display: table;
}
.hsa {
	padding-left: 6rem;
	margin-right: 3rem;
}
.cpm {
	padding-left: 6rem;
}
input.pCode {
	width: 42rem;
}
input[type=radio]:not(old) {
	width : 2.8rem;
	margin : 0;
	padding : 0;
	opacity : 0;
}
input[type=radio]:not(old) + label {
	display : inline-block;
	margin-left : -2.8rem;
	padding-left : 2.8rem;
	background : url(../img/checks.png) no-repeat 0 0;
	line-height : 1.7rem;
}
input[type=radio]:not(old):checked + label {
	background-position : 0 bottom;
}
.paymentPage3 .detailsCon img {
	display: block;
	padding-left: 2.4rem;
	padding-top: 2rem;
}
.paymentPage3 .detailsConRight img {
	padding-top: 2.5rem;
}
.paymentPage3 .detailsConLeft, .paymentPage3 .detailsConRight {
	text-align: left;
	padding-left: 6rem;
}
.ppr {
	padding-left: 2.4rem;
	font-size: 1.2rem;
	color: #0191d0;
}
.paymentData h2 {
	text-transform: uppercase;
	font-size: 2rem;
	padding-top: 1rem;
}
.paymentData h3 {
	font-weight: 400;
	font-size: 1.4rem;
}
.pdpm {
	padding-left: 6rem;
	width: 17rem;
	height: auto;
}
.paymentData {
	padding-bottom: 6rem;
	position: relative;
	background-color: #fbfbfb;
	font-size: 1.6rem;
	border-radius: 0 0 20px 20px;
	padding-top: 3rem;
}
.paymentData form {
    background: white;
	/*padding-left: 6rem;
	padding-top: 6rem;*/
}

#paymentIframe {
    width: 675px;
    height: 927px;
}

.cardNum {
	display: block;
}
.cardNum, .mo, .ye, .sc {
	font-size: 1.6rem;
	line-height: 3.5rem;
	border: solid 1px #b6c3c9;
	border-radius: 3px;
	width: 31.9rem;
	padding: 0 1rem;
	margin-bottom: 1.4rem;
}
.mo {
	width: 19.9rem;
	height: 3.5rem;
	color: #869ba5;
}
.ye {
	width: 13.9rem;
	height: 3.5rem;
	color: #869ba5;
}
.tiny {
	display: block;
	font-size: 1.1rem;
}
.sc {
	width: 21rem;
}
.paymentData button {
	font-size: 1.6rem;
	color: #fff;
	text-transform: uppercase;
	line-height: 3.5rem;
	width: 33.9rem;
	font-weight: 600;
	background-color: #0191d0;
	border-radius: 3px;
	border: none;
	display: block;
}
.dashb {
	margin-left: 6rem;
	border-top: 1px dashed #8499a3;
	margin-right: 6rem;
	margin-top: 3rem;
}
.tri-down {
	/* Styling block element, not required */
	position: relative;
	margin-bottom: 2em;
	padding: 1em;
	border-top: 1px solid #999;
	background: #fbfbfb;
	position: absolute;
	width: 100%;
	top: -1rem;
	box-sizing: border-box;
}
/* Required for Down Triangle */
.creditCardArea .tri-down:before, .tri-down:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-top: 0;
}
/* Stroke */
.creditCardArea .tri-down:before {
	top: -15px;
	left: 101px;
	/* If 1px darken stroke slightly */
	border-bottom-color: #777;
	border-width: 16px;
}
/* Fill */
.creditCardArea .tri-down:after {
	top: -14px;
	left: 102px;
	border-bottom-color: #fbfbfb;
	border-width: 15px;
}
/* Required for Down Triangle */
.payPalArea .tri-down:before, .tri-down:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-top: 0;
}
/* Stroke */
.payPalArea .tri-down:before {
	top: -15px;
	right: 301px;
	/* If 1px darken stroke slightly */
	border-bottom-color: #777;
	border-width: 16px;
}
/* Fill */
.payPalArea .tri-down:after {
	top: -14px;
	right: 302px;
	border-bottom-color: #fbfbfb;
	border-width: 15px;
}
.payPalArea p {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.8rem;
}
.ppConnect {
	text-transform: uppercase;
	font-size: 1.6rem;
	color: #fff;
	text-transform: uppercase;
	line-height: 3.5rem;
	width: 25.5rem;
	font-weight: 600;
	background-color: #0191d0;
	border-radius: 3px;
	border: none;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}
.paymentPage3 .danpRight {
	padding-bottom: 46rem;
}
.secured .tiny {
	display: inline-block;
}
.secured {
	position: absolute;
	right: 5rem;
	top: 18rem;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
.outgoing .promoter {
	display: block;
}
.outgoing .promoter h2, .outgoing .promoter li, .outgoing .promoter li img {
	opacity: 1 !important;
	position: static !important;
}
.outgoing .promoter h2 {
	padding-top: 5rem;
}
.outgoing .arrow {
	width: 14rem;
}
.outgoing .promoterCell {
	width: 100rem !important;
}
.popular ul {
	font-size: 0;
	text-align: center;
	border-radius: 20px;
	padding: 0;
}
.popular ul li:first-child {
	border-radius: 20px 0 0 20px;
}
.popular ul li:last-child {
	border-radius: 0 20px 20px 0;
}

.popular h2 {
	font-size: 3rem;
	color: #0191d0;
	text-align: center;
	margin: 0;
	padding-top: 6rem;
	padding-bottom: 8rem;
	text-transform: uppercase;
}

.pricingOutgoing h2 {
	font-size: 3rem;
	color: #0191d0;
	text-align: left;
	margin: 0;
    padding-left:10%;
	padding-top: 6rem;
	padding-bottom: 8rem;
	text-transform: uppercase;
}
.pricingOutgoing {
	display: none;
	padding-bottom: 10rem;
}
.popular {
	padding-bottom: 6rem;
}
.popular li {
	position: relative;
	width: 30%;
	display: inline-block;
	background-color: #eafaf5;
	height: 25.9rem;
}
.popular li h3 {
	font-size: 2.7rem;
	text-transform: uppercase;
	padding-top: 8rem;
	margin-bottom: 1rem;
}
.fl {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -4rem;
}
.flb {
	width: 8.2rem;
	height: 8.2rem;
	background-color: #eafaf5;
	padding: 3px;
	border-radius: 50%;
	margin: auto;
}
.pt {
	width: 90%;
	margin: auto;
	font-size: 1.4rem;
	line-height: 4.8rem;
	border: 1px solid #0e384b;
	border-radius: 10px;
}
.ptl, .ptr {
	display: inline-block;
	width: 45%;
	box-sizing: border-box;
}
.ptr {
	border-left: 1px solid #0e384b;
}
.big {
	font-size: 1.9rem;
	font-weight: 600;
}
.mi {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
/*.pricingTable {
	width: 100rem;
	display: table;
}*/
.tr {
	display: table-row;
	width: 100%;
	font-size: 1.6rem;
}
.tc {
	border-bottom: 1px solid #cfd7db;
	display: table-cell;
	line-height: 7rem;
}
.top .tc {
	line-height: normal;
	height: 3rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.tc1 {
	width: 60%;
}
.tc2 {
	border-left: 1px solid #cfd7db;
	width: 20%;
	padding-left: 1rem;
    padding-right: 1rem;
}
.tc3 {
	padding-left: 2rem;
	border-left: 1px solid #cfd7db;
	width: 20%;
}
.top {
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
}
.pm {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
	text-transform: none;
}
.paymentPage button:hover{
	opacity: .8;
}
.payPalArea {
	display: none;
}
.RegisterNew .page {margin:auto;position: relative;width:auto;}
.RegisterNew .mainBody {background:none;margin:auto;width:auto;}
.RegisterNew .RegisterHide { display: none; }

.pricingInfoNode { 
  width: 100%;
    height: 100%;
    text-align: center;
  color:  #447987;
  display: none;
  position: absolute;
  z-index:200000;
  font-size: 14px;
  padding-top:60px;
}
.pricingInfoNode ul{
display:block;

}
.pricingInfoNode ul li{
    font-size: 14px;
display:block;

}
.pricingInfoNode .text {
    /*height: 100%;*/
    -ms-border-radius:2%;
    border-radius:2%;
  background-color: #447987;
    -ms-opacity: .93;
    opacity: .93;
  color:white;
  margin-top: -24px;
}

.pricingInfoNode .text tr td{
    border-color:  #447987;

}
.pricingInfoNode .tri-arrow {
    margin-right:100%;
    margin-bottom: 8px; 
    margin-top: -30px;

}
.pricingInfoNode h3 {
    color:white;
    padding-top: 10px;

}

.deatilsInfoNode { 
  width: 170%;
    height: 100%;
    text-align: left;
  color:  #447987;
  display: none;
  position: absolute;
  z-index:200000;
  font-size: 14px;
  padding-top:30px;
}

.deatilsInfoNode ul{
display:block;
}
.deatilsInfoNode ul li{
    font-size: 14px;
    display:block;
    opacity:1;
}

.deatilsInfoNode .text {
    /*height: 100%;*/
    -ms-border-radius:2%;
    border-radius:2%;
  background-color: #447987;
    -ms-opacity: .93;
    opacity: .93;
  color:white;
  margin-top: -24px;
}

.deatilsInfoNode .tri-arrow {
    margin-right:100%;
    margin-bottom: 8px; 
    margin-top: -30px;

}

#btnPayment {
    margin-top:2rem;
     display:none;
    width:25%;
}

#selectCode, #selectCodeTo, #selectNumberOut, #selectNumberIn, #selectCode2 {
	position: relative;
	height: 3.6rem;
	display: inline-block;
	vertical-align: top;
	width: 11.6rem;
	background-color: #fff;
	border-radius: 3px;
	margin-left: .2rem;
	box-sizing: border-box;
}

.contactUs {
    font-size:1.5rem;
    float:left;
    padding-left:3.5rem;

}
.contactUs a {
    border-bottom-style: solid !important;
    border-width: 1px !important;
    color:blue !important;

}
.contactUs span {
    border-bottom-style: solid !important;
    border-width: 1px !important;
    color:blue !important;
    cursor:pointer;

}

.advancedFeatures
 {
    font-size: 1.2rem;
    color: #fff;
}

.framedFeature {
    border-style: solid;
    padding: 2px;
    margin: 1px 0 1px 0;
    border-width: 1px;
    border-color: #53daad;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display:inline-block;
}