	.form-container *,.download_form * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.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;
}*/
.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-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	position: relative;
	min-height: 1px;
	/*padding-right: 15px;
	padding-left: 15px;*/
}
.cols-2 {
	width: 12.5%;
}
.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: 992px)
{
	.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%;
}
}

/*------------Landing Page-----------*/
.div-50{
width:50%;
display:inline-block;
}
.banner_img {
    width: 100%;
    background: url(https://www.manageengine.com/privileged-session-management/images/pattern_bg1.png),linear-gradient(45deg, white, #e1eaff);
    background-position: center;
}
.download_form{
width:350px;
margin:20px 0 20px auto;
text-align:center;
       padding: 15px 30px;
    border: 1px solid #ddd;
    border-radius: 7px;
background:#fff;
}
.download_form .moreinfo {
    font-size: 13px;
}
.download_form h2.mB0 {
    font-size: 25px;
}
.download_form .dltxt{padding:15px;}
.download_form input, .download_form select {
    width: 100% !important;
margin:10px 0;
}
.download_form .hmdwn-form-cont {
    padding: 0;
    margin: 0;
    width: 100%;
}
.form_animate {
      animation-name: blink;
  animation-duration: 2s;
  animation-delay: .9s;
}
@keyframes blink {
0% {box-shadow: 0 0 1px #238de9;}
50% {box-shadow: 0 0 25px #238de9;}
100% {box-shadow: 0 0 1px #238de9;}
}
.banner-title {
    margin-top: 100px;
    width: 390px;
}
.banner-title h4{
margin:0;
font-size:28px;
color:#3a82e2;
font-weight:500;
}
.banner-title h5{
margin:0;
font-size:20px;
font-weight:normal;
margin:10px 0;
}
.banner-title p{
margin:0;
font-size:15px;
}
.threat-point {
    padding: 20px 40px;
    margin: 40px 15px;
    border-radius: 0 7px;
position:relative;
text-align:center;
}
.threat-point img {
    height: 40px;
    position: absolute;
    top: -15px;
    left: 15px;
}
.clr-green{
background:#dcf4e4;
}
.clr-yellow{
background:#fff1e1;
}
.clr-red{
background:#fde4e6;
}
.session_recording img{
    max-width:400px;
}
.featured img{
width:360px;
}
.section_box {
    margin: 15px auto 40px;
}
.align-center{
    text-align:center;
}
.align-left{
    text-align:left;
}
.align-right{
    text-align:right;
}
.session_recording {
    background: #e2ebff;
    padding: 20px 0 50px 0;
}
.featured .cols-6.align-right p, .featured .cols-6.align-right h4 {
    float: right;
}
.featured .cols-6.align-right h4 {
    width: 100%;
    text-align: left;
}
.featured .cols-6 h4{
font-size:24px;
margin:0;
margin-top:45px;
}
.featured .cols-6{
margin-top: 20px;
padding:15px;
width:calc(50% - 30px);
}
.heading-menu,#quickFixDiv{display:none;}
.goto_form {
    text-align: center;
    padding: 40px 0;
    background: url(https://www.manageengine.com/privileged-session-management/images/pattern_bg1.png) #e3ecfe;
    background-position: center;
}
.goto_form h4 {
    font-size: 28px;
    font-weight: 500;
}
.goto_form .ampcta-button{
margin:15px;
cursor: pointer;
}
.goto_form p{
margin:0px;
}
@media only screen and (max-width: 1024px)
{
.banner-title {
    width: 70%;
    margin: 20% auto 20px;
}
.banner_img img{
transform:scale(1) !important;
margin:10px !important;
}
.download_form {
width: 80%;
    margin: 20px auto;
}
}
@media only screen and (max-width: 650px)
{
.banner-title {
    width: 100%;
    text-align: center;
    margin: 150px auto 20px;
}
.banner_img img{
display:none;
}
.download_form {
    width: 70%;
    margin: 0 auto 20px;
}
}
