@charset "UTF-8";
/* CSS Document */

.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
/* normalize css*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
	font-family: 'ZohoPuvi';
	    font-weight: 300;
}
 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
section {
	padding: 60px 0px;
}
.second-sec {
	padding-bottom: 0px;
}
.third-sec {
	padding-top: 0px;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none!important;
	color: #4CA9F5;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 500;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
h1{
	font-size: 2em;
}
h2{
	font-size: 1.8em;
	    font-family: 'Zoho_Puvi_Bold';
	    line-height: 40px;
}
h3{
	    font-family: 'Zoho_Puvi_Bold';
	    padding: 12px 0;
	margin: 0;
	font-size: 1.2em;
    line-height: 26px;
	
}
p {
	margin: 0 0 25px;
    line-height: 1.8;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-blue
{
	    color: #243A5D;
}
.text-light {
	color: #fff!important;
}
.text-dark {
	color: #000!important;
}
.top-margin {
	margin-top: 25px!important;
}
.bottom-margin {
	margin-bottom: 25px!important;
}
.space-large {
	height: 50px;
}
.space-medium {
	height: 25px;
}
.space-small {
	height: 10px;
}
.margin-0 {
	margin: 0!important;
}
.padding-0 {
	padding: 0!important;
}
.non-click {
	cursor: default;
	pointer-events: none;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 0px;
}
strong,
b {
	font-weight: 600;
}
.space-large {
  height: 50px;
}
.space-medium {
  height: 25px;
}
.space-small {
  height: 16.66666667px;
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -10px;
	margin-left: -10px;
}
.head-container, .container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
	position: relative
}

.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.cols-2 {
	width: 16.6%;
}
.cols-25 {
	width: 20%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-5 {
	width: 41.66666667%;
}
.cols-6 {
	width: 50%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
.cols-center
{
	    margin: 0 auto;
    float: none;
}
@media only screen and (max-width: 1025px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-4 {
	width: 33.3%;
}
	.cols-md-3 {
	width: 25%;
}
	.slider-nav2 .lastbut, 	.slider-nav3 .lastbut {
		display: inline-block !important;
	}
}
@media only screen and (max-width: 650px)
{
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-8 {
	width: 66.6%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-4 {
	width: 33.3%;
}
	.cols-sd-3 {
	width: 25%;
}
}

.second-header.fixed-header {
    padding: 20px 0;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #334cbc;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.second-header.fixed-header {
    background-image: linear-gradient(to right, #063CFF , #061D6B);
    border-bottom: 1px solid #365dcc;
}
.head-container {
    transition: all 0.2s ease-in 0s;
}
.brand-logo {
    display: inline-block;
}
.nav-section {
	overflow: hidden;
}
.pr {
	position: relative;
}
.ps {
    position: sticky;
    top: 60px;
}
#topbar-menu-icon {
	    display: none;
    position: absolute;
    right: 30px;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    transition: transform 0.7s;
    z-index: 9999999;
    margin: 0;
    top: 15px;
    width: 30px;
    height: 30px;
}
#topbar-menu-icon span {
	    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
#topbar-menu-icon span:nth-child(1) {
	top: 0;
}
#topbar-menu-icon span:nth-child(2) {
	top: 8px;
}
#topbar-menu-icon span:nth-child(3) {
	top: 16px;
}
.nav-menu {
	    padding: 0;
	margin: 0;
    text-align: left;
    -webkit-transform: translate(45%);
    -moz-transform: translate(45%);
    -o-transform: translate(45%);
    transform: translate(45%);
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    transition: all ease 0.7s;
}
.nav-menu li {
	    display: inline-block;
    margin: 0 10px;
    position: relative;
	margin-left: 10px;
}
.nav-menu li span {
	color: #fff;
}

.banner {
    background-image: linear-gradient(to right, #063CFF , #061D6B);
    background-size: cover;
    padding: 3% 0;
    min-height: 380px;
}
.banner h1 {
    font-size: 2.7em;
    line-height: 1.2em;
    padding: 80px 0 0 0;
	    font-family: 'Zoho_Puvi_Bold';
}
.banner img {
    float: right;
    width: 90%;
}
.fourth-sec {
	background: #061D6B;
}
.light-box {
	background: #fff;
	padding: 30px;
	padding-top: 45px;
}
.light-box p {
	padding-left: 25px;
	position: relative;
}
.light-box p:after {
	content: "";
    position: absolute;
    left: -4px;
    background: url(../images/listing-icon.svg);
    width: 20px;
    height: 20px;
    top: 6px;
}
.scrollsec img{
	width: auto;
    height: 40px;
}
.scrollsec a {
	color: #000;
}
.scrollsec a:hover {
	color: #2667f5;
}
.complaince-sec {
	background: #061D6B;
	padding: 40px;
}
.complaince-sec h3 {
	color: #FFDA1A;
}
.complaince-sec a {
	padding: 20px;
	background: #FFDA1A;
	    font-family: 'Zoho_Puvi_ExtraBold';
	color: #000;
	display: inline-block;
	margin-top: 30px;
	transition: .2s;
}
.complaince-sec a:hover {
	cursor: pointer;
	background: #fff;
}
.form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  position: relative;
  margin-bottom: 16px;
  -webkit-transition: border ease 1.5s;
  -moz-transition: border ease 1.5s;
  -o-transition: border ease 1.5s;
  transition: border ease 1.5s;
}
.form-control:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 5px;
  pointer-events: none;
  bottom: 0;
  right: 0;
}
.form-control:before {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 5px;
  pointer-events: none;
  top: 0px;
  left: 0px;
}
.form-control .error {
  position: absolute;
  bottom: -8px;
  left: 30px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 0.8em;
  z-index: 8;
  opacity: 1;
  background: #fff;
  padding: 5px;
  line-height: 0.5;
  color: #dd002c;
  display: none;
}
.form-control .error.phone_codeerror {
  line-height: 1.2;
  bottom: -18px;
  left: 14px;
  margin-right: 8px;
}
.form-control * {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-control .label {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 16px;
  z-index: 8;
  opacity: 0.7;
}
.form-control input,
.form-control select,
.form-control textarea {
  width: 100%;
  outline: none;
  border: none;
  background: none !important;
  height: 100%;
  padding-left: 20px;
  font-size: 1.2em;
  position: relative;
  z-index: 9;
  resize: none;
  font-family: 'Zoho_Puvi_Regular';
}
.form-control input {
  opacity: 0.6;
}
.form-control select {
  opacity: 0;
  background: url('https://www.manageengine.com/images/arrow.png') no-repeat !important;
  background-position: 98% !important;
}
.form-control textarea {
  opacity: 0.6;
  background: none !important;
  padding: 10px 15px;
}
.form-control.btn-submits {
  border: none;
  margin-bottom: 45px;
  padding-left: 0;
}
.dropdown-control {
  background: url('https://www.manageengine.com/images/submenu-sel-arrow.png') no-repeat;
  background-position: 95% center;
}
.form-control.dropdown-control.uscountry {
  background: #fff;
}
.form-comments.form-control .label {
  top: 35%;
}
.form-control.active-row {
  border: 1px solid #fff;
}
.form-control.active-row select {
  opacity: 1;
  color: #333;
}
.form-control.active-row .label {
  top: 0;
  background: #fff;
  padding: 0 6px;
  left: 15px;
  font-size: 1em;
  opacity: 1;
}
.form-control.form-comments {
  height: 85px;
}
.btn-submits button {
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #FFDA1A;
  background: #FFDA1A;
  color: #000;
  cursor: pointer;
  outline: none;
  display: inline-block;
  padding: 12px 40px;
  margin: 0 0 20px 0;
	transition: .2s;
}
.btn-submits button:hover {
  background: #fff;
  border-color: #fff;
}
.form-control.btn-submit,
.form-control.btn-submit-new {
  background: transparent;
  border: none;
  height: auto;
  text-align: center;
}
.btn-submit-new button {
  font-size: 18px;
  font-weight: 400;
  border: 2px solid #F6C855;
  border-radius: 5px;
  background: #F6C855;
  color: #000;
  cursor: pointer;
  outline: none;
  display: inline-block;
  padding: 12px 50px;
  margin: 20px 0;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-submit-new button:hover {
  background: #f24616;
  border-color: #f24616;
  color: #fff;
}
.active-row.form-control::before {
  width: 100%;
  height: 100%;
  border-top-color: #15368b;
  border-right-color: #15368b;
  -webkit-transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  -moz-transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  -o-transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.active-row.form-control::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #15368b;
  border-left-color: #15368b;
  -webkit-transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
  -moz-transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
  -o-transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
  transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
}
.uscountry.form-control {
  height: auto;
  background: transparent;
  padding: 0;
  border-color: transparent;
}
.uscountry.form-control:before {
  display: none;
}
.uscountry.form-control:after {
  display: none;
}
.uscountry select#contact_country,
.uscountry select#zc-country {
  height: 60px;
  border-radius: 4px;
  opacity: 1;
  border: 2px solid #15368b;
  background: url('https://www.manageengine.com/images/arrow.png') no-repeat #fff !important;
  background-position: 95% !important;
}
.uscountry select#country_state,
.uscountry select#ukcountry_region {
  height: 60px;
  border-radius: 4px;
  opacity: 1;
  background: url('https://www.manageengine.com/images/arrow.png') no-repeat #fff !important;
  background-position: 95% !important;
  margin-top: 15px;
  border: 2px solid #15368b;
}
.uscountry .state-label {
  top: unset !important;
  bottom: 38px;
}
.uscountry.form-control.active-row .label {
  z-index: 99;
}

.success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.58);
  display: none;
}
.success-overlay .ad-success-msg {
  box-sizing: border-box;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
  z-index: 999999;
  width: 400px;
  max-width: 90%;
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  color: #000;
  font-size: 1.4em;
  line-height: 1.8;
  font-weight: 400;
  border-radius: 10px;
}
.success-overlay .ad-success-msg p {
  line-height: 1.6;
  margin: 30px 0 0;
  color: #000;
  display: block;
  font-size: 20px;
  font-family: 'Zoho_Puvi_SemiBold';
}
.success-overlay .ad-success-msg p b {
  display: block;
}
@media (max-width: 650px) {
  .success-overlay .ad-success-msg p br {
    display: none;
  }
}
.success-overlay .ad-success-msg span.close {
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 0px;
  color: #5b82c7;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-family: 'Zoho_Puvi_SemiBold';
  font-size: 14px;
  padding: 2px 10px;
}
.success-overlay .ad-success-msg span.close:hover {
  color: #000;
}
.success-overlay .ad-success-msg span.tick-icon {
  display: block;
  width: 100px;
  padding: 20px;
  background: #003795;
  border-radius: 100%;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: -50px;
}
.success-overlay .ad-success-msg span.tick-icon img {
  vertical-align: middle;
  max-width: 100%;
}

#form-sec {
    background-image: linear-gradient(#205DD9 , #00267D);
	background: url("../images/formbg.jpg");
	
}

.second-header.fixed-header.header-fixed {
  padding: 15px 0;
  box-shadow: 0 0 10px #00000057;
  position: fixed;
  z-index: 9999;
}
.second-header.fixed-header.header-fixed .nav-section .nav-menu {
  transform: translate(0);
	padding-top: 5px;
}
.second-header.fixed-header.header-fixed .brand-logo img {
  height: auto;
  width: 200px;
}
.second-header.fixed-header.header-fixed .me-20-logo {
  display: inline-block;
  vertical-align: top;
}
.second-header.fixed-header.header-fixed .me-20-logo img {
  width: 40px;
  position: relative;
  left: 10px;
  bottom: -4px;
  filter: brightness(0) invert(1);
}
.nav-menu li span.active {
	cursor: pointer;
    color: #F6C855;
}
.nav-menu li span:hover {
	    cursor: pointer;
    color: #F6C855;
}
.complaince-sec .formob {
	display: none;
}
.complaince-sec .fordesk {
	display: inline-block;
}
	{
		    overflow: hidden;
	}
#fixedbtn {
  position: relative;
  z-index: 1000;
}
#fixedbtn span {
  display: block;
  padding: 16px 10px;
  position: fixed;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 185px;
  right: -270px;
}
#fixedbtn span:hover {
  right: 0;
}
#fixedbtn span.down {
  background: #29b373;
  margin-bottom: 3px;
  top: 30%;
}
#fixedbtn span.down:before {
  background: url(https://www.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/icon-downlod.svg) #29b373 no-repeat;
  background-position: center;
  background-size: 25px;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 1000;
}
#fixedbtn span.contact {
  background: #29b373;
  top: calc(30% + 60px);
}
#fixedbtn span.contact:before {
  background: url(https://www.manageengine.com/cis-critical-security-controls/images/call-icon.svg) #29b373 no-repeat;
  background-position: center;
  background-size: 25px;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 999;
}
#fixedbtn span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  width: 60px;
  height: 56px;
  text-align: center;
  transform: translate(0%, -50%);
  line-height: 60px;
}
#fixedbtn.slide.act span {
  right: -189px;
}
#fixedbtn.slide.act span:hover {
  right: 0;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.52);
  z-index: 999999;
  top: 0;
  left: 0;
  display: none;
}
	.ens-book {
		width: 58%;
	}
#meGDPRMessage {
    font-size: 16px;
    text-align: left;
    color: #fff;
    line-height: 1.5;
    width: auto;
    margin: auto;
}
.msg-line {
  display: block;
  width: 30%;
  height: 3px;
  background: #013795;
  margin: 15px auto;
  text-align: center;
}
.datepicker {
  position: relative;
  display: inline-block;
  font: 15px/1.5 'Zoho_Puvi_Regular';
  font-weight: 300;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0.5px 0.5px 0 #b3b3b3;
  -moz-box-shadow: 0.5px 0.5px 0 #b3b3b3;
  -o-box-shadow: 0.5px 0.5px 0 #b3b3b3;
  box-shadow: 0.5px 0.5px 0 #b3b3b3;
}
.datepicker > .datepicker_header {
  padding: 0 5px 5px 5px;
  background-color: #ccc;
  color: #333;
  text-align: center;
  font-size: 9pt;
  font-weight: 700;
  min-height: 30px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.datepicker > .datepicker_header > span {
  display: inline-block;
  margin-top: -2px;
  margin-left: 20px;
  margin-right: 20px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.datepicker > .datepicker_header > a {
  color: #4CA9F5;
  cursor: pointer;
  font-size: 20px;
  padding: 3px 16px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  vertical-align: initial;
}
.datepicker > .datepicker_header > a:hover {
  color: #000;
  background-color: #ccc;
}
.datepicker > .datepicker_header > a:hover > div {
  background-position: -16px 0;
}
.datepicker > .datepicker_header > a:active {
  color: #fff;
  background-color: #333;
}
.datepicker > .datepicker_header .icon-home,
.datepicker > .datepicker_header .icon-close {
  display: none;
}
.datepicker > .datepicker_inner_container {
  margin: -2px 0 -2px 0;
  background-color: #ccc;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0.5px 0 3px #b3b3b3;
  -moz-box-shadow: 0.5px 0 3px #b3b3b3;
  -o-box-shadow: 0.5px 0 3px #b3b3b3;
  box-shadow: 0.5px 0 3px #b3b3b3;
}
.datepicker > .datepicker_inner_container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar {
  float: left;
  width: 18.3em;
  margin-top: -0.5px;
  margin-left: -1px;
  margin-bottom: -2px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-top: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > table {
  padding: 10px;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > th {
  color: #000;
  width: 18px;
  font-size: small;
  font-weight: 400;
  text-align: center;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td {
  color: #000;
  font-size: small;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
  padding: 10px;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.today {
  border-bottom: #b3b3b3 solid 2px;
  margin-bottom: -2px;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.day_another_month {
  color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.day_in_past {
  cursor: default;
  color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.day_in_unallowed {
  cursor: default;
  color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.out_of_range {
  cursor: default;
  color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.active {
  color: #fff;
  background-color: #333;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.hover {
  color: #000;
  background-color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist {
  float: left;
  margin-top: -0.5px;
  padding: 5px 0;
  overflow: auto;
  overflow-x: hidden;
  background-color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  text-align: right;
  width: 4.9em;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar {
  overflow: hidden;
  width: 6px;
  background: #ffffff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar:horizontal {
  height: 1px;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-button {
  display: none;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-piece {
  background: #b3b3b3;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-piece:start {
  background: #b3b3b3;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-thumb {
  background: #666666;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-corner {
  background: #333;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: small;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.time_in_past {
  cursor: default;
  color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.out_of_range {
  cursor: default;
  color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.active {
  color: #fff;
  background-color: #333;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.hover {
  color: #000;
  background-color: #ccc;
}
a.learnmore {
	color: #4CA9F5;
	position: relative;
}

.learnmore:after {
	content: "»";
	position: absolute;
	right: -15px;
	transition: .3s;
}
.learnmore:hover {
	cursor: pointer;
}
.learnmore:hover:after {
	right: -20px;
}
#overview h2, .third-sec h2, #complying-with-en h2 {
	margin-top: 0;
}
hr {
	opacity: .3;
}

@media (max-width: 1250px) {
 .second-header.fixed-header.header-fixed .brand-logo img {
    width: 170px;
  }
	    .container {
        max-width: 90%;
    }
	.banner h1 br{
		display: none;
	}
	.ens-book {
		width: 80%;
	}
	.banner h1{
		padding: 60px 0 0 0;
	}
}

@media only screen and (max-width: 1025px) {
	    .banner h1 {
        padding: 40px 0 0 0;
    }
	.second-header.fixed-header.header-fixed .nav-section .nav-menu {
		padding: 0;
	}
	.ens-book {
		width: 40%;
	}
	.fifth-sec .ps{
		position: static;
	}
	.banner h1 {
		 text-align: center;
         width: 80%;
         margin: auto;
	}
	.banner img {
		float: none;
		width: 68%;
	}
	.banner .cols-5 {
		text-align: center;
		margin: auto;
	}
	br {
		display: none;
	}
	.complaince-sec .fordesk {
		display: none;
	}
	.complaince-sec .formob {
		display: inline-block;
		margin: 0;
	}
	.head-container {
        max-width: 90%;
    }
	    .nav-menu {
        -webkit-transform: translate(-4%);
        -moz-transform: translate(-4%);
        -o-transform: translate(-4%);
        transform: translate(-4%);
    }
	 .nav-menu li span {
    color: #000;
  }
  .nav-menu {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 40px;
    right: 40px;
    z-index: 99;
    display: none;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.26);
	          transition: none;
  }
  .nav-menu li {
    display: block;
    text-align: left;
    padding: 4px 0;
    margin: 0 10px;
  }
  .nav-menu li a {
    color: #000;
  }
  .nav-menu li:last-child span {
    border: none;
  }
	    #topbar-menu-icon {
        display: block;
        top: 8px;
    }
	    .nav-menu li > span {
        display: block;
        padding: 15px;
        border-bottom: 1px solid #999999;
    }
	#commonHeader {
		display: none;
	}
	.brand-logo img  {
		width: 150px;
	}
	.second-header.fixed-header .nav-section #topbar-menu-icon.active-menu span:nth-child(1) {
		        top: 8px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
	}
	.second-header.fixed-header .nav-section #topbar-menu-icon.active-menu span:nth-child(2) {
		        opacity: 0;
        right: -60px;
	}
	.second-header.fixed-header .nav-section #topbar-menu-icon.active-menu span:nth-child(3) {
        top: 8px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
	#form-sec {
		background-image: linear-gradient(#063CFF, #061D6B);
	}
}

@media (max-width: 650px) {
	.banner h1 {
		font-size: 2.5em;
	}
  .second-header.fixed-header.header-fixed .me-20-logo img {
    width: 30px;
  }
	.banner h1 {
		width: 100%;
	}
	.complaince-sec {
		text-align: center;
	}
	.nav-menu {
		width: 200px;
	}
	.ens-book {
		width: 70%;
		padding-bottom: 25px;
	}
}
@media (max-width: 380px) {
	.ens-book {
		width: 90%;
	}
.banner h1 {
		font-size: 2em;
	}
}