
	.form-container * {
	-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%;
}
.feature-details .cols-6 {
    width: 91% !important;
}
}
@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 css */
div#sraForm {
    padding: 35px;
    border: 1px solid #eee;
    border-radius: 7px;
    width: 450px;
    margin: 35px auto;
transition:.4s ease-in;
}
.feature-details .cols-6 {
    width: 47%;
}
.form-control {
    display: block;
    width: 100%;
     height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
   box-shadow: none;
	position: relative;
	margin-bottom: 20px;
	transition: border ease 1.5s;
	-webkit-transition: border ease 1.5s;
	-moz-transition: border ease 1.5s;
}
.uscountry.form-control {
    height: auto;
}
.uscountry select#contact_country, .uscountry select#zc-country{
    height: 50px;
    border-bottom: 1px solid #f2f2f2;
}
.uscountry select#country_state {
    height: 50px;
}
.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;
}
.uscountry.form-control {
    height: auto;
}
.uscountry select#contact_country, .uscountry select#zc-country{
    height: 50px;
    border-bottom: 1px solid #f2f2f2;
}
.uscountry select#country_state {
    height: 50px;
}
.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: 14px;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}
.form-control * {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-control .label {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 15px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 1.2em;
    z-index: 8;
    opacity: 0.5;
}
.form-comments.form-control .label
{
	top: 35%;
}
.form-control input, .form-control select, .form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
    padding-left: 9px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    opacity: 0.5;
    resize: none;
}
.form-control select, .form-control input[type=date]
{
	opacity: 0;
}
.form-control.active-row select, .form-control.active-row input[type=date]
{
	opacity: 0.6;
}
.btn-submits button {
       border-radius: 3px;
    font-size: 18px;
    font-weight: 400;
    border: 2px solid #2590eb;
    background: #2590eb;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 13px 40px;
    margin: 20px 0;
}
.btn-submits button:hover
{
	  background: #444;
	  border-color: #444;
}
.active-row.form-control::before {
        border-top-color: #2590eb;
    border-right-color: #2590eb;
    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: #2590eb;
    border-left-color: #2590eb;
    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: #fff;
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}
.ui-datepicker-trigger {
    position: absolute;
    top: 11px;
    right: -8px;
    width: 25px;
}
.clearDate {
    font-family: sans-serif;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 15px;
    color: #222;
    background-color: #e8e8e8;
    right: 50px;
    top: calc(50% - 10px);
    z-index: 10;
    border-radius: 50%;
    cursor: pointer;
}
#meGDPRMessage {
    font-size: 12px;
    line-height: 19px;
    margin: 0;
    color: #9da3ab;
    width: 90%;
}
#meGDPRMessage .checkmarkgdpr {
    background: #fff;
    height: 13px;
    width: 13px;
    border: 1px solid #ccc;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.btn-submits{text-align:center;}
.blueBand{margin-top:86px}
a.soun-call-to {
    background-color: #E9142B;
    display: inline-block !important;
    width: initial !important;
    height: initial !important;
    padding: 0px 35px;
    color: #fff !important;
    font-size: 20px;
    line-height: 40px;
    margin-top: 38px;
}
a.soun-call-to:hover{
text-decoration:none;
}
.down-col.so-sec {
    display: inline-block !important;
    float: none !important;
    padding: 0 50px 40px 50px !important;
    margin: 15px !important;
    margin-top: 0 !important;
}
.down-col.so-sec p {
    color: #fff;
    margin-bottom: 5px;
}
li.flex-active-slide{
}


.max{width:1000px;
height:380px;}



.bg1-sec-pTB{
width:100%;
background-color:#ffffff;
padding:40px 0;
}

a.red-button1{
background:#e9142b none repeat scroll 0 0;
color:#ffffff;
display:inline-block;
font-size:15px;
line-height:24px;
text-align:center;
padding:10px 30px;
}
.mTB50{margin:50px;
}

.bg-grey-sec-pTB{
background-color:#f5f5f5;
padding:40px 0;
}
.heading-menu, .companies-rely {
    display: none;
}
.container p{ text-align:justify;}
.bgcontainer{
			width:100%;
			border:#f5f5f5;
margin-top:70px;
			
		}
		.discover1{
			margin-left:8px;
			height:120px;
			width:120px;
			
		}
		
		.discover{
			width:33%;
		
			text-align:center;
			float:left;
		}

		.store1{
			margin-right:15px;
			height:120px;
			width:120px;
			}
			
		.store{
			width:33%;
			text-align:center;
			float:left;
		}
		
		.create1{
			margin-right:15px;
			height:120px;
			width:120px;
			}
		.create{
			width:33%;
			text-align:center;
			float:right;
		}
.rotate-key1{
			margin-left:8px;
			height:120px;
			width:120px;
			
		}
		
		.rotate-key{
			width:33%;
		
			text-align:center;
			float:left;
		}

		.view-key1{
			margin-right:15px;
			height:120px;
			width:120px;
			}
			
		.view-key{
			width:33%;
			text-align:center;
			float:left;
		}
		
		.launch1{
			margin-right:15px;
			height:120px;
			width:120px;
			}
		.launch{
			width:33%;
			text-align:center;
			float:right;
		}

.audit1{
			margin-left:8px;
			height:120px;
			width:120px;
			
		}
		
		.audit{
			width:33%;
		
			text-align:center;
			float:left;
		}

		.restrict1{
			margin-right:15px;
			height:120px;
			width:120px;
			}
			
		.restrict{
			width:33%;
			text-align:center;
			float:left;
		}
		
		.ensure1{
			margin-right:15px;
			height:120px;
			width:120px;
			}
		.ensure{
			width:33%;
			text-align:center;
			float:right;
		}

ul.version-list li {
    list-style: none;
}
ul.version-list{
    margin-left: 0px !important;
}
.lhs-tree {
    position: relative;
    top: 0px;
}
span.ifTree.dropact {
    background: #efefef;
}
#lhsTree > li > span.ifTree:hover {
    background: #f5f5f5;
}
#lhsTree > li > span > a {
    color: #333;
}
ul#lhsTree li.active {
    background: #efefef;
}
.blink{
  background: #fff7ce;
    border-radius: 6px;
    color: #0967dc;
    transition: .4s ease-in;
}
/* width */
.lhs-tree::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.lhs-tree::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.lhs-tree::-webkit-scrollbar-thumb {
  background: #bbb; 
  border-radius:3px
}

/* Handle on hover */
.lhs-tree::-webkit-scrollbar-thumb:hover {
  background: #999; 
}
ul#lhsTree {
    margin-left: 0;
}
#lhsTree > li > span:after, #lhsTree > li > span.dropact:after {
    border-color: transparent;
}
.flexslider-webinar {
    background: url(https://www.manageengine.com/latam/privileged-access-management/./images/sradoc-banner.jpg) #28296d;
    background-size: cover;
    background-position: center;
    padding: 50px 25px;
    text-align: center;
    color: #e8e8e8;
}
.flexslider-webinar p {
    text-align: center;
}
.flexslider-webinar h1 {
    color: #fff;
    margin: 10px;
    padding-top: 0px;
    font-size: 36px;
margin-bottom:30px;
}
.flexslider-webinar p {
    text-align: center;
    font-size: 19px;
    margin: auto;
    margin-bottom: 40px;
    width: 80%;
}
.flexslider-webinar a.bannerbtn {
    background: #e9152b;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
margin-bottom: 10px;
}
.flexslider-webinar a.bannerbtn:hover {
text-decoration:none;
background:#e2132b; 
}
.features-thin-banner {
    background: #f4f4f4;
    padding: 19px;
    text-align: center;
}
.features-thin-banner a {
    background: #e9152b;
    color: #fff;
    padding: 9px 16px;
    border-radius: 5px;
    font-size: 17px;
    margin: 0 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.features-thin-banner a:hover {
    background: #d61225;
    text-decoration: none;
}
.features-thin-banner h2 {
    font-weight: 400;
    font-size: 22px;
    padding: 0px;
}
.features-thin-banner h2 strong {
    font-weight: 600;
}
.features-thin-banner h4 {
    font-weight: 300;
}
.feature-details h3 {
    margin-bottom: 0;
}
.feature-details img {
    margin: 15px 0;
    border: 1px solid #e4e4e4;
}
span.img-caption {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-weight: 200;
}
.feature-details p b {
    font-weight: 500;
}
.companies-rely {
    padding: 20px;
    text-align: center;
}
.companies-rely img {
    width: 150px;
    padding: 0 25px;
}
.breadcrumb {
    font-size: 13px;
    color: #333;
    display: inline-block;
margin-left:0px;
}
/*Side slide*/
ol.flex-control-nav.flex-control-paging {
    position: absolute;
    margin: 0 auto;
    bottom: 0px;
    left: 0;
    right: 0;
}
.flexslider {
    height: 100%;
padding-top:25px;
width: 200px;
}
.bannerflex.index-bnr {
    background: transparent !important;
}
#stickThis.stick {
height:260px;
width:200px;
    margin-top: 0;
    position: fixed;
    top: 130px;
    z-index: 99999;
}
/**/
    :focus {
        outline: none;
    }
    
    .container {
        margin: 0 auto;
        position: relative;
    }
    
    .req-demo-wrapper {
        margin: 40px auto;
        font-family: 'ZohoPuvi';
        font-weight: 300;
        max-width: 460px;
        padding: 25px;
        border: 1px solid #eee;
    }
    
    .req-demo-wrapper * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    #LicenseKeyForm {
        max-width: 460px;
        width: 100%;
        margin: 0 0;
        color: #666;
    }
    
    .form-heading h3 {
        font-size: 22px;
        color: #000;
        font-weight: 600;
        margin: 0 0 20px;
        text-align: center;
    }
    
    .form-heading p {
        font-size: 17px;
        line-height: 1.6;
        color: #000;
        text-align: initial;
    }
    
    .form-group {
        width: 100%;
        margin: 40px 0;
        position: relative;
    }
    /* necessary to give position: relative to parent. */
    
    input[type="text"],
    input[type="email"],
    input[type="number"],
    select,
    textarea {
        font-size: 15px;
        line-height: 24px;
        font-family: 'Zoho_Puvi_Regular';
        color: #333;
        width: 100%;
        box-sizing: border-box;
        letter-spacing: 1px;
        height: 40px;
        padding: 7px 14px;
    }
    
    .req-demo-wrapper select {
        border: 1px solid #e3e3e3;
        padding: 7px 14px;
    }
    
    textarea {
        height: 100px;
        resize: none;
        display: block;
    }
    
    .trans-effect {
        border: 1px solid #ccc;
        padding: 7px 14px;
        transition: 0.4s;
        background: transparent;
    }
    
    .trans-effect~.focus-border:before,
    .trans-effect~.focus-border:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 2px;
        background-color: #3399FF;
        transition: 0.2s;
        transition-delay: 0.2s;
    }
    
    .trans-effect~.focus-border:after {
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
        transition-delay: 0.6s;
    }
    
    .trans-effect~.focus-border i:before,
    .trans-effect~.focus-border i:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 0;
        background-color: #3399FF;
        transition: 0.2s;
    }
    
    .trans-effect~.focus-border i:after {
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
        transition-delay: 0.4s;
    }
    
    .trans-effect:focus~.focus-border:before,
    .trans-effect:focus~.focus-border:after,
    .has-content.trans-effect~.focus-border:before,
    .has-content.trans-effect~.focus-border:after {
        width: 100%;
        transition: 0.2s;
        transition-delay: 0.6s;
    }
    
    .trans-effect:focus~.focus-border:after,
    .has-content.trans-effect~.focus-border:after {
        transition-delay: 0.2s;
    }
    
    .trans-effect:focus~.focus-border i:before,
    .trans-effect:focus~.focus-border i:after,
    .has-content.trans-effect~.focus-border i:before,
    .has-content.trans-effect~.focus-border i:after {
        height: 100%;
        transition: 0.2s;
    }
    
    .trans-effect:focus~.focus-border i:after,
    .has-conten.trans-effect~.focus-border i:after {
        transition-delay: 0.4s;
    }
    
    .trans-effect~label {
        position: absolute;
        left: 14px;
        width: 100%;
        top: 10px;
        color: #aaa;
        transition: 0.3s;
        z-index: -1;
        letter-spacing: 0.5px;
    }
    
    .trans-effect~label i {
        color: #e9152b
    }
    
    .trans-effect:focus~label,
    .has-content.trans-effect~label {
        top: -22px;
        left: 0;
        font-size: 12px;
        color: #3399FF;
        transition: 0.3s;
    }
    /* Radio Button */
    
    .form-radio,
    .form-group {
        position: relative;
        margin: 25px 0;
        margin-bottom: 30px;
        /* overflow: hidden; */
        z-index: 1;
    }
    
    .form-radio {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    
    .form-radio .form-help {
        padding-top: 0.25rem;
        margin-top: -1rem;
    }
    
    .form-radio .form-help,
    .form-group .form-help {
        position: absolute;
        width: 100%;
    }
    
    .form-radio label {
        position: relative;
        cursor: pointer;
        padding-left: 2rem;
        text-align: left;
        color: #333;
        display: block;
    }
    
    .form-radio input {
        width: auto;
        opacity: 0.00000001;
        position: absolute;
        left: 0;
    }
    
    .radio .helper {
        position: absolute;
        top: -1px;
        left: -3px;
        cursor: pointer;
        display: block;
        font-size: 1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #999;
    }
    
    .radio .helper::before,
    .radio .helper::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        margin: 0.25rem;
        width: 1rem;
        height: 1rem;
        -webkit-transition: -webkit-transform 0.28s ease;
        transition: -webkit-transform 0.28s ease;
        transition: transform 0.28s ease;
        transition: transform 0.28s ease, -webkit-transform 0.28s ease;
        border-radius: 50%;
        border: 0.125rem solid currentColor;
    }
    
    .radio .helper::after {
        -webkit-transform: scale(0);
        transform: scale(0);
        background-color: #337ab7;
        border-color: #337ab7;
    }
    
    .radio label:hover .helper {
        color: #337ab7;
    }
    
    .radio input:checked~.helper::after {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    
    .radio input:checked~.helper::before {
        color: #337ab7;
    }
    
    .radio+.radio {
        /* margin-top: 1rem; */
        margin-left: 25px;
    }
    /* Checkbox */
    
    .checkbox {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    
    .checkbox .form-help {
        position: relative;
        margin-bottom: 1rem;
        position: absolute;
        width: 100%;
    }
    
    .checkbox label {
        position: relative;
        cursor: pointer;
        padding-left: 2rem;
        text-align: left;
        color: #333;
        display: block;
    }
    
    .checkbox input {
        width: auto;
        opacity: 0.00000001;
        position: absolute;
        left: 0;
    }
    
    .checkbox .helper {
        color: #999;
        position: absolute;
        top: 0;
        left: 0;
        width: 1rem;
        height: 1rem;
        z-index: 0;
        border: 0.125rem solid currentColor;
        border-radius: 0.0625rem;
        -webkit-transition: border-color 0.28s ease;
        transition: border-color 0.28s ease;
    }
    
    .checkbox .helper::before,
    .checkbox .helper::after {
        position: absolute;
        height: 0;
        width: 0.2rem;
        background-color: #337ab7;
        display: block;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        border-radius: 0.25rem;
        content: '';
        -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
        transition: opacity 0.28s ease, height 0s linear 0.28s;
        opacity: 0;
    }
    
    .checkbox .helper::before {
        top: 0.65rem;
        left: 0.38rem;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        box-shadow: 0 0 0 0.0625rem #fff;
    }
    
    .checkbox .helper::after {
        top: 0.3rem;
        left: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    .checkbox label:hover .helper {
        color: #337ab7;
    }
    
    .checkbox input:checked~.helper {
        color: #337ab7;
    }
    
    .checkbox input:checked~.helper::after,
    .checkbox input:checked~.helper::before {
        opacity: 1;
        -webkit-transition: height 0.28s ease;
        transition: height 0.28s ease;
    }
    
    .checkbox input:checked~.helper::after {
        height: 0.5rem;
    }
    
    .checkbox input:checked~.helper::before {
        height: 1.2rem;
        -webkit-transition-delay: 0.28s;
        transition-delay: 0.28s;
    }
    
    .checkbox+.checkbox {
        margin-top: 1rem;
    }
    /* Button */
    
    .button {
        position: relative;
        background: currentColor;
        border: 1px solid currentColor;
        font-size: 1.1rem;
        color: #db4545;
        margin: 3rem 0;
        padding: 0.75rem 3rem;
        cursor: pointer;
        -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
        transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
        overflow: hidden;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }
    
    .button span {
        color: #fff;
        position: relative;
        z-index: 1;
    }
    
    .button::before {
        content: '';
        position: absolute;
        background: #000;
        border: 50vh solid #db4545;
        width: 30vh;
        height: 30vh;
        border-radius: 50%;
        display: block;
        top: 50%;
        left: 50%;
        z-index: 0;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }
    
    .button:hover {
        color: #974545;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    }
    
    .button:active::before,
    .button:focus::before {
        -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
        transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
        transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
        transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
    
    .button:focus {
        outline: none;
    }
    
    input#btnSubmit {
        background: #e9152b;
        color: #fff;
        cursor: pointer;
        outline: none;
        display: inline-block;
        padding: 10px 30px;
        font-size: 17px !important;
        font-weight: 600;
        border: 1px solid #e9152b;
        box-sizing: border-box;
        /* text-transform: uppercase; */
        border-radius: 5px;
        width: 100%;
        height: 45px;
        margin: 20px 0 0;
    }
    
    .const-text {
        font-size: 12px;
        line-height: 1.4;
        margin: 10px 0 -5px;
        color: #9da3ab;
    }
    
    .form-group.country-select-box {
        margin-bottom: 20px;
    }
    
    #meGDPRMessage {
        padding: 0 0;
    }
    
    .country-select-box label {
        opacity: 0;
    }
    
    .country-select-box .has-content~label {
        opacity: 1;
    }
    
    .label-text-head {
        font-weight: 400;
        margin-right: 15px;
    }
    
    @media screen and (max-width: 992px) {
        #quickFixDiv {
            display: none;
        }
        .form-heading h1 {
            font-size: 38px;
        }
    }
    
    @media screen and (max-width: 767px) {        
        .req-demo-wrapper {
            margin: 40px 0;
        }
        .form-heading,
        .form-heading p {
            text-align: center;
        }
        #LicenseKeyForm {
            margin: 40px auto 0;
        }
    }
    
    @media screen and (max-width: 500px) {
        .form-radio {
            display: block;
        }
        .radio+.radio {
            margin-left: 0;
            margin-top: 20px;
        }
    }
    
    span.focus-border {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
