/* 
	Author: Murali
	Date: 30-05-2022
	Comments: New Landing page and Login UX updated.
 */
html, body {
	color: #333;
	scroll-behavior: smooth;
}

.a-f-16 {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1.25;
}

.a-f-16 h1 {
	font-size: 32px;
	margin-bottom: 10px;
}

.a-f-16 h2 {
	font-size: 26px !important;
}

.a-f-16 h3 {
	font-size: 20px;
}

.a-f-16 h4 {
	font-size: 16px;
}

.a-f-16 h5 {
	font-size: 14px;
}

.a-f-16 h6 {
	font-size: 12px;
}

.a-f-16 p {
	font-size: 16px;
}

.a-f-16 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.type-disc {
	list-style: disc !important;
}

header {
	font-size: 16px;
	background: #fff;
	padding-top: 20px;
	/* box-shadow: 0 0 10px #ddd; */
}

header>div {
	padding-left: 10px;
	padding-right: 10px;
	display:none;
}

header .brand {
    background: url(../img/v1/AnsellGuardianLogo.svg) no-repeat;
    width: 248px;
    float: left;
    height: 20px;
    margin-top: 4px;
    padding: 5px;
    background-size: contain;

}

header .chemical-style {
    font-size: 24px;
    color: #0264ac;
    margin-top: -2px;
    display: block;
}


header .menu-dropdown-line {
	width: 85px !important;
	height: 5px;
	background: #369484;
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
}

.nav-bar .switch-to {
	width: 250px;
	padding: 10px 20px;
	border: none;
	top: 49px;
	box-shadow: 0px 0px 15px #00000047;
	border-radius: 0;
}

.nav-bar .switch-to span {
	width: 90%;
	padding-right: 10px;
}

.nav-bar .switch-to a {
	color: #333;
	padding: 10px 0;
	cursor: pointer;
	border-top: 1px solid #ddd;
}

.nav-bar .switch-to ul {
	margin-bottom: 0;
}

.nav-bar .switch-to>a, .nav-bar .switch-to ul li:first-child a {
	border-top: none;
}

.nav-bar .switch-to img {
	width: 89px;
	margin: 10px 0;
}

.dropdown-menu a span {
	font-weight: 600;
}

.menu-wrapper li>a:hover, .menu-wrapper li>a:focus {
	text-decoration: none;
}

.menu-wrapper .dropdown-menu a:hover {
	text-decoration: underline;
}

.menu-wrapper #menu .dropdown-menu {
	top: 47px;
	padding: 10px;
	border-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.menu-wrapper #menu .fa {
	margin-top: 2px;
	color: #126F67
}

.menu-wrapper #menu>li:last-child a>span:first-child {
	display: none
}

.menu-wrapper #menu>li:last-child .fa-caret-down {
	order: 2;
}

.menu-wrapper #menu .dropdown-menu {
	left: auto;
	box-shadow: 0px 0px 15px #00000047;
}

.menu-wrapper #menu .dropdown-menu li {
	padding: 5px 0;
	cursor: pointer;
	width: 100%;
}

.menu-wrapper #menu .dropdown-menu li:hover span {
	text-decoration: underline;
}

.menu-wrapper .lang {
	position: relative;
	top: 3px;
}

.menu-wrapper .lang-dropdown {
	width: 300px;
	left: auto;
	right: 0;
}

.menu-wrapper {
	float: right;
}

.menu-wrapper li {
	display: inline-block;
	padding: 0 10px;
}

.menu-wrapper #menu {
	list-style-type: none;
	text-align: right;
}

.menu-wrapper a {
	color: #000;
	cursor: pointer;
}

.menu-wrapper .sub-menu {
	position: absolute;
	top: 50px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 3px #fff;
}

.menu-wrapper .sub-menu h4 {
	font-weight: 600;
}

.menu-wrapper .sub-menu li {
	padding: 0
}

.menu-wrapper .sub-menu a {
	color: #000
}

.menu-wrapper .lang-dropdown .menu-dropdown-line {
	left: auto;
	right: 0;
}

.menu-wrapper #menu #select_lang li {
	width: 50%;
	display: inline-block;
}

.menu-wrapper #select_lang li span, #selectedLang {
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 20px auto;
	padding: 6px 0px 5px 30px;
	font-family: asapmedium;
}

.menu-wrapper #selectedLang {
	background-position: 0 50%;
	padding: 6px 0px 5px 20px;
}

.menu-wrapper li:last-child {
	padding-right: 0;
}

.menu-wrapper #language li {
	padding-top: 3px;
	padding-left: 0;
}

.menu-wrapper #language ul {
	width: 40px;
}

.menu-wrapper #menu .profilename li {
	width: 100%;
}

.menu-wrapper #menu .profilename .dropdown-menu {
	padding: 0 5px;
}

.menu-wrapper #menu .profilename .dropdown-menu ul {
	padding: 5px 0 2px;
}

.menu-wrapper #menu .profilename .dropdown-menu li {
	padding: 8px 10px;
}

.menu-wrapper #menu .profilename .dropdown-menu li:last-child {
	border-top: 1px solid #ddd;
}

header>div:first-child {
	padding-bottom: 20px;
	height: 50px;
	box-shadow: 0px 7px 6px #f3f3f3;
}

.secondary-nav {
	background: #126F67;
	clear: both;
}

.secondary-nav .buttons-block>span {
	padding: 0;
	display: inline-block;
	cursor: pointer;
}

.login-register-block .buttons-block span>a {
	padding: 10px;
	display: block;
}
.login-register-block .buttons-block span>a i {
	margin-right: 5px;
} 

/* promotion */
.promotion {
	background: url('../img/v1/banner.jpg') no-repeat center;
	width: 100%;
	height: 650px;
	background-size: cover;
	color: #fff;
}

.promotion>div:first-child {
	position: relative;
	bottom: -100%;
	z-index: 999;
}

.promotion .content {
	height: 100%;;
	padding: 60px 10px 0 50px;
}

.promotion .desc {
	overflow-y: auto;
	padding-right: 10px;
	height: calc(100% - 250px);
}

/* width */
.promotion .desc::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.promotion .desc::-webkit-scrollbar-track {
	border-radius: 8px;
  background: rgba(255,255,255, 0.2); 
}
 
/* Handle */
.promotion .desc::-webkit-scrollbar-thumb {
	border-radius: 8px;
  background: #5C7F91; 
}

/* Handle on hover */
.promotion .desc::-webkit-scrollbar-thumb:hover {
  background: #s5C7F91; 
}

.promotion h1 {
	margin-bottom: 30px;
}

.promotion .contact {
	position: absolute;
	bottom: 0;
	padding: 15px;
	background: #5C7F91;
	min-height: 120px;
	width: 250px;
}

.promotion .contact a.text-secondary:hover, .promotion .contact a.text-secondary:focus
	{
	color: #fff;
}

.tiles {
	display: flex;
}

.tiles>div {
	padding: 30px;
}

.tiles h4 {
	margin: 0 0 15px
}

.tiles button span {
	font-family: 'asapbold';
}

.tiles a.text-secondary:hover, .tiles a.text-secondary:focus {
	color: #fff;
}

.tiles p {
	min-height:120px;
}

/* featured products */
.featured-products {
	margin-top: 50px;
	background: #fff;
	min-height: 300px;
}

.featured-products h1 {
	color: #126F67;
	font-family: asapbold;
}

.multi-carousel-wrap {
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.multi-carousel {
	float: left;
	overflow: hidden;
	padding: 15px 48px;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
	overflow: visible;
}

.multi-carousel .multi-carousel-inner .item .info button+i {
	float: right;
	margin-top: -40px;
	font-size: 24px;
	color: #b3b3b3;
	cursor: pointer;
}

.multi-carousel .multi-carousel-inner .item .info i:hover {
	color: #126F67;
}

.multi-carousel .multi-carousel-inner {
	transition: 1s ease all;
	float: left;
}

.multi-carousel .multi-carousel-inner .item {
	float: left;
}

.multi-carousel .multi-carousel-inner .item figure {
	height: 315px;
	border-bottom: 1px solid #efefef;
}

.multi-carousel .multi-carousel-inner .item figure span {
	display: inline-block;
	vertical-align: middle;
}

.multi-carousel .multi-carousel-inner .item figure img {
	max-height: 315px;
	max-width: 100%;
}

.multi-carousel .multi-carousel-inner .item .info {
	background: #fff;
	padding: 5px 15px 15px;
	text-align: left;
}

.multi-carousel .multi-carousel-inner .item .info>div {
	min-height: 130px;
}

.multi-carousel .multi-carousel-inner .item .info h4 {
	font-family: Asap-Medium;
}

.multi-carousel .multi-carousel-inner .item>div {
	text-align: center;
	margin: 15px;
	color: #666;
	border: 1px solid #efefef;
	border-radius: 4px;
}

.multi-carousel .left-arrow, .multi-carousel .right-arrow {
	position: absolute;
	top: calc(50% - 20px);
}

.multi-carousel .left-arrow {
	left: 0;
	background: url('../img/v1/arrow-left.svg') !important;
	width: 48px;
	height: 48px;
	display: block;
}

.multi-carousel .right-arrow {
	right: 0;
	background: url('../img/v1/arrow-right.svg') !important;
	width: 48px;
	height: 48px;
	display: block;
}

.multi-carousel .left-arrow.over, .multi-carousel .right-arrow.over {
	pointer-events: none;
	background: #ddd;
}

.multi-carousel .left-arrow.over {
	background: url('../img/v1/arrow-left-disable.svg') !important;
}

.multi-carousel .right-arrow.over {
	background: url('../img/v1/arrow-right-disable.svg') !important;
}

.multi-carousel .multi-carousel-inner .item .info p {
	min-height: 75px;
}

/* modal */
video {
	width: 100%;
	height: inherit;
}

.modal {
	padding-top: 0;
}

.modal-header {
	padding: 24px;
}

.modal-header-capcha {
	padding: 0px;
}

.mandatory-text-capcha {
	margin-top: 10px;
}

.success-msg .reset-password {
	padding: 21px 29px !important;
}

.forgot-password-captcha, 
.forgot-password-captcha-SSO {
    display: flex;
    justify-content: space-between;
}

.fr .success-msg .reset-password,
.it .success-msg .reset-password,
.nl .success-msg .reset-password {
    padding: 21px 10px !important;
}

.modal-title {
	font-size: 26px;
	font-family: asapmedium;
}

.modal-body {
	display: grid;
	padding: 24px;
}

#newsLetterModal .modal-content, #registerModal .modal-content,
	#resourceModal .modal-content, #forgotModal .modal-content,
	#contactModal .modal-content, #changePassword .modal-content,
	#resetSuccessModal  .modal-content, #forgotPassModal .modal-content,
	#editProfileModal .modal-content, #comingSoonModal .modal-content, #disclaimerModal .modal-content {
	padding: 0;
}

#forgotModal .modal-header, #contactModal .modal-header,
	#resetSuccessModal .modal-header, #forgotPassModal .modal-header,
	#editProfileModal .modal-header, #comingSoonModal .modal-header, #disclaimerModal .modal-header {
	border: none;
	padding: 24px 24px 0;
}

#forgotModal .modal-body, #contactModal .modal-body {
	padding-top: 0;
}

#resetPassword .alert-info {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.modal .info {
	background: #DFE7EC;
	padding: 15px 24px 5px;
}

.modal .close {
	width: 20px;
	height: 28px;
	background: url(../img/v1/close-modal.svg) no-repeat;
	background-size: 20px;
	display: block;
	cursor: pointer;
}

.modal-content {
	border-radius: 8px !important;
}

#registerModal .modal-header {
	border: none;
	padding: 24px 24px 0;
}

#registerModal .modal-body {
	padding-top: 0;
}

#productInfo .modal-lg {
	width: auto;
	max-width: 94vw;
}

#productInfo .modal-header {
	border: none;
}

#productInfo .fa-external-link {
	margin: 7px 20px 0;
	font-size: 26px;
}

#productInfo .modal-content {
	width: auto;
	padding: 0;
	min-height: calc(100% - 56px)
}

.success-msg {
	min-height: 175px;
	margin-bottom: -10px;
}

.success-msg img {
	margin-bottom: 10px;
}

#resourceModal .modal-header button {
	margin-top: 2px;
}

.successfull-inner-content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
}

.successfull-inner-content h3 {
	font-size: 20px;
	text-transform: capitalize;
}

/* embedded custom dialogs */
.ui-dialog-custom {
	width:95%;
	padding:0.2em !important;
	position: fixed !important;
}

#productTestDataModal {
	height: auto !important;
	top: 5px !important;
	bottom: 10px !important;
}

.ui-dialog-custom .ui-dialog-buttonpane {
	background: #fff;
	z-index: 9;	
}
.ui-dialog-custom > .ui-dialog-content {
	height: calc(100% - 92px);
}

#chemicalListCustom {
	height: calc(100% - 77px);
}

.ui-dialog-custom #addChemicalCustom {
	height: auto;	
}

/* tabs */
#productInfo .nav-tabs {
	border: none;
}

#productInfo .nav-tabs li a {
	border: none;
	border-bottom: 4px solid transparent;
	border-radius: unset;
	color: #75787B;
}

#productInfo .nav-tabs>li>a:hover {
	color: #126F67;
	background-color: transparent;
	border-color: transparent;
}

#productInfo .nav-tabs li.active a, #productInfo .nav-tabs>li.active>a:hover
	{
	color: #0063ac !important;
	border: none !important;
	border-bottom: 4px solid #126F67 !important;
}

#productInfo .tab-content {
	margin-top: 50px;
}

#productInfo .tab-content .tab-pane {
	overflow: auto;
	height: 610px;
}

#productInfo .panel-group .panel {
	border-radius: 8px;
	margin: 16px 0;
}

#productInfo .panel-group .panel:first-child {
	margin-top: 0;
}

#productInfo .tab-content .panel-title .collapsed i {
	color: #75787B;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

#productInfo .tab-content .panel-title a {
	text-decoration: none;
	line-height: 40px;
}

#productInfo .tab-content .panel-title .collapsed {
	color: #75787B;
}

#productInfo .tab-content .panel-title i {
	font-size: 40px;
	font-weight: 500;
	color: #13bba8;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	margin-right: 8px;
	float: left;
}

#productInfo .tab-content .panel-title a {
	font-size: 26px;
	font-weight: 500;
	color: #0063ac;
	display: flex;
}

#productInfo .tab-content .panel-default>.panel-heading {
	background-color: transparent;
	padding: 30px;
}

#productInfo .tab-content .panel-default>#standards li {
	list-style: none;
	float: left;
	min-height: 200px;
	margin-right: 30px;
}

#productInfo .tab-content .panel-default>#standards li .st-1 {
	max-width: 100px;
	word-break: break-all;
	font-size: 14px;
}

#productInfo .tab-content .panel-default>#standards img {
	max-width: 80px;
}

#productInfo .tab-content .panel-default>#standards img+p {
	min-width: 80px;
}

#productInfo .tab-content .panel-default>.panel-heading+.panel-collapse>.panel-body
	{
	border-top: none;
}
#productInfo .tab-content .panel-default>.panel-heading+.panel-collapse>.panel-body ul {
	list-style: disc;
}

#productInfo .tab-content .panel-body {
	padding: 0 65px 30px;
}

#productInfo #specs th {
	padding: 12px;
	vertical-align: top;
	color: #75787B;
	width: 33%;
	background-color: #ebebeb
}

#productInfo #specs td {
	padding: 12px;
	vertical-align: top;
	color: #75787B;
}

#productInfo #specs .table>tbody>tr>td {
	border: none;
}

#productInfo #specs .table-striped>tbody {
	border: 1px solid #ebebeb;
}

#productInfo #specs .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #fff;
}

#productInfo #specs .table-striped>tbody>tr:nth-of-type(2n) {
	background-color: #fafafa;
}

/* carousel */
#productInfo .carousel-indicators li {
	border: none;
	width: 8px;
	height: 8px;
	margin-left: 8px !important;
	margin-right: 8px !important;
	background: #ddd;
}

#productInfo .carousel-indicators li.active {
	background: #126F67 !important;
	width: 12px;
	height: 12px;
}

#productInfo .carousel-inner .item {
	text-align: center;
	min-height: 330px;
	top: 0;
}

#productInfo .carousel-inner>.item>a>img, #productInfo .carousel-inner>.item>img,
	.img-responsive, .thumbnail a>img, .thumbnail>img {
	display: initial;
}

#productInfo .carousel-inner .item img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	max-height: 330px;
}

#carousel-feature-products {
	margin-top: 95px;
	margin-left: 0;
}

#carousel-feature-products .thumbnails {
	list-style: none;
	padding: 0;
	margin-top: 30px
}

#carousel-feature-products .carousel-indicators {
	position: relative;
	width: auto;
	margin: 0;
	left: auto;
	margin-top: 20px;
	bottom: 0 !important;
}

#carousel-feature-products .thumbnails li {
	width: 86.08px;
	height: 80px;
	border: 1.008px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	margin-right: 35.2px;
	cursor: pointer;
}

#carousel-feature-products .thumbnails li img {
	height: 100%;
}

/* sign in */
.pre-login-head {
	padding: 40px 15px;
	background: #126F67;
	margin-top: 1px;
}

.pre-login-body {
	margin: 50px 0 150px;
}

.pre-login-body.sign-in .col-md-6:nth-child(1) {
	display: table;
	height: 350px;
	padding: 0 65px;
	text-align: right;
	border-right: 1px solid #ddd;
}

.pre-login-body .col-md-6:nth-child(1) .btn {
	float: right
}

.pre-login-body.sign-in .col-md-6:nth-child(1)>div {
	display: table-cell;
	vertical-align: middle;
}

.pre-login-body.sign-in .col-md-6:nth-child(2) {
	padding: 0 65px 50px;
}

.pre-login-body.sign-in .col-md-6:nth-child(3) {
	display: none;
}

.i-register {
	font-size: 12px;
	position: relative;
	top: -12px;
	opacity: .8;
	left: 1px;
}

.i-register i {
	color: #fff;
}

.checkbox input+label {
	display: inline-block;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: inset 0 1px 4px 0 rgb(0 0 0/ 17%);
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	cursor: pointer;
	min-width: 24px;
	height: 24px;
	font: normal normal normal 14px/1 FontAwesome;
}

.checkbox  input:checked+label::after {
	position: absolute;
	top: 17px;
	left: 5px;
	content: " ";
	line-height: 1.4;
	font-size: 14px;
	background: url(../img/v1/check-regular-white.svg) no-repeat;
	background-size: 14px;
	width: 20px;
	height: 20px;
}

.checkbox input:checked+label {
	background-color: #087aff;
	border-color: #0063ac;
}


.tooltip1 {
  position: relative;
  display: inline-block;
  padding: 0px 5px;
}

.tooltip1 .tooltip1text1 {
  visibility: hidden;
  width: 190px;
  background-color: #ffffff;
  color: #00000090;
  text-align: left;
  font-weight: bold;
  border-radius: 8px;
  padding: 12px 12px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -95px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
  

.tooltip1 .tooltip1text1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.tooltip1:hover .tooltip1text1 {
  visibility: visible;
  opacity: 1;
  z-index: 11;
}

#reportImage .report-image-size
{
	width: 88px;
	height: 88px;
	border-radius:5px;
}

#reportImage {
  display: flex;
  flex-wrap: wrap;
}
 
#reportImage input[type="radio"] {
  display: none;
}
 
#reportImage label {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
 
#reportImage input[type="radio"]:checked + label,
#reportImage label:hover {
  border-color: green;
}
 
#reportImage label:hover .tick,
#reportImage input[type="radio"]:checked + label .tick {
  display: block;
}
 
#reportImage .tick {
  display: none;
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 5;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  background: url("../img/v1/tick-report-cover.png") no-repeat;
}




/* register */
.register-wrap {
	box-shadow: 0px 0px 6px #00000029;
	background: #fff;
	min-height: 650px;
}

.en .ad, .ja .ad, .de .ad, .hu .ad, .cs .ad, .pt .ad, .sv .ad, .tr .ad, .zh .ad, .fr .ad, .es .ad, .it .ad, .pl .ad, .da .ad, .nl .ad, .ko .ad  {  
    position: absolute;
    z-index: -1;
    right: 0;
    top: 70px;
    left: calc(100% - 420px);
    background: url(../img/v1/AboutAnsellGuardian2-en.jpg) no-repeat;
    background-size: 450px;
    width: 800px;
    height: 640px;
}



.es .ad {
	background: url(../img/v1/AboutAnsellGuardian2-es.jpg) no-repeat;
	background-size: 450px;
}

.de .ad {
	background: url(../img/v1/AboutAnsellGuardian2-de.jpg) no-repeat; 
	background-size: 450px;
}

.ja .ad {
	background: url(../img/v1/AboutAnsellGuardian2-ja.jpg) no-repeat;
	background-size: 450px;
}
 
.hu .ad {
	background: url(../img/v1/AboutAnsellGuardian2-hu.jpg) no-repeat; 
	background-size: 450px;
}
 
.cs .ad {
	background: url(../img/v1/AboutAnsellGuardian2-cs.jpg) no-repeat; 
	background-size: 450px;
}
 
.pt .ad {
	background: url(../img/v1/AboutAnsellGuardian2-pt.jpg) no-repeat; 
	background-size: 450px;
}
 
.sv .ad {
	background: url(../img/v1/AboutAnsellGuardian2-sv.jpg) no-repeat; 
	background-size: 450px;
}
 
.tr .ad {
	background: url(../img/v1/AboutAnsellGuardian2-tr.jpg) no-repeat; 
	background-size: 450px;
}
 
.zh .ad {
	background: url(../img/v1/AboutAnsellGuardian2-zh.jpg) no-repeat; 
	background-size: 450px;
}
 
.fr .ad {
	background: url(../img/v1/AboutAnsellGuardian2-fr.jpg) no-repeat; 
	background-size: 450px;
}
 
 
.it .ad {
	background: url(../img/v1/AboutAnsellGuardian2-it.jpg) no-repeat; 
	background-size: 450px;
}
 
.pl .ad {
	background: url(../img/v1/AboutAnsellGuardian2-pl.jpg) no-repeat;
	background-size: 450px; 
}
 
.da .ad {
	background: url(../img/v1/AboutAnsellGuardian2-da.jpg) no-repeat; 
	background-size: 450px;
}
 
.nl .ad {
	background: url(../img/v1/AboutAnsellGuardian2-nl.jpg) no-repeat; 
	background-size: 450px;
}

.en .profile-ad, .ja .profile-ad, .de .profile-ad, .hu .profile-ad, .cs .profile-ad, .pt .profile-ad, .sv .profile-ad, .tr .profile-ad, .zh .profile-ad, .fr .profile-ad, .es .profile-ad, .it .profile-ad, .pl .profile-ad, .da .profile-ad, .nl .profile-ad, .ko .profile-ad  {  
    position: absolute;
    z-index: -1;
    right: 0;
    top: 50px;
    left: calc(100% - 320px);
    background: url(../img/v1/AboutAnsellGuardian2-en.jpg) no-repeat;
    background-size: 350px;
    width: 800px;
    height: 640px;
}


.es .profile-ad {
	background: url(../img/v1/AboutAnsellGuardian2-es.jpg) no-repeat;
	background-size: 350px;
}

.de .profile-ad {
	background: url(../img/v1/AboutAnsellGuardian2-de.jpg) no-repeat; 
	background-size: 350px;
}

.ja .profile-ad {
	background: url(../img/v1/AboutAnsellGuardian2-ja.jpg) no-repeat;
	background-size: 350px;
}
 
.hu .profile-ad {
	background: url(../img/v1/AboutAnsellGuardian2-hu.jpg) no-repeat; 
	background-size: 350px;
}
 
.cs .profile-ad {
	background: url(../img/v1/AboutAnsellGuardian2-cs.jpg) no-repeat; 
	background-size: 350px;
}
 
.pt .profile-ad {
	background: url(../img/v1/AboutAnsellGuardian2-pt.jpg) no-repeat; 
	background-size: 350px;
}
 
.sv .profile-ad {
	background: url(../img/v1/AboutAnsellGuardian2-sv.jpg) no-repeat; 
	background-size: 350px;
}
 
.tr .profile-ad {
	background: url(../img/v1/AboutAnsellGuardian2-tr.jpg) no-repeat; 
	background-size: 350px;
}
 
.zh .profile-ad {
	background: url(../img/v1/AboutAnsellGuardian2-zh.jpg) no-repeat; 
	background-size: 350px;
}
 
.fr .profile-ad {
	background: url(../img/v1/AboutAnsellGuardian2-fr.jpg) no-repeat; 
	background-size: 350px;
}
 
.it .profile-ad {
	background: url(../img/v1/AboutAnsellGuardian2-it.jpg) no-repeat; 
	background-size: 350px;
}
 
.pl .profile-ad {
	background: url(../img/v1/AboutAnsellGuardian2-pl.jpg) no-repeat;
	background-size: 350px; 
}
 
.da .profile-ad {
	background: url(../img/v1/AboutAnsellGuardian2-da.jpg) no-repeat; 
	background-size: 350px;
}
 
.nl .profile-ad {
	background: url(../img/v1/AboutAnsellGuardian2-nl.jpg) no-repeat; 
	background-size: 350px;
}


#captchaValue {
	height: 62px;
	outline: 0;
	padding: 6px 12px;
	margin-left: 10px;
	border-radius: 8px;
	width: 190px;
}

#captchaValue+span.required {
	clear: both;
	margin-left: 170px !important;
}

#captchaValueSSO {
	height: 62px;
	outline: 0;
	padding: 6px 12px;
	margin-left: 10px;
	border-radius: 8px;
	width: 190px;
}

#captchaValueSSO+span.required {
	clear: both;
	margin-left: 170px !important;
}

/* contact us */
.contact-us {
	min-height: auto;
}

.ad-list {
	width: 580px;
	height: 450px;
	position: absolute;
	right: 0;
	top: 0;
	left: calc(100% - 580px);
}

.resource-list {
	padding-top: 20px;
	padding-left: 80px;
}

.resource-list ul {
	margin-top: 25px;
}

.resource-list li {
	display: block;
	margin-bottom: 30px;
}

.resource-list li span {
	margin-top: 5px;
	display: block;
}

.resource-list h1 span {
	position: relative;
	top: -20px;
	font-size: 32px;
	margin-left: 15px;
}

.resource-list li a {
	color: #75787B;
	display: table;
	width: 100%;
}

.resource-list li a:hover span {
	text-decoration: underline;
}

.contact-us #captchaValue {
	width: 180px;
}

/* change password */
#changePassword #regInfoBlock, #resetPassword #resetInfoBlock {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 99;
	right: 0;
	top: -115px;
	display: none;
	font-size: 14px;
}

#changePassword #regInfoBlock:before, #resetPassword #resetInfoBlock:before
	{
	content: "";
	position: absolute;
	border: 7px solid transparent;
	border-right-color: #00a18f;
	bottom: 0;
	left: 50%;
	top: 132px;
	transform: rotate(-90deg);
}

/* footer */
footer {
	font-size: 16px;
	position: relative;
	color: #75787B;
	padding-bottom: 0;
	background-color: #F5F5F5;
}

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

footer h5 {
	font-family: asapbold;
	text-transform: uppercase;
	color: #126F67;
	margin-bottom: 10px;
}

footer .brand {
	margin: 0 0 30px;
}

footer .brand img {
	width: 140px
}

footer h5 span {
	width: 33.3%;
	display: block;
	padding-bottom: 3px;
	border-bottom: 1px solid #126F67;
}

footer a {
	color: #75787B;
}

footer a:hover, footer a:focus, footer a:active {
	text-decoration: underline;
	color: #75787B
}

.copy-rights {
	color: #fff;
	padding: 10px 0;
	background: #75787B;
}

.copy-rights a {
	color: #fff;
	margin-left: 10px;
}

.copy-rights a:hover, .copy-rights a:focus {
	color: #fff;
}

.copy-rights .col-md-8 {
	text-align: right;
}

/* buttons */
.btn-group {
	display: flex;
}

.btn-group>button {
	flex: 1;
	margin-top: 30px;
}

.btn {
	font-weight: 500 !important;
	color: #333 !important;
	text-align: center !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: rgba(0, 0, 0, 0) !important;
	border: 1px solid rgba(0, 0, 0, 0) !important;
	padding: 14px 16px !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
	border-radius: 4px !important;
	-webkit-transition: color .15s ease-in-out, background-color .15s
		ease-in-out, border-color .15s ease-in-out, box-shadow .15s
		ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:hover {
	background: #126F67;
}

.btn:focus {
	color: #fff !important;
	background-color: #09554d !important;
	border-color: #074a42 !important;
	box-shadow: 0 0 0 3.2px rgb(48 140 130/ 50%);
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus,
	.btn.active.focus {
	outline: 0;
}

.btn-primary {
	color: #fff !important;
	background-color: #126F67 !important;
	border-color: #126F67 !important;
	border: 1px solid transparent !important;
	outline: none !important;
}

.btn-primary:hover {
	color: #fff !important;
	background-color: #09554d !important;
	border-color: #074a42 !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,
	.show>.btn-primary.dropdown-toggle {
	color: #fff !important;
	background-color: #074a42 !important;
	border-color: #063e38 !important;
}

.btn-light {
	color: #212529 !important;
	background-color: #f8f9fa !important;
	border-color: #f8f9fa !important;
}

.btn-light:hover, .btn-light:focus {
	color: #212529 !important;
	background-color: #e2e6ea !important;
	border-color: #dae0e5 !important;
}

.btn-light:focus {
	box-shadow: 0 0 0 3.2px rgb(216 217 219/ 50%) !important;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active,
	.show>.btn-light.dropdown-toggle {
	color: #212529 !important;
	background-color: #dae0e5 !important;
	border-color: #d3d9df !important;
}

.btn-default {
	color: #0063ac !important;
	border-color: #0063ac !important;
}

.btn-default:hover, .btn-default:focus {
	color: #fff !important;
	background-color: #0063ac !important;
	border-color: #0063ac !important;
}

.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active,
	.show>.btn-default.dropdown-toggle {
	color: #fff !important;
	background-color: #0063ac !important;
	border-color: #0063ac !important;
}

.btn-default:focus {
	box-shadow: 0 0 0 3.2px rgb(0 99 172/ 50%);
}

.btn-blue {
	color: #fff !important;
	background-color: #0063ac !important;
	border-color: #0063ac !important;
}

.btn-blue:hover, .btn-blue:focus {
	color: #fff;
	background-color: #004d86 !important;
	border-color: #004679 !important;
}

.btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active,
	.show>.btn-blue.dropdown-toggle {
	color: #fff !important;
	background-color: #004679 !important;
	border-color: #003e6c !important;
}

.btn-blue:focus {
	box-shadow: 0 0 0 3.2px rgb(38 122 184/ 50%);
}

/* icons */
.i-add-new-report {
	width: 16px;
	height: 18px;
	background: url('../img/v1/add-report.svg') no-repeat left;
	background-size: 15px;
	display: block;
	float: left;
}

.i-delete-new-report {
	width: 16px;
	height: 18px;
	background: url('../img/v1/delete-report.svg') no-repeat left;
	background-size: 15px;
	display: block;
	float: left;
}

.i-library {
	width: 16px;
	height: 18px;
	background: url('../img/v1/library.svg') no-repeat left;
	background-size: 15px;
	display: block;
	float: left;
}

.i-dashboard {
	width: 16px;
	height: 18px;
	background: url('../img/v1/sales-dashboard.svg') no-repeat left;
	background-size: 15px;
	display: block;
	float: left;
}

.i-new-risk {
	width: 16px;
	height: 18px;
	background: url('../img/v1/new-risk.svg') no-repeat left;
	background-size: 15px;
	display: block;
	float: left;
}

.i-pass-lock {
	width: 16px;
	height: 18px;
	background: url('../img/v1/lock-regular.svg') no-repeat left;
	background-size: 15px;
	display: block;
	float: left;
	margin-right: 10px;
}

.i-info {
	width: 24px;
	height: 30px;
	background: url('../img/v1/circle-info-regular.svg') no-repeat left;
	background-size: 24px;
	display: block;
	float: left;
	margin-right: 10px;
}

.i-video-grey {
	width: 35px;
	height: 34px;
	background: url('../img/v1/contact-video.svg') no-repeat left;
	background-size: 32px;
	display: block;
	float: left;
	margin-right: 10px;
}

.i-resources-b {
	width: 60px;
	height: 60px;
	background: url('../img/v1/contact-circle-question-regular.svg')
		no-repeat;
	background-size: 60px;
	display: inline-block;
}

.i-change-password {
	width: 18px;
	height: 18px;
	background: url('../img/v1/lock-keyhole-regular.svg') no-repeat;
	background-size: 16px;
	float: left;
}

.i-logout {
	width: 18px;
	height: 18px;
	background: url('../img/v1/right-from-bracket-regular.svg') no-repeat;
	background-size: 18px;
	float: left;
}

.i-resources {
	width: 18px;
	height: 18px;
	background: url('../img/v1/circle-question-regular.svg') no-repeat;
	background-size: 18px;
	margin-left: 5px;
}

.i-contact-us {
	width: 18px;
	height: 18px;
	background: url('../img/v1/envelope-regular.svg') no-repeat;
	background-size: 18px;
	margin-left: 5px;
	background-position: 0 4px;
}

.i-profile {
	width: 18px;
	height: 18px;
	background: url('../img/v1/circle-user-regular.svg') no-repeat;
	background-size: 18px;
	margin-left: 5px;
	position: relative;
	top: 1px;
}

.i-profile-menu {
	width: 18px;
	height: 18px;
	background: url('../img/v1/profile.svg') no-repeat left 3px;
	background-size: 18px;
	float: left;
}

.i-reports {
	width: 18px;
	height: 18px;
	background: url('../img/v1/reports.svg') no-repeat left 3px;
	background-size: 15px;
	float: left;
}

.i-hamburger {
	width: 40px;
	height: 24px;
	background: url('../img/v1/bars-regular.svg') no-repeat;
	background-size: 24px;
	margin-top: 5px;
	display: block;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}

.i-arrow-right-w {
	width: 24px;
	height: 24px;
	background: url('../img/v1/arrow-right-solid-white.svg') no-repeat;
	background-size: 24px;
	display: block;
	float: right;
	cursor: pointer;
}

.i-arrow-right-g {
	width: 24px;
	height: 24px;
	background: url('../img/v1/arrow-right-solid-grey.svg') no-repeat;
	background-size: 24px;
	display: block;
	float: right
}

.i-advanced {
	width: 70px;
	height: 60px;
	background: url('../img/v1/advanced-chemical.svg') no-repeat right;
	background-size: 60px;
	display: block;
	float: right;
}

.i-permeation {
	width: 64px;
	height: 64px;
	background: url('../img/v1/safety-suit-_1_.svg') no-repeat right;
	background-size: 60px;
	display: block;
	float: right;
}

.i-chemical {
	width: 70px;
	height: 60px;
	background: url('../img/v1/laboratory.svg') no-repeat right;
	background-size: 60px;
	display: block;
	float: right;
}

.i-video-w {
	width: 35px;
	height: 32px;
	background: url(../img/v1/video-white.svg) no-repeat left;
	background-size: 32px;
	display: block;
	float: right;
	margin-left: 10px;
}

.i-video-g {
	width: 35px;
	height: 32px;
	background: url(../img/v1/video-green.svg) no-repeat left;
	background-size: 32px;
	display: block;
	float: right;
	margin-left: 10px;
}

.i-contact-w {
	width: 35px;
	height: 32px;
	background: url(../img/v1/envelope-regular-w.svg) no-repeat;
	background-size: 32px;
	display: block;
}

.i-arrow-right-blue {
	width: 18px;
	height: 16px;
	background: url(../img/v1/arrow-right-blue.png) no-repeat;
	display: block;
	margin-top: 5px;
}

.i-pdf {
	background: url('../img/v1/file-pdf-regular.svg') no-repeat;
	width: 14px;
	height: 40px;
	display: block;
	float: left;
}

.i-news-letter {
	width: 20px;
	height: 20px;
	background: url(../img/v1/newspaper-regular.svg) no-repeat;
	background-size: 20px;
	display: block;
	margin-top: 2px;
	float: left;
}

.i-close-modal {
	width: 18px;
	height: 18px;
	background: url(../img/v1/close-modal.svg) no-repeat;
	background-size: 18px;
	display: block;
}

.i-maximize {
	width: 18px;
	height: 18px;
	background: url(../img/v1/arrows-maximize-regular.svg) no-repeat;
	background-size: 18px;
	display: block;
}

.i-minimize {
	width: 18px;
	height: 18px;
	background: url(../img/v1/arrows-minimize-regular.svg) no-repeat;
	background-size: 18px;
	display: block;
}

.scroll-top {
	width: 62px;
	height: 63px;
	display: block;
	background: url(../img/v1/scroll-top.png) no-repeat;
	position: fixed;
	left: auto;
	margin-left: -31px;
	top: auto;
	bottom: 10px;
	right: 10px;
	z-index: 999;
	opacity: .5;
	cursor: pointer;
	left: auto;
	margin-left: -31px;
	top: auto;
	bottom: 10px;
	right: 10px;
	z-index: 999;
	opacity: .5;
}

.scroll-top:hover {
	opacity: 1;
}

.i-mob-menu {
	background: url('../img/v1/mob-menu.svg') no-repeat;
	width: 26px;
	height: 26px;
	display: block;
}

.fa-video {
	background: url('../img/v1/video.svg') no-repeat;
	width: 14px;
	height: 14px;
	display: block;
	float: left;
}

.i-arrow-down-tiles {
	width: 50px;
	height: 30px;
	background: url('../img/v1/arrow-down-tiles.svg') no-repeat;
	background-size: 50px;
	position: absolute;
	bottom: 0px;
	right: 0;
	cursor: pointer;
}

.i-more-arrow-right {
	width: 10px;
	height: 18px;
	background: url(../img/v1/learn-more-arrow.svg) no-repeat;
	background-size: 9px;
	display: block;
	margin: 2px 2px 2px 10px;
}
.i-more-arrow-green-right {
	width: 10px;
	height: 18px;
	background: url(../img/v1/icon-arrow-green-right.svg) no-repeat;
	background-size: 9px;
	display: block;
	margin: 2px 2px 2px 10px;
}

/* utilities */
.ps-relative {
	position: relative;
}
.w-135 {
	width: 135px;
}
.modal-xxl {
	width: 100%;
}
#video {
	width: 100%;
	height:400px;
	border: none;
}
.v-hide {
	visibility: hidden;
}

.display-inline-flex {
	display: inline-flex !important
}

.min-height-0 {
	min-height: 0;
}

.br-all-0 {
	border: none;
}

.hidden-a, .hide {
	display: none;
}

.align-bottom {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
}

.overflow-hidden {
	overflow: hidden;
}

.disabled, .form-control[disabled] {
	pointer-events: none;
	color: #B4B4B4 !important;
	border-color: #DDDDDD !important;
}

.btn[disabled] {
	color: #B4B4B4 !important;
	background: #DCDCDC !important;
	border-color: #DDDDDD !important;
}

.f-asap-bold {
	font-family: asapbold;
}

.f-asap-medium {
	font-family: asapmedium;
}

.f-w-500 {
	font-weight: 500;
}

.f-w-600 {
	font-weight: 600;
}


.d-flex {
	display: flex !important;
}
.justify-end {
	justify-content: end;
}

.caret {
	width: 18px;
	height: 9px;
	background: url('../img/v1/caret.png') no-repeat;
}

.bg-1 {
	background-color: #5C7F91;
}

.bg-2 {
	background-color: #F5F5F5;
}

.bg-3 {
	background-color: #126F67 !important;
}

.bg-4 {
	background: #B7CBD9;
}

.m-l-5 {
	margin-left: 5px;
}

.m-r-15 {
	margin-right: 15px;
}

.m-r-5 {
	margin-right: 5px;
}

.m-l-10 {
	margin-left: 10px !important;
}

.m-l-15 {
	margin-left: 15px;
}

.m-5 {
	margin: 5px;
}

.m-0 {
	margin: 0;
}

.m-t-3 {
	margin-top: 3px;
}

.m-t-5 {
	margin-top: 5px;
}

.m-t-7 {
	margin-top: 7px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t--40 {
	margin-top: -40px;
}

.m-b-50 {
	margin-bottom: 50px;
}

.m-0 {
	margin: 0;
}



.p-0 {
	padding: 0 !important;
}

.p-l-0 {
	padding-left: 0;
}

.p-24 {
	padding: 24px;
}

.clear-fix {
	clear: both;
}

.d-block {
	display: block;
}

.foot-wrap {
	position: relative;
	padding: 40px 0;
}

.bold {
	font-weight: bold;
}

.b-size {
	background-size: 24px;
	background-position: left 3px;
	float: left;
	width: 24px;
	margin-left: 0;
}

.b-size-logout {
	background-size: 17px;
	background-position: left 2px;
	height: 20px;
	float: left;
}

.b-size-pass {
	float: left;
	background-size: 15px;
	background-position: left 0;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.m-r-10 {
	margin-right: 10px !important;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.d-inline {
	display: inline-block;
}

.block {
	display: block !important;
}

.text-primary {
	color: #126F67;
}

.text-secondary {
	color: #fff;
}

.para-text{
	font-size: 22px !important;
}

.text-landing-info{
	color: #ffffff;
}

.text-clr-1 {
	color: #75787B !important;
}

.text-clr-2 {
	color: #0063AC;
}

.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

.txt-underline {
	text-decoration: underline;
}

.mob-reg {
	display: none;
}

.mob {
	display: none;
}

.desk-reg {
	text-align: right;
}

.f-12 {
	font-size: 12px;
}

.f-14 {
	font-size: 14px !important;
}

.h-100 {
	height: 100px !important;
}

.h-160 {
	height: 160px !important;
}

.ps-1 {
	z-index: 9;
	position: relative;
}

.p-15 div[class*="col"] {
	padding-left: 15px;
	padding-right: 15px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-t-12-p{
	margin-top: 12%;
}

.w-100-p {
	width: 100%;
}

.w-200 {
	width: 200px;
}

.ellipsis::after {
	content:"...";
	color: #0061AD;
	font-size: 26px;
}
.container-1 {
	margin: 0 auto;
	max-width: 90%;
}

/* form  */
.form-control {
	border-radius: 8px;
	color: #495057;
	font-size: 16px;
	line-height: 1.375;
	height: calc(22px + 16px + 2px);
	padding: 8px 14px;
}

.form-control:focus {
	border-color: #ccc;
}

input.form-control[type=text], input.form-control[type=email], input.form-control[type=password],
	select.form-control {
	height: 40px;
}

input.form-control[type=text], input.form-control[type=email], input.form-control[type=password],
	select.form-control, textarea.form-control {
	box-shadow: inset 0 1px 4px 0 rgb(0 0 0/ 17%);
}

input.form-control[type=text]:hover, input.form-control[type=email]:hover,
	input.form-control[type=password]:hover, select.form-control:hover,
	textarea.form-control:hover, input.form-control[type=text]:focus, input.form-control[type=email]:focus,
	input.form-control[type=password]:focus, select.form-control:focus,
	textarea.form-control:focus {
	box-shadow: 0 0 0 3.2px #ccece6 !important;
}

.a-f-16 select {
	appearance: none;
	box-shadow: none !important;
	background: linear-gradient(#fff, #ebebeb) !important;
}

.checkbox input {
	display: none;
}

.checkbox label {
	padding: 7px 0 0 0;
}

.checkbox #rememberMe+label span {
	font-family: 'asapregular';
	width: 1100px;
	margin: 5px 0 0 10px;
}

.form-group .required {
	display: none;
}

.form-group label {
	font-weight: normal;
}

.form-group option[value=""][disabled] {
	color: grey
}

.custom-select::after {
	content: "\f0dc";
	font: normal normal normal 14px/1 FontAwesome;
	color: #333;
	right: 25px;
	top: 40px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}

#infoBlock {
   	right: 0;
   	font-size: 14px;
   	top: 76px;
}

.eye-cls {
	margin-top: 11px;
	font-size: 16px;
	z-index: 9;
}

.has-error .form-control {
	border-color: #c60202;
	box-shadow: 0 0 0 2px #f1aaaa !important;
}

.has-error .required {
	display: block;
	color: #c60202;
	font-size: 12px;
	margin-top: 2px;
}

.has-error .form-control {
	border-color: #c60202;
}

.mandatory::before {
	content: "*";
	color: red;
	margin-right: 2px;
}

#forgetPassword, #forgetPasswordSSO {	
	display: flex;
	cursor: pointer;	
}

.disabled .i-pass-lock {
	background-image: url('../img/v1/lock-regular-disable.svg');
}

/* customization */
.hamburger-btn {
	top: 110px
}

.ipadpotrait-block {
	display: none;
}

#page-content-wrapper {
	margin-top: 0;
}

/* cookies banner*/
#onetrust-banner-sdk {
	font-size: 16px !important;	
}

/* cookies pop-up*/
#onetrust-pc-sdk {
	font-size: 16px !important;	
}

.successfull-inner-content p {
	font-size: 16px;
}

#sidebar-wrapper {
	margin-top: 0;
}

.menu-wrapper .cs-placeholder li {
	padding: 0
}

.menu-wrapper .cs-placeholder li span {
	font-size: 0;
	width: 18px;
	height: 18px;
}

.menu-wrapper .cs-placeholder .fa {
	font-size: 13px
}

.menu-wrapper #mob-menu {
	display: none;
}

.menu-wrapper #menu .iframe-content {
	display: none
}

#cs-select-agc {
	display: none;
}

.stay-tuned {
	background-color: #558ed5;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 10px;
	text-align: center;
	border-radius: 15px;
	width: 150px;
	margin: 0 auto;
	line-height: 18px;
}

/* embedded header */
.iframe .i-globe {
	width: 18px;
	height: 18px;
	background: url("../img/v1/globe-regular.svg") no-repeat;
	background-size: 18px;
	margin-left: 5px;
	margin-right: 10px;
	position: relative;
	top: 0;
}

.iframe {
	background: #126f67;
}

.iframe .iframe-content {
	display: block;
}

.iframe .i-resources {
	background-image: url("../img/v1/circle-question-regular_white.svg");
}

.iframe .i-hamburger {
	background: url('../img/v1/bars-regular-iframe.svg') no-repeat;
	background-size: 24px;
}

.iframe #menu>li:first-child .fa {
	color: #fff;
}

.iframe #menu>li:nth-child(2) {
	display: none;
}

.iframe .menu-wrapper #language ul {
	width: 50px;
}

.iframe #language span {
	width: 80%;
}

.iframe .menu-wrapper #menu>li:last-child a>span:first-child {
	display: block;
}

.iframe .menu-wrapper .menu-iframe .fa {
	margin-top: 2px;
}

.menu-iframe {
	display: none;
}

.iframe .menu-wrapper .menu-iframe {
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	display: block;
}

.iframe .menu-wrapper .menu-iframe #resourcesMenu {
	color: #fff;
}

.iframe .iframe-lang {
	flex: none;
	display: flex;
}

.iframe #menu {
	display: none;
	position: absolute;
	right: 0;
	top: 52px;
	width: 250px;
	background: #fff;
	z-index: 9999;
	text-align: left;
	border: 1px solid rgba(0, 0, 0, .15);
	box-shadow: 0 0 3px #fff;
}

.iframe #menu>li:nth-child(2) {
	display: none;
}

.iframe #dropdownMenu1 {
	color: #fff;
}

.iframe .i-ellipsis-white {
	width: 32px;
	height: 32px;
	background: url("../img/v1/ellispis-white.svg") no-repeat;
	background-size: 32px;
	margin-left: 5px;
	margin-right: 10px;
	position: relative;
	top: 0;
	display: block;
}

.iframe #menu>li:first-child {
	padding: 0;
}

.iframe .brand#ilogo {
	background: url("../img/v1/WhiteAnsellGuardianLogo.svg") no-repeat 0;
	background-size: 100%;
}

.iframe .menu-iframe>li>a {
	color: #fff;
}

.iframe #menu>li {
	display: block;
}

.iframe #menu li {
	padding: 10px;
	border-bottom: 1px solid #e9e9e9;
}

.iframe #menu li:last-child {
	border-bottom: none;
}

.iframe #menu #language li:last-child {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.iframe #menu .iframe-menu>li:last-child a>span:first-child {
	display: block;
}

.iframe .iframe-menu>li {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.iframe .iframe-menu {
	background: #fff;
	width: 300px;
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 99;
}

.iframe .iframe-menu>li:first-child {
	border-bottom: none;
	padding: 0;
}

.iframe .iframe-menu>li>a>span {
	color: #747474;
}

.iframe #menu .iframe-menu span.d-flex {
	display: inline-block;
}

.iframe .iframe-menu span:first-child i {
	float: left;
	margin-right: 10px;
}

.iframe .menu-dropdown-line {
	right: 0;
	left: 0;
}

.iframe #menu li:last-child .iframe-humberger {
	display: block;
}

.iframe #language {
	display: flex;
}

/* .iframe #language span:nth-child(1) {
  flex: 0 0 18px;
  display: block;
}
 */
.iframe #language span:nth-child(2) {
	flex: 1;
	display: block;
}

.iframe #language span:nth-child(3) {
	flex: 0 0 50px;
}

.iframe .lang {
	top: 0;
}

.iframe .i-contact-us {
	background-position: 0 2px;
}

.iframe .i-contact-us {
	background-position: 0 2px;
}

.iframe .i-contact-us {
	background-position: 0 2px;
}

.iframe #language span:nth-child(3) i.fa-caret-down {
	float: right;
}

.iframe.iframe-menu>li:first-child, .iframe .iframe-humberger, .iframe .lang-dropdown .menu-dropdown-line
	{
	display: none;
}

.iframe #menu .iframe-menu .dropdown-menu {
	position: relative;
	margin-top: 15px;
	top: 0;
	box-shadow: none;
	min-width: auto;
	width: auto;
	border: none;
}

.iframe .lang-dropdown>div {
	padding: 0;
}

.iframe #menu>li>a {
	color: #333;
}

.iframe #menu>li>a i:first-child {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

.iframe #menu>li>a span.d-flex {
	display: block !important;
}

.iframe .menu-wrapper .i-arrow-right-g {
	display: block;
	width: 25px;
	height: 18px;
	margin-top: 5px;
	background-size: 18px;
	background-image: url("../img/v1/arrow-right-solid-blue.svg");
}

.iframe .menu-wrapper .sub-menu {
	left: calc(100% - 500px);
	padding: 10px;
}

.iframe .menu-wrapper .sub-menu li {
	padding: 5px 0;
}

.iframe #menu .lang-dropdown {
	position: relative;
	width: auto;
	box-shadow: none;
	border: none;
	top: 0;
	padding: 0 10px;
}
/* .iframe .lang-dropdown span {
  display: none;
} */
.iframe .menu-wrapper .sub-menu .menu-dropdown-line {
	right: auto;
}

.iframe #menu .profilename .dropdown-menu {
	position: relative;
    box-shadow: none;
    border: none;
	margin-top: 12px;
    top: 0;
}

.iframe #menu .profilename .dropdown-menu  .menu-dropdown-line {
	display: none
}

.iframe #menu .profilename .dropdown-menu li {
	padding: 8px 2px;
}

.iframe #menu .profilename .dropdown-menu li a span {
	font-weight: 500;
}

.iframe .menu-wrapper #menu .profilename .dropdown-menu li:last-child {
	border-top: none;
}

.iframe .chemical-style {
    color: #ffffff;
}


/* report listing */

.d-button {
	background-color: #126F67;
    color: #FFFFFF;
    position: relative;
    border-radius: 4px;
 	width: 180px;
 	height: 40px;
  	color: #FFFFFF;
 	bottom: 5px;
 	font-size:12px !important;
 	padding-top:8px;
 	font-family: 'asapregular' !important; 
}

.b-icon{
	position:relitive;
	left:10px;
}

.container-tabs{
	max-width:90%;
	margin-left:65px;
}

.container-tabs ul li a {
	color:#747474;
	padding:10px 20px;
}

.container-tabs ul li a:hover{
  color: #333333;
  box-shadow: 0px -3px 6px #0000001C;
  border-radius: 6px 6px 0px 0px;
  opacity: 1;
  border: 1px solid #DDDDDD;
}

.container-tabs ul{
	background-color:#fff;
	border:none;
	border-bottom:1px solid #747474;
	height:40px;
	padding:10px 20px !important;
}

.container-tabs ul li{
	border:none;
	margin:0px;
	background-color:#FFFFFF;	
}

.container-tabs ul {
    height: 38px;
    padding: 10px 20px !important;
    box-shadow: 0px 1px 0px 0px #ccc;
    border: none;
    border-radius: 0px;
    padding: 0px !important;
}

.b-none {
	border:none !important;
}

.gb-white{
	background-color:#fff;
}

.ui-tabs .ui-tabs-nav li{
	background:#FFF;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{
  border-radius: 6px 6px 0px 0px;
  box-shadow: 0px -3px 6px #0000001C;
  opacity: 1;
  border: 1px solid #ddd;
  background: #FFF;
  color: #333 !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a{
	color: #333 !important;
	border:none;
	
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    color: #747474;
    font-family: 'asapmedium';
}

.ui-tabs .ui-tabs-nav li.ui-state-hover {  
    background: #FFF !important;    
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 10px 20px !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1.2px;
    border-bottom:none !important;
}


#chemicalManagement {
	margin-bottom: 75px;
}

#chemicalManagement .card {
	background-color: #5C7F91;
	padding: 30px;
	width: 61%;
	margin-top: 84px;
	color: #fff;
	height: 351px;
}

#chemicalManagement .card h1 {
	font-family: asapbold;
	margin-bottom: 30px;
}

#chemicalManagement #chemicalManagementBanner {
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	z-index: -1;
}

#chemicalManagement figure img {
	width: 100%;
}

#chemicalManagement figure img:first-child  {
	height: 435px
}

#chemicalManagement figure img + img {
	width: auto;
	position: absolute;
	right: 20px;
	top: 20px;
}


/* responsive */

/* Small devices (tablets, 768px and up) */
@media ( min-width : 768px) {
	.navbar-header {
		width: 40%;
	}
	/* .multi-carousel .left-arrow { left:  -40px !important;}
    .multi-carousel .right-arrow { right:  -40px !important;}    */
}

/* Medium devices (desktops, 992px and up) */
@media ( min-width : 992px) {
	#menu .i-arrow-right-g {
		display: none;
	}
	.iframe #menu .i-arrow-right-g {
		display: block;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media ( min-width : 1200px) {
	.container {
		width: 1300px !important;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media ( max-width : 1199px) {
	.ad, .profile-ad {
		display: none;
	}
	.register-wrap {
		min-height: auto;
	}
	.resource-list {
		padding-left: 120px;
		padding-top: 25px;
	}
	.ad-list {
		position: relative;
		left: 0;
		width: 100%;
		height: auto;
		padding-bottom: 50px;
	}
	.successfull-inner-content img {
		width: auto;
	}
	#chemicalManagement #chemicalManagementBanner, #chemicalManagement .card
		{
		position: relative;
		width: 100%;
	}
}

/* Small devices (tablets, 991px and up) */
@media ( max-width : 991px) {
	.container {
		width: auto;
	}
	header {
		height: 50px;
		padding-top: 10px;
		padding-bottom: 15px;
	}
	header .brand {
		width: 210px;
		margin-top: 5px;
	}
	.iframe header .brand {
		width: 300px;
		margin-top: 0;
	}
	header .dropdown-menu span {
		font-family: asapmedium
	}
	.i-register {
		top: -7px;
	}
	.pre-login-head h1 {
		text-align: left;
	}
	.menu-wrapper #mob-menu {
		display: block;
		float: right;
		margin-top: 2px;
	}
	.iframe .menu-wrapper .menu-wrapper #menu .iframe-content {
		display: block !important;
	}
	#menu {
		display: none;
		background: #fff;
		position: fixed;
		top: 48px;
		right: 0;
		left: 0;
		width: 100%;
		z-index: 99999999;
		border-radius: 3px;
		box-shadow: 0 0 3px #fff;
		border-radius: 0;
		box-shadow: 0px 0px 15px #00000047;
		list-style-type: none;
		float: right;
		height: calc(100% - 48px);
		overflow: auto;
	}
	.mob-menu-open {
		overflow: hidden;
	}
	.mob-menu-open .i-mob-menu {
		background: url("../img/v1/mob-menu-close.svg") no-repeat;
	}
	.mob-menu-open .iframe .i-mob-menu {
		background: url('../img/v1/mob-menu-close-white.png') no-repeat;
		background-size: cover;
	}
	.menu-wrapper #menu {
		text-align: left;
	}
	.menu-wrapper #menu li {
		display: block;
		padding: 10px;
		border-top: 1px solid #ddd;
	}
	.menu-wrapper #menu #language li, #select_lang li:first-child {
		border: none;
	}
	.menu-wrapper #menu>li:first-child {
		display: none;
		border-top: 0
	}
	.menu-wrapper #menu li a {
		color: #000;
	}
	.menu-wrapper #menu .sub-menu {
		width: auto;
		position: relative;
	}
	.menu-wrapper #menu .menu-dropdown-line {
		display: none !important;
	}
	.menu-wrapper #menu .dropdown-menu {
		position: relative;
		top: auto;
		float: none;
		border: none;
		box-shadow: none;
		padding: 0;
		width: 100%;
	}
	.menu-wrapper #menu div[class*="col"] {
		padding: 0;
	}
	.menu-wrapper #menu li a span {
		display: block !important;
	}
	.menu-wrapper #menu li a .fa-caret-down {
		float: right;
		color: #126F67;
	}
	.menu-wrapper #menu>li:last-child {
		border-bottom: 1px solid #ddd;
	}
	.menu-wrapper #menu>li:last-child span:first-child {
		display: inline;
		width: 100%;
	}
	.menu-wrapper #menu>li:last-child span+span {
		float: right;
	}
	.menu-wrapper #menu>li:last-child span+span i:nth-child(2) {
		display: block;
		background-size: 20px;
	}
	.menu-wrapper #menu>li:last-child a {
		display: flex;
	}
	.menu-wrapper  #menu>li:last-child a>span:first-child {
		width: 100%;
		display: inline;
	}
	.menu-wrapper .language li {
		padding: 0;
	}
	.menu-wrapper .language li i {
		float: none;
	}
	.menu-wrapper #menu .dropdown-menu li {
		width: 100%;		
	}
	.menu-wrapper #menu .i-arrow-right-g {
		width: 18px;
		height: 18px;
		background-size: 18px;
	}
	.menu-wrapper #menu #langauge li {
		padding: 0;
	}
	.menu-wrapper #menu li li {
		display: inline-block;
		padding: 0;
	}
	.menu-wrapper #menu li li a span {
		margin-top: 5px;
	}
	.menu-wrapper #menu li li span+.fa {
		margin-top: 2px;
	}
	.iframe #menu>li>a {
		color: #333;
	}
	.iframe .iframe-d-menu {
		display: none;
	}
	.iframe .iframe-menu {
		width: auto;
		position: relative;
		top: 0;
	}
	.iframe .iframe-menu {
		display: block !important;
	}
	.iframe .iframe-menu #menu li {
		border-top: none;
	}
	.iframe #menu>li:first-child .fa {
		color: #00A28F;
	}
	#iframe-menu, .iframe .menu-wrapper .menu-iframe {
		display: none;
	}
	.iframe #menu>li:nth-child(2) {
		display: block;
	}
	.iframe #menu {
		position: fixed;
		width: 100%;
	}
	.iframe .i-resources {
		background-image: url('../img/v1/circle-question-regular.svg');
	}
	.iframe .menu-wrapper #menu>li:last-child a>span:first-child {
		display: none;
	}
	.iframe .menu-wrapper li span i:first-child {
		display: none
	}
	.iframe #menu li {
		border-bottom: none;
	}
	.iframe .menu-wrapper #language ul {
		width: 40px;
	}
	.iframe .menu-wrapper #menu>li:first-child {
		display: block;
	}
	.promotion {
		background: url('../img/v1/banner-sm.jpg') no-repeat center;
		width: 100%;
		height: 1054px;
		background-size: cover;
		color: #fff;
	}
	.tiles {
		display: block;
		overflow: hidden;
	}
	.nav-bar .switch-to {
		top: 38px;
	}
	h1 {
		font-size: 24px;
	}
	.foot-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.copy-rights .col-md-8 {
		text-align: left;
	}
	.desk-reg {
		display: none !important;
	}
	.mob-reg {
		display: block;
		border-top: 1px solid #ddd;
		margin-top: 20px;
		padding: 20px 20px 0;
	}
	.mob-pdf {
		display: flex;
		width: 100%;
	}
	.mob-pdf a {
		width: 100%;
	}
	.menu-wrapper #menu li li.mob-pdf a span {
		margin-top: 10px;
	}
	.pre-login-body.sign-in .col-md-6:nth-child(2), .pre-login-head {
		padding-left: 20px;
		padding-right: 20px;
	}
	#infoBlock {
		right: 0;
		top: 0;
	}
	#infoBlock::before {
		top: -10%;
		left: calc(50% - 4px);
		transform: rotate(90deg);
	}
	#infoBlock li span {
		width: 90%;
	}
	.resource-list {
		padding-left: 25px !important;
	}
	.resource-list li span {
		display: block;
	}
	.resource-list h1 {
		margin: 0;
	}
	#language li {
		display: flex !important;
		margin-top: 3px;
	}
	.pre-login-body.sign-in .col-md-6:nth-child(1) {
		display: none;
	}
	.pre-login-body.sign-in .col-md-6:nth-child(3) {
		clear: both;
		padding: 50px 30px;
		display: block;
		text-align: left;
	}
	.mob {
		display: block;
	}
}

@media ( max-width : 767px) {
	#captchaValue {
		width: auto;
		margin-left: 0;
	}
	.ui-widget.ui-widget-content {
		left: auto !important;
		width: auto !important;
		max-width: none;
		margin: 0 50px;
	}
	.form-actions {
		margin-top: 30px;
	}
	header.iframe .brand {
		width: 195px;
		margin-top: 2px;
	}
}

@media ( max-width : 1024px) {
	header .brand {
		width: 250px;
		margin-top: 8px;
	}
	header.iframe .brand {
		width: 300px;
		margin-top: 2px;
	}
	.b-size {
		background-position: 0;
	}
	.dropdown-menu.sub-menu ul {
		margin-bottom: 15px;
	}
	.menu-wrapper #menu .profilename .dropdown-menu {
		padding: 0;
	}
}

/* Styles for flash new text */


@keyframes flickerAnimation {
    0%   { opacity:1; }
        50%  { opacity:.7; }
    100% { opacity:1; }
}


p.text-new {
  border: 1px solid #0264ac;
  border-radius: 4px;
  padding: 5px;
  margin-top: 30px;
  background: rgba(2, 100, 172, 0.5);
}

p.text-new span {
  animation: flickerAnimation 1s infinite;
  background: #f0d200;
  color: #333;
  display: inline;
  letter-spacing: 1px;
  padding: 5px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  top: -20px;
  margin-right: 8px;
  margin-left: 5px;
  border: 1px dotted;
}



/* landing-promotion */
.landing-promotion {
	background: url('../img/v1/med-agp-landing-page.jpg') no-repeat center;
	width: 100%;
	height: 650px;
	background-size: cover;
	color: #fff;
}

.landing-promotion>div:first-child {
	position: relative;
	bottom: -100%;
	z-index: 999;
}

.landing-promotion .page-content {
	height: 100%;
	padding: 98px 20px 0 75px;
}

.landing-promotion .desc {
	overflow-y: auto;
	padding-right: 40px;
	height: calc(100% - 250px);
}

/* width */
.landing-promotion .desc::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.landing-promotion .desc::-webkit-scrollbar-track {
	border-radius: 8px;
  background: rgba(255,255,255, 0.2); 
}
 
/* Handle */
.landing-promotion .desc::-webkit-scrollbar-thumb {
	border-radius: 8px;
  background: #5C7F91; 
}

/* Handle on hover */
.landing-promotion .desc::-webkit-scrollbar-thumb:hover {
  background: #5C7F91; 
}

.landing-promotion h1 {
	margin-bottom: 30px;
}

.landing-promotion .contact {
	position: absolute;
	bottom: 0;
	padding: 15px;
	background: #5C7F91;
	min-height: 120px;
	width: 250px;
}

.landing-promotion .contact a.text-secondary:hover, .landing-promotion .contact a.text-secondary:focus
	{
	color: #fff;
}

@keyframes flickerAnimationNewBox {
    0%   { opacity:1; }
        50%  { opacity:.7; }
    100% { opacity:1; }
}


.text-new-box {
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 5px;
  margin-top: 30px;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}

.text-new-box span {
  animation: flickerAnimationNewBox 1s infinite;
  background: #ffffff;
  color: #333;
  display: inline;
  letter-spacing: 1px;
  padding: 5px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  top: -20px;
  margin-right: 8px;
  margin-left: 5px;
  border: 1px dotted;
}

.text-new-box div {
  display: flex;
  align-items: center;
  margin-top: 5px;
}




