@charset "UTF-8";
/* -------------------------------------- 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}em{font-family: 'Zoho_Puvi_RegularItalic';font-style: oblique}
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* {
	box-sizing: border-box;
}
* 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;
	overflow-x:hidden;
	background: #222;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
section{position:relative;}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: #3131FF;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-family: 'Zoho_Puvi_Medium';
}
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;
}
h2{font-size:1.8em;line-height:40px;}
h4{font-family: 'Zoho_Puvi_SemiBold';}
img {
	vertical-align: middle;
	max-width: 100%;
	height:auto;
}
p {
	margin: 0;
    line-height:28px;
	padding:10px 0;
}
.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-light {
	color: #fff;
}
.text-dark {
	color: #000;
}
.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;
}
.container-row{width: 50%;}
ol, ul {
	margin-top: 0;
	list-style-type: none;
	padding: 0px;
}
h3{
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1.3em;
	padding-bottom:12px;
	line-height:28px;
}
h4{color: #2860A9;line-height: 26px;}
ol{padding-left: 22px;}
ol li{line-height: 32px;list-style:decimal;}
strong,
b {
	font-family: 'Zoho_Puvi_SemiBold';
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.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: -15px;
	margin-left: -15px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
	z-index: 9;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
}
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
.pr {
	position: relative;
}
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	min-height: 1px;
	padding:0px;
  padding-right: 15px;
  padding-left: 15px;
}
.cols-2 {
	width: 12.5%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-5 {
	width: 40%;
}
.cols-6 {
	width: 50%;
}
.cols-7 {
	width: 60%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
@media only screen and (max-width: 992px)
{
	.cols-md-12 {
	width: 100%;text-align:left;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-3 {
	width: 25%;
}
.content-row{width: 90%;}
}
@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%;
}
}
.row:before,.row:after{display:table;clear:both;content:'';}
/* header */
header {
	    padding:35px 0;
}
.fixed-header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 30px 0px;
	position: fixed;
}
.fixed-header.header-fixed {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    background:#c8e6f1;
}
.header-inner {padding: 0;}
.logo{float: left;margin-top: 0;}
.fixed-header.header-fixed .logo {
    position: relative;
    top: auto;
    float: left;
}
.logo a {
    background: none;
    height: auto;
    margin: 0;
}
.logo img {
    width: 200px;
}
.res-menu {
    background: url(https://www.manageengine.com/events/images/mob-menu-icon-white.svg) no-repeat 0 0;
    width: 25px;
    height: auto;
    text-indent: -999999em;
    margin: 13px 10px 0 0;
    border: none;
    display: none;
}
.home{padding-top: 50px;}
.main-menu {
    margin: 10px 0;
}
.main-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin: 5px 0 0 0;
}
.main-menu li a {
    color: #fff;
    font-size: 1em;
}
.main-menu li:hover a, .main-menu li.active a {
    color: #fec04c;
    text-decoration: none;
    border-bottom: 2px solid #fec04c;
}
.pt25{padding-top: 25px;}
#banner{
	color: #fff;
    background: #E2F3F9;
    padding: 50px 0;
    min-height: 600px;
    position: relative;
    z-index: 99;
}
.section-title{
	font-weight:600;font-family: 'Zoho_Puvi_Medium';font-size: 1.8em; line-height: 42px;
}
.zsiq_theme1.zsiq_floatmain{display: none !important;}
.uscountry select#country_state, .uscountry select#ukcountry_region{
	    height: 60px;
    background: url(https://cdn.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;
}
.ban-sec{padding:60px 15px 15px;}
.container{position:relative;}
.brand-logo {
    display: block;
    width: 200px;
}
.brand-logo img{height:auto;}
section{padding:60px 0;}
.page-title {
    font-size: 3.2em;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 1.3;
	color: #000;
}
.ebook-desc {
    line-height: 1.6;
    color: #000;
    font-family: 'Zoho_Puvi_Medium';
	margin: 0 0 25px;
}
span.ebook-btn {
    background: #2D3875;
    font-family: 'Zoho_Puvi_SemiBold';
    padding: 15px 30px;
    color: #fff;
    font-size: 1em;
    display: inline-block;
	cursor:pointer;
	    transition: .3s all ease;
}
span.ebook-btn:hover {
    background: #fff;
    color: #000;
}
.ban-img{
	position: absolute;
    top:-170px;
    right:20%;
	width: 238px;
}
.box-descr{padding: 10px 0;}
#about img{width:450px;}
#backToTop{display:none!important;}
.sub-heading{font-size: 1.2em;padding: 0 0 10px 0;margin: 0;}
h3 a{color: #1F288D;text-decoration: underline;}
#section1{background:#0062AF;padding:60px 0;color:#fff;}
#section1 img{padding: 40px 0;}
.qa_list{padding: 0 0 35px 20px;position:relative;}
.qa_list ul{margin-left: 15px;}
.qa_list li{list-style: disc;line-height: 30px;}
.qa_list:before {
    content: "1.";
    font-size: 5em;
    position: absolute;
    color: #4388c0;
    z-index: -1;
    left: -52px;
    top: -15px;
}
.qa_list:nth-child(1):before{left: -44px;}
.qa_list:nth-child(2):before{content: "2.";}
.qa_list:nth-child(3):before{content: "3.";}
#section3 {
    background:#FAFAFA;
    padding: 60px 0;
    text-align: left;
    color: #000;
}
#section3:before{bottom: -2%;left: 0;}
#section2 .cols-6{width:49%;display:inline-block;vertical-align:middle;float:none;}
#section2 {
	background: #fff;
}
#section4{padding:50px 0;}
#section4 a:hover{text-decoration:underline;}
#section4 h3 a:hover{text-decoration:none;}
.reg-frm-btn{ color: #000;
    background:#F6D24B;
    padding: 15px 30px;
    display: inline-block;
    margin: 25px 0 0 0;
	border: 1px solid #fff;
	font-size: 1.1em;
    font-family: 'Zoho_Puvi_Bold', sans-serif;}
.reg-frm-btn:hover, .btn-submits button:hover{background: #f00;border: 1px solid #f00;color:#fff;}
.ebook-img{   
    width: 80%;
    margin: auto;
    display: block;}
footer{background:#222;}
/*----------newstyle-------------*/
.subheading {
	font-size: 3.2em;
	color: #006AFF;
  background: -webkit-linear-gradient(#006AFF, #1A3F7E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	line-height: normal;
}
.divi-para {
    background: #fff;
    border: 1px solid #707070;
    padding: 20px;
    border-radius: 10px;
	margin: 15px 0px;
	min-height: 180px;
}
.divi-para h3 {
    font-family: 'Zoho_Puvi_SemiBold';
	font-size: 1.6em;
	line-height: normal;
	padding: 0;
}
.right-spac {
	padding-right: 100px;
}
.bgpattern {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
}
/*----------Animation-------------*/
@media only screen and (max-width: 1700px) {
	.animation {
    opacity: 0;
    transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateY(250px);
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
	}
	.active-anim .animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
	}
}
/*------------- form css --------------------*/
.form-control {
    display: block;
    width: 100%;
     height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
   box-shadow: none;
	position: relative;
	margin-bottom: 15px;
	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, .form-control.dropdown-control.ukcountry {
    background: #fff;
}
.form-control.active-row {
    border: 1px solid #FFF;
}
.form-control.btn-submits {
    border: none;
    text-align: center;
    background: none;
    margin: 0;
    height: auto;
    padding: 0;
}
.form-control.form-comments {
    height:100px;
	display:inline-block;
}
.form-control textarea {
   font-family: 'ZohoPuvi';
}
.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: 1em;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
	left: 0;
}
.form-control * {
    -webkit-appearance: none;
    -moz-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:15px;
    z-index: 8;
    opacity: 0.5;
}
.form-comments.form-control .label
{
	top: 35%;
}
.form-control .state-label {
	    top: 65px !important;
    z-index: 11;
    background: #fff !important;
}
.form-control input, .form-control select, .form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    opacity: 0.5;
    resize: none;
}
.form-control select
{
	opacity: 0;
	    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 98% center;
}
.form-control.active-row select
{
	    opacity: 1;
    color: #ababab;
}
.btn-submits button {
    border: 1px solid transparent;
    background:#F6D24B;
    color: #000;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 13px 30px;
    margin: 10px 0 0;
    transition: .3s all ease;
    font-size: 1em;
    font-family: 'Zoho_Puvi_SemiBold';
	text-transform:uppercase;
}
.btn-submits.inactive button{pointer-events: none;}
.form-control.active-row .label {
    top: 0;
    background: #fff;
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}
.uscountry.form-control, .ukcountry.form-control {
    height: auto;
}
.uscountry select#contact_country, .uscountry select#country, .ukcountry select#contact_country, .ukcountry select#country {
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
}
.uscountry select#country_state, .ukcountry select.ukcountry_region {
    height: 60px;
}
.success-msg {
    position: fixed;
	z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #834100;
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
	display: none;
	    line-height: 1.5;
}
.success-msg span
{
	display: block
}
.popup-content{
	margin: 0 auto;
    padding:190px 25px 20px;
}
h2.popup-title {
    text-align: center;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1.2em;
    color: #fff;
	line-height:1.3;
	padding-bottom: 10px;
}
p.privacy-policy {
    line-height: 1.4;
    margin: 0;
    color: #fff;
    font-size: 1em;
}
.privacy-policy a, #meGDPRMessage a{    
	color: #fff;
    text-decoration: underline;}
.privacy-policy a:hover, #meGDPRMessage a:hover {
	color: #3754ff;
}
#meGDPRMessage {
    color: #fff;
    font-family: 'Zoho_Puvi_Regular';
    font-size: 1em;
    text-align: left;
    margin: 0 0 10px;
    line-height: 1.4;
    width: auto;
}
footer p{
	 margin: 0;
    font-size: 0.9em;
    color:#fff;
	padding: 10px 0;
	text-align:center;
}
footer p a{color:#fff;}
footer p a:hover {
	cursor: pointer;
	text-decoration:underline;
}
.dropdown1 {
    position: relative;
    z-index: 99;
    font-size: 12px;
    padding: 0;
    height: 60px;
}
.dropdown1 .dropdt1 {
    width: 100%;
    height: 100%;
}
.clicks {
    display: block;
    width: 100%;
    height: 100%;
}
.dropdt1 .hida1 {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 18px;
    padding-left: 30px;
    font-size: 15px;
    color: #a09a9a;
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 96%;
}
.multiSel1 {
    padding: 5px 10px;
    height: 57px;
    overflow: scroll;
    display: none;
}
.dropdown1 .dropdd1 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
div.dropdownsearch1 {
    width: 100%;
        background: #3982f5;
    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: #fff;
    display: none;
    left: 0;
    padding: 15px 15px 2px 0;
    position: absolute;
    top: 50px;
    width: 100%;
    list-style: none;
    height: 175px;
    background:#3982f5;
    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;
}
.multiSel1 span {
    border: 1px solid #333;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: .9em;
    line-height: 20px;
	display:inline-block;
}
.multiSel1 span strong {
    margin: 0 0 0 10px;
    color: #898383;
    font-weight: 700;
}
.success-down-msg, .success-inq-msg {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
	display:none;
}
.msgcon{
	position: fixed;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    width: 30%;
    background:#0c002a;
    padding: 60px;
    text-align: center;
    color:#fff;
    border-radius: 10px;
    line-height: 1.5;
}
.msgcon h6{
	font-weight: 500;
    font-size: 1.4em;
	margin: 15px 0 0;
}
.msg-line{
	display: block;
    width: 30%;
    height: 3px;
    background: #004b88;
    margin: 15px auto;
    text-align: center;
}
.msg-span{
	font-weight: 300;
	display:block;
}
.datepicker > .datepicker_header > .icon-close {
    width: 30px!important;
    height: 30px!important;
}
.overlay {
    position: absolute;
    z-index: 99;
    right: 0;
	background:#000;
    width: 400px;
    max-width: 100%;
    padding: 20px 15px;
    top:210px;
}
.overlay form {
	padding-top: 10px;
}
img.banner-img {
    opacity: 0.7;
    width: 80%;
    margin: 0 auto;
    display: block;
}
.sub-pop-title{
	color: #000;
	text-align: center;
}
/*------------------- 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:0.85em;
    font-family: 'Zoho_Puvi_SemiBold';
}
.ad-success-msg p b {
    display: block;
}
span.tick-icon {
    display: block;
    width: 80px;
    padding: 20px;
    background: #003795;
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: -50px;
}

.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;	
}
.webview {
		display: block;
	}
	.mobview {
		display: none;
	}
#section2 h3 {
	padding-top: 10px;
}
#section2 ul {
	    list-style: disc;
    margin-left: 20px;
}
#section2 ul li {
	padding: 10px 0px;
	    line-height: 28px;
}
@media only screen and (max-width: 1460px){ 
	.bgpattern {
		width: 400px;
	}
}
@media only screen and (max-width: 1200px){
	.container{width:90%;}

	
}
@media only screen and (max-width: 1100px){
	#about{margin-top:0;}
	header{padding:35px 0 0;}
	.page-title{font-size:2.4em; display: inline-block;}
	.page-overlay{background-size:13%, cover;}
	.bgpattern {
		width: 200px;
	}
	.divi-para {
		    min-height: 205px;
	}
	.right-spac {
		padding-right: 30px;
	}
}
@media only screen and (max-width: 1000px){
	.page-overlay{background-size:140px, cover;}
	.res-menu {margin: 13px 0 0 0;display: inline-block;float: right;}
	.main-menu{display:none;transition:.5s;}
	.main-menu.active{background: #fff;position: absolute;width: 100%;z-index: 9;top: 50px;left:0;display:block;}
	nav .fr{float:none;}
	.main-menu li{width:100%;padding: 15px 5px;border-bottom: 1px solid #dfdfdf;}
	.main-menu li a{color:#000;}
	.container-row{width: 100%; text-align: center;}
	.cols-md-pro{width:100%; position: relative}
	.ban-sec{padding:20px 15px;width: 100%;text-align: left;}
	#banner{text-align: center; padding-bottom: 0px;}
	.ban-img{top: 0px;left: 0;right: 0; margin: auto;}
	.overlay{margin:auto; position: static;background: #fff;margin-top: 200px;}
	.boxes{width: 100%}
	.form-control, .form-control.active-row {
		background-color: #F4F4F4;
		    border: 1px solid #6C6C6C;
	}
	#section2 {
		display: none;
	}
	.mobview {
		display: block;
		color: #000;
	}
	.mobview a {
		color: #93e6ff;
	}
	.overlay form { 
	  max-height: none;
		overflow: auto;
		
	}
	.bgwhitemob {
		position: relative;
	}
	.overlay:after {
        content: "";
        position: absolute;
        width: 120%;
        height: 100%;
        left: -13%;
        top: 200px;
        background: #fff;
		z-index: -1;
		overflow-y: hidden;
	}
	#banner {
		overflow: hidden;
	}
	.page-title br {
		display: none;
	} 
	h2.popup-title, p.privacy-policy, #meGDPRMessage {
		color: #000;
	}
	.popup-content {
		color: #000;
	}
}
@media only screen and (max-width: 992px){ 
	.bgpattern {
		display: none;
	}
}
@media only screen and (max-width: 750px){
	.ad-success-msg{max-width:85%;}
	.cols-md-pro1{width:100%;float:none;}
	#about img{display:block;margin:0 auto 26px auto;width:80%;}
	#section1 img{display:block;margin:auto;}
	#section2 .cols-6{width:100%;}
	.btn-submits button{width: 100%}
}
@media only screen and (max-width: 650px){
.divi-para {
	min-height: auto;
}
	.right-spac {
		padding: 0;
	}
	
	
}
@media only screen and (max-width: 600px){
	.ebook-box{display:block;}
	.ebook-box1,.ebook-box2{width: 100%;margin:0;text-align: center;}
	.ebook-box1 img{width:170px;}
	.ebook-box1{margin-bottom:15px;}
	.page-title{font-size:1.8em; width: 100%;}
	
#section3:before{    
	content: "";
    background: none;
    width:0;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 0;}
#section3:after{    
	content: "";
    background: none;
    width: 0;
    bottom:0;
    right: -4%;
    position: absolute;
    height: 0;}
	
}
@media only screen and (max-width: 450px){
	.overlay{width: 100%;padding: 0;}
	.popup-content {
		    padding: 190px 0px 20px;
	}
}
@media only screen and (max-width: 400px){
	span.ebook-btn{width:100%;line-height:1.3;padding:12px 10px;}
	.page-overlay{background-size:110px, cover;}
	.form-control .error {
		font-size: 12px;
	}
}
@media only screen and (min-height: 900px) and (min-width:1300px){
	.ebook-sec {
	  min-height: calc(100vh - 606px);
	}
}