@charset "utf-8";
/* CSS Document */

.modal-dialog{
    max-width:476px;
    border-top:5px solid #009bdf;
    margin-top:80px
}
#trialForm .modal-dialog,#demoForm .modal-dialog{
    margin-top:100px;
    width:380px;
    border-top:none
}
#trialForm .modal-content,#demoForm .modal-content{
    background-color:#212121;
    border:none
}
#trialForm .modal-body,#demoForm .modal-body{
    padding:30px
}
#trialForm small,#demoForm small{
    width:100%;
    display:block;
    padding:15px 0px 30px
}
#trialForm .btn,#demoForm .btn{
    margin:20px 0px 10px
}
#trialForm p,#demoForm p{
    line-height:34px;
    font-size:20px;
    padding:10px 6px 0px 6px;
    color:#fff;
    margin:0px
}
#trialForm .dateform,#demoForm .dateform{
    width:190px
}
#trialForm .timeform,#demoForm .timeform{
    width:95px;
    margin-left:10px;
    height:50px;
    margin-bottom:20px
}
#trialForm .white-txt input,#demoForm .white-txt input{
    margin-right:5px;
    margin-top:15px
}
#trialForm .gdpr-option,#demoForm .gdpr-option{
    margin-top:15px
}
.quote-header{
    background-position:25px center;
    background-repeat:no-repeat
}
.quote-checkbox{
    margin-top:0px
}
.quote-margin{
    margin-bottom:0px !important
}
.quote-body{
    padding-bottom:0px !important
}
.quote-radius{
    border-radius:0px !important
}
.quote-radius2{
    border-radius:0px !important;
    padding:15px
}
.quote-radius3{
    border-top-right-radius:0px !important;
    border-top-left-radius:0px !important;
    border-bottom:none !important
}
.quote-radius4{
    margin-bottom:0px !important;
    border-radius:0px !important
}
.formtop {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    width: 300px;
    font-size: 20px;
    padding: 6px 10px 6px 10px;
    color: #fff;
    margin: 0px 0px 10px 0px;
    margin-top: 10px;
}
.top-adjust {
    margin-top: 10px;
}
/*input {
    outline: none !important;
    border-bottom: 2px solid #bbbbbb !important;
    border-radius: 0px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    box-shadow: none !important;
}*/
.btn-unique {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background: #009bdf;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border: none;
    border-bottom: 2px solid #BDCAD7;
    border-radius: 4px;
    padding-top: 0;
    padding-bottom: 0;
    border-color: #0083BD;
    box-shadow: none;
}
.btn-big2 {
    width: 300px;
    vertical-align: top;
    font-weight: 600;
}
.white-txt {
    color: #fff !important;
}
.popover.top {
    margin-top: 0px;
    margin-left: 60px;
}
