* {
	margin:0;
	padding:0;
}
ul,ol {
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Inter Tight", sans-serif !important;
	padding:0;
	margin:0;
}

p {
	font-family: "Inter", sans-serif !important;
	padding:0;
	margin:0;
}

.row {
	box-sizing:border-box;
	margin-left:-15px;
	margin-right:-15px;
}


body {
	/* font-family: 'Proxima Nova Rg' !important;*/
	font-family: "Inter", sans-serif !important;
}
/* The container <div>- needed to position the dropdown content */
.service-dropdown {
	position:relative;
	display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.service-dropdown-content {
	display:none;
	position:absolute;
	background-color:#fff;
	min-width:250px;
	z-index:1;
	padding:0 20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.navigation-inner ul li a:hover {
	background: transparent;
}
/* Change color of dropdown links on hover */
.service-dropdown-content a:hover {
	background-color: #ddd;
}
/* Show the dropdown menu on hover */



@media only screen and (min-width: 1025px) {
.service-dropdown:hover .service-dropdown-content {
	display: block;
}
}




/* Custom container styling */
.custom-container {
	max-width:1280px;
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
	width: 96%;
}
.logo-outer {
	width:20%;
	height:56px;
	padding:10px;
}
.navigation-outer button {
	display:none;
}
.logo-outer img {
	width:100%;
	height:100%;
	max-width:234px;
	max-height:36px;
	object-fit:contain;
}
.navigation-outer {
	width:80%;
	position:relative;
	z-index:99;
}
.push-menu {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 28px 0 60px;
	display:-webkit-flex;
}
.navigation-inner ul li {
	display:inline-block;
	padding:13px 35px 13px 10px;
}
.navigation-inner ul {
	padding-left:0;
	margin:0;
}
.service-dropdown-content ul li {
	padding:0;
}
.navigation-inner ul li a {
	font-size:18px;
	font-weight:600;
	line-height:20px;
	color:#000d40;
	text-decoration:none;
}
.service-dropbtn::after {
	position:absolute;
	content:"";
	background-image:url(../images/dropdown-header.png);
	background-repeat:no-repeat;
	background-size:contain;
	top:5px;
	right:-28px;
	background-position:top right;
	width:20px;
	height:16px;
}
.service-dropbtn {
	position:relative;
}
.header-top {
	background:#000d40;
	padding:15.5px 0;
	position:relative;
	z-index:99;
}
.header-top ul {
	display:flex;
	display:-webkit-flex;
	justify-content:end;
	align-items:center;
	gap:30px;
	padding:0 45px;
}
.header-top ul li a {
	font-size:16px;
	font-weight:400;
	color:#fff !important;
	line-height:24px;
	text-decoration:none;
}
.header-top ul li a img {
	padding-right:10px;
}
.header-outer .row {
	padding:13.68px 0;
	align-items:center;
	width:100%;
	max-width:100%;
}
.blue-btn {
	background:#3a78ff;
	font-size:16px;
	font-weight:bold;
	border-width:1px;
	border-radius:48px;
	-webkit-border-radius:48px;
	-moz-border-radius:48px;
	display:inline-block;
	line-height:1;
	padding:14px 26.55px;
	color:#fff;
	text-align:center;
	transition:all 0.3s;
	text-decoration:none;
	border:1px solid transparent;
	/* Changed to solid */
}
.pricing-custom p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000d40;
}
.blue-btn:hover {
	background:#fff;
	border:1px solid #3a78ff;
	color:#3a78ff;
}
.arrow-order:before {
	position:absolute;
	content:"";
	background-image:url(../images/order-now-arrow.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:top right;
	width:20px;
	height:16px;
	top:13px;
	right:23px;
	z-index:1;
	filter:brightness(10.5);
}
.arrow-order:hover:before {
	filter:none;
}
.arrow-order {
	position:relative;
	padding-right:48px;
}
.header-bottom {
	background:#f6f9ff;
	padding-bottom:45px;
}
.banner-left {
	padding-right:26px;
}
.banner-left h1 {
	font-size:40px;
	font-weight:700;
	line-height:48px;
	color:#000d40;
	margin-bottom:20px;
}
.banner-left h2 {
	font-size:24px;
	font-weight:600;
	line-height:32px;
	color:#000d40;
	margin-bottom:20px;
}
.banner-outer {
	background-color:#f6f9ff;
	padding-bottom:80px;
}
.banner-left p {
	color:#000d40;
	font-size:18px;
	font-weight:600;
	line-height:28px;
	padding-bottom:40px;
}
.banner-btns span {
	padding:0 20px;
	color:#000d40;
	font-size:18px;
	font-weight:400;
	line-height:28px;
}
.banner-btns .blue-btn {
	padding:18px 32px;
}
.blue-border {
	border:1px solid #3a78ff;
	background:#0000;
	color:#3a78ff;
	
}
.banner-ryt img {
	width:100%;
	height:480px;
	object-fit:contain;
}
.translation-box p {
	color:#000d40;
	font-size:18px;
	font-weight:700;
	line-height:26px;
}
.translation-logo-outer {
	padding:32px 0 40px;
}
.translation-box {
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	gap:20px;
}
.translation-box:nth-child(2) {
	border-left:1px solid #ced7e9;
	border-right:1px solid #ced7e9;
	padding:15px 0;
}
.immigration-lft h2 {
	font-size:32px;
	font-weight:700;
	line-height:40px;
	color:#000d40;
	margin-bottom:20px;
}
.immigration-lft p {
	font-size:18px;
	font-weight:400;
	line-height:28px;
	color:#000d40;
	margin-bottom:20px;
}
.immigration-lft {
	padding-top:28px;
}
.translation-dollar {
	background-color:#ebf2ff;
	padding:40px 32px 56px;
	border-radius:20px 20px 0 0;
	-webkit-border-radius:20px 20px 0 0;
	-moz-border-radius:20px 20px 0 0;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
}
.dollar-content h4 {
	font-size:20px;
	font-weight:700;
	line-height:28px;
	color:#000d40;
}
.dollar-content p {
	color:#000d40;
	font-size:18px;
	font-weight:400;
	line-height:26px;
}
.immigration-ryt-inner {
	margin-left:108px;
}
.ur-immigration-left {
	padding-right:15px;
}
.translation-service .accutranslate-headings {
	width:63%;
	margin:0 auto;
	padding-bottom:50px;
}
.uscis-translateService .accutranslate-headings {
	width:73%;
}
.why-accutranslate .accutranslate-headings {
	width:72%;
	margin:0 auto;
	padding-bottom:70px;
}
.uscis-translateService .translation-service-pic img {
	width:48px;
	height:48px;
	object-fit:cover;
}
.academic-immigration .what-include-panel {
	padding:32px 32px 50px;
}
.what-include-panel h2 {
	font-size:24px;
	font-weight:700;
	line-height:32px;
	text-align:left;
	margin-bottom:20px;
	color:#000d40;
}
.what-include-panel ul {
	list-style-type:none;
}
.dollar-numericalValue h2 {
	color:#0f39c1;
	font-size:28px;
	font-weight:700;
	line-height:48px;
}
.dollar-numericalValue h2 span {
	font-weight:600;
	font-size:22px;
}
.uscis-dollar .what-include-panel {
	padding:32px 32px 50px;
}
.uscis-service {
	padding:100px 0 120px;
}
.what-include-panel ul li {
	font-size:18px;
	font-weight:600;
	line-height:28px;
	color:#000d40;
	margin:30px 0 0;
	position:relative;
	padding-left:35px;
}
.what-include-panel ul li::before {
	position:absolute;
	content:"";
	background-image:url(../images/green-tick.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:top left;
	width:28px;
	height:28px;
	top:4px;
	left:-3px;
	z-index:1;
}
.immigration-btns {
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	gap:15px;
	padding-top:30px;
}
.what-include-panel {
	padding:32px 32px 150px;
	background-color:#f6f9ff;
	border-radius:0 0 20px 20px;
	-webkit-border-radius:0 0 20px 20px;
	-moz-border-radius:0 0 20px 20px;
}
.immigration-btns .blue-btn {
	padding:16px 24px;
}
.blue-border:hover {
	background-color:#3a78ff;
	color:#fff;
}
.immigration-lft:first-child {
	padding-top:0 !important;
}
.translation-service-grid {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	grid-gap:24px 25px;
	position:relative;
	padding:0;
}
.translation-service-grid .translation-service-text h4 {
	padding:20px 0 10px;
}
.steps-to-obtain .translation-service-grid {
	grid-gap:105px 16px;
	padding-bottom:120px;
}
.translation-service {
	background-color:#f6f9ff;
	padding:100px 0;
}
.accutranslate-headings h2 {
	font-size:40px;
	font-weight:700;
	line-height:48px;
	color:#000d40;
	text-align:center;
	margin-bottom:20px;
}
.accutranslate-headings h5 {
	color:#000d40;
	font-size:18px;
	font-weight:600;
	line-height:26px;
	text-align:center;
}
.steps-to-obtain .accutranslate-headings h5 {
	padding-bottom:100px;
}
.precision-every-lang {
	padding-left: 0;
	padding-right: 0;
}
.right-lang-with-accu {
    text-align: center;
}
.translation-service-text h2 {
	font-size:24px;
	font-weight:700;
	line-height:32px;
	text-align:center;
	color:#000d40;
}
.translation-service-pic {
	text-align:center;
	padding-bottom:20px;
}
.translation-service-box {
	background-color:#fff;
	padding:48px 32px;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
}
.translation-service-text h4 {
	font-size:18px;
	font-weight:700;
	line-height:26px;
	color:#000d40;
	padding:14px 0 7px;
}
.translation-service-text p {
	color:#6b707a;
	font-size:18px;
	font-weight:400;
	line-height:24px;
}
.white-bg-btn:hover {
	border:1px solid #fff;
	background-color:#0000;
	color:#fff !important;
}
.y-choose-gridbox {
	text-align:center;
	padding:0 10px;
}
.white-bg-btn {
    background: #fff;
    color: #000d40 !important;
    border: 1px solid #0000;
}
.white-border:hover {
    border: 1px solid #0000;
}
.ur-immigration-outer {
	padding:40px 0;
}
.accutranslate-box .translation-service-box {
	background-color:#f6f9ff;
	margin-left:20px;
	height:510px;
}
.translation-service.why-accutranslate {
	background:#fff;
	overflow:hidden;
}
.accutranslate-slider button.slick-prev.slick-arrow {
	display:none !important;
}
.accutranslate-slider button.slick-next.slick-arrow {
	display:none !important;
}
.accutranslate-slider ul.slick-dots {
	display:inline-flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	list-style:none;
	gap:22px;
	padding-top:30px;
}
.granteed-approval-outer .accutranslate-headings {
	padding-bottom:50px;
	width:77%;
	margin:0 auto;
}
.accutranslate-slider ul.slick-dots li {
	font-size:0;
	border:none;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	width:20px;
	height:20px;
	background-color:#ebf2ff;
	outline:none;
}
.push-menu i {
	display:none;
}
.accutranslate-slider ul.slick-dots li button {
	border:none;
}
.accutranslate-slider ul.slick-dots li.slick-active {
	background-color:#3a78ff;
}
.steps-to-obtain {
	background-color:#f6f9ff;
	padding:100px 0;
}
.steps-to-obtain .translation-service-grid::before {
	position:absolute;
	content:"";
	background-image:url(../images/steps-to-obtain-dot.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:contain;
	width:100%;
	height:100%;
	top:-55px;
	right:-11px;
}
.document-banner .list-banner ul li {
    padding: 0 0 20px !important;
}
.document-banner ul li:before {
    top: 0px !important; 
}
.document-obtain .translation-service-grid::before {
	position:absolute;
	content:"";
	background-image:url(../images/steps-to-obtain-dot.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:contain;
	width:100%;
	height:100%;
	top:-30px;
	right:-11px;
}
/* .document-dotted {
    position: relative;
    z-index: 1;
}

.document-dotted img {
    position: absolute;
    left: 15px;
    top: -41px;
    width: 100%;
} */
.document-slider .accutranslate-headings {
	width:80%;
}
.academic-service .translation-service-box {
	background-color:#f6f9ff;
}
.academic-service .translation-service-pic img {
	width:48px;
	height:48px;
	object-fit:contain;
}
.academia-main .accutranslate-headings {
	width:75%;
}
.business-leftText {
	background-color:#f6f9ff;
	padding:20px 40px 20px 70px;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	margin-top:10px;
}
.translation-service-text h2 span {
	color:#3a78ff;
}
.translation-service-box-outer .translation-service-box {
	width:420px;
}
.translation-service-box-outer {
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	flex-wrap: wrap;
}
.foreign-document-outer {
	padding:100px 0 50px;
}
.approval-icon i {
	color: #f18b2c;
	border-color: #f18b2c;
	font-size: 24px;
	width: 32px;
	display: inline-block;
	height: 32px;
	background: url(../images/orange-check.png) no-repeat;
}
.approval-translator-grid {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:10px;
}
.approval-translator-box {
	background-color:#f6f9ff;
	padding:20px;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	text-align:center;
}
.approval-translator-box h4 {
	font-size:20px;
	font-weight:700;
	line-height:28px;
	color:#000d40;
	text-align:center;
	padding:12px 0 8px;
}
.approval-translator-box p {
	color:#6b707a;
	font-size:18px;
	font-weight:400;
	line-height:24px;
}
.languages-outer .language-heading {
	font-size:44px;
	font-weight:700;
	line-height:48px;
	color:#000d40;
	text-align:center;
}
.language-numericals .heading-count {
	color:#0f39c1;
	font-size:22px;
	font-weight:600;
	line-height:30px;
	text-align:center;
}
.language-numericals .heading-count span {
	color:#0f39c1;
	font-size:40px;
	font-weight:400;
	line-height:48px;
}
.language-numericals {
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	gap:140px;
	border-bottom:1px solid #dae5fc;
	padding-bottom:50px;
	padding-top:50px;
}
.languages-outer {
	padding:100px 0 0;
}
.index-translationProcess .accutranslate-headings {
	max-width:74%;
	margin:0 auto;
	padding-bottom:50px;
}

.index-translationProcess .accutranslate-headings h5 {
	padding-bottom:65px;
}
.index-translationProcess .translation-service-pic img {
	width:48px;
	height:48px;
	object-fit:contain;
}
.index-translationProcess .translation-service-pic {
	text-align:center;
	padding-bottom:30px;
}
.language-category h2 {
	font-size:30px;
	font-weight:700;
	line-height:36px;
	text-align:left;
	margin-bottom:30px;
}
.grid-translationProcess .translation-service-pic {
	padding-bottom:40px;
}
.language-category {
	padding:30px 20px 70px 0;
}
.country-translate {
	border-style:solid;
	border-width:1px;
	border-color:#d6e1f8;
	box-shadow:0px 0px 0px 3px #f6f9ff;
	transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
	padding:16px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin-top:10px;
	display:flex;
	gap:15px;
	display:-webkit-flex;
	align-items:center;
}
.language-category:last-child {
	padding-right:0;
	padding-left:20px;
}
.languages-banner .banner-ryt img {
	width:100%;
	height:522px;
	object-fit:contain;
	max-width:507px;
}
.languages-banner .banner-left p {
	padding-bottom:32px !important;
}
.country-text h3 {
	font-size:18px;
	font-weight:700;
	line-height:26px;
	color:#000d40;
}
.country-text p {
	font-size:16px;
	font-weight:400;
	line-height:24px;
	color:#000d40;
}
.language-communication-inner p {
	color:#6b707a;
	font-size:18px;
	font-weight:400;
	line-height:28px;
	margin:20px 0 28px;
}
.language-btn .blue-btn {
	padding:18px 32px;
	font-weight:500;
}
.language-bottom-box {
	background-color:#f6f9ff;
	margin-top:24px;
	margin-bottom:0;
	padding:39px;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
}
.language-bottom-box h4 {
	font-size:24px;
	font-weight:700;
	line-height:32px;
	margin-bottom:20px;
	color:#000d40;
}
.language-bottom-box p {
	color:#000d40;
	font-size:18px;
	font-weight:400;
	line-height:26px;
}
.language-category-accordion .accordion-button:not(.collapsed) {
	color:unset;
	background-color:unset;
	box-shadow:unset;
}
.language-category-accordion .accordion-button.collapsed {
	border:none !important;
	box-shadow:none !important;
}
.language-category-accordion h3 button {
	font-size:24px;
	font-weight:700;
	line-height:32px;
	color:#000d40;
}
.language-category-accordion .accordion-button {
	padding:32px 32px 32px 20px;
}
.language-category-accordion {
	overflow:hidden;
}
.language-category-accordion .accordion-item {
	border:none;
	border:1px solid #c3d6fd;
	margin-bottom:15px;
	border-radius:14px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	overflow:hidden;
}
.flags-language-main .accordion-body {
	padding-top:0;
}
.flags-language-main .accordion-body ul {
	list-style:none;
}
.flags-language-main .accordion-body ul li {
	font-size:18px;
	font-weight:600;
	line-height:24px;
	color:#000d40;
	background-color:#f6f9ff;
	padding:10px 50px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	margin-bottom:10px;
	position:relative;
}
.flags-language-main .accordion-body ul li::before {
	position:absolute;
	content:"";
	background-image:url(../images/check-circle.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left top;
	width:23px;
	height:23px;
	top:10px;
	left:16px;
}
.accutranslate-faq h2 {
	font-size:40px;
	font-weight:700;
	line-height:48px;
	text-align:center;
}
.faq-accordion h3 button {
	font-size:19px;
	font-weight:600;
	line-height:28px;
	color:#000d40;
}
.faq-accordion .accordion-button:not(.collapsed) {
	color:unset;
	background-color:#f6f9ff !important;
	box-shadow:unset;
}
.faq-accordion .accordion-item {
	border:none;
}
.language-category-accordion .accordion-item:first-of-type>.accordion-header .accordion-button {
	border-top-left-radius:unset !important;
	border-top-right-radius:unset !important;
}
.faq-accordion button.accordion-button.collapsed {
	outline:none;
	border:none;
	box-shadow:none;
	padding:0;
}
.faq-accordion .accordion-button {
	padding:0;
}
.faq-accordion .accordion .accordion-item:not(.collapsed) {
	border-color:#0000 !important;
	background-color:#f6f9ff !important;
}
.faq-accordion .accordion .accordion-item {
	background-color:#fff !important;
	border:2px solid #c3d6fd !important;
		border-radius:14px !important;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	overflow:hidden;
	margin-bottom:11px;
}
.faq-accordion .accordion-header button {
	padding:20px !important;
	background-color:#fff !important;
}
.faq-bottom {
	margin:0;
}
.accutranslate-faq {
	padding:50px 0 50px;
}
.notarized-banner .banner-left {
	padding-right:32px;
}
.faq-main-page-outer .accutranslate-headings {
	width:96%;
	margin:0 auto;
	padding-bottom:30px;
}
footer.footer-outer {
	background-color:#f6f9ff;
	padding:50px 0 0px;
}
.active-nav a {
    color: #3a78ff !important;
}
.footer-logo {
	max-width:40%;
	padding-right:80px;
}
.footer-logo p {
	color:#000d40;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	padding:24px 0 32px;
}
.footer-nav-outer {
	width:20%;
}
.row.footer-top-row {
	justify-content:space-between;
}
.footer-nav-outer h3 {
	color:#000;
	font-size:18px;
	font-weight:700;
	line-height:28px;
	margin-bottom:20px;
}
.footer-nav-outer ul {
	list-style:none;
}
.footer-nav-outer ul li a {
	text-decoration:none;
	color:#000d40;
	font-size:16px;
	font-weight:600;
	line-height:24px;
}
.footer-nav-outer ul li {
	padding:0 0 10px;
}
.footer-outer ul {
	list-style:none;
}
.contact-footer ul li a {
	font-size:16px;
	font-weight:600;
	line-height:24px;
	text-decoration:none;
	color:#000d40 !important;
}
.contact-footer {
	width:40%;
}
.social-footer {
	width:20%;
}
.copyright-footer {
	width:60%;
	text-align:right;
}
.social-footer h3 {
	color:#000;
	font-size:16px;
	font-weight:700;
	line-height:24px;
}
.social-footer ul li a i {
	font-size:19px;
}
.social-footer ul {
	display:flex;
	gap:30px;
	align-items:center;
	padding-top:12px;
	display:-webkit-flex;
}
.footer-logo img {
	width:221px;
	height:34px;
	object-fit:contain;
}
.contact-footer ul li {
	padding-bottom:7px;
}
.footer-last-row p {
	color:#4d5564;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	width:85%;
}
.footer-last-row {
	justify-content:center;
}
.contact-footer ul li img {
	padding-right:15px;
}
.row.footer-middle-row {
	align-items:center;
	padding-top:30px;
	padding-bottom:30px;
}
.copyright-footer p {
	color:#000;
	font-size:16px;
	font-weight:700;
	line-height:24px;
}
.navigation-inner ul li a:hover {
	color:#3a78ff;
}
.footer-nav-outer ul li a:hover {
	color:#3a78ff;
}
.contact-footer ul li a:hover {
	color:#3a78ff !important;
}
.footer-last-row {
	text-align:center;
	border-top:1px solid #ced9ed;
	padding:30px 0;
}
.header-top ul li a:hover {
	color:#3a78ff !important;
}
.service-dropdown-content ul li {
	line-height:45px;
}
.certified-banner .row {
	align-items:center;
}
.accutranslate-box .translation-service-box .translation-service-pic {
	display:flex;
	justify-content:center;
	display:-webkit-flex;
}
.foreign-document:first-child {
	padding-right:30px;
}
.faq-accordion .accordion-body p {
	color:#4d5564;
	font-size:16px;
	font-weight:400;
	line-height:24px;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
	transform:unset;
}
.customer-support {
	display:flex;
	display:-webkit-flex;
	background:#f6f9ff;
	padding:42px 40px;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	gap:40px;
	margin-top:24px;
}
.font-59 {
	font-size:59px !important;
	line-height:68px !important;
}
.list-banner ul {
	list-style:none;
	padding-left:30px;
	padding-top:7px;
	padding-bottom:20px;
}
.list-banner ul li {
	font-size:19px;
	font-weight:600;
	line-height:28px;
	color:#000d40;
	padding:7px 0;
	position:relative;
	background: transparent;
}
.list-banner ul li:before {
	position:absolute;
	content:"";
	background-image:url(../images/green-tick.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:contain;
	width:25px;
	height:25px;
	left:-32px;
	top:8px;
}
.secure-ssl {
	background-color:#f6f9ff;
	position:relative;
}
.secure-ssl:after {
	position:absolute;
	content:"";
	background-image:url(../images/three-line-dot.svg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:contain;
	width:52px;
	height:185px;
	left:170px;
	bottom:-108px;
}
.net-service {
	background-color:#fff;
}
.net-service .translation-service-box {
	border:1px solid #dae5fc;
	padding:20px;
}
.global-communication-text h3 {
	font-size:32px;
	font-weight:700;
	line-height:40px;
	color:#000d40;
	padding-bottom:20px;
}
.global-communication-text p:last-child {
	padding:0;
}
.global-communication-text p {
	color:#000d40;
	font-size:20px;
	font-weight:400;
	line-height:28px;
	padding-bottom:25px;
}
.global-communication-text p span {
	color:#002AB0;
}
.global-communication {
	align-items:center;
	background-color:#ebf2ff;
	padding:50px;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	margin-top:130px;
	flex-wrap: wrap;
}
.global-communication-text {
    max-width: 63%;
    padding: 0;
    width: 100%;
}
.custom-support h2 {
	font-size:20px;
	font-weight:700;
	line-height:28px;
	color:#000d40;
	margin-bottom:20px;
}
.custom-support p {
	color:#000d40;
	font-size:18px;
	font-weight:400;
	line-height: 26px;
}
/*index-page*/
.net-service .accutranslate-headings {
    padding-bottom: 40px;
}
.why-accutranslate .translation-service-pic img {
	width:48px;
	height:48px;
	object-fit:contain;
}
.net-service .translation-service-text h2 {
	font-size:20px;
	font-weight:700;
	line-height:28px;
	padding-bottom:20px;
}
.net-service .translation-service-text p {
	text-align:center;
	font-size:16px;
}
.net-service .translation-service-pic img {
	width:64px;
	height:64px;
	object-fit:contain;
}
.advantage-slider-outer {
	overflow:hidden;
	background-color:#f6f9ff;
	padding:110px 0;
	position:relative;
}
.advantage-slider-outer::after {
	position:absolute;
	content:"";
	background-image:url(../images/three-line-dot.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left top;
	width:52px;
	height:185px;
	left:120px;
	top:0px;
	transform:rotate(90deg);
}
.advantage-mainbox {
	padding:28px 24px;
	box-shadow:0px 0px 0px 6px #ebf2ff;
	border:2px solid #dae5fc;
	margin-left:20px;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	background-image:url(../images/slider-index-bg.png);
	min-height:352px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:top right;
	background-size:contain;
	min-height: 440px;
}
.advantage-pic {
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
}
.advantage-text h2 {
	font-size:20px;
	font-weight:700;
	line-height:28px;
	color:#000d40;
	text-align:center;
	padding:25px 0;
}
.advantage-text p {
	color:#6b707a;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	text-align:center;
}
.advantage-slider ul.slick-dots li:hover {
	color:#7fa0e9 !important;
}
.advantage-slider-outer .accutranslate-headings {
	max-width:76%;
	margin:auto;
	padding-bottom:65px;
}
.advantage-slider button.slick-next.slick-arrow {
	display:none !important;
}
.advantage-slider button.slick-prev.slick-arrow {
	display:none !important;
}
.advantage-slider ul.slick-dots {
	display:flex;
	display:-webkit-flex;
	list-style:none;
	justify-content:center;
	padding-top:30px;
	gap:25px;
}
.advantage-slider ul.slick-dots li button {
	display:none;
}
.advantage-slider ul.slick-dots li {
	background-color:#ebf2ff;
	font-size:0;
	width:20px;
	height:20px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	cursor:pointer;
}
.academia-main .translation-service-pic img {
	width:48px;
	height:48px;
	object-fit:contain;
}
.advantage-slider .slick-list {
	overflow:unset !important;
}
.advantage-slider ul.slick-dots li button:hover {
	background-color:#7fa0e9;
}
.advantage-slider ul.slick-dots li.slick-active {
	background-color:#3a78ff;
}
.advantage-pic img {
	width:60px;
}
.translation-steps .translation-inner-service {
	background-color:#f6f9ff;
	padding:48px 32px;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
}
.translation-steps .translation-service-box {
	padding:0;
	border-radius:unset;
	background-color:#0000;
}
.granteed-approval-outer.translation-steps {
	padding-bottom:110px;
}
.banner-index-main {
	background-image:url(../images/index-banner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#f6f9ff;
	width:100%;
	max-width:100%;
	background-attachment:fixed;
}
.banner-index-main .header-bottom {
	background:transparent;
}
.index-banner {
	padding-top:70px;
	padding-left:10px;
	padding-right:10px;
}
.global-communication-pic {
	max-width:372px;
	width:100%;
	margin-left:57px;
}
.global-communication-pic img {
	width:100%;
	max-width:292px;
}
.index-translationProcess {
	background-color:#fff;
	position:relative;
}
.index-translationProcess:before {
	position:absolute;
	content:"";
	background-image:url(../images/three-line-dot.svg);
	background-repeat:no-repeat;
	background-position:left top;
	width:52px;
	height:185px;
	left:10%;
	top:64.56%;
}
.index-translationProcess .translation-service-grid::before {
	background-image:none;
}
.index-translationProcess .translation-service-grid:after {
	position:absolute;
	content:"";
	background-image:url(../images/index-border-dotted.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:right top;
	width:100%;
	right:-47px;
	top:-75px;
	height:100%;
	max-width:1113px;
	height:684px;
}
.index-translationProcess .translation-service-grid {
	padding-bottom:135px;
}
.grid-translationProcess .translation-service-box {
	background-color:#f6f9ff;
}
.index-translationProcess .translation-service-box-outer {
	gap:20px;
}
.index-translationProcess .translation-service-box-outer .translation-service-box {
	background-color:#f6f9ff;
	height:430px;
}
.journey-left {
	background-color:#002ab0;
	max-width:65%;
	padding:56px 46px;
	border-radius:16px 0 0 16px;
	-webkit-border-radius:16px 0 0 16px;
	-moz-border-radius:16px 0 0 16px;
	background-image:url(../images/globe.svg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.journey-ryt {
	background-color:#3a78ff;
	padding:48px 40px;
	max-width:35%;
	border-radius:0 16px 16px 0;
	-webkit-border-radius:0 16px 16px 0;
	-moz-border-radius:0 16px 16px 0;
}
.white-border {
	border:1px solid #fff;
}
.journey-left h2 {
	color:#fff;
	font-size:32px;
	font-weight:700;
	line-height:40px;
	margin-bottom:20px;
}
.journey-left p {
	color:#fff;
	font-size:18px;
	font-weight:400;
	line-height:28px;
}
.journey-ryt h3 {
	color:#fff;
	font-size:24px;
	font-weight:400;
	line-height:32px;
}
.journey-ryt h3 span {
	font-weight:bold;
}
.journey-btn .blue-border {
	color:#000d40;
	padding:15px 20px;
}
.journey-btn {
	padding-top:40px;
}
.journey-btn .blue-border:hover {
	border:1px solid #fff;
	color:#fff;
}
.journey-btn {
	display:flex;
	justify-content:space-between;
	display:-webkit-flex;
}
.y-choose-inner h2 {
	font-size:24px;
	font-weight:700;
	line-height:32px;
	color:#000d40;
	text-align:center;
}
.y-choose-grid {
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:30px;
	background-color:#f6f9ff;
	padding:0 40px;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
}
.y-choose-inner {
	padding:50px 50px 34px;
	margin-top:24px;
	background-color:#f6f9ff;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
}
.y-choose-gridbox h3 {
	font-size:20px;
	font-weight:700;
	line-height:28px;
	padding:18px 0 8px;
}
.y-choose-gridbox p {
	color:#6b707a;
	font-size:16px;
	font-weight:400;
	line-height:24px;
}
.fosters-connection p {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #000d40;
    max-width: 97%;
    margin: 0 auto;
}
.fosters-connection {
	background-color:#f6f9ff;
	padding:50px 131px;
	text-align:center;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	margin-bottom:120px;
}
.accutranslate-faq .row {
	margin-top:70px;
}
.faq-main-para {
	font-size:18px;
	font-weight:600;
	line-height:28px;
	color:#000d40;
	text-align:center;
	max-width:73%;
	margin:auto;
	padding-top:20px;
}
.further-queries .circle-24 img {
	width:100%;
	height:100%;
	object-fit:contain;
}
.further-queries .circle-24 {
    width: 100%;
    height: 95px;
    max-width: 95px;
}
.contact-outer {
    width: 30%;
}

.further-queries .customer-support {
    align-items: center;
    margin-top: 0;
} 
.further-queries .blue-border {
	background:#0000;
}
.further-queries .blue-border:hover {
	background-color:#3a78ff;
}
.further-queries {
	margin-bottom:65px;
}
.circle-24 {
	width:100px;
	height:100px;
}
.circle-24 img {
	width:100%;
	height:100%;
	object-fit:contain;
}
.translation-steps .accutranslate-headings:after {
	position:absolute;
	content:"";
	background-image:url(../images/three-line-dot.svg);
	width:52px;
	height:185px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:right top;
	right:-163px;
	top:-44px;
	z-index:1;
}
.translation-steps .translation-service-pic img {
	width:48px;
	height:48px;
	object-fit:cover;
}
.translation-steps .translation-service-pic {
	padding-bottom:35px;
}
.translation-steps .translation-service-text p {
	font-size:17px;
}
.translation-steps .accutranslate-headings {
	position: relative;
}
/*academic-translation*/
.academic-banner .banner-left p {
	padding-bottom:20px;
	max-width:95%;
}
.academic-banner .list-banner ul {
	padding-left:35px;
	padding-bottom:30px;
}
.academic-banner .list-banner ul li:before {
	width:24px;
	height:24px;
}
.academic-immigration .immigration-lft h2 {
	font-size: 24px !important;
	line-height: 32px;
}
.font-32 {
	font-size:32px !important;
}
.academic-service {
	background:#fff;
}
.academic-service .accutranslate-headings {
	width: 73%;
}
/*TIMELINE*/
.timeline-item {
	display:flex;
	align-items:flex-start;
	position:relative;
}
.timeline-dot {
	width:16px;
	height:16px;
	background-color:#a1bef6;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	position:relative;
	z-index:2;
	flex-shrink:0;
	margin-right:20px;
	top:71px;
}
.timeline-item::before {
	content:'';
	position:absolute;
	top:73px;
	left:7px;
	width:2px;
	height:100%;
	background-color:#a1bef6;
	z-index:1;
	transition:background-color 0.4s ease;
	transform:translateY(0);
	transition:opacity 0.5s ease,transform 0.15s ease;
}
.timeline-item:last-child::before {
	display:none;
}
.timeline-item:last-child:before {
	height:30px;
	/* Last item shorter */
}
.timeline-content {
	padding-left:10px;
}
.timeline-content h3 {
	margin:0 0 10px;
	font-size:18px;
}
.timeline-content p {
	margin:0;
	color: #666;
}
/* Animation:Change color of the line when scroll is detected */
.timeline-item.active .timeline-dot {
	/*background-color:blue;*/
	background-color:#3a78ff;
}
.timeline-item.active:before {
	background-color:#000d40;
	/*	background-color:blue;*/
	opacity:1;
	transform:translateY(0);
}
/*business*/
.business-leftText h2 {
	position:relative;
	font-size:18px !important;
	line-height:20px !important;
	margin:10px 0 !important;
}
.business-leftText h2:before {
	position:absolute;
	content:"";
	background-image:url(../images/check-circle.png);
	background-position:left top;
	top:5px;
	left:-43px;
	width:25px;
	height:25px;
	background-repeat:no-repeat;
	background-size:contain;
}
.banner-outer .row {
	align-items:center;
}
.business-outer .banner-left {
	padding-right:61px;
}
.abt-business {
	padding-bottom:90px;
}
.abt-business .what-include-panel {
	padding:32px 32px 50px;
}
.business-service .accutranslate-headings {
	width:74%;
	margin:0 auto;
	padding-bottom:40px;
}
.business-service h3 {
	font-size:24px;
	font-weight:700;
	line-height:32px;
	color:#000d40;
	text-align:center;
	padding-bottom:40px;
}
.business-service .translation-service-text p {
	color:#000d40;
	text-align:center;
	padding-top:20px;
}
.business-serviceGrid {
	display:flex;
	display:-webkit-flex;
	gap:30px;
	margin-top:30px;
	justify-content:center;
}
.business-serviceGrid .translation-service-box {
	background-color:#fff;
	padding:48px 32px;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	max-width:426px;
}
.business-serviceGrid2 {
	display:flex;
	display:-webkit-flex;
	gap:30px;
	margin-top:48px;
}
.business-serviceGrid2 .translation-service-box {
	width:50%;
	background-color:#ebf2ff;
}
.why-accutranslate .translation-service-text p {
	color:#6b707a;
	font-size:16px;
	line-height:24px;
}
.choose-for {
	background-color:#fff;
	padding:100px 0 40px;
}
.choose-for .translation-service-box {
	background-color:#f6f9ff;
	padding:32px 24px;
}
.choose-for .translation-service-grid {
	grid-template-columns:repeat(4,1fr);
	grid-gap:16px;
}
.choose-for .translation-service-text p {
	font-size:16px;
	color: #6b707a;
}
/*standard*/
.standard-outer .banner-left {
	padding-right:57px;
}
.standard-outer .list-banner ul li {
	padding:10px 0 20px;
}
.standard-quality .translation-service-box {
	padding:48px 38px;
}
.standard-service {
	background-color:#fff;
}
.standard-service .translation-service-box {
	background-color:#f6f9ff;
	padding:48px 18px;
}
.standard-service .our-standard {
	grid-template-columns:repeat(4,1fr);
}
.security-standard {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:15px;
}
.standard-obtain .security-standard .translation-service-box {
	border:2px solid #dae5fc;
	background-color:#fff;
	text-align:left !important;
}
.standard-obtain {
	background-color:#fff;
	padding:150px 0 100px;
}
.standard-obtain .translation-service-box {
	background-color:#f6f9ff;
}
.standard-obtain .translation-service-grid::before {
	display:none;
}
.standard-obtain .translation-service-grid {
	position:relative;
	padding-bottom:48px;
	text-align:center;
}
.standard-obtain .translation-service-grid::after {
	position:absolute;
	content:"";
	background-image:url(../images/standard-service.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top right;
	width:98%;
	height:100%;
	right:-17px;
	top:-101px;
	width:1280px;
	height:525px;
}
.standard-obtain .accutranslate-headings {
	margin:0 auto;
	padding-bottom:50px;
}
.standard-obtain .accutranslate-headings h5 {
	width:75%;
	 margin:0 auto;
}
.security-standard .translation-service-text h2 {
	text-align:left;
	padding-bottom:20px;
}
.security-standard .translation-service-pic {
	text-align:left;
	padding-bottom:20px;
}
.security-standard .translation-service-text p {
	color:#000d40;
	font-size:16px;
}
.standard-pricing .translation-service-grid {
	grid-template-columns:repeat(4,1fr);
	grid-gap:16px;
}
.standard-pricing .accutranslate-headings {
	width:76%;
	margin:0 auto;
	padding-bottom:50px;
}
.standard-pricing .translation-service-text p {
	color:#6b707a;
}
.standard-pricing .translation-service-pic img {
	width:48px;
	height:48px;
	object-fit:contain;
}
.standard-pricing .translation-service-pic {
	padding-bottom:30px;
}
.choose-for .translation-service-pic img {
	width:48px;
	height:48px;
	object-fit:contain;
}
.choose-for .translation-service-pic {
	padding-bottom:30px;
}
.standard-service .accutranslate-headings {
	padding-bottom:0;
}
.standard-service h3 {
	padding-top:40px !important;
	padding-bottom:10px;
}
.standard-service .business-serviceGrid {
	margin-top: 10px;
}
/*certified*/
.certified-banner {
	padding:0px 0 100px;
}
.certified-banner .banner-left {padding-right:12px;}
.certified-banner .banner-left p {padding-bottom: 26px;}
.certified-banner .banner-left li {font-weight: 500;background-position: left top 3px;}
.certified-banner .banner-left ul {margin-bottom: 30px;}

.certifiedtranslation-logo-outer .row {justify-content: center;}
.certifiedtranslation-box {display:flex;align-items:center;justify-content:center;flex-direction: column;padding: 18px 15px !important;position: relative;width: 20%;gap: 0;}
.certifiedtranslation-box:after {content: "";position: absolute;right: 0;top: 50%;width: 1px;height:96px;background: #CED7E9;transform: translate(0, -50%);}
.certifiedtranslation-box:last-child::after {visibility: hidden;}
.certifiedtranslation-box:nth-child(2) {border: none;}
.certifiedtranslation-box img {max-width: 100%;}
.certifiedtranslation-box p {font-size: 16px;line-height: 22px;text-align: center;margin: 18px 0 0;}

.cont-reviews-section {padding: 10px 0 55px;}
.single-reviews-inn {display: flex;flex-wrap: wrap;justify-content: center;background: #F6F9FF;padding: 24px;text-align: center;border-radius: 12px;height: 100%;}
.single-reviews-inn img {display: inline-block;width: auto;max-width: 100%;align-self: center;}
.single-reviews-inn p {color: #000D40;font-size: 16px;line-height: 22px;font-weight: 400;font-style: italic;padding: 16px 0 10px;}
.single-reviews-inn h6 {color: #6B707A;font-size: 16px;line-height: 24px;font-weight: 400;margin-top: auto;}

.cont-pricing-section {padding: 90px 0 80px;background: #F6F9FF;}
.display-flex {display: flex;flex-wrap: wrap;}
.section-head {justify-content: center;text-align: center;}
.section-head h2 {color: #000D40;font-size: 40px;line-height: 50px;font-weight: 700;max-width: 550px;letter-spacing: 1px;}
.section-head p {color: #000D40;font-size: 18px;line-height: 28px;font-weight: 500;max-width: 1000px;margin: 15px 0 0;}
.outperforms-section {display:inline-block;width: 100%;padding: 40px 75px 0;}
.outperforms-section h3 {color: #000D40;font-size: 25px;line-height: 32px;font-weight: 500;text-align: center;letter-spacing: 0.5px;}
.cont-pricing-sec {display: inline-block;width: 100%;margin: 32px 0 0;}
.cont-pricing-sec table {width: 100%;border-collapse: separate;border-spacing: 0 8px;}
.cont-pricing-sec table thead tr th {color: #000D40;font-size: 22px;line-height: 30px;font-weight: 500;padding: 25px 20px;border-radius: 16px 16px 0 0;text-align: center;}
.cont-pricing-sec table thead tr th:first-child {text-align: left;}
.cont-pricing-sec table thead tr th:first-child {font-weight: 700;}
.cont-pricing-sec table tbody tr td {color: #000D40;font-size: 18px;line-height: 24px;font-weight: 400;padding: 12px 20px;background: #E8EFFD;}
.cont-pricing-sec table tbody tr td:first-child {border-radius: 8px 0 0 8px;font-size: 20px;line-height: 28px;}
.cont-pricing-sec table tbody tr td:last-child {border-radius: 0 8px 8px 0;}
.cont-pricing-sec table thead tr th:nth-child(1), .cont-pricing-sec table tbody tr td:nth-child(1) {width: 35%;}
.cont-pricing-sec table thead tr th:nth-child(3), .cont-pricing-sec table tbody tr td:nth-child(3) {padding-left: 75px;display: flex;align-items: center;}
.cont-pricing-sec table thead tr th:nth-child(3) {justify-content: center;padding-left: 20px;}
.cont-pricing-sec table thead tr th:nth-child(2), .cont-pricing-sec table tbody tr td:nth-child(2) {background: #002AB0;color: #fff;font-weight: 500;padding: 0;width: 340px;}
.cont-pricing-sec table tbody tr:last-child td {background: transparent;}
.cont-pricing-sec table tbody tr:last-child td:nth-child(2) {background: #002AB0;border-radius: 0 0 16px 16px;text-align: center;padding: 16px 20px 24px;}
.midd-td {display: inline-flex;width: 100%;padding: 14px 55px;align-items: center;position: relative;}
.midd-td::after {content: "";position: absolute;left: 0;bottom: -12px;width: 100%;height: 12px;background: #002AB0;}
.cont-pricing-sec table thead tr th:nth-child(2) .midd-td {justify-content: center;}
.cont-pricing-sec table thead tr th .midd-td {min-height: 80px;}
.cont-pricing-sec table tbody tr img {min-width: 20px;margin: 0 10px 0 0;}

.why-switch-section {display: inline-block;width: 100%;padding: 65px 75px 0;}
.why-switch-section h3 {color: #000D40;font-size: 32px;line-height: 44px;font-weight: 700;text-align: center;letter-spacing: 0.6px;}
.before-after-agencies {display: inline-block;width: 100%;margin: 18px 0 0;}
.before-after-results {display: inline-flex;width: 100%;margin: 16px 0 0;}
.agency-before-results, .agency-after-results {display: inline-flex;width: 46%;align-items: center;padding: 11px 22px;border-radius: 10px;}
.agency-midd-results {display: inline-flex;width: 8%;justify-content: center;align-items: center;padding: 0 5px;}
.agency-midd-results img {display: inline-block;max-width: 100%;max-height: 36px;}
.agency-before-results h4, .agency-after-results h4 {width: 100%;text-align: center;color: #000D40;font-size: 22px;line-height: 30px;font-weight: 600;letter-spacing: 0.2px;}
.agency-before-color {background: #FFF1F1;border: 1px solid #FFD4D4;}
.agency-after-color {background: #EAF7EA;border: 1px solid #C5DDC5;}
.agency-before-results img, .agency-after-results img {width: 20px;margin: 0 10px 0 0;}
.agency-before-results p, .agency-after-results p {color: #000D40;font-size: 18px;line-height: 24px;font-weight: 400;}
.agency-before-results p span, .agency-after-results p span {font-weight: 700;}

.why-switch-review {display: inline-block;width: 100%;padding: 80px 0 0;}
.why-switch-review .single-reviews-inn {padding: 0;max-width: 780px;margin: auto;}

.why-switch-today {display: inline-flex;flex-wrap: wrap;width: 100%;margin: 80px 0 0;border-radius: 16px;overflow: hidden;}
.why-switch-today-left {display: inline-flex;flex-wrap: wrap;align-content: center;width: 64%;background: #002AB0 url(../images/globe-network-img.png) left bottom no-repeat;padding: 45px 50px;}
.why-switch-today-left h2 {color: #fff;font-size: 32px;line-height: 40px;font-weight: 700;letter-spacing: 0.5px;}
.why-switch-today-left p {color: #fff;font-size: 17px;line-height: 28px;font-weight: 400;margin: 15px 0 0;}
.why-switch-today-left p strong {font-weight: 700;}
.why-switch-today-right {display: inline-flex;flex-wrap: wrap;align-content: center;width: 36%;padding: 45px 40px;background: #3A78FF;}
.why-switch-today-right h3 {color: #fff;font-size: 24px;line-height: 32px;font-weight: 700;letter-spacing: 0.5px;}
.parallel-white-btns {display: inline-flex;flex-wrap: wrap;justify-content: space-between;width: 100%;margin: 32px 0 0;gap: 10px 0;}
.parallel-white-btns .blue-btn {background: #fff;border-color: #fff;color: #002AB0;font-weight: 500;padding: 12px 24px;}
.parallel-white-btns .blue-border {background: transparent;border-color: #fff;color: #fff;}

.row-4-logos {display: flex;flex-wrap: wrap;padding: 30px 0 0;}
.row-4-logos .certifiedtranslation-box {width: 25%;}
.certify-logo-img {display: inline-flex;width: auto;height: 80px;justify-content: center;align-items: center;}
.row-4-logos .certifiedtranslation-box p {margin: 12px 0 0;}

.cont-see-exactly-left {padding: 110px 0 45px;}
.see-exactly-left h2 {max-width: 97%;color: #000D40;font-size: 40px;line-height: 50px;font-weight: 700;letter-spacing: 0.5px;padding: 0 0 5px;}
.see-exactly-left p {color: #000D40;font-size: 18px;line-height: 28px;font-weight: 500;margin: 15px 0 0;}
.see-exactly-left h3 {color: #000D40;font-size: 20px;line-height: 28px;font-weight: 700;letter-spacing: 0.5px;margin: 24px 0 0;}
.see-exactly-left ul {display: inline-block;width:100%;margin: 10px 0 0;}
.see-exactly-left li {display: inline-block;width:100%;color: #000D40;font-size: 18px;line-height: 24px;font-weight: 500;padding: 0 0 10px 30px;background: url(../images/green-check.svg) left top 3px no-repeat;}
.see-exactly-right {display: inline-flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.see-exactly-right img {max-width: 100%;}


.certified-immigration .what-include-panel {
	padding:32px 32px 30px;
}
.immigration-lft h4 {
	font-size:24px;
	font-weight:600;
	line-height:32px;
	color:#000d40;
	margin-bottom:20px;
}
.certified-document {
	padding:50px 0;
}
.obtain-certified .row {
	background-color:#f6f9ff;
	margin-top:24px;
	padding:32px 40px;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
}
.obtain-certified h2 {
	font-size:32px;
	font-weight:700;
	line-height:44px;
	color:#000d40;
}
.obtain-certified p {
	font-size:18px;
	font-weight:400;
	line-height:28px;
	color:#000d40;
	margin-top:20px;
}
.certified-approval .approval-translator-grid {
	grid-template-columns:repeat(5,1fr);
}
.certified-approval {
	padding:100px 0;
}
.obtain-certified {
	padding-bottom:50px;
}
.certified-slider {
	background-color:#f6f9ff !important;
}
.certified-slider .translation-service-box {
	background-color:#fff;
	margin-left:20px;
	height:350px;
	text-align:center;
	padding:45px 24px;
}
.certified-process .translation-service-grid {
	padding-bottom:200px;
}
.certified-slider .translation-service-pic img {
	width:60px;
	height:60px;
	object-fit:contain;
}
.certified-slider .translation-service-text h4 {
	font-size:20px;
	font-weight:700;
	line-height:28px;
	color:#000d40;
}
.certified-process .translation-service-grid:after {
	display:none;
}
.our-certified-process img {
    width: 1140px;
    height: 600px;
    position: absolute;
    right: 269px;
    bottom: 31%;
    z-index: 1;
    object-fit: fill;
    text-align: center;
}
/* .our-certified-process {
	background-image:url(../images/certified-process.png);
	background-size:contain;
	background-repeat:no-repeat;
	width:1100px;
	height:600px;
	position:absolute;
	right:15%;
	bottom:31%;
	background-position:right center;
	z-index:1;
	object-fit:fill;
} */
/* .certified-process .translation-service-grid::before{position:absolute;content:"";background-image:url(../images/certified-process.png);background-size:contain;background-repeat:no-repeat;background-position:right top;width:1100px;height:600px;right:-37px;top: -120px;}*/
.certified-process .translation-service-box-outer .translation-service-box {
	height:300px;
}
.feature-grid {
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	width:100%;
	padding-top:16px;
	gap:16px;
}
.feature-grid .approval-translator-box {
	width:420px;
}
.feature-benefit {
	background-color:#f6f9ff;
	padding:100px 0;
}
.feature-benefit .approval-translator-box {
	background-color:#fff;
}
.certified-process:before {
	background-image: none;
}
/*document*/
.document-b-list ul li {
	background-color:#f6f9ff;
	margin:0 5px 5px 0;
	display:inline-block;
	padding:8px 27px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	font-size:18px;
	font-weight:500;
	line-height:24px;
	position:relative;
}
.document-b-list ul li:after {
	position:absolute;
	content:"";
	background-image:url(../images/blue-check.svg);
	background-size:contain;
	background-position:right top;
	background-repeat:no-repeat;
	width:14px;
	height:14px;
	left:7px;
	top:13px;
}
.document-b-list span {
	font-size:18px;
	font-weight:600;
	line-height:26px;
	color:#3a78ff;
}
.document-service .translation-service-grid {
	grid-template-columns:repeat(4,1fr);
	gap:10px;
	padding-top:40px;
}
.document-service .translation-service-text ul li {
	font-size:18px;
	font-weight:600;
	line-height:28px;
	color:#000d40;
	position:relative;
	padding:5px 0;
}
.document-service .translation-service-text ul {
	list-style:none;
	padding-left:30px;
	padding-top:10px;
}
.document-service .translation-service-text ul li::after {
	position:absolute;
	content:"";
	background-image:url(../images/darkblue-check.png);
	background-position:left top;
	background-size:contain;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	left:-33px;
	top:12px;
}
.document-service .translation-service-text h2 {
	text-align:left;
}
.document-service .business-serviceGrid {
	margin-top:16px;
}
.document-service {
	padding:100px 0 50px;
}
.document-obtain .accutranslate-headings {
	width:75%;
	margin:0 auto;
}
.document-service .translation-service-pic img {
	width:48px;
	height:48px;
	object-fit:contain;
}
.document-service .translation-service-pic {
	padding-bottom:30px;
}
.certified-process .translation-service-text h2 {
	margin-bottom:20px;
}
.certified-process .translation-service-text p {
	text-align:center;
	color:#6b707a;
	font-size:16px;
	font-weight:400;
	line-height: 24px;
}
/*notarized*/
.notarizated-grid {
	background-color:#fff;
	padding-bottom:50px;
}
.notarizated-grid .accutranslate-headings {
	width:74%;
}
.notarizated-grid .translation-service-box {
	background-color:#f6f9ff;
	text-align:center;
}
.notarizated-grid .translation-service-text h2 {
	margin-bottom:20px;
}
.notarized-service .accutranslate-headings {
	width:75%;
}
.notarized-banner .list-banner ul li {
	display:inline-block;
	margin-right:70px;
}
.notarized-service h3 {
	font-size:18px;
	padding:25px 0 40px;
	line-height:24px;
	font-weight:600;
}
.notarized-service .translation-service-grid {
	margin-bottom:10px;
	gap:10px;
}
.notarizated-offerings .accutranslate-headings {
	width:76%;
}
.notarized-slider {
	padding:120px 0;
	overflow:hidden;
}
.notarized-service .translation-service-box {
	display:flex;
	display:-webkit-flex;
	gap:30px;
	padding:26px 18px;
}
.notarized-service .translation-service-text h2 {
	text-align:left;
	font-size:20px;
}
.notarized-service .translation-service-text p {
	text-align:left;
	padding-top:0px;
	font-weight:600;
}
.notarized-service .translation-service-pic img {
	width:25px;
	height:25px;
	object-fit:contain;
}
.embark-journey {
	max-width:76%;
	margin:0 auto;
	font-weight:400 !important;
}
.notarizated-offerings {
	padding:0;
}
.notarizated-offerings h3 {
	padding-top:32px !important;
	padding-bottom:20px;
}
.notarizated-offerings {
	padding:0 0 100px;
}
.notarizated-offerings .translation-service-pic {
	padding-bottom:35px;
}
.notarized-slider .accutranslate-headings {
	width:74%;
	margin:0 auto;
	margin-bottom:40px;
}
.notarized-slider .accutranslate-box .translation-service-box {
	background-color:#fff;
	height:375px;
	padding:28px 24px;
}
.notarized-slider .translation-service-text h2 {
	font-size:20px;
	font-weight:700;
	line-height:28px;
	text-align:center;
	color:#000d40;
}
.notarized-slider .translation-service-pic {
	padding-bottom:30px;
}
.notarizated-offerings .translation-service-box {
	padding:28px 22px;
}
.notarizated-offerings .translation-service-pic img {
	width:48px;
	height:48px;
	object-fit:contain;
}
.notarized-slider .translation-service-text p {
	font-size:16px;
	text-align:center;
	color:#6b707a;
	line-height:24px;
	padding-top:15px;
}
.notarized-banner .row {
	align-items:center;
}
.notarized-banner .banner-left p {
	padding-bottom: 20px;
}
/*term-policy-refund*/
.outer-faqs .accordion-body {
	padding-top:0;
}
.terms-outer {
	padding:48px 0px 100px;
}
.terms-inner h2 {
	padding:48px 0 0;
	font-size:32px;
	font-weight:700;
	line-height:39.07px;
	color:#000d40;
}
.terms-inner h3 {
	padding:20px 0 0;
	font-size:24px;
	font-weight:700;
	line-height:32px;
	color:#000d40;
}
.terms-inner p {
	padding:16px 0 0;
	font-size:18px;
	font-weight:400;
	line-height:26px;
	color:#000d40;
}
.terms-inner a {
	color:#c36;
	text-decoration:none;
}
.terms-inner ul {
	padding:16px 0px 0 40px;
}
.terms-inner a:hover {
	color:#000d40;
	text-decoration:none;
}
.terms-inner ul li {
	color:#000d40;
	font-size:18px;
	font-weight:400;
	line-height:26px;
}
.absolve-list {
	padding-top: 40px;
}
.term-banner {
	background-image:none !important;
	/* background-image:url(../images/term-banner-bg.png);background-size:auto;background-repeat:no-repeat;background-position:right top;*/
	height:auto;
	position:relative;
}
.header-outer.banner-index-main.term-banner::after {
	content:"";
	position:absolute;
	right:0;
	top:80px;
	background:url(../images/term-banner-bg.png);
	background-size:100%;
	background-repeat:no-repeat;
	width:426px;
	height:298px;
}
.term-banner .header-bottom {
	padding-bottom:0px;
}
.term-banner .index-banner {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:50px 0 60px;
	display:-webkit-flex;
}
.term-banner .banner-left h1 {
	padding:20px 0;
}
.refund-main .terms-inner {
	padding:0 50px;
}
.refund-main .terms-inner h3 {
	padding:40px 0 0;
}
.privacy-policy-main .terms-inner {
	padding: 0 50px;
}
/*faq-main*/
.faq-main-page-outer {
	background-color:#f6f9ff;
	padding-bottom: 100px;
}
.outer-faqs {
	background:#fff;
	/* padding:32px;*/
	padding:42px;
	border-radius:24px;
	-webkit-border-radius:24px;
	-moz-border-radius:24px;
	margin-top:24px;
}
.faq-heading,.faq-paragraph,.faq-accordion-text {
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	text-align:center;
}
.outer-faqs h3.faq-accordion-heading {
	margin-bottom:20px;
	font-size:32px;
	font-weight:700;
	line-height:40px;
	color:#000d40;
}
.outer-faqs h4 {
	padding:0 0 32px;
	font-size:18px;
	font-weight:600;
	line-height:28px;
	color:#000d40;
}
.outer-faqs h3 button {
	font-size:18px;
	font-weight:600;
	line-height:28px;
	color:#000d40 !important;
}
.banner-outer h3 {
	font-size:32px;
	font-weight:700;
	line-height:40px;
}
.banner-outer h4 {
	font-size:18px;
	font-weight:500;
	line-height:28px;
}
.addition-info p {
	line-height:26px;
}
.addition-info {
	background-image:url(../images/addition-group.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:contain;
	padding:32px;
}
.inner-container {
	max-width:1000px;
	margin:auto
}
.outer-faqs .accordion-body ul li {
	color:#4d5564;
	font-size:16px;
	font-weight:400;
	line-height:24px;
}
.outer-faqs .accordion-body ul {
	padding-left:40px;
	padding-top:20px;
	padding-right:10px;
}
.acc-padding {
	padding-bottom:10px;
}
.outer-faqs button.accordion-button.collapsed::after {
	transform:rotate(0deg) !important;
	transition-duration:unset;
}
.outer-faqs button.accordion-button::after {
	transform:rotate(180deg) !important;
	transition-duration: unset;
}
/* pricing */
.pricing-grid {
	padding:50px 0px;
	background-color:#f6f9ff;
}
.gridPanel-pricing {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	grid-gap:38px;
}
.pricing-accu-translate {
	background-color:#002ab0;
	padding:56px 46px;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	margin-top:24px;
	background-image:url(../images/slider-index-bg.png);
	background-position:right top;
	right:0;
	top:0;
	background-size:contain;
	background-repeat:no-repeat;
}
.pricing-accu-translate h3 {
	color:#fff;
	font-size:28px;
	font-weight:700;
	line-height:40px;
	margin-bottom:20px;
}
.pricing-accu-translate p {
	color:#fff;
	font-size:17px;
	font-weight:400;
	line-height:28px;
	margin-bottom:24px;
}
.pricing-accu-translate-btns .blue-btn {
	border-width:1px;
	border-color:#fff;
	border-radius:48px;
	-webkit-border-radius:48px;
	-moz-border-radius:48px;
	padding:18px 32px;
	background-color:#fff;
	color:#002ab0;
}
.pricing-accu-translate-btns .blue-btn:hover {
	background-color:#002ab0;
	color:#fff;
}
.pricing-accu-translate-btns .blue-border {
	background:#0000;
	color:#fff;
}
.pricing-accu-translate-btns .blue-border:hover {
	background-color:#fff !important;
	color:#002ab0 !important;
}
.price-pic {
	text-align:center;
}
.price-pic img {
	width:48px;
	height:48px;
	object-fit:contain;
}
.pricing-box {
	border:3px solid #dae5fc;
	box-shadow:0px 0px 0px 6px #e8effc;
	background-color:#fff;
	padding:32px;
	box-sizing:border-box;
	border-radius:12px;
}
.price-box-top h2 {
	font-size:20px;
	font-weight:700;
	line-height:28px;
	color:#000d40;
	text-align:center;
	padding:20px 0;
}
.price-box-top h3 {
	color:#6b707a;
	text-align:center;
	font-size:16px;
	font-weight:400;
	line-height:24px;
}
.price-box-top h4 {
	color:#3a78ff;
	font-size:38px;
	font-weight:700;
	line-height:46px;
	text-align:center;
	padding:8px 0 10px;
}
.price-box-top h4 span {
	font-size:16px;
}
.price-box-top {
	border-bottom:2px solid #dae5fc;
	margin-bottom:20px;
}
.pricing-text ul {
	padding-left:35px;
	list-style:none;
	padding-bottom:20px;
}
.pricing-text ul li {
	font-size:16px;
	font-weight:600;
	line-height:24px;
	color:#000d40;
	padding-bottom:6px;
	position:relative;
}
.pricing-text h3 {
	font-size:16px;
	font-weight:400;
	line-height:24px;
	color:#000d40;
	margin-bottom:20px;
	text-align:center;
}
.pricing-text p {
	color:#6b707a;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	text-align:center;
	margin-bottom:20px;
}
.prict-btn .blue-btn {
	border-radius:48px;
	-webkit-border-radius:48px;
	-moz-border-radius:48px;
	padding:16px 32px;
	display:inline-block;
	width:100%;
}
.pricing-grid .accutranslate-headings {
	padding-bottom:60px;
	margin:0 auto;
	width:75%;
}
.pricing-text ul li::after {
	position:absolute;
	content:"";
	background-image:url(../images/green-tick.png);
	background-position:left top;
	background-size:contain;
	left:-27px;
	top:4px;
	width:17px;
	height:17px;
}
.pricing-box {
	display:flex;
	flex-direction:column;
}
.prict-btn {
	margin-top:auto;
}
.pricing-thumb {
	background-color:#f6f9ff;
}
.pricing-thumb .y-choose-grid {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	padding:0;
	background-color:#fff;
}
.pricing-thumb .y-choose-inner h2 {
	color:#000d40;
	text-align:center;
	font-size:28px;
	font-weight:700;
	line-height:32px;
	margin-bottom:20px;
	padding-top:40px;
}
.pricing-thumb-bg {
	background-color:#fff;
}
.pricing-thumb-bg .y-choose-inner {
	padding:0;
	margin-top:0;
	background-color:#0000;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
}
.pricing-thumb-bg {
	background-color:#fff;
	padding:32px;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
}
.pricing-thumb .y-choose-gridbox {
	text-align:center;
	padding:0 10px;
	background-color:#f6f9ff;
	padding:20px;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
}
.price-service h2 {
	font-size:24px;
	font-weight:700;
	line-height:32px;
	color:#000d40;
	text-align:center;
	margin-bottom:20px;
}
.price-service {
	background-color:#f6f9ff;
	padding-bottom:60px;
}
.pricing-custom {
	background-color:#ebf2ff;
	padding:32px 28px;
	transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;
	margin:0 16px 0 0;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
}
.bulk .pricing-custom {
	margin-right:0;
}
.price-service-inner {
	padding:0;
}
.price-service-pic span {
	font-size:18px;
	font-weight:700;
	text-transform:capitalize;
	line-height:26px;
	color:#3a78ff;
	margin-left:auto;
}
.price-service-pic {
	display:flex;
	align-items:center;
}
.pricing-custom h3 {
	padding:28px 0 8px;
	font-size:24px;
	font-weight:700;
	line-height:32px;
	color:#000d40;
}
.pricing-accu-translate-btns span {
	color:#fff;
	font-family:"Helvetiac Neue",Sans-serif;
	font-size:18px;
	font-weight:400;
	line-height:28px;
	padding:0 15px;
}
.pricing-amercian.secure-ssl:after {
	background-image:none;
}
.cs-price-outer {
	display:flex;
	gap:40px;
}
.certified-standard-price h2 {
	font-size:32px;
	font-weight:700;
	line-height:40px;
	color:#000d40;
	margin-bottom:20px;
	padding-top:70px;
}
.hard-copy-outer {
	min-height:284px;
	border-radius:20px 20px 0 0;
	-webkit-border-radius:20px 20px 0 0;
	-moz-border-radius:20px 20px 0 0;
}
.hard-copy-outer h5 {
	color:#000d40;
	font-size:18px;
	font-weight:600;
	line-height:28px;
	padding:16px 0 40px;
}
.hard-copy-outer h4 {
	font-size:28px;
	font-weight:700;
	line-height:48px;
	color:#3a78ff;
	text-align:center;
}
.hard-copy-outer h4 span {
	font-weight:600;
	font-size:22px;
}
.cs-list ul {
	list-style:none;
}
.cs-list h4 {
	font-size:22px;
	font-weight:700;
	line-height:30px;
	color:#000d40;
	padding:10px 0;
}
.cs-list ul li {
	font-size:22px;
	font-weight:400;
	line-height:30px;
	color:#000d40;
	padding:10px 0;
}
.certified-panel .cs-list ul li,.standard-panel .cs-list ul li {
	color:#000d40;
	padding:10px 0;
	font-size:18px;
	font-weight:600;
	line-height:30px;
	text-align:center;
}
.cs-list {
	min-height:320px;
}
.price-translation-outer {
	background-color:#f6f9ff;
	padding:100px 0 80px;
}
.certified-panel .hard-copy-outer,.standard-panel .hard-copy-outer {
	background-color:#ebf2ff;
	padding:24px;
}
.certified-panel h2,.standard-panel h2 {
	font-size:22px;
	font-weight:700;
	line-height:30px;
	color:#000d40;
	text-align:center;
	margin:0;
	padding:0;
}
.certified-panel,.standard-panel {
	background-color:#fff;
	border-radius:20px 20px 0 0;
	-webkit-border-radius:20px 20px 0 0;
	-moz-border-radius:20px 20px 0 0;
	max-width:400px;
	width:100%;
}
.certified-panel .cs-list ul li img,.standard-panel .cs-list ul li img {
	width:24px;
	height:24px;
	object-fit:contain;
}
.certified-panel h5,.standard-panel h5 {
	color:#000d40;
	font-size:16px;
	font-weight:600;
	line-height:24px;
	text-align:center;
}
.blue-btn-outer a {
	padding:16px 45px 16px 46px;
}
.blue-btn-outer {
	display:flex;
	justify-content:center;
	margin-top: -51px;
}
/* tab */
.price-translation-inner {
	display: none;
}
/* about-us */
.about-us .banner-left p {
	 padding-bottom: 0px;
	max-width: 100%;
	font-size: 18px;
	font-weight: 400;
}
.abt-us-journey .approval-translator-grid {
	grid-template-columns:repeat(5,1fr);
}
.abt-us-journey .grid-abt-2 {
	grid-template-columns:repeat(4,1fr);
	padding-top:20px;
}
.abt-us-journey .approval-icon i {
	color:#3a78ff;
}
.abt-us-journey .accutranslate-headings {
	width:74%;
}
.abt-us-journey {
	background-color:#fff;
	padding:130px 0 200px
}
.speak-every-lang.abt-footer {
	margin-top:-200px;
	margin-bottom:40px;
}
.abt-us-journey .approval-translator-box {
	background-color:#f6f9ff;
}
.numericals {
	background-color:#f6f9ff;
	display:flex;
	padding:32px 40px;
	margin-top:70px;
	justify-content:space-between;
	gap:77px;
	text-align:center;
}
.number-plus-inner h3 {
	font-size:20px;
	font-weight:700;
	line-height:28px;
	color:#000d40;
	text-align:center;
	padding:20px 0;
}
.number-plus-inner p {
	color:#6b707a;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	text-align:center;
}
.numericals-inner span {
	font-size:32px;
	font-weight:600;
	line-height:40px;
	color:#3a78ff;
	text-align: center;
}
/*language*/
.globe-banner {
	height:522px;
	width:507px;
}
.languages-banner {
	padding:10px 0 80px;
}
.languages-banner .row {
	align-items:center;
}
.mastering-communication {
	padding:100px 0px 100px 80px;
	overflow:hidden;
}
.mastering-communication .row {
	align-items:center;
}
.mastering-communication h2 {
	font-size:32px;
	font-weight:700;
	margin-bottom:20px;
	color:#000d40;
}
.mastering-communication p {
	font-size:18px;
	color:#000d40;
}
.worlds-spoken-lang .accutranslate-headings {
	width:80%;
	padding-bottom:50px;
}
.worlds-spoken-lang .translation-service-text p {
	font-size:16px;
}
.worlds-spoken-lang .translation-service-pic {
	padding-bottom:32px;
}
.worlds-spoken-lang .translation-service-text p {
	padding-top:12px;
}
.communication-image {
	width:100%;
	object-fit:cover;
	object-position:center left;
}
.worlds-spoken-lang {
	background-color:#f6f9ff;
}
.worlds-spoken-lang .world-outer {
	padding:100px 0;
}
.language-solution .translation-service-box p {
	text-align:start;
	padding:0;
	font-size:16px;
}
.language-solution .translation-service-box h4 {
	font-size:18px;
	font-weight:700;
	line-height:26px;
}
.language-solution .translation-service-box h2 {
	padding:32px 0 16px;
}
.language-solution .translation-service-pic {
	padding:0;
}
.language-solution .dark-solution-para {
	color: #6b707a !important;
}
/* ----- */
.your-language-exp .accutranslate-headings h3 {
	padding:0 !important;
	margin-bottom:20px;
	font-size:20px;
	line-height:28px;
}
.your-language-exp .accutranslate-headings h5 {
	margin-bottom:40px;
}
.your-language-exp .how-works-inner p {
	color:#6b707a;
	padding:0;
	text-align:center;
}
.perfect-grid {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:20px;
}
.how-it-works h2 {
	font-size:24px;
	font-weight:700;
	line-height:28px;
	color:#000d40;
	text-align:center;
	padding:40px 0 36px;
}
.how-works-inner h2 {
	padding:0;
	color:#3a78ff;
	font-size:28px;
	line-height:32px;
}
.how-works-inner h3 {
	font-size:20px;
	line-height:28px;
	padding:12px 0px 10px !important;
}
.how-works-outer .translation-service-box {
	padding:20px;
}
.your-language-exp .translation-service-box h3 {
	padding:10px 0 !important;
}
.your-language-exp .accutranslate-headings h3 {
	font-size:20px;
	font-weight:700;
	line-height:28px;
	text-align:center;
}
.tailored-left {
	background-color:#f6f9ff;
	padding:32px;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
}
.tailored-left-outer {
	padding:0;
	margin-right:20px;
	max-width:28%;
}
.tailored-ryt {
	width:100%;
	max-width:68%;
}
.tailored-left h3 {
	font-size:20px;
	font-weight:700;
	line-height:28px;
	text-align:center;
	margin-bottom:20px;
}
.tailored-left p {
	font-size:18px;
	font-weight:400;
	line-height:24px;
	text-align:center;
	color:#000d40;
}
.tailored-ryt h3 {
	font-size:20px;
	font-weight:700;
	line-height:28px;
	color:#000d40;
	text-align:center;
	margin-bottom:20px;
}
.tailored-ryt {
	width:100%;
	max-width:70%;
	padding:32px;
	background-color:#f6f9ff73;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
}
.tailored-ryt .approval-translator-box {
	background-color:#fff;
	padding:20px;
}
.tailored-ryt .approval-translator-box p {
	color:#000d40;
	font-size:16px;
	font-weight:400;
	line-height:24px;
}
.how-works-grid {
	display:grid;
	grid-template-columns:repeat(4,1fr);
	grid-gap:15px;
}
.blue-one {
	font-size:28px;
	font-weight:700;
	line-height:32px;
	color:#3a78ff;
}
.your-language-exp {
	background-color:#fff;
	padding:100px 0;
}
.your-language-exp .accutranslate-headings {
	max-width:77%;
	margin: 0 auto;
}
/* speak */
.speak-every-lang {
	margin-top:20px;
	display:flex;
	justify-content:center;
}
.speak-lang-inner {
	max-width:1280px;
	width:100%;
}
.speak-every-left h2 {
	font-size:32px;
	line-height:40px;
	font-weight:700;
	color:#fff;
	margin-bottom:20px
}
.speak-every-left h4 {
	font-size:20px;
	line-height:28px;
	font-weight:400;
	color:#fff;
}
.speak-every-lang .speak-every-left {
	background-color:#002ab0;
	padding:56px 46px;
	border-radius:16px 0 0 16px;
	-webkit-border-radius:16px 0 0 16px;
	-moz-border-radius:16px 0 0 16px;
}
.speak-every-lang .speak-every-right {
	border-radius:0 16px 16px 0;
	-webkit-border-radius:0 16px 16px 0;
	-moz-border-radius:0 16px 16px 0;
	background-color:#002ab0;
	padding:48px 40px;
	text-align:center;
	background-image:url(../images/speak-bg.png);
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
}
.request-btn,.contact-btn {
	padding-top:20px;
}
.request-btn a,.contact-btn a {
	padding:18px 32px;
}
.request-btn a {
	color:#002ab0 !important;
}
.contact-btn a {
	background-color:transparent;
}
.contact-btn a:hover {
	color:#002ab0;
}
.precision-row {
	max-width:1280px;
	width:100%;
	margin:auto;
}
.precision-every-lang h4 {
	font-size:20px;
	text-align:center;
	padding:15px 0;
	font-weight:700;
	color:#000d40;
}
.precision-every-lang .accutranslate-headings {
	padding-bottom:30px;
}
.language-solution .accutranslate-headings {
	width:77%;
	padding-bottom:50px;
}
.pillar {
	padding-top:40px;
}
.precision-every-lang .translation-service-text p {
	text-align:center;
	font-size:16px;
}
.precision-every-lang .translation-service-box {
	padding:20px;
}
.precision-every-lang .translation-service-pic {
	padding:0;
}
.precision-every-lang .translation-service-pic img {
	height:33px;
	width:33px;
}
.left-experience,.right-experience {
	padding:32px;
}
.right-experience h2,.right-experience h6 {
	color:#fff;
}
.inner-exp-diff {
	gap:20px;
	margin:auto;
}
.inner-exp-diff .left-experience {
	max-width:33%;
	width:100%;
}
.inner-exp-diff .right-experience {
	max-width:66%;
	width:100%;
}
.experience-difference {
	margin-top:24px;
	padding:0;
}
.experience-difference .left-experience {
	background-color:#ebf2ff;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	max-width:32.2%;
}
.experience-difference .left-experience h4 {
	text-align:start;
}
.experience-difference h6 {
	font-size:18px;
	line-height:28px;
}
.right-experience {
	background-color:#002ab0;
	border-radius:16px 0 0 16px;
	-webkit-border-radius:16px 0 0 16px;
	-moz-border-radius:16px 0 0 16px;
}
.right-experience h2 {
	margin-bottom:20px;
	font-weight:700;
}
.right-experience .banner-btns {
	padding:24px 0 0;
}
.right-experience .banner-btns .white-border {
	background-color:transparent;
}
.right-experience .banner-btns .white-bg-btn:hover {
	color:#fff !important;
}
.right-experience .banner-btns .blue-border {
	color:#002ab0 !important;
}
.right-experience .banner-btns .white-border:hover {
	background-color:#fff;
	color:#002ab0;
}
.or-text {
	color:#fff !important;
}
.right-experience .banner-btns span {
	padding: 0 15px;
}
/* Q&A */
.que-and-ans {
	padding:60px 0;
}
.que-and-ans h2 {
	margin-bottom:20px;
}
.que-and-ans h2,h3 {
	color:#000d40;
}
.que-and-ans h3 {
	font-size:20px;
	line-height:28px;
	font-weight:700;
}
.que-and-ans h3 {
	text-align: center;
}
/* language list */
.list-of-langs h2 {
	text-align:center;
	font-size:32px;
	font-weight:700;
	line-height:40px;
	color:#000d40;
}
.list-of-langs {
	padding:100px 0;
}
.inner-div {
	padding:16px 20px;
	border:1px solid;
	margin-top:20px;
	display:flex;
	justify-content:space-between;
	border:1px solid #d6e1f8;
	box-shadow:0px 0px 0px 3px #f6f9ff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.outer-divs {
	display:grid;
	grid-template-columns:repeat(5,1fr);
	gap:20px;
}
.inner-divs li {
	list-style:none;
	font-size:20px;
	line-height:28px;
	font-weight:700;
	color:#000d40;
}
.inner-divs li span {
	color:#b4c4f0;
	font-size:28px;
}
.font-23 {
	font-size:23px !important;
}
.font-20 {
	font-size: 20px !important;
}
/* About-us page */
.about-us .banner-left {
	max-width: 47%;
}
.about-ryt-banner img {
	width:97%;
	height:480px;
}
.abt-footer .speak-every-right {
    background-position: center right !important;
    text-align: right;
    padding-top: 60px;
}
.abt-footer .request-btn,.contact-btn {
	padding-top:20px;
}
.about-header-row {
	align-items:center;
}
.about-us {
	position:relative;
	padding-bottom:62px;
}
.about-us::after {
	position:absolute;
	content:"";
	background-image:url(../images/three-line-dot.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left bottom;
	width:52px;
	height:185px;
	left:13%;
	bottom:-5%;
	transform:rotate(90deg);
}
.who-what-why {
	padding:100px 0;
}
.who-what-why-row {
	align-items:center;
}
.who-what-why-left img {
	width:100%;
	max-width:620px;
	object-fit:contain;
}
.who-what-why-right {
	padding:0 40px 0 0;
}
.who-what-why-right h2 {
	font-size:32px;
	font-weight:700;
	line-height:40px;
	color:#000d40;
	padding-bottom:20px;
}
.who-what-why-right p {
	font-size:18px;
	font-weight:400;
	line-height:28px;
	color:#000d40;
	padding-bottom:20px;
}
.who-what-why-left {
	padding:0;
}
.our-values {
	background-color:#f6f9ff;
	padding:60px 0;
}
.our-values h3 {
	font-size:24px;
	line-height:32px;
	font-weight:700;
	color:#000d40;
	margin-bottom:20px;
}
.our-values p {
	color:#6b707a;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	text-align:center;
}
.our-values img {
	margin-bottom:20px;
}
.our-values .our-values-col {
	text-align:center;
	padding:48px;
}
.facts-about-accu {
	text-align:center;
	padding:100px 0 20px;
}
.fact-content {
	width:74%;
	margin:0 auto;
}
.facts-about-accu h2 {
	font-size:40px;
	font-weight:700;
	line-height:48px;
	color:#000d40;
	padding-bottom:60px;
}
.facts-about-accu h3 {
	font-size:32px;
	font-weight:700;
	line-height:40px;
	color:#000d40;
	padding-bottom:20px;
}
.facts-about-accu p {
	font-size:18px;
	font-weight:400;
	line-height:26px;
	color:#000d40;
	padding-bottom:55px;
}
.facts-about-accu img {
	width: 93%;
}
.standard-immigration .what-include-panel {
    padding: 32px 32px 50px;
}
.doc-immigration .what-include-panel {
    padding: 32px 32px 50px;
}

.banner-left ul {
	list-style: none;
	margin-bottom: 40px;
}
.banner-left li {
	font-size: 18px;
	color: #000D40;
	line-height: 24px;
	padding: 0 0 10px 29px;
	background: url(../images/green-check.svg) left top no-repeat;
}
