@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
* {
	box-sizing: border-box;
	outline: none !important;
	letter-spacing: 0;
}
a, a:hover {
	color: #333333;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.imgFull {
	width: 100%;
}
.underlineText {
	text-decoration: underline;
}
.mdl {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}
.mdl_inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}

body {
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;
	color: #333333;
}
body.HiddenScroll {
	overflow: hidden;
}
body::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}
body::-webkit-scrollbar-track {
  background: #FFFFFF99;
}
body::-webkit-scrollbar-thumb {
  background: #11a74f;
}
body::-webkit-scrollbar-thumb:hover {
  background: #11a74f80;
  background: #0c51a0;
}
section, header, footer {
	float: left;
	width: 100%;
}
.mainHeader {
	position: absolute;
	padding: 10px 0;
	z-index: 11;
	left: 0;
	top: 0;
}
.mainHeader:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 130%;
	content: '';
	/*background: rgb(0,0,0);*/
	background: linear-gradient(180deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.2) 60%, rgba(0,0,0,0) 100%);
}
.headerWhite, .whiteAlways {
	background: #ffffff;
}
.headerWhite.mainHeader:before, .whiteAlways.mainHeader:before {
		display: none;
}
.whiteAlways {
	box-shadow: 0px 0px 50px #0000001A;
}
.mainLogo {
	position: absolute;
	left: 50%;
	top: 5px;
	transform: translateX(-50%);
	width: 65px;
}
.topBar {
	float: left;
	width: 100%;
	position: relative;
}
.topBar::after, .topBar::before {
    content: "";
    position: absolute;
    bottom: 0;
    max-width: calc(50% - (100px / 2));
    border-bottom: 1px solid #E4E4E4;
}
.topBar::before {
    right: calc(50% + (100px / 2));
    width: 100%;
}
.topBar::after {
    left: calc(50% + (100px / 2));
    width: 100%;
}
.topLeftBar {
	float: left;
	padding: 15px 0 10px;
}
.topLeftBar ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.topLeftBar ul li {
	float: left;
	margin: 0 20px;
	position: relative;
}
.topLeftBar ul li:first-child {
	margin-left: 0;
}
.headerWhite .topLeftBar ul li:before, .whiteAlways .topLeftBar ul li:before {
	background: #E4E4E4;
}
.topLeftBar ul li:before {
	position: absolute;
	left: -20.5px;
	width: 1px;
	top: 50%;
	height: 20px;
	transform: translateY(-50%);
	content: '';
	background: #ffffff;
}
.topLeftBar ul li:first-child:before {
	display: none;
}
.headerWhite .topLeftBar ul li a, .whiteAlways .topLeftBar ul li a {
	color: #333333;
}
.topLeftBar ul li a {
	float: left;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 0;
	position: relative;
	color: #ffffff;
}
.headerWhite .topLeftBar ul li a:before, .whiteAlways .topLeftBar ul li a:before {
	background: #333333;
}
.topLeftBar ul li a:before {
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 0;
	height: 2px;
	content: '';
	background: #ffffff;
	transition: all 0.3s ease;
}
.topLeftBar ul li.active a {
	font-weight: bold;
}
.topLeftBar ul li.active a:before {
	width: 100%;
}
.topLeftBar ul li:hover a:before {
	width: 100%;
}
.searchBox {
	float: left;
	position: relative;
}
.searchBox form {
	float: left;
}
.headerWhite .searchBox label, .whiteAlways .searchBox label, .headerWhite .searchBox button, .whiteAlways .searchBox button {
	color: #333333;
}
.searchBox label, .searchBox button {
	float: left;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 28px;
	color: #ffffff;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border: solid 1px transparent;
	border-right: none;
	border-radius: 4px 0 0 4px;
	transition: all 0.3s ease;
	background: none;
}
.headerWhite .searchBox input:focus + label, .headerWhite .searchBox:hover input + label, .whiteAlways .searchBox input:focus + label, .whiteAlways .searchBox:hover input + label, .headerWhite .searchBox input:focus + button, .headerWhite .searchBox:hover input + button, .whiteAlways .searchBox input:focus + button, .whiteAlways .searchBox:hover input + button {
	border-color: #C4C4C4;
}
.searchBox input:focus + label, .searchBox input:hover + label, .searchBox input:focus + button, .searchBox:hover input + button {
	border-color: #ffffff;
}
.headerWhite .searchBox input, .whiteAlways .searchBox input {
	color: #333333;
}
.searchBox input {
	float: left;
	width: 0;
	padding: 0;
	border: none;
	position: absolute;
	left: 32px;
	height: 32px;
	border: solid 1px transparent;
	border-left: none;
	border-radius: 0 4px 4px 0;
	background: none;
	transition: all 0.3s ease;
	color: #ffffff;
}
.headerWhite .searchBox input:focus, .headerWhite:hover .searchBox input, .whiteAlways .searchBox input:focus, .whiteAlways .searchBox:hover input {
	border-color: #C4C4C4;
}
.searchBox input:focus, .searchBox:hover input {
	width: 218px;
	border-color: #ffffff;
	padding: 0 10px;
}
.topRightBar {
	float: right;
	padding: 15px 0 10px;
}
.topRightBar ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;

}
.topRightBar ul li {
	float: left;
	margin: 0 15px;
	position: relative;
}
.topRightBar ul li:last-child {
	margin-right: 0;
}
.headerWhite .topRightBar ul li a, .whiteAlways .topRightBar ul li a {
	color: #333333;
}
.topRightBar ul li a {
	float: left;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 0;
	position: relative;
	color: #ffffff;
}
.headerWhite .topRightBar ul li a:before, .whiteAlways .topRightBar ul li a:before {
	background: #333333;
}
.topRightBar ul li a:before {
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 0;
	height: 2px;
	content: '';
	background: #ffffff;
	transition: all 0.3s ease;
}
.topRightBar ul li.active a {
	font-weight: bold;
}
.topRightBar ul li.active a:before {
	width: 100%;
}
.topRightBar ul li:hover a:before {
	width: 100%;
}
.menuBar {
	float: left;
	width: 100%;
	text-align: center;
}
.mainMenu {
	float: left;
	width: 100%;
	padding: 15px 0 10px;
}
.mainMenu>ul {
	display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 900px;
}
.mainMenu>ul>li {
	float: left;
}
.headerWhite .mainMenu>ul>li>a, .whiteAlways .mainMenu>ul>li>a {
	color: #333333;
}
.headerWhite .mainMenu>ul>li:hover>a, .whiteAlways .mainMenu>ul>li:hover>a {
	color: #1473E6;
}
.mainMenu>ul>li>a {
	display: inline-block;
	padding: 10px 30px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	position: relative;
	transition: all 0.3s ease;
	color: #ffffff;
}
.mainMenu>ul>li:hover>a {
	color: #ffffff;
}
.mainMenu>ul>li:hover>a:before {
	width: 70px;
}
.mainMenu>ul>li.active>a:before {
	width: 70px;
}
.headerWhite .mainMenu>ul>li>a:before, .whiteAlways .mainMenu>ul>li>a:before {
	background: #1473E6;
}
.mainMenu>ul>li>a:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: '';
	width: 0;
	height: 2px;
	transition: all 0.3s ease;
	background: #ffffff;
	transform: translateX(-50%);
}
.dropDownBox {
	width: 100%;
	background: #FBFBFB;
	box-shadow: none;
	text-align: left;
}
.subMenu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	height: 100%;
}
.subMenu> li {
	float: left;
	width: 100%;
	/*position: relative;*/
}
.subMenu> li>a {
	float: left;
	max-width: calc(50% - 20px);
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
	position: relative;
	transition: all 0.3s ease;
	margin-bottom: 5px;
}
.subMenu> li:hover>a {
	color: #1473E6;
}
.subMenu> li.active>a {
	color: #1473E6;
}
.subMenu> li>a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 0;
	height: 2px;
	transition: all 0.3s ease;
	background: #1473E6;
}
.subMenu> li:hover>a:before {
	width: 100%;
}
.subMenu> li.active>a:before {
	width: 100%;
}
.subMenu> li ul {
	position: absolute;
	left: calc(50% + 20px);
	padding: 0;
	margin: 0;
	width: calc(50% - 20px);
	list-style: none;
	display: none;
	z-index: 1;
	top: 0;
	height: 100%;
	overflow-y: auto;
}
.subMenu> li ul::-webkit-scrollbar {
  width: 6px;
  cursor: pointer;
}
.subMenu> li ul::-webkit-scrollbar-track {
  background: #FFFFFF99;
}
.subMenu> li ul::-webkit-scrollbar-thumb {
  background: #bfbdbd;
}
.subMenu> li ul::-webkit-scrollbar-thumb:hover {
  background: #bfbdbd7e;
}
/*.subMenu> li:hover ul {
	display: block;
}*/
.subMenu> li ul li {
	float: left;
	width: 100%;
	position: relative;
}
.subMenu> li ul li a {
	float: left;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
	position: relative;
	transition: all 0.3s ease;
	color: #999999;
}
.subMenu> li ul li a:hover {
	color: #1473E6;
}
.subMenu> li ul li.active a {
	color: #1473E6;
}
.mainBanner {
	height: 100vh;
	position: relative;
	background-color: #000 ;
}
.mainBanner .uk-slideshow-items li::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #000000;
	opacity: .5;
	z-index: 1;
}
.mainBanner .uk-slideshow-items {
	height: 100vh;
    min-height: auto !important;
}
.mainBanner .bannerHover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}
.mainBanner .bannerHover a {
	width: 100%;
	height: 100%;
	float: left;
}
.mainBanner .bannerDots {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 40px;
}
.bannerDots ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;

}
.bannerDots ul li {
	float: left;
	width: 25%;
}
.bannerDots ul li a {
	float: left;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 24px;
	position: relative;
	max-width: 200px;
}
.bannerDots ul li a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #ffffff;
	opacity: 0;
}
.bannerDots ul li.uk-active a:before {
	opacity: 1;
}
.bannerDots ul li.uk-active a {
	font-weight: bold;
}
.carouselSlider {
	padding: 50px 0;
}
.sliderTxtBox {
	float: left;
	width: 100%;
	padding-right: 20px;
}
.sliderTxtBox h2 {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.sliderTxtBox h2 span {
	float: left;
	width: 100%;
	font-size: 32px;
	line-height: 40px;
	color: #333333;
	font-weight: 300;
}
.sliderTxtBox h2 strong {
	float: left;
	width: 100%;
	font-size: 60px;
	line-height: 70px;
	color: #333333;
	font-weight: bold;
}
.sliderTxtBox .carouselBtn {
	display: inline-block;
	margin: 10px 10px 0 0;
	padding: 10px 24px;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	background: #ffffff;
	text-decoration: none;
	border: solid 1px #333;
	border-radius: 22px;
	transition: all 0.3s ease;
	font-weight: bold;
}
.sliderTxtBox .carouselBtn:hover {
	background: #333333;
	color: #ffffff;
}
.sliderVideoBox {
	float: left;
	width: 100%;
	height: 0px;
	position: relative;
	padding-bottom: 121%;
}
.sliderVideoBox video {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.arrowsCarousel {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.arrowsCarousel .arrowsCarouselBtn {
	color: #333333;
}
.arrowsCarousel .arrowsCarouselBtn.uk-invisible {
	visibility: visible !important;
	opacity: .2;
}
.homeStationSection {
	padding: 120px 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 500px;
	overflow: hidden;
}
.homeStationSection:before {
	width: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/s1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 120px;
}
.homeStationSection:after {
	width: 100%;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../images/s2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 120px;
}
.homeStationSection .uk-container {
	position: relative;
	z-index: 1;
}
.stationFuelSec {
	float: left;
	width: 100%;
	/* padding-bottom: 80px; */
}
.stationApiBox {
	float: left;
	width: 100%;
	padding: 20px;
	background: #ffffff;
	height: 100%;
}
.stationmapApi {
	float: left;
	width: 100%;
}
.stationmapApi img {
	width: 100%;
}
.stationFuelSec h3 {
	float: left;
	width: 100%;
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
}
.fuelPriceBox {
	float: left;
	width: 100%;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../images/p.png);
	padding: 20px 32px 40px;
	height: 100%;
	position: relative;
}
.effectiveDate {
	position: absolute;
	right: 32px;
	top: 30px;
	color: #999999;
	font-size: 14px;
	line-height: 20px;
}
.fpBox {
	float: left;
	width: 100%;
	padding-top: 30px;
}
.fpname {
	float: left;
	width: 100%;
	text-align: center;
}
.fpname label {
	float: left;
	width: 100%;
	margin: 0;
	color: #999999;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}
.fpname .fptitle {
	float: left;
	width: 100%;
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.fpname .fptitle img {
	margin-bottom: 0;
}
.fpname img {
	width: 120px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.fpSelect {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-right: 30px;
	max-width: 170px;
	margin-top: 12px;
}
.fpSelect:before {
	right: 0;
	top: 0;
	position: absolute;
	content: '';
	background: url(../images/chevron.svg);
	background-repeat: no-repeat;
	background-size: 55%;
	width: 30px;
	height: 30px;
	background-position: center;
}
.innerBanner .fpSelect:before {
	background-image: url(../images/chevron-white.svg);
}
.fpname .fpList {
	padding-top: 12px;
	float: left;
	width: 100%;
} 
.innerBanner .fpSelect p, .fpSelect p {
	float: left;
	width: 100%;
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}
.fpSelect ul {
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	max-height: 120px;
	overflow-y: auto;
	background: #ffffff;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	overflow-x: hidden;
	width: 100%;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 4px;
}
.fpSelect ul li {
	float: left;
	width: 100%;
	transition: all 0.3s ease;
	font-size: 12px;
	line-height: 16px;
}
.fpSelect ul li a {
	float: left;
	width: 100%;
	padding: 6px 10px;
	transition: all 0.3s ease;
}
.fpSelect ul li:hover a {
	background: #1473E6;
	color: #ffffff;
}
.fpSelect ul.showMenu {
	display: block;
}

.fpSelect ul::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}
.fpSelect ul::-webkit-scrollbar-track {
  background: #FFFFFF99;
}
.fpSelect ul::-webkit-scrollbar-thumb {
  background: #999;
}
.fpSelect ul::-webkit-scrollbar-thumb:hover {
  background: #18171d7e;
}
.fpBox hr {
	border-color: #DDDDDD;
}
.newsCarousel {
	/* overflow: inherit; */
}
.newsCarouselBox {
	float: left;
	width: 100%;
	position: relative;
	padding: 24px 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.homeStationSection .newsCarousel li:nth-child(even) .newsCarouselBox:before {
	background: #043b78;
	opacity: .9;
}
.homeStationSection .newsCarousel li:nth-child(even) .newsCarouselBox h6 {
	color: #ffffff;
}
.homeStationSection .newsCarousel li:nth-child(even) .newsCarouselBox .newsCarouselDate {
	color: #ffffff;
}
.homeStationSection .newsCarousel li:nth-child(even) .newsCarouselBox h3 {
	color: #ffffff;
}
.homeStationSection .newsCarousel li:nth-child(even) .newsCarouselBox p {
	color: #ffffff;
}
.homeStationSection .newsCarousel li:nth-child(even) .newsCarouselBox a {
	background: #ffffff;
	color: #043b78;
}
.newsCarouselBox:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease;
}
.newsCarouselBox:hover:before {
	background: #043b78;
	opacity: .9;
}
.homeStationSection .newsCarousel li:nth-child(even) .newsCarouselBox:hover:before {
	background: #ffffff;
	opacity: 1;
}
.newsCarouselBoxInner {
	float: left;
	width: 100%;
	position: relative;
}
.newsCarouselBox h6 {
	font-size: 12px;
	line-height: 24px;
	color: #999999;
	float: left;
	width: 100%;
	padding-right: 100px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	margin: 0;
}
.newsCarouselBox:hover h6 {
	color: #ffffff;
}
.homeStationSection .newsCarousel li:nth-child(even) .newsCarouselBox:hover h6 {
	color: #999999;
}
.newsCarouselDate {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	line-height: 24px;
	color: #999999;
	transition: all 0.3s ease;
}
.newsCarouselBox:hover .newsCarouselDate {
	color: #ffffff;
}
.homeStationSection .newsCarousel li:nth-child(even) .newsCarouselBox:hover .newsCarouselDate {
	color: #999999;
}
.newsCarouselBox h3 {
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	float: left;
	width: 100%;
	transition: all 0.3s ease;
	margin: 30px 0 20px;
	padding-right: 0px;
	font-weight: bold;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsCarouselBox:hover h3 {
	color: #ffffff;
}
.homeStationSection .newsCarousel li:nth-child(even) .newsCarouselBox:hover h3 {
	color: #999999;
}
.newsCarouselBox p {
	font-size: 16px;
	line-height: 24px;
	color: #4B4B4B;
	float: left;
	width: 100%;
	height: 50px;
    overflow: hidden;
	transition: all 0.3s ease;
	margin: 0px 0 30px;
	text-align: justify;
}
.newsCarouselBox:hover p {
	color: #ffffff;
}
.homeStationSection .newsCarousel li:nth-child(even) .newsCarouselBox:hover p {
	color: #4B4B4B;
}
.newsCarouselBox a {
	float: left;
	padding: 5px 16px;
	border: solid 1px #333333;
	border-radius: 22px;
	background: none;
	cursor: pointer;
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	transition: all 0.3s ease;
}
.newsCarouselBox:hover a {
	background: #ffffff;
  color: #043b78;
  border: solid 1px #ffffff;
}
.newsCarouselBox a:hover {
	background: #043b78;
	color: #ffffff;
	border: solid 1px #ffffff;
}
.homeStationSection .newsCarousel li:nth-child(even) .newsCarouselBox:hover a {
	border: solid 1px #333333;
	color: #333333;
	background: #ffffff;
}
.homeStationSection .newsCarousel li:nth-child(even) .newsCarouselBox a:hover {
	background: #043b78;
	color: #ffffff;
	border: solid 1px #ffffff;
}
.blockSec {
	height: 800px;
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.blockSec .blockTitle {
	float: left;
	color: #ffffff;
	font-size: 48px;
	line-height: 56px;
	font-weight: 300;
	width: 100%;
}
.blockSec .blockTitle2 {
	float: left;
	color: #ffffff;
	font-size: 48px;
	line-height: 56px;
	font-weight: 300;
	width: 100%;
}
.innerBanner .blockTitle {
	float: left;
	color: #ffffff;
	font-size: 48px;
	line-height: 56px;
	font-weight: 300;
	width: 100%;
}
.blockSec .blockBtn {
	float: left;
	display: inline-block;
	margin: 10px 10px 0 0;
	padding: 10px 24px;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	background: none;
	text-decoration: none;
	border: solid 1px #ffffff;
	border-radius: 22px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.blockSec .blockBtn:hover {
	background: #ffffff;
	color: #333333;
}
.dbfull {
	float: left;
	width: 100%;
}
footer {
	padding: 80px 0;
	background: #000000;
}
.ftrBox1 {
	float: left;
	width: 100%;
}
.ftrBox1 h5 {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	color: #ffffff;
}
.ftrBox1 h6 {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #ffffff;
}
.ftrBox1 h6 a {
	color: #ffffff;
}
.ftrBox1 h5 a {
	color: #ffffff;
}
.ftrLinks {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ftrLinks li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
}
.ftrLinks li p {
	float: left;
	width: 100%;
	margin: 0px;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
}
.ftrLinks li a {
	color: #999999;
}
.ftrBox1 p {
	float: left;
	width: 100%;
	color: #999999;
	font-size: 14px;
	line-height: 20px;
	margin-top: 0;
}
.ftrBox2 {
	float: left;
	width: 100%;
}
.ftrBox2 p {
	float: left;
	width: 100%;
	margin-top: 0;
}
.ftrBox2 a {
	float: left;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #ffffff;
}
.ftrBox2 a svg {
	margin-left: 10px;
	width: 20px;
}
.ftrBtmRight .socialLinks, .socialLinks {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ftrBtmRight .socialLinks li, .socialLinks li {
	float: left;
	margin-right: 20px;
}
.ftrBtmRight .socialLinks li a, .socialLinks li a {
	float: left;
	color: #999999;
	width: 30px;
	text-align: center;
}
.ftrBtmRight .socialLinks li a svg, .socialLinks li a svg {
	width: 24px;
}
.ftrTopSec {
	float: left;
	width: 100%;
}
.ftrTopSec hr {
	border-color: #333333;
}
.ftrMdlSec {
	float: left;
	width: 100%;
	padding: 60px 0;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	margin-top: 40px;
	margin-bottom: 30px;
}
.ftrMdlSec a {
	display: inline-block;
	margin: 0 25px;
}
.ftrBtmSec {
	float: left;
	width: 100%;
}
.ftrBtmSec>p {
	float: left;
	margin: 0;
	color: #999999;
	font-size: 14px;
	line-height: 20px;
	margin-right: 30px;
}
.ftrBtmSec ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ftrBtmSec ul li {
	float: left;
	margin-right: 30px;
}
.ftrBtmSec ul li a {
	color: #999999;
	font-size: 14px;
	line-height: 20px;
	float: left;
}
.ftrBtmRight {
	float: right;
}
.ftrBtmRight p {
	float: left;
	margin: 0;
	color: #999999;
	font-size: 14px;
	line-height: 20px;
	margin-right: 30px;
}
.ftrBtmRight .scrollTop {
	float: left;
	width: 24px;
	color: #999999;
}
.innerBanner {
	height: 100vh;
	padding: 150px 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	background-color: #000000;
	overflow: hidden;
}
.innerBanner h1 {
	float: left;
	width: 100%;
	font-size: 72px;
	font-weight: bold;
	color: #ffffff;
	line-height: 78px;
}
.innerBanner p {
	float: left;
	width: 100%;
	font-size: 28px;
	color: #ffffff;
	line-height: 34px;
	margin: 0 0 40px;
	font-weight: 300;
	text-align: justify;
}
.innerBanner .pdfBtn {
	float: left;
	line-height: 24px;
	font-size: 16px;
	background: #1473E6;
	width: 100%;
	max-width: 430px;
	padding: 20px 32px;
	color: #ffffff;
	transition: all 0.3s ease;
}
.innerBanner .pdfBtn svg {
	float: right;
}
.innerBanner .pdfBtn:hover {
	background: #ffffff;
	color: #333333;
}
.blockSec .pdfBtn {
	float: left;
	line-height: 24px;
	font-size: 16px;
	background: #1473E6;
	width: auto;
	padding: 20px 32px;
	color: #ffffff;
	transition: all 0.3s ease;
}
.blockSec .pdfBtn svg {
	float: right;
	margin-left: 10px;
}
.blockSec .pdfBtn:hover {
	background: #ffffff;
	color: #333333;
}
.blockSecWhite .pdfBtn {
	float: left;
	line-height: 24px;
	font-size: 16px;
	background: #1473E6;
	width: 100%;
	max-width: 430px;
	padding: 20px 64px 20px 32px;
	color: #ffffff;
	transition: all 0.3s ease;
    position: relative;
}
.blockSecWhite .pdfBtn svg {
	float: right;
	position: absolute;
		right: 32px;
		top: 50%;
		transform: translateY(-50%);
}
.blockSecWhite .pdfBtn:hover {
	background: #333333;
	color: #ffffff;
}
.innerBanner .moreBtn {
    float: left;
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background: none;
    text-decoration: none;
    border: solid 1px #ffffff;
    border-radius: 22px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.innerBanner .moreBtn:hover {
	background: #ffffff;
	color: #333333;
}
.blockSec p {
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	text-align: justify;
}
.blockSec ul {
	color: #ffffff;
}
.carouselWhiteSec {
	padding: 100px 0;
	overflow: hidden;
}
.carouselWhiteTitle {
	float: left;
    color: #333333;
    font-size: 48px;
    line-height: 56px;
    font-weight: bold;
    width: 100%;
}
.aboutCarousel {
	float: left;
	width: 100%;
}
.aboutCarouselBox {
	float: left;
	width: 100%;
	border: solid 1px #E4E4E4;
	background: #ffffff;
}
.aboutCarouselImg {
	float: left;
	width: 100%;
}
.aboutCarouselImg img {
	width: 100%;
}
.aboutCarouselTxt {
	position: relative;
	float: left;
	width: 100%;
	padding: 24px 20px;
}
.aboutCarouselTxt h6 {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    float: left;
    width: 100%;
    padding-right: 100px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    margin: 0;
}
.aboutCarouselTxt .newsCarouselDate {
	right: 20px;
    top: 24px;
}
.aboutCarouselTxt h3 {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    float: left;
    width: 100%;
    transition: all 0.3s ease;
    margin: 30px 0 20px;
    font-weight: bold;
}
.aboutCarouselTxt p {
    font-size: 16px;
    line-height: 24px;
    color: #4B4B4B;
    float: left;
    width: 100%;
    transition: all 0.3s ease;
    margin: 0px 0 30px;
    height: 50px;
    overflow: hidden;
}
.aboutCarouselTxt a {
    float: left;
    padding: 5px 16px;
    border: solid 1px #333333;
    border-radius: 22px;
    background: none;
    cursor: pointer;
    color: #333333;
    font-size: 12px;
    line-height: 20px;
    transition: all 0.3s ease;
}
.aboutCarouselTxt a:hover {
	background: #333333;
	color: #ffffff;
}
.blockSecWhite {
	background-color: #ffffff !important;
}
.blockSecWhite .blockTitle {
    color: #333333;
    font-weight: bold;
    max-width: 100%;
}
.blockSecWhite p {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.blockSecWhite ul {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.blockSecWhite .blockBtn {
    color: #333333;
    border-color: #333333;
}
.blockSecWhite .blockBtn:hover {
    background: #333333;
    color: #ffffff;
}
.sectionImage img {
	width: 100%;
}
.breadcrumbBox {
	float: left;
	width: 100%;
}
.breadcrumbBox ul li {
	color: #979797;
	font-size: 14px;
}
.breadcrumbBox ul li a, .breadcrumbBox .uk-breadcrumb>:last-child>span {
	color: #979797;
	font-size: 14px;
}
.listIconSec {
	padding: 120px 0;
	background: #ffffff;
}
.listIconSec .listIconBox {
	float: left;
	width: 100%;
	padding-right: 50px;
	color: #333333;
}
.listIconBox .listIconImg {
	float: left;
	width: 60px;
}
.listIconBox .listIconImg svg {
	width: 30px;
}
.listIconBox .listIconTxt {
	width: calc(100% - 60px);
	font-size: 20px;
	line-height: 24px;
	float: left;
	font-weight: 300;
}
.listIconBox .listIconTxt p {
	margin: 0;
	text-align: justify;
}
.collageSec {
	background: #000000;
	color: #ffffff;
	padding: 80px 0;
}
.collageSec .blockTitle {
    float: left;
    color: #ffffff;
    font-size: 48px;
    line-height: 56px;
    font-weight: 300;
    width: 100%;
}
.collageBoxHalf {
	float: left;
	width: 50%;
	padding-right: 15px;
	padding-bottom: 15px;
}
.collageBoxQtr {
	float: left;
	width: 25%;
	padding-right: 15px;
	padding-bottom: 15px;
}
.collageSec .collageBox {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.collageSec .collageBox img {
	width: 100%;
}
.collageBox .collageTxt {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	transition: all 0.3s ease;
	width: 100%;
	transform: translateY(100%);
    margin-bottom: 52px;
    transition: all 0.3s ease;
}
.collageTxt h4 {
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	transition: all 0.3s ease;
}
.collageTxt p {
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	margin: 0px;
	float: left;
	width: 100%;
	/*transform: translate(0,100px);*/
	transition: all 0.3s ease;
	text-align: justify;
}
.collageBoxQtr .collageTxt h4 {
	font-size: 20px;
}
.collageBoxQtr .collageTxt p {
	font-size: 12px;
}
.collageBox:hover .collageTxt {
	transform: translate(0,0);
	margin-bottom: 0;
}
.innerBannerNoimg {
	background: #ffffff;
	color: #333333;
	margin-top: 150px;
	border-bottom: solid 1px #E4E4E4;
	padding: 100px 0 40px;
}
.innerBannerNoimg h1 {
    float: left;
    width: 100%;
    font-size: 72px;
    font-weight: bold;
    color: #333333;
    line-height: 78px;
}
.cocSec, .blockSec.cocSec {
	position: relative;
	background: #ffffff;
	padding: 100px 0;
}
.cocSec p, .blockSec.cocSec p {
	text-align: justify;
}
.cocBox, .blockSec.cocSec .cocBox {
	display: inline-block;
	width: 100%;
}
.cocBox p, .blockSec.cocSec .cocBox p {
	float: left;
	width: 100%;
	margin-top: 0px;
}
.cocBox ul, .blockSec.cocSec .cocBox ul {
	float: left;
	width: 100%;
	margin-left: 0;
	color: #333333;
}
.cocBox ul li, .blockSec.cocSec .cocBox ul li {
	padding-left: 35px;
	position: relative;
	text-align: justify;
}
.cocBox ul.uk-child-width-1-2\@m li:nth-child(odd), .blockSec.cocSec .cocBox ul.uk-child-width-1-2\@m li:nth-child(odd) {
	padding-right: 100px;
}
.cocBox ul li:before, .blockSec.cocSec .cocBox ul li:before {
	position: absolute;
	line-height: 0;
	top: 0;
	left: 0;
	width: 20px;
	height: 24px;
	content: '';
	background: url(../images/checkmark.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.blockSec .cocBox ul li:before {
	background-image: url(../images/checkmarkwhite.svg);
}
.blockSec .cocBox ul li {
	color: #ffffff;
}
.blockSec.BGWhite .cocBox ul li {
	color: #333333;
}
.blockSec.bgLightGrey .cocBox ul li {
	color: #333333;
}

.blockSec .cocBox h4 {
	color: #ffffff;
}
.cocSec.blockSec .blockTitle {
	color: #333333;
}
.addressHOSec {
	background: #ffffff;
	padding: 120px 0;
}
.addressHOSec .blockTitle {
    float: left;
    width: 100%;
    font-size: 48px;
    line-height: 56px;
    color: #333333;
    font-weight: bold;
}
.addressHOBox {
	float: left;
	width: 100%;
}
.addressHOBox img {
	width: 100%;
}
.addressHOBox h5 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 30px;
	font-weight: bold;
}
.addressHOBox p {
	margin-bottom: 15px;
	margin-top: 0;
	color: #6E6E6E;
}
.addressHOBox p a {
	color: #1473E6;
	margin-left: 5px;
}
.addressHOBox p span {
	color: #1473E6;
	margin-left: 5px;
}
.accordSec {
	background: #ffffff;
	padding: 120px 0;
}
.accordSec .blockTitle {
    float: left;
    width: 100%;
    font-size: 48px;
    line-height: 56px;
    color: #333333;
    font-weight: bold;
}
.accordList {
	float: left;
	width: 100%;
}
.accordList .uk-accordion >li {
	width: 100%;
}
.accordList .uk-accordion-title {
	width: 100%;
	font-size: 24px;
	line-height: 30px;
	border-bottom: solid 1px #E4E4E4;
	padding: 25px 55px 25px 25px;
	position: relative;
}
.accordList .uk-accordion-title::before {
	display: none;
}
.minusIcon {
	float: right;
	width: 30px;
	display: none;
	position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.plusIcon {
	float: right;
	width: 30px;
	position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.uk-open .minusIcon {
	display: block;
}
.uk-open .plusIcon {
	display: none;
}
.accordList .uk-accordion-content {
	width: 100%;
	margin: 0;
}
.accordList .uk-accordion>:nth-child(n+2) {
    margin-top: 0px;
}
.accordBox {
	display: inline-block;
	width: 100%;
	padding: 25px;
}
.accordBox p {
	margin-top: 0;
	color: #707070;
	margin-bottom: 12px;
	text-align: justify;
}
.accordBox ul {
	margin-top: 0;
	color: #707070;
	margin-bottom: 12px;
}
.accordBox li, .accordBox p {
	text-align: justify;
}
.accordBox p a, .accordBox p span {
	color: #1473E6;
	margin-left: 5px;
}
.noMinHt, .blockSec.noMinHt {
	height: auto;
}
.listpdfBtn {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.listpdfBtn li {
	float: left;
	width: 100%;
	margin-bottom: 1px;
}
.listpdfBtn .pdfBtn {
	float: left;
	line-height: 24px;
	font-size: 16px;
	background: #333333;
	width: 100%;
	padding: 20px 64px 20px 32px;
	color: #ffffff;
	transition: all 0.3s ease;
	position: relative;
}
.listpdfBtn .pdfBtn svg {
	float: right;
	position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.listpdfBtn .pdfBtn:hover {
	background: #1473E6;
	color: #ffffff;
}
.tabsBtns {
	float: left;
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}
.tabsBtns li {
	float: left;
	margin-right: 30px;
}
.tabsBtns li a {
	float: left;
	padding-bottom: 6px;
	border-bottom: solid 2px transparent;
	font-size: 18px;
	line-height: 24px;
	color: #999999;
}
.tabsBtns li.uk-active a {
	border-bottom-color: #1473E6;
	color: #1473E6;
}
.tabsContainer .accordList .uk-accordion>:nth-child(n+2) {
    margin-top: 4px;
}
.tabsContainer .accordList .uk-accordion-title {
	background: #E4E4E4;
	font-size: 16px;
	line-height: 30px;
	border-bottom: none;
}
.tabsContainer .accordList .uk-accordion >li:hover .uk-accordion-title, .tabsContainer .accordList .uk-accordion >li.uk-open .uk-accordion-title {
    background: #1473E6;
    color: #ffffff;
}
.accordList .downloadnlBox {
    padding: 25px;
	background: #FAFAFA;
	border: solid 1px #E4E4E4;
}
.downloadnlBox {
    display: inline-block;
    margin: 0;
    list-style: none;
    width: 100%;
    padding: 0;
}
.downloadnlBox li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.downloadnlBox li:last-child {
	margin-bottom: 0;
}
.downloadnlBox a {
	float: left;
	font-size: 18px;
	color: #1473E6;
	line-height: 24px;
}
.downloadnlBox a svg {
	margin-left: 15px;
	width: 24px;
}
.innerBanner.topspace {
	padding: 50px 0;
    height: calc(100vh - 150px);
    margin-top: 150px;
}
.txtLargeBox {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.txtLargeBox p {
	font-size: 20px;
	line-height: 32px;
}
.linkBtn {
	color: #1473E6;
	font-weight: bold;
}
.linkBtn svg {
	margin-left: 10px;
}
.blockSec .blockSubTitle {
	float: left;
	color: #ffffff;
	font-size: 32px;
	line-height: 40px;
	font-weight: 300;
	width: 100%;
}
.blockSecWhite .blockSubTitle {
    color: #333333;
    font-weight: bold;
}
.blockSecWhite p strong + strong {
	margin-left: 25px;
}
.dbfull table span {
	color: #979797;
	font-size: 14px;
}
.eLoggingSec {
	padding: 100px 0;
	background: #ffffff;
}
.eLoggingSec .blockTitle {
    float: left;
    color: #333333;
    font-size: 48px;
    line-height: 56px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 80px;
}
.eLoggingForm {
	float: left;
	width: 100%;
	max-width: 400px;
}
.eLoggingForm form {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.eLoggingFldBox {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.eLoggingFldBox label {
	float: left;
	width: 100%;
}
.eLoggingFldBox .uk-input {
	float: left;
	width: 100%;
	border: none;
	border-bottom: solid 1px #EAEAEA;
	padding: 10px 0;
	color: #999999;
}
.eLoggingBtn {
	float: left;
	width: 100%;
}
.eLoggingBtn .elbtn {
    float: left;
    display: inline-block;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 20px;
    color: #1473E6;
    background: none;
    text-decoration: none;
    border: solid 1px #1473E6;
    border-radius: 22px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.eLoggingBtn .elbtn:hover {
	background: #1473E6;
	color: #ffffff;
}
.eLoggingDiscl {
	float: left;
	width: 100%;
}
.eLoggingDiscl h5 {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.eLoggingDiscl p {
	float: left;
	width: 100%;
	color: #999999;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	margin-bottom: 10px;
}
.eLoggingResult {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	background: #F5F5F5;
	border-radius: 12px;
	padding: 45px 40px 25px;
}
.eLoggingResultBox {
	float: left;
	width: 100%;
}
.readonlyBox {
	float: left;
	width: 100%;
}
.readonlyBox label {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
	line-height: 20px;
	font-weight: bold;
}
.readonlyBox input {
	float: left;
	width: 100%;
	background: none;
	border: none;
	font-size: 16px;
	line-height: 20px;
	color: #999999;
}
.ResultBoxBody .readonlyBox input {
	background: #FAFAFA;
	border: 1px solid #E4E4E4;
	border-radius: 6px;
	padding: 15px;
}
.readonlyBox textarea {
	float: left;
	width: 100%;
	background: none;
	border: none;
	font-size: 16px;
	line-height: 20px;
	color: #999999;
	resize: none;
	background: #FAFAFA;
	border: 1px solid #E4E4E4;
	border-radius: 6px;
	padding: 15px;
	height: 94px;
}
.greyBox {
	float: left;
	width: 100%;
	background: #FAFAFA;
	border: 1px solid #E4E4E4;
	border-radius: 6px;
	padding: 15px;
}
.ResultBoxBody .greyBox .readonlyBox input {
	background: none;
	border: none;
	border-radius: 0;
	padding: 0px;
	font-size: 14px;
}
.ResultBoxBody .greyBox .readonlyBox label {
	font-size: 12px;
}
.blockSecWhite table td {
	min-width: 100px;
}
.mobileHeader {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 0;
	z-index: 11;
}
.mobileHeader .mobileMenuBtn {
	float: left;
	margin-right: 10px;
	color: #ffffff;
	width: 30px;
	line-height: 30px;
	height: 30px;
	text-align: center;
}
.whiteAlways.mobileHeader .mobileMenuBtn {
	color: #333333;
}
.whiteAlways.mobileHeader .LanguageBtn {
	color: #333333;
}
.mobileHeader .LanguageBtn {
	float: left;
	margin-right: 10px;
	color: #ffffff;
	line-height: 30px;
	height: 30px;
	text-align: center;
}
.mobHeaderLeft {
	float: left;
	margin: 7px 0;
}
.mobileLogo {
	float: right;
	width: 45px;
}
.mobileMenuBox {
	float: left;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.mobileMenu.uk-offcanvas-overlay.uk-open::before {
	display: none;
}
.mobileMenuBtn.uk-offcanvas-close {
	float: left;
	margin-right: 10px;
	color: #333333;
	width: 30px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	position: relative;
    left: inherit;
    top: inherit;
    padding: 0;
    right: inherit;
}
.mobileMenuBox .LanguageBtn {
	float: left;
	margin-right: 10px;
	color: #333333;
	line-height: 30px;
	height: 30px;
	text-align: center;
}
.mobileMenuBox .searchBox label {
	color: #333333;
}
.mobileMenuBox .searchBox input {
	color: #333333;
}
.mobileMenuBox .searchBox input:focus, .mobileMenuBox .searchBox input:hover {
    border-color: #333333;
}
.mobileMenuBox .searchBox input:focus + label, .mobileMenuBox .searchBox input:hover + label {
    border-color: #333333;
}
.mobileMenuHead {
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: solid 1px #E4E4E4;
}
.mobMenuList {
	float: left;
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
	height: calc(100% - 66px);
}
.mobMenuList>ul>li>a {
	padding: 10px 30px;
	color: #333333;
	border-bottom: solid 1px #E4E4E4;
}
.mobMenuList .uk-nav-sub {
	padding: 0;
	background: #FAFAFA;
}
.mobMenuList .uk-nav-sub li a {
	padding: 10px 0 10px 50px;
	color: #333333;
	border-bottom: solid 1px #E4E4E4;
}
.mobMenuList .uk-nav-sub ul {
    padding-left: 0px;
    display: none;
}
.mobMenuList .uk-nav-sub ul li a {
    padding: 10px 0 10px 70px;
	color: #333333;
	border-bottom: solid 1px #E4E4E4;
}
.mobMenuList .uk-nav-sub li>span.mmicon {
	display: none;
}
.mobMenuList .uk-nav-sub li.mobSubMenu {
	position: relative;
}
.mobMenuList .uk-nav-sub li.mobSubMenu> span.mmicon {
	display: block;
	position: absolute;
	right: 24px;
	top: 5px;
	width: 32px;
	height: 32px;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.mobMenuList .uk-nav-sub li.mobSubMenu.openMob> span.mmicon {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E);
}
.mobMenuList .uk-nav-sub li.mobSubMenu.openMob> ul {
	display: block;
}
.bannerPrev, .bannerNext {
	display: none;
}
.accordBox .newsDate {
	color: #979797;
	font-size: 12px;
}
.filterNews {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.filterNews .uk-input, .filterNews .uk-select:not([multiple]):not([size]) {
    height: 44px;
    border: solid 1px #6E6E6E;
    color: #6E6E6E;
}
.filterNews .uk-input::placeholder, .filterNews .uk-input:-ms-input-placeholder, .filterNews .uk-input::-ms-input-placeholder {
	color: #6E6E6E;
	opacity: 1;
}
.filterNews .uk-select:not([multiple]):not([size]) {
    background-image: url(../images/chevron.svg);
    background-position: 96% 50%;
    padding-right: 30px;
}
.filterNews .submitNews {
	float: left;
	width: 44px;
	height: 44px;
	border: solid 1px #1473E6;
	background: #1473E6;
	padding: 0;
	line-height: 42px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.3s ease;
}
.fldBox .submitNews:disabled,
.fldBox .submitNews:disabled:hover{
	background-color: transparent;
    color: #999;   
    border-color: #E5E5E5;
}
.filterNews .submitNews:hover {
	color: #1473E6;
	background: #ffffff;
}
.accordList .showmoreBtn {
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	color: #999999;
	transition: all 0.3s ease;
}
.accordList .showmoreBtn:hover {
	color: #1473E6;
}
.accordList .showmoreBtn svg {
	width: 22px;
	margin-left: 6px;
}
.mediaListedSec {
    background: #ffffff;
    padding: 100px 0;
}
.noHeight {
	padding: 150px 0 70px;
	height: auto !important;
}
.writeUsFormSec {
	padding: 100px 0;
}
.writeUsFormSec .blockTitle {
    float: left;
    width: 100%;
    font-size: 32px;
    line-height: 40px;
    color: #333333;
    font-weight: bold;
}
.writeUsForm {
	display: inline-block;
	width: 100%;
	padding-top: 60px;
}
.fldBox {
	float: left;
	width: 100%;
}
.fldBox label {
	float: left;
	width: 100%;
	color: #333333;
	line-height: 20px;
}
.fldBox label span {
	color: #FF0002;
	margin-left: 4px;
}
.fldBox .uk-input, .fldBox .uk-select:not([multiple]):not([size]) {
    height: 44px;
    margin-top: 5px;
    border: none;
    border-bottom: solid 1px #EAEAEA;
    color: #999999;
    font-size: 18px;
    padding-left: 0;
}
.fldBox .uk-input::placeholder, .fldBox .uk-input:-ms-input-placeholder, .fldBox .uk-input::-ms-input-placeholder {
	color: #999999;
	opacity: 1;
}
.fldBox .uk-select:not([multiple]):not([size]) {
    background-image: url(../images/chevron.svg);
    background-position: 96% 50%;
    padding-right: 30px;
}
.fldBox .uk-textarea {
	height: 44px;
    margin-top: 5px;
    border: none;
    border-bottom: solid 1px #EAEAEA;
    color: #999999;
    font-size: 18px;
    padding-left: 0;
    resize: none;
}
.fldBox .submitNews {
	float: left;
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 20px;
    color: #1473E6;
    background: none;
    text-decoration: none;
    border: solid 1px #1473E6;
    border-radius: 22px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.fldBox .submitNews:hover {
	background: #1473E6;
	color: #ffffff;
}
.tabsTableBox {
	float: left;
	width: 100%;
}
.tabsTableBox .uk-table-middle th {
	vertical-align: middle;
}
.tabsTableBox .uk-table th {
	color: #333333;
    font-weight: bold;
    font-size: 16px;
}
.tabsTableBox .uk-table th p {
	color: #333333;
}
.tabsTableBox .uk-table p {
	font-size: 16px;
	color: #999999;
}
.uk-table th>:last-child {
	margin-bottom: 0;
}
.tabsTableBox .uk-table-divider>:first-child>tr:not(:first-child), .tabsTableBox .uk-table-divider>:not(:first-child)>tr, .tabsTableBox .uk-table-divider>tr:not(:first-child) {
	border-color: #EAEAEA;
}
.tabsTableBoxFtr {
	display: inline-block;
	width: 100%;
	border-top: solid 1px #EAEAEA;
	padding-top: 20px;
}
.tabsTableBoxFtr p {
	color: #333333;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}
.tabsTableBox .pdfBtn {
	float: left;
	line-height: 24px;
	font-size: 16px;
	background: #1473E6;
	padding: 16px 32px;
	color: #ffffff;
	transition: all 0.3s ease;
	border: solid 2px #1473E6;
}
.tabsTableBox .pdfBtn svg {
	margin-left: 10px;
}
.tabsTableBox .pdfBtn:hover {
	background: #ffffff;
	color: #1473E6;
}
.lubricantNavi {
	position: absolute;
	left: 0;
    top: 0;
    z-index: 2;
    padding-top: 142px;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
}
.lubricantNavi ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.lubricantNavi ul li {
	float: left;
	margin: 0 5px;
}
.lubricantNavi ul li a {
	float: left;
	padding: 10px 30px;
	color: rgba(255, 255, 255, .4);
	font-size: 12px;
	transition: all 0.3s ease;
	line-height: 20px;
}
.lubricantNavi ul li a span {
	float: left;
	width: 100%;
}
.lubricantNavi ul li.active a {
	color: #ffffff;
}
.lubricantNavi ul li a:hover {
	color: #ffffff;
}
.vidBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.vidBg:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, .5);
}
.screenHt {
	height: 100vh;
}
.formLubricant {
	float: right;
	background: #ffffff;
	border-radius: 12px;
	width: 100%;
	max-width: 480px;
	padding: 40px;
}
.findLubricant {
	float: left;
	width: 100%;
}
.findLubricant h3 {
	font-size: 32px;
	font-weight: bold;
}
.findLubricant .fldBox label {
    line-height: 18px;
    font-size: 12px;
    font-weight: 700;
}
.findLubricant .fldBox .uk-input, .findLubricant .fldBox .uk-select:not([multiple]):not([size]) {
    height: 34px;
    margin-top: 0px;
    font-size: 14px;
}
.relatedLubricant {
	float: left;
	width: 100%;
}
.relatedLubricant p {
	margin: 0;
	color: #6E6E6E;
	font-size: 12px;
	line-height: 16px;
}
.relatedLubricant ul {
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.relatedLubricant ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.relatedLubricant ul li a {
	float: left;
	width: 100%;
}
.relatedLubBox {
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	border-radius: 12px;
	position: relative;
}
.relatedLubImg {
	position: absolute;
	width: 106px;
	left: 0;
	top: 0;
	height: 100%;
	border-radius: 12px 0 0 12px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.relatedLubTxt {
	width: calc(100% - 150px);
	float: left;
	padding: 20px 15px;
	font-weight: bold;
	margin-left: 106px;
}
.relatedLubBox svg {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 24px;
	transform: translateY(-50%);
}
.relatedLubBox:hover {
	background: #F5F5F5;
}
.subpageTxt.innerBanner h1 {
	font-size: 32px;
	line-height: 40px;
}
.subpageTxt.innerBanner p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 20px;
}
.subpageTxt.innerBanner p a {
	color: #ffffff;
	font-weight: bold;
}
.subpageTxt.innerBanner p a+a {
	margin-left: 10px;
}
.subpageTxt.innerBanner p a svg {
	width: 15px;
}
.cariantTabs {
	float: left;
	width: 100%;
}
.cariantTabsBtns {
	background: #FAFAFA;
	float: left;
	width: 100%;
	margin: 0;
	list-style: none;
	padding: 0;
	display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.cariantTabsBtns li {
	flex: 1;
    min-width: 1px;
}
.cariantTabsBtns li a {
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 30px;
	padding: 15px 10px;
	color: #1473E6;
	font-weight: bold;
	border: solid 1px #DDDDDD;
	transition: all 0.3s ease;
	text-align: center;
}
.cariantTabsBtns li.uk-active a {
	background: #1473E6;
	color: #ffffff;
}
.cariantTabsBox {
	float: left;
	width: 100%;
	padding: 80px;
	background: #ffffff;
	color: ;
}
.cariantTabsBox p, .cariantTabsBox li {
	text-align: justify;
}
.clrTabsSec {
	background: #F5F5F5 !important;
}
.cariantTabsBox p strong, .cariantTabsBox ul strong {
	color: #333333;
}
.cariantTabsBox p, .cariantTabsBox ul {
	color: #333;
}
.recommendedSec {
	float: left;
	width: 100%;
}
.recommendedBox {
	float: left;
	width: 100%;
}
.recommendedBox .recommendedImg {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-image: url(../images/1.png);
    padding: 10%;
    overflow: hidden;
}
.recommendedImg img {
	width: 100%;
	transition: all 0.3s ease;
}
.recommendedBox:hover .recommendedImg img {
	transform: scale(1.1);
}
.recommendedTxt {
	float: left;
	width: 100%;
	padding: 30px 0;
}
.recommendedTxt h3 {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.recommendedTxt p {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: #999999;
	margin: 0 0 10px;
}
.recommendedTxt a {
	float: left;
	color: #044DA1;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.verticleTimelineSec {
	padding: 100px 0;
	background: #ffffff;
}
.verticleTimelineSec .blockTitle {
	float: left;
    width: 100%;
    color: #333333;
    font-weight: bold;
    max-width: 100%;
    font-size: 32px;
    line-height: 40px;
}
.vTimelineSec {
	float: left;
	width: 100%;
	padding-top: 50px;
}
.vTimelineSec ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.vTimelineSec ul li {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}
.vTimelineSec li:last-child {
	padding-bottom: 0;
}
.vTimelineSec li:first-child:before {
	height: calc(100% - 50px);
	top: 50px;
}
.vTimelineSec li:before {
	width: 0px;
	height: 100%;
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	border-left: dashed 2px #E4E4E4;
}
.vTimelineTxt {
	float: left;
	width: calc(50% - 100px);
	padding: 40px 0;
}
.vTimelineTxt .vTimelineTxtInner {
	width: 100%;
	max-width: 280px;
	float: right;
}
.vTimelineSec li:nth-child(even) .vTimelineTxt .vTimelineTxtInner {
	float: left;
}
.vTimelineSec li:nth-child(even) .vTimelineTxt {
	float: right;
}
.vTimelineImg {
	float: right;
	width: calc(50% - 100px);
}
.vTimelineSec li:nth-child(even) .vTimelineImg {
	float: left;
}
.circleBadge {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 45px;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	font-size: 13px;
	color: #ffffff;
	line-height: 38px;
	background: #000000;
	text-align: center;

}
.circleBadge:before {
	position: absolute;
	width: 46px;
	height: 46px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	border: 1px solid #000000;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.vTimelineSec ul li.active .circleBadge:before {
	opacity: 1;
	visibility: visible;
} 
.vTimelineTxtInner h3 {
	float: left;
	width: 100%;
	color: #000000;
	margin: 0 0 10px;
}
.vTimelineTxtInner p {
	float: left;
	width: 100%;
	color: #000000;
	margin: 0 0 10px;
	text-align: justify;
}
.teamManagementSec {
	padding: 100px 0;
	background: #ffffff;
}
.teamManagementSec h2 {
	margin-bottom: 30px;
}
.teamManagementContainer {
	padding-bottom: 90px;
	float: left;
	width: 100%;
}
.teamManagementContainer:last-child {
	padding-bottom: 0;
}
.teamManagementBox {
	float: left;
	width: 100%;
}
.teamManagementImg {
	float: left;
	width: 100%;
}
.teamManagementImg img {
	width: 100%;
}
.teamManagementTxt {
	float: left;
	width: 100%;
	background: #F5F5F5;
	padding: 20px 20px 110px 20px;
	position: relative;
}
.teamManagementTxt h3 {
	float: left;
	width: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}
.teamManagementTxt p {
	float: left;
	width: 100%;
	margin: 0;
}
.teamManagementTxt span {
	position: absolute;
	color: #1473E6;
	bottom: 20px;
	left: 20px;
}
.teamManagementTxt span svg {
	width: 20px;
}
.managementDetailsBanner {
	text-align: center;
	padding-bottom: 60px;
}
.managementDetailsBanner h1, .bodTxtSec h1 {
	font-size: 48px;
    line-height: 56px;
    margin-bottom: 10px;
}
.managementDetailsBanner p {
	float: left;
	width: 100%;
}
.bodBG img {
	width: 100%;
}
.bodTxtSec {
	float: left;
	width: 100%;
	padding: 80px 0 100px 80px;
	background: #ffffff;
	margin-top: -100px;
	position: relative;
}
.bodTxtSec p {
	text-align: justify;
}
.bodTxtSec::before {
    content: "";
    position: absolute;
    top: 0;
    width: 2000px;
    background: #ffffff;
    left: 100%;
    height: 100%;
}
.tableStyle {
	margin-bottom: 40px;
}
.tableStyle .uk-table th {
	padding: 10px 12px;
	font-size: 16px;
	background: #E4E4E4;
	color: #333333;
	border: solid 1px #E4E4E4;
	font-weight: bold;
}
.tableStyle .uk-table th.bgWhite {
	background: #ffffff;
	border-color: #ffffff;
}
.tableStyle .uk-table td {
	border: solid 1px #E4E4E4;
	background: #FAFAFA;
	padding: 10px 12px;
	font-size: 14px;
	color: #6E6E6E;
}
.tableStyle .uk-table td.uk-background-default {
	background: #ffffff;
	padding-top: 40px;
	font-weight: bold;
	font-size: 16px;
	border-left: none;
	border-right: none;
}
.tableStyle .uk-table td.uk-background-default:first-child {
	border-left: solid 1px #E4E4E4;
}
.tableStyle .uk-table td.uk-background-default:last-child {
	border-right: solid 1px #E4E4E4;
}
.tableStyle .uk-table td a {
	color: #1473E6;
	cursor: pointer;
}
.tableStyle .uk-table td a svg {
	width: 18px;
	margin-left: 5px;
}
.innerBannerwithimg {
	height: auto;
	padding: 350px 0 150px;
}
.cardBox {
	float: left;
	width: 100%;
	background: #F5F5F5;
	padding: 40px 20px;
}
.cardBox h3 {
	font-weight: bold;
	margin-bottom: 40px;
	float: left;
	width: 100%;
	     font-size: 24px;
    line-height: 28px;
}
.cardBox h3 span {
	float: left;
	width: 100%;
	font-size: 16px;
    font-weight: 400;
}
.cardBox p {
	margin: 0 0 30px;
	float: left;
	width: 100%;
	font-size: 18px;
	text-align: justify;
}
.cardBox p strong, .cardBox p b, .cardBox p span  {
	float: left;
	width: 100%;
}
.cardBox p a {
	color: #1473E6;
}
.cardBox > :last-child {
	margin-bottom: 0;
}
.blSec {
	padding: 100px 0;
}
.blTableBox {
	float: left;
	width: 100%;
}
.blTableBox table img {
	width: 100%;
	max-width: 200px;
}
.blTableBox .uk-table th {
	padding: 10px 12px;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	text-transform: none;
	vertical-align: middle;
}
.blTableBox .uk-table td {
	padding: 10px 12px;
	color: #999999;
	vertical-align: middle;
}
.linkBtnwhite, .linkBtnwhite:hover {
	color: #ffffff;
	text-decoration: underline;
}
.financialBox {
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.financialBox h2 {
	font-size: 40px;
	margin-bottom: 10px;
}
.financialBox p {
	margin-top: 0;
	color: #999999;
}
.chartBox {
	display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.financialTxtBox {
	display: inline-block;
    width: 100%;
    color: #333333;
}
.financialTxtBox p {
	color: #333333;
	text-align: justify;
}
.financialTxtBox li {
	text-align: justify;
}
.financialBlts p {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 6px;
	background-image: url(../images/checkmark.svg);
}
.blockSec .dbfull ul, .blockSec .dbfull ol {
	color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}

.SimpleCollage .collageTxt h4 {
	transform: translate(0,0);
	margin-bottom: 0;
}
.blockSecWhite.cocBox p {
	margin: 0 0 20px 0;
}
.ArchivesBox {
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
}
.ArchivesBox a {
	float: right;
	font-size: 20px;
    color: #1473E6;
    line-height: 24px;
    position: relative;
    font-weight: bold;
}
.ArchivesBox a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px ;
	content: '';
	background: #1473E6;
}
.sharePriceR {
	display: inline-block;
	width: 100%;
	color: #ffffff;
	padding-top: 20px;
}
.sharePriceR p {
	float: left;
	font-size: 32px;
	margin: 0;
	line-height: 40px;
}
.sharePriceR svg {
	float: left;
	width: 40px;
}
.spHigh .spUp {
	display: block;
}
.spHigh .spDown {
	display: none;
}
.spLow .spUp {
	display: none;
}
.spLow .spDown {
	display: block;
}
.sharePriceR span {
	float: left;
	line-height: 40px;
	font-size: 16px;
	margin-left: 6px;
}
.bdrTop {
	border-top: solid 1px #E4E4E4;
}
.tableShareBox {
	background: #FAFAFA;
	border: 1px solid #E4E4E4;
	padding: 40px;
}
.tableShareBox .uk-table th, .tableShareBox .uk-table td {
	color: #333333;
	font-weight: bold;
}
.tableShareBox .uk-table th:last-child, .tableShareBox .uk-table td:last-child {
	text-align: right;
}
.tableShareBox .uk-table-divider>:first-child>tr:not(:first-child), .tableShareBox .uk-table-divider>:not(:first-child)>tr, .tableShareBox .uk-table-divider>tr:not(:first-child) {
    border-top: 1px solid #E4E4E4;
}
.tableShareBox .uk-table-divider>:first-child {
	border-bottom: 4px solid #E4E4E4;
}
.tableShareBox .spHigh .spUp, .tableShareBox .spHigh .spDown, .tableShareBox .spLow .spUp, .tableShareBox .spLow .spDown {
	float: right;
}
.tableShareBox .uk-table td.spHigh, .tableShareBox .uk-table td.tableShareBox .spHigh, .tableShareBox .uk-table td.spLow, .tableShareBox .uk-table td.tableShareBox .spLow {
	color: #AD0000;
}
.spBox {
	padding-top: 30px;
}
.spBox a {
	float: right;
	color: #1473E6;
}
.FullcollageSec {
	background: #000000;
}
.FullcollageSec .uk-grid-collapse {
	margin-left: -2px;
}
.FullcollageSec .uk-grid-collapse>* {
	padding-bottom: 2px;
	padding-left: 2px;
}
.FullcollageBox {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 55%;
	background-color: #6E6E6E;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
    overflow: hidden;
}
.FullcollageBox + .FullcollageBox {
	padding-bottom: calc(55% - 1px);
	margin-top: 2px;
}
.FullcollageHover {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px 30px;
	width: 100%;
	transform: translateY(100%);
	margin-bottom: 70px;
	transition: all 0.3s ease;
}
.FullcollageHover h3 {
	padding: 0;
	margin: 0;
	font-size: 32px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: 300;
}
.FullcollageHover p {
	margin: 10px 0 0;
	color: #FFFFFF;
	font-weight: 300;
	text-align: justify;
}
.FullcollageBox:hover .FullcollageHover {
	transform: translateY(0);
	margin-bottom: 0px;
	background: rgba(51, 51, 51, .8);
}
.fuelCardNavi.lubricantNavi ul li a {
	padding: 10px 27px;
}
.squareBox {
	display: inline-block;
	width: 100%;
	padding: 40px 25px;
	background: #F8F7F5;
	text-align: center;
	color: #333;
	max-width: 260px;
}
.noMinHt .squareBox p {
	text-align: center;
}
.squareBox p {
	margin: 30px 0 0;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}
.squareBox svg {
	width: 64px;
}
.fuelListBox .blockTitle {
	font-size: 48px;
    line-height: 56px;
    color: #333333;
    font-weight: 300;
    max-width: 100%;
    margin-bottom: 10px;
}
.fuelListBox h4 {
	font-size: 24px;
	line-height: 30px;
	color: #333333;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
}
.fuelListBox ul li {
	font-size: 18px;
}
.simpleFuelList {
	padding: 100px 0;
}
.simpleFuelList h3 {
	margin-bottom: 40px;
	font-weight: 300;
}
.simpleFuelList li {
	margin-bottom: 30px;
	line-height: 24px;
	text-align: justify;
}
.simpleFuelList *+h3 {
	margin-top: 80px;
}
.accordSec .blockTitle.textLight {
	font-weight: 300;
}
.innerBanner .linksBtnBanner {
	float: left;
	font-size: 28px;
    color: #ffffff;
    line-height: 34px;
    margin: 0 0 40px;
    font-weight: 500;
}
.lightCollage {
	background: #F5F5F5;
}
.lightCollage .blockTitle {
	color: #333333;
}
.insiteDetails {
	position: relative;
    background: #ffffff;
    padding: 100px 0;
}
.insiteDetails .newsDate {
	position: absolute;
	top: 20px;
	color: #6E6E6E;
	font-size: 16px;
	line-height: 24px;
}
.insiteDetails .newsDate svg {
	width: 24px;
	margin-right: 5px;
}
.insiteDetails img {
	margin-bottom: 30px;
}
.psoInMedia {
	display: inline-block;
	width: 100%;
}
.psoInMedia a {
	float: left;
	margin-right: 15px;
	position: relative;
	width: 168px;
	overflow: hidden;
}
.psoInMedia a> img {
	width: 100%;
}
.psoInMedia .mediaHover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(110, 110, 110, .5);
	opacity: 0;
	transition: all 0.3s ease;
}
.psoInMedia .mediaHover p {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 15px;
	color: #ffffff;
}
.psoInMedia .mediaHover svg {
	width: 15px;
}
.psoInMedia a:hover .mediaHover {
	opacity: 1;
}
.advCampaigns .FullcollageHover {
	background: rgba(51, 51, 51, .8);
}
.memberBltNumber ol li {
	margin-bottom: 15px;
	padding-left: 10px;
}
.memberBltNumber ol {
	padding-left: 20px;
}
section .blueBtn {
	color: #1473E6;
	margin: 0 10px;
}
.blueBtn svg {
	width: 16px;
}
.ppText .dbfull ol, .ppText .dbfull ul {
	color: #333333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.ppText .dbfull ol li, .ppText .dbfull ul li {
	margin-bottom: 15px;
}
.QuickLinksSec {
	padding: 40px 0 0;
	background: #000000;
}
.QuickLinksSec li span {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.QuickLinksSec li a {
	float: left;
	font-size: 12px;
	color: #ffffff;
}
.QuickLinksSec li a svg {
	width: 32px;
}
.QuickLinksSec h3 {
	    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    color: #ffffff;
}
body .bodBG {
	margin-top: 142px;
}
.mobTabsBtn {
	float: left;
	width: 100%;
	font-size: 14px;
    height: 50px;
    border-radius: 25px;
	font-weight: 500;
    padding: 0;
	background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    background-image: url(../images/downicon.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
	margin: 0;
	list-style: none;
	position: relative;
	margin-bottom: 50px;
	display: none;
}
.mobTabsBtn ul { 
    float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 1;
	display: none;
	left: 0;
	top: 50px;
	background-color: #F5F5F5;
	border-bottom: solid 1px #e7e4e4;
}
.mobTabsBtn p {
	float: left;
	padding: 10px 50px 10px 25px;
	line-height: 30px;
	color: #666666;
	width: 100%;
}
.mobTabsBtn ul li {
	float: left;
	width: 100%;
}
.mobTabsBtn ul li a {
	float: left;
	padding: 10px 50px 10px 25px;
	line-height: 30px;
	color: #666666;
	width: 100%;
}
.mobTabsBtn ul li:hover a {
	background: #09f; 
	color: #ffffff;
}
.UltabsBtns.showMenu {
	display: block;
}
.MobilelubricantNavi {
	display: none;
	position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding-top: 65px;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
}
.chipBar {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 10px 0 8px;
    float: left;
    overflow-x: visible;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    min-height: auto!important;
    text-align: center;
}
.chipBar ul {
    white-space: nowrap;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.chipBar ul li {
	display: inline-block;
	margin-right: 10px;
}
.chipBar ul li a {
	float: left;
	padding: 6px 15px;
	background: rgba(255, 255, 255, .10);
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	border-radius: 20px;
}
.chipBar ul li a svg {
	height: 20px;
	margin-right: 5px;
}
.chipBar ul li.active a {
	background: rgba(255, 255, 255, 1);
	color: #000000;
}
.bodTxtSec h1{
	text-align: left;
	letter-spacing: -1.15px;
	color: #333333;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.bodTxtSec span{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #999999;
}
.clr_grey{
	color: #999999 !important;
}
.stats .dbfull h3{
	font-size: 52px;
	letter-spacing: -1.49px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 0px;
}

.tablestylebg tr th {
    text-align: center;
}
.tableStyle.tablestylebg tr td {
    background-color: #fff;
}

.playicon {
    float: left;
    width: 100%;
    margin-bottom: 5%;
}

.playiconimg a {
    margin: 5px 3px;
    float: left;
}
.playiconimg a img {
    width: auto;
    max-width: inherit;
    height: 44px;
}
section.blockSec.cocSec.fuelListBox .cocBox p {
    color: #000;
}
.fuelListBox ul li {
    font-size: 18px;
}
.dbfull.fuelcardpdf {
    width: 100%;
    float: right;
    display: block;
    margin: 0px auto;
}
.dbfull.fuelcardpdf a {
    float: right;
    display: block;
}
section.blockSecWhite .fuelcardpdf .pdfBtn {
    background: #333333;
    color: #ffffff;
    border-bottom: 1px solid;
}
section.blockSecWhite .fuelcardpdf .pdfBtn:hover {
    background: #1473E6;
    color: #ffffff;
    /* border-bottom: 1px solid; */
}
section.blockSec.ListColor .blockTitle {
    color: #000;
}
section.blockSec.ListColor .dbfull ul li {
    color: #000;
}
section.blockSec.ListColor .dbfull p {
    color: #000;
}
.sustainList li .listIconImg svg {
    color: #000;
}
.sustainList li {
    width: 100%;
    float: left;
    margin-bottom: 5%;
}
section.blockSec.cocSec .cocBox ul li {
    list-style: none;
}
section.blockSec.cocSec .cocBox ul {
    padding: 0;
}
.BGWhite {
	background-color: #ffffff !important;
}
.bgLightGrey {
	background-color: #F5F5F5 !important;
}
.bgDarkGrey {
	background-color: #333333 !important;
}
.bgMediumGrey {
	background-color: #6E6E6E !important;
}
.stats .dbfull {
	max-width: 260px;
}
.TitleHide .blockTitle {
	display: none;
}
.blockSecWhite.colorDark ul {
    color: #333333;
}
.colorDark .uk-grid-small> li {
	margin-top: 15px;
	font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.fontSmall ul >li {
	margin-top: 15px;
	font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.overlayBg {
	position: relative;
}
.overlayBg::before {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(51,51,51,.5);
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
}
.overlayBg .uk-container {
	position: relative;
	z-index: 1;
}
.SearchSec {
	position: relative;
	background: #ffffff;
	padding: 100px 0;
}
.mainBannerTextBox {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
	z-index: 1;
}
.mainBannerTextBoxInner {
	float: left;
	width: 100%;
	max-width: 360px;
}
.mainBannerTextBoxInner h1 {
	float: left;
    color: #ffffff;
    font-size: 48px;
    line-height: 56px;
    font-weight: 300;
    width: 100%;
}
.mainBannerTextBoxInner p {
	float: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    width: 100%;
	margin-top: 0;
	/*text-align: justify;*/
}
.mainBannerTextBoxInner .BannerBtn {
    float: left;
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background: none;
    text-decoration: none;
    border: solid 1px #ffffff;
    border-radius: 22px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.mainBannerTextBoxInner .BannerBtn:hover {
    background: #ffffff;
    color: #333333;
}
.arrowLeft {
	position: absolute;
	left: 0;
	top: 50%;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	color: #ffffff;
	transform: translateY(-50%);
}
.arrowLeft:hover, .arrowRight:hover {
	color: #ffffff;
}
.arrowRight {
	position: absolute;
	right: 0;
	top: 50%;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	color: #ffffff;
	transform: translateY(-50%);
}
.thumbnailSlider {
	background: #000000;
}
.thumbnailSlider .uk-slideshow-items li:before {
	opacity: .5;
	background: #000000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
}
.thumbnailSliderBox {
	position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.thumbnailSliderBoxInner {
	float: right;
	max-width: 500px;
}
.thumbnailSliderBoxInner h3 {
	float: left;
    color: #ffffff;
    font-size: 48px;
    line-height: 56px;
    font-weight: 300;
    width: 100%;
}
.thumbnailSliderBoxInner p {
	float: left;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    width: 100%;
		margin-top: 0;
		text-align: justify;
}

.thumbnailSliderBoxInner .thumbnailBtn {
    float: left;
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background: none;
    text-decoration: none;
    border: solid 1px #ffffff;
    border-radius: 22px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.thumbnailSliderBoxInner .thumbnailBtn:hover {
    background: #ffffff;
    color: #333333;
}
.thumbnailSlider .uk-thumbnav {
	transition: all 0.3s ease;
}
.thumbnailSlider .uk-thumbnav:hover {
	/*transform: scale(1.15);*/
}
.thumbnailSlider .uk-thumbnav a {
	width: 100%;
	max-width: 220px;
}
.uk-thumbnav>*>::after {
	background: rgba(255,255,255,.2);
}
.thumbnailSlider .uk-thumbnav a img {
	width: 100%;
	transition: all 0.3s ease;
	position: relative;
}
.thumbnailSlider .uk-thumbnav .uk-active a img {

}
.thumbnailSlider .uk-thumbnav li:hover a img {
	transform: scale(1.8);
	z-index: 1;
} 
.blockSec {
	transition: all 1s ease;
	background-color: #000000;
	overflow: hidden;
}
.blockSec:hover {
	transform: scale(1.02);
}
.blockSecWhite.blockSec:hover {
	transform: none;
}
abbr[title] {
	text-decoration: none;
}
.txtonly {
		height: 100%;
    max-width: 320px;
}
.ftrBox1.ftr_dvlp p {
	text-align: right;
}
.ftrBox1.ftr_dvlp p:last-child {
	margin-bottom: 0;
}
.ftrBox1.ftr_dvlp p a {
	color: #999999;
}
.menuContent p {
	text-align: justify;
}
.menuContent p + p {
	display: none;
}
.menuContent img {
	width: 100%;
}
.VideoBoxNew {
	float: left;
	width: 100%;
	position: relative;
}
.VideoBoxNew video {
	position: relative;
	    left: 0;
    top: 0;
    transform: none;
}
.fuelListBox ul.fontsizenormal li {
		font-size: 16px;
}
.noMinHt p, .noMinHt li {
	text-align: justify;
}
.subpageTxt.innerBanner p a.buyBtn {
		float: left;
		display: inline-block;
		margin: 20px 0px 0 0;
		padding: 10px 24px;
		font-size: 16px;
		line-height: 20px;
		color: #333333;
		background: #ffffff;
		text-decoration: none;
		border: solid 1px #ffffff;
		border-radius: 22px;
		transition: all 0.3s ease;
		cursor: pointer;
}
.subpageTxt.innerBanner p a.buyBtn:hover {
		background: #1473E6;
		border: solid 1px #1473E6;
    color: #ffffff;
}
.videoViewBtn {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background: #000000;
    text-decoration: none;
    border: solid 1px #000000;
    border-radius: 22px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.videoViewBtn:hover {
    background: #ffffff;
    color: #333333;
}
.designDevelop {
		float: right;
    margin: 0;
    margin-top: 20px;
    color: #999999;
    font-size: 12px;
}
.designDevelop a {
		color: #999999;
}
.blockSec.tableOverflow .mdl, .blockSec.tableOverflow .mdl_inner, .blockSec.tableOverflow .uk-grid {
	display: block;
}
.mobTabsBtn, .mobTabsBtn ul {
    padding: 0;
    background-color: #f5f5f5;
    float: left;
    width: 100%;
    display: none;
    list-style: none;
}
.mobTabsBtn {
    font-size: 14px;
    height: 50px;
    border-radius: 25px;
    font-weight: 500;
    border: 1px solid #ddd;
    background-image: url(../images/downicon.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    margin: 0 0 50px;
    position: relative;
}
.mobTabsBtn p, .mobTabsBtn ul li a {
    float: left;
    padding: 10px 50px 10px 25px;
    line-height: 30px;
    color: #666;
    width: 100%;
}
.mobTabsBtn ul li {
		float: left;
    width: 100%;
}
.mobTabsBtn ul {
    margin: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50px;
}
.UltabsBtns.showMenu {
		display: block;
}
a.blockBtn.one {
		background: #000000;
		border: 1px solid #000000;
		padding: 10px 20px;
		color: #fff;
		border-radius: 22px;
		margin-right: 15px;
		margin-bottom: 15px;
		display: inline-block;
}
a.blockBtn.two {
		border: 1px solid #000000;
		padding: 10px 20px;
		border-radius: 22px;
		margin-right: 15px;
		margin-bottom: 15px;
		display: inline-block;
}
a.blockBtn.three {
		color: #1473E6;
		display: inline-block;
}
a.blockBtn.three svg {
    width: 15px;
    margin-left: 10px;
}
.businessPartnerMain .cardBox p a{
	color: #000;
	font-weight: 500;
}

.businessPartnerMain .cardBox p{
	margin-bottom:10px;
	color:#333333
}
.tblHD {
		font-size:24px; 
		color:#333333;
}
.tableWithNumber td + td {
	text-align: right;
}
.arrowLeftMob {
	display: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  color: #ffffff;
  transform: translateY(-50%);
}
.arrowRightMob {
	display: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  color: #ffffff;
  transform: translateY(-50%);
}
.topRightBar .uk-dropdown {
	padding: 0;
}
.topRightBar .uk-dropdown ul li {
	width: 100%;
	margin: 0;
	margin-bottom: 1px;
}
.topRightBar .uk-dropdown ul li a:before {
	display: none;
	opacity: 0;
}
.topRightBar .uk-dropdown ul li a {
	color: #333;
	padding: 8px 12px;
	width: 100%;
}
.topRightBar .uk-dropdown ul li:hover a {
  color: #1473E6;
}
.minheight {
	min-height: 400px;
}
.LastUpdated {
	float: left;
	margin: 20px 10px 0 0;
	color: #999999;
	font-size: 12px;
}
.vidBox {
	height: 0;
	padding-bottom: 56.25%;
}
.vidBox video {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.hseVideos .FullcollageBox:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	content: '';
	transition: all 0.3s ease;
}
.hseVideos .FullcollageBox:hover:before {
	opacity: 0;
}
.hseVideos .FullcollageBox {
	transition: all 0.3s ease;
	background-size: 100%;
}
.hseVideos .FullcollageBox:hover {
    background-size: 110%;
}
.smallpadBtm {
	padding-bottom: 60px;
}
/* .form {
    padding: 120px 0;
}

.form .form-heading h2 {
    font-size: 32px;
    font-weight: 500;
    color: #333333;
}

.formwrp{}
.formwrp form{}
.formwrp form label{text-transform: uppercase;display: block;width: 260px;font-size: 16px;color: #333333;margin-bottom: 16px;}
.formwrp form label span{
    color: #FF0002;
    font-size: 18px;
}
.formwrp form input{
    border: none;
    border-bottom: 1px solid #D5D5D5;
    width: 260px;
    padding-bottom: 8px;
    font-size: 18px;
}
.formwrp form input:focus-visible{
    outline: none;
}
.formwrp form input::placeholder{
    color: #999999;
    font-size: 18px;
}
.formwrp form select{
    width: 260px;
    padding-bottom: 5px;
    border: none;
    border-bottom: 1px solid #D5D5D5;
}
.formwrp form select{
    color: #999999;
    font-size: 18px;
}
.formwrp form select:focus-visible{
    outline: none;
}
.hidden-option{
    color: #999999;
    font-size: 18px;
}
.formwrp form select option{
    color: #333333;
}
.diff-input{
    width: 677px !important;
}
.input-fileds{
    margin-bottom: 40px !important;
}

.check-text{}
.check-text label{
    width: 100% !IMPORTANT;
    display: inline-flex !important;
    margin: 0 !important;
    align-items: baseline;
}
.check-text label input{
    width: unset;
    margin-right: 8px;
}
.check-text label span{
    display: flex;
    color: #000 !important;
}
.check-text h2{
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.btnwrp{
    margin: 40px 0 0px 0;
}
.btnwrp input{
    width: unset !important;
    font-size: 16px !important;
    background: none;
    border: none !important;
    border: 1px solid !important;
    padding: 12px 36px;
    color: #1473E6;
    border-radius: 50px;
    cursor: pointer;
}
.btnwrp input:hover{
    background-color: #1473E6;
    color: #fff;
}

label.error {
    color: red !important;
    font-size: 1rem !important;
    display: block !important;
    margin-top: 5px !important;
} */

.form {
    padding: 120px 0;
}
.form .form-heading h2 {
    font-size: 32px;
    font-weight: 500;
    color: #333333;
}
.formwrp {}
.formwrp form {}
.formwrp form label {
    text-transform: uppercase;
    display: block;
    width: 260px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 16px;
}
.formwrp form label span {
    color: #FF0002;
    font-size: 18px;
}
.formwrp form input {
    border: none;
    border-bottom: 1px solid #D5D5D5;
    width: 260px;
    padding-bottom: 8px;
    /* height: 20px; */
    font-size: 18px;
}
.formwrp form input:focus-visible {
    outline: none;
}
.formwrp form input::placeholder {
    color: #000000;
    font-size: 18px;
}
.formwrp form select {
    width: 260px;
    padding-bottom: 5px;
    border: none;
    border-bottom: 1px solid #D5D5D5;
}
.formwrp form select {
    color: #000000;
    font-size: 18px;
}
.formwrp form select:focus-visible {
    outline: none;
}
.hidden-option {
    color: #999999;
    font-size: 18px;
}
.formwrp form select option {
    color: #333333;
}
.diff-input {
    width: 677px !important;
}
.input-fileds {
    margin-bottom: 40px !important;
}
.check-text .checkbox_field {
    width: 100% !IMPORTANT;
    display: flex;
    margin: 0 !important;
    align-items: baseline;
    position: relative;
}
.check-text .checkbox_field input {
    width: unset;
    margin-right: 8px;
}
.check-text .checkbox_field span {
    display: flex;
    color: #000 !important;
}
.check-text h2 {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}
.btnwrp {
    margin: 40px 0 0px 0;
}
.btnwrp button {
    width: unset !important;
    font-size: 16px !important;
    background: none;
    border: none !important;
    border: 1px solid !important;
    padding: 12px 36px;
    color: #1473E6;
    border-radius: 50px;
    cursor: pointer;
}
.btnwrp button:hover {
    background-color: #1473E6;
    color: #fff;
}
label.error {
    color: red !important;
    font-size: 1rem !important;
    display: block !important;
    margin-top: 5px !important;
}
label#verify-error {
    position: absolute;
    bottom: -45px;
    left: 20px;
}

.motoristFormSec {
	background-image: url(../images/form-car-img.png);
	background-repeat: no-repeat;
	min-height: 100vh;
	background-size: cover;
	background-position: 100% 100%;
	transition: 0.3s all ease-in;
  }
  
  .motoristFormSec .firstSec .txtwrp h1 {
	font-size: 44px;
	color: #fff;
	margin: 0;
  }
  .motoristFormSec .formGrid {
	height: 100vh;
	align-items: center;
  }
  
  .motoristFormSec .scroll-select {
	position: relative;
	width: 360px;
	overflow: hidden;
	float: left;
  }
  
  .motoristFormSec .options {
	list-style: none;
	padding: 0;
	margin: 0;
	max-height: 280px;
	overflow-y: auto;
  }
  .motoristFormSec .options {
	overflow-x: auto;
	list-style-type: none;
	padding: 0;
	justify-content: center;
	gap: 20px;
	margin: 0;
	scrollbar-width: none;
  }
  
  .motoristFormSec .option {
	cursor: pointer;
	transition: transform 0.3s ease-in-out;
  }
  
  .motoristFormSec .option.selected {
	transform: scale(1.1);
	margin-left: 16px;
  }
  
  .motoristFormSec .secondSec {
	display: none;
	transition: opacity 0.5s ease-in-out;
	opacity: 0;
  }
  
  .motoristFormSec .visible {
	display: block;
	opacity: 1;
  }
  
  .motoristFormSec .hidden {
	display: none;
	opacity: 0;
  }
  .motoristFormSec .explorebtn {
	height: 230px;
	display: flex;
	align-items: center;
  }
  
  .motoristFormSec .explorebtn a {
	background: #fff;
	color: #000;
	padding: 10px 24px;
	border-radius: 22px;
	font-size: 16px;
	line-height: 24px;
  }
  .motoristFormSec .option {
	padding: 10px;
	cursor: pointer;
	transition: background-color 0.3s;
	color: #bbb8b8;
	font-size: 31px;
  }
  
  .motoristFormSec .option.selected {
	font-weight: bold;
	font-size: 44px;
	text-decoration: underline;
	color: #fff;
  }
  
  .motoristFormSec .options::-webkit-scrollbar {
	display: none;
  }
  
  .motoristFormSec .secondSec {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
  }
  
  .motoristFormSec .secondSec .formwrp {
	width: 77%;
	background-color: #fff;
	padding: 10px 24px;
	border-radius: 28px;
	margin: 24px 0;
	position: relative;
	z-index: 2;
	box-shadow: 0px 3px 8px #ccc;
  }
  
  .motoristFormSec .secondSec .formwrp .formInput {
	border-right: 1px solid #dddddd;
	padding-right: 15px;
  }
  
  .motoristFormSec .secondSec .formInput select {
	border: none;
  }
  
  .motoristFormSec .secondSec .formInput select:focus-visible {
	border: 1px solid #dddddd;
	background-color: #f5f5f5;
	color: #000;
  }
  
  .motoristFormSec .secondSec .formHeading h2 {
	margin: 0;
	font-size: 32px;
	color: #fff;
  }
  
  .motoristFormSec .secondSec .formHeading h2 span {
	font-weight: 600;
  }
  
  .motoristFormSec .secondSec .formHeading h2 span img {
	width: 18px;
  }
  
  .motoristFormSec .secondSec .disclaimerTxt h3 {
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
  }
  
  .motoristFormSec .secondSec .disclaimerTxt p {
	margin: 0;
	font-size: 16px;
	color: #fff;
	width: 720px;
  }
  
  .motoristFormSec .secondSec .submitBtn button,.motoristFormSec .secondSec .submitBtn a {
	font-size: 12px;
	color: #fff;
	padding: 10px 16px;
	background-color: #034ea2;
	cursor: pointer;
	border-radius: 22px;
	border: none;
	width: 100%;
  }
  .motoristFormSec .secondSec {
	display: none;
	transition: all 0.5s ease-in-out;
	opacity: 0;
  }
  
  .motoristFormSec .secondSec.visible {
	display: flex;
  }
  .motoristFormSec .visible {
	display: block;
	opacity: 1;
  }
  
  .motoristFormSec .hidden {
	display: none;
	opacity: 0;
  }
  .motoristFormSec .resultDiv {
	background: #f5f5f5;
	width: 57.75em;
	position: absolute;
	top: 47%;
	z-index: 1;
	border-bottom-left-radius: 28px;
	border-bottom-right-radius: 28px;
	height: 270px;
	overflow-y: scroll;
	padding-top: 3%;
	transition: all 0.5s ease-in-out;
  }
  .motoristFormSec .resultDiv ul li {
	width: 45%;
	float: left;
	padding: 10px;
	display: inline-block;
  }
  .motoristFormSec .resultDiv ul {
	list-style: none;
	margin: 0;
	/* padding: 0; */
  }
  .motoristFormSec .uk-card-media {
	width: 20%;
	float: left;
	text-align: center;
	background-image: url(../images/bg.png) !important;
	background-size: cover;
	margin-right: 10px;
  }
  .motoristFormSec .product .uk-card.uk-card-default {
	display: flex;
	align-items: center;
	border: 2px solid #e4e4e4;
	border-radius: 12px;
	background-color: #ffffff;
  }
  .motoristFormSec .submitBtn.buyNow {
	max-width: 110px;
  }
  .motoristFormSec .resultDiv h3 {
	margin-left: 5%;
	font-size: 14px;
	color: #6e6e6e;
	line-height: 17px;
	margin-bottom: 5px;
	margin-top: 5px;
  }
  .motoristFormSec .product .uk-card-title {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 0px;
  }
  
  .motoristFormSec .resultDiv::-webkit-scrollbar {
	width: 8px;
	cursor: pointer;
  }
  .motoristFormSec .resultDiv::-webkit-scrollbar-thumb {
	background: #11a74f;
	height: 10px;
  }
  .motoristFormSec .resultDiv::-webkit-scrollbar-thumb:hover {
	background: #11a74f80;
	background: #0c51a0;
	height: 10px;
  }
  .motoristFormSec .uk-select:not([multiple]):not([size]) {
	background-image: url(../images/bluearrow.png) !important;
  }
   #Disclaimer .uk-modal-body{
	  width: 420px;
	  padding: 20px;
	  border-radius: 16px;
  }
  #Disclaimer h3 {
	  color: #000000;
	  font-size: 24px;
	  font-weight: bold;
	  line-height: 64px;
	  margin: 0px;
  }
  #Disclaimer p {
	  margin-top: 0px;
	  color: #000;
  }
  .motoristFormSec .blueBtn {
	  background-color: #034EA2;
	  color: #fff;
	  padding: 12px 24px;
	  border-radius: 22px;
	  margin-top: 10px;
	  display: block;
	  max-width: 65px;
  }
  .motoristFormSec .continue {
	  background: #034EA2;
	  color: #fff;
	  padding: 12px 24px;
	  border-radius: 22px;
	  font-size: 13px;
	  border: none;
	  cursor: pointer;
  }

@media screen and (max-width: 1680px) {
	
}
@media screen and (max-width: 1450px) {
.blockSec {
	height: 550px; 
}
.noMinHt {
    height: auto;
}
.sliderTxtBox h2 span {
	font-size: 28px;
	line-height: 36px;
}
.sliderTxtBox h2 strong {
    font-size: 50px;
    line-height: 60px;
}
.stationFuelSec h3 {
    font-size: 28px;
	line-height: 36px;
}
.fpname .fptitle {
    font-size: 20px;
    line-height: 24px;
}
.fpSelect p {
    font-size: 20px;
    line-height: 24px;
}
.fpSelect:before {
    width: 24px;
    height: 24px;
}
.effectiveDate {
    top: 28px;
}
.newsCarouselBox h3 {
    font-size: 18px;
    line-height: 22px;
}
.blockSec .blockTitle {
    font-size: 42px;
    line-height: 50px;
}
.blockSec .blockTitle2 {
	font-size: 42px;
    line-height: 50px;
}
.blockSec p {
    font-size: 20px;
    line-height: 24px;
}
.blockSec .dbfull ul, .blockSec .dbfull ol {
	font-size: 20px;
    line-height: 24px;
}
.ftrBox1 h5 {
    font-size: 20px;
    line-height: 26px;
}
.topLeftBar ul li a {
    font-size: 14px;
}
.topRightBar ul li a {
    font-size: 14px;
}
.mainMenu>ul>li>a {
    font-size: 16px;
}
.subMenu> li>a {
    font-size: 14px;
}
.subMenu> li ul li a {
    font-size: 14px;
}
.innerBanner h1 {
    font-size: 62px;
    line-height: 68px;
}
.innerBanner p {
    font-size: 24px;
    line-height: 30px;
}
.innerBanner .pdfBtn {
    font-size: 14px;
    max-width: 400px;
    padding: 15px 25px;
}
.innerBanner .pdfBtn svg {
	width: 20px;
}
.blockSec .pdfBtn {
    font-size: 14px;
    /*max-width: 400px;*/
    padding: 15px 25px;
}
.blockSec .pdfBtn svg {
	width: 20px;
}
.blockSecWhite .pdfBtn {
    font-size: 14px;
    max-width: 400px;
    padding: 15px 50px 15px 25px;
}
.blockSecWhite .pdfBtn svg {
	width: 20px;
	right: 25px;
}
.carouselWhiteTitle {
    font-size: 42px;
    line-height: 50px;
}
.aboutCarouselTxt h3 {
    font-size: 18px;
    line-height: 22px;
}
.innerBannerNoimg h1 {
    font-size: 62px;
    line-height: 68px;
}
.eLoggingSec .blockTitle {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 50px;
}
.addressHOSec .blockTitle {
    font-size: 42px;
    line-height: 50px;
}
.addressHOBox h5 {
	font-size: 28px;
    line-height: 36px;
}
.accordSec .blockTitle {
    font-size: 42px;
    line-height: 50px;
}
.accordList .uk-accordion-title {
    font-size: 20px;
    line-height: 26px;
    padding: 20px 44px 20px 20px;
}
.plusIcon, .minusIcon {
	width: 24px;
	right: 20px;
}
.accordBox {
    padding: 20px;
}
.blockSecWhite p {
    font-size: 16px;
    line-height: 20px;
}
.blockSecWhite ul {
    font-size: 16px;
    line-height: 20px;
}
.txtLargeBox p {
    font-size: 18px;
    line-height: 24px;
}
.blockSec .blockSubTitle {
	font-size: 28px;
    line-height: 36px;
}
.listpdfBtn .pdfBtn {
    font-size: 14px;
    padding: 15px 50px 15px 25px;
}
.listpdfBtn .pdfBtn svg {
	width: 20px;
	right: 25px;
}
.collageSec .blockTitle {
    font-size: 42px;
    line-height: 50px;
}
.collageTxt h4 {
    font-size: 20px;
    line-height: 24px;
}
.collageTxt p {
    font-size: 14px;
}
.accordList .downloadnlBox {
    padding: 20px;
}
.downloadnlBox a {
    font-size: 16px;
    line-height: 20px;
}
.downloadnlBox a svg {
    width: 20px;
}
.ArchivesBox a {
	font-size: 16px;
    line-height: 20px;
}
.managementDetailsBanner h1, .bodTxtSec h1 {
	font-size: 42px;
    line-height: 50px;
}
.stats .dbfull h3 {
	font-size: 44px;
    line-height: 52px;
}
.collageBox .collageTxt {
	margin-bottom: 46px;
}
.mainBannerTextBoxInner h1 {
	font-size: 42px;
    line-height: 50px;
}
.thumbnailSliderBoxInner h3 {
	font-size: 42px;
    line-height: 50px;
}
.thumbnailSliderBoxInner p {
	font-size: 20px;
    line-height: 24px;
}
.dropDownBox .uk-container {
    max-width: 1050px;
}
.menuContent h3 {
	font-size: 22px;
	margin: 0;
}
.menuContent p {
	font-size: 16px;
	margin-top: 0;
}
.subMenu> li>a {
	padding: 5px 0;
}
.subMenu> li ul li a {
	padding: 5px 0;
}
.FullcollageHover h3 {
    font-size: 28px;
    line-height: 26px;
}
.fuelListBox .blockTitle {
		font-size: 42px;
    line-height: 50px;
}
.fuelListBox h4 {
    font-size: 22px;
    line-height: 26px;
}
.tblHD {
		font-size: 22px;
}
.financialBox h2 {
    font-size: 36px;
}
.FullcollageHover {
    margin-bottom: 50px;
}
}
@media screen and (max-width: 1280px) {
p, ul {
	font-size: 14px;
}
body {
	font-size: 14px;
}
.mainHeader {
	padding: 5px 0;
}
.topLeftBar {
    padding: 7px 0 8px;
}
.topLeftBar ul li a {
    padding: 5px 0;
}
.searchBox label {
    width: 30px;
    height: 30px;
}
.searchBox input {
    left: 30px;
    height: 32px;
}
.mainLogo {
	width: 55px;
}
.topBar::after, .topBar::before {
    max-width: calc(50% - (80px / 2));
}
.topBar::before {
    right: calc(50% + (80px / 2));
}
.topBar::after {
    left: calc(50% + (80px / 2));
}
.topRightBar {
    padding: 7px 0 8px;
}
.topRightBar ul li a {
    padding: 5px 0;
}
.mainMenu>ul>li>a {
    padding: 5px 30px;
}
.topLeftBar ul li a:before {
	bottom: -7px;
}
.topRightBar ul li a:before {
	bottom: -7px;
}
.mainMenu {
    padding: 15px 0 5px;
}
.subMenu> li>a {
	padding: 5px 0;
    margin-bottom: 3px;
}
.subMenu> li ul li a {
    padding: 5px 0;
}
.menuContent p {
	font-size: 14px;
}
.bannerDots ul li a {
    font-size: 14px;
    padding-bottom: 20px;
    max-width: 160px;
}
.sliderTxtBox h2 span {
    font-size: 24px;
    line-height: 28px;
}
.sliderTxtBox h2 strong {
    font-size: 40px;
    line-height: 50px;
}
.sliderTxtBox p {
	font-size: 14px;
}
.sliderTxtBox .carouselBtn {
    padding: 10px 24px;
    font-size: 14px;
}
.stationFuelSec h3 {
    font-size: 24px;
    line-height: 28px;
}
.effectiveDate {
    top: 24px;
    font-size: 12px;
}
.fpname label {
    font-size: 12px;
}
.fpname .fptitle {
    font-size: 18px;
    line-height: 24px;
}
.fpSelect p {
    font-size: 16px;
    line-height: 22px;
}
.blockSec .blockTitle {
    font-size: 36px;
    line-height: 42px;
}
.blockSec .blockTitle2 {
    font-size: 36px;
    line-height: 42px;
}
.blockSec .blockBtn {
    font-size: 14px;
    line-height: 20px;
}
.ftrBox1 h5 {
    font-size: 18px;
    line-height: 24px;
}
.innerBanner h1 {
    font-size: 42px;
    line-height: 48px;
}
.innerBanner p {
    font-size: 18px;
    line-height: 24px;
}
.innerBanner .pdfBtn {
    font-size: 14px;
    max-width: 320px;
    padding: 10px 20px;
}
.blockSec .pdfBtn {
    font-size: 14px;
    /*max-width: 320px;*/
    padding: 10px 20px 10px 20px;
}
.blockSecWhite .pdfBtn {
    font-size: 14px;
    max-width: 350px;
    padding: 10px 40px 10px 20px;
}
.blockSec p {
    font-size: 16px;
    line-height: 22px;
}
.blockSec .dbfull ul, .blockSec .dbfull ol {
	font-size: 16px;
    line-height: 22px;
}
.newsCarouselBox p {
    font-size: 14px;
    line-height: 20px;
    height: 42px;
}
.carouselWhiteTitle {
    font-size: 36px;
    line-height: 42px;
}
.aboutCarouselTxt p {
    font-size: 14px;
    line-height: 20px;
    height: 42px;
}
.ftrBox2 a svg {
    width: 18px;
}
.innerBannerNoimg {
	margin-top: 113px;
}
.innerBannerNoimg h1 {
	font-size: 42px;
    line-height: 48px;
}
.blockSecWhite p {
    font-size: 14px;
    line-height: 20px;
}
.blockSecWhite ul {
    font-size: 14px;
    line-height: 20px;
}
.eLoggingSec .blockTitle {
	font-size: 36px;
    line-height: 42px;
}
.eLoggingBtn .elbtn {
    font-size: 14px;
    line-height: 20px;
}
.readonlyBox label {
    font-size: 12px;
    line-height: 20px;
}
.readonlyBox input {
    font-size: 14px;
    line-height: 20px;
}
.ResultBoxBody .readonlyBox input {
    padding: 10px;
}
.readonlyBox textarea {
	padding: 10px;
    font-size: 14px;
    line-height: 20px;
    height: 84px;
}
.greyBox {
    padding: 10px;
}
.addressHOSec .blockTitle {
    font-size: 36px;
    line-height: 42px;
}
.addressHOBox h5 {
    font-size: 24px;
    line-height: 28px;
}
.accordSec .blockTitle {
    font-size: 36px;
    line-height: 42px;
}
.accordList .uk-accordion-title {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 40px 15px 15px;
}
.plusIcon, .minusIcon {
	right: 15px;
}
.accordBox {
    padding: 15px;
}
.txtLargeBox p {
    font-size: 16px;
    line-height: 22px;
}
.blockSec .blockSubTitle {
    font-size: 24px;
    line-height: 28px;
}
.listIconBox .listIconImg svg {
    width: 24px;
}
.listIconBox .listIconImg {
    width: 44px;
}
.listIconBox .listIconTxt {
    width: calc(100% - 44px);
    font-size: 16px;
    line-height: 20px;
}
.collageSec .blockTitle {
    font-size: 36px;
    line-height: 42px;
}
.innerBanner.topspace {
    height: calc(100vh - 113px);
    margin-top: 113px;
}
.accordList .downloadnlBox {
    padding: 15px;
}
.downloadnlBox a {
    font-size: 14px;
    line-height: 20px;
}
.downloadnlBox a svg {
    width: 17px;
}
.ArchivesBox a {
	font-size: 14px;
    line-height: 20px;
}
.newsCarouselBox h3 {
    padding-right: 50px;
}
.QuickLinksSec h3 {
    font-size: 24px;
    line-height: 28px;
}
.verticleTimelineSec .blockTitle {
		font-size: 24px;
    line-height: 28px;
}
.managementDetailsBanner h1, .bodTxtSec h1 {
font-size: 36px;
    line-height: 42px;
}
body .bodBG {
	margin-top: 105px;
}
.writeUsFormSec .blockTitle {
	font-size: 24px;
    line-height: 28px;
}
.cardBox h3 {
	font-size: 20px;
    line-height: 24px;
}
.findLubricant h3 {
   font-size: 24px;
    line-height: 28px;
}
.lubricantNavi {
    padding-top: 105px;
}
.fuelCardNavi.lubricantNavi ul li a {
    padding: 10px 23px;
}
.FullcollageHover h3 {
    font-size: 24px;
    line-height: 28px;
}
.stats .dbfull h3 {
	font-size: 36px;
    line-height: 42px;
}
.FullcollageHover {
	margin-bottom: 60px;
	overflow: hidden;
	max-height: 100%;
}
.mainBannerTextBoxInner h1 {
	font-size: 36px;
    line-height: 42px;
}
.mainBannerTextBoxInner .BannerBtn {
	font-size: 14px;
    line-height: 20px;
}
.thumbnailSliderBoxInner h3 {
	font-size: 36px;
    line-height: 42px;
}
.thumbnailSliderBoxInner p {
	font-size: 16px;
    line-height: 22px;
}
.thumbnailSliderBoxInner .thumbnailBtn {
	font-size: 14px;
    line-height: 20px;
}
.thumbnailSlider .uk-thumbnav a {
    max-width: 200px;
}
.dropDownBox {
		max-height: 75vh;
		overflow-y: auto;
}
.dropDownBox .uk-container {
    max-width: 950px;
}
.menuContent h3 {
	font-size: 20px;
	margin: 0;
}
.menuContent p {
	font-size: 14px;
	margin-top: 0;
}
.fuelListBox .blockTitle {
		font-size: 36px;
    line-height: 42px;
}
.fuelListBox h4 {
    font-size: 20px;
    line-height: 24px;
}
.fuelListBox ul li {
    font-size: 16px;
}
.tblHD {
		font-size: 20px;
}
.financialBox h2 {
    font-size: 32px;
}
}
@media screen and (max-width: 1200px) {
.sliderTxtBox h2 strong {
	font-size: 30px;
	line-height: 40px;
}
.sliderTxtBox h2 span {
    font-size: 20px;
    line-height: 24px;
}
.arrowsCarousel {
	position: relative;
}
.stationFuelSec h3 {
    font-size: 20px;
    line-height: 24px;
}
.fpname .fptitle {
    font-size: 16px;
    line-height: 20px;
}
.fpSelect:before {
    width: 20px;
    height: 20px;
}
.fpSelect p {
    font-size: 16px;
    line-height: 20px;
}
.newsCarouselBox h3 {
    font-size: 16px;
    line-height: 20px;
    padding-right: 0;
}
.blockSec .blockTitle {
    font-size: 32px;
    line-height: 36px;
}
.blockSec .blockTitle2 {
    font-size: 32px;
    line-height: 36px;
}
.innerBanner h1 {
    font-size: 42px;
    line-height: 48px;
}
.innerBanner h1 {
    font-size: 36px;
    line-height: 42px;
}
.innerBanner p {
    font-size: 18px;
    line-height: 22px;
}
.blockSec p {
    font-size: 16px;
    line-height: 20px;
}
.blockSec .dbfull ul, .blockSec .dbfull ol {
	font-size: 16px;
    line-height: 20px;
}
.carouselWhiteTitle {
    font-size: 32px;
    line-height: 36px;
}
.aboutCarouselTxt h3 {
    font-size: 16px;
    line-height: 20px;
}
.innerBannerNoimg h1 {
    font-size: 36px;
    line-height: 42px;
}
.eLoggingSec .blockTitle {
    font-size: 32px;
    line-height: 36px;
}
.eLoggingResult {
    padding: 30px 30px 20px;
}
.addressHOSec .blockTitle {
    font-size: 32px;
    line-height: 36px;
}
.addressHOBox h5 {
    font-size: 20px;
    line-height: 24px;
}
.accordSec .blockTitle {
    font-size: 32px;
    line-height: 36px;
}
.blockSecWhite p {
    font-size: 14px;
    line-height: 20px;
}
.blockSecWhite ul {
    font-size: 14px;
    line-height: 20px;
}
.txtLargeBox p {
    font-size: 16px;
    line-height: 24px;
}
.blockSec .blockSubTitle {
    font-size: 20px;
    line-height: 24px;
}
.collageSec .blockTitle {
    font-size: 32px;
    line-height: 36px;
}
.collageBoxQtr {
	width: 50%;
}
.bodTxtSec {
	overflow: hidden;
	margin-top: 0;
	padding: 80px 0;
}
.managementDetailsBanner h1, .bodTxtSec h1 {
font-size: 32px;
    line-height: 36px;
}
.tableStyle {
    overflow-x: auto;
    min-height: .01%;
    float: left;
    width: 100%;
}
.tableStyle th, .tableStyle td {
	white-space: nowrap;
}
.blTableBox .uk-table th, .blTableBox .uk-table td {
	white-space: nowrap;
}
.fuelCardNavi.lubricantNavi ul li a {
    padding: 10px 6px;
}
.cariantTabsBox {
	padding: 40px;
}
.stats .dbfull h3 {
	font-size: 32px;
    line-height: 36px;
}
.mainBannerTextBoxInner h1 {
	font-size: 32px;
    line-height: 36px;
}
.thumbnailSliderBoxInner h3 {
	font-size: 32px;
    line-height: 36px;
}
.thumbnailSliderBoxInner p {
	font-size: 16px;
    line-height: 20px;
}
.thumbnailSlider .uk-thumbnav a {
    max-width: 140px;
}
.cardBox p {
	font-size: 16px;
}
.blockSec:hover {
    transform: scale(1);
}
.fuelListBox .blockTitle {
		font-size: 32px;
    line-height: 36px;
}
.fuelListBox h4 {
    font-size: 18px;
    line-height: 22px;
}
.fuelListBox ul li {
    font-size: 14px;
}
.tblHD {
		font-size: 18px;
}
.financialBox h2 {
    font-size: 32px;
}
}
@media screen and (max-width: 959px) {
.mobileHeader {
	display: block;
}
.mainHeader {
	display: none;
}
.innerBannerNoimg {
    margin-top: 65px;
    padding: 60px 0 40px;
}
.innerBanner.topspace {
    height: calc(100vh - 65px);
    margin-top: 65px;
}
body .bodBG {
    margin-top: 65px;
}
.MobilelubricantNavi {
	display: block;
}
.lubricantNavi {
	display: none;
}
.innerBanner.subpageTxt {
	height: auto;
}
.subpageTxt .uk-width-1-3\@m img {
	width: 100%;
	max-width: 300px;
}
.subpageTxt .uk-width-1-3\@m  {
	text-align: center;
	padding: 30px;
}
.subpageTxt .uk-grid {
	width: calc(100% + 60px);
}
.subpageTxt .uk-width-2-3\@m, .subpageTxt .uk-width-2-5\@m {
	background: #ffffff;
	padding: 40px 30px 0 30px;
}
.subpageTxt h1, .subpageTxt p {
	color: #000000;
}
.cariantTabsBtns li a {
	font-size: 20px;
}
.blockSec.stats {
	height: auto;
}
.innerBannerFP {
	padding: 80px 0 0;
}
.innerBannerFP p {
	margin-bottom: 20px;
}
.cocBox ul.uk-child-width-1-2\@m li:nth-child(odd), .blockSec.cocSec .cocBox ul.uk-child-width-1-2\@m li:nth-child(odd) {
    padding-right: 0;
}
.FullcollageHover {
	transform: none;
	margin: 0;
	padding: 10px 15px;
  background: rgba(51, 51, 51, .8);
}
.subpageTxt.innerBanner p a {
    color: #333;
}
.subpageTxt.innerBanner p a.buyBtn {
		color: #fff;
    background: #333;
}
.filterNews .submitNews {
	width: 100%;
}
.designDevelop {
    float: left;
}
.innerBanner.subpageTxtBanner {
		background-size: 100% auto;
    background-position: top center;
    padding: 145% 0 0;
}
.minheight {
    min-height: inherit;
}
.formwrp form input{
	width: 100%;
}
.formwrp form select{
	width: 100% !important;
}
.check-text label span{
	font-size: 16px !important;
}
.check-text input{
	width: unset !important;
}
.diff-input{
	width: 100%;
}
.btnwrp{
	text-align: center;
}
}
@media screen and (max-width: 768px) {
.ftrBtmSec {
	text-align: center;
}
.ftrBtmSec ul {
	float: right;
}
footer {
    padding: 80px 0 40px;
}
.ftrBtmSec ul li {
    float: none;
    margin: 0 5px 15px;
    display: inline-block;
}
.ftrBtmRight {
    width: 100%;
}
.ftrBtmRight p {
	display: inline-block;
    float: none;
    margin: 0;
    margin-left: 12px;
}
.ftrBtmRight a {
	float: right;
}
.ftrMdlSec a {
	margin: 0;
}
.eLoggingResult {
    padding: 20px 15px 15px;
}
.circleBadge {
	left: 0;
  transform: translateX(0);
  top: 10px;
}
.vTimelineSec li:before {
	display: none;
}
.vTimelineTxt {
    width: 100%;
    padding: 40px 0;
}
.vTimelineTxt .vTimelineTxtInner {
	max-width: 100%;
}
.vTimelineImg {
   width: 100%;;
}
.vTimelineTxtInner h3 {
	padding-left: 55px;
}
.tabsBtns {
	display: none;
}
.mobTabsBtn {
	display: block;
}
.formLubricant {
	max-width: 100%;
	
}
.relatedLubImg {
	min-height: 82px;
	float: left;
	position: relative;
}
.relatedLubTxt {
	margin-left: 0;
}
.cariantTabsBox {
	padding: 40px 20px;
}
.subpageTxt.innerBanner h1 {
    font-size: 24px;
    line-height: 32px;
}
.subpageTxt.innerBanner p {
    font-size: 14px;
    line-height: 20px;
}
.blockSecWhite .pdfBtn {
    font-size: 14px;
    max-width: 100%;
    padding: 10px 40px 10px 20px;
}
.cariantTabsBox ul li {
    list-style: none;
}
.formwrp form input{
	width: 100%;
}
.formwrp form select{
	width: 100% !important;
}
.check-text label span{
	font-size: 16px !important;
}
.check-text input{
	width: unset !important;
}
.diff-input{
	width: 100% !important;
}
.btnwrp{
	text-align: center;
}
.motoristFormSec .scroll-select {
    width: 100%;
    float: none;
  }
  .motoristFormSec .firstSec .txtwrp h1 {
    font-size: 30px;
  }
  .motoristFormSec .explorebtn {
    height: auto;
    display: block;
    align-items: center;
    margin-top: 35%;
  }
  .motoristFormSec .secondSec .disclaimerTxt p {
    width: 100%;
  }
  .motoristFormSec .secondSec .formwrp {
    width: 100%;
    padding: 0px;
  }
  .motoristFormSec .secondSec .formwrp .formInput {
    border-right: none;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
    padding: 10px;
  }
  .motoristFormSec .secondSec .submitBtn button, .motoristFormSec .secondSec .submitBtn a {
    width: 30%;
    display: block;
    margin: 0px auto 10px;
  }
  .motoristFormSec .resultDiv {
    background: #f5f5f5;
    display: block;
    width: 93%;
    position: absolute;
    top: 70%;
    z-index: 1;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    /* height: 270px; */
    overflow-y: scroll;
    padding-top: 3%;
    transition: all 0.5s ease-in-out;
    padding-left: 2%;
    border-radius: 14px;
    overflow-x: hidden;
  }
  .motoristFormSec .resultDiv ul li {
    width: 100%;
    padding: 5px;
  }
  .motoristFormSec .submitBtn.buyNow button {
    width: 100%;
  }
  .motoristFormSec .resultDiv ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
}
@media screen and (max-width: 700px) {
h3 {
	font-size: 20px;
}
.blockSec:before {
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	content: '';
	width: 100%;
	height: 100%;
	opacity: .4;
}
.blockSec .uk-container {
	position: relative;
	z-index: 1;
}
.blockSec.blockSecWhite:before {
	display: none;
}
.blockSec.BGWhite:before {
	display: none;
}
.blockSec.cocSec:before {
	display: none;
}

.innerBanner:before {
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	content: '';
	width: 100%;
	height: 100%;
	opacity: .3;
	z-index: 1;
}
.innerBanner .uk-container {
	position: relative;
	z-index: 2;
}
.bannerDots ul {
	max-width: 200px;
}
.bannerDots ul li {
    float: left;
    width: 130px;
    display: none;
}
.bannerDots ul li.uk-active {
    display: block;
}
.bannerDots .bannerPrev, .bannerDots .bannerNext {
	display: block;
	float: right;
	color: #ffffff;
	margin: 10px 0 0 5px;
}
.ftrMdlSec a img {
	max-width: inherit;
	width: auto;
	height: 50px;
}
.thumbnailSlider .uk-thumbnav {
   display: none;
}
.innerBanner h1 {
    font-size: 32px;
    line-height: 36px;
}
.innerBanner p {
    font-size: 16px;
    line-height: 20px;
}
.blockSec .blockTitle {
    font-size: 24px;
    line-height: 28px;
}
.vTimelineTxtInner h3 {
    font-size: 20px;
}
.vTimelineTxtInner p {
	margin: 20px 0 10px;
}
.blTableBox .uk-table th {
	font-size: 18px;
}
.innerBannerNoimg h1 {
    font-size: 32px;
    line-height: 36px;
}
.cocSec, .blockSec.cocSec, .blockSec, .writeUsFormSec {
	padding: 60px 0;
}
.accordSec {
    padding: 80px 0;
}
.blockSec p {
    font-size: 14px;
    line-height: 20px;
}
.addressHOSec .blockTitle {
    font-size: 24px;
    line-height: 28px;
}
.addressHOBox h5 {
    font-size: 18px;
    line-height: 22px;
}
.accordSec .blockTitle {
    font-size: 24px;
    line-height: 28px;
}
.accordList .uk-accordion-title {
    font-size: 16px;
    line-height: 22px;
}
.teamManagementTxt {
    padding: 20px 20px 80px 20px;
}
.managementDetailsBanner h1, .bodTxtSec h1 {
    font-size: 24px;
    line-height: 28px;
}
.bodTxtSec {
    padding: 60px 0;
}
.stats .dbfull h3 {
    font-size: 24px;
    line-height: 28px;
}
.recommendedTxt h3 {
    font-size: 18px;
    line-height: 22px;
}
.plusIcon, .minusIcon {
    right: 5px;
}
.findLubricant h3 {
    font-size: 20px;
    line-height: 24px;
}
.FullcollageHover h3 {
    font-size: 20px;
    line-height: 24px;
}
.cariantTabsBtns li {
	flex: none;
	width: 100%;
    float: left;
}
.cariantTabsBtns li a {
	padding: 10px;
}
.fuelListBox .blockTitle {
		font-size: 24px;
    line-height: 28px;
}
.fuelListBox h4 {
    font-size: 16px;
    line-height: 20px;
}
.blockSec .cocBox h4 {
    font-size: 16px;
}
.financialBox h2 {
    font-size: 24px;
}
.searchBox label{
    width: 30px;
    height: 32px;
}
.searchBox input:focus, .searchBox:hover input {
    width: 170px;
}
}
@media screen and (max-width: 639px) {
.fpname {
	text-align: left;
}
.fpname .fptitle {
	text-align: right;
	font-size: 13px;
}
.fpname label {
	color: #333333;
	font-size: 13px;
    line-height: 20px;
    font-weight: bold;
}
.innerBanner .fpname label {
	color: #ffffff;
}
.innerBanner .fpSelect p, .fpSelect p {
	font-size: 13px;
}
.fpSelect p {
    font-size: 13px;
}
.fpSelect {
	max-width: 90px;
}
.fuelPriceBox {
	padding: 15px;
}
.stationApiBox {
	padding: 15px;
}
.fpBox {
    padding-top: 0px
}
.effectiveDate {
    top: 20px;
    right: 15px;
}
.searchBox input:focus, .searchBox input:hover {
	width: 160px;
}
.ftrMdlSec a img {
	height: 32px;
}
.collageBoxHalf, .collageBoxQtr {
	width: 100%;
	padding-right: 0;
}
.QuickLinksSec h3 {
	font-size: 20px;
    line-height: 24px;
}
.QuickLinksSec li a {
	width: 100%;
}
.ftrBtmSec ul {
	float: left;
	text-align: left;
	width: 100%;
	margin: 20px 0;
}
.ftrBtmRight .socialLinks, .socialLinks {
	width: auto;
}
.cariantTabsBtns li a {
	font-size: 14px;
	line-height: 24px;
}
.subpageTxt .uk-grid {
    width: calc(100% + 30px);
    margin-left: -15px;
}
.formLubricant {
	padding: 40px 20px;
}
.innerBannerFP {
	padding: 80px 0 80px;
	height: auto;
}
.collageBox .collageTxt {
	position: relative;
	transform: none;
	float: left;
	margin-bottom: 10px;
}
.collageTxt p {
	transform: none;
}
.collageBox:hover .collageTxt {
	margin-bottom: 10px;
}
.blockSec {
    height: 660px;
    background-position: center top;
}
.arrowLeftMob {
	display: block;
	left: 150px;
	bottom: 10px;
	top: inherit;
}
.arrowRightMob {
	display: block;
	right: 150px;
	bottom: 10px;
	top: inherit;
}
.arrowLeft {
    left: 150px;
    top: inherit;
    bottom: -80px;
}
.arrowRight {
    right: 150px;
    top: inherit;
	bottom: -80px;
}
}
@media screen and (max-width: 359px) {
.searchBox input:focus, .searchBox input:hover {
	width: 130px;
}
.ftrMdlSec a img {
	height: 30px;
}
}

/* ================================================== */

#optionalInputs{
	display: none;
	margin-top: 10px;
}
#optionalInputs label {
    width: unset !important;
}
#optionalInputs label input {
    width: unset;
}

#degreeOptionalFieled{
	display: none;
	margin-top: 10px;
}

#degreeOptionalFieled label{
	margin-bottom: 16px;
}

#degreeOptionalFieled input{
	margin-top: 16px;
}

#moduleHiddenOption{
	margin-top: 10px;
	display: none;
}

#moduleHiddenOption label{
	width: unset !important;
	font-size: 14px;
}

#moduleHiddenOption label input{
	width: unset;
}