@CHARSET "UTF-8";


.free-trail {
    opacity: 1;
    overflow: scroll;
    display: block;
    padding-left: 0px;
    background-color: rgba(17, 17, 17, .5);
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111111 !important;
    position: fixed;
    color: #fff;
    vertical-align: middle;
    content: " ";
    height: 100%;
}


.trail-content {
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.24);
    box-shadow: none;
    border: 0;
    opacity:1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: .5s ease-out;
    position: relative;
    background-clip: padding-box;
    outline: 0;

    text-align: left;
    padding: 24px 24px 30px;
    display: block;
    width: 32%;
    margin: 40px auto;

}

.success-text {
    text-align: center;
    margin: 200px auto;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.24);
    box-shadow: none;
    border: 0;
    opacity:10;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: .5s ease-out;
    position: relative;
    background-clip: padding-box;
    outline: 0;
    padding: 24px 24px 30px;
    width: 28%;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.04em;
    font-weight: 700;
    color: #111;
    display: inline-block;

}

.trail-content  .label-info{
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 1px;
    /*margin-left: 1%;*/
}
.trail-content  .trial-form-title{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.04em;
    font-weight: 700;
    color: #111;
    margin-bottom: 30px;
    display: inline-block;
}
.trail-content .trail-form-desc{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
    display: block;
    box-sizing: border-box;
    -webkit-box-direction: normal;
}
.trail-content  .trial-form-content{
    width: 92% !important;
    margin: 1px 2%;
}

.trial-form-content input{
    width: 100%;
}
.trial-form-content input[type=checkbox]{
    width:20px !important;
    padding: 0 !important;
    height: 17px !important;
    box-sizing: border-box;
    zoom:120%;
    border: 1px solid #ccc;
    box-shadow: none;
    transition: all .15s;
    margin-bottom: 10px;
    background-color: initial;
    cursor: default;
    -webkit-appearance: checkbox;
}
.trail-term-label{
    margin-top: -33px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    padding-top: 1px;
    /*padding-left: 30px;*/
    margin-left: 30px;
    min-height: 25px;
    color: #111;
    /*font-weight: 400;*/
}

.trial-form-content button{
    width: 70%;
    margin: 30px 15% 10px 15%;
}
.trial-form-content > .button-content{
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
    outline: 0;
    margin: 0;
    font-family: Montserrat,Helvetica,sans-serif;
    font-weight: 700;
    cursor: pointer;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background-color: #fae12e;
    border: none;
    text-transform: none;
    border-radius: 8px;
    padding: 10px 36px;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    -webkit-transition: color .3s ease,background-color .3s ease;
    transition: color .3s ease,background-color .3s ease;
    letter-spacing: -.04em;
    min-width: 210px;
}

.icon{
    background: url('../images/icon.png') no-repeat;
}

.trial-icon {
    position: absolute;
    right: 15px;
    *right: 0;
    top: 15px;
    font-size: 0;
    line-height: initial;
}

.trial-icon a {
    position: relative;
    width: 24px;
    height: 24px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    display: block;
    zoom: 1.4;
    vertical-align: top;
}

.icon-close{
    background-position: 9px -40px;
    cursor: pointer;
}


.hidden {
    display: none;
}