@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.hplc-body-wrapper{
    font-family: "Roboto", serif;
    font-size: 16px;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto 1em;
    padding: 0em;
    
}

/* ----------------Start Home Page Css---------------- */
.hplc-screen-one{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    /* margin: 1em 0; */
}

.hplc-main-container,
.hplc-home-main-container{
    max-width:1200px;
    margin: 0 auto;
   
}
.hplc-home-page-content-wrapper{
    padding: 0 15px;
}
.hplc-home-left-sidebar{
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 auto;
    width: 70%;
    margin: 0px;
    background-color: #fff; 
}
.hplc-home-left-sidebar .hplc-left-sidebar-content{
    font-weight: 300;
    font-size: 0.9em;
}
.hplc-home-left-sidebar .hplc-left-sidebar-content p{
    font-weight: 400;
    color: #53565A;
}
.hplc-home-left-sidebar .hplc-left-sidebar-content h2{
    font-size: 2.2em;
    color: #53565A;
    margin: 0em;
    text-align: center;
   
}
.hplc-home-left-sidebar .hplc-left-sidebar-content ul{
    color: #53565A;
    margin: 0em;
}
.hplc-home-left-sidebar .hplc-left-sidebar-content ul li{
    margin-bottom: 0.5em;
    font-weight: 400;
}
.hplc-home-left-sidebar .hplc-left-sidebar-content h2 .hplc-img-fluid{
    /* width: 50%; */
    width: 42%;
}
.hplc-home-left-sidebar .hplc-left-sidebar-content .hplc-span-blue-bold{
    font-weight: 500;
    color: #53565A;
}

.hplc-green-img-bg{
    width: 100%;
    position: absolute;
    top: 6%;
    z-index: 1;
    height: 100%;
}

.hplc-fa-home-img-extraalightgreenbg-sec2{
    height: 6%;
    background-color: rgba(132, 189, 0, 0.7);
    width: 100%;
}

.hplc-home-right-sidebar{
    
    position: relative;
    color: #fff;
    flex: 0 0 auto;
    width: 26%;
}
.hplc-home-right-sidebar .hplc-home-right-sidebar-blue-bg{
    width: 100%;
    padding: 1% 0;
    background-color: #00426A;
}
.hplc-home-right-sidebar .hplc-input-wrapper{
    width: 86%;
    margin: 0 auto;
}
.hplc-home-right-sidebar h3{
   
    font-size: 1.7em;
    font-weight: 500;
    text-align: left;
    margin: 0.8em 0 0.5em 0;
}
.hplc-home-right-sidebar .hplc-input-block {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.hplc-home-right-sidebar .hplc-form-control{
    border: none;
}
.hplc-home-right-sidebar .hplc-form-label{
    color: #fff;
    font-weight: 400;
}
.hplc-home-right-sidebar .hplc-input-block .hplc-doller{
    font-size: 0.875em;
}
.hplc-home-right-sidebar .hplc-input-block .hplc-doller::before {
    content: '$';
    position: absolute;
    top: 18%;
    left: 1em; /* Adjust positioning */
    font-weight: 700;
    color: #53565A; /* Adjust color */
}


.hplc-home-right-sidebar .hplc-button-wrapper{
    
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1.5em 0em;
    
}


#hplc-nextBtn:disabled,
#hplc-nextBtn[disabled]{
    border-color:  rgba(204, 217, 225, 1);
    background-color: rgba(204, 217, 225, 1);
   
    cursor: not-allowed!important;
}

.hplc-error-message{
    font-size: 0.89em;
}

/* ----------------End Home Page Css---------------- */

/* ----------------Start pfas-cost-efficiency-calculator Page Css---------------- */
.hplc-screen-two{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    /* margin: 1em 0; */
}
.hplc-main-calculator-wrapper{
    padding: 0 15px;
}
.hplc-d-desktop{
    display: flex;
}

.hplc-cost-efficiency-calculator-wrapper{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    color: #FFFFFF;
    /* font-size: 2em; */
    /* max-height: 8.625em; */
    margin-bottom: 1.5em!important;
    background-color: #0085D5;
}
.hplc-cost-efficiency-calculator-wrapper .hplc-d-desktop{
    border: solid 1px #D0D0CE;
}
.hplc-cost-efficiency-calculator-wrapper .hplc-cost-efficiency-calculator-title{
    padding: 0px;
}
.hplc-cost-efficiency-calculator-wrapper .hplc-page-title{
    font-size: 2.2em;
    font-weight: 300;
    color: #FFFFFF;
    padding: 0 50px 0 20px;
}
.hplc-cost-efficiency-calculator-wrapper .hplc-page-title span{
    font-size:  0.6em;
    font-weight: 400;
}
.hplc-cost-efficiency-calculator-wrapper .hplc-button-text {
    display: flex;
    align-items: center;
    color: #0085D5;
    font-size: 1em;
    padding: 0em;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    border: none;
    box-shadow: none;
}
.hplc-button-back {
    display: flex;
    align-items: center;
    color: #0085D5;
    font-size: 1em;
    padding: 0.75em 1.5em;
    font-weight: 400;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    border: solid 1px #0085D5;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.hplc-button-back:hover,
.hplc-button-back:focus{
    text-decoration: none;
}
.hplc-bottom-button{
   margin: 1em 0 0!important;
}
.hplc-prev_btn_right_arrow{
    display: flex;
    width: 7px;
    height: 13px;
    background-image: url("https://www.agilent.com/cs/promotions/images/hplc_prev_btn_right_arrow.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.hplc-cost-efficiency-calculator-wrapper .hplc-green-img-position-relative{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.hplc-cost-efficiency-calculator-wrapper .hplc-green-img-bg{
    top: 0px!important;
}
.hplc-cost-efficiency-calculator-wrapper .hplc-green-img-bg .hplc-fa-secound-img-lightgreenbg-sec2{
    width: 2.8%;
    background-color: rgba(132, 189, 0, 1);
    height: 100%;
    position: absolute;
    right: 0px;
}
.hplc-cost-efficiency-calculator-wrapper .hplc-green-img-position-relative .hplc-green-img-bg{
    width: 100%;
    position: absolute;
    top: 0%;
    z-index: 1;
    height: 100%;
    display: flex;
}
.hplc-cost-efficiency-calculator-wrapper .hplc-green-img-position-relative .hplc-fa-home-img-extraalightgreenbg-sec2{
    width: 9%;
    background-color: rgba(132, 189, 0, 0.9);
    height: 100%;
}
.hplc-half-wrapper{
    flex: 0 0 auto;
    width: 48%;
  
}
.hplc-half-space{
    padding-right: 5%;
}
.hplc-blue-bg{
    margin-bottom: 1em;
    background-color: #00426A;
}
.hplc-half-wrapper .hplc-cost-calculator-wrapper{
    padding-top: 0.9em;
    background-color: rgba(208, 208, 206, 0.2);
}
.hplc-half-wrapper .hplc-cost-calculator-wrapper .hplc-mobile-phase-details-title .hplc-icon_info{
    margin: 0 15px;
}
.hplc-half-wrapper .hplc-cost-calculator-wrapper h4{
    padding: 0 15px;
    margin: 0;
}
.hplc-half-wrapper .hplc-cost-calculator-wrapper .hplc-cost-water-gray-text{
    color: #888B8D;
    font-size: 0.9em;
    font-weight: 300;
    margin-top: 0.2em;
}
.hplc-half-wrapper .hplc-cost-calculator-gray-border-wrapper{
    border: solid 1px #D0D0CE;
}
.hplc-half-wrapper .hplc-input{
    font-size: 0.875em;
     line-height: 14.06px;
    display: flex;
    flex-wrap: wrap;    
    padding: 15px;
}
.hplc-half-wrapper .hplc-input .hplc-form-label{
    font-weight: 400;
    margin-bottom: 0.5em;
}
.hplc-half-wrapper .hplc-input .hplc-form-control{
    padding: 6px 8px;
    margin-bottom: 0px;
    border: solid 1px #D9D9D9;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.hplc-half-wrapper .hplc-input .hplc-mobile-phas-percentage-bg .hplc-form-control{
    background-color: #F1F1F1;
}
.hplc-half-wrapper .hplc-input-block{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;    
}
.hplc-half-wrapper .hplc-input-block .hplc-doller::before{
    content: '$';
    position: absolute;
    top: 11px;
    left: 1em; /* Adjust positioning */
    font-weight: 700;
    color: #53565A; /* Adjust color */
}
.hplc-half-wrapper .hplc-input-block.hplc-cost-per-liter .hplc-doller::before{
    top: 31%!important;
}

.hplc-current-method-wrapper{
    margin-bottom: 0.5em;
}
.hplc-border-div{
    margin-top: 1.2em!important;
    /* border-top: solid 1px rgba(0, 66, 106, 0.5); */
}
.hplc-current-method-wrapper h4{
    font-size: 1em;
    font-weight: 600 !important;
    color: #000000;
    line-height: 18.75px;
    margin: 0.9em 0 0 0px;
    padding: 0px;
}
.hplc-half-wrapper .hplc-current-method-wrapper .hplc-input-block.hplc-cost-per-liter .hplc-doller::before{
    top: 31%!important;
}

/* Default (Works in most browsers) */
.hplc-current-method-wrapper input::placeholder {
    color: rgba(83, 86, 90, 0.5);
}

/* WebKit browsers (Chrome, Safari, Edge) */
.hplc-current-method-wrapper input::-webkit-input-placeholder {
    color: rgba(83, 86, 90, 0.5);
}

/* Mozilla Firefox */
.hplc-current-method-wrapper input::-moz-placeholder {
    color: rgba(83, 86, 90, 0.5);
}

/* Microsoft Edge and Internet Explorer */
.hplc-current-method-wrapper input:-ms-input-placeholder {
    color: rgba(83, 86, 90, 0.5);
}

/* Older IE */
:-moz-placeholder {
    color: rgba(83, 86, 90, 0.5);
}

.hplc-gradient-calculator-btn {    
    display: flex;
    align-items: center;
    color: #0085D5;
    text-align: left;
    font-size: 1em;
    padding: 0em;
    background-color: transparent;
    cursor: pointer;
    border: none;
    box-shadow: none;
}
.hplc-gradient-calculator-btn span{
 
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
   
    margin-left: 0.4em;
}
#hplc-myBtnGradientcalculatordetails{
    margin-left: 0em;
}
.hplc-report-wrapper{
    display: flex;
    flex-wrap: wrap;
    color: #000000;
    padding: 30px 30px;
    /* font-size: 0.875em; */
}
.hplc-report-wrapper .hplc-current-column{
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}
.hplc-report-wrapper .hplc-current-column .hplc-title-bold{
    font-weight: 600;
}

.hplc-report-wrapper .hplc-current-column h4{
   
    margin: 0;
    min-height: auto;
}
.hplc-report-wrapper .hplc-current-column.hplc-transarent-current-column{
    width: 92%;
    color: #FFFFFF;
    /* font-size: 0.875em; */
    font-weight: 500;
    padding: 15px 12px;
    background-color: transparent;
   
}
.hplc-report-wrapper .hplc-current-column.hplc-transarent-current-column:last-child{
    border-bottom: none;
}
.hplc-report-wrapper .hplc-current-column .hplc-gray-current-column{
    color: #53565A;
    /* font-size: 0.875em; */
    font-weight: 400;
    min-height: 17px;
    padding: 15px 12px;
    background-color: #D9D9D9;
  
}

.hplc-report-wrapper .hplc-current-column .hplc-gray-current-column:last-child{
    border-bottom: none;
}
.hplc-report-wrapper .hplc-current-column .hplc-blue-current-column{
    color: #FFFFFF;
    /* font-size: 0.875em; */
    font-weight: 400;
    padding: 15px 12px;
    min-height: 17px;
    background-color: #0085D5;
}

.hplc-report-wrapper .hplc-current-column .hplc-blue-current-column:last-child{
    border-bottom: none;
}

.hplc-saved-per-year-wrapper{
    margin: 1.5em 0em!important;
    padding: 4% 5% !important;
    background-color: #FFFFFF;
    min-height: 7em;
}

.hplc-saved-per-year-wrapper .hplc-saved-per-year-column{
    display: flex;
    flex-wrap: wrap;
}

.hplc-saved-per-year-wrapper .hplc-saved-per-year-column h2{
    /* font-size: 3em; */
    /* font-size: 1.8em; */
    color: #000000;
    margin: 0px;
    line-height: 1.2 !important;
}
.hplc-saved-per-year-wrapper .hplc-saved-per-year-column h2 #hplc-savedPerYearResult{
    display: flex;
    font-size: 2.2em;
    color: #000000;
    margin: 0px;
}
.hplc-saved-per-year-amount{
    width: auto !important;
}
.hplc-saved-per-year-wrapper .hplc-saved-per-year-column h2 span.hplc-text{
    display: flex;
    font-size: 1.375em;
    color: #53565A;
    font-weight: 500;
}

.hplc-Less-solvent-wrapper .hplc-col-sm-4 .hplc-Less-solvent-used{
    display: flex;
    flex-wrap: wrap;
    padding: 0px 22px;
    height: 100%;
    border-right: solid 1px #B1B3B3;
}
.hplc-Less-solvent-wrapper .hplc-col-sm-4:first-child{
    width: 30.333333%;
}
.hplc-Less-solvent-wrapper .hplc-col-sm-4{
    width: 34.7%;
}
.hplc-Less-solvent-wrapper .hplc-col-sm-4:first-child .hplc-Less-solvent-used{
    padding-left: 0em;
}
.hplc-Less-solvent-wrapper .hplc-col-sm-4:last-child .hplc-Less-solvent-used{
    border-right: none;
}
.hplc-Less-solvent-wrapper{
    margin: 1.5em 0 0.5em 0px!important;
}
.hplc-Less-solvent-wrapper .hplc-Less-solvent-used h4{
    /* font-size: 2.1875em; */
    color: #53565A;
    margin: 1em 0;
    line-height: 22.02px;
}
.hplc-Less-solvent-wrapper .hplc-Less-solvent-used h4 span{
    font-size: 15px!important;
    font-weight: 500;
    margin-top: 0em;
    display: flex;
}
.hplc-Less-solvent-wrapper .hplc-Less-solvent-used h4 span.hplc-Less-solvent-used-persantage{
    font-size: 2.2em!important;
    color: #000;
    font-weight: 500;
    margin: 0em;
    line-height: 22.02px;
}

.hplc-current-method-parameters-modal .hplc-modal-content{
    max-width: 50%;
    font-size: 0.9em;
}
.hplc-current-method-parameters-modal .hplc-modal-title{
    position: relative;
}
.hplc-current-method-parameters-modal .hplc-modal-title .hplc-close{
    position: absolute;
    top: 5px;
    right: 0;
}
.hplc-current-method-parameters-modal .hplc-modal-content h4{
    width: 90%;
    font-size: 1.8em;
    color: #202020;
    margin: 0;
    font-weight: 300;
}
.hplc-current-method-parameters-modal .hplc-modal-content h5{
    font-size: 1em;
    color: #000000;
    font-weight: 400;
    margin-top: 0;
    background-color: #F1F1F1;
    padding: 4% 5%;
    width: 85%;
    margin-bottom: 0.5em;
}
.hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue{
    width: 90%;
    height: auto;
    padding: 5%;
    color: #FFFFFF;
    background-color: #00426A;
}
#hplc-myModalGradient_calculator.hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue{
    width: 90%;
    min-height: 75%;
    margin-left: auto;
}
.hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue p{
    font-size: 1.5em;
    margin: 0.5em 0 0 0em;
}
.hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue h5{
    font-size: 3em;
    color: #fff;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.hplc-current-method-parameters-modal .hplc-modal-content .hplc-add-row-btn {
    color: #0085D5 !important;
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    margin-top: 1.33em;
    cursor: pointer;
}
.hplc-icon_info{
    width: 22px;
    height: 22px;
    background-image: url("https://www.agilent.com/cs/promotions/images/hplc_info.png");
    background-repeat: no-repeat;
    background-size: 100%;
}


.hplc-table-wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  
  .hplc-table-wrapper th, .hplc-table-wrapper td {
    text-align: left;
    padding: 8px 12px;
    border: none;
    border-left: 1px solid #B1B3B3;
  }
  .hplc-table-wrapper th:first-child, .hplc-table-wrapper td:first-child{
    border-left: none;
  }
  .hplc-table-wrapper td .hplc-form-control{
    width: 88%;
    padding: 10px 6%;
    border: solid 1px #D9D9D9;
    background-color: #FFFFFF;
    line-height: 0;
    min-height: 0;
  }
  
  .hplc-table-wrapper tr:nth-child(even) {
    background-color: #EDEFF0;
  }
  .hplc-table-wrapper tr td:nth-child(1),
  .hplc-table-wrapper tr td:nth-child(2) {
    background-color:  rgba(0, 133, 213, 0.2);
  }
  .hplc-table-wrapper tr#row-1 td .hplc-form-control{
    background-color: transparent;
    border: solid 1px #D9D9D9;
  }
  .hplc-table-wrapper tr td:nth-child(1) .hplc-form-control,
  .hplc-table-wrapper tr td:nth-child(2) .hplc-form-control{
    background-color: transparent;
    border: none;
  }

  .hplc-table-wrapper tr:first-child td:nth-child(1),
  .hplc-table-wrapper tr:first-child td:nth-child(2) {
    background-color: transparent;
  }
  .hplc-current-method-parameters-modal .hplc-table-wrapper{
    margin: 1em 0 0 0;
    max-height: 356px;
    overflow: auto;
    position: relative;
  }
  .hplc-current-method-parameters-modal .hplc-table-wrapper th{
    color: #000000;
    font-weight: 500;
    padding: 10px 12px;
    background-color: #D0D0CE;
  }
  /* Table Header Fixed */
    #hplc-dataTable thead {
        position: sticky;
        top: 0;
        background: #fff; /* Ensure header is visible */
        z-index: 2; /* Ensure it stays above rows */
    }
.hplc-timeDifferenceCell{
    display: none;
}
.hplc-error-message-time{
    font-size: 0.89em;
    margin-top: 0.5em;
}
    
/* ----------------End pfas-cost-efficiency-calculator Page Css---------------- */

/*Start The Modal (background) */
.hplc-modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    /*padding-top: 4%;  Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    backdrop-filter: blur(1.5px);
  }
  /* #hplc-myModalGradient_calculator{
    padding-top: 1%;
  }
  #hplc-myModal{
    padding-top: 13%;
  } */
  /* #hplc-myModal.hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue{
    height: auto;
  } */


  #hplc-myModal.hplc-current-method-parameters-modal .hplc-modal-content h4 {
    margin-bottom: 1.5em;
    }
  #hplc-myModal p{
    margin-bottom: 0.5em;
  }
  /* #hplc-myModalGradient_calculator_details{
    padding-top: 16%;
  } */
  #hplc-myModalGradient_calculator_details.hplc-current-method-parameters-modal .hplc-modal-content h4{
    margin-bottom: 1.5em;
  }
  #hplc-myModalGradient_calculator_details .hplc-modal-content p{
    color: #53565A;
  }
  #hplc-myModal.hplc-current-method-parameters-modal .hplc-modal-content{
    max-width: 36%;
  }
  #hplc-myModal.hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue{
    /* height: 62%; */
  }
  #hplc-myModal.hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue p{
    font-size: 1.2em;
  }
  #hplc-myModal.hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue h5{
    font-size: 2.5em;
    font-weight: 500;
  }

  #hplc-myModalGradient_calculator.hplc-current-method-parameters-modal .hplc-modal-content h4 {
    margin-bottom: 1.5em;
  }
    #hplc-myModalGradient_calculator p {
        margin-bottom: 0.5em;
    }
    #hplc-myModalGradient_calculator.hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue h5{
        font-size: 2.5em;
        font-weight: 500;
    }
    #hplc-myModalGradient_calculator .hplc-button-back{
        font-size: 1em;
        padding: 0.5em 1em;
        margin: 0.8em 0px 0em 0px;
    }
    #hplc-myModalGradient_calculator.hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue{
        margin-top: 1em;
    }

  #hplc-myModal_average_cost_for_mobile_phase_a,
  #hplc-myModal_average_cost_for_mobile_phase_b{
    padding-top: 13%;
  }
  #hplc-myModal_average_cost_for_mobile_phase_a.hplc-current-method-parameters-modal .hplc-modal-content,
  #hplc-myModal_average_cost_for_mobile_phase_b.hplc-current-method-parameters-modal .hplc-modal-content{
    max-width: 30%;
  }
  #hplc-myModal_average_cost_for_mobile_phase_a.hplc-current-method-parameters-modal .hplc-modal-content h4,
  #hplc-myModal_average_cost_for_mobile_phase_b.hplc-current-method-parameters-modal .hplc-modal-content h4{
    margin-bottom: 1.5em;
  }
  #hplc-myModal_average_cost_for_mobile_phase_a.hplc-current-method-parameters-modal h5,
  #hplc-myModal_average_cost_for_mobile_phase_b.hplc-current-method-parameters-modal h5{
    padding: 12px;
    width: 80%;
    font-weight: 400;
    margin-bottom: 1.3em;
  }

  
  /* Modal Content */
  .hplc-modal-content {
    color: #232121;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  /* The Close Button */
  .hplc-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: 0px;
    width: 18px;
    height: 18px;
    background-image: url("https://www.agilent.com/cs/promotions/images/hplc_close.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }

  

  /*End The Modal (background) */

/* For Chrome, Safari, Edge, Opera */
.hplc-body-wrapper input[type="number"]::-webkit-inner-spin-button, 
.hplc-body-wrapper input[type="number"]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

/* For Firefox */
.hplc-body-wrapper input[type="number"] {
    -moz-appearance: textfield;
}


.hplc-row{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
}
.hplc-row-left-right-minus{
    width: auto;
    margin-right: calc(-.5* (1.5em));
    margin-left: calc(-.5* (1.5em));
}
.hplc-w-100{
    width: 100%;
}
.hplc-h-100 {
    height: 100% !important;
}
.hplc-img-fluid{
    width: 100%;
    height: auto;
}

.hplc-form-label{
    color: #000000;
    margin-bottom: 0.8em;
}
.hplc-form-control{
    color: #000;
    font-weight: 400!important;
    display: block;
    width: 100%;
    line-height: 18.75px;
    padding: 12px 14px;
    margin-bottom: 0.5em;
    background-color: #fff;
    box-shadow: none;
    border: none;
}
.hplc-home-right-sidebar .hplc-input{
    margin-bottom: 1em;
}
.hplc-errorMessageNumberofsamplesperweek{
    font-weight: 400;
}

.hplc-required-star{
    color: red;
}


.hplc-cursor-pointer{
    cursor: pointer;
}
.hplc-button-primary{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    padding: 0.75em 1.5em;
    cursor: pointer;
    /* min-width: 160px; */
    background-color: #0085D5;
    border: solid 1px #0085D5;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.hplc-customize-your-gradient-btn{
    padding: 0.563em 1.125em;
    font-size: 12px;
    margin-bottom: 1em;
}
.hplc-button-outline{
    color: #0085D5;
    font-size: 1em;
    font-weight: 400;
    padding: 0.75em 1.5em;
    cursor: pointer;
    background-color: transparent;
    border: solid 1px #0085D5;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.hplc-button-add-row{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1em;
    padding: 0.5em 1em;
    cursor: pointer;
    background-color: #0085D5;
    border: solid 1px #0085D5;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.hplc-button-add-row .hplc-icon_add{
    width: 14px;
    height: 14px;
    background-image: url("https://www.agilent.com/cs/promotions/images/hplc_add_white.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.hplc-d-flex{
    display: flex !important;
}
.hplc-justify-content-center{
    justify-content: center;
}
.hplc-justify-content-start{
    justify-content: flex-start;
}
.hplc-justify-content-end{
    justify-content: flex-end;
}
.hplc-justify-content-between{
    justify-content: space-between;
}
.hplc-align-items-start{
    align-items: start;
}
.hplc-align-items-center{
    align-items: center;
}
.hplc-align-items-end{
    align-items: end;
}
.hplc-pt-0{
    padding-top: 0px!important;
} 
.hplc-pb-0{
    padding-bottom: 0px!important;
}
.hplc-mt-0{
  margin-top: 0px!important; 
}
.hplc-mb-0{
    margin-bottom: 0px!important;
}
.hplc-position-relative{
    position: relative;
}
.hplc-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .hplc-col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .hplc-col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .hplc-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .hplc-col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .hplc-col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .hplc-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .hplc-col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .hplc-col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .hplc-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .hplc-col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .hplc-col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .hplc-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  @media (hover: hover) and (pointer: fine){
    .hplc-button-back:hover .hplc-prev_btn_right_arrow,
.hplc-button-back:focus .hplc-prev_btn_right_arrow{
    background-image: url("https://www.agilent.com/cs/promotions/images/hplc_prev_btn_right_arrow_dark.png");
}
.hplc-button-back:hover,
.hplc-button-back:focus {
    color:#00426A;
    border: solid 1px #00426A;
}
.hplc-icon_info:hover{
    width: 22px;
    height: 22px;
    background-image: url("https://www.agilent.com/cs/promotions/images/hplc_info_dark.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.hplc-close:hover {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: 0px;
    width: 18px;
    height: 18px;
    background-image: url("https://www.agilent.com/cs/promotions/images/hplc_close_hover.png");
    background-repeat: no-repeat;
    background-size: 100%;
    text-decoration: none;
    cursor: pointer;
  }
.hplc-form-control:hover,
.hplc-form-control:focus{
    box-shadow: none;
    border: none;
    outline: none;
}
.hplc-button-primary:hover{
    border: solid 1px #00426A;
    background-color: #00426A;
}
.hplc-button-outline:hover,
.hplc-button-outline:focus{
    color: #00426A;
    background-color: transparent;
    border: solid 1px #00426A;
}
.hplc-button-add-row:hover{
    border: solid 1px #00426A;
    background-color: #00426A;
}

    
  }

  @media (max-width: 1220px) {
    .hplc-body-wrapper{
        font-size: 16px;
    }
    .hplc-main-container{
        max-width: 100%;
    }
    .hplc-home-main-container{
        max-width: 95%;
    }
    .hplc-cost-efficiency-calculator-wrapper{
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        background-color: #0085D5;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-cost-efficiency-calculator-title{
        padding: 0px!important;
    }
    .hplc-main-wrapper{
        width: auto;
        padding: 0 15px;
    }
    .hplc-home-right-sidebar{
        width: 28%;
    }
    .hplc-home-right-sidebar .hplc-button-primary{
        /* font-size: 0.875em; */
        padding: 0.688em 1.313em;
    }
    .hplc-home-right-sidebar .hplc-button-outline{
        /* font-size: 0.875em; */
        padding: 0.688em 1.313em;
    }
    .hplc-saved-per-year-wrapper .hplc-saved-per-year-column h2 #hplc-savedPerYearResult{
        font-size: 1.8em;
    }
    .hplc-saved-per-year-wrapper .hplc-saved-per-year-column h2 span.hplc-text{
        font-size: 1em;
    }
    .hplc-half-wrapper .hplc-cost-calculator-wrapper .hplc-cost-water-gray-text{
        font-size: 0.9em;
    }
  }
  @media (max-width: 1200px) {
    .hplc-report-wrapper .hplc-current-column {
        min-height: 17px;
    }
    .hplc-report-wrapper .hplc-current-column .hplc-gray-current-column{
        min-height: 17px;
    }
    .hplc-report-wrapper .hplc-current-column .hplc-blue-current-column{
        min-height: 17px;
    }
  }
@media (max-width: 1044px) {
    .hplc-body-wrapper{
        font-size: 14px;
    }
    .hplc-main-container{
        max-width: 100%;
    }
    .hplc-home-main-container{
          max-width: 95%;
    }
    .hplc-home-left-sidebar{
        width: 66%;
    }
    .hplc-home-left-sidebar .hplc-left-sidebar-content h2 {
        font-size: 1.5em;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-page-title{
        font-size: 2em;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 10px 35px 10px 17px;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-page-title span {
        font-size: 0.6em;
    }
    .hplc-home-right-sidebar{
        width: 30%;
    }
    .hplc-home-right-sidebar h3 {
        font-size: 1.25em;
        text-align: left;
    }
    .hplc-home-right-sidebar .hplc-button-primary{
        /* font-size: 0.875em; */
        padding: 0.688em 1.313em;
    }
    .hplc-home-right-sidebar .hplc-button-outline{
        /* font-size: 0.875em; */
        padding: 0.688em 1.313em;
    }
    .hplc-home-right-sidebar .hplc-input-wrapper {
        width: 88%;
        margin: 0 auto;
        padding: 0em;
    }
    .hplc-half-wrapper .hplc-cost-calculator-wrapper .hplc-cost-water-gray-text,
    .hplc-error-message-time{
        font-size: 0.9em;
    }
    .hplc-saved-per-year-wrapper .hplc-saved-per-year-column h2 #hplc-savedPerYearResult{
        font-size: 1.8em;
    }
    .hplc-saved-per-year-wrapper .hplc-saved-per-year-column h2 span.hplc-text{
        font-size: 1em;
    }
    .hplc-Less-solvent-wrapper .hplc-Less-solvent-used h4 span{
        font-size: 0.9em !important;
    }
    .hplc-Less-solvent-wrapper .hplc-Less-solvent-used h4 span.hplc-Less-solvent-used-persantage{
        font-size: 2em;
    }
    .hplc-Less-solvent-wrapper .hplc-col-sm-4 .hplc-Less-solvent-used{
        padding: 0px 10px;
    }
    #hplc-myModal.hplc-current-method-parameters-modal .hplc-modal-content{
        max-width: 50%;
    }
    #hplc-myModal_average_cost_for_mobile_phase_a.hplc-current-method-parameters-modal .hplc-modal-content,
    #hplc-myModal_average_cost_for_mobile_phase_b.hplc-current-method-parameters-modal .hplc-modal-content{
        max-width: 50%;
    }
    #hplc-myModalGradient_calculator.hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue{
        /* width: 100%; */
        height: auto;
    }
    #hplc-myModal.hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue{
        /* width: 100%; */
        height: auto;
    }
    .hplc-current-method-parameters-modal .hplc-modal-content {
        max-width: 70%;
    }
}

@media (max-width: 991px) {
    .hplc-body-wrapper{
        font-size: 16px;
    }
    .hplc-half-wrapper{
        width: 100%;
    }
    .hplc-half-space{
        padding-right: 0%;
    }
    .hplc-cost-efficiency-calculator-wrapper{
        width: auto;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-cost-efficiency-calculator-title{
        padding: 0px!important;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-page-title{
        font-size: 1.5em;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 10px 35px 10px 17px;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-page-title span {
        font-size: 0.8em;
        
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-button-text {
        order: -1 !important;
        margin-bottom: 0.5em;
    }
    
    .hplc-home-left-sidebar{
        width: 68%;
    }
    .hplc-home-right-sidebar{
        width: 30%;
    }
    .hplc-home-right-sidebar .hplc-input-wrapper {
        width: 88%;
        margin: 0 auto;
        padding: 0em;
    }
    .hplc-report-wrapper .hplc-current-column.hplc-transarent-current-column{
        width: 94%;
    }
    .hplc-report-wrapper .hplc-current-column {
        min-height: auto;
    }
    .hplc-report-wrapper .hplc-current-column .hplc-gray-current-column{
        min-height: auto;
    }
    .hplc-report-wrapper .hplc-current-column .hplc-blue-current-column{
        min-height: auto;
    }
    .hplc-saved-per-year-wrapper .hplc-saved-per-year-column h2 #hplc-savedPerYearResult{
        font-size: 2.2em;
    }
    .hplc-saved-per-year-wrapper .hplc-saved-per-year-column h2 span.hplc-text{
        font-size: 1em;
    }
    .hplc-Less-solvent-wrapper .hplc-Less-solvent-used h4 span{
        font-size: 1em !important;
    }
    .hplc-Less-solvent-wrapper .hplc-Less-solvent-used h4 span.hplc-Less-solvent-used-persantage{
        font-size: 3em;
    }
    .hplc-Less-solvent-wrapper .hplc-col-sm-4 .hplc-Less-solvent-used{
        padding: 0px 22px;
    }
    .hplc-half-wrapper .hplc-cost-calculator-wrapper .hplc-cost-water-gray-text,
    .hplc-error-message-time{
        font-size: 0.89em;
    }
    .hplc-row-left-right-minus {
        width: 103%;
        margin-right: calc(-.5 * (1.5em));
        margin-left: calc(-.5 * (1.5em));
    }
}

@media (max-width: 768px) {
    .hplc-body-wrapper{
        font-size: 1em;
    }
    .hplc-row-left-right-minus {
        width: auto;
        margin-right: calc(-.5*(1.5em));
        margin-left: calc(-.5*(1.5em));
    }
    .hplc-main-container{
      max-width: 100%;
    }
    .hplc-home-main-container{
        max-width: 95%;
    }
    .hplc-home-left-sidebar{
        width: 58%;
    }
    .hplc-home-right-sidebar{
        width: 38%;
    }
    .hplc-home-left-sidebar .hplc-left-sidebar-content h2 {
        font-size: 1.5em;
    }
    .hplc-green-img-bg{
        top: 5%;
    }
    .hplc-home-right-sidebar .hplc-input-wrapper {
        padding: 0em;
        width: 84%;
    }
    .hplc-home-right-sidebar .hplc-button-primary{
        /* font-size: 0.875em; */
        padding: 0.688em 1.313em;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-page-title{
        font-size: 1.5em;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 10px 35px 10px 17px;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-page-title span {
        font-size: 0.8em;
        
    }
    .hplc-Less-solvent-wrapper .hplc-Less-solvent-used h4 span{
        font-size: 1em !important;
    }
    
    #hplc-myModal.hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue p,
    .hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue p{
        font-size: 1em;
    }
    #hplc-myModal.hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue h5,
    .hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue h5{
        font-size: 1.5em;
    }
    .hplc-current-method-parameters-modal .hplc-modal-content{
        max-width: 70%;
    }
    #hplc-myModal.hplc-current-method-parameters-modal .hplc-modal-content{
        max-width: 50%;
    }
    #hplc-myModal_average_cost_for_mobile_phase_a.hplc-current-method-parameters-modal .hplc-modal-content,
    #hplc-myModal_average_cost_for_mobile_phase_b.hplc-current-method-parameters-modal .hplc-modal-content{
        max-width: 50%;
    }
}


@media (max-width: 767px) {
    .hplc-body-wrapper{
        font-size: 1em;
    }
    .hplc-row-left-right-minus{
        margin: 0px; 
        
    }
    .hplc-home-main-container{
      max-width: 100%;
    }
    .hplc-h-100{
        height: auto!important;
    }
    .hplc-cost-efficiency-calculator-title.hplc-h-100{
        height: 100%!important;
    }
    .hplc-report-wrapper .hplc-h-100,
    .hplc-report-wrapper .hplc-saved-per-year-wrapper .hplc-h-100{
        height: 100%!important;
    }
    .hplc-home-left-sidebar{
        width: 95%;
        margin: 1em auto;
    }
    .hplc-home-left-sidebar .hplc-left-sidebar-content h2 {
        font-size: 1.125em;
    }
    .hplc-home-left-sidebar .hplc-left-sidebar-content h2 .hplc-img-fluid {
        width: 100%;
    }

    .hplc-fa-home-img-extraalightgreenbg-sec2{
        height: 3%;
    }
  
    .hplc-green-img-bg{
        top: 3%;
    }
   
    .hplc-home-right-sidebar{
        width: 100%;
    }
    .hplc-home-right-sidebar h3 {
        font-size: 1.125em;
        text-align: left;
    }
    .hplc-home-right-sidebar .hplc-input-wrapper {
        padding: 0em;
        width: 90%;
    }
    .hplc-home-right-sidebar .hplc-input-block .hplc-doller::before{
        top: 19%;
    }
    .hplc-home-right-sidebar .hplc-button-wrapper{
        position: relative;
        width: 100%;
        margin: 1em auto 0;
        right: 0px;
    }
    .hplc-home-right-sidebar .hplc-button-primary{
        position: relative;
        bottom: 0px;
        right: 0px;
        float: right;
        /* font-size: 0.875em; */
        padding: 0.688em 1.313em;
    }

    .hplc-main-wrapper {
        padding: 0px;
    }
    .hplc-half-wrapper{
        width: 100%;
    }
    .hplc-cost-efficiency-calculator-wrapper{
        width: 96%;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-cost-efficiency-calculator-title{
        padding: 0px!important;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-page-title{
        font-size: 1.5em;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 10px 38px 10px 20px;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-button-text {
        order: -1 !important;
    }
    .hplc-half-wrapper .hplc-cost-calculator-wrapper .hplc-col-sm-4{
        width: 100%;
    }
    .hplc-half-wrapper .hplc-cost-calculator-wrapper .hplc-col-sm-6{
        width: 100%;
    }
    .hplc-current-method-wrapper .hplc-row-left-right-minus{
        width: 100%;
        margin: 0px;
    }
    .hplc-current-method-wrapper h4{
        padding: 0px 15px;
    }
    .hplc-half-wrapper .hplc-current-method-wrapper .hplc-col-sm-6{
        width: 100%;
    }
    .hplc-current-method-parameters-modal .hplc-modal-content{
        max-width: 100%;
    }
    .hplc-half-wrapper .hplc-cost-calculator-gray-border-wrapper {
        width: 96%;
        margin: 0 auto;
    }
    .hplc-report-wrapper .hplc-current-column.hplc-transarent-current-column {
        width: 92%;
    }
    .hplc-Less-solvent-wrapper .hplc-col-sm-4{
        width: 33.33333333%;
    }
    .hplc-Less-solvent-wrapper .hplc-col-sm-4 .hplc-Less-solvent-used{
        padding: 0px 22px;
    }
    #hplc-myModal.hplc-current-method-parameters-modal .hplc-modal-content{
        max-width: 80%;
    }
    #hplc-myModal_average_cost_for_mobile_phase_a.hplc-current-method-parameters-modal .hplc-modal-content,
    #hplc-myModal_average_cost_for_mobile_phase_b.hplc-current-method-parameters-modal .hplc-modal-content{
        max-width: 80%;
    }
    #hplc-myModal.hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue p,
    .hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue p{
        font-size: 1em;
    }
    #hplc-myModal.hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue h5,
    .hplc-current-method-parameters-modal .hplc-modal-content .hplc-total-time-bg-blue h5{
        font-size: 1.5em;
    }
    .hplc-bottom-button{
        margin: 1em 30px!important;
    }
}
@media (max-width: 585px) {
    .hplc-cost-efficiency-calculator-wrapper{
        width: 90%;
        min-height: 4.625em;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-d-desktop{
        display: none;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-col-sm-9{
        width: 96%;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-col-sm-3{
        width: 4%;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-green-img-bg .hplc-fa-secound-img-lightgreenbg-sec2{
        width: 4.7%;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-green-img-position-relative .hplc-fa-home-img-extraalightgreenbg-sec2{
        width: 100%;
    }
}
@media (max-width: 576px) {
    .hplc-body-wrapper{
        font-size: 1em;
    }
    .hplc-home-main-container{
      max-width: 100%;
    }
    .hplc-home-left-sidebar{
        width: 100%;
        margin: 0em auto;
    }
    .hplc-home-left-sidebar .hplc-left-sidebar-content h2 {
        font-size: 1.125em;
    }
   
    .hplc-screen-one{
        margin: 1em 0;
    }
    .hplc-home-left-sidebar .hplc-left-sidebar-content h2 .hplc-img-fluid{
        width: 100%;
    }
    .hplc-home-right-sidebar{
        width: 100%;
    }
    .hplc-home-right-sidebar h3 {
        font-size: 1.125em;
        text-align: left;
    }
    .hplc-home-right-sidebar .hplc-input-wrapper {
        padding: 0 5%;
    }
    .hplc-home-right-sidebar .hplc-input-block .hplc-doller::before{
        top: 19%;
    }
    .hplc-home-right-sidebar .hplc-button-wrapper{
        position: relative;
        width: 100%;
        margin: 1em auto 0;
        right: 0px;
    }
    .hplc-home-right-sidebar .hplc-button-primary{
        position: relative;
        bottom: 0px;
        right: 0px;
        float: right;
        /* font-size: 0.875em; */
        padding: 0.688em 1.313em;
    }

    .hplc-main-wrapper {
        padding: 0px;
    }
    .hplc-half-wrapper{
        width: 100%;
    }
    .hplc-d-desktop{
        display: none;
    }
   
    .hplc-cost-efficiency-calculator-wrapper{
        width: 94%;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-cost-efficiency-calculator-title{
        min-height: 6em;
        padding: 0px!important;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-col-sm-9{
        width: 96%;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-col-sm-3{
        width: 4%;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-green-img-bg .hplc-fa-secound-img-lightgreenbg-sec2{
        width: 4.7%;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-green-img-position-relative .hplc-fa-home-img-extraalightgreenbg-sec2{
        width: 100%;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-page-title{
        font-size: 1.4em;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-page-title span{
        font-size: 0.8em;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-button-text {
        order: -1 !important;
    }
    .hplc-half-wrapper .hplc-cost-calculator-wrapper .hplc-col-sm-4{
        width: 100%;
    }
    .hplc-half-wrapper .hplc-cost-calculator-wrapper .hplc-col-sm-6{
        width: 100%;
    }
    .hplc-current-method-wrapper .hplc-row-left-right-minus{
        width: 100%;
        margin: 0px;
    }
    .hplc-current-method-wrapper h4{
        padding: 0px 15px;
    }
    .hplc-half-wrapper .hplc-current-method-wrapper .hplc-col-sm-6{
        width: 100%;
    }
    .hplc-current-method-parameters-modal .hplc-modal-content .hplc-col-sm-4{
        width: 100%;
    }
    .hplc-report-wrapper{
        padding: 15px 15px;
    }
    .hplc-report-wrapper .hplc-current-column {
        min-height: 17px;
    }
    .hplc-report-wrapper .hplc-current-column .hplc-gray-current-column{
        min-height: 17px;
    }
    .hplc-report-wrapper .hplc-current-column .hplc-blue-current-column{
        min-height: 17px;
    }
    .hplc-half-wrapper .hplc-cost-calculator-gray-border-wrapper{
        width: 94%;
        margin: 0 auto;
    }
    .hplc-report-wrapper .hplc-current-column.hplc-transarent-current-column {
        width: 90%;
    }
    .hplc-saved-per-year-wrapper .hplc-saved-per-year-column h2 #hplc-savedPerYearResult{
        font-size: 2em;
    }
    .hplc-saved-per-year-wrapper{
        padding: 5% !important;
    }
   
    .hplc-saved-per-year-wrapper .hplc-saved-per-year-column h2 span.hplc-text{
        font-size: 1em;
    }
    .hplc-saved-per-year-amount .hplc-col-sm-8{
        width: 100%;
    }
    .hplc-saved-per-year-amount .hplc-col-sm-4{
        width: 100%;
    }
    .hplc-Less-solvent-wrapper .hplc-Less-solvent-used h4 span{
        font-size: 0.8em !important;
    }
    .hplc-Less-solvent-wrapper .hplc-Less-solvent-used h4 span.hplc-Less-solvent-used-persantage{
        font-size: 2.5em;
    }
    
    .hplc-current-method-parameters-modal .hplc-table-wrapper{
        max-height: 378px;
    }
    .hplc-current-method-parameters-modal .hplc-modal-content h4{
        font-size: 1.6em;
    }
    .hplc-bottom-button{
        margin: 1em 15px!important;
    }
}
@media (max-width: 446px) {
    .hplc-cost-efficiency-calculator-wrapper .hplc-page-title{
        font-size: 1.2em;
    }
    .hplc-cost-calculator-gray-border-wrapper .hplc-col-sm-4{
        width: 100%;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-col-sm-9{
        width: 95%;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-col-sm-3{
        width: 5%;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-green-img-bg .hplc-fa-secound-img-lightgreenbg-sec2{
        width: 5%;
        right: -1px;
    }
    .hplc-cost-efficiency-calculator-wrapper .hplc-green-img-position-relative .hplc-fa-home-img-extraalightgreenbg-sec2{
        width: 100%;
    }
    .hplc-half-wrapper .hplc-cost-calculator-gray-border-wrapper {
        width: 90%;
        margin: 0 auto;
    }
    .hplc-report-wrapper .hplc-current-column h4{
        min-height: 2.2em;
    }
    .hplc-report-wrapper .hplc-current-column.hplc-transarent-current-column {
        width: 86%;
    }
    .hplc-report-wrapper .hplc-current-column {
        min-height: 24px;
    }
    .hplc-report-wrapper .hplc-current-column .hplc-gray-current-column {
        min-height: 24px;
    }
    .hplc-report-wrapper .hplc-current-column .hplc-blue-current-column {
        min-height: 24px;
    }
    .hplc-Less-solvent-wrapper .hplc-Less-solvent-used h4 span{
        font-size: 0.79em !important;
    }
    .hplc-Less-solvent-wrapper .hplc-Less-solvent-used h4 span.hplc-Less-solvent-used-persantage{
        font-size: 2em;
    }
    .hplc-Less-solvent-wrapper .hplc-col-sm-4 .hplc-Less-solvent-used{
        padding: 0em 10px;
    }
    .hplc-button-primary,
    .hplc-button-back{
        padding: 0.75em 1em;
    }
}
@media (max-width: 385px) {
    .hplc-report-wrapper .hplc-current-column {
        font-size: 0.8em;
    }
    .hplc-report-wrapper .hplc-current-column .hplc-gray-current-column {
        min-height: 44px;
    }
    .hplc-report-wrapper .hplc-current-column .hplc-blue-current-column {
        min-height: 44px;
    }
    .hplc-Less-solvent-wrapper .hplc-Less-solvent-used h4 span {
        font-size: 0.9em !important;
    }
}