@media (min-width: 768px) {
.row-xs {
	margin-left: -5px;
	margin-right: -5px;
}
.row-xs div[class*="col"] {
	padding: 0 5px;
}
.row-small {
	margin-left: -10px;
	margin-right: -10px;
}
.row-small div[class*="col"] {
	padding: 0 10px;
}
.row-divider > [class*="col"]:nth-child(n+2) {
	border-left: 1px solid #dadedf;
}
.two-cloumns {
	-webkit-columns: 2;
	-moz-columns:2;
	columns: 2;
}
.banner-sec:after,.page-banner:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.1);
}
.banner-sec:after,.page-banner:after {
	background-color: rgba(0,0,0,0.56);
	z-index:-1
}
/*.banner-sec .banner-caption {
	position: absolute;
	left: 50%;
	top: auto;
	transform: translate(-50%, -10%);
	width: 100%;
	bottom: -8%;
	padding: 0;
	z-index:10
}*/
.banner-step-slider:after {
	content: "";
	position: absolute;
	width: 20rem;
	height: 20rem;
	border-radius: 50%;
	left: -15%;
	top: -1rem;
	z-index: -1;
	background-color: #0176e0;
	background-image: -moz-linear-gradient(-45deg, #00b7fd 0%, #024dcd 100%);
	background-image: -webkit-linear-gradient(-45deg, #00b7fd 0%, #024dcd 100%);
	background-image: linear-gradient(-45deg, #00b7fd 0%, #024dcd 100%);
}
.paypal-wrapper:after {
	content: "";
	position: absolute;
	width: 50rem;
	height: 50rem;
	right: -30rem;
	top: -145px;
	z-index: -1;
	background-color: #0176e0;
	background-image: -moz-linear-gradient(-45deg, #00b7fd 0%, #024dcd 100%);
	background-image: -webkit-linear-gradient(-45deg, #00b7fd 0%, #024dcd 100%);
	background-image: linear-gradient(-45deg, #00b7fd 0%, #024dcd 100%);
	transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	opacity: 0.2;
}
.how-it-work-plan {
	margin-top: -10.2rem;
	position: relative;
	z-index: 9;
}
.looking-job-plan {
	margin-top: -8.2rem;
	position: relative;
	z-index: 9;
}
.testimonials-image,.login-image {
	position: relative;
	overflow: hidden;
}
.testimonials-image > img,.login-image > img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	width: auto;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.login-image:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.6);
}
.border-left-thick{
	border-left:5px solid #00b7fd;
}
}
@media (min-width: 992px) {
}
@media only screen and (min-width: 768px) and (max-width:1024px) {
html {
	font-size: 14px;
}
h1, .h1 {
	font-size: 2rem;
}
h2, .h2 {
	font-size: 1.5rem;
}
h3, .h3, .list-content-head {
	font-size: 1.25rem;
}
h4, .h4 {
	font-size: 1.15rem;
}
h5, .h5 {
	font-size: 1.25rem;
}
h6, .h6 {
	font-size: 1rem;
}
.lead {
	font-size: 1.25rem;
	font-weight: 300;
}
.display-1 {
	font-size: 4rem;
}
.display-2 {
	font-size: 3rem;
}
.display-3 {
	font-size: 3.5rem;
}
.display-4 {
	font-size: 2rem;
}
.support-module-icon img{
	max-height: 60px;
}
.support-module {
    padding-left: 5rem;
}
.support-module-content h5 {
    font-size: 1rem;
}
.support-module-content .display-4 {
    font-size: 1.5rem;
}
}
@media (min-width: 768px)and (max-width: 991px) {
}
@media only screen and (min-width: 1025px) and (max-width:1200px) {
}
@media only screen and (min-width:1200px) and (max-width:1480px) {
}
@media only screen and (min-width:1199px) and (max-width:1320px) {
}
@media only screen and (min-width:1200px) and (max-width:1280px) {
}
@media only screen and (min-width:1300px) and (max-width:1366px) {
}
@media (min-width: 992px)and (max-width: 1024px) {
.how-it-work-plan {
	margin-top: -7rem;
	position: relative;
	z-index: 9;
}
.looking-job-plan {
	margin-top: -6rem;
	position: relative;
	z-index: 9;
}
}
@media (min-width: 901px)and (max-width: 980px) {
.container {
	width: 900px;
}
}
@media (max-width:992px) {
html {
	font-size: 14px;
}
.banner-title {
	font-size: 1.8rem;
}
.navbar-nav .nav-link {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
}
@media (max-width: 767px) {
html {
	font-size: 14px;
}
body {
	padding-top: 60px;
}
h1, .h1 {
	font-size: 1.5rem;
}
h2, .h2 {
	font-size: 1.25rem;
}
h3, .h3, .list-content-head {
	font-size: 1.15rem;
}
h4, .h4 {
	font-size: 1rem;
}
h5, .h5 {
	font-size: 0.95rem;
}
h6, .h6 {
	font-size: 0.75rem;
}
.lead {
	font-size: 1.125rem;
	font-weight: 300;
}
.display-1 {
	font-size: 4.5rem;
}
.display-2 {
	font-size: 3.5rem;
}
.display-3 {
	font-size: 2.5rem;
}
.display-4 {
	font-size: 1.5rem;
}
.btn-lg, .btn {
	font-size: 1rem;
}
.header {
	position: fixed;
	width: 100%;
	top: 0;
	min-height: 60px;
	z-index: 100;
	background-color: #fff;
}
.header .navbar-brand {
	padding: 0;
	max-width: 120px;
	margin-right: 1rem;
}
.header-buttons {
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 15px;
}
.btn-signin, .btn-signup {
	font-size: 0 !important;
}
.banner-title {
	font-size: 1.5rem;
}
.tagline {
	font-size: 1.5rem;
}
.offer-number {
	font-size: 5rem;
	line-height: 4rem;
}
.testimonials-image > img {
	max-width: 100%;
}
.support-module-icon img{
	max-height: 60px;
}
.support-module {
    padding-left: 5rem;
}
.list-circle-arrow li{
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
.list-circle-arrow li::before {
    top: 0.5rem;
}
}
@media (max-width:375px) {
}
@media (max-width:374px) {
}
@media (min-width:376px) and (max-width:480px) {
}
@media (min-width:590px) {
}
