/*----------------------------------------
| Common Styles
------------------------------------------
- GoogleFonts:
| font-family: 'Work Sans', sans-serif;
----------------------------------------*/
body {
	background-color: #2d3036;
	font-family: 'Work Sans', sans-serif;
  color: #333333;
  font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Work Sans', sans-serif;
}
h4 {
	color: #272940;
	margin-bottom: 0;
	font-size: 23px;
	font-weight: normal;
}
img {
	max-width: 100%;
}
.navbar {
	color: #fff;
	background:#3b78d6 url(../images/bg-pattern-light.jpg) repeat;
	/* background-color: #f8f8f8; */
	border-bottom: 1px solid #074bc7;
}
.navbar-brand.logo {
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 1px #d4d4d4;
}
.navbar-brand.logo>span {
	color: #fff;
}
.navbar-brand.logo svg {
  width: 172px;
}
.btn {
	padding-left: 2rem;
	padding-right: 2rem;
	height: 56px;
}
.btn-primary {
	color: #1057d7;
	border-color: #ffde00;
	background-color: #ffde00;
}
.btn-primary:hover {
	color: #ffffff;
	border-color: #1057d7;
	background-color: #1057d7;
}
.text-info {
	color: #1057d7!important;
}
.text-orange {
	color: #f79646!important;
}
.text-yellow {
	color: #ffde02!important;
}
a.text-info:focus,
a.text-info:hover {
    color: #000!important;
}

/*----------------------------------------
| Pagination
----------------------------------------*/
.page-link {
	color: #00538b;
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 18px;
	border-radius: 3px;
}
.page-link:hover {
	color: #00538b;
	border-color: #ffde00;
        background-color: #ffde00;
}


/*----------------------------------------
| Long Form
----------------------------------------*/
.long-form {
	position: relative;
	background: #404347 url(../images/04-Woman.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  color: #ffffff;
  background-blend-mode: multiply;
}
.form-content {
	margin: 3rem auto 5rem;
}
.long-form.payment-page {
	font-size: 18px;
}
.form-box {
	color: #333;
	background-color: #fff;
	box-shadow: 0 0 1px #ddd;
	padding: 2rem;
	border-radius: 10px;
	margin-top: 2rem;
	position: relative;
}
.form-email {
	margin: 2rem auto 0;
	max-width: 496px;
}
.form-email label {
  font-size: 1.2rem;
  font-weight: 400;
}
.form-control {
	font-family: inherit;
}
.form-email .form-control {
	height: 56px;
}
.form-email .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aab7c4;
}
.form-email .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #aab7c4;
}
.form-email .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #aab7c4;
}
.form-email .form-control:-moz-placeholder { /* Firefox 18- */
  color: #aab7c4;
}
.btn-submit {
	max-width: 496px;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 76px;
	font-size: 1.4rem;
	font-weight: bold;
}
.btn-large {
	max-width: 496px;
	display: block;
	margin: 0 auto;
	height: auto;
	width: 100%;
	font-size: 1.4rem;
	padding: 20px 10px;
	font-weight: bold;
}
.form-groups {
	padding-left: 5rem;
	margin-top: 2rem;
}
.form-groups .form-group {
	position: relative;
}
.form-groups .form-group:not(:last-child)::before {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background-color: #c0c1c1;
	position: absolute;
	top: 24px;
	left: -50px;
}
.form-groups .form-number {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #c0c1c1;
	color: #fff;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: -69px;
	top: -6px;
	z-index: 5;
	-webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	font-weight: bold;
}
.form-groups .form-group.active .form-number {
	background-color: #1057d7;
}
.form-groups .form-group.active::before {
	background-color: #c0c1c1;
}
.form-groups .form-group.active::after {
	content: '';
	display: block;
	width: 54px;
	height: 54px;
	background-color: #fff;
	border: 2px solid #c0c1c1;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	left: -76px;
	top: -13px;
}

.form-control,
.custom-control-label {
	font-size: 18px;
}
.question-label {
	font-size: 23px;
	color: #272940;
	margin-bottom: 0;
}
.question-label>.small {
	color: #999;
}
.long-form .input-group-text {
	background-color: #fff;
}
.long-form .input-group-text i {
	opacity: 0.4;
	font-style: normal;
}
.long-form .input-group-prepend+.form-control {
	border-right: none !important;
	border-left: none !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #1157d6;
}

.footer {
	background:#3b78d6 url(../images/bg-pattern-light.jpg) repeat;
	padding: 2rem 0;
	color: #fff;
}
.disclaimer {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
.disclaimer a {
	opacity: 0.6;
	color: #fff;
}
.disclaimer a:hover {
	color: #fff;
	opacity: 1;
}

.custom-control-label::after,
.custom-control-label::before {
	top: 7px;
}

/*----------------------------------------
| Notepad
----------------------------------------*/
.notepad {
  background: #f6f6f6;
  box-shadow: 0 1px 4px hsla(0,0%,0%,.25);
  margin: 10px 0 30px;
  position: relative;
  background-image: -webkit-linear-gradient(top, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,0) 95%, hsla(180,25%,50%,.1) 95%, hsla(180,25%,50%,.1) 100%);
  background-image: -moz-linear-gradient(top, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,0) 95%, hsla(180,25%,50%,.1) 95%, hsla(180,25%,50%,.1) 100%);
  background-image: linear-gradient(top, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,0) 95%, hsla(180,25%,50%,.1) 95%, hsla(180,25%,50%,.1) 100%);
  background-position: 6px 6px, 6px 5px, 50% 18px;
  background-repeat: repeat;
  background-size: 24px 24px;
  padding: 28px;
}
.notepad:before {
  bottom: 8px;
  border-radius: 4px;
  box-shadow: 0 10px 10px hsla(0,0%,0%,.25);
  content: '';
  height: 100px;
  max-width: 300px;
  position: absolute;
  right: 5px;
  width: 300px;
  z-index: -10;
  -webkit-transform: rotate(2deg);
     -moz-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
       -o-transform: rotate(2deg);
          transform: rotate(2deg);
}

/*----------------------------------------
| Offer Text
----------------------------------------*/
.offer-text {
	font-size: 18px;
	margin: 10px auto;
	background: #ffde00;
	display: inline-block;
	padding: 5px 10px;
}
.bg-blue {
	background-color: #1057d7;
}

/*----------------------------------------
| Responsive
----------------------------------------*/
@media (max-width: 813px) {
	.form-box {
		padding: 1rem 1rem 2rem;
		margin: 2rem auto 0;
	}
	.form-box h3 {
    font-size: 1.2rem;
	}
	.form-groups {
		padding-left: 2.5rem;
    margin-top: 0;
	}
	.form-groups .form-group:not(:last-child)::before {
		left: -26px;
	}
	.form-groups .form-number {
		left: -40px;
    top: 2px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
	}
	.form-groups .form-group.active::after {
		width: 38px;
    height: 38px;
    left: -44px;
    top: -2px;
	}
	.custom-control {
	  border: 1px solid #e1e1e1;
	  padding: 5px 2px 5px 35px;
	  margin-bottom: 3px;
	  border-radius: 3px;
	  display: block;
    margin-right: 0;
	}
	.custom-control.active {
    background: #ffde02;
    color: #000;
	}
	.form-control, .custom-control-label {
	  display: block;
    padding: .3rem 0 .3rem 0;
    font-size: 14px;
	}
	.payment-page .form-control {
    font-size: 18px;
    padding: .5rem 1rem;
	}
	.custom-control-label::after,
	.custom-control-label::before {
		top: 50%;
		transform: translateY(-50%);
	}
	.question-label {
	  font-size: 20px;
	  line-height: 26px;
	}
	.question-label>.small {
		font-size: 14px;
    margin-top: -5px;
  }
	.form-content {
	  margin: 1.5rem auto 4rem;
	}
}
@media (max-width: 767px) {
	.question-label>.small {
    display: block;
	}
	.form-content {
	  margin: 2rem auto 0;
	}
	.form-box {
		padding: 1rem 1rem 5rem;
	}
	.long-form.payment-page {
		padding-bottom: 0;
	}
	.h1, h1 {
		font-size: 2rem;
	}
	.h3, h3 {
		font-size: 1.25rem;
	}
	.notepad {
		padding: 24px;
	}
	.navbar-brand.logo {
		font-size: 22px;
		line-height: 22px;
	}
}
@media (max-width: 767px) {
	.navbar-brand.logo {
		font-size: 20px;
		line-height: 20px;
	}
}