.form-top-right-bg,
.form-bottom-left-bg{        
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0 !important;
    background-repeat: no-repeat;
    background-size: auto;
}

.form-header-bg {
    width: 100vw;
    height: 20%;
    position: absolute;
    background: #00b0e5;
    z-index: 0 !important;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: inset -1vw 0vw 2vw 0vw rgba(0, 0, 0, 0.095);    
    box-shadow: inset -1vw 0vw 2vw 0vw rgba(0, 0, 0, 0.095);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-header-text {
    width: 100%;
    max-width: 60%;
    text-align: center;
    padding: 60px 0 55px;
    z-index: 9999;
    color: #fff;
    display: block;
    position: relative;
    margin: 0 auto;
}
.form-header-text  > *{
    color:#ffffff;
    font-weight: 600 !important;
}
.quotes-form-cont {
    background: #ffffff;
    box-shadow: 0 0 40px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.3);
    padding: 60px 100px;
    border-radius: 40px;
    width: 75%;
    display: flex;
    margin: 0 auto;
    z-index: 9999 !important;
    position: relative;
    flex-flow: column;
}
.form-header-text h2.quotes-gen-heading{
    color: #fff;
    font-size: 50px !important;
    line-height: 70px !important;
    margin: 0 0 20px;
}
.form-header-text .quotes-gen-heading{
    font-size: 35px;
    line-height: 50px;
    font-weight: bold !important;
}

.quotes-form-cont .form-row {
    display: flex;
    gap: 0 1rem;
    flex-direction: row;
}

.quotes-form-cont .form-row .form-group {
    padding: 0 !important;
}

.w9-link a.btn.btn-outline-primary {
    border: 2px solid #00b0e5;
    border-radius: 3vw;
    color: #00b0e5;
    font-size: 1vw;
    font-weight: bold;
}
.quotes-form-bottom-space {
    position: relative;
    width: 100%;
    padding-bottom: 140px;        
}
ul.discount-list {
    color: #808080;
}
.bootstrap-iso .ss-panel-primary > .panel-heading {
    background-color: #00b0e5;
    color:#ffffff;
}
.bootstrap-iso .ss-panel-primary {
    border-color: #cccccc;
}
.ss-submit-btn{
    border-radius: 30px;
    background-color: #2ba3dc;
    border: 2px solid #2ba3dc;
}
.quotes-form-cont h2.quotes-gen-heading {
    color: #fff;
    font-weight: 900;
}
.bootstrap-iso table {
    width: 100%;
}
.bootstrap-iso .panel-body {
 padding: 0px; 
}
tr.totals-row {
    border-top: 1px solid #ccc;
}
html.avada-is-100-percent-template #main.width-100 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.prof-included-cont > label {
    display: block;
}
.bootstrap-iso select.form-control {
    font-weight: 700;
}
.bootstrap-iso label {
    font-weight: normal;
}
.desc-detail tr td {
   padding: 10px 15px;
}

.txt-bold{
    font-weight: bold;
}
.form-submit{
    justify-content: center;
    display: flex;
}
.ss-submit-btn.submit {
    color: #fff;
    font-weight: bold;
    padding: 0.5vw 5vw 0.5vw 2vw;
    border-radius: 2vw;
    display: flex;
    position: relative;
}
.ss-submit-btn i.fa.fa-long-arrow-right {
    position: absolute;
    right: 2vw !important;
    align-self: center;
}
.ss-submit-btn i.fa.fa-long-arrow-right::before {
    font-size: 2vw !important;
}
body .bootstrap-iso .price-per-user-grp input.form-control  {
   border-left: 0 !important;
   padding-left: 0 !important;
}
.price-per-user-grp .input-group.input-group-addon {
    padding: 0 0 0 1vw !important;
}    
.quote-form-main.bootstrap-iso, .quote-form-main.bootstrap-iso * {
    font-family: Arial;
}
.form-group.checkfield{
    margin-bottom: 8px;
}
.form-group.checkfield label{
    position: relative;    
}
.checkfield{            
    position: relative;
}
.checkfield input{
    margin: 0 14px 0 0 !important;
    opacity: 0;
}
.checkfield input:checked + span{
    background: #2ba3dc;
    border-color: #2ba3dc;
}
.checkfield span{
    width: 19px;
    height: 19px;
    border: 2px solid #a1a1a1;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}
.checkfield span::before{
    font-size: 13px;
    color: #fff;
    display: block;
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: -7px;
    left: 1px;
    visibility: hidden;
    opacity: 0;
}    
.checkfield input:checked + span::before{
    visibility: visible;
    opacity: 1;   
}
.form-group.pb0{
    padding-bottom: 0;
}
.form-group label{
    font-size: 21px;
    line-height: 30px;
    color: #010206;
}
.form-divider{
    margin: 40px 0;
    border-top: 2px solid #eeeeee;
}
.form-group input[type="text"].form-control,
.form-group input[type="email"].form-control,
.form-group input[type="tel"].form-control,
.form-group select.form-control{
    height: 48px;
    border: 2px solid #eeeeee;
    border-radius: 8px;
    box-shadow: none;
    outline: none;
    font-size: 21px;
    color: #010206;
    font-weight: bold;
}
.form-group select.form-control::-ms-expand{
    display: none;
}
.form-group select.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.form-group textarea.form-control{
    height: 120px;
    padding: 15px;
    border: 2px solid #eeeeee;
    border-radius: 8px;
}
.form-group .form-control.bginput{
    background: #e6e6e6;
    border-width: 1px;
}
.pricefield{
    position: relative;
}
.pricefield span{
    font-size: 21px;
    color: #010206;
    font-weight: bold;    
    position: absolute;
    top: 8px;
    left: 15px;
}
body form .pricefield input[type="text"].form-control{
    padding: 0 15px 0 28px !important;    
    font-weight: bold;
}
ul.discount-list{
    margin: 0 0 0 24px;
    padding: 5px 0 0 0;
    clear: both;        
}
ul.discount-list li{
    font-size: 21px;
    line-height: 30px;
}
.panel.prctable{
    margin: 0 0 60px;
    border-width: 2px;
    border-color: #eeeeee;
    border-radius: 8px;                 
}     
.panel.prctable .table-responsive{
    margin: 0;
    border: none !important;        
}
.panel.prctable .table-responsive table{
    margin: 0;
}
.panel.prctable .panel-heading{
    padding: 15px 20px;
    font-size: 21px;        
}    
.panel.prctable tr{
    border-color: #eeeeee;
}
.panel.prctable tr th{
    border-bottom: none !important;
    padding: 12px 30px !important;
    font-size: 21px;
    line-height: 45px;
    background: #2ba3dc;        
    color: #fff;       
}
.panel.prctable tr th:first-child{
    border-top-left-radius: 8px;        
}
.panel.prctable tr th:last-child{
    border-top-right-radius: 8px;        
}
.panel.prctable td{
    padding: 10px 30px !important;
    border: none !important;
    font-size: 21px;
    line-height: 45px;
}
.panel.prctable .totals-row td{
    padding: 4px 30px;
    line-height: 45px;
}
.panel.prctable .total-price{
    font-size: 30px;
    line-height: 45px;
    color: #2ba3dc;
    font-weight: bold;
}
.form-group .w9-link a.btn.btn-outline-primary{
    padding: 8px 40px;
    font-size: 21px;
    color: #2ba3dc;
    font-weight: bold;
}
.form-group .w9-link i{
    margin: 0 10px 0 0;
}
.fusion-icon-download:before{
    content:"\e624"
}
.formnotes{
    font-size: 20px;
    line-height: 30px;
}
form button.ss-submit-btn.submit{
    padding: 8px 40px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
form button.ss-submit-btn.submit img{
    margin: 0 0 0 30px;
    position: static;
    position: relative;
    top: 5px;
}
.fa::before{
    font-family: FontAwesome;
}
.desc-detail-hdng th:first-child {
    width: 68%;
}
.form-group.ifwishbtmtxt p {
    font-size: 18px;
    color: #959595;
    margin: 14px 0 0;
}
.form-group.ifwishbtmtxt {
    margin-bottom: 40px;
}
tbody.desc-detail-data .txt-bold {
    color: #010206;
}
.desc-detail-data p.group_discount {
    padding-left: 80px;
    margin: 10px 0 0;
}
span.txt-bold.users-discount-amount {
    margin-top: 10px;
    display: block;
}
span.yeardscnt {
    font-size: 14px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

@media( max-width: 1200px){

    .quotes-form-cont{
        padding: 40px 60px;
    }    

}

@media( max-width: 1024px){

    .form-header-text{
        max-width: 90%;
        padding: 50px 0 50px; 
    }
    .quotes-form-cont{
        padding: 30px 40px;
    }
}

@media( max-width: 992px){
    .quotes-form-cont .form-row {
        flex-direction: column;
    }
}

@media( max-width: 767px){

    .quotes-form-cont{
        width: 90%;
        border-radius: 20px;
    }
    .quotes-form-cont{
        padding: 30px;
    }
    .form-header-text h2.quotes-gen-heading{
        font-size: 40px !important;
        line-height: 46px !important;
    }         
    .form-header-text .quotes-gen-heading{
        font-size: 28px;
        line-height: 38px;
    }   

}

@media( max-width: 575px){

    .quotes-form-cont{
        padding: 30px 24px;
    }
    .form-header-text{            
        padding: 30px 0 50px; 
    }
    .form-group label{
        font-size: 16px;
        line-height: 26px;
    }
    ul.discount-list li{
        margin: 0 0 8px;
        font-size: 16px;
        line-height: 26px;
    }
    .formnotes{
        font-size: 16px;
        line-height: 26px;   
    }
    .form-group input[type="text"].form-control, 
    .form-group input[type="email"].form-control, 
    .form-group input[type="tel"].form-control, 
    .form-group select.form-control{
        font-size: 15px;
        padding: 0 12px;
    }
    .form-group{
        padding: 0 0 10px;
    }
    .form-divider {
        margin: 30px 0;            
    }
    .form-row .col-md-6{
        padding-left: 0;
        padding-right: 0;
    }
    .checkfield span{
        top: 2px;
    }
    .checkfield span::before{
        top: -4px;
    }
    form button.ss-submit-btn.submit{
        font-size: 20px;            
    }
    form button.ss-submit-btn.submit img{
        top: 2px;
    }
    .form-group .w9-link a.btn.btn-outline-primary {
        padding: 8px 20px;
        font-size: 16px;            
    }
    .panel.prctable tr th{
        padding: 12px 20px !important; 
        font-size: 16px;
        line-height: 24px;
    }
    .panel.prctable td{ 
            padding: 12px 20px !important;            
        font-size: 16px;
        line-height: 24px;
    }
    .panel.prctable .total-price{
        font-size: 20px;
        line-height: 24px;
    }      
    .panel.prctable .totals-row td{
        line-height: 30px;
    }  
    .panel.prctable{
        margin: 0 0 30px;
    }

}

@media( max-width: 375px){

    .form-header-text h2.quotes-gen-heading{
        font-size: 30px !important;
        line-height: 36px !important;
    }  
    .form-header-text .quotes-gen-heading{
        font-size: 20px;
        line-height: 30px;
    } 


}