/* 
Version 4 
Aprl 2020

*/
@font-face {
    font-family: Montserrat;
	font-style: normal;
    src: 
    url('/fonts/Montserrat/Montserrat-Regular.ttf'),
    url('/fonts/Montserrat/Montserrat-Light.ttf'),
	url('/fonts/Montserrat/Montserrat-Bold.ttf');
}

.grecaptcha-badge { 
    bottom:65px !important; 
}

/*Reset*/
h1, h2, h3, h4, p {
    margin: 0 auto;
}

.debug {
    width: 100%;
    background-color: red;
}

/* DOM */
body {
    margin: 0 auto;
    font-family: "Montserrat", "Open Sans", sans-serif;
}

/* nav */
nav.logo {
    width: 100%;
    height: 47px;
    background-color: #172C3C;
    color: #fff;
    box-shadow: 0 4px 4px #f56e28;
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-rows: 30px;
    justify-content: space-between;
    /* align-content: center; */
}

nav.logo .with-button a:nth-child(1) {
    display: inline-block;
    background-color: #172C3C;
    width: 47px;
    height: 47px;
    position: absolute;
    transition: .2s;
    padding-left: 5px;
}

nav.logo .with-button a:nth-child(1):hover {
    background-color: #c7c7c7;
}

nav.logo .with-button a:nth-child(1) img {
    width: 35%;
    vertical-align: middle;
}

nav.logo .with-button a:nth-child(2) {
    margin-left: 50px;
}

nav.logo img {
    width: 100px;
    padding: 10px;
    vertical-align: middle;
}
/* 68px Canvia */

/* container */
section.container {
    /* width: 100%; */
    height: calc(100vh - 30px);
    background-image: url('../img/background.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
	background-size: cover;
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: 100%;
    grid-template-rows: 90px 320px;
}

section .title {
    color: #fefefe;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 99999;
    letter-spacing: 5px;
}

/* content */
section .content {
    width: 300px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 160px 160px;
    align-items: center;
}

.content .block {
    width: 100%;
    height: 160px;
    color: #343230;
    display: grid;
    grid-template-columns: 120px 180px;
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas: 
        "img title"
        "img text"
        "img button"; 
}

.content .unlocking {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px 15px 0 0;
    z-index: 999999;
}

.content .password {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 15px 15px;
}

.bg {
    width: 100%;
    height: 250px;
    max-height: 250px;
    background-color: rgba(47, 160, 224, 0.27);
    position: absolute;
    top: 31px; 
    left: 0;
}

.block .content_img {
    grid-area: img;
    width: 120px;
    text-align: center;
}

.block .content_img img{
    width: 65%;
}

.block .content_title {
    grid-area: title;
    width: 175px;
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    align-self: flex-end;
    letter-spacing: 2px;
}

.block .content_text {
    grid-area: text;
    align-self: center;
    width: 160px;
    font-size: 10px;
}

.block .content_text p:nth-child(2) {
    font-size: 8px;
    margin-top: 2px;
}

.block .content_btn {
    grid-area: button;
    align-self: flex-start;
}

.btn {
    width: 140px;
    background-color: #172C3C;
    color: #fefefe;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    height: 20px;
    display: inline-block;
    border-radius: 12px;
    transition: .2s;
}

.btn:hover {
    background-color: #00A0E1;
}

footer {
    width: 100%;
    height: auto;
    background-color: #172C3C;
    color: #fefefe;
}

footer .message-pop {
    width: 100%;
    height: 22px;
    background-color: #f56e28;
    color: #fefefe;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .service {
    width: 100%;
    height: 80px;
    display: grid;
    grid-template-columns: 180px 120px;
    grid-template-rows: auto;
    justify-content: center;
    align-content: center;
    grid-gap: 5px;
    grid-template-areas: 
        "home ."
        "phone ."
        "mail develop"
}

footer .home {
    grid-area: home;
}

footer .phone {
    grid-area: phone;
}

footer .mail {
    grid-area: mail;
}

footer .develop {
    grid-area: develop;
}

footer .item {
    font-size: 8px;
}

footer .item a {
    text-decoration: none;
    color: #fefefe;
}

footer .item img {
    width: 10px;
    vertical-align: middle;
    padding-right: 5px;
}

.none {
    display: none;
}

/*steps*/
.unlock-bills {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    justify-items: center;
    align-items: center;
}

.unlock-bills .unlock_title {
    width: 340px;
    display: grid;
    grid-template-columns: 30px 310px;
    grid-template-rows: 70px;
    justify-items: center;
    align-items: center;
}

.unlock-bills .unlock_title img{
    width: 30px;
}

.unlock-bills .unlock_title h1{
    font-size: 14px;
    font-weight: bold;
    color: #005293;
    padding-left: 10px;
    letter-spacing: 2.0px;
    text-transform: uppercase;
}

.unlock-content {
    width: 100%;
    min-height: 660px;
    height: calc(100vh - 222px);
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 25px 130px 150px;
    justify-items: center;
}

.unlock-content .steps-content {
    width: 320px;
    display: grid;
    grid-template-columns: 80px 80px 80px;
}

.active span {
    color: #005293;
}

.active .bar {
    background-color: #005293;
}

.steps-content .steps {
    color: #686060;
    font-size: 12px;
}

.bar {
    width: 70px;
    height: 4px;
    background-color: #d5d5d5;
    display: block;
    border-radius: 3px;
    margin-top: 5px;
    margin-left: -5px;
}

.unlock-content .description {
    width: 320px;
    text-align: justify;
}

.unlock-content .description h4 {
    font-size: 12px;
    letter-spacing: 1.5px;
}

.unlock-content .description p {
    font-size: 12px;
    color: #343230; 
}

.unlock-content .form {
    width: 320px;
    height: auto;
    border: 1px solid #d5d5d5;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.unlock-content .paso2{
   /* height: 320px; */
}

.unlock-content .pasoupdate{
    height: 180px;
}

.unlock-content .form form {
   /* display: grid;
    grid-template-columns: 250px;
    justify-content: center;
    justify-items: center;
    align-items: center;]*/
	text-align: center;
	padding: 25px;
}

.unlock-content .form form div{
	text-align: left;
}

.unlock-content .form label {
    font-size: 12px;
    font-weight: bold;
    justify-self: flex-start;
    letter-spacing: 0px;
    padding-bottom: 15px;    
}

.unlock-content .form input {
	height: 30px;
    //text-align: center;
    outline: none;
}

.unlock-content .form input[type="text"] {
    width: 100%;
    /*height: 35px;*/
    border: none;
    border-bottom: 1px solid #d5d5d5;
    font-size: 12px;
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.unlock-content .form input[type="email"] {
    width: 100%;
    /*height: 35px;*/
    border: none;
    border-bottom: 1px solid #d5d5d5;
    font-size: 12px;
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.unlock-content .form input[type="password"]{
	width: 100%;
    /*height: 35px;*/
    border: none;
	border-bottom: 1px solid #d5d5d5;
	text-align: center;
    font-size: 12px;
}

.unlock-content .form input[type="hidden"]{
	display:none;
}

.form input[type="tel"]{
	width: 100%;
    /*height: 35px;*/
    border: none;
	border-bottom: 1px solid #d5d5d5;
    font-size: 12px;
}

.unlock-content .form select {
    width: 100%;
    height: 35px;
    /*background-color: #eeeeee;*/
	/*padding-top: 15px;*/
    border: none;
	border-bottom: 1px solid #d5d5d5;
}

.unlock-content .form input[type="submit"] {
    border: none;
	margin-top: 10px;
}

.unlock-content .description {
    margin: 20px 0;/*JLPH*/
}

.unlock-content .description h4{
    margin-bottom: 10px;
}

footer .service .develop img {
    width: 70px;
    vertical-align: middle;
    padding-bottom: 5px;
}
	
.unlock-content .paso2 form {
	grid-template-rows: 60px 0px 60px 0px 80px 10px; 
}

.unlock-content .pasoupdate form {
	grid-template-rows: 60px 0px 80px 0px 80px 10px; 
}

.display-grid {
	display: grid;
	grid-template-columns: auto;
	justify-items:center;
}

.display-none{
	display: none;
}

#tabBlock02 .form{
	height: auto;
}

.unlock-content form {
/*	grid-template-rows: 60px 0px 60px 0px 60px 0px 80px; */
}

.unlock-content form div{
	padding-bottom:15px;
}
.unlock-content form div.g-recaptcha {
	padding-bottom:0;
}
/*Combobox*/ 
.form-group { 
	display: inline-block;
	width: 100%; 
} 
.form-group .form-group-combo { 
	width: 20%; 
	float: left; 
} 
.form-group .form-group-input {
	width: 75%; 
	float: left; 
	padding-left: 5%; 
} 
.form-group .form-group-input input {
	text-align: left;
	height: 33px;
	padding-top: 15px; 
}

/*Combobox*/ 
.mobile-block { 
	display: flex;
    justify-content: space-between; 
} 
.mobile select.country { 
	width: 20%; 
} 
.mobile input.telef {
	width: 75%;
    vertical-align: unset;
} 

/*Aler*/
.w3-animate-fading{-webkit-animation:fading 10s infinite;animation:fading 10s infinite}
@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{-webkit-animation:opac 0.8s;animation:opac 0.8s}
@-webkit-keyframes opac{from{opacity:0} to{opacity:1}}
@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;-webkit-animation:animatetop 0.4s;animation:animatetop 0.4s}
@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;-webkit-animation:animateleft 0.4s;animation:animateleft 0.4s}
@-webkit-keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;-webkit-animation:animateright 0.4s;animation:animateright 0.4s}
@-webkit-keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;-webkit-animation:animatebottom 0.4s;animation:animatebottom 0.4s}
@-webkit-keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.alert {
    padding: 10px;
    background-color: #f44336;
    color: white;
	font-size: 12px;
	transition: opacity 0.6s;
}
.alert a {
	color: white;
	cursor: pointer!important;
}
.msgView {
    padding: 10px;
    background-color:yellow;
    color: black;
	font-size: 12px;
	transition: opacity 0.6s;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

/* Responsive Breackpoint */
@media (min-width: 479px) { 
    /* container */
    section.container {
		padding-bottom: 47px;
    }
}

@media (min-width: 600px) {
    /* nav */
/*
    nav.logo {
        height: 47px;
    }

    nav.logo img {
        width: 100px; 
        padding: 10px;
    }

    nav.logo .with-button a:nth-child(1) {
        width: 47px;
        height: 47px;
    }
    
    nav.logo .with-button a:nth-child(1) img {
        width: 50%;
    }
    
    nav.logo .with-button a:nth-child(2) {
        margin-left: 50px;
    }
*/
    /* container */
    section.container {
        min-height: 600px;
        height: calc(100vh - 47px);
        padding-bottom: 0;
    }

    section .title {
        font-size: 16px;
    }

    /*Content*/
    section .content {
        width: 400px;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 200px 200px;
    }

    .content .block {
        height: 200px;
        margin-top: 80px;
        grid-template-columns: 165px 225px;
    }

    .bg {
        height: 290px;
        max-height: 290px;
        top: 48px; 
    }

    .block .content_img {
        width: 175px;
    }
    
    .block .content_img img{
        width: 50%;
    }
    
    .block .content_title {
        width: auto;
        font-size: 12px;
    }
    
    .block .content_text {
        width: 220px;
        font-size: 12px;
    }
    
    .block .content_text p:nth-child(2) {
        font-size: 10px;
        margin-top: 5px;
    }

    /* Paso 1 */
    .unlock-bills .unlock_title {
        width: 400px;
        display: grid;
        grid-template-columns: 40px 370px;
        grid-template-rows: 50px;
        justify-items: center;
        align-items: flex-end;
        padding-bottom: 20px;
    }
    
    .unlock-bills .unlock_title h1{
        font-size: 16px;
    }
    .unlock-content {
        width: 100%;
        height: calc(100vh - 180px);
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: 25px 120px 150px;
        justify-items: center;
    }

    .unlock-content {
        width: auto;
        min-height: 460px;
        height: 300px;
        height: calc(100vh - 180px);
        grid-template-columns: 420px;
    }

    .unlock-content .description {
        width: 420px;
    }

    .unlock-content .steps-content {
        width: 420px;
    }
    
    footer .message-pop {
        height: 32px;
        font-size: 12px;
    }

    footer .service {
        width: auto;
        height: 120px;
        grid-template-columns: 350px 200px;
        grid-template-rows: auto;
    }
    
    footer .item {
        font-size: 12px;
    }

	.unlock-content .form {
		height: auto; /*JLPH*/
		margin-top: 12px; /*JLPH*/
	}
	
	.unlock-content .paso2 form {
	/*	grid-template-rows: 50px 0px 60px 0px 60px 0px 120px 0px;*/
	}
}

@media (min-width: 900px) {
    /* container */
    section.container {
        height: calc(100vh - 159px);
        background-position: top center;
        background-size: cover;
        grid-template-rows: 100px 280px;
    }    
    
    section .title h1 {
        font-size: 32px;
    }

    /*Content*/
    section .content {
        width: 800px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .content .block {
        height: 380px;
        grid-template-columns: auto;
        grid-template-rows: 135px 70px 100px 100px;
        justify-items: center;
        grid-template-areas: 
            "img"
            "title"
            "text"
            "button"; 
    }
    
    .bg {
        display: none;
    }

    .content .unlocking {
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 15px 0 0 15px;
        z-index: 1;
    }
    
    .content .password {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 0 15px 15px 0;
    }

    .block .content_img {
        width: auto;
        align-self: flex-end;
    }
    
    .block .content_img img{
        width: 70%;
    }  
    
    .block .content_title h1 {
        font-size: 20px;
        text-align: center;
    }

    .block .content_text {
        width: 300px;
        font-size: 12px;
    }    
    
    .block .content_text p:nth-child(2) {
        font-size: 10px;
    }

    .btn {
        width: 200px;
        font-size: 14px;
    }

    .none {
        display: block;
    }
    
    /* Paso 1*/
    
    .unlock-bills .unlock_title {
        width: 550px;
        display: grid;
        grid-template-columns: 40px 500px;
        grid-template-rows: 70px;
        padding-bottom: 20px;
    }

    .unlock-content {
        width: 540px;
        min-height: 580px;
        height: calc(100vh - 250px);
        grid-template-columns: 540px;
        grid-template-rows: 25px 180px 150px;

    }

    .unlock-content .description {
        margin: 30px 0 0 0;
    }

    .unlock-bills .unlock_title h1{
        font-size: 22px;
    }

    .unlock-bills .unlock_title img{
        width: 40px;
    }

    .unlock-content .steps-content {
        width: 540px;
    }

    .unlock-content .form input[type="number"],
    .unlock-content .form label,
    .unlock-content .description p,
    .steps-content .steps {
        font-size: 14px;
    }

    .unlock-content .description {
        width: 540px;
    }

    .unlock-content .description h4 {
        font-size: 20px;
    }

    .unlock-content .form {
		margin-top: 20px;/*JLPH TEST*/
        width: 340px;
    }

    .unlock-content .form form {
        grid-template-columns: 280px;
    }
	
    .unlock-content .paso2 form {
	/*	grid-template-rows: 70px 0px 70px 0px 70px 0px 120px 0px; */
	}
	
    footer .service {
        height: 80px;
        grid-template-columns: repeat(3, 300px);
        grid-template-rows: 30px 20px;
        grid-template-areas: 
            "home phone mail"
            ". develop ."
    }

    footer .item {
        font-size: 12px;
        justify-self: center;
    }
    
	footer .develop {
        font-size: 11px;
    }
	
	footer .service .develop img {
        width: 60px;
    }
	
    footer .item img {
        width: 20px;
    }
}

@media (max-width: 900px) {
	html.no-cssgrid .unlock-content{
		width:420px;
	}
	
	html.no-cssgrid .unlock-content .description{
		width:100%;
	}
}

@media (max-width: 600px) {
	html.no-cssgrid .unlock-content{
		width:320px;
		display:inline-table;
	}
	
	html.no-cssgrid .unlock-content .description{
		width:100%;
	}
}

html.no-cssgrid .block .content_img {
	width: 100%;
}
html.no-cssgrid .block .content_img img{
	width: 20%!important;
	padding-top:10px;
}
html.no-cssgrid .block .content_text {
	width: auto;	
}
html.no-cssgrid .content .block.password{
	float:right;
}
html.no-cssgrid .content .block.unlocking {
	float:left;
}	
html:not(.cssgrid) section.container{
	text-align:center;
}
html.no-cssgrid section .content{
	margin:0 auto;
	display:inline-block;
}
html.no-cssgrid footer .home,
html.no-cssgrid footer .phone,
html.no-cssgrid footer .mail{
	display: inline-block;
	width:20%;
}
html.no-cssgrid .unlock-bills{
	text-align:center;
	min-height: 800px;
}
html.no-cssgrid .unlock-content{
	margin:0 auto;
}
html.no-cssgrid .unlock-content .form  label ,
html.no-cssgrid .unlock-content .form   input{
	margin-top:12px;
	margin-bottom:12px;
}
html.no-cssgrid footer{
	text-align:center;
}
html.no-cssgrid .message-pop p{
	padding-top:10px;
	width:100%;
}
html.no-cssgrid .bg{
	height:0px;
}
html:not(.cssgrid) .unlock-bills .unlock_title{
	display:inline-flex;
	margin-top:20px;
}
html.no-cssgrid .steps-content {
	display:inline-flex;
	margin-top:20px;
}
html.no-cssgrid .steps-content .steps {
	margin-right:10px;
}
html.no-cssgrid div.form {
	margin:0 auto;
	margin-top:20px;
}
html.no-cssgrid .form  label ,
html.no-cssgrid .form   input{
	margin-top:12px;
	margin-bottom:12px;
}
html.no-cssgrid .form  form{
	height:auto;
	text-align:left;
	padding:20px;
	padding-top:26px;
}
html.no-cssgrid .form  form select,
html.no-cssgrid .form  form .g-recaptcha{
	margin-top:26px;
}
html.no-cssgrid .form  form .g-recaptcha{
	margin-left:0px;
	margin-top:12px!important;
	margin-bottom:20px;
}
html.no-cssgrid .form  form .btn{
	/*width:100%;*/
	width:206px;
	margin-left:36px;
	margin-top:10px;
}
html.no-classlist .unlock_title{
	margin: 0 auto;
}
html.no-classlist .unlock_title,
html.no-classlist .unlock_title img,
html.no-classlist .unlock_title h1,
html.no-classlist .steps-content .steps{
	display:inline-block;
}
html.no-classlist .steps-content{
	text-align:left;
}

/*Para IE 8*/
html.no-mediaqueries body{
	background-image: url('https://smart.servicedesk.com.pe/showroom/pss/img/background.png');
}
html.no-mediaqueries a img[alt=logo] {
	width:70px!important;
}

html.no-mediaqueries a img {
    width: 40px;	
    padding: 6px;
}

html.no-mediaqueries .title{ 
	text-align:center;
	color:white;
}

html.no-mediaqueries .content{ 
	display:-ms-flexbox;
	margin: 0 auto;
	width:700px;
	margin-top:80px;
	margin-bottom:300px;
	padding-bottom:20px;
}

html.no-mediaqueries .content .block{ 
	width:49%;
	display:inline-block;
}

html.no-mediaqueries .content .unlocking{ 
    background-image: url(../img/caja_hover_2.png);
	background-repeat:no-repeat;
    z-index: 1;
	height: 300px;
	float:left;
}

html.no-mediaqueries .content .password{ 
    background-image: url(../img/caja_hover_1.png);
	background-repeat:no-repeat;
    z-index: 1;
	height: 300px;
	background-position-x: -54px;
}

html.no-mediaqueries .block .content_img{
	width:100%
}

html.no-mediaqueries .block .content_img img{
	width:20%;
	margin-top:10px;
}

html.no-mediaqueries .block .content_title, 
html.no-mediaqueries .block .content_text,
html.no-mediaqueries .block .content_btn{
	text-align:center;
	width:100%;
	margin:20px;	
}

html.no-mediaqueries .block .content_text p{
	font-size: 15px;
	padding-right:40px;
}

html.no-mediaqueries .block .content_btn .btn{
    font-size: 16px;
}

html.no-mediaqueries .message-pop{
	background-color: #00A0E1;
    color: #fefefe;
	height: 32px;
    font-size: 12px;
	display:flex;
	text-align:center;
	width:100%;
	position:fixed;
	bottom:80px;
}

html.no-mediaqueries .message-pop p{
	padding-top:10px;
}

html.no-mediaqueries .service{
	height:80px;
	background: #005293;
	text-align:center;
	width:100%;
	position:fixed;
	bottom:0px;
}

html.no-mediaqueries .service .home ,
html.no-mediaqueries .service .phone,
html.no-mediaqueries .service .mail{
	display:inline-block;
	width:30%;
}

html.no-mediaqueries .service .item{
	font-size:12px;
	color:white;
}

html.no-mediaqueries .service .develop img{
	width:70px;	
}

html.no-mediaqueries .service .home  img,
html.no-mediaqueries .service .phone  img,
html.no-mediaqueries .service .mail  img{
	width:20px;
}

html.no-mediaqueries  .with-button{
	background:white
}

html.no-mediaqueries  .with-button a{
	height:47px;
	width:47px;
}

html.no-mediaqueries  .with-button a img{
	width:18px;
}

html.no-mediaqueries  .unlock_title{
	text-align:center;
	display:inline-block;
	background:white;
	width:100%;
	text-align:left;
	padding-left:400px;
}

html.no-mediaqueries  .unlock_title img{
	width:50px;
	display:inline-block;
}

html.no-mediaqueries  .unlock_title h1{
	color: #005293;
	display:inline-block;
	font-size:22px;
}

html.no-mediaqueries  .unlock-content{
	background:white;
	display:inline-block;
	margin:0 auto;
	width:100%;
}

html.no-mediaqueries  .steps-content{
	width:600px;
	margin-left:400px;
}

html.no-mediaqueries  .steps-content,
html.no-mediaqueries  .steps-content .steps{
	display:inline-block;
	font-size: 14px;
}

html.no-mediaqueries  .unlock-content .description{
	width:600px;
	margin-left:400px;
}

html.no-mediaqueries  .unlock-content .description p{
	font-size:13px;
}

html.no-mediaqueries  .unlock-content .description h4{
	font-size:16px;
}

html.no-mediaqueries  .unlock-content .form{	
	margin-left:400px;
	width:340px;
}

html.no-mediaqueries  .unlock-content .form label{
	font-size:13px;
}

html.no-mediaqueries  .unlock-content .form .btn{
    width: 200px;
    font-size: 16px;
	text-align:center;
}

html.no-mediaqueries  .unlock-content .form input,
html.no-mediaqueries  .unlock-content .form select{
	margin:20px 6px;
}