/* form on detail page css start */
#myModalOldForm .modal-dialog {
    width: 38%;
    max-width: 100%;
}
#myModalOldForm .modal-content {
    border-radius: 30px;
    padding: 0;
}
#myModalOldForm .modal-body {
    height: auto;
    padding: 0;
    border-radius: 30px;
}
#myModalOldForm .close {
    margin: -12px;
    color: #000;
    opacity: 1;
    font-size: 29px;
    text-shadow: none;
}
div#freetrialform, div#getquoteform {
    background: none;
    height: 100%;
    float: left;
    border-radius: 30px;
    width: 100%;
}
.rightContent {
    background: #E2E2E2;
    border-radius: 30px;
    padding: 20px 0;
    box-shadow: 0px 1px 3px #00000029;
}
.form-box-padding30 {
    padding: 0 30px;
}
.formicon {
    padding: 5px 0 15px 0;
}
.form-control {
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #d1d3d4;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#myModalOldForm .wFormContainer .form-control, #myModal select.form-control:not([size]):not([multiple]) {
    font-size: 15px;
    height: 33px;
    color: #808285;
}
.form-group select option {
    color: #000;
}
#myModalOldForm .main .form-group label {
    font-size: 12px;
    line-height: 16px;
}
.main .form-group label {
    padding-bottom: 5px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}
.main .cb input[type=checkbox]+label {
    transition: all .3s ease-in-out;
    font-weight: 700;
    color: #808285;
}
.main .cb input[type=checkbox]:checked+label {
    background-color: #000;
    color: #fff;
}
.popup-form-label {
    text-align: center;
}
.inputCheck {
    margin-top: 2px !important;
}
.main .form-group label.lbl_checkbox {
    display: inline-block;
    width: 95%;
    margin-left: 10px;
}
.trialForms {
    text-decoration: underline;
}
div#PrefWidget {
    padding: 5px 0 0;
    border-radius: 4px;
    margin-bottom: 15px;
}
#PrefWidget .prefCentreDiv, #PrefWidget .prefHeader {
    display: none;
    visibility: hidden;
}
#PrefWidget .prefHeader {
    background: none;
}
.prefFootnote p {
    margin-left: 0 ;
    font-size: 13px;
    text-align: justify;
}
.prefFootnote a {
    color: #007bff;
    font-size: 13px;
}
#submit-load {
    width: 100%;
    border-bottom: 0;
    border-radius: 0;
    margin: 6px auto 15px !important;
}
.btn.btn-primary {
    background-image: linear-gradient(#dd2c00, #d91b5a);
    color: #fff;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    font-size: .875rem;
    padding: 1rem 2rem;
    line-height: initial;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active{
    background: #b01721;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    font-size: .875rem;
    padding: 1rem 2rem;
    line-height: initial;
}
#submit-load .fa {
    color: #fff !important;
}
#myModalOldForm input[type=submit] {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    text-transform: inherit;
    box-shadow: none;
    border-bottom: 0;
    border-radius: 0;
}
/* form on detail page css end */



/* page form css start */

#free-trial-form{
    margin-top: 50px;
    padding: 24px;
    border-radius: 30px;
    box-shadow: 0px 1px 3px #00000029;

}
.form-cust-width {
    width: 60%;
    margin: 0 auto;
}
.formSection{
     background-color: #F7F9FB;
    padding: 40px 0;
    width: 100%;
}
.formTitle h2{
    color: #00172E;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.noCardText{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.noCardText img{
    margin-right: 10px;
}
.noDownloadText{
    font-size: 16px;
    line-height: 24px;
}
.noDownloadText img{
    margin-right: 10px;
}
.getaTrailFormCTA{
    color: #fff;
    background-image: linear-gradient(#dd2c00, #d91b5a);
    padding: 10px 40px;
    text-align: center;
    border-radius: 3px;
    border: none;
}
.getaTrailFormCTA:hover{
    background: #b01721;
    color: #fff;
    text-decoration: none;
}
.wouldLikeText{
    margin: 0;
}
.cb input[type="checkbox"]+.yesPlsText, .cb input[type="checkbox"]+.noPlsText {
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}
#free-trial-form.ft-form .form-group .lbl_checkbox {
    font-size: 12px;
    line-height: 16px;
    font-weight:700;
}

/* page form css end */



@media (max-width:767px){
    #myModalOldForm .modal-dialog{
        width: 100%;
        margin: 0;
    }
        #myModalOldForm .close {
        top: 5px;
        margin: 0;
        color: #000;
        opacity: 1;
        font-size: 29px;
        text-shadow: none;
        position: absolute;
        right: 13px;
        background: 0 0;
    }
    #myModalOldForm .modal-content, div#freetrialform, .rightContent {
        border-radius: 0;
    }
     .form-cust-width {
        width: 100%;
        margin: 0 auto;
    }
    .main .form-group label.lbl_checkbox {
        width: 91%;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    #myModalOldForm .modal-dialog{
        width: 75%;
    }
     .form-cust-width {
        width: 80%;
        margin: 0 auto;
    }

}
@media (min-width:1025px) and (max-width:1179px) {
    #myModalOldForm .modal-dialog {
        width: 55%;
    }
}

@media (width: 1180px) {
    #myModalOldForm .modal-dialog{
        width: 50%;
    }
}
@media (width: 1280px) {
    .main .form-group label.lbl_checkbox {
        width: 94%;
    }
}
@media (width: 1366px) {
    #myModalOldForm .modal-dialog {
        width: 40%;
    }
}