@media(max-width:575px){ .calculator-section.container {   padding:0px 0px !important; }   }  .calculator-section{   margin-top:20px !important; }  table#resultTable thead th {   font-weight:600;   font-size:18px;   line-height:26px;   vertical-align:middle;   background:#1E58B8;   color:#fff; } table#resultTable{   margin-top:40px; } @media (max-width:767px) {   table#resultTable thead th {  font-size:14px;   }   table#resultTable td {  font-size:12px;   } } .table-div {   max-height:400px;   overflow:auto; } .results .summary-box span {   font-weight:700 !important; } .results .summary-box {   display:flex;   gap:10px; } .input-main-div {   display:flex;   gap:20px;   margin-bottom:10px; } .input-main-div .input-group {   width:100%; } .input-group .input-container {   display:flex;   gap:20px; } @media(max-width:500px){   .input-main-div {  flex-direction:column;  gap:10px; } } .single-tools div#sidebar-2 ul {   position:sticky !important;   top:90px !important; }