/* Common styles */
body {font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif !important ;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    background:#f3f6fb;
    font: inherit;
}
   
/*body {font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;font-size: 16px; }*/
ol, ul { list-style: none;}


#backToTop {
    position: fixed;
    right: 20px;
    bottom: 80px;
    color: #000;
    background: rgba(0, 0, 0, 0.7) url(/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;
}

#rt-showcase {
    background: #f3f6fb !important;
}

#rt-feature {
    background-color: #f3f6fb !important; 
}

#rt-expandedtop, #rt-mainbody-surround  {
    background-color: #ffffff !important; 
}

#rt-bottom {
    background-color: #174bb3 !important; 
}

#rt-bottom .span6{
    color: #ffffff;
    
    
}

input[type="search"] { -webkit-appearance: textfield;}
.fl {float: left;}
.fr {float: right;}
.tc{text-align: center;}
section{padding:0;margin:0;}
h1, h2{
    font-family:"proxima_novasemibold" !important;
    font-size: 3.5em;
    line-height: normal;
    color:#292f40;
}

h3{font-size:2em;
    font-weight:400;
    line-height:1em;
    padding:0 0 10px;
    margin: 30px 0 20px;}
h4{
    
    font-size: 1.5em;
    line-height: normal;
}
h5{
    font-family:"proxima_novasemibold" !important;
    font-size: 1em;
    line-height: normal;
}
.breadcrumb{top: -70px;left:8.2%;font-size: .8em;}
.in-icon{display: none;}
.head-block { max-width: inherit;margin:0;}
.head-block.fl{float: none;}
.head-block p{font-size: 1em;margin:0;}
.container {width: 100%;margin: 0 auto;max-width: none;}
.footer.container {width: 1200px;margin: 0 auto;}
.gdpr-container {width: 1200px;margin: 0 auto;}
.head-block section{padding: 90px 0;}
#fixedbtn{display: none;}
/* Banner styles */
.gdpr-banner-sec{
    background:#fff;
    min-height: 500px;
}
.gdpr-creative{
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}
.creative-animate{
    position: relative;
    width:625px;
    height: 635px;
    overflow: hidden;
}
.creative-bg{
    position: absolute;
    right:-700px;
    z-index: 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;
}
.animate .creative-bg{
    right:0;
}
.creative-img1, .creative-img1-2{
    position: absolute;
    right: 30%;
    top: 34%;
    width: 55%;
    z-index: 4;
    -ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Safari */
    transform: rotate(-4deg);
	-moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
    opacity: 0;
}
.creative-img2{
    position: absolute;
    left: 69.5%;
    top: 57.5%;
    z-index: 3;
    width: 0;
    height: 0;
	-moz-transition: all linear .5s;
	-webkit-transition: all linear .5s;
	-o-transition: all linear .5s;
	transition: all linear .5s;
}
.animate .creative-img1{
    opacity: 1;
    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;
}
.animate-char .creative-img1{
    opacity: 0;
}
.animate-char .creative-img1-2{
    opacity: 1;
    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;
}
.animate .creative-img2{
    width:8%;
    height: auto;
    left: 66%;
    top: 52.5%;
    -webkit-transition-delay: 5s; /* Safari */
    transition-delay: 5s;
}
.animate .creative-img3{
    opacity: 1;
    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;
}
.creative-img3{
    position: absolute;
    right: 12%;
    top: 45%;
    z-index: 1;
    width: 20%;
	-moz-transition: all linear .5s;
	-webkit-transition: all linear .5s;
	-o-transition: all linear .5s;
	transition: all linear .5s;
    opacity: 0;
}
.gdpr-star1{
    position: absolute;
    right: 0;
    top: 25%;
    z-index: 0;
    width: 30%; 
}
.star-five {
    position: relative;
    display: block;
    color: #ffcc00;
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-bottom: 17px solid #ffcc00;
    border-left: 25px solid transparent;
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
	-moz-transition: all linear .5s;
	-webkit-transition: all linear .5s;
	-o-transition: all linear .5s;
	transition: all linear .5s;
    position: absolute;
    top: 25%;
    right: 10%;
    opacity: 0;
}
.animate .star-five {
    opacity: 1;
}
.star-anim1 {
    top: 28%;
    right: 0%;
}
.star-anim2 {
    top: 30%;
    right: 11%;
}
.star-anim3 {
    top: 38%;
    right: 19%;
}
.star-anim4 {
    top: 56%;
    right: 26%;
    z-index: 2;
}
.animate-char .star-anim4{
    opacity: 0;
}
.star-anim5 {
    top: 68%;
    right: 10%;
}
.star-anim6 {
    top: 72%;
    right: 0;
}
.animate .star-anim6 {
    -webkit-transition-delay: 2s; /* Safari */
    transition-delay: 2s;
}
.animate .star-anim5 {
    -webkit-transition-delay: 2.3s; /* Safari */
    transition-delay: 2.3s;
}
.animate .star-anim4 {
    -webkit-transition-delay: 2.6s; /* Safari */
    transition-delay: 2.6s;
}
.animate .star-anim3 {
    -webkit-transition-delay: 2.9s; /* Safari */
    transition-delay: 2.9s;
}
.animate .star-anim2 {
    -webkit-transition-delay: 3.2s; /* Safari */
    transition-delay: 3.2s;
}
.animate .star-anim1 {
    -webkit-transition-delay: 3.5s; /* Safari */
    transition-delay: 3.5s;
}
.star-five:before {
    border-bottom: 20px solid #ffcc00;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -11px;
    left: -16px;
    display: block;
    content: '';
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
}
.star-five:after {
   position: absolute;
    display: block;
    color: #ffcc00;
    top: 1px;
    left: -26px;
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-bottom: 17px solid #ffcc00;
    border-left: 25px solid transparent;
    -webkit-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    -o-transform: rotate(-70deg);
    content: '';
}

.explore-sol-btn{
    display: inline-block;
    background: #174bb3;
    padding: 8px 25px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
	text-transform:uppercase;
}
.being-today-btn{
    display: inline-block;
    background: #ffcb01;
    padding: 8px 25px;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    margin:0 0 0 20px;
	text-transform:uppercase;
}
.explore-sol-btn:hover, .being-today-btn:hover{
    background: #292f40;
    text-decoration: none;
    color: #fff;
}
.gdpr-banner-sec h2{
    padding-top:8%;
    margin-left: -1000px;
   /* opacity: 0; */
   opacity: 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-banner-sec.animate h2{
    margin-left: 0;
    opacity: 1;
}
.gdpr-banner-sec p{
    margin:5px 0 30px 0; 
  /*  opacity: 0; */
     opacity: 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-banner-sec.animate p{
    opacity: 1;
}
.gdpr-banner-sec p.gdpr-btn{
    margin-top:15%;
   /* opacity: 0; */
     opacity: 0; 
}
.gdpr-banner-sec.animate p.gdpr-btn{
    margin-top:0;
    opacity: 1;
}

/* brief section styles */
.gdpr-overview ul li{
   /* opacity: 0; */
     opacity: 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-overview.active ul li{
    opacity: 1;
}
.gdpr-overview.active ul li:first-child{
    -webkit-transition-delay: .2s; /* Safari */
    transition-delay: .2s;
}
.gdpr-overview.active ul li:nth-child(2){
    -webkit-transition-delay: .8s; /* Safari */
    transition-delay: .8s;
}
.brief-list{
    background: #fff;
    padding: 50px 50px 30px 50px;
}
.brief-list .cont-left{
    width:15%;
    display: inline-block;
}
.brief-list .cont-left p{
    width: 175px;
    height: 160px;
    display: inline-block;
    background: #292f40;
    border-radius: 175px;
    text-align: center;
    padding: 15px 0 0 0;
    vertical-align: middle;
    vertical-align: top;
}
.brief-list p{
    line-height: 30px;
}
.brief-list .cont-left img{
    width: 70%;
}
.brief-list .cont-right{
    width: 75%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 4%;
}
.brief-list .cont-right h3{
    margin: 0;
}
.brief-list > li+li{
    margin: 50px 0 0 0;
}
.brief-list ol{
    margin: 0px 0 20px 50px;
}
.brief-list ol li{
    padding: 5px 0;
    position: relative;
}
.brief-list ol .comp-bullet{
    padding: 0 5px;
    font-size: 4em;
    height: 20px;
    width: 20px;
    color: #174bb3;
    position: absolute;
    left:-30px;
    top:-13px;
}


/* how to compliant section styles */
.gdpr-compliant-sec{
    background:#fff;
    text-align: center;
}
.gdpr-compliant-inner{
    width: 65%;
    margin: 0 auto;
/*    opacity: 0; */
     opacity: 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-compliant-sec.active .gdpr-compliant-inner{
    opacity: 1;
}
/* GDPR Solutions styles */
.gdpr-solutions h3{
    text-align: center;
    padding: 0;
}
.gdpr-solutions ul li{
    width: 42%;
    background: #fff;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    margin:2%;
    min-height: 200px;
	-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;
  /*  opacity: 0; */
    opacity: 0;
}
.gdpr-solutions ul li p{
    min-height: 135px;
}
.gdpr-solutions.active ul li{
    opacity: 1;
}
.gdpr-solutions ul li:hover{
    box-shadow: 0px 3px 15px #ddd;
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.gdpr-solutions h4{
    margin: 0 0 10px 0;
}
.learnmore-link{
    background: #f44336 url("/landing/gdpr/gdpr-learnmore-arrow.png") no-repeat 90% center;
    color: #fff;
    display: inline-block;
    padding: 4px 35px 4px 15px;
    margin-top:15px;
    font-size: .9em;
}
.learnmore-link:hover{
    text-decoration: none;
    color: #fff;
    background: #292f40 url("/landing/gdpr/gdpr-learnmore-arrow.png") no-repeat 90% center;
}

/* GDPR related resources styles */
.gdpr-rel-resources{
    background: #fff;
}
.gdpr-rel-resources ul{
    text-align: center;
   /* opacity: 0; */
    opacity: 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;
	position:relative;
}
.gdpr-rel-resources ul li{
    background: #f3f6fb;
    width: 43%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    margin: 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;
     -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
    cursor: pointer;
	text-align:left;
	position:relative;
}
.gdpr-rel-resources.active ul{
    opacity: 1;
}
.gdpr-rel-resources ul li:hover{
     -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari */
    transform: scale(1.05);
    box-shadow: 0 5px 4px #ddd;
    -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;
}
.gdpr-rel-resources ul li:first-child{ margin-right:4%;}
.gdpr-rel-resources ul li img{
    width:35%;
	margin-right:20px;
	float:left;
}
.gdpr-rel-resources ul li h5{
    padding: 15px 0 5px 0;
}
.gdpr-rel-resources ul li p{
    font-size: .85em;
    line-height: normal;
    margin: 10px 0;
}
.download-link{
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 600;
    background:url('/landing/gdpr/gdpr-download-arrow.png') no-repeat 90% center;
    padding: 0 35px 0 0;
}
.gdpr-blogs-sec{
    background: #f3f6fb;
    padding: 25px 30px;
    margin: 40px 15px 0 15px;
}
.gdpr-blogs-sec h3{
    margin: 0;
    padding: 0;
    text-align: left;
    display: inline-block;
}
.gdpr-blogs-sec a{
    text-align: right;
    float: right;
    background: #222;
    padding: 5px 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: .9em;
}
.gdpr-blogs-sec a:hover{
    background: #ffcb01;
    color:#000;
    text-decoration: none;
}

/* GDPR Register form sec styles */
.gdpr-register{
    background: #174bb3;
}
.gdpr-register h3{
    color:#fff;
}
.reg-cont {
    margin: 0 auto;
    width: 800px;
}

/* ----- Form styles ------*/

.rc-anchor-light {
   background: #174bb3; 
}


.hide_field {
	display: none;
}
.control-group  label{
    color:#fff;
}
.control-group  textarea{
    height: 155px;
    border-radius: 0px !important; 
}

.control-group  label.control-label .formControlLabel {
	max-width: 570px;
	display: block;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
	font-weight: 300;
	font-size: 1em;
}
.control-group  label.control-label .formControlLabel {
	font-weight: 400;
	color: #fff;
}
.formRequired {
	color: #f00;
	margin-left: 3px;
	font-size: 13px;
	font-weight: normal;
}
.form-group, .control-group .form-label, .control-label {
	width: 370px;
	padding: 0 10px 0 0;
	display: block;
}
.zc-Name, .zc-Business_Email {
	width: 500px;
}
.zc-Company, .zc-Phone_Number, .zc-Why_would_you_like_to_attend_this_event, .zc-Location {
	width: 300px;
}
label.control-label {
	padding-top: 5px;
}
.control-group .controls {
    font-family: "proxima_nova_rgregular",Arial,Helvetica,sans-serif;
	/* background: #fff; */
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #555;
	/*border: 1px solid #fff; */
	padding: 12px 0 12px 10px;
	width: 98%;
}

.control-group .controls input {
    border-radius: 0px !important; 
}

.controls .btn {
    background-color: #ffcb01 !important;
    color: #000 !important;
    border-radius: 0px !important;
    min-width: 105px;
    display: block;
    font-size: 16px ;
    padding: 10px 40px;
    text-transform: uppercase !important;
}



.controls .btn:hover {
    background-color: #000 !important;
    color: #fff !important;
  
}

.control-group .zc_textareafield{
    height: 100px;
}
.control-group .zc_textareafield:focus{
    outline: none;
    outline-offset: 0;
}
.zc-Company-group .form-control-sec {
	float: left;
	width: 46.5%;
	margin: 0 6px 0 0;
}
.zc-Company-group .form-control + .form-control{
	margin: 00;
}
.control-group {
	margin-bottom: 18px;
}
.zc-Why_would_you_like_to_attend_this_event {
	height: 100px !important;
}
.choice-table-row .choice-table-cell span {
	color: #fff;
}
.form-field .tempContDiv {
	display: table;
}
.zc-Comments-group{ margin-bottom:5px;}
.form-field .tempContDiv .choice-table-cell, .choice-table-row {
	display: inline-block;
	padding: 0 10px 0 0;
	width: 280px;
}
.form-group, .control-group select {
	background: transparent;
	border: 1px solid #000;
	padding: 5px;
	width: 303px;
	border-radius: 0 !important;
	font-size: 13px;
	height: 30px;
}
.submit-block {
    margin: 10px 0 0 0;
    text-align: center;
}
.submit-block input {
	background: #222;
	color: #fff;
	padding: 12px 10px;
	width: 150px;
	font-size: 1em;
	border: none;
    cursor: pointer;
}
.submit-block input:hover {
	background: #ffcb01;
    color:#000;
}
input:focus {
	border: none;
	box-shadow: none;
	outline: none;
}
.form-group .form-control:hover {
	border: 1px solid #eee;
}
label.choice-label-text {
	font-size: 13px;
}
.cont-hide {
	display: none;
}
/*
.dropdown .dropdd ul, .dropdown1 .dropdd1 ul {
    border: 0;
    color: #000;
    display: none;
    left: 0;
    padding: 5px 15px 2px 0;
    position: absolute;
    top: 50px;
    width: 94%;
    list-style: none;
    height: 275px;
    overflow: auto;
    border: 1px solid #000;
    background: #FFF;
}*/
div.form-group{
    position: relative;
}
.success-msg{
	background: #f8fdee;
	border: 1px solid #b6db95;
	padding: 10px;
	text-align: center;
	margin: 10px 0 10px 0;
	color: #5c8707;
	font-weight: bold;
	font-size: 18px;
	display: none;
}
p.reg_form_errors {
	position: absolute;
	bottom: -20px;
	font-size: 13px;
	color: #fd8e8e;
	display: none;
}
/* ------------ Frm style end ------------ */

/* ------------ Multiselect style end ------------ */
/*
.dropdown, .dropdown1 {
	position: relative;
	z-index: 1;
	font-size:1em;
}
.dropdown {
	z-index: 2;
}
.dropdown .dropdd, .dropdown .dropdt, .dropdown1 .dropdd, .dropdown1 .dropdt {
	margin: 0;
	padding: 0;
}
.dropdown ul, .dropdown1 ul {
	margin: -1px 0 0;
	background: #FFF;
}
.dropdown .dropdd, .dropdown1 .dropdd1 {
	position: absolute;
	width:100%;
	z-index:9999;
}
.dropdown a, .dropdown a:visited, .dropdown1 a, .dropdown1 a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
	font-size: 16px
}
.dropdown .dropdt a, .dropdown1 .dropdt1 a {
	display: block;
	padding: 10px 20px 10px 10px;
	min-height: 25px;
	line-height: 24px;
	overflow: hidden;
	border: 0;
	width: 94.5%;
	border: 1px solid #fff;
	background: #fff;
}
.dropdown .dropdt a:hover, .dropdown1 .dropdt1 a:hover {
	border: 1px solid #eee;
}
.dropdown .dropdt a, .dropdown1 .dropdt1 a{
    background:#fff url("https://www.manageengine.com/events/2017/userconf/images/nyc-form-dropdown-arrow.png") no-repeat 98% center;
}
.dropdown .dropdt a p, .dropdown1 .dropdt1 a p {
	margin: 0
}
.dropdown .dropdt a span, .multiSel span, .dropdown1 .dropdt1 a span, .multiSel1 span {
	cursor: pointer;
	display: inline-block
}*/
.multiSel span, .multiSel1 span {
	border: 1px solid #333;
	padding: 1px 5px;
	border-radius: 5px;
	margin: 2px 5px 2px 0;
	font-size:.9em;
}
.multiSel span strong, .multiSel1 span strong {
	margin: 0 0 0 10px;
	color: #898383;
	font-weight: 700
}
/*
.dropdown .dropdd input, .dropdown1 .dropdd1 input {
	width: 96%;
	padding: 10px;
	font-size: 14px;
	margin: 15px 10px 5px;
	border: 1px solid #CCC;
	background: url(http://tools.manageengine.com/images/common/search-icon.png) no-repeat 98% center
}
#scroll .dropdown .dropdd ul, #scroll .dropdown1 .dropdd1 ul {
	border: 0;
	color: #000;
	display: none;
	left: 0;
	padding: 5px 15px 2px 0;
	position: absolute;
	top: 50px;
	width: 97.3%;
	list-style: none;
	height: 275px;
	overflow: auto;
	border: 1px solid #eee;
	background: #FFF;
}
.dropdown .dropdd ul{ height:170px;}
div.dropdownsearch, div.dropdownsearch1 {
	width: 99.6%;
	background: #fff;
	display: none;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #fff;
	z-index: 9999;
	position: relative
}
.dropdown .dropdd ul li:hover, .dropdown1 .dropdd1 ul li:hover {
	background: #EBEBEB;
}
.dropdown .dropdd ul li, .dropdown1 .dropdd1 ul li {
	padding: 5px 10px;
	width: 97%;
}
.dropdown .dropdd ul li.checked, .dropdown1 .dropdd1 ul li.checked {
	background: #dedede
}
.dropdown span.value, .dropdown1 span.value {
	display: none
}
.dropdown .dropdd ul li a, .dropdown1 .dropdd1 ul li a {
	padding: 5px;
	display: block
}
.dropdown .dropdd ul li a:hover, .dropdown1 .dropdd1 ul li a:hover {
	background-color: #fff
}
.dropdown .dropdt a span.hida, .dropdown1 .dropdt1 a span.hida1{
    font-size:14px; color:#777;
}

*/
/* ------------ Multiselect style end ------------ */

/* ------------ Responsive style end ------------ */
@media screen and (min-width: 1500px) {
    .breadcrumb{top: -1%;left: 13.5%;}
}
@media screen and (min-width: 1700px) {
    .breadcrumb{top: -1%;left: 18.5%;}
}
@media screen and (min-width: 2000px) {
    .breadcrumb{top: -1%;left: 26.5%;}
}
@media (max-width: 1400px){
    .breadcrumb{top: -1%;left: 3%;}
}
@media (max-width: 1100px){
    .container {width: 100%;padding: 0;}
    .head-block section{padding: 600px 0;}
    .gdpr-container, .footer.container{width: 95%;padding: 0 2%;}
    #commonHeader, header{height: 73px;}
    .brief-list .cont-left, .brief-list .cont-right{width:100%;}
    .brief-list .cont-left{text-align: center;}
    .brief-list .cont-right{margin:4% 0 0 0;}
    .gdpr-compliant-inner, .gdpr-solutions ul li{width:90%;}
    .gdpr-rel-resources ul li{width:40%;}
    .gdpr-creative{transform: scale(0.5);right: -20%;top: -3%;}
    .reg-cont{width:100%;}
    .gdpr-solutions ul li p{min-height: 120px;}
}
@media (max-width: 740px){
    .head-block section{font-size: 130%; padding: 400px 0;}
    .gdpr-banner-sec{min-height: 350px;}
    .in-icon + div{width:100%;}
    .gdpr-rel-resources ul li:first-child{margin: 0 0 4% 0;}
    .gdpr-rel-resources ul li{width:85%;}
    .gdpr-blogs-sec{text-align: center;}
    .gdpr-blogs-sec h3{display: block;text-align: center;margin-bottom:10px;}
    .gdpr-blogs-sec a{float:none;display: inline-block;text-align: center;}
    .dropdown .dropdt a, .dropdown1 .dropdt1 a{width:91.5%;}
    .gdpr-compliant-inner, .gdpr-solutions ul li{width:85%}
    .reg-cont{width:100%;}
    .gdpr-creative{display: none;}
    .gdpr-banner-sec.animate p.gdpr-btn{font-size: .9em;}
    .being-today-btn{margin: 10px 0;}
    h3{margin-bottom: 20px;}
    .brief-list{padding: 50px 20px 30px;}
}





