@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
/* Prevent iFrame Loads*/
html{

}

.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

#message_sent{
	display: none;
}
#message_error{
	display: none;
}

.heading{
	font-size: 2.3em;
	font-family: 'Ubuntu', sans-serif;
}

#form-msisdn-submit-loading{
	display: none;
}

.bg-custom-primiary{
	background-color:#3e4f6b;
}
.font-custom-primiary{
	color:#e74c3c;
	font-weight: 900;
	font-size: 26px !important;
}
body{
	font-family: "Ubuntu", sans-serif;
	font-size: 13pt;
	line-height: 1.65;
}

.terms{
	color: #999999;
	display:block !important;
	font-size: 0.7em;
	line-height: 110%;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #e74c3c;
    border-color: #e74c3c;
		cursor:pointer;
}


.sm-rate-image{
}

html {
  position: relative;
  min-height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
	margin-top: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #3e4f6b;
}


.mt-sm-minus-10{
		margin-top: 0px !important;
}

.heading{
 font-size: 1.4em;
 font-family: 'Ubuntu', sans-serif;
}

/* Extra small devices (portrait phones, less than 576px)
@media (max-width: 575px) {
	h2{
		font-size: 1.3em !important;
	}
	.h3{
		font-size: 0.9em !important;
	}

	h3{
		font-size: 0.9em !important;
	}
 }
 */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767px) {
	h2{
		font-size: 1.3em !important;
	}

	.h3{
		font-size: 0.9em !important;
	}

	h3{
		font-size: 0.9em !important;
	}

	.sm-rate-image{
		width: 170px;
		height: 35px;
	}

 }

 .mt-sm-minus-10{
     margin-top: -20px !important;
 }

 .font-custom-primiary{
	 font-size: 26px !important;

 }

 .heading{
 	font-size: 1.4em;
 	font-family: 'Ubuntu', sans-serif;
 }

 .font-custom-primiary{
 	font-size: 20px !important;
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

	h2{
		font-size: 1.3em !important;
	}

	.h3{
		font-size: 0.9em !important;
	}

	h3{
		font-size: 0.9em !important;
	}

	.sm-rate-image{
		width: 170px;
		height: 35px;
	}

	.mt-sm-minus-10{
			margin-top: 10px !important;
	}

	.heading{
		font-size: 2.3em;
		font-family: 'Ubuntu', sans-serif;
	}

	.font-custom-primiary{
	 font-size: 28px !important;
	}


 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

	.font-custom-primiary{
		font-size: 28px !important;
	}

	.mt-sm-minus-10{
			margin-top: 10px !important;
	}

	.heading{
		font-size: 2.3em;
		font-family: 'Pattaya', sans-serif;
	}


 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.font-custom-primiary{
		font-size: 36px !important;
	}

	.mt-sm-minus-10{
			margin-top: 10px !important;
	}

	.heading{
		font-size: 2.3em;
		font-family: 'Ubuntu', sans-serif;
	}

 }
