.date-picker-go {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #ccc;
  color: #666;
  font-size: 1rem;
  padding: .875rem 2.25rem;
  border-radius: 4px;
  outline: 0;
  vertical-align: middle;
  background-color: #444;
  border-color: #444;
  color: #fff;
}
.date-picker-go:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.productCarousel-slide .price-section .price {
  display:none;
}
.table .dot {
  display: block;
  width: .8rem;
  height: .8rem;
  background-color: #071541;
  border-radius: 100%;
}
.table td:nth-child(even) .dot {
  background-color: #006eba;
}
.table th:nth-child(n+2),
.table td:nth-child(n+2) {
  text-align: center;
  text-align: -webkit-center; 
}
.efile-cta {
  margin: 40px 100px 40px;
  text-align: center;
}
.efile-cta .heading {
  font-size: 1.75rem;
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: inherit;
  font-weight: 500;
  margin-bottom: 20px;
}
.efile-cta .body {
  margin-bottom: 40px;
}
.efile-cta a {
  background-color: #444444;
  border: 0px solid #444444;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  padding-top: 8px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-left: 24px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

/** Nelco Update Start **/
[data-layout-name="or__customerReviews"] .review-section .review-section-column {
  background-color: #071541;
}
[data-layout-name="or__customerReviews"] .review-section .review-section-content .star-wrapper .icon--ratingFull svg {
  fill: #7069FC;
}
[data-layout-name="or__customerReviews"] .review-section .review-section-content h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
[data-layout-name="or__customerReviews"] .review-section .review-section-content p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
[data-layout-name="or__intro--deadline"] select {
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #172551;
  margin-bottom: 10px;
}
[data-layout-name="or__intro--deadline"] .deadlineData {
z-index: 9000;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 50px 100px -20px rgb(50 50 93 / 25%), 0 30px 60px -30px rgb(0 0 0 / 30%);
padding: 20px 40px;
}
[data-layout-name="or__deadlineTable"] .table {
  margin: 0;
}
[data-layout-name="or__deadlineTable"] .table thead {
  background-color: #fff;
}
[data-layout-name="or__deadlineTable"] .table thead tr th {
  color: #172551;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
[data-layout-name="or__deadlineTable"] .table tbody {
  background-color: #fff;
}
[data-layout-name="or__deadlineTable"] .table tr {
  border-top: 1px solid #172551;
  color: #414C6C;
}
[data-layout-name="or__deadlineTable"] .table td+td {
  border-left: 1px solid #172551;
}
[data-layout-name="acss-page"] .table tr {
  border-bottom: 1px solid #e5e5e5;
  vertical-align: initial;
}
[data-layout-name="acss-page"] .table th:nth-child(n+2), .table td:nth-child(n+2) {
  vertical-align: initial;
}

/** Nelco Update End **/

@media (min-width: 801px) {
  .navPages-container .navPages .navPages-list .navPages-item div.navPage-subMenu.navPage-subMenu-horizontal.is-open ul.navPage-subMenu-list li.navPage-subMenu-item-child div.navPage-subMenu.navPage-subMenu-horizontal ul.navPage-subMenu-list li.navPage-subMenu-item-child div.navPage-subMenu.navPage-subMenu-horizontal {
    overflow: visible;
  }
}
@media (max-width: 801px ){}