/* Reset styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}body{font:400 14px/24px 'Zoho_Puvi_Regular';margin:0 auto;background:#fff;color:#444}em{font-family: 'Zoho_Puvi_RegularItalic';font-style: oblique}
.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;
}

/* Common styles */
body { line-height: 1.8;letter-spacing: normal;overflow-x: hidden;}
ol, ul { list-style: none;}
input[type="search"] { -webkit-appearance: textfield;}
.fl {float: left;}
.fr {float: right;}
.tc{text-align: center;}
section{padding:0;margin:0;}
h1, h2, h3, h4{
    font-family: 'ZohoPuvi';
    font-size: 3em;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: normal;
    color: #222;
    letter-spacing: 1px;
}
h3{
    font-size: 1.4em;
    line-height: normal;
}
h4{
    font-size: 1.2em;
    line-height: normal;
}
a{text-decoration: none;color:#1c2fa3;}
a:hover{text-decoration: underline;}
strong{font-family: 'Zoho_Puvi_SemiBold';}
.container {width: 1200px;margin: 0 auto;}
.main-container{width:100%;}
#enquiry-fixedbtn{
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 8;
    display: none;
}
.zsiq_floatmain .zsiq_flt_rel{
    background: #1d31a4 !important;
}
#enquiry-fixedbtn .enquiry-btn{
    color: #1c2fa3;
    background: #fff url(../images/gdpr-enquiry-icon.png) no-repeat center center;
    background-size: 50%;
    text-align: center;
    display: block;
    height: 65px;
    width: 65px;
    cursor: pointer;
    border-radius: 50px;
    text-indent: -999999999em;
    box-shadow: 0px 1px 10px #adbff7;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
#enquiry-fixedbtn .enquiry-btn:hover{
    background: #e6f0fd url(../images/gdpr-enquiry-icon.png) no-repeat center center;
    background-size: 50%;
}
#enquiry-fixedbtn strong{
    display: none;
    font-size: 0.8em;
    position: absolute;
    top: -35px;
    right: -5px;
    width: 60px;
    text-align: center;
    background: #333;
    border-radius: 3px;
    color: #fff;
    padding: 3px 10px;
}
#enquiry-fixedbtn:hover strong{
    display: block !important;
}
#enquiry-fixedbtn strong:after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 35px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
}
/* Header styles */
header{
    position: fixed;
    z-index: 9999;
    width: 100%;
}
header.active{
    background: #fff;
    box-shadow: 1px 1px 5px #dbe4f6;
}
.header-inner{padding:35px 0;}
.logo img {
    height: auto;
}
.brand-logo {
	    display: block;
    width: 210px;
	height: 52px;
}
}
.logo h1 span{
    display: none;
}
.res-menu {
    background: url(../images/mob-menu-icon.svg) no-repeat 0 0;
    width: 25px;
    height: auto;
    display: none;
    text-indent: -999em;
    margin: 13px 10px 0 0;
}
.main-menu{
    padding: 5px 0 0 0;
}
.main-menu li {
    display: inline-block;
    padding: 0 15px 0px 15px;
    vertical-align: top;
}
.main-menu li a{
    color: #333;
    font-size: 1em;
    display: block;
    padding: 5px 0px 10px 0px;
}
.main-menu li.enquiry-link a{
    background: #1c2fa3;
    padding: 5px 20px;
    display: block;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}
.main-menu li:hover a, .main-menu li.active a {
    color: #1c2fa3;
    text-decoration: none;
}
.main-menu li.active a {font-weight: bold;}
.main-menu li.enquiry-link a:hover, .main-menu li.enquiry-link.active a{
    background: #222;
    color:#fff;
    font-weight: normal;
}
.main-menu li.enquiry-link{
    width:0;
    padding: 0;
    overflow: hidden;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
      -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0);
}
.main-menu li.enquiry-link.btn-show{
    width:90px;
    padding: 0 15px 0px 15px;
      -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
}
/* Banner styles */
#GDPR{
    padding-bottom: 5%;
}
.gdpr-creative1{
    display: inline-block;
    width:45%;
    vertical-align: top;
    float: right;
    text-align: right;
    position: relative;
    z-index: 2;
	overflow:hidden;
}
.gdpr-creative1 img{
    position: absolute;
    width:100px;
    right:0;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.gdpr-creative1 .gdpr-bg-creative{
    right: 0;
    bottom: 0;
    width:100%;
    position: static;
	height:auto;
	transform: translateX(190px);
}
.gdpr-creative1 .ani-girl{
    left: 27%;
    bottom: 0;
    width: 28.5%;
    z-index: 2;
}
.gdpr-creative1 .ani-disableline{
    top: 31.5%;
    left: 49.3%;
    z-index: 3;
    width: 21%;
    -o-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
    height: 15px;
}
.gdpr-creative1.active .ani-disableline{
    -webkit-animation: disableline 6s 2s infinite;
    -moz-animation: disableline 6s 2s infinite;
    -o-animation: disableline 6s 2s infinite;
    animation: disableline 6s 2s infinite;
}
@keyframes disableline {
  0% {
      width: 20%;
  }
  10% {
    width: 0;
  }
  50% {
    width: 0;
  }
  60% {
      width: 20%;
  }
  100% {
      width: 20%;
  }
}
.gdpr-creative1 .ani-disableicon{
    width: 12px;
    height: 12px;
    border-radius: 20px;
    top: 31.5%;
    left: 42%;
    background: #7DF4AD;
    position: absolute;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.gdpr-creative1.active .ani-disableicon{
    -webkit-animation: switch-move 6s 2s infinite;
    -moz-animation: switch-move 6s 2s infinite;
    -o-animation: switch-move 6s 2s infinite;
    animation: switch-move 6s 2s infinite;
}
@keyframes switch-move {
  0% {
    left: 42%;
  }
  10% {
    left: 44%;
    background: #F2947E;
  }
  50% {
    left: 44%;
    background: #F2947E;
  }
  60% {
      left: 42%;
      background: #7DF4AD;
  }
  100% {
      left: 42%;
      background: #7DF4AD;
  }
}
.gdpr-creative1 .ani-blink, .gdpr-creative1 .ani-blink span{
    position: absolute;
    width: 50px;
    height: 50px;
    background: #dae4ff;
    border-radius: 50px;
    z-index: 1;
    left: 39.5%;
    top: 29%;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
    -webkit-animation: aniblink 3s 1.8s infinite;
    -moz-animation: aniblink 3s 1.8s infinite;
    -o-animation: aniblink 3s 1.8s infinite;
    animation: aniblink 3s 1.8s infinite;
    opacity: 0;
   
}
.gdpr-creative1 .ani-blink span{
    width: 40px;
    height: 40px;
    background: #adc0f8;
    top: 10%;
    left: 10%;
}

@keyframes aniblink {
  0% {
    opacity:0;
      -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0);
  }
  20% {
    opacity:.6;
      -ms-transform: scale(100%); /* IE 9 */
    -webkit-transform: scale(100%); /* Safari */
    transform: scale(100%);
  }
  100% {
      -ms-transform: scale(100%); /* IE 9 */
    -webkit-transform: scale(100%); /* Safari */
    transform: scale(100%);
  }
}



.gdpr-creative1 .ani-icon1{
    right: 5%;
    top: 0;
}
.gdpr-creative1 .ani-icon2{
    right: 10%;
    top: 16%;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.gdpr-creative1 .ani-icon3{
    right: 40%;
    top: 8%;
}
.gdpr-creative1 .ani-icon4{
    right: 5%;
    top: 37%;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.gdpr-creative1 .ani-icon5{
    right: 30%;
    top: 45%;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.gdpr-creative1 .ani-icon6{
    right: 25%;
    top: inherit;
    bottom: 20%;
}


.gdpr-creative1 .ani-icon1, .gdpr-creative1 .ani-icon2, .gdpr-creative1 .ani-icon3, .gdpr-creative1 .ani-icon4, .gdpr-creative1 .ani-icon5, .gdpr-creative1 .ani-icon6{
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0);
}
.gdpr-creative1.active .ani-icon3, .gdpr-creative1.active .ani-icon4, .gdpr-creative1.active .ani-icon6{
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
}
.gdpr-creative1.active .ani-icon1, .gdpr-creative1.active .ani-icon2, .gdpr-creative1.active .ani-icon5{
    -ms-transform: scale(.6); /* IE 9 */
    -webkit-transform: scale(.6); /* Safari */
    transform: scale(.6);
}
.banner-cont-sec{
    width:45%;
    padding:8% 0 0 8.5%;
    float: left;
}
.explore-btn{margin-top:10%;}
.explore-btn i, .explore-btn > span span{
    display: inline-block;
    vertical-align: top;
}
.explore-btn i{
    background: #1c2fa3;
    width: 50px;
    height: 35px;
    text-align: center;
    padding-top: 15px;
    border-radius: 55px;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.explore-btn > span{
    font-size: 1.2em;
    text-transform: uppercase;
    cursor: pointer;
}
.explore-btn > span span{
	 padding: 2.5% 0 0 1%;
}
.explore-btn:hover i{
    height: 30px;
    padding-top: 20px;
}
/* section common styles */

.sec-title, .sec-cont{
    width:35%;
    display: inline-block;
    vertical-align: top;
}
.sec-title{
    text-align: center;
}
.sec-cont{
    width:63%;
}
.sec-title img{
    width:90%;
    margin-bottom: 10%;
}
.sec-title h2, .sec-cont h2{
    font-size: 2em;
}

/* Compliance section styles */
#Compliance{
    padding: 5% 0 15% 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
#Compliance ul{
    text-align: center;
}
#Compliance ul li{
    background: #f5f8fd;
    padding: 2%;
    width: 43%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 1%;
    min-height: 190px;
}
#Compliance ul li h3{
    padding: 0 0 5% 0;
}

#Compliance:after{
     content: '';
    position: absolute;
    border-bottom: 500px solid #f5f8fd;
    background: none;
    width: 170%;
    height: 150%;
    border-radius: 100%;
    bottom: -60%;
    left: -43%;
    z-index: 5;
}

/* Howtostart section styles */
#Howtostart{background: #f5f8fd;padding:5% 0 10% 0;position: relative;overflow: hidden;}
#Howtostart ul{width:90%;}
#Howtostart ul li{
    padding: 2% 2%;
    margin: 1% 0;
}
#Howtostart:after{
     content: '';
    position: absolute;
    border-bottom: 500px solid #FFF;
    background: none;
    width: 170%;
    height: 150%;
    border-radius: 100%;
    bottom: -48%;
    left: -43%;
    z-index: 5;
	display:none;
}
#Howtostart ul li:nth-child(2n+1), #Howtostart ul li:nth-child(2n+2) h3{
    background: #fff;
}
#Howtostart ul li:nth-child(2n+2), #Howtostart ul li:nth-child(2n+1) h3{
    background: #f5f8fd;
}
#Howtostart ul li h3, #Howtostart ul li p{
    display: inline-block;
    vertical-align: top;
}
#Howtostart ul li h3{
    background: #fff;
    border-radius: 30px;
    width: 40px;
    height: 33px;
    padding-top: 7px;
    margin: 0 2% 0 0;
    text-align: center;
}
#Howtostart ul li p{
    width:90%;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}
#Howtostart .sec-title{text-align: left;}
#Howtostart .sec-title h2{padding-bottom: 20px;}
#Howtostart .sec-title p{padding-bottom: 30px;}
/* Requirements section styles */
#Requirements{background:#fff;padding: 10% 0 0 0;}
#Requirements .sec-cont{width:45%;margin-left: 5%;}
#Requirements h2{padding: 0 0 3% 0;}
#Requirements p{padding: 2% 0;}

.articles-container-mob{
    display: none;
}
.articles-container{
    height: 850px;
    overflow: hidden;
	-moz-transition: height ease-in-out .5s;
	-webkit-transition: height ease-in-out .5s;
	-o-transition: height ease-in-out .5s;
	transition: height ease-in-out .5s;
	margin:0 0 40px;
}
.articles-container.active{
    height: inherit;
    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;
}
ul.articles-list{
    text-align: center;
    width:31%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}
/*
ul.articles-list:nth-child(1){
    margin-top:80px;
}
ul.articles-list:nth-child(3){
    margin-top:120px;
}
*/
ul.articles-list li{
    margin: 20px 0;
    padding: 20px;
    text-align: left;
    border:1px solid #e6effb;
    background: #fff;
    cursor: pointer;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
ul.articles-list li:hover{
    background: #f5f8fd;
}
#Requirements ul.articles-list li p{
    padding: 2% 0;
	height:80px;
}
.exp-btn span{
    display: inline-block;
    background: #d9e3ff;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 5% 0 0 0;
    color: #000;
    font-family: 'Zoho_Puvi_SemiBold';    
    font-size: .9em;
    text-transform: uppercase;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
ul.articles-list li:hover .exp-btn span{
    background: #1c2fa3;
    color: #fff;
}
.disclaimer-sec{
    width: 100%;
    background: #f5f8fd;
    margin-top: -70px;
}
.disclaimer-inner{
    width: 50%;
    text-align: center;
    margin: 0 auto;
    padding: 5% 0;
}
.disclaimer-sec.active{
    margin-top: 0;
}
.artslide{
    position: relative;
    bottom:70px;
    width: 100%;
    left: 0;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f5f8fd+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f8fd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f5f8fd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f5f8fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f8fd',GradientType=0 ); /* IE6-9 */
    z-index: 2;
    filter: alpha(opacity=95);
    -moz-opacity:0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
}
.artslide > span{
    font-size: 1em;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color:#000;
    background: #eef4fe;
    padding: 15px 40px;
    margin: 100px auto 50px auto;
    cursor: pointer;
    font-family: 'Zoho_Puvi_SemiBold';
    width:25%;
}
.artslide > span:hover, .artslide.active > span{
    background: #1c2fa3;
    color:#fff;
}
.artslide span img{
    display: none;
}
.art-more-cont{display: none;}
.art-col3 a{display: block;}
.art-col1 p+p{display: none;}
/* popup  styles */
.articles-popup, .enquiry-popup,.resources-form {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}
.popup-contents, .enquiry-popup-contents {
    width: 95%;
    height: 92%;
    background: #eff6ff;
    margin: 2% auto 0 auto;
    position: relative;
}
.enquiry-popup-contents {
    width:550px;
    height:450px;
    margin: 4% auto 0 auto;
    overflow: scroll;
}
.enquiry-form{
    width: 85%;
    margin: 0 auto;
    height: 400px;
}
.enquiry-form h3{padding: 20px 0;text-align: center;}
.popup-form {
    background: #eff6ff;
	width:500px;
    margin: 5% auto 0 auto;
    overflow: scroll;
	position: relative;
	max-width:100%;
}
.popup-form .form-div{width:auto;background:none;margin:auto;padding:50px;}
.popup-form .form-title{font-size:1.4em;}
.popup-close, .enquiry-popup-close,.popup-form-close {
    text-align: right;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 22px;
    top: 18px;
    z-index: 2;
}
.pop-col1, .pop-col2, .pop-col3{
    display: inline-block;
    vertical-align: top;
    width: 27%;
    padding:3% 3%;
    height: 78%;
    overflow-y: scroll;
}
.pop-col1 .exp-btn{display: none;}
.pop-col2{background: #f5f8fd;}
.pop-col3{position: relative;}
.pop-col3 a{
    color: #1c2fa3;
    display: block;
    padding: 5px 0 5px 0;
    cursor: pointer;
    text-align: left;
}
.pop-col3 a.active{
    color: #1c2fa3;
    text-decoration: underline;
    font-weight: bold;
}
.pop-col3 a:hover{
    color: #1c2fa3;
    text-decoration: underline;
}
.popup-contents h3, .popup-contents h4{
    margin-bottom: 20px;
}
.art-slider{
    position: absolute;
    bottom: 0;
    width: 96%;
    padding: 2%;
    background: #f5f8fd;
    border-top: 1px solid #d6dcf0;
}
.art-slider .prev-sec, .art-slider .next-sec{
    background: url(../images/gdpr-artslide-lt-arrow.png) no-repeat 10% center;
    margin: 0;
    padding: 0 0 0 5%;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
    cursor: pointer;
    white-space: nowrap;
}
.art-slider .prev-sec:hover{
    background: url(../images/gdpr-artslide-lt-arrow.png) no-repeat 1% center;
    color:#1c2fa3;
}
.art-slider .next-sec{
    background:url("../images/gdpr-artslide-rt-arrow.png") no-repeat 90% center;
    padding: 0 5% 0 0;
}
.art-slider .next-sec:hover{
    background:url("../images/gdpr-artslide-rt-arrow.png") no-repeat 99% center;
    color:#1c2fa3;
}



/* Form  styles */
/*
.reg-cont{
    position: absolute;
    width: 75%;
    top: 200px;
}
form input, form textarea{
    background: #f7f8fb;
    font-size: 1em;
    font-weight: 300;
    color: #555;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 5% 0 5% 5%;
    width:95%;
    font-family: 'ZohoPuvi';
}
form textarea{
    height: 50px;
}
input:focus {
    border: 1px solid #fff;
    box-shadow: none;
    outline: none;
}
form label{
    width:30%;
    display: inline-block;
    vertical-align: top;
}
form input:hover, form textarea:hover{
    border: 1px solid #eee;
}
form input.field-error, .dropdown .dropdt a.field-error{
    border: 1px solid #f95959;
}
div.form-field {
    position: relative;
    margin-bottom: 5%;
}
.submit-block{margin-bottom: 5%;}
.submit-block input {
    margin: 0;
    width: 120px;
    background: #1c2fa3;
    color:#fff;
    border: none;
    padding: 12px;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: .9em;
    cursor: pointer;
}
.submit-block input:hover{
    background: #333;
    border: none;
}
.hide_field{display: none;}
p.reg_form_errors {
    position: absolute;
    bottom: -20px;
    font-size: 13px;
    color: #ff0000;
    display: none;
}
.dropdt{
    margin-bottom: 5%;
}
.dropdown .dropdt a{
    display: block;
    padding: 4% 0 4% 5%;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 3px;
    width:95%;
    background: #f7f8fb;
    color:#555;
}
.dropdown .dropdt a{
    background: #f7f8fb url(../images/form-dropdown-arrow.png) no-repeat 95% center;
}
.dropdown .dropdt a:hover{
    border: 1px solid #eee;
}
.dropdown .dropdt a span.hida{
    font-size: 14px;
    color: #777;
}
.dropdown .dropdt a p {
    margin: 0;
}
.multiSel span{
    border: 1px solid #333;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: .9em;
}
.multiSel span strong{
    margin: 0 0 0 10px;
    color: #898383;
    font-weight: 700;
}
.dropdown{position: relative;}
.dropdown .dropdd{
    position: absolute;
    width: 100%;
    z-index: 9999;
    top:58px;
}
.dropdown .dropdd ul{
    border: 0;
    color: #000;
    display: none;
    left: 0;
    padding: 7px;
    position: absolute;
    top: 70px;
    width: 96%;
    list-style: none;
    height: 150px;
    overflow: auto;
    border: 1px solid #e4e4e6;
    background: #FFF;
}
.dropdown .dropdd ul li{
    padding: 5px 10px;
    width: 97%;
}
.dropdown .dropdd input{
    margin: 10px;
    padding: 5%;
}
div.dropdownsearch{
    background: #fff;
    display: none;
    border-left: 1px solid #e4e4e6;
    border-right: 1px solid #e4e4e6;
    border-bottom: 1px solid #fff;
    z-index: 9999;
    position: relative;
}
.dropdown .dropdt a span, .multiSel span{
    cursor: pointer;
    display: inline-block;
}
.success-msg {
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 99999;
    width: 100%;
    background: #f8fdee;
    border: 1px solid #b6db95;
    padding: 10px;
    text-align: center;
    color: #5c8707;
    font-weight: bold;
    font-size: 1em;
    font-weight: 400;
    display: none;
}
*/
.gdpr-openform{
    background: #eff6ff;
    padding: 10px 0 0 30px;
    margin: 30px 0 0 0;
    width:475px;
    border-radius: 3px;
}
/* footer  styles */
footer {
    padding: 3% 0px;
    color: #000;
    text-align: center;
    position: static;
    display: block;
    width: 100%;
    background: #e6effb;
}
.zoho-division {
    font-size: 1.5em;
    line-height: normal;
    margin: 0 0 15px 0;
}
.zoho-division span {
    display: block;
    padding: 10px 0 15px 0;
    color: #000;
    font-size: 1.2em;
    font-family: 'Zoho_Puvi_SemiBold';
}
.zoho-division img {
    width: 240px;
    height: auto;
    padding: 0px 8px;
    vertical-align: top;
}
footer p {
    font-size: .8em;
}
#enquiry-fixedbtn{
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-name: enquiry-wobble;
    animation-name: enquiry-wobble;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 5;
    animation-iteration-count: 5;
}
.zc-Comments-group{display: none !important;}
#backToTop {
    position: fixed;
    right: 20px;
    bottom: 80px;
    color: #000;
    background: rgba(0, 0, 0, 0.7) url(https://www.manageengine.com/images/up-arrow.png) no-repeat 16px 17px;
    font-size: 12px;
    display: none;
    cursor: pointer;
    transition: all 0.1s ease 0s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
	z-index:9;
}
#backToTop:hover {
    background-color: rgba(0, 0, 0, 0.9);
    background-position: 16px 10px;
}
/*------ form section css--------*/
.form-div *{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rows:after,
.rows:before{
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -10px;
	margin-left: -10px;
}
.cols-2,
.cols-25,
.cols-3,
.cols-4,
.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: 12.5%;
}
.cols-25 {
	width: 20%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-6 {
	width: 50%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
@media only screen and (max-width: 1025px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-3 {
	width: 25%;
}
}
@media only screen and (max-width: 650px)
{
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-3 {
	width: 25%;
}
}
.form-div{
	width:400px;
	background: #eff6ff;
	margin:40px 0 0;
	padding:40px 50px;
}
.form-control.btn-submits {
  background: transparent;
  text-align: center;
}

.form-control {
  height: 55px;
  margin-bottom: 12px;
}

.dropdown1,
.dropdt1 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dropdown1::-webkit-scrollbar,
.dropdt1::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  display: none;
}

p.privacy-policy {
 font-size: 14px;
  color: #000000;
  margin-top:0px;
  font-family: 'Zoho_Puvi_Regular';
	line-height:1.6;
}
.popup p.privacy-policy {
    margin-bottom: 10px;
}
p.privacy-policy a {
  color: #000000;
  text-decoration: underline;
}
p.privacy-policy a:hover {
  text-decoration: none;
}
#meGDPRMessage {
  color: #000000;
  font-size: 14px;
  width: 100%;
  line-height: 1.6;
	margin-bottom:10px;
}
.dropdt1 .hida1 {
  padding-top: 16px;
}

.hide_field {
  display: none;
}
/* form css  */
.form-title {
    margin: 0 0 18px;
    font-family: 'Zoho_Puvi_SemiBold';
    color: #444;
    font-size: 1.2em;
    line-height: 1.2;
	text-align:center;
}
.form-control,#form-sec .captcha-input.form-field {
  display: block;
  width: 100%;
  height: 55px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: none;
  position: relative;
  margin-bottom: 16px;
  transition: border ease 1.5s;
  -webkit-transition: border ease 1.5s;
  -moz-transition: border ease 1.5s;
}
.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-control.active-row {
  border: 1px solid #fff;
}

.form-control.btn-submits {
  border: none;
  margin-bottom: 45px;
  padding-left: 0;
}

.form-control.form-comments {
  height: 85px;
}

.form-control:after,
.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;
}

.form-control:before {
  top: 0px;
  left: 0px;
}

.form-control:after {
  bottom: 0;
  right: 0;
}

.form-control .error {
  position: absolute;
  bottom: -8px;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 12px;
  z-index: 8;
  opacity: 1;
  background: linear-gradient(to bottom, #fff, #f3f3f3);
  padding: 5px;
  line-height: 0.5;
  color: red;
  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;
  transform: translate(0%, -50%);
  top: 50%;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 16px;
  z-index: 8;
  opacity: 0.7;
}

.form-comments.form-control .label {
  top: 35%;
}

.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;
  opacity: 0.6;
  resize: none;
  font-family: "ZohoPuvi";
}

.form-control select {
  opacity: 0;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat !important;
  background-position: 98% !important;
}

.form-control.active-row select {
  opacity: 1;
  color: #7c7979;
}
.enquiry-popup .form-control
{
	    height: 48px;
	    border: 1px solid #c9c6c6;
	    transition: border ease .9s;
    -webkit-transition: border ease .9s;
    -moz-transition: border ease .9s;
}
.enquiry-popup .active-row.form-control
{
	border-color: #fff;
}
.form-control.btn-submits {
    border: none;
}
.btn-submits button {
     border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #ff4a36;
    background: #ff4a36;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 40px;
    margin: 0 0 20px 0;
}

.btn-submits button:hover {
 background: #1c1c1c;
    border-color: #1c1c1c;
}
p.callback-text {
    margin: 0 0 12px 0;
    color: #3b3b3b;
    font-size: 0.9em;
    position: relative;
    bottom: 7px;
}
b.sup {
    font-size: 0.8em;
    position: relative;
    bottom: 5px;
    left: 2px;
}
.form-control.btn-submit,
.form-control.btn-submit-new {
  background: transparent;
  border: none;
  height: auto;
  text-align: center;
	margin:0;
	padding:0;
}

.btn-submit-new button {
 font-size: 18px;
    font-weight: 400;
    border: 2px solid #1c2fa3;
    border-radius: 5px;
    background: #1c2fa3;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 50px;
    margin: 20px 0 0;
}

.btn-submit-new button:hover {
  background: #0A1F9D;
  border-color:#0A1F9D;
}

.active-row.form-control::before {
  border-top-color: #3754ff;
  border-right-color: #3754ff;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  width: 100%;
  height: 100%;
}

.active-row.form-control::after {
  border-bottom-color: #3754ff;
  border-left-color: #3754ff;
  transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s,
    height 0.15s ease-out 0.45s;
  width: 100%;
  height: 100%;
}

.form-control.active-row .label {
  top: 0;
  background: linear-gradient(to bottom, #f1f5ff, #fff);
  padding: 0 6px;
  left: 15px;
  font-size: 1em;
  opacity: 1;
}
.popup .form-control.active-row .label
{
	background: #fff;
}
.uscountry.form-control {
  height: auto;
  background: transparent;
  padding: 0;
  border-color: transparent;
}

.uscountry.form-control:before,
.uscountry.form-control:after {
  display: none;
}

.uscountry select#contact_country,
.uscountry select#zc-country {
  height: 60px;
  border: 2px solid #3754ff;
  border-radius: 4px;
  opacity: 1;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat #fff !important;
  background-position: 95% !important;
}
.popup .uscountry select#contact_country, .popup .uscountry select#zc-country
{
	height: 48px;
}
.uscountry.form-control.active-row .label {
  z-index: 99;
}

.uscountry select#country_state {
  height: 60px;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat #fff !important;
  background-position: 95% !important;
  margin-top: 15px;
  border-radius: 4px;
  opacity: 1;
  border: 2px solid #3754ff;
}
.uscountry .state-label {
  top: unset !important;
  bottom: 38px;
}
.dropdown1 {
  position: relative;
  z-index: 99;
  font-size: 12px;
  padding: 0;
  height: 55px;
}

.dropdown1.sol {
  z-index: 999;
}

.dropdown1 .dropdt1 {
  width: 100%;
  height: 100%;
}

.clicks {
  display: block;
  width: 100%;
  height: 100%;
}

.dropdt1 .hida1 {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-left: 30px;
  font-size: 16px;
  color: #7a7878;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat transparent;
  background-position: 96%;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
	text-align:left;
}

.active-row .dropdt1 .hida1 {
  background: linear-gradient(to bottom, #f3f3f3, #fff);
  width: auto;
  display: inline-block;
  position: absolute;
  height: auto;
  padding: 0 6px;
  top: -8px;
  left: 15px;
  z-index: 9;
  color: #555;
}

.multiSel1 {
  padding: 12px 10px 5px 10px;
  height: 53px;
  overflow: scroll;
  display: none;
	text-align:left;
}

.dropdown1 .dropdd1 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

div.dropdownsearch1 {
  width: 100%;
  background: #fff;
  display: none;
  z-index: 9999;
  position: relative;
}

.dropdown1 .dropdd1 input {
  width: 96%;
  padding: 10px;
  font-size: 14px;
  margin: 15px 10px 5px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  opacity: 1;
}

.dropdown1 .dropdd1 ul {
  color: #2e2d2d;
  display: none;
  left: 0;
  padding: 15px 0 2px 0;
  position: absolute;
  top: 50px;
  width: 100%;
  list-style: none;
  height: 175px;
  overflow: auto;
  background: #fff;
  text-align: left;
  overflow: scroll !important;
}

.dropdown .dropdd ul li,
.dropdown1 .dropdd1 ul li {
  padding: 5px 10px;
  width: 100%;
  font-size: 14px;
  line-height: 2;
  cursor: pointer;
}
.dropdown1 .dropdd1 ul li:hover {
    background: #f0f0f0;
}
.multiSel1 span {
  border: 1px solid #333;
  padding: 1px 5px;
  border-radius: 5px;
  margin: 2px 5px 2px 0;
  font-size: 0.9em;
  line-height: 20px;
  display: inline-block;
	font-family:"Zoho_Puvi_Regular";
}

.multiSel1 span strong {
  margin: 0 0 0 10px;
  color: #898383;
  font-weight: 700;
  cursor: pointer;
}
#form-sec .captcha-input {
  vertical-align: middle;
}
#form-sec .captcha-input,
div.form-group .form-field {
  position: relative;
}
#form-sec .captcha-input.form-field {
  margin: 0;
}
#form-sec .captcha-input {
  margin: 0;
}
#form-sec .form-group.captcha-group {
  margin: 0 0 10px 0;
}
#form-sec #WrongCaptchaError {
  position: absolute;
  bottom: -8px;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 12px;
  z-index: 8;
  opacity: 1;
  background: #fff;
  padding: 5px;
  line-height: 0.5;
  color: red;
  display: none;
width:auto;
	top:inherit;
}
#form-sec .CaptchaWrap {
  position: relative;
  vertical-align: middle;
	width:auto;
	float:none;
	margin:0;
}
#form-sec #CaptchaImageCode {
  text-align: center;
  padding: 0 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 10px;
}
#form-sec .CaptchaTxtField {
  display: block;
  box-sizing: border-box;
}
#form-sec div.reload {
  width: 8%;
  vertical-align: middle;
}
#form-sec .CaptchaWrap:after,
#form-sec .CaptchaWrap:before,
#form-sec .captcha-input:after,
#form-sec .captcha-input:before {
  content: "";
  display: table;
  clear: both;
}
#form-sec .capcode {
  font-size: 46px;
  display: block;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "Zoho_Puvi_ThinItalic";
  font-style: italic;
}
#form-sec div.form-group input.ReloadBtn {
  background: url(https://www.manageengine.com/images/captcha-reload.svg) left
    top no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
     text-indent: -99px;	
  position: relative;
  left: 7px;
  top: 15px;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
	filter:invert(1);
}
/*------------------- Success msg css----------*/
.success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 58%);
  display: none;
}
.ad-success-msg {
  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: #000000;
  font-size: 1.4em;
  line-height: 1.8;
  font-weight: 400;
  border-radius: 10px;
}
.ad-success-msg p {
   line-height: 1.6;
    margin: 30px 0 0;
    color: #000;
    display: block;
    font-size: 20px;
    font-family: 'Zoho_Puvi_SemiBold';
}
.ad-success-msg p b {
    display: block;
}
span.tick-icon {
    display: block;
    width: 50px;
    padding: 20px;
    background: #003795;
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: -50px;
}
span.tick-icon img{
	vertical-align: middle;
	max-width: 100%;
}
.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;
}
.ad-success-msg span.close:hover {
  color: #000;	
}
/* Responsive  styles */
@media (min-width: 1600px) {
    .gdpr-creative1 .ani-blink{left: 40%;top: 29.5%;}
    .banner-cont-sec{padding: 12% 0 0 8.5%;}
}
@media (min-width: 2000px) {
    body{background:#f6f6f6;}
    header{width:inherit;}
    .main-container{width:1600px;margin:0 auto;box-shadow: 0px 0px 10px #e3e1e1;}
    .container{width:90%;padding: 0 4%;}
    #GDPR{background: #fff;}
    #Howtostart::after{bottom: -45%;}
    .gdpr-creative1 .ani-blink{left: 39.5%;top: 29%;}
}
@media (max-width: 1400px) {
    .gdpr-creative1 .ani-disableicon{width: 10px;height:10px;}
    .gdpr-creative1 .ani-disableline{top: 31.1%;}
	.gdpr-creative1 .gdpr-bg-creative{transform: translateX(165px);}
}
@media (max-width: 1300px) {.gdpr-creative1 .gdpr-bg-creative{transform: translateX(140px);} .brand-logo {height: auto}.header-inner{padding: 1% 0;}}
@media (max-width: 1200px) {
    #backToTop {
		display: none !important;
	}
}
@media (max-width: 1100px) {
    .container{width:96%;padding: 2%;}
    #Howtostart ul li p{width:85%;}
    .gdpr-creative1 .ani-disableicon{width: 8px;height:8px;top: 31.3%;}
    .gdpr-creative1 .ani-disableline{top: 30.5%;}
    .gdpr-creative1 img{width:80px;}
	.gdpr-creative1 .gdpr-bg-creative{transform: translateX(120px);}
}
@media (max-width: 1000px) {
	#Requirements ul.articles-list li p {
		height: auto;
	}
    .logo img{width:190px;}
    #GDPR{padding: 0;}
    .banner-cont-sec{
        width: 100%;
        float: none;
        padding: 8% 0 0 0;
        margin: 0 auto;
        text-align: center;
    }
	.form-div{max-width:100%;margin:40px auto 0;}
    .gdpr-openform{margin:20px auto 0 auto;}
    .banner-cont-sec{padding-top: 15%;}
    #Compliance::after, #Howtostart::after{display: none;}
    #Compliance, #Howtostart, #Requirements{text-align: center;padding: 5% 0;}
    #Requirements{padding: 5% 0 0 0;}
    .sec-title{width:50%;margin-bottom: 3%;}
    .sec-cont{width:100%;}
    #Requirements .sec-cont{width:85%;}
    .articles-container-mob{display: block;}
    .articles-container, .artslide span{display: none;}
    ul.articles-list{width:100%;padding: 0;}
    ul.articles-list li{margin: 20px 10px;}
    .disclaimer-inner{width:80%;}
    header {background: #fff;box-shadow: 1px 1px 5px #ccc;}
    #Howtostart ul{margin-left:5%;}
    #Howtostart .sec-title{position: absolute;top: 2%;left: 26%;}
    #Howtostart .sec-cont{margin-top: 500px;}
    .exp-btn{display: none;}
    .art-more-cont, .art-col1 p + p{display: block;}
    .art-col2 h4{padding: 20px 0 0 0;}
    .art-col3 h4{padding: 20px 0 10px 0;}
    #Requirements ul.articles-list li .art-col2 p{padding: 10px 0 0 0;}
    .disclaimer-sec{margin-top:0;}
    #Howtostart .sec-title{text-align: center;}
    .gdpr-creative1{display: none;}
    .main-menu li{padding: 0 5px;}
}
@media (max-width: 600px) {
	.form-div{max-width:80%;margin:40px auto 0;padding:25px;}
	.popup-form{margin:25% auto;}
    .res-menu{display: block;}
    .main-menu{
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 98%;
        right: 0px;
        background: rgba(0,0,0,.8);
        width: 100%;
        font-size: 100%;
        padding: 0;
        -moz-transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        transition: all ease-in-out .5s;
    }
    .main-menu.active{height: 280px;}
    .main-menu li{
        display: block;
        padding: 8px 25px;
        border-bottom: 1px solid #5d5d5d;
        text-align: center;
    }
    .main-menu li:hover{background: #000;}
    .main-menu li.enquiry-link{border: none;}
    .main-menu li.enquiry-link a:hover{background: #fff;color:#222;}
    .main-menu li a{color:#fff;}
    .main-menu li:hover a, .main-menu li.active a{color:#abbef8;}
    .sec-title, #Compliance ul li{width:80%;}
    .banner-cont-sec{width:100%;position: relative;z-index: 2;padding: 10% 0 0 0;background: rgba(255,255,255,.8);}
    .banner-cont-sec h2{padding-top: 5%;}
    .explore-btn{text-align: center;}
    #GDPR{text-align: center;padding-top: 10%;}
    h2{font-size: 2em;}
    #Howtostart .sec-title{position: absolute;top: 2%;left: 12%;}
    #Compliance ul li{padding: 20px;}
    .sec-title h2, .sec-cont h2 {font-size: 1.4em;}
    h3 {font-size: 1em;}
    .sec-title img{margin:0;}
    .zoho-division img{width:170px;}
    .explore-btn{background: #1c2fa3;padding: 10px 30px;display: inline-block;text-align: center;border-radius: 3px;margin: 10px 0 10px 0;}
    .explore-btn i{display: none;}
    .explore-btn > span span{padding: 0;color: #fff;}
    .explore-btn:hover{background: #222;}
    .explore-btn:hover i{height: 27px;padding-top: 8px;}
    .enquiry-popup-contents{width: 90%;height: 500px;}
    .dropdown .dropdd{top: 42px;}
    .dropdown .dropdd input{margin: 5px;}
    .dropdown .dropdd ul{width:95%;top: 53px;}
    #Howtostart .sec-title h2{padding-bottom: 10px;}
    #Howtostart ul{width: 100%;margin:0;}
    #Howtostart ul li {padding: 20px 2%;} 
    #Howtostart .sec-title br{display: none;}
    #Requirements .sec-cont{margin:0;}
    ul.articles-list{margin:0!important;}
    .gdpr-creative1{display: none;}
    #enquiry-fixedbtn strong{display: none;}
    #enquiry-fixedbtn .enquiry-btn{
        background: #fff url(../images/gdpr-enquiry-icon.png) no-repeat 15% 10px;
        background-size: 20%;
        height: auto;
        text-indent: inherit;
        padding: 10px 10px 10px 35px;
        line-height: normal;
        font-weight: bold;
        border-radius: 50px;
    }
   #enquiry-fixedbtn .enquiry-btn:hover{
        background: #e6f0fd url(../images/gdpr-enquiry-icon.png) no-repeat 15% 10px;
       background-size: 20%;
    }
    #enquiry-fixedbtn strong{right: 14px;}
    .gdpr-openform{width:75%;padding: 10%;}
	.btn-submit-new button{width:100%;}
}
@media (max-width: 410px) {
    .dropdown .dropdd ul{width:94%;}
}
@media (max-width: 350px) {
    .dropdown .dropdd ul{width: 96%;}
    .gdpr-openform{width:90%;}
}

/* Enquiry Wobble effect */
@-webkit-keyframes enquiry-wobble {
  16.65% {
    -webkit-transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes enquiry-wobble {
  16.65% {
    transform: translateY(6px);
  }
  33.3% {
    transform: translateY(-5px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}