	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align:top;
}

h1 {
	font-size: 24px;
}
.loginbox {
    background: none repeat scroll 0 0 #662D91;
    float: left;
    margin: 0 auto 35px;
    padding: 10px;
    position: relative;
    width: 100%;
}
.loginboxinner {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    padding: 20px;
    position: relative;
	padding-bottom:35px;
    width: 100%;
}
.loginheader {
	height: 40px;
}
.loginform {
	margin-top: 20px;
}
.loginbox h1 {
    color: #662D91; font-family: droidsansregular;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    padding-top: 10px;
}
.loginbox .logo {
	position: absolute;
	top: 10px;
	right: 20px;
}

.loginbox p {
	margin: 10px 0 0px 0;
}

.loginbox label {
	display: block;
	color: #666;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.loginbox input  {
	padding: 12px 10px;
	background: #FFF;
	border: 1px #999999 solid;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
	font-size: 15px;
	width: 465px;
	outline: none;
}

.loginbox select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #662D91;
    color: #666666;
    font-family: 'patua_oneregular';
    font-size: 20px;
    margin-top: 8px;
    padding: 10px 10px;
   	line-height:48px;
	height:52px;
    width: 100%;
}


.loginbox button {
	background: -moz-linear-gradient(center top , #fab525, #cd6b24) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(#fab525, #cd6b24); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fab525, #cd6b24); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(#fab525, #cd6b24); /* Standard syntax */
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 14px 20px;
    width: 100%;
}


.loginbox button.default {
	background: #999;
	color: #333;
}
.loginbox button:hover {
	background: #CD6B24;
	color: #ffffff;
}

.loginerror {
	color: #990000;
	background: #fbe3e3;
	padding: 0 10px;
	overflow: hidden;
	display: none;
}
.loginerror {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.loginerror p {
	margin: 10px 0;
}


.title {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
}

.packages_selectbox_col_1 {
	float: left;
    margin-right: 20px;
    width: 43%;
}

.packages_selectbox_col_2 {
	float: left;
    width: 43%;
	margin-right:15px;
}


.packages_selectbox_col_3 {
    float: left;
    margin-top: 60px;
    width: 8%;
}


.signupbox {
    background: none repeat scroll 0 0 #662D91;
    float: left;
    margin: 0 auto 35px;
    padding: 10px;
    position: relative;
    width: 100%;
}

.signupboxinner {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    padding: 10px;
    position: relative;
    width: 100%;
}

.signupheader {
    height: 40px;
}

.signupbox h1 {
    color: #662D91; font-family: droidsansregular;
    font-size: 30px;
    font-weight:bold;
    letter-spacing: 0;
	/*text-transform:uppercase;*/
    padding-top: 10px;
}

.signupform {
    margin-top: 30px;
}

.signupbox label {
    display: block; font-family: 'patua_oneregular';
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 0;
}

.signupbox_forgot_password_text {
	width:35%;
}

.signupbox_forgot_password_text a {
    color: #662D91;
    display: block;
    font-family:droidsansregular;
    font-size: 15px;
	line-height:35px;
	font-weight:bold;
}

.signupbox_forgot_password_text a:hover {
    color: #333333;
	text-decoration:underline;
}

.signupbox input {
    border: 2px solid #662D91;
    color: #666666;
    font-family:"myriad pro";
    font-size: 17px;
    height: 51px;
    margin-top: 8px;
    outline: medium none;
    padding: 12px 10px;
    width: 100%;
}

.signupbox select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #662D91;
    color: #666666;
    font-family:droidsansregular;
    font-size: 17px;
    margin-top: 8px;
    padding: 12px 10px;
	margin-bottom:20px;
    width: 100%;
}

.signupbox button {
    background: -moz-linear-gradient(center top , #fab525, #cd6b24) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(#fab525, #cd6b24); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fab525, #cd6b24); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(#fab525, #cd6b24); /* Standard syntax */
    border-radius: 5px;
	border:none;
    color: #ffffff !important;
    font-family: 'patua_oneregular';
	font-weight:normal;
	text-transform:none;
    font-size: 20px;
    padding: 12px 29px;
	cursor:pointer;
	float:right;
    vertical-align: middle;
	width:30%;
    z-index: 999;
}

.signupbox button:hover {
    background: -moz-linear-gradient(center top , #cd6b24, #cd6b24) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(#cd6b24, #cd6b24); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cd6b24, #cd6b24); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(#cd6b24, #cd6b24); /* Standard syntax */
    border: 0 none;
    color: #FFFFFF;
}

.signupbox .button3 {
    background: -moz-linear-gradient(center top , #fab525, #cd6b24) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(#fab525, #cd6b24); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fab525, #cd6b24); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(#fab525, #cd6b24); /* Standard syntax */
     border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 10px 20px;
	margin-top:20px;
	font-family: 'patua_oneregular';
	font-weight:normal;
	text-transform:none;
	border-radius:5px;
    width: 100%;
}


.signupbox .button:hover {
    background: -moz-linear-gradient(center top , #cd6b24, #cd6b24) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(#cd6b24, #cd6b24); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cd6b24, #cd6b24); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(#cd6b24, #cd6b24); /* Standard syntax */
    border: 0 none;
    color: #FFFFFF;
}

.signupbox .button2 {
    background: linear-gradient(#787878, #353535) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 10px 20px;
	margin-top:20px;
	border-radius:5px;
	font-family: 'patua_oneregular';
	font-weight:normal;
	text-transform:none;
    width: 100%;
}

.signupbox .button2:hover {
    background:#353535;
}

.signupbox .button4 {
   background: #a9e028;
  background-image: -webkit-linear-gradient(top, #a9e028, #729415);
  background-image: -moz-linear-gradient(top, #a9e028, #729415);
  background-image: -ms-linear-gradient(top, #a9e028, #729415);
  background-image: -o-linear-gradient(top, #a9e028, #729415);
  background-image: linear-gradient(to bottom, #a9e028, #729415);
  text-decoration: none;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 10px 20px;
	font-family: 'patua_oneregular';
	font-weight:normal;
	text-transform:none;
	margin-top:15px;
	float:left;
	border-radius:5px;
    width: 45%;
}

.signupbox .button4:hover {
    background: #69a115;
  background-image: -webkit-linear-gradient(top, #69a115, #77a317);
  background-image: -moz-linear-gradient(top, #69a115, #77a317);
  background-image: -ms-linear-gradient(top, #69a115, #77a317);
  background-image: -o-linear-gradient(top, #69a115, #77a317);
  background-image: linear-gradient(to bottom, #69a115, #77a317);
  text-decoration: none;
}

.signup_main_area {
    margin:0px auto;
    width:80%;
}

.your_account_boxarea {
    margin: 0 auto;
    width: 65%;
}

.Flexible-container {
    border: 8px solid #CCCCCC;
    height: 0;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 37%;
    padding-top: 40px;
    position: relative;
}

.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.contactus h2 {
    color: #662D91;
    font-family: droidsansregular;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 65px;
    margin-top: 20px;
}

.contactus {
    float: left;
    font-weight: normal;
    padding: 0 15px;
    width: 100%;
}

.contactus input {
    border: 1px solid #542084;
    height: 42px;
    margin-bottom: 20px;
}

.contactus textarea {
    border: 1px solid #542084;
    height: 310px;
}

.contactus p {
    color: #343A41;
    font-family: 'Myriad Pro';
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
}

.registration_button_area1 {
    float: left;
    margin-top: 0;
    width: 35%;
}

.registration_button_area2 {
    float:right;
    margin-top: 0px;
    width: 35%;
}



.content_area_form {
    float: left;
    margin: 0 auto 35px;
    padding: 10px;
    position: relative;
    width:50%;
}

.content_area_form label {
    color: #666666;
    display: block;
    font-family: myriad pro;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
}

.content_area_form input {
    border: 1px solid #662D91;
    color: #666666;
    font-family: myriad pro;
    font-size: 15px;
    height: 40px;
    outline: medium none;
    padding: 10px;
    width: 100%;
}

.content_area_form p {
    color: #343A41;
    font-family: 'myriad pro';
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
	padding-top:0px;
}

.content_area_form select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #662D91;
    color: #666666;
    font-family: 'myriad pro';
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 8px;
    padding: 10px;
    width: 100%;
}

.content_area_form textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #662D91;
    color: #666666;
    font-family: 'myriad pro';
    font-size: 15px;
    margin-bottom: 20px;
	height:175px;
    margin-top: 8px;
    padding: 10px;
    width: 100%;
}

.content_area_form button {
    background: linear-gradient(#FAB525, #CD6B24) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 10px 20px;
	border-radius:5px;
    width: 100%;
}

.content_area_form button:hover {
    background:#CD6B24;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 10px 20px;
    width: 100%;
}

.content_area_form_button {
    float: left;
    margin-top: 0px;
    width: 28%;
}

.signup_division {
	border-left: 1px solid #999999;
    float: left;
    width: 100%;
}

.signup_img img {
    float: right;
    width: 70%;
	max-width:100% !important;
	margin-bottom:35px;
}

.btns {
	float:right;
}

.form_box_main_area {
    margin: 0 auto;
    width: 60%;
}

.rates_select_area {
    float: left;
    margin-right: 15px;
    margin-top: 20px;
    width: 86%;
}

.rates_button_area {
    float: left;
    margin-top: 35px;
    width: 10%;
}

.rates_table_area {
	width:86%;
	padding-top:20px;
	float:left;
}

.ratetable {
		width:100%; 
		border-collapse:collapse; 
	}
	.ratetable td,th{ 
		border:#cccccc 1px solid;
		color: #58585A;
    	font-family: 'myriad pro';
		font-size: 17px;
		padding:10px;
	}
	
	.ratetable tr{
		background: #b8d1f3;
	}
	
	.ratetable tr td:first-child { 
		width: 72%; 
	}
	
	.ratetable tr th { 
		background: #b8d1f3;
	}
	
	.ratetable tr:nth-child(odd){ 
		background: #F2F2F2;
	}
	
	.ratetable tr:nth-child(even){
		background: #ffffff;
	}
	
	
	
	

/*.rates_table_area table tr td {
    border: 1px #000000 solid;
    color: #58585A;
    font-family: 'myriad pro';
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 16px 10px;
    text-align: left;
    vertical-align: top;
}*/

/*.rates_table_area table {
    margin: 0 0 18px;
    text-align: left;
    width: 86%;
}
*/
/*.rates_table_area table tr:nth-child(odd) {
     background-color:#eee;
}

.rates_table_area table tr:nth-child(even) {
     background-color:#fff;
}*/

.addcalling_credit_box_area {
    float: left;
    width: 100%;
	border-right: 1px solid #CCCCCC;
	padding-top:15px;
}

.addcalling_credit_box_area table tbody tr td {
    border: medium none;
    color: #58585A;
    font-family: 'myriad pro';
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 16px 10px;
    text-align: left;
    vertical-align: top;
}

.addcalling_credit_box_area table tbody tr td span {
    font-size: 16px;
    font-weight: 700;
}

.addcalling_credit_box_area table {
    margin: 0 0 18px;
    text-align: left;
    width: 95%;
}

.add_calling_credit_selectbox_area {
    float: left;
    margin-right: 15px;
    width: 52%;
}

.signupbox h2 {
    color: #662D91; font-family: 'patua_oneregular';
    font-size: 38px;
    font-weight: normal;
    letter-spacing: 0;
    padding-top: 10px;
}

.addcalling_credit_button1 {
    float: left;
    margin-top: 20px;
    width: 35%;
}

.addcalling_credit_button2 {
    float:right;
    margin-top: 20px;
    width: 35%;
}

.astrisk_style {
	width:100%;
	margin-bottom:65px;
	float:left;
}

.dialer_column1 {
    float: left;
    padding-top: 45px;
    width: 70%;
}

.dialer_column1 h3 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #662D91;
    display: inline;
    float: left;
    font-family: 'patua_oneregular';
    font-size: 35px;
    padding: 15px 10px 5px 0;
    width: 100%;
}

.dialer_column1 p {
    background: none repeat scroll 0 0 #FFFFFF;
    color:#343A41;
    display: inline;
    float: left;
    font-family: 'myriad pro';
    font-size:22px;
    padding: 15px 10px 5px 0;
    width: 100%;
}

.dialer_column2 {
	width:23%;
	padding-top:45px;
	float:left;
}

.dialer_column2 img {
	max-width:90%;
	height:auto;
	position: relative;
	width:100% !important;
    display:block;
}

.dialer_inner_area {
    float: left;
    margin: 15px 0 25px;
    text-align: left;
}

.logo_style {
	margin-left:50px;
}

.rates_table {
    float: left;
    padding-top: 35px;
    width: 88%;
}

.rates_table td, th {
    border: 1px solid #C4C4C4;
    color: #333333;
    font-family: 'myriad pro';
    font-size: 17px;
    padding: 10px;
    text-align: center;
}
	
	.rates_table tr{
		background: #b8d1f3;
	}
	
	.rates_table tr td:first-child { 
		width: 35%; 
	}
	
	.rates_table tr th { 
		background: #D5D5D5;
	}
	
	.rates_table tr:nth-child(odd){ 
		background: #F2F2F2;
	}
	
	.rates_table tr:nth-child(even){
		background: #ffffff;
	}
	
	.astrisk2{
		font-family:droidsansregular;
		font-size:12px;
	}
	
.text4 {
    float: left;
    font-size: 22px;
    padding-bottom: 20px;
    padding-top: 20px;
	color:#662D91;
	font-weight:bold;
    width: 85%;
}

.package_button {
    float: right;
    margin-top: 35px;
    width: 27%;
}

.package_select_area {
    float: left;
    margin-right: 15px;
    margin-top: 20px;
    width: 70%;
}

.addcalling_credit_select_area {
    float: left;
    margin-right: 15px;
    margin-top: 20px;
    width: 100%;
}

.dialer_download_main_area {
    float: right;
    padding-top: 25px;
    width: 47%;
}

.dialer_download_area {
    float: left;
    width: 285px;
}

.dialer_download_icon_area {
    float: left;
    text-align: center;
    width: 53px;
}

.dialer_download_text_area {
    float: left;
    padding-top: 15px;
    width: 210px;
}

.dialer_download_text_area a {
	color:#000;
	font-size:19px;
	font-family: 'myriad pro';
	font-weight:normal;
	text-decoration:none;
}

.dialer_download_text_area a:hover {
	color:#159de4;
	text-decoration:underline;
}

.dialer_download_area2 {
    float: left;
    width: 210px;
}

.dialer_download_text_area2 {
    float: left;
    padding-top: 15px;
    width: 150px;
}

.dialer_download_text_area2 a {
	color:#000;
	font-size:19px;
	font-family: 'myriad pro';
	font-weight:normal;
	text-decoration:none;
}

.dialer_download_text_area2 a:hover {
	color:#159de4;
	text-decoration:underline;
}

.dialer_download_small_area {
	width:15%;
	float:left;
}

.dialer_download_small_icon {
    float: left;
    height: 20px;
    text-align: center;
    width: 100%;
}

.dialer_download_small_text {
	width:100%;
	text-align:center;
	padding-top:5px;
	float:left;
}

.dialer_download_small_text a {
    color:#5bc7ff;
    font-family: myriad pro;
    font-size: 15px;
}

.dialer_download_small_text a:hover {
	color:#ffffff;
}

.download_main_area {
	width:100%;
	margin:0px 107px;
}

.get_skiproaming_button {
	display:block;
}

.get_skiproaming_button2 {
	display:none;
}



.registration_area {
	margin:0px auto;
    width: 70%;
}

.mobile_country_code_area {
	float: left;
    margin-right: 10px;
    width: 15%;
}

.mobile_number_area {
	float: left;
    width: 83%;
}

.mobile_number_area label.error{

           margin-left: -85px;
       }


.home_title_text {
    color: #ffffff;
    font-family: 'patua_oneregular';
    font-size: 34px;
    line-height: 50px;
    text-align: center;
	width:100%;
	float:left;
}

.home_app_icon_area {
    margin: 0 auto;
    width: 30%;
}

.bullet_text {
    background: url("images/bullet_icon.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    font-family: 'myriad pro';
    font-size: 21px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 30px;
    text-align: left;
    width: 100%;
}

.home_app_icon_area img {
	height: auto;
    max-width: 100%;
    position: relative;
    width: 44% !important;
}

.home_image_height {
	height:100px;
}

.reg_cc {
	display:none;
}

.how_to_use_content_area {
    border-top: 1px solid #999999;
    float: left;
    padding: 10px 0;
    width: 100%;
}

.how_to_use_text {
    color: #662d91;
    float: left;
    font-family: droidsansregular;
    font-size: 19px;
    font-weight: normal;
    width: 100%;
}

.video_area {
    float: left;
    padding-left: 15px;
    padding-top: 10px;
    width: 48%;
}

.video_content_area {
    float: left;
    padding-left: 30px;
    padding-top: 10px;
    width: 52%;
}

.video_heading_area {
    margin: 30px 0 40px;
    text-align: left;
}

.video_heading_area h4 {
    background: none repeat scroll 0 0 #ffffff;
    color: #662d91;
    display: inline;
    font-family: droidsansregular;
    font-size: 30px;
	text-transform:uppercase;
    padding-left: 15px;
    padding-right: 10px;
}

.video_heading_area p {
    background: none repeat scroll 0 0 #ffffff;
    color: #343a41;
    display: inline;
    float: left;
    font-family: 'myriad pro';
    font-size: 20px;
    padding: 15px 10px 20px 15px;
    width: 100%;
}

.video_mobile_bullet_text {
    text-align: left;
    width: 100%;
}

.video_mobile_bullet_text ul {
	margin-left:10px;
	list-style: disc outside url(images/icon1.png);
	padding-top:10px;
    width: 100%;
}

.video_mobile_bullet_text ul li {
    color: #333333;
    float: left;
    font-family: 'myriad pro';
    font-size: 21px;
    font-weight: bold;
   /* list-style: disc outside url(images/icon1.png);*/
	/*background:url(images/icon1.png) left top no-repeat;*/
    margin-bottom: 18px;
    margin-left: 40px;
    margin-top: 10px;
    width: 100%;
}

.video_mobile_icon {
    background: url("images/icon1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    float: left;
    font-family: 'myriad pro';
    font-size: 21px;
    font-weight: bold;
    padding-left: 35px;
	margin:10px 0px 10px 0px;
    padding-top: 4px;
    width: 100%;
}

.video_mobile_icon p {
    color: #666666;
    float: left;
    font-family: droidsansregular;
    font-size: 14px;
    font-weight: normal;
    padding-top: 4px;
    width: 100%;
}

.video_mobile_icon3 p {
    color: #666;
    float: left;
    font-family: droidsansregular;
    font-size: 12px;
	font-weight:normal;
    padding-top: 4px;
    width: 100%;
}

.video_mobile_icon3 {
    background: url("images/icon5.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    float: left;
    font-family: 'myriad pro';
    font-size: 21px;
    font-weight: bold;
    padding-left: 35px;
	margin:10px 0px 10px 0px;
    width: 100%;
}

.video_mobile_icon2 {
    background: url("images/icon5.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    float: left;
    font-family: 'myriad pro';
    font-size: 21px;
    font-weight: bold;
    padding-left: 35px;
	margin:10px 0px 10px 0px;
    width: 100%;
}

.video_mobile_icon2 p {
    color: #666;
    float: left;
    font-family: droidsansregular;
    font-size: 13px;
	font-weight:normal;
    padding-top: 4px;
    width: 100%;
}

.video_mobile_icon3 {
    background: url("images/icon4.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    float: left;
    font-family: 'myriad pro';
    font-size: 21px;
    font-weight: bold;
    padding-left: 35px;
	margin:10px 0px 10px 0px;
    width: 100%;
}

.video_mobile_icon3 p {
    color: #666;
    float: left;
    font-family: droidsansregular;
    font-size: 13px;
	font-weight:normal;
    padding-top: 4px;
    width: 100%;
}

.video_mobile_icon4 {
    background: url(images/call_abroad_icon.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    float: left;
    font-family: 'myriad pro';
    font-size: 21px;
    font-weight: bold;
    padding-left: 35px;
	margin:10px 0px 10px 0px;
    padding-top: 4px;
    width: 100%;
}

.video_mobile_icon4 p {
    color: #666666;
    float: left;
    font-family: droidsansregular;
    font-size: 14px;
    font-weight: normal;
    padding-top: 4px;
    width: 100%;
}

.video_mobile_icon5 {
    background: url(images/map_icon.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    float: left;
    font-family: 'myriad pro';
    font-size: 21px;
    font-weight: bold;
    padding-left: 35px;
	margin:10px 0px 10px 0px;
    padding-top: 4px;
    width: 100%;
}

.video_mobile_icon5 p {
    color: #666666;
    float: left;
    font-family: droidsansregular;
    font-size: 14px;
    font-weight: normal;
    padding-top: 4px;
    width: 100%;
}

.video_mobile_icon6 {
    background: url(images/call_received_icon.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333333;
    float: left;
    font-family: 'myriad pro';
    font-size: 21px;
    font-weight: bold;
    padding-left: 35px;
	margin:10px 0px 10px 0px;
    padding-top: 4px;
    width: 100%;
}

.video_mobile_icon6 p {
    color: #666666;
    float: left;
    font-family: droidsansregular;
    font-size: 14px;
    font-weight: normal;
    padding-top: 4px;
    width: 100%;
}

.video_main_area {
	width:100%;
	padding-bottom:45px;
	float:left;
}

/*.....landing page menu style.....*/

.landing_page_table_row_color {
	background:#e7e2e8 !important;
}

#navcontainer ul {
    float: right;
    list-style-type: none;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
    background-color: #662d91;
    color: #fff;
    float: left;
    margin-right: 5px;
    padding: 0.5em 1em;
    text-decoration: none;
	margin-top:10px;
	font-size:14px;
}

#navcontainer ul li a:hover
{
color: #000000;
background-color: #cb74ef;
}

.app_image_area {
	width:100%;
	background:url(images/app_img.jpg) center no-repeat;
	height:410px;
}

.app_button_main_area {
	width:100%;
	padding-left:56%;
	float:left;
}

.app_button_main_area h2 {
    color: #fff;
    font-weight: 100;
    line-height: 40px;
	font-family:patua_oneregular;
	font-size:40px;
    padding: 80px 0 20px;
	width:100%;
    text-align: left;
}

.app_button_main_area p {
    color: #cccccc;
    font-weight: 200;
	font-size:20px;
	font-family:'myriad pro';
	width:100%;
    text-align: left;
}

.app_button_area {
    padding-bottom: 70px;
    padding-top: 40px;
}

.app_button {
	width:183px;
	float:left;
	margin-right:20px;
}

.app_button a {
	width:183px;
	float:left;
}

.app_button a:hover img {
	opacity:0.7;
}


.mobile_img {
    background: url("images/dialer1.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    float: left;
    height: 610px;
    width: 31%;
}

.mobile_img2 {
    background: url("images/app_phone2.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 580px;
    width: 51%;
}

.mobile_img3 {
    background: url("images/app_calling_img.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 585px;
    width: 31%;
}

.mobile_img4 {
    background: url("images/app_settings_img.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 580px;
    width: 31%;
}


.dialer_column4 {
    float: left;
    margin-left: 162px;
    padding-top: 143px;
    width: 50%;
}

.dialer_column5 {
    float: right;
    margin-left: 0;
    padding-top: 131px;
    width: 45%;
}

.dialer_column4 h3 {
    background: none repeat scroll 0 0 #ffffff;
    color: #662d91;
    display: inline;
    float: left;
    font-family: droidsansregular;
    font-size: 41px;
    padding: 15px 10px 0 0;
    width: 100%;
}

.dialer_column4 p {
    background: none repeat scroll 0 0 #ffffff;
    color: #343a41;
    display: inline;
    float: left;
    font-family: 'myriad pro';
    font-size: 22px;
    padding: 10px 10px 5px 0;
    width: 100%;
}

.dialer_column5 h3 {
    background: none repeat scroll 0 0 #ffffff;
    color: #662d91;
    display: inline;
    float: left;
    font-family: droidsansregular;
    font-size: 41px;
    padding: 15px 10px 0 0;
    width: 100%;
}

.dialer_column5 p {
    background: none repeat scroll 0 0 #ffffff;
    color: #343a41;
    display: inline;
    float: left;
    font-family: 'myriad pro';
    font-size: 22px;
    padding: 10px 10px 5px 0;
    width: 100%;
}

.dialer_column6 {
    float: left;
    margin-left: 161px;
    padding-top: 143px;
    width: 54%;
}

.dialer_column6 h3 {
    background: none repeat scroll 0 0 #ffffff;
    color: #662d91;
    display: inline;
    float: left;
    font-family: droidsansregular;
    font-size: 41px;
    padding: 10px 10px 0 0;
    width: 100%;
}

.dialer_column6 p {
    background: none repeat scroll 0 0 #ffffff;
    color: #343a41;
    display: inline;
    float: left;
    font-family: 'myriad pro';
    font-size: 22px;
    padding: 15px 10px 5px 0;
    width: 100%;
}

.dialer_column7 {
    float: right;
    margin-right: 195px;
    padding-top: 143px;
    width: 50%;
}

.dialer_column7 h3 {
    background: none repeat scroll 0 0 #ffffff;
    color: #662d91;
    display: inline;
    float: left;
    font-family: droidsansregular;
    font-size: 41px;
    padding: 15px 10px 0 0;
    width: 100%;
}

.dialer_column7 p {
    background: none repeat scroll 0 0 #ffffff;
    color: #343a41;
    display: inline;
    float: left;
    font-family: 'myriad pro';
    font-size: 22px;
	line-height:28px;
    padding: 10px 10px 5px 0;
    width: 100%;
}

.button7 {
    display: inline-block;
    text-align:left;
    vertical-align: middle;
    padding: 10px 25px;
    border: 0px solid #b14b0e;
    border-radius: 8px;
    background: #fab725;
    background: -webkit-gradient(linear, left top, left bottom, from(#fab725), to(#b14b0e));
    background: -moz-linear-gradient(top, #fab725, #b14b0e);
    background: linear-gradient(to bottom, #fab725, #b14b0e);
    text-shadow: #6f2f09 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
	width:100%;
    text-decoration: none;
}
.button7:hover,
.button7:focus {
    border: 0px solid ##dd5e12;
    background: #ffdc2c;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffdc2c), to(#d45a11));
    background: -moz-linear-gradient(top, #ffdc2c, #d45a11);
    background: linear-gradient(to bottom, #ffdc2c, #d45a11);
    color: #ffffff;
    text-decoration: none;
}
.button7:active {
    background: #966e16;
   background: #ffdc2c;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffdc2c), to(#d45a11));
    background: -moz-linear-gradient(top, #ffdc2c, #d45a11);
    background: linear-gradient(to bottom, #ffdc2c, #d45a11);
}
.button7:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 1px;
    left: -8px;
   /* background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAArUlEQVRIie2T4QkCMQyFv9QO4g4ucKPoJM7hL8HJbpEj/oiFWDybkyuHcA9KP15DUl4p7NpaAhyBS+VPwMHttRfVA2AAtNMa0oLb/KT/H5DvvQecOzZXvkSkK3HypjaKlzJAVuy3iTPXYoAst/fpdUEtX9NiATInc9SdFpYZLk0ibBGJu3mEiUeUvKGBV/Y1LbaIillCi0YU4deAEeH66bHmIlK1WFuMMLJrcz0BXW1mtr3ggdcAAAAASUVORK5CYII=") no-repeat left center transparent;
    background-size: 100% 100%;*/
}

.button5 {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding: 10px 25px;
    border: 0px solid #b14b0e;
    border-radius: 8px;
    background: #fab725;
    background: -webkit-gradient(linear, left top, left bottom, from(#fab725), to(#b14b0e));
    background: -moz-linear-gradient(top, #fab725, #b14b0e);
    background: linear-gradient(to bottom, #fab725, #b14b0e);
    text-shadow: #6f2f09 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
	width:100%;
	margin-top:20px;
    text-decoration: none;
}
.button5:hover,
.button5:focus {
    border: 0px solid ##dd5e12;
    background: #ffdc2c;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffdc2c), to(#d45a11));
    background: -moz-linear-gradient(top, #ffdc2c, #d45a11);
    background: linear-gradient(to bottom, #ffdc2c, #d45a11);
    color: #ffffff;
    text-decoration: none;
}
.button5:active {
    background: #966e16;
    background: -webkit-gradient(linear, left top, left bottom, from(#966e16), to(#b14b0e));
    background: -moz-linear-gradient(top, #966e16, #b14b0e);
    background: linear-gradient(to bottom, #966e16, #b14b0e);
}
.button5:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 1px;
    left: -8px;
    /*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADsElEQVRIie2Ub0zUdRzHX9/f/Q6UDmciCBw6SIN7YDQth3Dx54Y6ma2aslbnegACBRu0tWrQGtyYS9dYW7KBgWHDga6RLRfRLLo4+oGW1WA9QMIg8eSfUAsC8e749oA7ODhWPaonvp98/7+/n/f7/f394D7+b4g+iyXWWFmZo+7Zy76iVrSeMQAPSB1SeBBSB9B3KsUzY07USfCEar2Yiru9FBIQXjZ43BTG+bif8HS0E22zNaoicXess7yiPPzFAi6ceJLS6qs0fz6AlGLxnK/1Ui3DSywESAlCkJ2yhVdm2tEN/0FM4zmIinEoO6+YsD1SQv+ldlyvFXEmbzsfVx1gW6TBy7FMKwIMkCAl0REP0JClcrz/NAn7k1lXVUNR4xAbLR+guNwLXNDGePa3NDqikhnMLyDV2cU3dYd44dDD6FXditKXLhECVVXITgqjJeZ7LLc1ttbWohlTMOd+wtlL15m/50bx7R8enyXfruN4fD5Dlx24S4upe8nE+bcyidy8foUxAOEb11GbFUzlwBni03YTWlXNy003OfL6Fww6p72bBar/KbdH0nxliq/CzJzYM0/S0aNkHMulp/kwwXdGGPCRhwjatv/Ipl8miTrbwOUbLoqsF3GO/7kyIgSiT+vNAOyr3Q3SK0ToXciZGfRGIy6nk+upqQDE2+0gBHqjEXQ6Ru/MMu9aCEgIsIhrEHCB38MLgG/NZ9U/9C2Kv6+ryVfP47cm/mVfNWi9a1YarFeI3BwCHg8upxOkpN9iASChs3PJNmEwMO7Sc29ti1BNJd3LI2/5xvAQaspSiQzSM1JWytT6MOIKjy2p8IRHMrshAp2mMf5+A1fNVsq+C2Z0ci5A6uIzlYuzer1C3jMmepoPY/7VwWBOLu0P7SPrxi4mZuWS/NHJOR61XuTraDNxTU2k33TQGqVh3bsJVRV+AUoUWPzM46JD+ejt/bxr3cb0q8X0O36gfEcehW3zTPx+N0D66OQcz7/RTsHpPtST1cQeSOPN/nrqLR62RoQsyVCCg1RynkpAa3gas7OL4aJC7NFmsm89Rsu3U7jdy1FL/IKX4HItcO6zn3mioJVOYwpx9XWkj3Tz4YMOnjNvQa8qiLm77gxGbtlHbBWMKht4x5BJS9fYikwA+k4lM2NOBMCg9bIiOxb/edaDOzhZnESI/VMm3qtDJO6yqC6tY+i2zVahS8+kZHAn13zkfkGtDa8WKUBIpISmtgGGbk/zZc0RjEYjzvLyob9juI//Bn8BZ81nDAH0/NkAAAAASUVORK5CYII=") no-repeat left center transparent;
    background-size: 100% 100%;*/
}

.button6 {
    display: inline-block;
    text-align:left;
    vertical-align: middle;
    padding: 10px 25px;
    border: 0px solid #b14b0e;
    border-radius: 8px;
    background: #fab725;
    background: -webkit-gradient(linear, left top, left bottom, from(#fab725), to(#b14b0e));
    background: -moz-linear-gradient(top, #fab725, #b14b0e);
    background: linear-gradient(to bottom, #fab725, #b14b0e);
    text-shadow: #6f2f09 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
	width:100%;
	margin-top:15px;
    text-decoration: none;
}
.button6:hover,
.button6:focus {
    border: 0px solid ##dd5e12;
    background: #ffdc2c;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffdc2c), to(#d45a11));
    background: -moz-linear-gradient(top, #ffdc2c, #d45a11);
    background: linear-gradient(to bottom, #ffdc2c, #d45a11);
    color: #ffffff;
    text-decoration: none;
}
.button6:active {
    background: #966e16;
    background: -webkit-gradient(linear, left top, left bottom, from(#966e16), to(#b14b0e));
    background: -moz-linear-gradient(top, #966e16, #b14b0e);
    background: linear-gradient(to bottom, #966e16, #b14b0e);
}
.button6:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 1px;
    left: -8px;
    /*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAB6ElEQVRIie2TzU4aURTHf3fmkpYqn5MhpoloRPAjGuK2q7YvIt32IdqXcG/STdOnaNIXMH4kEFwMGw21VTN6AenMcLuAoZRAYdKFG/+b88vNzbnn/M898KTHloCDVSnNd74fEItJPM8nFpOB5/mmlGYQBIFpmia9Xi8QQphe8D6IkP+TBFb39l5+qFZ/srOT4+zsahi3t21qtWtKpQzNZpt43IBX+whA/6lwKgPfBBy8LhSyX7PZOK1Wj8VFyf39L1KpZ7juA6lUHNdtY9sJ6vUfXH7OR3HojQRQysOyXqCURzIZQymPTOY5Svmk04JWyyeb1XQ6PqJSmTu7BiRAPp/i/Nxlc9OiVrtmY8OiWu1bU6/fsraW4OJCYdsL6LqDEH0DtNb/Zq0xAG5u2hQKSVy3S7GYxnU7lEoZ7u4eWF9Po1SX5eUESnXBMNBCoIWYyRgG0S1ynOgWraykOT29olxe4vi4Sbm8xNFRk93dHCcn39nasnCcW3K5BXSlEv4QNMxkeXj4doDFQSyMxfA8VGWYZLTSSQwg9xtfhq9FkZiDAaRoNP56fdZj89gSsgAkg389qc1pWzrt/iSW4dDmaTkqw7hFI8syTTOXa4T7FoWHY62F1fy3RUAD+DhpWEzheQc9yP2kR9Zvv4LsZShXyKgAAAAASUVORK5CYII=") no-repeat left center transparent;
    background-size: 100% 100%;*/
}

/*.content_icon img {
	max-width:32%;
	height:auto;
	position: relative;
	width:100%;
}*/



.country_area {
	width:295px; 
	float:right;
}

.alignment {
	margin-left:52px;
}

.signup_inner_text {
	text-align:right; 
	font-size:14px; 
	border-bottom:1px #999999 dashed; 
	padding:0px 0px 10px 0px; 
	margin-bottom:10px;
}



.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 4s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/*@-moz-keyframes blinker {  
    0% { opacity: 10.0; }
    50% { opacity: 0.0; }
    100% { opacity: 20.0; }
}*/

/*@-webkit-keyframes blinker {  
    0% { opacity: 10.0; }
    50% { opacity: 0.5; }
    100% { opacity: 20.0; }
}*/

/*@keyframes blinker {  
    0% { opacity: 10.0; }
    50% { opacity: 0.0; }
    100% { opacity: 20.0; }
}*/

.heading_text {
    color: #4f4e50;
	width:95%;
	height:20px;
	float:left;
    display: inline;
    font-family:"myriad pro";
    font-size: 21px;
    font-weight: bold;
    line-height: 20px;
	text-align:left;
    padding-left: 0px;
	padding-bottom:25px;
    padding-right: 10px;
}

.heading_text a {
    color: #ef1808;
    display: inline;
    font-family: droidsansregular;
    font-size: 21px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.heading_text a:hover {
	text-decoration:underline;
}

.dataselect_area {
	background: none repeat scroll 0 0 #fddb85; 
	border-radius: 25px; 
	width:55%; 
	padding:0px; 
	margin:10px auto;
	
}

.dataselect_image_area2 {
	width:100%;
	float:left;
}

.dataselect_image_area2 img {
	max-width:100%;
    width: 80%;
}

.news_area {
	background: none repeat scroll 0 0 #ebe5f2;
   /* border: 2px solid #d7cde3;*/
    color: #333333;
    font-family: myriad pro;
    font-size: 18px;
    height: 183px !important;
    line-height: 35px;
    margin: 0 auto 0px;
    overflow: hidden;
   /* padding: 18px;*/
    position: relative;
    text-align: left;
    width: 95%;
}

.news_img {
	float: left;
    width:18%;
	margin-right:20px;
}

.news_img img {
	border:2px #cccccc solid;
	max-width:100%;
    width: 100%;
}

.news_content1 {
	float: left;
    width: 80%;
}

.news_content1 p {
	float: left;
    font-size: 17px;
	line-height:30px;
	font-family:myriad pro;
	color:#333;
	text-align:left;
    width: 100%;
}

.news_content2 {
	float: left;
    width: 100%;
}

.news_content2 p {
	float: left;
    font-size: 17px;
	line-height:30px;
	font-family:myriad pro;
	color:#333;
	text-align:left;
}

.read_more {
	margin-left:0px;
}

.read_more a {
	font-family:myriad pro;
	color:#c41e0d;
	text-decoration:none;
}

.read_more a:hover {
	color:#333;
	text-decoration:underline;
}

.news_image1 {
	width:50%;
	padding-right:10px;
	margin-top:40px;
	float:left;
}

.news_image1 img {
	border:7px #cccccc solid;
	max-width:100%;
    width: 100%;
}

.news_image2 img {
	border:7px #cccccc solid;
	max-width:100%;
    width: 100%;
}

.news_image2 {
	width:50%;
	padding-left:10px;
	margin-top:40px;
	float:left;
}
	





 @media screen and (max-width: 420px),(max-width: 620px),(max-width: 720px),(max-width: 820px),(max-width: 920px) {
body {
	font-size: 11px;
}
button, input, select, textarea {
	font-size: 11px;
}

.loginbox input {
	width: 90%;
}

.loginbox select {
	width: 100%;
}

.loginbox button {
	width: 100%;
}

.chosen-container-single .chosen-single {
    font-size: 16px;
    
}
.dataselect_image_area2 img {
	max-width:100%;
    width: 100%;
}






}

@media screen and (max-width: 320px),(max-width: 480px),(max-width: 568px),(max-width: 375px),(max-width: 667px),(max-width: 600px),(max-width: 640px) {
	
	.div_area_off {
		display:none;
	}
	
}







@media screen and (max-width: 480px) {
body {
	font-size: 11px;
}
button, input, select, textarea {
	font-size: 11px;
}
.loginbox {
    margin: 4% auto !important;
    width: 385px !important;
}
.loginbox input {
	width: 90%;
}

.loginbox select {
	width: 100%;
}

.loginbox button {
	width: 100%;
}

.zerogrid .col-2-3 {
  /*  width: 438px;*/
}

.zerogrid .col-2-3 {
    margin: 20px;
    width: 410px !important;
}

/*#form textarea {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CCCCCC;
    color: #8D8E92;
    float: left;
    font: italic 13px Arial,Helvetica,sans-serif;
    height: 268px;
    margin: 0;
    outline: medium none;
    overflow: auto;
    padding: 6px 0 0 18px;
    resize: none;
	width:92% !important;
   
}

#form input {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CCCCCC;
    color: #8D8E92;
    float: left;
    font: italic 13px Arial,Helvetica,sans-serif;
    height: 17px;
    outline: medium none;
    padding: 5px 9px 6px 18px;
    width: 89% !important;
}*/

.inner_page_content_area h4 {
    font-size: 30px;
}

.inner_page_content_area p {
    font-size: 18px;
    line-height: 30px;
    padding-top: 15px;
}

.loginbox {
    margin: 0 20px !important;
    width: 92% !important;
}

.loginbox h1 {
    color: #662D91; font-family: 'patua_oneregular';
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    padding-top: 10px;
}

.form_box_main_area {
    margin: 0 auto;
    width: 95%;
}

.bread {
    font-family: 'patua_oneregular';
    font-size: 38px !important;
    padding-left: 16px;
}

.content_icon4 {
    background:url(images/arrow_img.png) right bottom no-repeat !important;
    color: #fff;
    font-family: 'WebSymbolsRegular',cursive;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
}



.dd {
    border: 1px solid #c3c3c3;
    float: right;
    margin: 10px 10px 0 0 !important;
}

.heading_text a {
   
    display: inline;
    font-family: droidsansregular;
    font-size: 21px;
    font-weight: bold;
    line-height: 33px;
    padding-left: 10px;
    padding-right: 10px;
}



}





@media screen and (max-width: 768px) {
body {
	font-size: 11px;
}
button, input, select, textarea {
	font-size: 11px;
}

.loginbox input {
	width: 90%;
}

.loginbox select {
	width: 100%;
}

.loginbox button {
	width: 100%;
}

.loginbox {
    margin: 0 20px !important;
    width: 98% !important;
}

.packages_selectbox_col_1 {
    float: left;
    margin-right: 22px;
    width: 43%;
}

.loginbox h1 {
    color: #662D91; font-family: 'patua_oneregular';
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0;
    padding-top: 10px;
}

.main_content_area {
    background: none repeat scroll 0 0 #FFFFFF;
    width:100%;
}

.wrapper {
    box-shadow: 6px 0 10px -7px #000000, -6px 0 10px -7px #000000;
    margin:0px;
    width: 100%;
}

.zerogrid .col08 {
    margin: 10px;
}

.zerogrid .col-1-3 {
    margin: 10px;
}

.zerogrid .col-2-3 {
    margin: 20px;
    width: 728px;
}

/*#form input {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CCCCCC;
    color: #8D8E92;
    float: left;
    font: italic 13px Arial,Helvetica,sans-serif;
    height: 17px;
    outline: medium none;
    padding: 5px 9px 6px 18px;
    width: 205px;
}

#form textarea {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CCCCCC;
    color: #8D8E92;
    float: left;
    font: italic 13px Arial,Helvetica,sans-serif;
    height: 268px;
    margin: 0;
    outline: medium none;
    overflow: auto;
    padding: 6px 0 0 18px;
    resize: none;
    width: 215px;
}*/

.price_block {
    width: 100% !important;
}

.pricing_table {
    max-width: 310px !important;
    width: 100% !important;
}

.signupbox {
    width: 100%;
}

.signupbox_forgot_password_text {
    width: 38% !important;
}

#display-success {
    font-size: 22px;
    width: 60%;
}

.contactus h2 {
    color: #662D91;
    font-family: 'patua_oneregular';
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 65px;
    margin-top: 20px;
}

.contactus {
    float: left;
    font-weight: normal;
    padding: 0 15px !important;
    width: 100% !important;
}

.contactus input {
    border: 1px solid #542084;
    height: 45px !important;
    margin-bottom: 20px;
}

.contactus textarea {
    border: 1px solid #542084 !important;
    height: 310px !important;
	font-size:14px;
}

.contactus p {
    font-family: 'myriad pro';
    font-size: 18px;
	font-weight:normal;
}

.packages_selectbox_col_3 {
    float: left;
    margin-top: 55px;
    width: 8%;
}

.content_area_form textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #662D91;
    color: #666666;
    font-family: 'myriad pro';
    font-size: 15px;
    height: 95px;
    margin-bottom: 20px;
    margin-top: 8px;
    width: 100%;
}

.content_area_form button {
    font-size: 17px; 
}

.signupbox .button3 {
    font-size: 17px;
    width: 100%;
}

.signupbox .button2 {
    font-size: 17px;
    width: 100%;
}

.rates_select_area {
    float: left;
    margin-right: 15px;
    margin-top: 20px;
    width: 80%;
}

.rates_button_area {
    float: left;
    margin-top: 35px;
    width: 15%;
}

.rates_table_area table {
    margin: 0 0 18px;
    text-align: left;
    width: 80%;
}

.inner_page_content_area .bullet_text {
    width: 90%;
}

.signupbox {
    width: 98%;
}

.astrisk_style {
    margin-bottom: 65px;
    margin-left:0px !important;
}

.packages_selectbox_col_1 {
    float: left;
    width: 55%;
}

.signupbox h2 {
    font-size: 30px;
   
}

.addcalling_credit_box_area table tbody tr td {
    font-size: 15px;
    
}

.addcalling_credit_box_area table tbody tr td span {
    font-size: 13px;
    font-weight: 700;
}

.signupbox .button2 {
    font-size: 12px;
    width: 100%;
}

.signupbox .button3 {
    font-size: 13px;
    width: 100%;
}

.add_calling_credit_selectbox_area {
    float: left;
    margin-right: 0;
    width: 42%;
}

.packages_selectbox_col_1 {
    margin-right: 15px;
   
}

.contactus h2 {
    font-size: 28px;
    
}

.inner_page_content_area h4 {
    font-size: 28px;
    font-weight: normal;
}

.inner_page_content_area h3 {
    font-size: 20px;
	font-weight:normal;
   
}

.your_account_boxarea {
    margin: 0 auto;
    width: 80%;
}

.form_box_main_area {
    margin: 0 auto;
    width: 70%;
}

.rates_table_area table {
    width: 93%;
}

.ratetable td {
    font-family: 'myriad pro';
    font-size: 15px;
}

.dialer_column1 {
    margin-left: 30px;
    padding-top: 45px;
    width: 60%;
}

.dialer_column2 {
    float: left;
    padding-left: 38px;
    padding-top: 45px;
    width: 30%;
}

.nine, .row .nine {
    width: 65%;
}

.one, .row .one {
    padding-left: 2px;
    width: 31.333%;
}

.logo_style {
	margin-left:0px;
}

.packages_selectbox_col_1 {
    float: left;
    width: 44%;
}

.package_button {
    float: right;
    margin-top: 30px;
    width: 26%;
}

.loginbox button {
    font-size: 16px !important;
    padding: 14px 10px;
    width: 100%;
}

.text4 {
    font-size: 20px;
}

.signupbox .button4 {
    font-size: 22px;
    width: 52%;
}

.dialer_download_main_area {
    width: 61% !important;
}

.dialer_download_small_text {
    float: left;
    line-height: 22px;
    padding-top: 9px;
    text-align: center;
    width: 100%;
}

.download_main_area {
    margin: 0 50px;
    width: 100%;
}

.dialer_download_small_area {
	width:25%;
	float:left;
}

.new_addcalling_credit_form_area {
    margin: 0 auto;
    width: 90%;
}

.registration_button_area1 {
    float: left;
    margin-top: 0;
    width: 30%;
}

.registration_button_area2 {
    float: right;
    margin-top: 0;
    width: 30%;
}

.registration_area {
    margin: 0 auto;
    width: 85%;
}

.mobile_number_area {
    float: left;
    width: 82%;
}

.mobile_number_area label.error {
    margin-left: -72px !important;
}

.bullet_text {
    background: url("images/bullet_icon.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    font-family: 'myriad pro';
    font-size: 19px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 20px;
    margin-left: 50px;
    margin-top: 20px;
    padding-left: 30px;
    text-align: left;
    width: 90%;
}

.home_title_text {
    font-size: 22px !important;
    line-height: 20px;
	margin-bottom:10px;
}

.home_image_height {
    height: 80px;
}

.mid_content a.button {
    font-size: 17px;
    font-weight: bold;
    padding: 12px 20px;
}

.reg_cc {
	display:none;
}

.ca-menu2 li {
    height: 145px;
    width: 260px;
}

.ca-content2 {
    height: 25%;
    top: 80%;
}

.content_icon4 {
    background: url(images/arrow_img2.png) no-repeat scroll right center rgba(0, 0, 0, 0);
}

.tweetarea {
    margin-bottom: 10px;
   
}

.ca-content2 {
    height: 30%;
    top: 75% !important;
}

.video_area {
    float: left;
    padding-left: 15px;
    padding-top: 10px;
    width: 48%;
}

.video_mobile_bullet_text {
    font-size: 22px;
    padding: 0 10px 20px !important;
}

.video_mobile_bullet_text ul li {
    color: #333333;
    float: left;
    font-family: 'myriad pro';
    font-size: 16px;
    font-weight: bold;
    list-style: disc outside url("images/bullet2.png");
    margin-bottom: 5px;
    margin-left: 20px;
    margin-top: 10px;
    width: 100%;
}

.video_main_area {
    float: left;
    padding-bottom: 25px !important;
    width: 100%;
}

.video_heading_area h4 {
    font-size: 26px !important;
}

.video_heading_area {
    margin: 10px 0 40px;
    text-align: left;
}

.video_heading_area p {
    font-size: 15px;
    padding: 10px 10px 15px 15px;
}

.video_mobile_icon4 {
    font-size: 17px;
	 margin: 0px 0;
    width: 100%;
}

.video_mobile_icon4 p {
    font-size: 10px;
    width: 100%;
}

.video_content_area {
    padding-left: 10px;
    width: 52%;
}

.video_mobile_icon5 {
    
    font-size: 17px;
    margin: 0px 0;
    width: 100%;
}

.video_mobile_icon5 p {
    font-size: 10px;
    width: 100%;
}

.video_mobile_icon6 {
    font-size: 17px;
	margin: 0;
    width: 100%;
}

.video_mobile_icon6 p {
    font-size: 10px;
    width: 100%;
}

.video_content_area {
	float: left;
	padding-left: 15px !important;
	padding-top: 0;
	width: 52% !important;
}

.video_mobile_icon {
    font-size: 17px;
    margin: 5px 0;
    width: 100%;
}

.video_mobile_icon p {
    color: #666666;
    font-size: 11px;
    width: 100%;
}

.video_mobile_icon2 {
    font-size: 17px;
    margin: 5px 0;
    width: 100%;
}

.video_mobile_icon2 p {
    color: #666666;
    font-size: 11px;
    width: 100%;
}

.video_mobile_icon3 {
    font-size: 17px;
    margin: 5px 0;
    width: 100%;
}

.video_mobile_icon3 p {
    color: #666666;
    font-size: 11px;
    width: 100%;
}

.app_image_area {
    background: url("images/app_img2.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 285px;
    width: 100%;
}

.app_button_main_area h2 {
    color: #fff;
    font-family: patua_oneregular;
    font-size: 35px;
    font-weight: 100;
    line-height: 35px;
    padding: 46px 0 10px;
    text-align: left;
    width: 100%;
}

.app_button_main_area p {
    font-size: 15px;
}

.app_button_main_area {
    padding-left: 58%;
}

.app_button img {
   	width: 70%;
	max-width:100% !important;
	float:left;
}

.app_button {
    float: left;
    margin-right: 10px;
    width: 130px;
}

.twelve, .row .twelve {
    width: 100%;
}

.table_area2 img {
    float: left;
	max-width:100%;
    width: 100%;
}

.mobile_img {
    background: url("images/dialer1_ipad.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    float: left;
    height: 518px;
    width: 41% !important;
}

.dialer_column4 h3 {
    font-size: 35px;
    width: 100%;
}

.dialer_column4 p {
    font-size: 19px;
}

.dialer_column4 {
    float: left;
    margin-left: 45px !important;
    padding-top: 143px;
    width: 50%;
}

.mobile_img2 {
    background: url("images/app_phone2_ipad.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 580px;
    width: 51%;
}

.dialer_column5 h3 {
    font-size: 35px;
   
}

.mobile_img2 {
    background:  url("images/app_phone2_ipad.png") no-repeat scroll left center rgba(0, 0, 0, 0) !important;
    float: left;
    height: 510px;
    width: 57%;
}

.dialer_column5 {
    float: right;
    margin-left: 0;
    padding-top: 105px;
    width: 40%;
}

.dialer_column5 p {
    font-size: 19px;  
}

.dialer_column6 {
    float: left;
    margin-left: 40px !important;
    padding-top: 95px !important;
    width: 54% !important;
}

.dialer_column6 h3 {
    font-size: 35px;
   
}

.dialer_column6 p {
    font-size: 19px;
	line-height:28px;
}

.mobile_img3 {
    background: url("images/app_calling_img_ipad.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 585px;
    width: 43%;
}

.mobile_img3 {
    background: url("images/app_calling_img_ipad.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: right;
    height: 480px;
    width: 35%;
}

.mobile_img4 {
    background: url("images/app_settings_img_ipad.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 465px;
    width: 31%;
}

.dialer_column7 h3 {  
    font-size: 35px;
}

.dialer_column7 p {  
    font-size: 19px;  
}

.dialer_column7 {
    float: right;
    margin-right: 95px !important;
    padding-top: 78px !important;
    width: 50%;
}

.dialer_download_area {
    float: left;
    width: 250px;
}

.dialer_download_text_area {
    float: left;
    padding-top: 15px;
    width: 185px !important;
}

.body_content_row1 h4 {
    font-size: 30px;
    line-height: 48px;
}

.app_button_main_area h2 {
    font-size: 28px;
}

.dd {
    border: 1px solid #c3c3c3;
    float: right;
    margin: 10px 15px 0 0 !important;
}

.country_area {
    float: right;
    width: 285px;
}

.alignment {
    margin-left: 0px;
}

.dataselect_area {
	background: none repeat scroll 0 0 #fddb85; 
	border-radius: 25px; 
	width:55%; 
	padding:0px; 
	margin:10px auto;
	
}

.news_img {
    float: left;
    width: 25%;
}

.news_content2 {
	float: left;
	padding:10px;
    width: 95%;
}

.news_content2 p {
	float: left;
    font-size: 15px;
	line-height:27px;
	font-family:myriad pro;
	color:#333;
	font-weight:normal;
	text-align:left;
}

.news_content1 {
	float: left;
    width: 70%;
}

.news_content1 p {
	float: left;
    font-size: 14px;
	line-height:27px;
	font-family:myriad pro;
	color:#333;
	font-weight:normal;
	text-align:left;
    width: 100%;
}

.how_to_use_text {
    font-size: 20px;
}

/*.content_icon img {
	max-width:90%;
	height:auto;
	position: relative;
	width:100% !important;
    display:block;
}*/


}




@media screen and (max-width: 600px) {
	
.dataselect_area {
	background: none repeat scroll 0 0 #fddb85; 
	border-radius: 25px; 
	width:70%; 
	padding:0px; 
	margin:10px auto;
	
}	
}





@media screen and (max-width: 568px) {

.dialer_column4 {
    float: left;
    margin-left: 15px !important;
    margin-right: 0 !important;
    padding-top: 91px !important;
    width: 51% !important;
}

.dialer_column5 {
    float:left !important;
    margin-left: 15px !important;
    padding-top: 0px !important;
    width: 95% !important;
}

.mobile_img {
    background: url("images/dialer1_ipad.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    float: left;
    height: 518px;
    width: 45% !important;
}

.dialer_inner_area {
    float: left;
    margin: 0;
    text-align: left;
}

.mobile_img2 {
    background: url("images/app_phone2.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 580px;
    margin-left: 45px !important;
    width: 85% !important;
}

.mobile_img2 {
    background: url("images/app_phone2.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 515px;
    width: 55%;
}

.dialer_column6 {
    float: left;
    margin-left: 15px !important;
    padding-top: 80px !important;
    width: 52% !important;
}

.mobile_img3 {
    background: url("images/app_calling_img_ipad.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left !important;
    height: 480px !important;
    width: 45% !important;
}

.dialer_column6 h3 {
    font-size: 29px;
}

.dialer_column5 h3 {
    font-size: 29px;
}

.dialer_column4 h3 {
    font-size: 29px;
    width: 100%;
}

.dialer_column6 p {
    font-size: 19px;
    padding-top: 7px;
}

.mobile_img4 {
    background: url("images/app_settings_img_ipad.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 465px !important;
    width: 45% !important;
}

.dialer_column7 {
    float: right;
    margin-right: 10px !important;
    padding-top: 143px;
    width: 50%;
}

#menu-icon {
    background: url("../img/menu-icon.png") no-repeat scroll 10px center #333;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    height: 40px;
    margin-top: 10px;
    padding: 12px 10px 15px 26px;
    width: 100%;
}

.sf-menu {
    top: 92px;
	z-index:999;
   
}

.dd {
    border: 1px solid #c3c3c3;
    float: right;
    margin: 10px 10px 0 0 !important;
}

.country_area {
    float: right;
    width: 280px;
}

.signup_inner_text {
    border-bottom: 1px dashed #999999;
    font-size: 14px;
    margin-bottom: 0;
    padding: 37px 0 10px;
    text-align: left;
}

.heading_text a {
   
    display: inline;
    font-family: droidsansregular;
    font-size: 21px;
    font-weight: bold;
    line-height: 33px;
    padding-left: 10px;
    padding-right: 10px;
}

.dataselect_area {
	background: none repeat scroll 0 0 #fddb85; 
	border-radius: 25px; 
	width:70% !important; 
	padding:0px; 
	margin:10px auto !important;
	
}

.news_img {
    float: left;
    width: 30%;
}

.news_content2 {
	float: left;
	padding:10px;
    width: 95%;
}

.news_content2 p {
	float: left;
    font-size: 15px;
	line-height:30px;
	font-family:myriad pro;
	color:#333;
	font-weight:normal;
	text-align:left;
}

.news_content1 {
	float: left;
    width: 65%;
}

.news_content1 p {
	float: left;
    font-size: 14px;
	line-height:25px;
	font-family:myriad pro;
	color:#333;
	font-weight:normal;
	text-align:left;
    width: 100%;
}

.heading_text {
    font-size: 17px;
    
}

#wrapper1 { 
	width: 100%;
	height: 180px !important; 
	margin: 0 auto; 
}

#subheader {
    padding: 15px 5px 5px !important;
}
}

@media screen and (max-width: 375px) {
	
a.actbutton {
    font-size: 9px !important;
    left: 17px !important;
    top: 103px !important;
}

.heading_text {
    font-size: 13px !important;
    height: 10px;
    padding-right: 10px;
    width: 100%;
}

.news_img {
    float: left;
    padding-left: 5px;
	margin-right:5px;
    width: 32% !important;
}

.news_content1 {
    float: left;
    padding: 5px;
    width: 66% !important;
}

.news_content1 p {
    font-size: 12px;
    line-height: 18px !important;
    width: 100%;
}

.app_button_main_area h2 {
    font-size: 25px !important;
    
}

.app_button_main_area p {
    color: #333;
    font-size: 16px !important;
}

.app_button {
    float: left;
    margin-right:0px !important;
    width: 138px !important;
}

.two, .row .two {
    width: 37%;
}

footer .soc-icons span {
	margin-top:0px;
    font-size: 15px;
    width: 100%;
}

.mobile_country_code_area {
    float: left;
    margin-right: 10px;
    width: 25% !important;
}

.ui-tabs .ui-tabs-nav li a {
   
    font-size: 15px !important;
    
}

.form_box_main_area {
    margin: 0 auto;
    width: 98% !important;
}


ol li {
    
    font-size: 16px;
    
}

.how_to_use_content_area {
    margin-left: 0px !important;
    
}

.inner_page_content_area h3 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 0;
}






}







@media screen and (max-width: 480px) {

.inner_page_content_area h4 {
    font-size: 30px;
}

.inner_page_content_area p {
    font-size: 18px;
    line-height: 30px;
    padding-top: 15px;
}

.loginbox {
    margin: 0 20px !important;
    width: 92% !important;
}

.loginbox h1 {
    color: #662D91; font-family: 'patua_oneregular';
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    padding-top: 10px;
}

.packages_selectbox_col_1 {
    float: left;
    margin-right: 0px;
    width: 98% !important;
}

.packages_selectbox_col_2 {
    float: left;
    width: 98% !important;
}

.loginbox select {
    font-size: 17px;
    width: 99% !important;
}

.price_block {
    width: 100% !important;
	border:4px solid #CCCCCC !important;
}

.signup_main_area {
    margin: 0 auto;
    width: 90%;
}

.signupbox_forgot_password_text {
    width: 50% !important;
}

#display-success {
    font-size: 22px;
    width: 98%;
}

.button { border: 0px; nowhitespace: afterproperty; width: auto; nowhitespace: afterproperty; background: linear-gradient(#FAB525, #CD6B24) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none; margin-top:10px; 
    color: white; cursor: pointer; display: inline-block; font-family: 'myriad pro'; font-size: 18px; line-height: 1; outline: none; padding: 8px 17px 9px; position: relative; text-align: center; text-decoration: none; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; /* Hovers */ /* Sizes */ /* Colors */ /* Radii */ /* Layout */ /* Disabled ---------- */ }
.button:hover { color: white;  background: linear-gradient(#CD6B24, #CD6B24) repeat scroll 0 0 rgba(0, 0, 0, 0); }

.packages_selectbox_col_3 {
    float: left;
    margin-top: 10px;
    width: 20%;
}

.registration_button_area1 {
    float: left;
    margin-top: 10px;
    width: 35%;
}

.registration_button_area2 {
    float: right;
    margin-top: 10px;
    width: 35%;
}

.content_area_form {
    float: left;
    margin: 0 auto 35px;
    position: relative;
    width: 100%;
}

.inner_page_content_area p {
    font-size: 16px;
    line-height: 30px;
    padding-top: 0;
}

.signupbox button {
    font-size: 15px;
    width: 100%;
}

.four, .row .four {
    width: 75.333% !important;
}

.signupform {
    margin-top:10px;
}

.signupbox h1 {
    font-size: 30px;
    
}

.loginbox h1 {
    font-size: 24px;
    
}

.astrisk_style {
    margin-bottom: 65px;
    margin-left: 0px !important;
    width: 100%;
}

.addcalling_credit_box_area {
    border-right: medium none;
    width: 100%;
}

.add_calling_credit_selectbox_area {
    float: left;
    margin-right: 0;
    width: 100%;
}

.signupbox .button2 {
    font-size: 15px;
    width: 100%;
}

.signupbox .button3 {
    font-size: 15px;
    width: 100%;
}

.btns {
    float: right;
    width: 25%;
}

.blogstyle {
    padding: 22px 25px 23px !important;
}

.bread h4 {
    font-size: 30px;
   
}

.your_account_boxarea {
    margin: 0 auto;
    width: 90%;
}

.signupbox h1 {
    padding-top: 0;
}

.signupbox label {
    font-size: 17px;
    
}

.two, .row .two {
    float: left !important;
    margin: 17px;
    width: 24.667% !important;
}

.form_box_main_area {
    margin: 0 auto;
    width: 100%;
}

.ratetable td {
    font-family: 'myriad pro';
    font-size: 13px;
}

#subheader {
    padding: 22px 25px 23px !important;
}

.nine, .row .nine {
    width: 100% !important;
}

.one, .row .one {
    padding-left: 5%;
    width: 90% !important;
}

.dialer_column1 {
    margin-left: 22px;
    padding-top: 0;
    width: 90%;
}

.dialer_column1 p {
    font-family: 'myriad pro';
    font-size: 15px;
    width: 100%;
}

.dialer_column2 {
    float: left !important;
    padding-left: 22px;
    padding-top: 40px !important;
    width: 65%;
}

#subheader {
    padding: 22px 24px 23px !important;
}

.rates_table {
    float: left;
    padding-top: 35px;
    width: 100%;
}

.rates_table td, th {
    font-size: 15px;
   
}

.text4 {
    font-size: 20px;
    margin-top: 20px;
}

.package_select_area {
    float: left;
    margin-right: 10px;
    margin-top: 20px;
    width: 65%;
}

.package_button {
    float: left;
    margin-top: 40px;
    width: 31%;
}

.signupbox .button4 {
    font-size: 15px;
    width: 100%;
}

.download_main_area {
    margin: 0 135px;
    width: 100%;
}

.get_skiproaming_button {
	display:none;
}

.get_skiproaming_button2 {
	display:block;
}

.signupbox h1 {
    font-size: 25px;
}

.text5 {
    color: #662d91;
    float: left;
    font-size: 17px;
    padding-bottom: 0;
    width: 100%;
}

.mobile_country_code_area {
    float: left;
    margin-right: 10px;
    width: 20%;
}

.mobile_number_area {
    float: left;
    width: 75% !important;
}

.mobile_number_area label.error {

    margin-left: -64px !important;
}

.bullet_text {
    font-size: 17px !important;
    line-height: 22px !important;
    width: 87% !important;
}

.home_title_text {
    line-height: 27px !important;
}

.home_app_icon_area {
    margin: 0 auto;
    width: 50% !important;
}

.get_skiproaming_button {
    display: block !important;
}

.reg_cc {
	display:block !important;
}



.content_icon4 img {
    height: 68px;
    max-width: 100%;
    position: relative;
    width: 47%;
}

.body_content_row1 h4 {
    font-family: 'patua_oneregular';
    font-size: 25px !important;
}

.ca-menu li {
    height: 210px !important;
    width: 100% !important;
}

.content_icon {
    background: none !important;
    width: 100%;
}

.ca-sub {
    font-size: 15px !important;
    line-height: 20px;
}

.ca-menu2 li {
    width: 165px !important;
}

/*.sf-menu {
    top: 10px !important;
    
}*/

.slider a.actbutton {
    top: 131px;
   
}

.how_to_use_text {
    color: #662d91;
    float: left;
    font-family: 'patua_oneregular';
    font-size: 20px;
    font-weight: normal;
    width: 100%;
}

.video_area {
    float: left;
    padding-left: 15px;
    padding-top: 10px;
    width: 95%;
}

.video_content_area {
    float: left;
    padding-left: 15px;
    padding-top: 10px;
    width: 95%;
}

.video_mobile_bullet_text ul li {
    color: #333333;
    float: left;
    font-family: 'myriad pro';
    font-size: 16px;
    font-weight: bold;
    list-style: disc outside url("images/bullet3.png");
    margin-bottom: 5px;
    margin-left: 20px;
    margin-top: 10px;
    width: 100%;
}

.video_content_area {
	float: left;
	padding-left: 5px !important;
	width: 100% !important;
}

.video_mobile_icon4 {
	font-size: 17px;
	margin: 5px 0;
	width: 100%;
}

.video_mobile_icon5 {
	font-size: 17px;
	margin: 5px 0;
	width: 100%;
}

.video_mobile_icon6 {
	font-size: 17px;
	margin: 5px 0;
	width: 100%;
}

.video_heading_area h4 {
	font-size: 25px !important;
	float: left;
}

.video_mobile_icon4 p {
	font-size: 13px;
	width: 100%;
}

.video_mobile_icon5 p {
	font-size: 13px;
	width: 100%;
}

.video_mobile_icon6 p {
	font-size: 13px;
	width: 100%;
}

.video_mobile_bullet_text {
	padding: 25px 10px 20px !important;
}

.video_mobile_icon p {
    color: #666666;
    font-size: 12px !important;
    width: 100%;
}

.video_mobile_icon2 p {
    color: #666666;
    font-size: 12px !important;
    width: 100%;
}

.video_mobile_icon3 p {
    color: #666666;
    font-size: 12px !important;
    width: 100%;
}

.video_mobile_bullet_text {
    padding: 0 10px 20px !important;
}

.tweetarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.app_image_area {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 100%;
}

.app_mobile_img {
    background: url("images/app_phone.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 410px;
    width: 100%;
}

.app_button_main_area h2 {
    color: #5b1484;
    font-family: patua_oneregular;
    font-size: 35px;
	padding: 45px 0 10px;
    width: 100%;
}

.app_button_main_area p {
    color: #333;
    font-size: 18px;
}

.app_button_main_area {
    padding-left: 12% !important;
}

.app_button img {
    float: left;
    max-width: 100% !important;
    width: 85%;
}

.app_button {
    float: left;
    margin-right: 10px;
    width: 165px;
}

.dialer_column4 {
    float: left;
    margin-left: 165px;
    padding-top: 15px !important;
    width: 84% !important;
}

.mobile_img {
    background: url("images/dialer1_ipad.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    float: left;
    height: 495px !important;
    width: 75% !important;
}

.dialer_inner_area {
    float: left;
    margin: 0;
    text-align: left;
}

.dialer_column5 {
    float: right;
    margin-left: 0;
    padding-top: 0px !important;
    width: 92% !important;
}

.mobile_img2 {
    background: url("images/app_phone2.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 495px;
	margin-left:20px !important;
    width: 90% !important;
}

.dialer_column6 {
    float: left;
    margin-left: 141px;
    padding-top: 0 !important;
    width: 87% !important;
}

.mobile_img3 {
    background: url("images/app_calling_img_ipad.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: right;
    height: 465px !important;
	margin-left:85px !important;
    width: 75% !important;
}

.dialer_column7 {
    float: left !important;
    margin-left: 45px;
    margin-right: 0 !important;
    padding-top: 0 !important;
    width: 80% !important;
}

.mobile_img4 {
    background: url("images/app_settings_img_ipad.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 465px !important;
    margin-left: 95px !important;
    width: 75% !important;
}

.country_area {
    float: right;
    width: 280px;
}

#menu-icon {
    background: url("../img/menu-icon.png") no-repeat scroll 10px center #333;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    height: 40px;
    margin-top: 10px;
    padding: 12px 10px 15px 26px;
    width: 100%;
}

.sf-menu {
    top: 20px !important;
}

.alignment {
    margin-left: 15px;
}

.signupboxinner {
    background: none repeat scroll 0 0 #ffffff;
    float: left;
    padding: 20px 25px 35px;
    position: relative;
    width: 100%;
}

.signup_inner_text {
    padding: 25px 0 10px;
    text-align: left;
}

.heading_text a {
    font-size: 15px;
    
}

.news_img {
    float: left;
	padding-left:0px;
    width: 25%;
}

.news_content2 {
	float: left;
	padding:10px;
    width: 95%;
}

.news_content2 p {
	float: left;
    font-size: 13px;
	line-height:30px;
	font-family:myriad pro;
	color:#333;
	font-weight:normal;
	text-align:left;
}

.news_content1 {
	float: left;
    width: 70%;
	padding:5px;
}

.news_content1 p {
	float: left;
    font-size: 13px;
	line-height:25px;
	font-family:myriad pro;
	color:#333;
	font-weight:normal;
	text-align:left;
    width: 100%;
}

#wrapper1 { 
	width: 100%;
	height: 180px !important; 
	margin: 0 auto; 
}

.bread h4 {
    font-size: 13px !important;
   
}

.text_off {
	display:none;
}

.how_to_use_text {
    color: #662d91;
    float: left;
    font-family: "patua_oneregular";
    font-size: 15px;
    font-weight: normal;
    width: 100%;
}

.div_off {
	display:none;
}

.div_margin {
	margin-top:10px;
}

#subheader {
    padding: 15px 5px 5px !important;
}





}




@media screen and (max-width: 320px) {
body {
	font-size: 11px;
}
button, input, select, textarea {
	font-size: 11px;
}
.loginbox {
    margin: 4% auto !important;
    width: 270px !important;
}
.loginbox input {
	width: 90%;
}

.loginbox select {
	width: 100%;
}

.loginbox button {
	width: 100%;
}

.zerogrid .col-2-3 {
    width: 300px !important;
	 margin: 10px 0 0;
}

/*#form textarea {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CCCCCC;
    color: #8D8E92;
    float: left;
    font: italic 13px Arial,Helvetica,sans-serif;
    height: 268px;
    margin: 0;
    outline: medium none;
    overflow: auto;
    padding: 6px 0 0 18px;
    resize: none;
    width: 279px;
}

#form input {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CCCCCC;
    color: #8D8E92;
    float: left;
    font: italic 13px Arial,Helvetica,sans-serif;
    height: 17px;
    outline: medium none;
    padding: 5px 9px 6px 18px;
    width: 270px;
}*/

.price_block {
    width: 100% !important;
	border:4px solid #CCCCCC !important;
}

.inner_page_content_area h4 {
    font-size: 30px;
}

.inner_page_content_area p {
    font-size: 18px;
    line-height: 30px;
    padding-top: 15px;
}

.loginbox {
    margin: 4% 10px !important;
    width: 95% !important;
}

.loginbox h1 {
    color: #662D91; font-family: 'patua_oneregular';
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    padding-top: 10px;
}

.packages_selectbox_col_2 {
    float: left;
    width: 100%;
}

.packages_selectbox_col_1 {
    float: left;
    margin-right: 20px;
    width: 100%;
}

.loginbox select {
    font-size: 18px;
}

.pricing_table {
    max-width: 290px !important;
    width: 100% !important;
}

.signup_main_area {
    margin: 0 auto;
    width: 90%;
}

.signupbox h1 {
    color: #662D91; font-family: 'patua_oneregular';
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0;
    padding-top: 10px;
}

.signupboxinner {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    padding: 20px 14px 35px;
    position: relative;
    width: 100%;
}

.signupbox label {
    font-size: 18px;
}

.signupbox input {
    font-size: 15px;
}

.signupbox select {
    font-size: 15px;
}

.signupbox_forgot_password_text {
    width: 68% !important;
}

.contactus {
    float: left;
    font-weight: normal;
    padding: 0 15px !important;
    width: 100% !important;
}

.contactus input {
    border: 1px solid #542084;
    height: 45px !important;
    margin-bottom: 20px;
}

.contactus textarea {
    border: 1px solid #542084 !important;
    height: 310px !important;
	font-size:14px;
}

.contactus p {
    font-family: 'myriad pro';
    font-size: 18px;
	font-weight:normal;
}

.button { border: 0px; nowhitespace: afterproperty; width: auto; nowhitespace: afterproperty; background: linear-gradient(#FAB525, #CD6B24) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none; margin-top:10px; 
    color: white; cursor: pointer; display: inline-block; font-family: 'myriad pro'; font-size: 18px; font-weight: bold; line-height: 1; outline: none; padding: 8px 17px 9px; position: relative; text-align: center; text-decoration: none; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; /* Hovers */ /* Sizes */ /* Colors */ /* Radii */ /* Layout */ /* Disabled ---------- */ }
.button:hover { color: white;  background: linear-gradient(#CD6B24, #CD6B24) repeat scroll 0 0 rgba(0, 0, 0, 0); }


.packages_selectbox_col_3 {
    float: left;
    margin-top: 10px;
    width: 28%;
}

.registration_button_area1 {
    float: left;
    margin-top: 10px;
    width: 45%;
}

.registration_button_area2 {
    float: right;
    margin-top: 10px;
    width: 45%;
}

.content_area_form {
    float: left;
    margin: 0 auto 35px;
    position: relative;
    width: 100%;
}

.inner_page_content_area p {
    font-size: 15px;
    line-height: 30px;
    padding-top: 0;
}

.content_area_form_button {
    float: left;
    margin-top: 0;
    width: 35%;
}

.content_area_form button {
    font-size: 17px; 
}

.signupbox button {
    font-size: 15px;
    width: 100%;
}

.four, .row .four {
    width: 100%;
}
.column, .columns {
    float: left;
    width: 100% !important;
}

.signupform {
    margin-top: 0;
}

.signupbox h1 {
    font-size: 22px;
    
}

.signupbox .button2 {
    font-size: 15px;
    width: 100%;
}

.signupbox .button3 {
    font-size: 15px;
    width: 100%;
}

.registration_button_area1 {
    margin-top: 0;
}

.registration_button_area2 {
    margin-top: 0;
}

.form_box_main_area {
    margin: 0 auto;
    width: 95%;
}

.rates_button_area {
    float: right;
    margin-top: 5px;
    width: 100%;
}

.rates_select_area {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.rates_table_area table {
    width: 100%;
}

.rates_table_area table tbody tr td {
    font-size: 14px;
    
}

.astrisk_style {
    margin-bottom: 65px;
    margin-left: 0px !important;
    width: 100%;
}

.signupboxinner {
    padding: 20px 7px 35px;
    width: 100%;
}

.packages_selectbox_col_1 {
    width: 100% !important;
}

.signupbox h2 {
    font-size: 25px;
}

.addcalling_credit_box_area table tbody tr td {
    font-size: 12px;
}

.addcalling_credit_box_area table tbody tr td span {
    font-size: 10px;
    font-weight: 700;
}

.addcalling_credit_box_area {
    border-right: medium none;
}

.addcalling_credit_box_area table {
    width: 100%;
}

.add_calling_credit_selectbox_area {
    float: left;
    margin-right: 0;
    width: 100%;
}

.addcalling_credit_button1 {
    width: 45%;
}

.addcalling_credit_button2 {
    width: 45%;
}

.btns {
    float: right;
    width: 35%;
}

.four, .row .four {
    width: 100.333% !important;
}

.blogstyle {
    padding: 22px 25px 23px !important;
}

.bread h4 {
    font-size: 25px;
    
}

.your_account_boxarea {
    margin: 0 auto;
    width: 95%;
}

.signupbox h1 {
    padding-top: 0;
    
}

.signupbox label {
    font-size: 17px;
}

.two, .row .two {
    float: left !important;
    margin: 10px;
    width: 40.667% !important;
}

.rates_table_area {
    width: 100%;
}

.nine, .row .nine {
    width: 100% !important;
}

.one, .row .one {
    padding-left: 6%;
    width: 90% !important;
}

.dialer_column1 {
    margin-left: 22px;
    padding-top: 0;
    width: 90%;
}

.dialer_column1 p {
    font-family: 'myriad pro';
    font-size: 15px;
    width: 100%;
}

.dialer_column2 {
    float: left;
    padding-left: 22px;
    padding-top: 40px;
    width: 100%;
}

.rates_table {
    float: left;
    padding-top: 35px;
    width: 100%;
}

.rates_table td, th {
    font-size: 12px;
    
}

.package_button {
	float: left;
    width: 100%;
	
}

.package_select_area {
    float: left;
    margin-right: 15px;
    margin-top: 20px;
    width: 100%;
}

.text4 {
    font-size: 20px;
    margin-top: 20px;
}

footer ul li a {
    color: #FFFFFF;
    font-size: 11px;
    margin-left: 8px;
}

footer .soc-icons {
    float: right;
    margin-left: 8px;
    overflow: hidden;
}

ol li { width:100%; font-size: 15px;}

.inner_page_content_area ul li {
   
    font-size: 15px;
}

.inner_page_content_area .bullet_text {
    font-size: 15px;
   
}

.signupbox .button4 {
    font-size: 15px;
    width: 100%;
}

/*img {
    height: auto;
    width: 100%;
}*/

.download_main_area {
    float: left;
    margin: 0 50px !important;
    width: 100%;
}

.ca-content {
    top: 55% !important;
    
}

.dialer_download_small_area {
    float: left;
    margin-left: 60px;
    width: 18%;
}

.get_skiproaming_button {
	display:none;
}

.get_skiproaming_button2 {
	display:block;
}

.new_addcalling_credit_form_area {
    margin: 0 auto;
    width: 100%;
}

.signupbox .button3 {
    margin-top: 5px;
    padding: 12px 20px;
}

p {
    line-height: 1.2;
}

.text5 {
    color: #662d91;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}

.signupbox .button2 {
    margin-top: 7px;
    padding: 10px 20px;
    width: 100%;
}

.registration_area {
    margin: 0 auto;
    width: 100%;
}

.mobile_country_code_area {
    float: left;
    margin-right: 10px;
    width: 21%;
}

.mobile_number_area {
    float: left;
    width: 74% !important;
}

.mobile_number_area label.error {
    margin-left: -60px !important;
}

.home_app_icon_area {
    width: 60%;
}

.home_image_height {
    height: 85px;
}

.home_app_icon_area img {
    height: auto;
    max-width: 100%;
    position: relative;
    width: 65% !important;
}

.home_title_text {
    font-size: 22px !important;
    line-height: 25px;
    margin-bottom: 10px;
}

.bullet_text {
    font-size: 17px !important;
    line-height: 20px !important;
    text-align: left;
    width: 80% !important;
}

.get_skiproaming_button {
    display: block !important;
}

.reg_cc {
	display:block !important;
}

.content_icon4 img {
    height: 68px;
    max-width: 100%;
    position: relative;
    width: auto;
}

.content_icon4 {
    background:none !important;
}

.ca-menu2 li {
    height: 147px !important;
	width:100% !important;
}

.ca-content2 {
    height: 30% !important;
    top: 63% !important;
}

.ca-main2 {
    font-size: 22px;
    line-height: 30px;
}

.tweetarea {
    margin-bottom: 10px !important;
    margin-top: 20px;
    
}

.feedback_img {
    float: left;
    width: 15px !important;
}

.ca-menu2 li {
    width: 192px;
}

.content_icon {
    background: none !important;
    width: 100%;
}



.da-dots {
    bottom: 15px !important;
    left: 115px;
}

a.actbutton {
    font-size: 9px !important;
    left: 17px !important;
    padding: 4px !important;
    position: absolute !important;
    top: 87px !important;
}

.ca-menu li {
    width: 100% !important;
}

.feedback_img {
    margin-left: 5px !important;
}

.how_to_use_content_area {
    border-top: 1px solid #999999;
    float: left;
    margin-left: 0px !important;
    padding: 10px 0;
    width: 100% !important;
}

.how_to_use_text {
    color: #662d91;
    float: left;
    font-family: 'patua_oneregular';
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}

.video_heading_area h4 {
    font-size: 18px !important;
	float:left;
}

.video_heading_area p {
    font-size: 15px;
    padding: 5px 10px 15px 15px;
}

.video_area {
    float: left;
    padding-left: 15px;
    padding-top: 10px;
    width: 95%;
}

.video_content_area {
    float: left;
    padding-left: 15px;
    padding-top: 10px;
    width: 100%;
}

.video_mobile_bullet_text ul li {
    color: #333333;
    float: left;
    font-family: 'myriad pro';
    font-size: 16px;
    font-weight: bold;
    list-style: disc outside url("images/bullet3.png");
    margin-bottom: 5px;
    margin-left: 20px;
    margin-top: 10px;
    width: 100%;
}

.astrisk_style {
    margin-left: 5px !important;
}

.video_content_area {
    float: left;
    padding-left: 25px;
    padding-top: 0;
    width: 100%;
}



.video_mobile_icon4 {
    font-size: 17px;
    margin: 5px 0;
    width: 100%;
}

.video_mobile_icon4 p {
    font-family: 'myriad pro';
    font-size: 13px;
    width: 100%;
}

.video_content_area {
    float: left;
    padding-left:0px !important;
    padding-top: 0;
    width: 100% !important;
}

.video_mobile_icon5 p {
    font-family: 'myriad pro';
    font-size: 13px;
    width: 100%;
}

.video_mobile_icon6 p {
    font-family: 'myriad pro';
    font-size: 13px;
    width: 100%;
}

.video_mobile_icon5 {
    font-size: 17px;
    margin: 5px 0;
    width: 100%;
}

.video_mobile_icon6 {
    font-size: 17px;
    margin: 5px 0;
    width: 100%;
}

.video_content_area {
    float: left;
    padding-left: 5px !important;
    padding-top: 5px !important;
    width: 100% !important;
}

#navcontainer ul {
    list-style-type: none;
    margin: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 0;
    text-align: center;
	float:left;
}

.content_division2 h2 {
    padding-bottom: 0 !important;
}

.app_image_area {
    background:none;
    width: 100%;
}

.app_mobile_img {
    background: url("images/app_phone.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height:410px;
	float:left;
    width: 100%;
}

.tweetarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.app_button_main_area {
    padding-left: 5%  !important;
}

.app_button_main_area h2 {
    color: #5b1484;
    font-family: patua_oneregular;
    font-size: 26px !important;
    width: 100%;
}

.app_button_main_area p {
    font-size: 15px !important;
	color:#333;
}

.tweetarea {
    margin-bottom: 0 !important;
}

.app_button {
    float: left;
    margin-right: 10px;
    width: 130px !important;
}

.app_button img {
    float: left;
    max-width: 100% !important;
    width: 75% !important;
}

.dialer_column4 {
    float: left;
    margin-left: 10px !important;
    padding-top: 50px !important;
    width: 100% !important;
}

.mobile_img {
    background: url("images/dialer1_m.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    float: left;
    height: 315px !important;
    margin-top: 20px;
    width: 77% !important;
}

.dialer_column5 {
    float: right;
    margin-left: 0;
    padding-top: 0px !important;
    width: 97% !important;
}

.mobile_img2 {
    background: url("images/app_phone2_m.png") no-repeat scroll left center rgba(0, 0, 0, 0) !important;
    float: left;
    height: 355px !important;
	margin-left:15px !important;
    width: 95% !important;
}

.dialer_column6 {
    float: left;
    margin-left: 15px !important;
    padding-top: 0 !important;
    width: 95% !important;
}

.mobile_img3 {
    background: url("images/app_calling_img_m.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: right;
    height: 325px !important;
	margin-left:65px;
    width: 80% !important;
}

.dialer_column7 {
    float: left !important;
    margin-right: 0px !important;
	margin-left:15px !important;
    padding-top: 0 !important;
    width: 95% !important;
}

.mobile_img4 {
    background: url("images/app_settings_img_m.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 365px !important;
    margin-left: 70px !important;
    width: 64% !important;
}

.dialer_column4 p {
    font-size: 19px;
    line-height: 30px;
}

.dialer_inner_area {
    float: left;
    margin: 0;
    text-align: left;
}

.dialer_column4 h3 {
    font-size: 31px;
    width: 100%;
}

.dialer_column5 h3 {
    font-size: 31px;
}

.dialer_column5 p {
    line-height: 31px;
   
}

.dialer_column6 h3 {
    font-size: 28px;
}

.dialer_column5 p {
    font-size: 19px;
    padding-top: 7px;
}

.dialer_column6 p {
    font-size: 19px;
    padding-top: 8px;
}

.dialer_column7 h3 {
    font-size: 28px;
}

.dialer_column7 p {
    font-size: 19px;
    padding-top: 7px;
}

.body_content_row1 h4 {
    font-family: "patua_oneregular";
    font-size: 21px !important;
}

.content_division2 h2 {
    font-size: 20px;
    
}

.bread h4 {
    font-size: 13px !important;
   
}

.text_off {
	display:none;
}

.div_off {
	display:none;
}

.div_margin {
	margin-top:10px;
}

#menu-icon {
    background: url("../img/menu-icon.png") no-repeat scroll 10px center #333;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    height: 40px;
    margin-top: 10px;
    padding: 12px 10px 15px 26px;
    width: 100%;
}

.sf-menu {
    top: 62px;
}

.country_area {
	width:280px; 
	float:right;
}

.dd {
    border: 1px solid #c3c3c3;
    float: right;
    margin: 10px 10px 0 0 !important;
}

.alignment {
    margin-left: 65px !important;
    padding-bottom: 15px;
}

.app_button a {
    float: left;
    width: 170px;
}

.signup_inner_text {
    padding: 25px 0 10px;
    text-align: left;
}

.heading_text a {
   
    display: inline;
    font-family: droidsansregular;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.heading_text a {
    font-size: 15px;
    
}

.dataselect_area {
    background: none repeat scroll 0 0 #fddb85;
    border-radius: 25px;
    margin: 10px auto !important;
    padding: 0;
    width: 90% !important;
}

.news_img {
    float: left;
	padding-left:95px;
    width: 70% !important;
}

.news_content2 {
	float: left;
	padding:10px;
	padding-top:20px;
    width: 95%;
}

.news_content2 p {
	float: left;
    font-size: 13px;
	line-height:30px;
	font-family:myriad pro;
	color:#333;
	font-weight:normal;
	text-align:left;
}

.news_content1 {
	float: left;
    width: 98% !important;
	padding:5px !important;
}

.news_content1 p {
	float: left;
    font-size: 13px;
	line-height:25px;
	font-family:myriad pro;
	color:#333;
	font-weight:normal;
	text-align:left;
    width: 100%;
}

.heading_text {
    font-size: 15px;
	font-family:myriad pro;
    
}

#wrapper1 { 
	width: 100%;
	height: 310px !important; 
	margin: 0 auto; 
}

.how_to_use_text {
    color: #662d91;
    float: left;
    font-family: "patua_oneregular";
    font-size: 15px;
    font-weight: normal;
    width: 100%;
}

.heading_text {
    font-size: 16px !important;
    height: 8px;
    line-height: 24px;
    padding-right: 10px;
    width: 100%;
}

ui-tabs .ui-tabs-nav li a {
    font-size: 14px !important;
}

.inner_page_content_area h3 {
    font-size: 15px;
    font-weight: bold;
    padding-top: 0;
}







}

@media screen and (max-width: 640px) {
body {
	font-size: 11px;
}
button, input, select, textarea {
	font-size: 11px;
}
.loginbox {
	width: 100%;
	margin: 10px;
}
.loginbox input {
	width: 90%;
}

.loginbox select {
	width: 100%;
}

.loginbox button {
	width: 100%;
}

.nine, .row .nine {
    width: 100% !important;
}

#nav-wrap {
    margin-top: 8px;
}

#menu-icon {
    background: url("../img/menu-icon.png") no-repeat scroll 10px center #333;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 40px;
    padding: 12px 10px 15px 26px;
}

.sf-menu {
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #999999;
    clear: both;
    height: auto;
    padding: 5px;
    position: absolute;
   /* top: 40px;*/
    width: 100%;
    z-index: 10000;
}

.nav-bar > li {
    display: block;
    line-height: 10px;
    padding: 0;
    position: relative;
}


.sf-menu li {
    clear: both;
    float: none;
    margin: 0 0 0 10px;
}


.nav-bar > li > a:first-child {
    color: #ffffff;
    display: block;
    font-family: 'patua_oneregular';
    font-size: 12px !important;
    padding: 12px 10px;
    position: relative;
    text-decoration: none;
}

#nav-wrap {
    margin-top: 0px;
}

a.actbutton {
    background: linear-gradient(#fab525, #cd6b24) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.45) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
    color: #ffffff !important;
    font-family: 'myriad pro';
    font-size: 13px;
    font-weight: bold;
    left: 30px;
    padding: 9px 18px;
    position: absolute;
    text-shadow: 0 1px 0 #333333;
    text-transform: uppercase;
    top: 165px;
    vertical-align: middle;
    z-index: 999;
}

.body_content_row1 h4 {
    font-size: 35px;
   
}

.ca-menu li {
    width: 210px;
}

.ca-sub {
    font-size: 16px;
}

.ca-menu2 li {
    width: 210px;
}

.content_icon4 img {
    height: 68px;
    max-width: 100%;
    position: relative;
    width: auto;
}

.content_icon4 {
    background: url("images/arrow_img2.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    color: #fff;
    font-family: 'WebSymbolsRegular',cursive;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
}

.content_icon4 img {
    height: 68px;
    max-width: 100%;
    position: relative;
    width: auto;
}

.six, .row .six {
    width: 100%;
}

.da-slide p {
    color: #333333;
    font-family: Myriad Pro;
    font-size: 18px;
}

.two, .row .two {
    margin-left: 15px;
    margin-top: 20px;
    width: 20.667%;
}

#menu-icon {
    background: url("../img/menu-icon.png") no-repeat scroll 10px center #333;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    height: 40px;
    padding: 12px 10px 15px 26px;
    width: 100%;
}

.sf-menu {
    top: 50px;
    width: 100%;
}

.country_area {
    float: right;
    margin-bottom: 10px;
    width: 285px;
}

.signupbox .button2 {
    font-size: 15px;
}

.signupbox .button3 {
    font-size: 15px;
}

.app_button {
    float: left;
    margin-left: 10px;
    margin-right: 0;
    width: 105px;
}

.app_button a {
    float: left;
    width: 150px;
}
}


@media screen and (max-width: 568px) {
.nine, .row .nine {
    width: 100% !important;
}

.dialer_download_main_area {
    width: 98% !important;
}

.get_skiproaming_button {
	display:none;
}

.get_skiproaming_button2 {
	display:block;
}

.one, .row .one {
    padding-left: 2px;
    width: 40.333%;
}

a.actbutton {
    left: 25px;
    top: 155px;
   
}

.body_content_row1 {
    margin: 15px 0 40px;
    text-align: center;
}

.body_content_row1 h4 {
    font-family: droidsansregular;
    font-size: 24px;
	font-weight:normal;
    line-height: 35px;
}

.ca-menu li {
    height: 305px;
    width: 190px;
}

.ca-sub {
    font-size: 13px;
    line-height: 20px;
}



/*.content_icon {
    background: url(images/division_img3.png) no-repeat scroll right top rgba(0, 0, 0, 0);
    width: 100%;
}*/

.ca-menu2 li {
    height: 150px;
}

.content_icon4 {
    height: 50%;
    
}

.ca-content2 {
    height: 30%;
    top: 75%;
}

.ca-menu2 li {
    width: 192px;
}

.content_icon4 img {
    height: 68px;
    max-width: 100%;
    position: relative;
    width: auto;
}

.content_icon4 {
    background: url("images/arrow_img2.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    color: #fff;
    font-family: 'WebSymbolsRegular',cursive;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
}

.six, .row .six {
    width: 100%;
}

.tweetarea { 
    margin-bottom: 10px;
    margin-top: 10px;
}

.da-slide p {
    font-size: 14px !important;
    text-align: left !important;
}

.da-dots {
    bottom: 52px;
    left: 115px;
   
}

.two, .row .two {
    width: 25.667%;
}

#footer ul li {
    padding-left: 15px;
}

.footer_address {
    padding-bottom: 25px;
}

.sf-menu {
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #999999;
    clear: both;
    display: none;
    height: auto;
    padding: 5px;
    position: absolute;
   /* top: 40px;*/
    width: 100%;
    z-index: 10000;
}

.sf-menu li {
    clear: both;
    float: none;
    margin: 5px 0 5px 10px;
}

.nav-bar > li {
    display: block;
    line-height: 10px;
    padding: 10px 0;
    position: relative;
}

.nav-bar > li > a:first-child {
    font-size: 13px;
    padding: 0 7px;
}

.video_area {
    float: left;
    padding-left: 15px;
    padding-top: 10px;
    width: 95%;
}

.video_content_area {
    float: left;
    padding-left: 15px;
    padding-top: 10px;
    width: 95%;
}

.video_content_area {
    float: left;
    padding-left: 5px !important;
    padding-top: 20px !important;
    width: 100% !important;
}

.video_mobile_icon4 p {
    font-size: 13px;
    width: 100%;
}

.video_mobile_icon5 p {
    font-size: 13px;
    width: 100%;
}

.video_mobile_icon6 p {
    font-size: 13px;
    width: 100%;
}

.video_mobile_icon4 {
    font-size: 17px;
    margin: 10px 0;
    width: 100%;
}

.video_mobile_icon5 {
    font-size: 17px;
    margin: 10px 0;
    width: 100%;
}

.video_mobile_icon6 {
    font-size: 17px;
    margin: 10px 0;
    width: 100%;
}

.video_mobile_icon p {
    color: #666666;
    font-size: 12px;
    width: 100%;
}

.video_mobile_icon2 p {
    color: #666666;
    font-size: 12px;
    width: 100%;
}

.video_mobile_icon3 p {
    color: #666666;
    font-size: 12px;
    width: 100%;
}

.video_mobile_icon {
    font-size: 17px;
    margin: 10px 0;
    width: 100%;
}

.video_mobile_icon2 {
    font-size: 17px;
    margin: 10px 0;
    width: 100%;
}

.video_mobile_icon3 {
    font-size: 17px;
    margin: 10px 0;
    width: 100%;
}

.tweetarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.app_image_area {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 100%;
}

.app_mobile_img {
    background: url("images/app_phone.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 410px;
    width: 100%;
}

.app_button_main_area h2 {
    color: #5b1484;
    font-family: patua_oneregular;
    font-size: 35px;
    padding: 10px 0;
    width: 100%;
}

.app_button_main_area p {
    color: #333;
    font-size: 18px;
}

.app_button_main_area {
    padding-left: 20%;
}

.app_button img {
    float: left;
    max-width: 100% !important;
    width: 85%;
}

.app_button {
    float: left;
    margin-right: 10px;
    width: 165px;
}

.bread h4 {
    color: #ffffff;
    display: inline;
    font-family: droidsansregular;
    font-size: 35px;
    font-weight: normal;
    padding-left: 0;
    padding-right: 0;
}

.alignment {
    margin-left: 20px;
}

.logo {
    margin-top: 2px;
}

.mobile_country_code_area {
    float: left;
    margin-right: 10px;
    width: 18%;
}

.mobile_number_area {
    float: left;
    width: 78% !important;
}

.bread h4 {
    font-size: 13px !important;
   
}

.text_off {
	display:none;
}

.how_to_use_text {
    color: #662d91;
    float: left;
    font-family: "patua_oneregular";
    font-size: 15px;
    font-weight: normal;
    width: 100%;
}

.contactus h2 {
    font-size: 19px;
}

.btns {
    float: right;
    width: 40%;
}

.div_off {
	display:none;
}

.form_box_main_area {
    margin: 0 auto;
    width: 85%;
}



}



@media screen and (max-width: 360px) {


a.actbutton {
    font-size: 9px;
    left: 17px !important;
    padding: 5px !important;
    position: absolute;
    top: 113px;
    vertical-align: middle;
}

.ca-menu2 li {
    height: 147px !important;
    width: 100% !important;
}

.content_icon4 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.content_icon4 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.ca-main2 {
    font-size: 18px;
    line-height: 30px;
}

.ca-content2 {
    height: 35%;
   top: 65% !important;
}

.content_division2 {
    float: left;
    padding:0px !important;
}

.table_area2 table thead th {
    font-size: 13px;
}

.table_area2 table .table_color3 {
    font-size: 14px;
    font-weight: normal;
}

.small {
    color: #444;
    font-size: 10px;
}

.astrisk_style {
    margin-left: 4px !important;
}

.feedback_img {
    height: 275px;
    margin-left: -40px;
}

.sf-menu {
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #999999;
    clear: both;
    height: auto;
    padding: 5px;
    position: absolute;
   /* top: 10px !important;*/
    width: 100%;
    z-index: 10000;
}

.slider a.actbutton {
    left: 25px;
    top: 105px;
}

.feedback_area {
    float: left;
    font-style: italic;
    width: 95%;
}

.two, .row .two {
    margin-left:15px !important;
    width: 40.667% !important;
}

footer .soc-icons span {
    color: #fff;
    display: inline-block;
    float: left;
    font-family: 'patua_oneregular';
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 10px;
    width: 100%;
}

.how_to_use_content_area {
    border-top: 1px solid #999999;
    float: left;
    margin-left: 0px;
    padding: 10px 0;
    width: 100%;
}

.signupboxinner {
    background: none repeat scroll 0 0 #ffffff;
    float: left;
    padding: 20px 10px 31px;
    position: relative;
    width: 100%;
}

.mobile_country_code_area {
    float: left;
    margin-right: 10px;
    width: 23%;
}

.mobile_number_area {
    width: 72% !important;
}

.sf-menu {
    top: 70px;
    width: 100%;
}

.app_button {
    float: left;
    margin-right: 10px;
    width: 120px;
}

.app_button {
    float: left;
    margin-right: 10px;
    width: 120px;
}

.bread h4 {
    font-size: 13px !important;
   
}

.text_off {
	display:none;
}

.how_to_use_text {
    color: #662d91;
    float: left;
    font-family: "patua_oneregular";
    font-size: 15px;
    font-weight: normal;
    width: 100%;
}
}



@media screen and (max-width: 900px) {
body {
	font-size: 11px;
}
button, input, select, textarea {
	font-size: 11px;
}
.loginbox input {
	width: 90%;
}

.loginbox select {
	width: 100%;
}

.loginbox button {
	width: 100%;
}

.signupbox_forgot_password_text {
    width: 27%;
}


}

@media screen and (max-width: 1024px) {

.signupbox_forgot_password_text {
    width: 35%;
}

.contactus textarea {
    border: 1px solid #542084;
    height: 260px !important;
}

.astrisk_style {
    margin-bottom: 65px;
    margin-left: 30px;
}

#subheader {
    padding: 22px 5px 23px;
}

.rates_table_area {
    float: left;
    padding-top: 0;
    width: 86%;
}

.loginbox button {
    font-size: 21px;
    padding: 14px 15px;
    width: 100%;
}

.dialer_download_main_area {
    width: 45%;
}

.mobile_number_area {
    float: left;
    width: 82%;
}

.home_title_text {
    
    font-size: 32px;
   
}

.bullet_text {
    background: url("images/bullet_icon.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    font-family: 'myriad pro';
    font-size: 21px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 20px;
    margin-left: 35px;
    margin-top: 10px;
    padding-left: 30px;
    text-align: left;
    width: 95%;
}

.reg_cc {
	display:none;
}

.ca-menu2 li {
    height: 155px;
}

.ca-content2 {
    height: 65%;
    top: 69%;
}

.how_to_use_content_area {
    border-top: 1px solid #999999;
    float: left;
    margin-left: 20px;
    padding: 10px 0;
    width: 95%;
}

.video_heading_area {
    margin: 15px 0 40px;
    text-align: left;
}

.video_heading_area h4 {
    font-size: 35px;
    
}

.video_mobile_bullet_text {
    font-size: 22px;
    padding: 15px 10px 20px;
}

.video_main_area {
    float: left;
    padding-bottom: 40px;
    width: 100%;
}

.astrisk_style {
    margin-bottom: 65px;
    margin-left: 0px !important;
}

.video_mobile_bullet_text {
    padding: 0px;
}

.video_content_area {
    float: left;
    padding-left: 25px;
    padding-top: 0;
    width: 52%;
}

.dialer_download_area {
    float: left;
    width: 245px;
}

.dialer_download_text_area {
    float: left;
    padding-top: 15px;
    width: 185px;
}

.dialer_column4 {
    float: left;
    margin-left: 165px;
    padding-top: 143px;
    width: 50%;
}

.mobile_img2 {
    background: url("images/app_phone2.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 580px;
    width: 55%;
}

.dialer_column5 {
    float: right;
    margin-left: 0;
    padding-top: 131px;
    width: 42%;
}

.dialer_column6 {
    float: left;
    margin-left: 141px;
    padding-top: 143px;
    width: 52%;
}

.dialer_column7 {
    float: right;
    margin-right: 155px;
    padding-top: 143px;
    width: 50%;
}

.alignment {
    margin-left: 0px;
}

.bread h4 {
    font-size: 25px;
   
}


}

@media screen and (max-width: 375px) {

.mobile_number_area {
    width: 70% !important;
}

.mobile_img {
    background: url("images/dialer1_m.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    float: left;
    height: 315px !important;
    margin-top: 20px;
    width: 77% !important;
}

.dialer_column4 {
    width: 100% !important;
}

.mobile_img2 {
    background: url(images/app_phone2_m.png) no-repeat !important;
    float: left;
    height: 320px;
	margin-top:20px;
    width: 55%;
}

.mobile_img3 {
    background: url("images/app_calling_img_m.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: right;
    height: 328px !important;
    margin-left: 65px;
    width: 80% !important;
}

.mobile_img4 {
    background: url("images/app_settings_img_m.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    height: 365px !important;
    margin-left: 20px ;
    width: 64% ;
}

.dialer_column7 {
    width: 96% !important;
	margin-left:15px;
}

.dialer_column6 {
    width: 95% !important;
}

.video_heading_area h4 {
    float: left;
    font-size: 17px !important;
}

.content_division2 h2 {
    color: #662d91;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

.feedback_img {
    margin-left: 0;
}

.feedback_area {
    float: left;
    font-style: italic;
    width: 85%;
}


}








