.cta_button {
	display: inline-block;
	padding: 15px 50px;
	background-color: #08aae8;
	border-radius: 30px 30px 30px 30px;
	font-family: Lato;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0%;
	text-decoration: none;
}
.cta_button:hover {
	background-color: #0093dd;
	color: #FFFFFF;
}
#howItWorks {
	padding: 60px 0;
}
#howItWorks h2 {
	margin: 0;
	font-family: 'Montserrat';
	font-size: 30px;
	color: #222222;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
}
#howItWorks h2 span {
	position: relative;
	display: inline-block;
}
#howItWorks h2 span:after {
	content: "";
	display: block;
	width: 80%;
	margin: 0 auto;
	border-style: solid;
	border-bottom-width: 0;
}
#howItWorks .box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	row-gap: 40px;
	margin-top: 40px;
	margin-right: -20px;
	margin-left: -20px;
}
#howItWorks .box.fixedLayout {
	flex-wrap: wrap;
}
#howItWorks .box.fixedLayout .item {
	flex: inherit;
	width: 33.33%;
}
#howItWorks .item {
	counter-increment: works-item;
	display: flex;
	flex-direction: column;
	flex: 1;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
#howItWorks .works-item {
	position: relative;
	display: flex;
	width: 100%;
	padding: 90px 0 0 0;
	align-items: center;
	justify-content: center;
}
#howItWorks .works-item:before {
	display: flex;
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #08AAE8;
	border: 5px solid #0482B1;
	font-size: 30px;
	color: #fff;
	font-weight: 900;
	top: 0;
	right: 0;
	left: 0;
	content: counters(works-item, "." );
	align-items: center;
	z-index: 1;
	justify-content: center;
	margin: 0 auto;
	border-radius: 50%;
}
#howItWorks .works-item .works-cont {
	float: left;
	width: 100%;
}
#howItWorks .works-item .works-cont h4 {
	margin: 0 0 8px 0;
	font-size: 18px;
	color: #222222;
	font-weight: 700;
	line-height: 25px;
}
#howItWorks .works-item .works-cont p {
	margin: 0;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	line-height: 24px;
}

#whatIsan {
	padding: 60px 0;
}
#whatIsan h2 {
	margin: 0;
	font-family: 'Montserrat';
	font-size: 30px;
	color: #222222;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
}
#whatIsan h2 span {
	position: relative;
	display: inline-block;
}
#whatIsan h2 span:after {
	content: "";
	display: block;
	width: 80%;
	margin: 0 auto;
	border-style: solid;
	border-bottom-width: 0;
}
#whatIsan .box {
	display: flex;
	gap: 70px;
	margin-top: 40px;
}
#whatIsan .box .image {
	width: 50%;
	border-radius: 10px;
	overflow: hidden;
}
#whatIsan .box .image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#whatIsan .box .content {
	width: 50%;
}
#whatIsan .box .content h3 {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #222222;
	font-weight: 700;
	line-height: 24px;
}
#whatIsan .box .content p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	line-height: 24px;
}
#whatIsan .box .content p:last-child {
	margin-bottom: 0;
}
#whatIsan .box .content ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#whatIsan .box .content ul:last-child {
	margin-bottom: 0;
}
#whatIsan .box .content ul li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	line-height: 24px;
}
#whatIsan .box .content ul li:last-child {
	margin-bottom: 0;
}
#whatIsan .box .content ul li:before {
	content: "\F5E0";
	font-family: 'Material Design Icons';
	font-size: 20px;
	color: #08aae8;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	top: 3px;
	left: 0;
}
#whatIsan .box2 {
	display: flex;
	gap: 100px;
	margin-top: 50px;
	padding: 50px 50px;
	background-color: #ECF4F6;
	border-radius: 10px;
}
#whatIsan .box2 .item {
	width: 100%;
}
#whatIsan .box2 .item h4 {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #222222;
	font-weight: 700;
	line-height: 24px;
}
#whatIsan .box2 .item p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	line-height: 24px;
}
#whatIsan .box2 .item p:last-child {
	margin-bottom: 0;
}
#whatIsan .box2 .item ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#whatIsan .box2 .item ul:last-child {
	margin-bottom: 0;
}
#whatIsan .box2 .item ul li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	line-height: 24px;
}
#whatIsan .box2 .item ul li:last-child {
	margin-bottom: 0;
}
#whatIsan .box2 .item ul li:before {
	content: "\F5E0";
	font-family: 'Material Design Icons';
	font-size: 20px;
	color: #08aae8;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	top: 3px;
	left: 0;
}

#whyChoose {
	padding: 60px 0;
}
#whyChoose h2 {
	margin: 0;
	font-family: 'Montserrat';
	font-size: 30px;
	color: #222222;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
}
#whyChoose h2 span {
	position: relative;
	display: inline-block;
}
#whyChoose h2 span:after {
	content: "";
	display: block;
	width: 80%;
	margin: 0 auto;
	border-style: solid;
	border-bottom-width: 0;
}
#whyChoose .box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	row-gap: 70px;
	margin-top: 40px;
	margin-right: -20px;
	margin-left: -20px;
}
#whyChoose .box.fixedLayout {
	flex-wrap: wrap;
}
#whyChoose .box.fixedLayout .item {
	flex: inherit;
	width: 33.33%;
}
#whyChoose .box .item {
	display: flex;
    flex-direction: column;
    flex: 1;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}
#whyChoose .box .item .icon {
	margin-bottom: 20px;
}
#whyChoose .box .item .icon img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
#whyChoose .box .item h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #222222;
	font-weight: 700;
	line-height: 25px;
}


#locations-faq {
	padding: 60px 0;
}
#locations-faq h3.CustomTitle {
	position: relative;
	margin: 0;
	font-family: 'Montserrat';
	font-size: 30px;
	color: #222222;
	font-weight: 700;
	line-height: 60px;
	text-transform: uppercase;
	text-align: center;
}
#locations-faq h3.CustomTitle:after {
	content: "";
	display: block;
	width: 270px;
	max-width: 100%;
	margin: 0 auto;
	border-style: solid;
	border-bottom-width: 0;
}
#locations-faq .accordion {
	width: 75%;
	margin: 0 auto;
	margin-top: 20px;
}
#locations-faq .accordion li:last-child {
	margin-bottom: 0;
}



/* #iPad Pro - Large Screens beyond 1024px
================================================== */
@media only screen and (min-width: 959px) and (max-width: 1180px) {

#whatIsan .box									{ gap: 30px; }

}



/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.page-template-fbi-background-apostille-service #inner_banner { height: 350px; }
.page-template-fbi-background-apostille-service #inner_banner h1 { font-size: 40px; line-height: 40px; }
.page-template-fbi-background-apostille-service #inner_banner h3 br { display: none; }

#howItWorks h2									{ font-size: 27px; line-height: 32px; }
#howItWorks .box								{ flex-wrap: wrap !important; }
#howItWorks .item								{ flex: inherit !important; width: 100% !important; }

#whatIsan h2									{ font-size: 27px; line-height: 32px; }
#whatIsan .box 									{ gap: 30px; }
#whatIsan .box .content h3 						{ font-size: 20px; line-height: 20px; }
#whatIsan .box .content h2 						{ font-size: 30px; line-height: 30px; }
#whatIsan .box .content p 						{ font-size: 16px; line-height: 25px; }
#whatIsan .box .content h4 						{ font-size: 18px; line-height: 23px; }
#whatIsan .box .content ul.iconList li .icon	{ min-width: 35px; width: 35px; height: 35px; }
#whatIsan .box2 								{ flex-wrap: wrap; padding: 50px 20px; gap: 50px; }

#whyChoose h2 									{ font-size: 30px; line-height: 40px; }
#whyChoose h2:after 							{ margin: 7px auto 0 auto; }
#whyChoose .box .item h3 br 					{ display: none; }
#whyChoose .box .item .icon img 				{ max-width: 70%; }

#locations-faq									{ padding: 0px 0 60px 0; }

}



/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

.page-template-fbi-background-apostille-service #inner_banner { height: 350px; }
.page-template-fbi-background-apostille-service #inner_banner h3 br { display: none; }

#howItWorks h2									{ font-size: 27px;line-height: 32px; }
#howItWorks .box								{ flex-wrap: wrap !important; }
#howItWorks .item								{ flex: inherit !important; width: 100% !important; }

#whatIsan h2									{ font-size: 27px;line-height: 32px; }
#whatIsan .box 									{ flex-direction: column; gap: 30px; }
#whatIsan .box .image 							{ width: 100%; }
#whatIsan .box .content 						{ width: 100%; }
#whatIsan .box .content h3 						{ font-size: 20px; line-height: 20px; }
#whatIsan .box .content h2 						{ font-size: 30px; line-height: 30px; }
#whatIsan .box .content p 						{ font-size: 16px; line-height: 25px; }
#whatIsan .box .content h4 						{ font-size: 18px; line-height: 23px; }
#whatIsan .box .content ul.iconList li .icon 	{ min-width: 35px; width: 35px; height: 35px; }
#whatIsan .box2 								{ flex-wrap: wrap; padding: 50px 20px; gap: 50px; }

#whyChoose h2 									{ font-size: 27px; line-height: 32px; }
#whyChoose h2:after 							{ margin: 7px auto 0 auto; }
#whyChoose .box 								{ flex-wrap: wrap !important; }
#whyChoose .box .item 							{ flex: inherit !important; width: 100% !important; }
#whyChoose .box .item .icon img 				{ max-width: 50%; }

#locations-faq									{ padding: 0px 0 60px 0; }


}



/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
