/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: Roboto, sans-serif;
}

.consult {
	color: #000;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
}

.header {
	position: relative;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.consult a {
    color:#002D5B;
}
.header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px 0px;
}

.container {
	width: 1300px;
	margin: 0 auto;
}

.foooter,
.banner {
	background: #002D5B;
}

.upper-footer-left-inner ul li {
	list-style: none;
	color: #fff;
	font-family: Roboto, sans-serif;
}

.upper-footer h4 {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: normal;
	margin-bottom: .5rem;
}

.upper-footer hr {
	border: 0;
	border-top: 2px solid #ffd000;
	clear: both;
	width: 80px;
	margin: 0 0 20px;
}

p.Disclaimer {
	font-size: 13px;
	padding: 20px 0px;
	line-height: 22px;
}

p.prg_style {
	font-size: 14px;
}

.upper-footer {
	padding: 50px 0px 40px;
}

.lower-footer {
	color: #fff;
}

.lower-footer a {
	color: #C5A021;
}

.upper-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.upper-footer-left {
	width: 60%;
}

.upper-footer-left-inner i {
	margin-right: 10px;
}

.upper-footer-left-inner ul li {
	padding-bottom: 10px;
	cursor: pointer;
}

.upper-footer-left-inner a {
	color: #fff;
}

.upper-footer-right {
	width: 40%;
}

.upper-footer-left-right p {
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	font-family: Roboto, sans-serif;
}

.banner-inner-left h1 {
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	display: inline-block;
	line-height: 48px;
	margin-bottom: 40px;
}

.sub {
	padding: 1rem;
	color: #000;
	background-color: #ffd000;
	display: inline-block;
	font-size: 20px;
}

.banner-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.banner-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.banner-inner-left {
	width: 50%;
}

b.h4.font-weight-bold {
	font-size: 1.5rem;
	text-align: center;
	width: 100%;
	display: block;
	line-height: 1.2;
	margin-bottom: .5rem;
}

.banner-inner-right {
	width: 50%;
}

.banner {
	padding: 70px 0px;
}

.banner-inner-left h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	display: inline-block;
	padding: 30px 0px;
}

.banner-inner-left ul li {
	list-style: none;
	color: #fff;
	font-size: 20px;
	padding-bottom: 19px;
}

.Bn_form {
	width: 75%;
	background: #fff;
	-webkit-box-shadow: 0 0 7px 0 #a39393;
	        box-shadow: 0 0 7px 0 #a39393;
	padding: 25px;
	border-radius: .25rem;
	margin-left: 12%;
}

.banner-inner-left ul li i {
	margin-right: 15px;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
}

.btn.focus,
.btn:focus,
.form-control:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.form-control {
	display: block;
	width: -webkit-fill-available;
	padding: 12px;
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	border: none;
	border-bottom: 1px solid #d6d6d6;
}

.sub_butn {
	display: block;
	margin: auto;
	text-align: center;
}

.sub_butn input {
	border: #ffd000;
	color: #000;
	font-weight: 500;
	border-radius: 4px;
	cursor: pointer;
	background-color: #ffd000;
	padding: 12px 38px;
	font-size: 16px;
}

.banner-inner {
	padding: 0px 15px;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	margin-top: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.sp h2 {
	font-size: 40px;
	margin-top: 3.5rem;
	margin-bottom: 1rem !important;
	line-height: 1.2;
	color: #000;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	text-align: center;
}

.special {
	background: #ffd000;
	color: #000;
	padding: 20px;
	font-size: 22px;
	text-align: center;
	line-height: 32px;
	border-radius: 5px;
}

.countary-inner ul li {
	list-style: none;
	font-size: 18px;
	padding-bottom: 15px;
}

.countary-inner ul li i {
	margin-right: 15px;
}

.countary-inner ul {
	padding: 20px 0px;
}

.client-box {
	padding: 20px 30px;
	text-align: center;
	background-color: whitesmoke;
	-webkit-transition: -webkit-box-shadow .3s;
	transition: -webkit-box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s;
	-webkit-box-shadow: 10px 10px 20px gray;
	        box-shadow: 10px 10px 20px gray;
	margin: 25px 0px 20px;
	font-weight: 600;
	font-size: 19px;
	line-height: 30px;
}

.client-box span {
	width: 100%;
	display: block;
	padding-top: 10px;
}

.client-testimonial {
	padding-top: 20px;
	max-width: 1000px;
	margin: 0 auto;
}

.client {
	padding-bottom: 50px;
}

.special h3 {
	margin-bottom: 10px;
}

.special {
	display: inline-block;
}

.book {
	text-align: center;
}

.mybox1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0px 20px;
}

.mybox {
	background: #ffffff;
	padding: 25px 25px;
	margin: 20px 10px;
	-webkit-box-shadow: 0 0 30px #dfdfdf;
	        box-shadow: 0 0 30px #dfdfdf;
	font-weight: 400;
	font-size: 22px;
	color: #ffd000;
	background-color: #002D5B;
	width: 28%;
	text-align: center;
}

.mybox i {
	font-size: 5rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 5px;
}

.mybox p {
	line-height: 35px;
}

.service-box {
	-webkit-box-shadow: 3px 3px 3px 3px gray;
	        box-shadow: 3px 3px 3px 3px gray;
	padding: 1rem;
	border-left: 5px solid #002D5B;
	margin-bottom: 20px;
}

.service-inner {
	padding-top: 25px;
}

.service-inner h4 {
	font-weight: 700;
	font-size: 22px;
}

.service-inner p {
	padding-top: 10px;
}

.process-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.process-box {
	border: 2px solid;
	margin: 0px 10px;
	text-align: center;
	padding: 20px;
	width: 20%;
	font-size: 18px;
	line-height: 25px;
}

.process-box i {
	font-size: 80px;
	display: block;
	margin-bottom: 15px;
	color: #002D5B;
}

.benefits-inner ul li {
	list-style: none;
	font-size: 18px;
	padding-bottom: 20px;
}

.benefits-inner ul li i {
	margin-right: 15px;
}

.process-inner {
	margin-top: 40px;
}

.benefits-inner {
	padding-left: 40px;
	padding-top: 20px;
}

.binder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.thankyou {
	background-position: center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0px;
}

.thankyou h1 {
	font-size: 38px;
	margin-bottom: 21px;
	padding-top: 20px;
}

.who-inner {
	width: 50%;
	padding-top: 40px;
}

.who-img {
	width: 50%;
	padding-top: 60px;
}

.who-img img {
	width: 100%;
}

.who-box {
	font-size: 28px;
	margin-bottom: 15px;
	border: 2px solid#002D5B;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 20px 15px;
}

.who-box i {
	font-size: 50px;
	margin-right: 15px;
	color: #002D5B;
}

.banner.inner-page h1 {
	text-align: center;
	color: #fff;
	font-size: 38px;
	display: block;
	padding: 20px 0px;
}

.content-section {
	padding: 70px 0px 50px;
}

.content-section h2 {
	font-size: 30px;
	padding-bottom: 20px;
}

.content-section p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.content-section ul {
	margin-bottom: 20px;
	padding-left: 15px;
}

.content-section ul li {
	list-style: none;
	padding-bottom: 10px;
}

.content-section ul li i {
	margin-right: 15px;
}

@media (max-width: 1366px) {
	.container {
		width: 1200px;
		margin: 0 auto;
	}

}

@media (max-width: 1280px) {
	.container {
		width: 1140px;
		margin: 0 auto;
	}

	.process-box {
		font-size: 16px;
		line-height: 22px;
	}

	.who-box {
		font-size: 24px;
		padding: 15px 15px;
	}

	.who-box i {
		font-size: 48px;
	}

}

@media (max-width: 1199px) {
	.container {
		width: 100%;
		margin: 0 auto;
	}

	.sp {
		padding-left: 40px;
		padding-right: 40px;
	}

	.header-inner {
		padding-left: 40px;
		padding-right: 40px;
	}

	.foooter,
	.banner {
		padding-left: 40px;
		padding-right: 40px;
	}

	.who-box {
		font-size: 21px;
		padding: 10px 15px;
	}

	.who-box i {
		font-size: 38px;
	}

	.sp h2 {
		font-size: 32px;
	}

	.content-section {
		padding: 70px 40px 50px;
	}

	.thankyou {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 991px) {
	.upper-footer-left {
		width: 50%;
	}

	.upper-footer-right {
		width: 50%;
	}

	.mybox p {
		line-height: 29px;
	}

	.mybox {
		padding: 25px 15px;
		font-size: 18px;
	}

	.who-box i {
		font-size: 20px;
	}

	.who-box {
		font-size: 17px;
		padding: 10px 15px;
	}

	.process-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.process-box {
		width: 23%;
		margin-bottom: 20px;
	}

	.banner-inner-left h1 {
		font-size: 26px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.banner-inner-left ul li {
		font-size: 14px;
	}

	.banner-inner-left h2 {
		font-size: 21px;
		padding: 30px 0px 20px;
	}

}

@media (max-width: 767px) {
	.header-inner {
		display: block;
		text-align: center;
	}
	.banner-inner {
		display: block;
	}

	.sp {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header {
		padding-left: 0px;
		padding-right: 0px;
	}

	.foooter,
	.banner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.banner-inner {
		padding: 0px;
	}

	.banner-inner-left {
		width: 100%;
	}

	.banner-inner-left ul li {
		font-size: 14px;
		line-height: 28px;
	}

	.banner-inner-left h2 {
		line-height: 30px;
	}

	.banner-inner-right {
		width: 100%;
	}

	.Bn_form {
		width: 81%;
		margin-left: 0;
	}

	.banner {
		padding: 30px 20px;
	}

	.upper-footer {
		display: block;
		padding: 30px 0px 20px;
	}

	.upper-footer-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.upper-footer-right {
		width: 100%;
	}

	.sp h2 {
		font-size: 26px;
	}

	.client-box {
		font-size: 18px;
		line-height: 28px;
	}

	.mybox1 {
		display: block;
	}

	.mybox {
		width: auto;
		margin: 20px 0px;
	}

	.benefits-inner {
		padding-left: 0;
		padding-top: 20px;
		line-height: 30px;
	}

	.binder {
		display: block;
	}

	.who-inner {
		width: 100%;
		padding-top: 20px;
	}

	.who-img {
		width: 100%;
		padding-top: 20px;
	}

	.process-box {
		width: 100%;
		margin-bottom: 20px;
	}

	.special {
		font-size: 18px;
		line-height: 24px;
	}

	.countary-inner ul li {
		list-style: none;
		font-size: 18px;
		padding-bottom: 15px;
		line-height: 33px;
	}

	.countary-inner ul {
		padding: 20px 0px 0px;
	}

	.content-section {
		padding: 40px 20px 30px;
	}

	.banner.inner-page h1 {
		font-size: 26px;
	}

	.content-section h2 {
		font-size: 24px;
	}

	.content-section p {
		font-size: 14px;
	}

	.thankyou {
		padding-left: 20px;
		padding-right: 20px;
	}

}