/*body {
  font-family: "Quicksand", sans-serif;
  background: transparent;
}*/

/*h1, h2, h3, h4, h5, h6, strong, b {
  font-family: "Quicksand", sans-serif;
}*/

.font-size-normal {
  font-size: 1rem;
}

.font-size-small {
  font-size: 0.875rem;
}

.font-size-smallest {
  font-size: 0.75rem;
}

.font-size-subtitle-normal {
  font-size: 0.9375rem;
}

.font-size-subtitle-small {
  font-size: 0.8125rem;
}

.font-size-subtitle-smallest {
  font-size: 0.6875rem;
}

.tool-title {
  font-size: 2.75rem;
}

.tool-subtitle {
  font-size: 1.25rem;
}


h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}







.perma-section .input-group .pdf-btn:hover svg path {
  fill: #182737 !important;
}

h2, h3, h4, h5 {
  margin-bottom: 20px;
}



.three-col {
  display: flex;
  flex-wrap: wrap;
}

.three-col li {
  width: 33.3%;
  padding-left: 15px;
  padding-right: 15px;
}

.container.info-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  justify-content: flex-end;
}

.container.info-wrap p {
  color: #525252;
  margin: 0;
  display: flex;
  font-size: 12px;
  align-items: center;
}

.com-section table .history-row td {
  word-break: break-all;
}

.com-section table .history-row td.no-wrap {
  word-break: normal;
}

.sticky-header {
  position: sticky;
  top: 0;
}

.com-tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.com-tab-wrap button {
  border: none !important;
  display: inline-block;
  padding: 0;
  background: none;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  cursor: pointer;
}

.com-tab-wrap button:hover {
  background: transparent;
  color: #007bff;
}

.com-tab-wrap button:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  right: -10px;
  background: #303030;
}

.com-tab-wrap button.no-line:before {
  display: none;
}

.com-tab-wrap > div {
  margin-left: 10px;
}

button {
  outline: none;
}

button:focus {
  background-color: inherit;
  outline: none;
}


.error-text p {
  display: inline;
}

.icon-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.title-content {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.title-content h1, .title-content p {
  color: #fff;
}

.title-content h1 a, .title-content p a {
  color: #fff;
  text-decoration: underline;
}


.table {
  margin-bottom: 30px;
}

.w-33 {
  width: 33.3%;
}


.tools-hero-section.full-bg {
  padding: 60px 0px;
}

.tools-hero-section.full-bg:before {
  height: 100%;
}

.tools-hero-section .input-wrap {
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.tools-hero-section.converter-tools {
  padding-bottom: 360px;
}

.lg-styled-content {
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  background: #f7f7f7f7;
  padding: 10px 20px;
  flex-wrap: wrap;
}

.lg-styled-content #current-timestamp {
  font-size: 30px;
  margin-bottom: 0px;
  line-height: 30px;
}

.lg-styled-content #current-tstamp {
  font-size: 14px;
}

.form-control {
  border-radius: 0;
  padding: 10px 15px;
  font-size: 14px;
  color: #555;
  box-shadow: 0px 0px 2px #b1ceee;
}

.input-group-text {
  border-radius: 0 !important;
}

.input-wrap {
  background: #ffffff;
  padding: 30px 30px 15px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
}

.input-wrap form {
  display: flex;
  flex-wrap: wrap;
}

.input-wrap form .form-group {
  width: 100%;
  position: relative;
}

.input-wrap form .form-group .form-control {
  border-radius: 0;
  background: transparent;
  padding: 10px 15px;
  font-size: 14px;
  color: #555;
  box-shadow: 0px 0px 2px #b1ceee;
}

.input-wrap form .form-group select.form-control:not([size]):not([multiple]) {
  height: unset;
}

.input-wrap form .form-group .btn-wrapper {
  position: absolute;
  bottom: 0px;
  right: 0;
  display: flex;
  align-items: flex-end;
}

.input-wrap form .form-group .btn-wrapper a {
  display: inline-block;
  padding: 9px 20px;
  background: #182737;
}

.input-wrap form .form-group .btn-wrapper button {
  min-height: 42px;
  cursor: pointer;
}

.input-wrap form .form-group.select-field {
  position: relative;
}

.input-wrap form .form-group.select-field select {
  appearance: none;
}

.input-wrap form .form-group.select-field:before {
  position: absolute;
  content: '';
  bottom: 20px;
  right: 15px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  z-index: 9;
  border-top: 4px solid #555;
  pointer-events: none;
}

.input-wrap form .form-group .select2-selection--multiple {
  border-radius: 0;
  background: transparent;
  padding: 5px;
  font-size: 14px;
  color: #555;
}

.input-wrap form .form-group .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  background: #182737;
  color: #fff;
}

.input-wrap form .form-group .select2-selection--multiple .select2-selection__choice span {
  color: #fff;
  margin-right: 4px;
}

.input-wrap form .form-group .form-check-input {
  position: relative;
  margin-left: 0;
}

.input-wrap form .multi-fields {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-end;
}

.input-wrap form .multi-fields .form-group {
  flex: 1 1 0;
}

.input-wrap form .multi-fields .form-group.min-field {
  max-width: 200px;
}

.input-wrap form .multi-fields .form-group.sm-field {
  max-width: 100px;
  min-width: 100px;
}

.input-wrap form .multi-fields .form-group.md-field {
  max-width: 180px;
}

.input-wrap form .multi-fields .btn-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.input-wrap form .multi-fields .btn-wrapper a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 20px;
  background: #089949;
  white-space: nowrap;
  margin-bottom: 15px;
}

.input-wrap form .multi-fields .btn-wrapper button {
  min-height: 45px;
}

.input-wrap form .multi-fields.style-2 {
  align-items: flex-start;
}

.input-wrap form .multi-fields.style-2 .form-group {
  margin-right: 10px;
}

.input-wrap form .multi-fields.style-2 .form-group:last-child {
  margin-right: 0;
}

.input-wrap form .multi-fields.style-2 .change-btn {
  margin-bottom: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: start;
  align-items: flex-end;
  margin-right: 10px;
  height: calc(100% - 16px);
  display: flex;
}

.input-wrap form .multi-fields.style-2 .change-btn a {
  display: flex;
  align-items: center;
  width: 50px;
  height: 42px;
  max-height: 46px;
  justify-content: center;
}

.input-wrap form .multi-fields.style-2 .change-btn a img {
  object-fit: contain;
  display: inline-block;
  max-width: 25px;
  opacity: 0.6;
}

.input-wrap form .btn-wrapper.full-width {
  width: 100%;
  display: flex;
  justify-content: center;
}

.input-wrap form .btn-wrapper.on-line {
  width: unset;
  margin-bottom: 16px;
}

.input-wrap #form .form-group {
  width: 100%;
  position: relative;
}

.input-wrap #form .form-group .form-control {
  border-radius: 0;
  background: transparent;
  padding: 10px 15px;
  font-size: 14px;
  color: #555;
  box-shadow: 0px 0px 2px #b1ceee;
}

.input-wrap #form .form-group select.form-control:not([size]):not([multiple]) {
  height: unset;
}

.input-wrap #form .form-group .btn-wrapper {
  position: absolute;
  bottom: 0px;
  right: 0;
  display: flex;
  align-items: flex-end;
}

.input-wrap #form .form-group .btn-wrapper a {
  display: inline-block;
  padding: 9px 20px;
  background: #089949;
}

.input-wrap #form .form-group .btn-wrapper button {
  min-height: 42px;
  cursor: pointer;
  outline: none;
  border-radius: 0;
}

.input-wrap #form .form-group .btn-wrapper button.line-btn {
  background: #fff;
  margin-right: 2px;
}

.input-wrap #form .form-group .btn-wrapper button.line-btn:hover {
  background: transparent;
}

.input-wrap #form .form-group.select-field {
  position: relative;
}

.input-wrap #form .form-group.select-field select {
  appearance: none;
}

.input-wrap #form .form-group.select-field:before {
  position: absolute;
  content: '';
  bottom: 20px;
  right: 15px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  z-index: 9;
  border-top: 4px solid #555;
  pointer-events: none;
}

.input-wrap #form .form-group .select2-selection--multiple {
  border-radius: 0;
  background: transparent;
  padding: 5px;
  font-size: 14px;
  color: #555;
}

.input-wrap #form .form-group .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  background: #182737;
  color: #fff;
}

.input-wrap #form .form-group .select2-selection--multiple .select2-selection__choice span {
  color: #fff;
  margin-right: 4px;
}

.input-wrap #form .multi-fields {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-end;
}

.input-wrap #form .multi-fields .form-group {
  flex: 1 1 0;
}

.input-wrap #form .multi-fields .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.input-wrap #form .multi-fields .btn-wrapper a {
  display: inline-block;
  padding: 9px 20px;
  background: #089949;
  white-space: nowrap;
  margin-bottom: 15px;
}

.input-wrap #form .multi-fields .btn-wrapper button {
  margin-bottom: 15px;
  min-height: 45px;
  margin-left: 10px;
}

.input-wrap #form .multi-fields .btn-wrapper button:focus {
  outline: none;
  border-radius: 0;
}

.input-wrap #form .multi-fields .form-group.min-field {
  max-width: 200px;
}

.input-wrap #form .multi-fields .form-group.sm-field {
  max-width: 100px;
}

.input-wrap #form .multi-fields .form-group.md-field {
  max-width: 180px;
}

.input-wrap #form .multi-fields .field-group {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-right: 10px;
  flex: 1 1 0px;
}

.input-wrap .form-control {
  background: transparent;
}

.input-wrap.no-shadow {
  background: rgba(247, 247, 247, 0.5);
  box-shadow: none;
}

.input-wrap.no-shadow .row.no-gutters {
  margin-left: -5px;
  margin-right: -5px;
}

.input-wrap.no-shadow .row.no-gutters [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.input-wrap.no-shadow .form-group .form-control {
  background: #fff;
}

.btn-wrapper.btn-list a {
  display: inline-block;
  padding: 0px 10px;
  color: #84b633;
  position: relative;
  border-right: 1px solid #555;
  line-height: 12px;
}

.btn-wrapper.btn-list a:hover {
  text-decoration: underline;
}

.btn-wrapper.btn-list a:last-child {
  border-right: none;
}

.btn-wrapper.btn-list a:first-child {
  padding-left: 0;
}

.tag-line {
  display: flex;
  width: 100%;
}

.tag-line p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  flex-wrap: wrap;
}

.tag-line p a {
  color: #182737;
  text-decoration: underline;
  font-weight: 600;
}

.tag-line p span {
  display: inline-block;
  word-break: break-all;
}

.com-section {
  padding: 50px 0px;
}

.com-section ul {
  padding-left: 15px;
  padding-bottom: 15px;
}

.com-section ul li {
  line-height: 24px;
  margin-bottom: 10px;
  list-style: disc;
}

.com-section.content-section h3 {
  padding-top: 10px;
}

.com-section.content-section h5 {
  padding-top: 20px;
}

.com-section table th {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 10px;
}


.com-section .ulList {
  columns: 3;
  float: none;
  clear: both;
}

.com-section .ulList li {
  font-size: 14px;
}

.com-section .list-style li {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  margin-bottom: 10px;
}

.com-section .list-style li span {
  font: 1rem/0.5 Quicksand, font-family;
  margin-right: 10px;
  display: inline-block;
}

.com-section .list-group a {
  width: 33.3%;
  border-radius: 0 !important;
  text-decoration: underline;
  position: relative;
}

.com-section .list-group a:after {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}

.list-style-decimal li {
  list-style: decimal !important;
}

.table-fixed {
  table-layout: fixed;
}

.tools-tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: flex-end;
  position: relative;
}

.tools-tab-wrap .btn {
  font-size: 12px;
  line-height: 12px;
  padding: 5px;
  border-radius: 4px;
  background: #84b633;
  color: #fff;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.tools-tab-wrap .btn[disabled="disabled"] {
  opacity: 0.3;
  pointer-events: none;
}

.tools-tab-wrap .btn:hover {
  color: #84b633;
  background-color: #f7f7f7;
}

.tools-tab-wrap .btn[style*="pointer-"] {
  opacity: 0.3;
  background: #525252;
}

.progress-bar-container {
  padding: 30px 0px 60px;
}

.tools-cta-section {
  background: transparent;
  padding: 0px;
  transition-delay: 1s;
  transition: all 0.3s ease;
}

.tools-cta-section.no-bg {
  background: #fff;
  padding-bottom: 0;
}

.tools-cta-section .cta-content {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.tools-cta-section .cta-content h3 {
  width: 100%;
}

.tools-cta-section .cta-btn-wrap {
  display: flex;
  justify-content: flex-end;
  padding-top: 0px;
  align-items: center;
}

.tools-cta-section .cta-btn-wrap a {
  margin: 0px 10px 10px;
}

.tools-cta-section .cta-btn-wrap a:last-child {
  margin-right: 0;
}

.tools-cta-section .cta-btn-wrap a.min-width-btn {
  min-width: 160px;
}

.tools-cta-section .card-body {
  background: #fff;
  margin-top: 30px;
}


.center-title-with-line:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: rgba(202, 199, 199, 0.5);
  z-index: 1;
}

.accordion-wrapper .title {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 5px 50px 5px 10px;
  background: #f7f7f7;
  border: 1px solid #f5f2f2;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  border-radius: 0;
}

.accordion-wrapper .title .collapse-icon-container {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.accordion-wrapper .title .badge {
  font-size: 12px;
}

.accordion-wrapper .card-body {
  border: 1px solid #fbfbfb;
  margin-bottom: 15px;
  background: #fbfbfb;
  margin-top: -15px;
}

.accordion-wrapper .card-body table th {
  padding: 5px 10px;
}

.accordion-wrapper .card-body table td {
  padding: 5px 10px;
}

.flex-table {
  border: 1px solid #e4e4e4;
}

.flex-table .tr {
  display: flex;
  flex-wrap: nowrap;
}

.flex-table .tr .td {
  flex: 1 1 0;
  padding: 10px;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}

.d3container .charttitle .title {
  font-size: 16px !important;
  font-family: "Quicksand", sans-serif !important;
  fill: #fff !important;
}

.d3container text {
  fill: #000 !important;
}

.d3container .legseries {
  height: unset !important;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.chart-details {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}

.chart-details .label-wrap {
  border-bottom: 1px solid #eee;
  padding: 15px;
  background: rgba(247, 247, 247, 0.5);
  flex: 1 1 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


@media (max-width:991px) {
  #renderCommonChrtData [class*="col-sm"] {
    height: unset !important;
  }



  .title-content {
    max-width: 100%;
  }

  .com-section {
    padding: 40px 0px;
  }

  .tools-cta-section .cta-content {
    max-width: 100%;
  }

  .tools-cta-section.editor-cta .btn-row {
    justify-content: flex-start;
  }

  .tools-cta-section.editor-cta .btn-row [class*="col"] {
    max-width: unset;
  }

  .tools-cta-section.editor-cta .card-header > .row .col-lg-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .tools-cta-section.editor-cta .card-header > .row .col-lg-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .editor-cta .card-header > .row .col-lg-7, .editor-cta .card-header > .row .col-lg-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .three-col li {
    width: 50%;
  }

  .editor-wrapper {
    padding: 15px;
  }

  .input-wrap #form .multi-fields .field-group {
    flex: unset;
    width: 100%;
    margin: 0 !important;
  }

  #related-post-section .related-content [class*="col-"] {
    margin-bottom: 20px;
  }

  #related-post-section .grid-wrap .related-icon span {
    width: 40px;
    height: 40px;
  }

  #feedback-wrap .title-with-icon {
    width: 100%;
    margin-bottom: 20px;
  }

  #feedback-wrap .feedback-options {
    width: 100%;
  }

  #feedback-wrap .feedback-options .option {
    margin-left: 0;
    margin-right: 10px;
  }

  #feedback-wrap .feedback-options button {
    padding: 6px 10px;
  }

}

@media (max-width:767px) {
  h3 {
    font-size: 1.2rem;
  }

  #checkavailabilityResultTable .bg-banner-solid--blue td img {
    display: none;
  }

  .table-responsive table th, .table-responsive table td {
    white-space: nowrap;
  }

  .com-tab-wrap button:before {
    display: none;
  }

  .com-tab-wrap button {
    color: #0000EE;
    text-decoration: underline;
  }

  .com-tab-wrap {
    justify-content: center;
    margin-bottom: 30px;
  }

  #renderCommonChrtData [class*="col-sm"] {
    margin-top: 15px;
    height: unset !important;
  }

  .pt-40 {
    padding-top: 30px;
  }

  .progress {
    max-width: 80%;
    margin: 0 auto;
  }

  .fill-btn {
    padding: 7px 15px;
    font-size: 14px;
  }

  .line-btn {
    padding: 7px 15px;
    font-size: 14px;
  }

  .tools-cta-section .cta-content .cta-btn-wrap {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .tools-cta-section .cta-content .cta-btn-wrap a {
    margin: 0px 5px 10px;
  }

  .tools-cta-section .cta-btn-wrap {
    flex-wrap: wrap !important;
    justify-content: flex-start;
  }

  .tools-cta-section .cta-btn-wrap a {
    margin: 5px 0px;
    width: 100%;
  }

  .tools-cta-section.editor-cta {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .tools-cta-section.editor-cta .cta-content {
    width: 100%;
    padding: 20px;
  }

  .tools-cta-section.editor-cta .cta-btn-wrap {
    flex-wrap: wrap !important;
    justify-content: flex-start;
  }

  .tools-cta-section.editor-cta .cta-btn-wrap a {
    margin: 5px 0px;
  }

  .editor-cta .card-header > .row .col-lg-7, .editor-cta .card-header > .row .col-lg-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .tools-tab-wrap {
    justify-content: flex-start;
  }

  .tools-tab-wrap form {
    flex: 0;
  }

  .tools-tab-wrap .tab-head {
    border: none;
  }

  .tools-tab-wrap .btn {
    font-size: 14px;
    padding: 8px 15px;
    text-decoration: underline;
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .tools-tab-wrap .btn[disabled='disabled']:before {
    display: none;
  }

  .com-section .ulList {
    columns: 1;
  }

  .com-section table th {
    font-size: 14px;
  }

  .com-section .list-group a {
    width: 100%;
  }

  .lg-styled-content {
    text-align: left;
  }

  .lg-styled-content #current-tstamp {
    margin-top: 10px;
  }

  .input-wrap {
    padding: 15px;
  }

  .input-wrap.no-shadow .row.no-gutters {
    margin-left: -15px;
    margin-right: -15px;
  }

  .input-wrap.no-shadow .row.no-gutters [class*="col"] {
    flex: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .input-wrap form#form .form-group .btn-wrapper {
    position: relative;
  }

  .input-wrap form#form .form-group .btn-wrapper button {
    margin-left: 0px;
  }

  .input-wrap form .form-group .form-control {
    margin-bottom: 15px;
  }

  .input-wrap form .form-group .btn-wrapper {
    position: relative;
    justify-content: center;
  }

  .input-wrap form .form-group .btn-wrapper a {
    font-size: 14px;
    padding: 7px 15px;
  }

  .input-wrap form .form-group .btn-wrapper button {
    min-height: unset;
  }

  .input-wrap form .multi-fields.style-2 .change-btn {
    height: unset !important;
    display: none;
  }

  .input-wrap form .multi-fields .form-group {
    flex: 0 0 100% !important;
  }

  .input-wrap form .multi-fields .form-group.min-field {
    max-width: unset;
  }

  .input-wrap form .multi-fields .form-group.sm-field {
    max-width: unset;
  }

  .input-wrap form .multi-fields .form-group.md-field {
    max-width: unset;
  }

  .input-wrap form .multi-fields .form-group .form-control {
    margin-bottom: 0px;
  }

  .input-wrap form .multi-fields .form-group.mr-2 {
    margin-right: 0 !important;
  }

  .input-wrap form .btn-wrapper.full-width {
    justify-content: flex-start;
  }

  .input-wrap #form .multi-fields .form-group {
    flex: 0 0 100%;
  }

  .input-wrap #form .multi-fields .form-group.min-field {
    width: 100%;
    max-width: 100%;
  }

  .input-wrap #form .multi-fields .btn-wrapper button {
    margin-left: 0;
    margin-right: 10px;
    min-height: unset;
  }

  .input-wrap #form .multi-fields .field-group {
    flex: unset;
  }

  .sm-ml-0 {
    margin-left: 0 !important;
  }

  .chart-details {
    margin-top: 30px;
    display: block;
  }

  .box-content p {
    display: inline-block !important;
  }

  .box-content.list-view ul li {
    width: 100%;
  }

  .three-col li {
    width: 100%;
    padding-right: 0;
  }

  .editor-wrapper .sm-order-3 {
    display: none;
  }

  .container.info-wrap {
    position: relative !important;
    padding: 10px 0px 0px !important;
  }

  #feedback-wrap .feedback-options {
    flex-wrap: wrap;
  }

  #feedback-wrap .feedback-options .option {
    margin-right: 0px;
    margin-bottom: 10px;
    flex: 0 0 100%;
  }

  #feedback-wrap .feedback-options button {
    padding: 6px 10px;
    justify-content: flex-start;
  }

  #related-post-section .grid-wrap {
    padding: 10px;
  }

  #related-post-section .grid-wrap .related-icon span {
    margin-right: 5px;
    width: 25px;
    height: 25px;
  }

  #related-post-section .grid-wrap .related-icon span svg {
    width: 25px;
    max-width: 25px;
  }

  #related-post-section .grid-wrap .related-icon p {
    font-size: 17px;
    line-height: 24px;
  }

}

.svg-faded:before {
  position: absolute;
  content: '';
  width: 30%;
  height: 100%;
  top: 0;
  right: 0;
  background: #172635d1;
  z-index: 1;
}

.svg-faded #comparison-table {
  position: relative;
  z-index: 2;
}

.dia-draw-area .control-btns {
  z-index: 1;
}


button.link:hover svg {
  transform: rotate(-360deg);
}

.cwa-result-wrap .d-none {
  display: none !important;
}



/*Page*/

    .dynamicTableCell {
      border: 1px solid #e1e1e1;
      padding-left: 5px;
    }
    #newDiv{
      max-height: 830px;
      overflow: auto;
    }
    .input-wrap form .form-group .form-control[readonly] {
      background: #f3f4f5;
      border-color: #f3f4f5;
    }
    .com-section .sticky-header td{
      font-size: 15px;
      font-family: "Quicksand", sans-serif;
    }
    .com-section .sticky-header{
      top: -1px;
    }
    @media(max-width:767px){
      .com-section .sticky-header{
        position: relative !important;
        top: 0px;
      }
    }


/*Added 07-2024*/

.container {
  max-width: 100%!important;
}


#ipv4_subnet_calculator_iframe {
  max-height: 850px;
  overflow: auto;
}

.tools-hero-section::before {
  /* position: absolute; */
  content: '';
  width: 100%;
  height: fit-content;
  top: 0;
  left: 0;
  background: unset;
  z-index: 0;
}


.com-section .sticky-header td {
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  background: #109BC7;
  color: white;
  font-weight: 600;
}

#ipv4_subnet_calculator_iframe {
  height: 600px;
}

.dynamicTableCell.text-center {
  background: white;
}

.dynamicTableCell {
  background: white;
}

.bg-banner-solid--blue {
  text-align: center;
}

.dynamicTableCell {
  text-align: center;
}


.com-section table td {
  font-size: 15px;
  font-weight: 400;
  padding: 8px 10px;
  letter-spacing: 0;
}

