	.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;
}
div#bread-crumb {
    margin-bottom: -30px;
}
.banner_img {
    width: 100%;
    background: url(https://www.manageengine.com/privileged-session-management/images/SRA-thin-banner-bg.png),linear-gradient(45deg, #145fbe, #0051b9);
    background-position: center;
}
.sra-infographic{
width:100%;
text-align: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: 55px 0;
    width: 100%;
    text-align: center;
}
.banner-title h1 {
    margin: 0;
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 20px;
line-height:10px;
}
#bread-crumb a{
padding:5px;
}
.mt-35{
margin-top:35px;
}
.align-justify{
text-align:justify;
}
.cont-body {
    min-height: 220px;
}
.banner-title h5{
margin:0;
font-size:15px;
font-weight:200;
margin:10px 0;
color:#ffffff;
}
.banner-title p{
margin:0;
font-size:15px;
}
.heading-menu, #quickFixDiv {
    display: none;
}
.lhs-tree {
position:sticky;
top:140px;
}
ul#lhsTree {
    margin-left: 0;
}
#lhsTree > li > span, #lhsTree >li >a {
    padding: 12px 10px 12px 24px;
border-right: 5px solid #fff;
}
#lhsTree > li > span, #lhsTree >li >a.active-block{
border-color:#4589ec;
}
.sra-div p {
    margin: 0 0 12px 0;
}
.sra-div{
margin-bottom:30px;
}
.sra-div.sra-definition {
    margin-bottom: 25px;
}
.sra-div.sra-img-infographic {
    margin-bottom: 30px;
}
.sra-div ul{
list-style: none;
    margin-left: 0px !important;
    padding-left: 0;
}
.sra-div.sra-img-infographic ul li {
    list-style: disc;
    margin-left: 15px;
}
.sra-div ul li{
list-style: none;
margin:10px 0;
}
.sra-div p strong {
    font-weight:500;
color:#000;
}
.sra-div h1 {
    margin-bottom: 15px;
}
a.black-link{text-decoration: underline;}
a.black-link {
    color: black;
    text-decoration: none;
}
.clr-green{
background:#dcf4e4;
}
.clr-yellow{
background:#fff1e1;
}
.clr-red{
background:#fde4e6;
}
.session_recording img{
    max-width:400px;
}
.featured img{
width:360px;
margin:90px 0;
}
.section_box {
    margin: 15px auto 40px;
}
.align-center{
    text-align:center;
}
.align-left{
    text-align:left;
}
.align-right{
    text-align:right;
}
.session_recording {
    background: #fcc133;
    padding: 30px 0;
    text-align: center;
}
/*side toggle*/
.scroll-spy-block{
        position: fixed;
    left: 0;
    top: 100px;
    background: #f3f3f3;
    height: calc(100vh - 100px);
    border-right: 1px solid #ddd;
    width:300px;
}
/*end-side-toggle*/
.session_recording h3 {
    font-size: 30px;
    line-height: 30px;
    margin: 30px 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;
line-height:37px;
font-weight:500;
}
.featured .cols-6{
margin-top: 20px;
padding:15px;
width:calc(50% - 30px);
}
.goto_form {
    text-align: center;
    padding: 40px 0;
    background: url(https://www.manageengine.com/privileged-session-management/images/sra-banner-bg.png) #e3ecfe;
    background-position: center;
}
.goto_form h4{
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 0;
}
.goto_form .ampcta-button,.goto_form a.ampcta-button{
margin:15px;
cursor: pointer;
}
.goto_form p{
margin:0px;
color:#ffffff;
}
@media only screen and (max-width: 1024px)
{
.sra-div .sra-img{display:none;}
.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;
}
}
/* iPhone Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

.banner-title {
    margin: 40px auto 20px !important;
}

.session_recording h3 {
    font-size: 27px !important;
    line-height: 40px !important;}

.goto_form h4 {
Line-height:30px;}

}



/*iPad  Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {


.session_recording h3 {
    font-size: 30px;
    line-height: 50px;
    margin: 30px 50px;
}
.goto_form h4 {
    line-height: 40px !important;
    padding: 0px 50px !important;
}

}


.sub-title-h3 { font-size: 14px;
    display: inline-block;
    line-height: 0; margin:0; }
.sub-title-text-p { display: inline; }
