@charset "UTF-8";
/* CSS Document */
@font-face {font-family: 'SFNS Display';src: url('../fonts/SFNS-Display.woff') format('woff');font-weight: normal;font-style: normal;font-display: swap;}@font-face {font-family: 'Muli';src: url('../fonts/Muli.woff') format('woff');font-weight: normal;font-style: normal;font-display: swap;}@font-face {font-family: 'Gilroy';src: url('../fonts/Gilroy-ExtraBold.woff') format('woff');font-weight: bold;font-style: normal;font-display: swap;}@font-face {font-family: 'Helvetica Neue';src:url('../fonts/HelveticaNeue-Bold.woff') format('woff');font-weight: bold;font-style: normal;font-display: swap;}



/*==============================================================
	Common Styles Initials
==============================================================*/

:root {
	--blue: #003469;
	--white: #ffffff
}

html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

*, *:after, *:before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Arial','Roboto', 'Lato','Gilroy','Helvetica Neue','Roboto Condensed', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	width: 100%;
	min-height: 100%;
	color: #323341;
	background: #fff;
	counter-reset: section;
}

a {
	outline: none;
	text-decoration: none;
	color: #323341;
}

a:hover, a:focus{
	outline: none;
	text-decoration: none;
}

input, textarea, select {
	outline: none;
	resize: none;
	font-family: 'Open Sans', sans-serif;
}

a, input, button{
	outline:none !important;
}

 button::-moz-focus-inner {
 	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

.mar-b47{margin-bottom:47px!important}

/*==============================================================
	Utility Style
==============================================================*/

.container {
	max-width: 1148px;
	width:100%;
	padding: 0 15px;
}

.bg-light{
	background-color:#ebebeb !important;
}

.bg-white{
	background-color: #ffffff;
}

.bg-blue{
	background-color: #003469;
}

/*==============================================================
	Button Style
==============================================================*/

.btn-blue,.btn-blue:hover,.btn-blue:focus{
	background-color: var(--blue);
	color: var(--white);
}

/*==============================================================
	Header Style
==============================================================*/

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.sticky+.content {
	padding-top: 102px;
}

header{
	padding:0px 0px;
    width: 100%;
    background-color: #fff;
	border-bottom: 1px solid gray;
    z-index: 9;
}
header .navbar .nav-item .nav-link{
	font-size: 13px;
	line-height: 20px;
	color: #262626;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Gilroy';
	padding: 10px 15px;
}
header .navbar .nav-item a.btn-blue{
	color: #fff!important;
	font-family: 'Roboto';
	font-size: 14px;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	font-weight:500;
	padding: 5px 18px;
	margin-left: 15px;
	background:#003469;	
	border-radius:5px;
}

header .navbar .nav-item a.btn-blue:hover{	
	background:#064f99;	
	color: #fff!important;
}

header .navbar .nav-item .dropdown-menu{
	background-color: #1641d1;
}
header .navbar .nav-item .dropdown-menu .dropdown-item{
	color: #ffffff;
	font-size: 13px;
    line-height: 20px;
	font-weight: bold;
}
header .navbar .dropdown-item:hover,header .navbar .dropdown-item:focus{
	color: #003469 !important;
}

.dropdown-toggle.active-dropdown::after {
    transform: rotate(-90deg);
}


@media(max-width:767px){
	header .navbar-brand img{
		max-width: 200px;
	}
	header .navbar-nav{
		margin-top: 20px;
	}
	header .navbar .nav-item .nav-link{
		padding: 10px;
	}
	header .navbar .nav-item a.btn-blue{
		margin-left: 7px;
		margin-top: 10px;
	}
}


/*==============================================================
	Footer Style
==============================================================*/
footer .get-quote{
	background-color:#ebebeb;
	padding: 35px 0px;
}
footer .get-quote .btn-blue{
	font-size: 16px;
    padding: 11px 63px;
	background:#003469;
	color:#ffffff;
	border-radius: 5px;
}

footer .get-quote .btn-blue:hover{
	background:#064f99;
	color:#ffffff;
}
footer .get-quote h3{
	color: #000000;
    font-family: "Helvetica Neue";
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}
footer .footer{
	background-color: #0F3469;
	padding: 50px 0px 0px;
}
footer .services-footer h4{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
footer .services-footer > p > a{
	color: #ffffff;
}
footer .services-footer p, footer .copy-right p{
	color: #FFFFFF;
	font-family: 'Roboto';
	font-size: 14px;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 10px;
}
footer .copy-right{
	margin-top: 35px;
}
footer .copy-right img{
	display: block;
    float: left;
    height: 48px;
    margin-right: 36px;
    width: 62px;
}
footer .contact-form{
	width: 100%;
	max-width: 420px;
	float: right;
}
footer .contact-form input{
	height: 36px;
}
footer .contact-form input,
footer .contact-form textarea{
	border-radius: 0px;
	margin-bottom: 17px;
	border: none;
	box-shadow: none;
	outline: none;
	color: #393939;
	font-family: 'Roboto';
	font-size: 13px;
}
footer .contact-form .btn-outline-light{
	padding: 12px 56px;
	font-family: 'Roboto';
	font-size: 16px;
}
.order-get-quote-form{
	padding: 100px 0px 0px;

}

.dnv-logo {
    width: 62px; height: 48px;
   background-size: auto;
   display:inline-block;
   margin-right: 15px;
	background-image: url(../images/icon-sprites.png);
	background-position: -10px -258px;
}

@media(max-width:767px){
	footer .contact-form{
		max-width: 100%;
		float: inherit;
		margin-top: 35px;
	}
}

/*==============================================================
	Banner Section Style
==============================================================*/
.hero-banner{
	background: url('../images/banner-home.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	height:250px;
	text-align: center;
	background-color: #002D5B;
	padding-top:40px;
}

.hero-banner .banner-caption h1{
	color: #FFFFFF;
	font-family: "Helvetica Neue";
	font-size: 42px;
	font-weight: bold;
	line-height: 58px;
	max-width: 800px;
	display: inline-block;
}
.hero-banner .banner-caption a{
	color: #003469;
	font-family: 'SFNS Display';
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	background-color: #FFFFFF;
	padding: 16px 70px;
	margin-top: 55px;
	border-radius: 4px;
	opacity: 0.9;
}

.hero-banner .banner-caption a:hover{
	opacity: 1;
}
.hero-banner.inner-page{
	background: #002D5B;
}
.hero-banner.inner-page .banner-caption{
	max-height: 350px;
}
.hero-banner.inner-page .banner-caption p{
	color: #FFFFFF;
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 20px;
	max-width: 800px;
	margin-top: 20px;
	margin-bottom: 0px;
}
@media(max-width:767px){
	.hero-banner .banner-caption h1{
		font-size: 36px;
		line-height: 50px;
	}
}
/*==============================================================
	Count Section Style
==============================================================*/
.count{
	background-color: #F5F5F5;
	padding: 30px 0px;
}
.count .count-data{
	text-align: center;
	padding: 15px;
}
.count .count-data h3{
	color: #003469;
	font-family: 'Roboto';
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
.count .count-data p{
	color: #000000;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 0px;
}

/*==============================================================
	services Section Style
==============================================================*/
.services{
	padding: 60px 0px;
}
.services h2{
	color: #000000;
	font-family: 'Helvetica Neue';
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 12px;
}
.services p{
	color: #000000;
	font-family: 'Roboto';
	font-size: 13px;
	line-height: 20px;
	margin: 0px 0px 25px;
}
.services-box{
	padding: 20px;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
	height: 100%;
}
.services-box .icon{
	height: 62px;
	width: 62px;
	padding: 29px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position:-181px -94px;
}
.services-box .icon1{
	height: 62px;
	width: 63px;
	padding: 29px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position:-97px -94px;
}
.services-box .icon2{
	height: 62px;
	width: 71px;
	padding: 29px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position: -10px -10px;
}
.services-box .icon3{
	height: 50px;
	width: 50px;
	padding: 25px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position: -345px -150px;
}
.services-box .icon4{
	height: 50px;
	width: 50px;
	padding: 25px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position: -345px -220px;
}
.services-box .icon5{
	height: 50px;
	width: 50px;
	padding: 25px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position:  -345px -10px;
}
.services-box .icon6{
	height: 64px;
	width: 64px;
	padding: 29px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position: -10px -92px;
}
.services-box .icon7{
	height: 64px;
	width: 64px;
	padding: 32px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position: -181px -10px;
}
.services-box .icon8{
	height: 64px;
	width: 64px;
	padding: 30px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position: -97px -10px;
}
.services-box .icon9{
	height: 62px;
	width: 62px;
	padding: 30px;
	background-size: auto;
	background-image: url(../images/icon-sprites.png);
	background-position: -10px -176px;
}
.services-box h3{
	color: #000000;
	font-family: 'Helvetica Neue';
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-left: 20px;
}
.benefits .services-box h3{
	font-size: 24px;
	line-height: 30px;
}
.benefits .services-box .icon{
	border: 3px solid rgba(0, 52, 105, .5);
}
.services-box p{
	color: #4d4d4d;
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 22px;
	margin-top: 12px;
	height: auto;
}
.services-box a{
	color: #003469;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}

/*==============================================================
	Support Services Section Style
==============================================================*/

.services.support h2{
	margin-bottom: 30px;
}
.support .support-cotainer{
	max-width: 910px;
	width: 100%;
	margin: auto;
}
.support .services-box{
	padding: 30px;
	border-left: 5px solid #003469;
}
.support .icon-box{
	margin-bottom: 15px;
}
.support .icon-box .icon{
	border: 2px solid #003469;
	padding: 23px;
	height: 50px;
	width: 50px;
}
.support .services-box p{
	margin: 0px;
}
.support .services-box p:nth-of-type(1){
	font-family: 'Lato';
    font-size: 16px;
    line-height: 24px;
    margin-bottom:15px;
    color: #4d4d4d;
}
.support .services-box p:nth-of-type(2){
	color: #4C4C4C;
	font-family: 'Gilroy';
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

/*==============================================================
	How it work Section Style
==============================================================*/
.how-it-work{
	background-color: #003469;
	padding: 80px 0px;
}
.how-it-work .title-section{
	margin-bottom: 32px;
}
.how-it-work h2{
	color: #FFFFFF;
	font-family: 'Roboto';
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;	
}
.how-it-work p{
	color: #FFFFFF;
	font-family: 'Roboto';
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 0px;
	margin-top: 12px;
}
.how-it-work-container{
	max-width: 900px;
	margin: auto;
}
.how-it-work-container.small{
	max-width: 680px;
}
.how-it-work-container.small .how-it-work-box p{
	color: #4d4d4d;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.how-it-work-box{
	border-radius: 6.4px;
	background-color: #FFFFFF;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
	padding: 30px 40px;
	margin-bottom: 20px;
	position: relative;	
	margin-left:30px;
	width: 100%;
    justify-content: space-between;
}
.how-it-work-box img{
	max-width: 60px;
	margin-left: 48px;
}
.how-it-work-box::before {
	/* Increment "section" by 1 */
	counter-increment: section;
	content: " 0" counter(section) " ";
	position: absolute;
	left: -55px;
	top: 20px;
	color: #FFFFFF;
	font-family: 'Lato';
	font-size: 30px;
	line-height: 36px;
}
.how-it-work-box::after{
	position: absolute;
    content: "";
    top: 60px;
    left: -35px;
	height: calc(100% - 20px);
    width: 1px;
    background-color: #FFFFFF;;
}
.how-it-work-box:last-child::after{
	display: none;
}
.how-it-work-box h3{
	color: #000000;
	font-family: "Helvetica Neue";
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 12px;
}
.how-it-work-box p{
	color: #4d4d4d;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	font-weight: 400;
}

/*==============================================================
	About Section Style
==============================================================*/

.about-us{
	text-align: center;
	background-color: #F5F5F5;
	padding: 80px 0px;
}
.about-us h2{
	margin-bottom: 25px;
	color: #000000;
	font-family: 'Roboto';
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
.about-us p{
	color: #4d4d4d;
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 20px;
}

/*==============================================================
	Editors Section Style
==============================================================*/

.editors{
	background-color: #FFFFFF;
	padding: 80px 0px 80px;
}
.editor-details{
	background-color: #FFFFFF;
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.1);
  padding: 20px 20px 0px;
}
.editors .title-section h2{
	color: #000000;
	font-family: "Helvetica Neue";
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 12px;
}
.editors .title-section p{
	color: #4d4d4d;
	font-family: 'Muli';
  	font-size: 13px;
	line-height: 20px;
	margin-bottom: 48px;
}
.editors .editor-img{
	margin-right: 14px;
	position: relative;
}
.editors .editor-img .flag{
	position: absolute;
	bottom: 6px;
	right: -3px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
.editor-details h3{
	color: #262626;
	font-family: 'Gilroy';
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
}
.editor-details p{
	color: rgba(38,38,38,0.6);
	font-family: 'Gilroy';
	font-size: 12px;
	font-weight: 600;
	line-height: 15.79px;
	margin: 0 0px 5px;
}
.editor-details p strong{
	color: #262626;
	font-family: 'Gilroy';
	font-size: 12px;
	font-weight: 600;
	line-height: 15.79px;
}
.editor-experience{
	padding: 10px;
	margin-top: 10px;
	border-top: 1px solid #97979740;
}
.editor-experience p{
	color: #262626;
	font-family: 'Gilroy';
	font-size: 10px;
	font-weight: 600;
	line-height: 14.04px;
	margin: 0;
}

/*==============================================================
	Editors Section Style
==============================================================*/
.faqs{
	padding: 80px 0px;
}
.faqs h2{
	color: #000000;
	font-family: "Helvetica Neue";
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 35px;
}
.faqs .faqs-container{
	max-width: 850px;
	margin: auto;
}
.faqs .faqs-body:last-child .card-header{
	border-bottom: none;
}

.faqs .card-header{
	background-color: transparent;
	padding: 15px 0px;
	border-bottom: 1px solid #979797;
	position: relative;
}

.faqs .card-body{
	padding: 10px 0px 0px;
	color: #000000;
	font-family: 'Muli';
	font-size: 13px;
	line-height: 20px;
}
.faqs .card-header .btn-link{
	color: #333333;
	font-family: "Helvetica Neue";
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	padding: 0px 25px 0px 0px;
	white-space: normal;
	text-align: left;
}
.faqs .faqs-body{
	padding-left: 45px;
}
.faqs .faqs-body 
.faqs .faqs-body .mb-0 > button {
	display: block;
	position: relative;
  }
.faqs .faqs-body .mb-0 > button::after {
	content: "\f067";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0px;
	font-weight: 600;
}
  
.faqs .faqs-body .mb-0 > button[aria-expanded="true"]::after {
	content: "\f068";
	font-family: 'FontAwesome';
	font-weight: 600;
}
.faqs .faqs-body .mb-0 > button[aria-expanded="true"]{
  color: #003469;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  
  text-align: left;
}
.faqs .faqs-body .mb-0 > button[aria-expanded="true"] .count-faqs{
	color: #003469;
}
.faqs .faqs-body .mb-0 > button > .count-faqs{
	position: absolute;
	float: left;
	left: -40px;
	color: #979797;
	font-family: "Roboto Condensed";
	font-size: 22px;
	line-height: 25px;
	font-weight: 100;
}

/*==============================================================
	Select Plan Section Style
==============================================================*/
.services.plans h2{
	margin-bottom: 80px;
}
.select-plan{
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
.select-plan .header-part{
	padding: 30px 30px 17px;
}
.select-plan .header-part h3{
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}
.select-plan .header-part p{
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin: 0;
}
.select-plan .body-part{
	background-color: #E6E9ED;
	padding: 17px 20px;
	height: 95px;
}
.select-plan .body-part p{
	margin: 0;
}
.list-part h5{
	color: #000000;
	font-family: 'Roboto';
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 22px 30px 5px;
	border-bottom: 4px solid rgba(0,0,0,0.1);
}
.list-part ul{
    display: flex;
    flex-wrap: wrap;
}
.list-part ul li{
	color: #000000;
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 20px;
	padding: 10px 30px 10px 55px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.list-part ul li:before {
    position: relative;
    content: "\f00c";
    width: 12px;
    height: 10px;
    left: -10px;
    top: 0px;
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #337B06;
	
}
.list-part ul li small{
	display: block;
	font-family: 'Roboto';
	font-size: 10px;
	line-height: 20px;
}
.footer-part{
	padding: 40px 30px 30px;
	border-top: 3px solid rgba(0,0,0,0.1);
}
.btn-outline-blue{
	border: 1px solid #002D5B;
	border-radius: 4px;
	color: #002D5B;
	padding: 12px 20px;
	width: 100%;
	word-break: inherit;
    white-space: break-spaces;
	text-align: center;
    display: inline-block;
}

.btn-outline-blue:hover{
	background-color: #002D5B;
	color: #FFFFFF;
}
.select-plan.most-popular .blue-title{
	padding: 5px 30px;
	border-radius: 8px 8px 0 0;
  	background-color: #002D5B;
	margin-top: -30px;
}
.select-plan.most-popular .blue-title h4{
	color: #FFFFFF;
	font-family: "Helvetica Neue";
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.6px;
	line-height: 20px;
	text-align: center;

}

.select-plan.most-popular .body-part{
	background-color: rgba(0,45,91,0.15);
}
@media(max-width:767px){
	.select-plan.most-popular .blue-title{
		margin-top: 0px;
	}
}

/*==============================================================
	Translate Language Section Style
==============================================================*/
.translate-language h2{
	margin-bottom: 32px;
}
.translate-language-box{
	border-radius: 4.8px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
	max-width: 740px;
	margin: auto;
	padding: 30px 30px 10px;
	border-top: 6px solid #002954;
}
.translate-language-box h3{
	color: #000000;
	font-family: "Helvetica Neue";
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 30px;
	text-align: center;
}
.translate-language-box .language-list{
	padding: 25px 0px 15px;
	border-top: 0.8px solid #97979740;
	border-bottom: 0.8px solid #97979740;
	margin-top: 20px;
}
.translate-language-box .language-list i{
	position: absolute;
    content: "";
    font-size: 14px;
    left: 12px;
    top: 3px;
	color:#002D5B;
}
.translate-language-box .language-list p{
	color: #000000;
	font-family: 'Roboto';
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 20px;
	padding-left: 25px;
	margin: 0px 0px 8px;
}
.translate-language .btn-blue{
	border-radius: 4px;
	background-color: #003469;
	color: #FFFFFF;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 11px 64px;
	margin-top: 40px;
	display:inline-block;
}
.translate-language .btn-blue:hover{
	background:#064f99;
}

/*==============================================================
	Publication Support Section Style
==============================================================*/
.publication-support{
	padding: 80px 0px;
}
.publication-support-box{
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
	padding: 30px 50px;
	margin-bottom: 30px;
}

.publication-support-box img{
	max-width: 60px;
}
.publication-support-box h3{
	color: #002C58;
	font-family: Helvetica;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-left: 20px;
}
.publication-support-box p{
	color: #000000;
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.publication-support-box a{
	color: #FFFFFF;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	border-radius: 4px;
  	background-color: #003469;
	padding: 15px 65px;
	display: inline-block;
}

.publication-support-box a:hover{
	background:#064f99;
}

/*==============================================================
	Plain Language-box Section Style
==============================================================*/
.plain-language h2{
	margin-bottom: 32px;
}
.plain-language-box{
	border-radius: 4.8px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
	max-width: 740px;
	margin: auto;
	padding: 30px 30px 10px;
	border-top: 6px solid #002954;
}
.plain-language-box h3{
	color: #000000;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
}
.plain-language-box .language-list{
	padding: 0px 0px 15px;
	margin-top: 20px;
}
.plain-language-box .language-list i{
	position: absolute;
    content: "";
    font-size: 14px;
    left: 12px;
    top: 3px;
	color:#002D5B;
}
.plain-language-box .language-list p{
	color: #000000;
	font-family: 'Roboto';
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 20px;
	padding-left: 25px;
	margin: 0px 0px 8px;
}
.plain-language-box .btn-blue{
	border-radius: 4px;
	background-color: #003469;
	color: #FFFFFF;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 11px 64px;
	margin-top: 40px;
}

.services.support{
	padding-bottom: 85px;
}
.services.support .services-box{
	max-width: 750px;
	margin: auto;
}
.plain-language-box ul{
	list-style: disc;
	padding-left: 15px;
}
.get-quote-page{
	padding-top: 50px;
}
.services.support .btn-blue{
	border-radius: 4px;
	background-color: #003469;
	color: #FFFFFF;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 11px 64px;
	margin-top: 40px;
	display:inline-block;
}

.services.support .btn-blue:hover{
	background:#064f99;
}
.sample-wrapper{
	max-width: 850px;
    margin: auto;
}
.thankyou{
    padding: 100px 0px 20px;
}
.thankyou h1{
    color: #000;
    font-weight: bold;
    font-size: 36px;
}
.thankyou p{
    color: #000;
    font-weight: normal;
    font-size: 18px;
}
.btn-blue-new{
	padding: 13px 40px 13px 40px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    background-color: #003469;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.btn-blue-new:hover{
	color: #003469;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
	outline:none;
}
.how-it-work-btn{
	margin-top: 40px;
}
.how-it-work-box ul{
	list-style-type: square;
    margin-left: 15px;
}
.how-it-work-box ul li{
	color: #000000;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 25px;
    margin: 0px;
}

/*==============================================================
	Research About Section Style
==============================================================*/

.about-us-research{
	text-align: center;
	padding: 80px 0px;
}
.about-us-research h2{
	margin-bottom: 25px;
	color: #000000;
	font-family: 'Roboto';
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
.about-us-research p{
	color: #000000;
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 20px;
}

/*==============================================================
	Research-promotion Section Style
==============================================================*/
.research-publication-support{
	padding: 70px 0px 40px;
}
.research-publication-support .container {
    max-width: 878px;
}
.research-publication-support-box{
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
	padding: 30px 50px;
	margin-bottom: 30px;
}

.research-publication-support-box img{
	max-width: 60px;
}
.research-publication-support-box h3{
	color: #002C58;
	font-family: Helvetica;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-left: 20px;
}
.research-publication-support-box p{
	color: #000000;
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.research-publication-support-box a{
	color: #FFFFFF;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	border-radius: 4px;
  	background-color: #003469;
	padding: 15px 65px;
	display: inline-block;
}

.research-publication-support-box a:hover{
	background:#064f99;
}

.faqs-body .card-body ul{
	list-style-type: square;
    margin-left: 40px;
}

.desk{display:block}
.mob{display:none;}

.rcs-get-quote-form {
    padding: 50px 0px 0px;
}


#eu_cookie_dialog{position: relative !important;z-index: 1 !important;background-color: #3f4958 !important;top: 0px;width: 100% !important;height: auto !important;overflow: auto;color: #fff !important}
#eu_cookie_dialog div{width: 84% !important;bottom: auto !important;background-color: #3f4958 !important;z-index: 9999 !important;margin: 0 auto !important}
#eu_cookie_dialog p{position: relative;top: 0px;width: 85%;line-height: 20px;font-size: 14px;color: #fff !important;padding: 10px 16px 10px 0px;float: left;margin-bottom: 0px;z-index: 999}
#eu_cookie_dialog button{background-color: rgb(60, 72, 88);font-size: 14px;color: rgb(255, 255, 255);padding: 5px 16px;border-radius: 3px;border: 1px solid;float: right;margin: 10px 0px 10px 20px;transition: all 0.3s;}
#eu_cookie_dialog a{color: #fff !important;text-decoration: underline}
.narrowchart {padding:20px 0px; max-width:100%}
.narrowchart h3{position: relative;font-size: 14px;cursor: pointer}
.narrowchart .accord-1{display: inline-block;float: left;width: 160px}
.narrowchart .accord-2{display: inline-block;width: 710px}
.grey-cookies{background: #f8f8f8;padding: 10px 20px;font-size: 16px;font-weight: 700}
.narrowchart .fa{color: #212121;font-size: 24px;top: 0px;right: 0px}
.tag {background: #f8f8f8;padding: 3px;margin: 2px;display: inline-block;font-size: 13px}
.accordianheader {color:#212121; padding:10px 20px; margin-top:20px; text-align: left}
.accordianbody {padding: 20px;width: 700px;text-align: left;margin-left: 160px}
#eu_cookie_dialog i { position:absolute;right: 20px;top:14px;-webkit-transition:all 300ms ease-in 0s;-moz-transition: all 300ms ease-in 0s;-o-transition: all 300ms ease-in 0s;transition: all 300ms ease-in 0s;}
.ui-state-active i {color: #ACD4CE;-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-o-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}

.form-ifrm{min-width: 100%; height:420px; border:none;}

/*sprite img section*/

.img-icons{background-size: auto;display:inline-block;background-image: url(../images/icon-sprites.png);}

.manuscript-icon {width:50px; height: 48px;background-position: -73px -326px;margin-left: 20px;float: right;margin-bottom: 10px;}
.quality-icon {width: 32px; height: 48px;background-position: -140px -326px;margin-left: 20px;float: right;margin-bottom: 10px;}
.review-icon {width: 48px; height: 36px;background-position: -172px -258px;margin-left: 20px;float: right;margin-bottom: 10px;}
.translation-icon {width: 60px; height: 47px;background-position: -92px -258px;float: right;}
.bilingual-review-icon {width: 60px; height: 51px;background-position: -265px -10px;float: right;}
.language-edit-icon {width: 50px; height: 50px;background-position: -345px -80px;float: right;}
.final-review {width: 50px; height: 58px;background-position: -265px -160px;float: right;}
.plagiarism-check {width: 51px; height: 59px;background-position: -265px -81px;}
.rapid-technical-review {width: 56px; height: 60px;background-position: -92px -176px;}
.artwork-preparation {width: 43px; height: 54px;background-position: -10px -326px;}
.infographic {width: 57px; height: 57px;background-position: -168px -176px;}


@media screen and (max-width:800px){	
	.how-it-work-box{margin-left:0px;}
	.how-it-work-container.small {max-width: 100%;}
	.hero-banner.inner-page, .hero-banner {height: auto;padding-bottom: 40px;}
	}


@media screen and (max-width:767px){
	.manuscript-icon {width:60px;}
	.quality-icon{width:40px;}
	.review-icon{width:70px;}
	.services-box p, .select-plan .body-part{height:auto;}
	.how-it-work-box{margin-left:0px;}
	.mar-b47{margin-bottom:15px!important}	
	.desk{display:none}
	
.mob{display:block;max-width:100% !important;margin-left: 0px!important;height:100%;margin-left:6px!important;}
.how-it-work-box h3{display:flex;font-size: 18px;}
.form-ifrm{height:500px;}

}

/* add on 13th May 2022 */
.globalDiv {background: #003469;width: 100%;padding:2px 0px 5px;text-align: right;}
.globalDiv ul {margin: 0;}
.globalDiv .list-inline>li {display: inline-block;padding-right: 5px;padding-left: 0;}
.globalDiv a {color: #fff!important;font-size: 12px;padding-right: 10px;}
.globalDiv .border-right {border-right: 1px solid #dee2e6;}
