/* font */
/* font icon */
* {
  outline: 0;
}
html.touch-device {
  overflow-x: hidden;
}
body {
  font-family: 'Hind', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #777777;
  background: #ffffff;
  margin: 0;
  padding: 2px 0 0 0 !important;
  overflow-x: hidden;
  direction: ltr;
  background-position: center 0;
  background-repeat: no-repeat;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'BrushScriptMT';
  src: url('../fonts/BrushScriptMT.woff2') format('woff2'), url('../fonts/BrushScriptMT.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'avenirheavy';
  src: url('../fonts/avenir_heavy-webfont.woff2') format('woff2'), url('../fonts/avenir_heavy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenirblack';
  src: url('../fonts/avenir_black-webfont.woff2') format('woff2'), url('../fonts/avenir_black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoMedium';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'avenir_regular';
  src: url('../fonts/avenir_regular-webfont.woff2') format('woff2'), url('../fonts/avenir_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Black.woff2') format('woff2'), url('../fonts/AvenirLTStd-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'), url('../fonts/AvenirLTStd-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Book.woff2') format('woff2'), url('../fonts/AvenirLTStd-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: 1400px;
  margin: auto;
  position: relative;
  padding: 0 20px;
}
.search-box.invoice.date.range span {
  font-size: 15px;
  padding: 0 10px;
}
.purchase-history form.minisearch {
  flex-flow: nowrap !important;
}
.btn-all {
  font-size: 18px;
  line-height: 20px;
  color: #00508A;
  border: 2px solid #81C7E2 !important;
  background: transparent;
  display: flex;
  align-items: center;
  border-radius: 0;
  grid-gap: 19px;
  padding: 8px 21px 8px 12px;
  font-family: 'avenirheavy';
}
.btn-all.btnSolid {
  background: #0065A4 !important;
  color: #fff;
}
.btn-all i {
  font-size: 20px;
}
.btn-all:hover {
  background: #0065A4;
  color: #fff;
  text-decoration: none;
  border-color: #0065A4;
}
.btn-all:focus {
  background: #0065A4;
  color: #fff;
}
main#maincontent {
  max-width: 1396px;
  padding: 0 20px;
}
.column.main {
  margin: 0 !important;
  padding: 0 !important;
}
.logosection {
  display: flex;
  grid-gap: 35px;
  align-items: center;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .logosection {
    margin-right: 0px;
    margin: auto;
    width: 100%;
    margin-bottom: 10px;
  }
}
a.logo {
  /* max-width: 80px; */
  margin: 0;
  display: flex;
  align-items: center;
  grid-gap: 30px;
}
@media (max-width: 767px) {
  a.logo {
    margin-right: auto;
  }
}
.header-signin-order-container {
  display: flex;
  color: #fff;
  align-items: center;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: end;
}
@media (max-width: 767px) {
  .header-signin-order-container {
    margin-right: auto;
  }
}
.header-signin-order-container .homeM i {
  font-size: 25px;
}
.header-signin-order-container .manage-accout-header {
  margin-right: 14px;
}
.header-signin-order-container .manage-accout-header a {
  background: #006bb4;
  padding: 0 36px;
  height: 40px;
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-right: 0;
  margin-left: 16px;
  text-decoration: none;
  font-family: 'avenirheavy';
  font-size: 18px;
  line-height: 20px;
  white-space: nowrap;
}
.header-signin-order-container .manage-accout-header a:hover {
  background: #262223;
}
@media (max-width: 767px) {
  .header-signin-order-container .manage-accout-header a {
    padding: 0 15px;
    font-size: 15px;
    height: 30px;
  }
}
.header-signin-order-container .link.authorization-link a {
  background: #006bb4;
  padding: 0 21px;
  height: 40px;
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-family: 'avenirheavy';
  font-size: 18px;
  line-height: 20px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .header-signin-order-container .link.authorization-link a {
    font-size: 15px;
    height: 30px;
  }
}
.header-signin-order-container .link.authorization-link a:hover {
  background: #262223;
}
.header-signin-order-container li {
  list-style: none;
  color: #fff;
}
.header-signin-order-container li a {
  color: #fff;
  font-size: 22px;
}
nav.navigation {
  max-width: max-content;
  background: transparent;
  width: auto;
}
p.logo-side-text {
  font-size: 46px;
  line-height: 46px;
  color: #fff;
  font-family: 'avenirblack';
  margin-top: auto;
}
.cus_header_section .logo {
  display: block;
  max-width: 80px;
}
.nav-sections {
  margin: 0 !important;
}
header.page-header {
  /*background: #0065A4;*/
  padding: 20px 0;
  background: #fff;
  display: flex;
  align-items: center;
  margin: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  border-bottom: 6px solid #006bb4;
  flex-flow: wrap;
}
@media (max-width: 575px) {
  header.page-header {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header.page-header .header.content {
  padding: 0 20px;
  display: flex;
  width: 100%;
  max-width: 1690px;
}
@media (max-width: 767px) {
  header.page-header .header.content {
    flex-flow: wrap;
  }
}
.nav-sections-item-content > * {
  display: block;
}
.accountid {
  color: #00508A;
  font-size: 20px;
  line-height: 24px;
  font-family: 'RobotoMedium';
}
.accountname {
  font-size: 30px;
  line-height: 41px;
  color: #231F20;
  font-family: 'avenirblack';
  margin-top: 3px;
}
@media (max-width: 767px) {
  .accountname {
    font-size: 18px;
    line-height: 20px;
  }
}
.address {
  color: #7F7F7F;
  font-size: 18px;
  line-height: 21px;
  font-family: 'Roboto';
  margin-top: 12px;
}
[data-content-type='row'][data-appearance='contained'] {
  max-width: 100% !important;
}
.f-details h2 {
  margin: 0;
  font-size: 30px;
  line-height: 41px;
  color: #231F20;
  font-family: 'avenirheavy';
}
.custom-footer-main .f-details p {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Roboto';
  color: #787878;
}
@media (max-width: 991px) {
  .custom-footer-main .f-details p {
    max-width: 100%;
    text-align: center;
  }
  .custom-footer-main .f-details p p {
    text-align: center !important;
    margin: auto;
  }
  .custom-footer-main .f-details p p br {
    display: none !important;
  }
}
.f-details.office-details p {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Roboto';
}
.f-details.office-details a {
  text-decoration: underline;
}
.f-details.office-details a:hover {
  text-decoration: none;
}
.footer-fax-phone {
  margin-top: 4px;
}
.footer-email {
  margin-top: 0;
}
.remind {
  text-decoration: underline;
}
.footercatslink p {
  margin-bottom: 5px !important;
}
.footercatslink p a {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 5px;
  color: #0365a5;
  text-decoration: underline;
  font-family: 'Roboto';
}
.footercatslink p a:hover {
  text-decoration: none;
}
.grid-c .mainn-rightt .rightt-itemss:nth-child(2) {
  display: none;
}
.grid-c .mainn-rightt .rightt-itemss:nth-child(1) {
  display: none;
}
footer.page-footer {
  border-top: 18px solid #0065A4;
  padding-bottom: 0;
  background: #fff;
}
footer.page-footer .footer-top-1 {
  width: 100%;
}
footer.page-footer .footer-top-1 .pagebuilder-column-line {
  grid-gap: 37px;
}
@media (max-width: 991px) {
  footer.page-footer .footer-top-1 .pagebuilder-column-line {
    flex-flow: wrap;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  footer.page-footer .footer-top-1 .pagebuilder-column-line {
    grid-gap: 25px;
    justify-content: center;
    flex-direction: column;
  }
}
footer.page-footer .s-filter {
  margin-top: 0;
}
footer.page-footer .s-filter p {
  color: #787878;
  font-size: 14px;
  line-height: 16px;
  opacity: 0.60;
}
@media (max-width: 991px) {
  footer.page-footer .s-filter {
    margin-top: 10px;
  }
}
footer.page-footer figure.footer-img2 {
  max-width: 115px;
}
footer.page-footer .s-filter .pagebuilder-column.s-filter-l {
  text-align: right;
}
@media (max-width: 767px) {
  footer.page-footer .s-filter .pagebuilder-column.s-filter-l {
    text-align: center !important;
    margin-top: 20px;
  }
}
footer.page-footer .s-filter p {
  margin: 0;
}
footer.page-footer .s-filter .pagebuilder-column.s-filter-l {
  text-align: right;
}
@media (max-width: 767px) {
  footer.page-footer .s-filter .pagebuilder-column.s-filter-l {
    text-align: center;
  }
}
footer.page-footer .f-details {
  max-width: 296px;
  width: 100% !important;
  margin-left: auto;
}
@media (max-width: 1300px) {
  footer.page-footer .f-details {
    max-width: 32%;
  }
}
@media (max-width: 991px) {
  footer.page-footer .f-details {
    max-width: 100%;
    text-align: center;
  }
  footer.page-footer .f-details p {
    text-align: center !important;
    margin: auto;
  }
  footer.page-footer .f-details p br {
    display: none;
  }
}
@media (max-width: 575px) {
  footer.page-footer .f-details {
    margin-right: auto;
    max-width: 216px;
  }
  footer.page-footer .f-details p {
    text-align: left !important;
  }
}
footer.page-footer .f-details h2 {
  margin: 0;
  font-size: 30px;
  line-height: 41px;
  color: #231F20;
}
footer.page-footer .pagebuilder-column.inmenu {
  flex-direction: row !important;
  margin-left: auto;
  grid-gap: 27px;
  width: auto !important;
  margin-top: 0;
  align-items: center;
  height: 71px;
}
footer.page-footer .footer-top-container {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 44.97%, rgba(128, 128, 128, 0.2) 100%);
  /*padding-bottom: 50px;*/
  padding-top: 55px;
}
footer.page-footer .footer-top-container p {
  margin-bottom: 0px;
  color: #787878;
  font-size: 15px;
}
@media (max-width: 991px) {
  footer.page-footer .footer-top-container {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 991px) {
  footer.page-footer .homepage-last-section {
    flex-direction: row !important;
  }
}
footer.page-footer .custom-footer-main {
  padding: 75px 0 57px 0;
}
@media (max-width: 991px) {
  footer.page-footer .custom-footer-main {
    padding: 30px 0 30px 0;
    text-align: center;
  }
}
footer.page-footer .footer-logo {
  max-width: 200px;
  width: 100% !important;
  margin-top: auto;
}
@media (max-width: 1300px) {
  footer.page-footer .footer-logo {
    max-width: 16%;
  }
}
@media (max-width: 575px) {
  footer.page-footer .footer-logo {
    margin: auto;
    max-width: 210px;
  }
}
footer.page-footer .f-list .footercatslink {
  column-count: 2;
  width: 416px;
  margin-right: 110px;
}
footer.page-footer .f-logoBox {
  display: flex;
  flex-direction: row !important;
  grid-gap: 23px;
}
@media (max-width: 575px) {
  footer.page-footer .f-logoBox {
    justify-content: center !important;
  }
}
footer.page-footer .office-details h3 {
  margin: auto 0 0 0;
}
@media (max-width: 575px) {
  footer.page-footer .office-details h3 {
    text-align: left;
  }
}
footer.page-footer .office-details h3 {
  font-size: 20px;
  line-height: 24px;
  color: #231F20;
  font-family: 'RobotoMedium';
  margin-bottom: 10px;
  font-weight: normal;
}
.pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  max-width: initial;
  margin-left: 0;
  margin-bottom: 30px;
  align-items: center;
}
.pagination h3 {
  font-size: 14px;
  font-weight: normal;
  font-family: "Roboto";
}
ul.peg-list {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
ul.peg-list li {
  padding: 0 7px;
  border-radius: 50%;
  margin: 0;
}
ul.peg-list li.active {
  background: #0065a4;
}
ul.peg-list li.active a {
  color: #fff !important;
}
.all-pagination-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 38px 0;
}
span.action.nav-toggle {
  display: none;
}
.search-main-box {
  margin: 26px 0 46px 0;
  display: flex;
  justify-content: space-between;
}
.search-main-box .search-check-all {
  display: flex;
  flex-flow: wrap;
}
.search-main-box .search-check-all .minisearch {
  flex-flow: nowrap;
}
@media (max-width: 991px) {
  .search-main-box {
    flex-flow: wrap;
  }
}
.print-pdf-sec {
  display: flex;
  grid-gap: 31px;
  align-items: end;
}
@media (max-width: 991px) {
  .print-pdf-sec {
    margin-top: 30px;
  }
}
.print-main.search-box {
  display: flex;
  grid-gap: 32px;
}
.check-box {
  display: flex;
  margin-top: 13px;
}
.check-box-content {
  display: flex;
  align-items: center;
}
.check-box-content label {
  font-size: 16px;
  line-height: 28px;
  color: #787878;
  margin-right: 14px;
}
.check-box-content input[type="checkbox"] {
  margin: 0px 7px 0 0;
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  box-shadow: none !important;
}
.minisearch {
  display: flex;
  /*max-width: 420px;*/
  gap: 12px;
  width: 100%;
}
.minisearch .search-box {
  display: flex;
  width: 100%;
}
.minisearch input {
  height: 45px;
  font-size: 18px;
  color: #787878;
  padding: 0 19px;
  box-shadow: none !important;
  border-color: #0365A4;
}
.minisearch .search-button {
  background: #0065A4;
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
}
.minisearch .search-button i {
  font-size: 20px;
}
.list-menu-to {
  height: 50px;
  background: #006bb4;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 3px #0000001A;
  margin-bottom: 92px;
  overflow-x: auto;
}
@media (max-width: 991px) {
  .list-menu-to {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .list-menu-to {
    height: auto;
    flex-flow: wrap;
    flex-direction: column;
    text-align: left;
  }
}
.list-menu-to ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  max-width: 1356px;
}
@media (max-width: 767px) {
  .list-menu-to ul {
    height: auto;
    flex-flow: wrap;
    flex-direction: column;
    text-align: left;
    width: 100%;
  }
}
.list-menu-to ul li {
  padding: 0 30px;
  margin: 0;
  display: flex;
  align-items: center;
  text-align: center;
  height: 50px;
}
@media (max-width: 767px) {
  .list-menu-to ul li {
    padding: 0 11px;
  }
}
.list-menu-to ul li.active {
  background: #0065a4;
}
.list-menu-to ul li a {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: 'avenirheavy';
  text-decoration: none;
}
.list-menu-to ul li a:hover {
  text-decoration: none;
  color: #00508A;
}
@media (max-width: 991px) {
  .list-menu-to ul li a {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .list-menu-to ul li a {
    white-space: nowrap;
  }
}
.account-action {
  display: flex;
  align-items: center;
  justify-content: end;
}
.pageTitle {
  font-family: 'avenirblack';
  font-size: 44px;
  line-height: 54px;
  color: #00508a;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .pageTitle {
    font-size: 25px;
    line-height: normal;
  }
}
.middlecontainer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 82px;
}
@media (max-width: 575px) {
  .middlecontainer {
    flex-flow: wrap;
  }
}
.btn-outline i {
  color: #0065A4;
}
.search-container.accountuser {
  margin-top: 26px;
}
.edit {
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  margin-right: 24px;
}
.edit i {
  font-size: 18px;
  font-weight: bold;
  border: 0;
}
.edit:hover {
  background: transparent !important;
}
.repeat {
  padding: 0;
  background: transparent;
  border: 0 !important;
}
.repeat i {
  font-size: 18px;
  border: 0;
  transform: scaleX(-1);
}
.repeat:hover {
  background: transparent !important;
}
.delete {
  padding: 0;
  background: transparent;
  border: 0;
  margin-left: 17px;
}
.delete i {
  font-size: 20px;
  font-weight: bold;
}
.delete:hover {
  background: transparent !important;
  border: 0;
}
.table-custom-invo th {
  font-size: 20px;
  line-height: 24px;
  color: #00508A;
  font-weight: normal;
  border-bottom: 3px solid #81C7E2;
  padding: 0 0 12px 0;
  font-family: 'RobotoMedium';
}
@media (max-width: 767px) {
  .table-custom-invo th {
    padding-bottom: 0;
    font-size: 16px;
  }
}
.table-custom-invo td {
  padding: 16px 30px 16px 0;
  font-size: 17px;
  line-height: normal;
  color: #7F7F7F;
  border-bottom: 1px solid rgba(120, 120, 120, 0.5);
  font-family: "Roboto";
}
.table-custom-invo td:last-child {
  text-align: right;
  border-right: 0;
}
.table-custom-invo td a {
  color: #7F7F7F;
  text-decoration: underline;
  color: #0065A4;
}
.image.right {
  margin-top: 57px;
}
.image.right img {
  height: 92px;
  display: flex;
}
.problem_messege-center {
  float: right;
  margin: 41px 0 59px;
  text-align: right;
}
.problem_messege-center i {
  font-size: 18px;
  margin-right: 7px;
  color: #00508A;
}
.problem_messege-center p {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 23px;
  color: #606060;
}
.problem_messege-center p a {
  color: #0365a5;
  text-decoration: underline;
}
.itemperpage {
  float: right;
  width: 187.6px;
  border-color: #81c7e2;
  border-width: 2px;
  border-style: solid;
}
.itemperpage .select-border {
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  color: #00508a;
  font-family: 'avenirheavy';
}
.alerts-documents {
  margin-bottom: 82px;
}
.alerts-documents .table-custom-invo td:last-child {
  text-align: left;
}
@media (max-width: 991px) {
  .alerts-documents {
    margin-bottom: 0;
  }
}
.search-main-box.alerts-documents-search {
  margin-bottom: 85px;
}
.search-main-box.alerts-documents-search .search-check-all {
  width: 100%;
}
.login-container .block-customer-login {
  width: 100% !important;
  margin-top: 60px;
}
.login-container .block-customer-login .pageTitle {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 29px;
  color: #0065A4;
}
@media (max-width: 575px) {
  .login-container .block-customer-login .pageTitle {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0px;
  }
}
.login-container .block-customer-login .login-title {
  margin-bottom: 28px;
  max-width: 650px;
}
.login-container .block-customer-login .login-title h3 {
  font-size: 30px;
  line-height: 41px;
  color: #231F20;
  margin-bottom: 19px;
  font-family: 'avenirblack';
}
.login-container .block-customer-login .login-title p {
  font-size: 18px;
  line-height: 28px;
  color: #787878;
  font-family: 'Roboto';
}
.login-container .block-customer-login .main-ligin {
  display: flex;
  grid-gap: 156px;
}
@media (max-width: 1024px) {
  .login-container .block-customer-login .main-ligin {
    flex-flow: wrap;
    grid-gap: 50px !important;
  }
}
.login-container .block-customer-login .main-ligin .text-in {
  font-size: 18px;
  line-height: 28px;
  color: #787878;
  margin-bottom: 28px;
}
.login-container .block-customer-login .main-ligin .field {
  display: flex;
  width: 100%;
}
.login-container .block-customer-login .main-ligin .field.email {
  margin-bottom: 18px;
}
.login-container .block-customer-login .main-ligin .field .control {
  width: 100%;
}
.login-container .block-customer-login .main-ligin .field input {
  height: 60px;
  width: 100%;
  box-shadow: none;
  padding: 0 20px;
  font-size: 18px;
}
.login-container .block-customer-login .main-ligin .field .label {
  display: flex;
  align-items: center;
  background: #00508A;
  color: #fff;
  font-size: 20px;
  font-family: 'avenirheavy';
  max-width: 190px;
  width: 100%;
  padding-left: 18px;
  height: 60px;
}
@media (max-width: 757px) {
  .login-container .block-customer-login .main-ligin .field .label {
    font-size: 20px;
    font-family: 'avenirheavy';
    max-width: 142px;
  }
}
.login-container .block-customer-login .input-area {
  width: 100%;
  max-width: 765px;
}
.credit_application p {
  font-size: 18px;
  line-height: 28px;
  color: #787878;
  margin-bottom: 28px !important;
  font-family: 'Roboto';
}
.button-L {
  width: max-content;
  height: 50px;
  display: flex !important;
  align-items: center;
  background: #0365A4 !important;
  color: #fff !important;
  padding: 0px 19px 0px 9px !important;
  font-family: 'avenirheavy' !important;
  font-size: 20px !important;
  text-decoration: none !important;
  border: 2px solid #0365A4 !important;
  grid-gap: 12px;
  border-radius: 0;
}
.button-L img {
  height: 29px;
}
.button-L:hover {
  background: transparent !important;
  color: #0365A4 !important;
}
.button-L:hover span {
  color: #0365A4;
}
.l-Btnarea {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
@media (max-width: 575px) {
  .l-Btnarea {
    flex-flow: wrap;
  }
}
.l-Btnarea .actions-toolbar {
  display: flex;
  margin-left: auto;
}
@media (max-width: 575px) {
  .l-Btnarea .actions-toolbar {
    margin-left: inherit;
    width: 100%;
    justify-content: space-between;
  }
}
.cus_login button {
  margin-right: 0 !important;
}
.forgot_pass {
  margin-right: 20px;
  display: flex !important;
  align-items: center;
  margin-bottom: 0 !important;
}
.forgot_pass a span {
  font-family: 'Roboto';
  font-size: 16px;
}
.custom_checkbox {
  display: flex;
}
.custom_checkbox label {
  font-size: 14px;
  line-height: 28px;
  color: #787878;
  font-family: 'Roboto';
  padding: 0px 5px 0px 0px;
}
.search-container.pricing-all-search {
  display: flex;
  grid-gap: 20px;
}
.search-main-box.pricing-box .search-container.accountuser {
  margin-top: 0;
}
.custom_checkbox input {
  width: 15px;
  height: 15px;
}
.search-container select {
  height: 45px;
  font-size: 18px;
  color: #787878;
  border-color: #0365A4;
  box-shadow: none !important;
}
#search_mini_form_job_name.minisearch {
  flex-flow: wrap;
}
.search-main-box.purchase-history {
  flex-flow: wrap;
}
.search-main-box.purchase-history .print-pdf-sec {
  align-items: end;
  width: 100%;
  padding-left: 35px;
}
.search-main-box.purchase-history .minisearch {
  align-items: center;
}
.search-main-box.purchase-history.invoicelist {
  flex-flow: wrap;
}
.search-main-box.purchase-history.invoicelist .print-pdf-sec {
  padding-left: 0px;
  margin-top: 12px;
}
.top-middlle {
  display: flex;
  justify-content: space-between;
}
.top-middlle .middlle-right {
  max-width: 805px;
  width: 100%;
}
.top-middlle .middlle-right .table-custom-invo th:last-child {
  text-align: center;
}
.top-middlle .middlle-right .table-custom-invo th:nth-child(3) {
  text-align: center;
}
.top-middlle .middlle-right .table-custom-invo td:last-child {
  text-align: center;
}
.top-middlle .middlle-right .table-custom-invo td:nth-child(3) {
  text-align: center;
}
.top-middlle .toppp-left p {
  font-size: 30px !important;
  color: #231F20;
  line-height: 41px !important;
  margin-bottom: 44px !important;
  font-family: 'avenirblack' !important;
}
.top-middlle .search-main-box {
  margin-bottom: 28px;
  justify-content: end;
  margin-top: 10px;
}
.top-middlle .middlle-left {
  max-width: 500px;
  width: 100%;
}
.top-middlle .middlle-left p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Roboto';
}
.top-middlle .middlle-left p .pabl-labl {
  color: #00508A;
  font-family: 'RobotoMedium';
  max-width: 147px;
  width: 100%;
  display: inline-block;
}
.messages {
  margin-bottom: 0 !important;
}
.pay-titlesss {
  margin-bottom: 54px;
}
.pay-titlesss .pageTitle {
  line-height: 60px;
}
.locccc-contentttt {
  display: flex;
  grid-gap: 45px;
  margin-bottom: 82px;
}
.locccc-table {
  width: 100%;
}
.locccc-info-dataa {
  padding: 25px;
  background: #f5f5f5;
  max-width: 300px;
  width: 100%;
}
.locccc-info-dataa .titlt {
  color: #000;
}
.locccc-info-dataa h3 {
  font-size: 18px;
  line-height: 28px;
  color: #00508A;
  margin-bottom: 5px;
  font-family: "Roboto";
}
.office-details h2 {
  font-size: 18px;
  line-height: 28px;
  font-family: "Roboto";
  color: #00508A;
  font-weight: 600;
}
.branch-manager .title {
  color: #000;
}
.grid-c {
  grid-gap: 80px;
}
.mainn-rightt {
  max-width: 500px;
  width: 100%;
  margin-top: 16px;
}
.mainn-rightt .rightt-itemss {
  display: flex;
  margin-bottom: 25px;
  position: relative;
}
.mainn-rightt .rightt-itemss .oneee {
  color: #00508A;
  font-family: 'RobotoMedium';
  width: 100%;
  display: inline-block;
  font-size: 18px;
}
.mainn-rightt .rightt-itemss .twooo {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  font-size: 18px;
}
.mainn-rightt .rightt-itemss .twooo input {
  height: 40px;
  width: 140px;
  box-shadow: none !important;
}
.mainn-rightt .rightt-itemss .btn-all {
  padding-right: 13px;
  width: fit-content;
  margin-top: 0;
}
.submit.btn-all {
  height: 41px;
  padding-right: 19px;
  font-family: 'avenirheavy';
}
.ord-detailss-inn span.pabl-labl {
  max-width: 200px !important;
}
.pdfheader {
  display: flex;
  grid-gap: 90px;
  justify-content: space-between;
}
.pdfheader .image img {
  width: 190px;
}
.pdfheader .item.item0 {
  display: flex;
  max-width: 410px;
}
.pdfheader table.table-custom-firstsec {
  border: 1px solid #0065a4;
}
.pdfheader .item.item1 {
  text-align: center;
  max-width: 260px;
}
.pdfheader .item.item1 p {
  font-size: 16px;
  margin: 0;
  color: #000;
  font-family: 'avenirheavy';
}
.image.item.item0 {
  display: block;
}
.image.item.item0 p {
  font-size: 18px;
}
.ord-details-page {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  margin-top: 50px;
}
.ord-details-page tr th {
  padding: 2px 5px;
  background: #0065a4;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.ord-details-page tr td {
  padding: 2px 5px;
}
.image.item.item0 {
  flex-flow: wrap;
}
.cranecla h3 {
  font-weight: normal;
  font-size: 14px;
  margin-top: 15px;
  color: #000;
}
.payable-content .payable-menu {
  margin-bottom: 30px;
}
.payable-content .payable-menu a {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.payables-con {
  margin-bottom: 81px;
}
.payables-con .middlle-left {
  margin-top: 96px;
}
.buttonarea button {
  background: #0065a4;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 15px 18px;
  font-family: 'avenirheavy';
  font-size: 18px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.order-salesorderdetails-index .print-pdf-sec {
  float: right;
}
#sales_order_details .table-custom-invo td {
  padding-right: 0;
}
.construction-product {
  max-width: 414px;
  /*margin-right: 70px;*/
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .construction-product {
    margin: auto;
  }
}
@media (max-width: 575px) {
  .construction-product {
    text-align: center;
    margin: auto;
  }
}
.homepage-last-section .f-list {
  grid-column-gap: 56px;
  color: #fff;
}
.homepage-last-section .f-list h2 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 29px;
  font-family: "BrushScriptMT";
  color: #0065a4;
  font-weight: bold;
  white-space: nowrap;
}
.homepage-last-section .f-list p {
  font-size: 18px;
  color: #fff;
}
.form.invoicedate.minisearch {
  max-width: 500px;
}
#purchase_history_printarea tr td:last-child {
  text-align: right;
  padding-right: 0;
}
#purchase_history_printarea th:last-child {
  text-align: right;
}
.makepayment_desc {
  position: absolute;
  top: 42px;
  left: 195px;
}
.pagebuilder-column.f-list.growth {
  max-width: 504px !important;
}
.checkout-success {
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin: 75px auto;
  padding: 30px;
  border: 1px solid #0065a4;
  background: #fff;
  box-shadow: 0px 0px 55px #c5c5c594;
}
.checkout-success p:first-child {
  color: #000;
  font-size: 26px;
  margin-bottom: 12px;
}
.checkout-success p span {
  display: block;
  font-size: 20px;
  margin: 24px 0 11px 0 !important;
  color: #017000;
  font-weight: 700;
}
.checkout-success .actions-toolbar {
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.checkout-success .actions-toolbar .continue {
  margin-right: 0 !important;
}
.mainn-rightt .rightt-itemss .twooo {
  flex-flow: wrap;
}
.mainn-rightt .rightt-itemss .twooo.pay-section input {
  width: 100%;
}
.pay-amount {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  margin: 6px 0px;
}
.twooo.pay-section label.makepayment_desc {
  position: inherit;
  padding-left: 16px;
  display: block;
  font-size: 14px;
}
.currency-value.cal-amount {
  width: 100%;
}
.discount-value.cal-amount {
  width: 100%;
}
.makepayment {
  margin-left: 16px;
}
.growth-through {
  align-items: center;
  display: flex;
  /* height: 160px; */
  margin-left: auto;
  max-width: 239px;
  margin-right: 19px;
}
@media (max-width: 1300px) {
  .growth-through {
    max-width: 20%;
  }
}
@media (max-width: 991px) {
  .growth-through {
    max-width: 100%;
    text-align: center;
    margin: 20px auto;
    order: 2;
  }
}
@media (max-width: 575px) {
  .growth-through {
    margin-right: auto;
    max-width: 239px;
  }
}
.footer-mail p a {
  white-space: nowrap;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .footer-mail p a {
    font-size: 11px;
  }
}
@media (max-width: 575px) {
  .footer-mail p a {
    font-size: 15px;
  }
}
.footer-cus-logo {
  width: 127px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .footer-cus-logo {
    width: 66%;
  }
}
.homeM i {
  color: #000;
}
.footer-mail {
  text-align: center;
}
.footer-other-logo {
  padding-top: 30px;
}
@media (max-width: 575px) {
  .footer-other-logo {
    padding-top: 0px;
    display: flex;
    justify-content: center;
  }
}
.list-menu-to ul li:hover {
  background: #fff;
}
.list-menu-to ul li:hover a {
  color: #000;
}
.list-menu-to {
  margin-top: -6px;
}
@media (max-width: 575px) {
  .list-menu-to {
    padding: 15px 0;
    display: none;
  }
}
@media (max-width: 767px) {
  .list-menu-to {
    display: none;
  }
  .list-menu-to.active {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .list-menu-to.order_salesorder_index.active {
    display: block;
  }
}
footer.page-footer .s-filter p {
  font-size: 14px;
}
@media (max-width: 575px) {
  footer.page-footer .s-filter p {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 757px) {
  figure.footer-img3 {
    margin-top: 25px;
  }
}
.table-dataBoxcc {
  overflow-x: auto;
}
.list-menu-to.active {
  display: block;
}
.custom-header-menu {
  width: 100%;
}
.custom-header-menu .menuMsite {
  display: none;
  justify-content: center;
  font-size: 24px;
  margin-top: 15px;
  color: #231F20;
}
@media (max-width: 757px) {
  .header.page-header {
    margin-bottom: 30px;
  }
  .menuMsite {
    display: flex !important;
  }
  .list-menu-to.order_salesorder_index {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-main {
    margin-top: 40px;
  }
}
.credit-application-form {
  font-size: 30px;
  margin-bottom: 5px;
  color: #0065A4;
  font-weight: bold;
  line-height: normal;
}
div#csv-loader {
  position: fixed;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffffbd;
}
div#csv-loader img {
  position: absolute;
  left: 50%;
  top: 50%;
}
div#csv-message {
  display: block;
  color: green;
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  padding: 20px 25px;
  border-radius: 25pc;
  background: #fff;
  box-shadow: 0px 2px 5px #5c5c5c;
  font-size: 18px;
}
.cal-logout {
  margin-top: 100px;
  font-size: 30px;
}
/* purchase history */
.search-main-box.purchase-history .minisearch {
  margin-bottom: 20px;
}
#invoiceitem_from .invoice_search-box {
  max-width: 230px;
}
.pricing-all-search .invoice.item {
  max-width: 230px;
}
#invoiceitem_from .searchwithtext {
  width: 380px;
}
#invoiceitem_from .searchwithtext .search-box {
  max-width: 315px;
}
.searchwithtext .search-box {
  position: relative;
}
.searchwithtext .search-box .search_head {
  position: absolute;
  text-wrap: wrap;
  max-width: 200px;
}
#invoiceitem_from .search_head {
  position: absolute;
  max-width: 250px;
}
.minisearch .search-box {
  display: flex;
  width: 100%;
  align-items: center;
}
.order-priceincrease-index .minisearch .search-box {
  width: 50% !important;
}
.login-container .fieldset:after {
  display: none;
}
/* update make payment */
.makepayment_desc {
  position: absolute;
  top: 42px;
  left: 195px;
}
.pagebuilder-column.f-list.growth {
  max-width: 504px !important;
}
.pay-amount {
  display: flex;
  align-items: center;
  grid-gap: 6px;
  margin-top: 8px;
}
.payamount .makepayment_desc {
  position: absolute;
  color: red;
  font-size: 12px;
  line-height: normal;
  top: inherit;
  left: 0;
}
.payamount .oneee span {
  font-size: 12px;
  line-height: 11px;
}
.rightt-itemss.payamount {
  display: block !important;
}
.rightt-itemss.payamount .twooo.pay-section {
  margin-bottom: 25px;
  align-items: end;
}
.cal-amount {
  position: relative;
}
.grid-c table tr {
  height: 40px;
}
.customer-account-createpassword .column.main {
  padding: 80px 0px !important;
}
.header-signin-order-container li:last-child {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: end;
}
.header-signin-order-container .accountname {
  font-size: 24px;
  font-family: avenirheavy;
}
.header-signin-order-container .accountid {
  color: #231F20;
  font-size: 24px;
  font-weight: 500;
  font-family: avenirheavy;
}
@media (max-width: 768px) {
  .header-signin-order-container {
    justify-content: center;
  }
  .header-signin-order-container li:last-child {
    justify-content: center;
  }
}
.order-accountswitch-index .table-dataBoxcc {
  padding-top: 40px;
  padding-bottom: 160px;
}
.order-accountswitch-index .table-custom-invo th:first-child {
  padding-left: 50px;
}
.order-accountswitch-index .table-custom-invo th:last-child {
  text-align: center;
  width: 150px;
}
.order-accountswitch-index .table-custom-invo td:first-child .account_switch_value {
  padding-left: 60px;
}
.order-accountswitch-index .table-custom-invo .account_switch_value {
  padding: 12px 30px 12px 0px;
  margin: 2px 0px;
}
.order-accountswitch-index .table-custom-invo td:last-child .account_switch_value {
  background: #0065A4;
  color: white;
}
.order-accountswitch-index .table-custom-invo td:last-child a {
  color: white;
}
.order-accountswitch-index .table-custom-invo td:last-child .account_switch_value {
  padding-right: 0px;
}
.order-accountswitch-index .table-custom-invo td:last-child {
  text-align: center;
}
.order-accountswitch-index .table-custom-invo .active-account td .account_switch_value {
  background: #eeeeee;
  color: #231F20;
  font-weight: 600;
}
.order-accountswitch-index .table-custom-invo .active-account td .account_switch_value a {
  color: #231F20;
}
.order-accountswitch-index .table-custom-invo td {
  padding: 0px;
}
.order-accountswitch-index .table-custom-invo td a {
  text-decoration: none;
}
.order-accountswitch-index .table-custom-invo td:last-child .account_switch_value .account-action {
  justify-content: center;
}
