.info-icon,
.pagination li:hover {
  cursor: pointer;
}
.back-to-top,
.navbar .dropdown ul {
  opacity: 0;
  visibility: hidden;
  border-radius: 4px;
}
.back-to-top.active,
.navbar .dropdown:hover > ul,
.navbar-mobile .dropdown ul {
  visibility: visible;
  opacity: 1;
}
.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
  z-index: 99;
  box-shadow: 0 0 30px rgb(127 137 161 / 0.25);
}
a,
a:hover {
  text-decoration: none;
}
:root {
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #013289;
}
.logo-cent{
  display: flex;
  justify-content: center;
}
.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%; 

}
.footer .footer-top .footer-info .logo span,
.footer .footer-top .footer-info p,
.header .logo span,
.navbar a,
.navbar a:focus,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Nunito, sans-serif;
}
.footer .footer-top .footer-links ul a:hover,
.navbar .active,
.navbar .active:focus,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover > a,
.navbar a:hover,
.navbar li:hover > a,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover > a,
.navbar-mobile a:hover,
.navbar-mobile li:hover > a,
a {
  color: #4154f1;
}
a:hover {
  color: #717ff5;
}
section {
  padding: 20px 0;
  overflow: hidden;
}
.section-header {
  text-align: left;
  padding-bottom: 40px;
}
.hero .hero-img,
.rows_count {
  text-align: right;
}
.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}
.section-header p {
  margin: 10px 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}
.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol .breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}
.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  transition: 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
.header {
  transition: 0.3s;
  z-index: 997;
  padding: 20px 0;

  position: sticky;
}
.header.header-scrolled {
  background: #fff;
  padding: 20px 0;
  box-shadow: 0 2px 20px rgb(1 41 112 / 0.1);
}
.header .logo {
  line-height: 0;
}
.logom{
  max-height: 26px !important;
padding-left: 20px !important;
margin-right: 6px !important;
}
.footer .footer-top .footer-info .logo img,
.header .logo img {
  max-height: 50px;
  padding-left: 20px;
  margin-right: 6px;
}
@media (width:1024px) {
  .header .logo img{
    max-height: 35px;
    padding-left: 20px;
    margin-right: 6px;
  }  
}
.header .logo span {
  font-size: 30px;
  font-weight: 700;
  color: #012970;
  margin-top: 3px;
  display: inline-block;
  white-space: nowrap;
}
.contact .info-box p,
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #013289;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar .getstarted,
.navbar .getstarted:focus {
  background: #4154f1;
  padding: 8px 20px;
  margin-left: 10px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:focus:hover,
.navbar .getstarted:hover {
  color: #fff;
  background: #5969f3;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  background: #fff;
  transition: 0.3s;
}
.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.navbar .dropdown ul a i,
.navbar-mobile .dropdown ul a i,
.per-month,
.starting-from {
  font-size: 12px;
}
.navbar .dropdown:hover > ul {
  top: 100%;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
.mobile-nav-toggle {
  color: #012970;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x,
.services .service-box:hover .read-more,
.services .service-box:hover h3,
.services .service-box:hover p {
  color: #fff;
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(1 22 61 / 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  height: 420px;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #012970;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  background: #fff;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.file-format:hover .flyout,
.navbar-mobile .dropdown > .dropdown-active,
input:focus + datalist {
  display: block;
  height: auto;
}
.hero {
  width: 100%;
  height: 100%;
}
.hero h1 {
  margin-top: -35px;
  /* font-size: 28px; */
  font-weight: 700;
  color: #012970;
}

.hero h2 {
  color: #444;
  margin: 15px 0 0;
  font-size: 26px;
}
.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0 5px 30px rgb(65 84 241 / 0.4);
}
.about .btn-read-more span,
.hero .btn-get-started span {
  font-family: Nunito, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.about .btn-read-more i,
.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.about .btn-read-more:hover i,
.hero .btn-get-started:hover i {
  transform: translateX(5px);
}
@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  .hero {
    height: auto;
    padding: 80px 0 0px;
  }
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 80%;
  }
}
.heroa {
  overflow: auto;
}
.about .content {
  background-color: #fafbff;
  padding: 22px;
}
.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #4154f1;
  text-transform: uppercase;
}
.about h2,
.values .box h3 {
  font-size: 21px;
  color: #012970;
  font-weight: 700;
  font-family: Nunito, sans-serif;
}
.about p {
  margin: 15px 0 15px;
  line-height: 24px;
}
.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0 5px 25px rgb(65 84 241 / 0.3);
}
.contact .info-box {
  color: #444;
  background: #fafbff;
  padding: 30px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px;
}
.contact .info-box p,
.footer .footer-top .footer-info p {
  line-height: 24px;
  margin-bottom: 0;
  font-size: 14px;
}
.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: 1s linear infinite animate-loading;
  animation: 1s linear infinite animate-loading;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover,
.footer .footer-newsletter form input[type="submit"]:hover {
  background: #5969f3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer {
  background: #f6f9ff;
  padding: 0 0 30px;
  font-size: 14px;
}
.flyout,
datalist {
  background-color: #fff;
}
.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}
.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}
.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}
.footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}
.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: #4154f1;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}
.footer .footer-top {
  background: url(../img/footer-bg.png) right top/contain no-repeat #fff;
  border-bottom: 1px solid #e1ecff;
  padding: 0;
}
.footer .copyright,
.footer .credits {
  padding-top: 10px;
  color: #012970;
  text-align: center;
}
.footer .footer-top .footer-info,
.footer .footer-top .footer-links {
  margin-bottom: 30px;
  margin-top: 10px;
}
.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  margin-top: 3px;
}
.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgb(1 41 112 / 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}
.footer .footer-top .social-links a:hover {
  color: #012970;
}
.footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #012970;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}
.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-top .footer-links ul a {
  color: #013289;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer .footer-top .footer-contact p {
  line-height: 26px;
}
.footer .credits {
  font-size: 13px;
}
.inputbox {
  border-radius: 5px;
}
navbar .zoom:hover {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1);
  transform: scale(8.5);
}
.selectAll {
  font-size: 10px;
  font-weight: 900;
}
.w-25 {
  width: 200px;
}
.pagination {
  margin: 0;
}
.header_wrap {
  padding: 30px 0;
}
.num_rows {
  width: 20%;
  float: left;
}
.tb_search {
  width: 20%;
  float: right;
}
.pagination-container {
  width: 100%;
  float: left;
  height: 50px;
  margin-top: 1%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  height: 100px;
  width: 100px;
}
.rows_count {
  width: 20%;
  float: right;
  color: #999;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background-color: #0d6efd;
  color: #fff;
}
.d-width {
  width: 6%;
  padding-left: 2%;
  min-width: 70px;
  border-color: #ced4da;
  margin-bottom: 2%;
}
.flyout,
datalist {
  border: 1px solid #ccc;
  display: none;
}
.btn-small {
  min-width: 98px;
  margin-right: 2%;
  margin-top: 0;
}
table {
  table-layout: fixed;
  align-items: center;
}
th {
  text-overflow: ellipsis;
  word-wrap: break-word;
}
tr {
  text-overflow: unset;
  word-wrap: normal;
  height: 10px;
}
.id-width {
  width: 60px;
}
.table-shrink {
  overflow-y: hidden;
  border-collapse: collapse;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
  .footer .footer-top {
    background-position: center bottom;
  }
  /* .un_commodity {
    display: none;
  } */
}
@media (max-width: 505px) {
  .un_location {
    display: none;
  }
  .un_id {
    display: none;
  }
  .un_sup {
    display: none;
  }
}
#loader {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 252 252 / 0.453);
}
#loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#close-loader-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.not-exist {
  text-align: center;
  color: red;
  font-size: 11px;
}
.table-img {
  width: 50px;
  height: 50px;
}
datalist {
  position: absolute;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
}
datalist option {
  padding: 5px 10px;
}
#supplierBtn.highlighted,
#userBtn.highlighted {
  background-color: #0b2147;
  color: #fff;
}
.privacy-policy {
  padding: 20px;
  margin: 30px;
}
.about {
  background: #fff;
  padding: 1.5rem;
}
.file-format {
  position: relative;
  font-size: 11px;
}
.info-icon {
  font-style: italic;
}
.flyout {
  position: absolute;
  top: 95px;
  left: calc(50% + 10px);
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgb(19 8 8 / 0.1);
  z-index: 2;
  text-align: center;
  font-size: 12px;
  width: 220px;
}
.flyout:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff0 #fff0 #fff;
}
.htable {
  display: none;
}
.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-links h4,
.pricing-column {
  text-align: center;
}
.instructions-container {
  max-width: 1400px;
  padding: 2px;
  margin: 0;
  font-size: 16px;
  color: #012970;
}
.contact .info-box {
  color: #444;
  background: #fafbff;
  padding: 50px;
}
.instructions-container ol {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
  text-align: left;
}
.instructions-container li {
  counter-increment: li;
  margin-bottom: 0;
  position: relative;
  padding: 2px;
  border-radius: 5px;
  padding-left: 34px;
}
.instructions-container li:before {
  content: counter(li);
  background-color: #012970;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
.image-container {
  padding: 0;
  margin: 0;
  max-width: 300px;
}
.image-container img,
.pricing-table {
  max-width: 100%;
}
.back_color {
  background-color: #f2f2f2;
}
.btn-back {
  min-width: 5px;
  margin-right: 2%;
}
.height_400 {
  height: 450px;
  overflow-y: scroll;
  overflow-y: auto;
}
.height_200 {
  height: 220px;
}
@media (min-width: 768px) {
  .desktop_div {
    display: block;
  }
  .mobile_div {
    display: none;
  }
}
.pricing-table {
  display: flex;
  justify-content: space-around;
}
.pricing-column {
  border-radius: 8px;
  padding: 5px;
  flex: 1;
  margin: 0 10px;
  max-width: 270px;
}
.price {
  font-size: 24px;
}
.pricing-column h2 {
  color: #333;
}
.pricing-column h3,
.pricing-column ul li {
  margin: 10px 0;
  color: #555;
}
.pricing-column h3 {
  font-size: 1.2em;
}
.pricing-column .price {
  font-size: 2em;
  margin: 10px 0;
}
.pricing-column ul {
  list-style: none;
  padding: 0;
}
.button:hover {
  background-color: #4154f1;
}
.tick-mark {
  color: green;
}
.subscribe-message {
  font-weight: 700;
  color: #012970;
}
@keyframes pulsate {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.pulsate {
  animation: 1.5s infinite pulsate;
}
.pricing-container {
  display: flex;
  justify-content: space-around;
  border-radius: 8px;
  max-width: 100%;
}
.cross-mark {
  color: red;
}
#free-price,
#premium-price {
  border: 2px solid #0e3079;
  padding: 10px;
  border-radius: 8px;
}
.selected {
  background-color: #f0f0f0;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
  .hero {
    text-align: ceter;
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero .hero-img img {
    width: 100%;
  }
  .features .feature-icons h3,
  .features .feture-tabs h3 {
    font-size: 28px;
  }
  .un_cost {
    display: none;
  }
  .mobile_div {
    display: block;
  }
  .pricing-table {
    flex-direction: column;
  }
  .pricing-column {
    margin: 10px 0;
    max-width: none;
  }
  .button {
    margin: 10px auto;
  }
}
.bg-color {
  background-color: #eaeaf0 !important;
  font-size: 110% !important;
}
.bg-disabled{
  background-color: #eaeaf0 !important;
}
.eye {
  margin-top: 16px;
  margin-right: 20px;
}
.google_icon {
  max-width: 52%;
}
#commodity {
  width: 102%;
}
.services .service-box {
  box-shadow: 0 0 30px rgb(1 41 112 / 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}
.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}
.services .service-box h3 {
  color: #013289;
  font-weight: 700;
}
.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}
.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}
.services .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}
.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}
.services .service-box.blue .read-more {
  color: #2db6fa;
}
.services .service-box.blue:hover {
  background: #2db6fa;
}
.services .service-box.orange {
  border-bottom: 3px solid #f68c09;
}
.services .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}
.services .service-box.orange .read-more {
  color: #f68c09;
}
.services .service-box.orange:hover {
  background: #f68c09;
}
.services .service-box.green {
  border-bottom: 3px solid #08da4e;
}
.services .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}
.services .service-box.green .read-more {
  color: #08da4e;
}
.services .service-box.green:hover {
  background: #08da4e;
}
.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}
.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}
.services .service-box.red .read-more {
  color: #e9222c;
}
.services .service-box.red:hover {
  background: #e9222c;
}
.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}
.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}
.services .service-box.purple .read-more {
  color: #b50edf;
}
.services .service-box.purple:hover {
  background: #b50edf;
}
.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}
.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}
.services .service-box.pink .read-more {
  color: #f51f9c;
}
.services .service-box.pink:hover {
  background: #f51f9c;
}
.services .service-box:hover .read-more,
.services .service-box:hover h3,
.services .service-box:hover p {
  color: #fff;
}
.services .service-box:hover .icon {
  background: #fff;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgb(52 152 219 / 0.7);
  }
  100% {
    transform: scale(1);
  }
}
.blue-background {
  color: #030303;
  border-radius: 5px;
  background-color: #bbd8eb;
  animation: pulse 1s infinite;
  transition: background-color 0.5s ease;
}
.blue-background:hover {
  background-color: #2980b9;
  animation: none;
}
.white-link {
  color: #000;
  text-decoration: underline;
}
.tagline {
  font-family: Nunito, sans-serif ;
  color: white;
}
.inside-tagline {
  font-size: 22px;
  animation: blink 1s infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.global_SEO_container {
  .info-box {
    color: #444;
    background: #fafbff;
    padding: 30px;
  }
  .card-body p {
    margin-bottom: 0;
  }
  .card .card-img-top {
    height: 100px;
    width: 350px;
    object-fit: cover;
  }
  .cardcolor{
    background-color: #164bf8;
  }
  .info-box h3 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
    margin: 20px 0 10px;
  }
}
#howItWorksButton {
  background: #4154f1;
  width: 150px;
  margin-right: 12px;
  color: #fff;
  margin-left: 26px;
}
.howitworksbutton {
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.howitworksbutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.howitworksbutton span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.howitworksbutton:hover span {
  padding-right: 25px;
}
.howitworksbutton:hover span:after {
  opacity: 1;
  right: 0;
  @media (max-width: 767px) {
    #instructionsContainer {
      flex-direction: column;
    }
  }
  .instructions-container {
    margin-bottom: 20px;
  }
  .navbar-custom .custom-active,
  .navbar-custom .custom-active:hover {
    color: #4180f7;
  }
}
.smaller-logo {
  max-width: 250px;
}
.social-links .social-icon {
  font-size: 24px;
  color: #555;
}
.footer .footer-top {
  border-top: 1px solid #ddd;
  background: url(../img/footer-bg.png);
  background-size: cover;
  background-position: center center;
}
.footer-links .footer-link {
  font-size: 18px;
}
.contact-heading {
  text-align: center;
  padding-bottom: 30px;
}
.loading,
.sent-message {
  display: none;
}
.info-box {
  height: 100%;
}
.info-box i {
  font-size: 36px;
  color: #007bff;
}
.info-box h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.info-box p {
  font-size: 16px;
}
.inside-tagline2 {
  font-size: 20px;
  animation: blink 2s infinite;
}
.values .home_image {
  max-width: 100%;
  height: 100%;
}

.header-section {
  background-color: #fff;
  padding: 20px;
  text-align: left;
}
.header-section h3 {
  font-size: 24px;
  font-weight: 700;
  color: #164bf8;
  border: 2px #164bf8 solid;
  border-radius: 10px;
}
.header-section h5 {
  font-size: 16px;
  color: #012970;
}
.header-section ol {
  margin-top: 10px;
}
.header-section ol li {
  font-size: 16px;
  color: #012970;
  margin-bottom: 5px;
}
.header-section h6 {
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 576px) {
    .heading {
        font-size: 20px; /* Further adjust font size for smaller screens */
    }
    .ml{
      margin-left: 0%!important;
  }
}
.info-box {
  margin: 0 2% 2% 2%;
  float: left;
  width: 100%;
  height: 100%;
}
.para {
  text-align: justify;
  font-size: 95%;
}

.section-aboutus {
  text-align: center;
}

.inside-tagline2 {
  font-size: 20px;
  animation: blink 2s infinite;
}
.values .box {
  padding: 30px;
  box-shadow: 0 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}
.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);

}
.values .box h3 {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
  font-family: Nunito, sans-serif;
}
.values .box:hover {
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
}
.values .box:hover img {
  transform: scale(1);
}

.input_box_funtionality {
  width: 10%;
  float: right;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .input_box_funtionality {
    margin-top: -34%;
    margin-right: 19%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .input_box_funtionality {
    margin-top: -37%;
    margin-right: 20%;
  }
}
@media screen and (min-width: 992px) {
  .input_box_funtionality {
    margin-top: -21%;
    margin-right: 26%;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

.tablefont {
  color: #012970;
}
.compact-height-table th, .compact-height-table td{
  font-size: 9px;
  padding: 1px !important;
  line-height: 1.1;
  color: #012970;
  
  }
  .compact-height-table input.form-control{
  font-size: 11px;
  text-align: center; 
  height: auto;
  padding: 1px!important;
  }
  .info-section {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

.home-info-box {
    width: 500px;
    margin: 10px;
    border: 1px solid #093279;
    border-radius: 20px;
    padding: 14px;
    background-color: #FAFBFF;
  font-family: Nunito, sans-serif;
}

.custom-cost-estimation-title,
.partnership-benefits-title,
      .detailed-analytics-title,
      .dedicated-support-title {
        font-size: 22px;
        font-weight: 600;
        color: #012970;
        text-align: center;
}

.custom-cost-estimation-subtitle,
      .partnership-benefits-subtitle,
      .detailed-analytics-subtitle,
      .dedicated-support-subtitle {
    font-size: 18px;
    color: #000;
}

.custom-cost-estimation-list,
      .partnership-benefits-list,
      .detailed-analytics-list,
      .dedicated-support-list {
    list-style: disc;
}

.custom-cost-estimation-list li,
      .partnership-benefits-list li,
      .detailed-analytics-list li,
      .dedicated-support-list li {
    font-size: 14px;
    color: #000;
    margin: 4px;
}
.welcome-section {
    padding: 40px 20px;
    background-color: #e9f4ff;
    border-bottom: 1px solid #ddd;
}

.welcome-message {
    padding: 20px;
    text-align: left;
}

.welcome-message p {
    font-size: 1.2em;
    color: #666;
    line-height: 1.6;
}

.welcome-image-container {
    text-align: right;
    padding: 20px;
}

.welcome-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.partner{
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 40px 20px;
  background-color: #e9f4ff;
  border-bottom: 1px solid #ddd;  
}
.partner h3{
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  border: 2px #012970 solid;
  border-radius: 10px;
}
.corppp {
  max-width: 1200px;
  margin: 0 auto;
}

.info-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-info-box {
  flex: 1 1 calc(25% - 20px);
  margin: 10px;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.home-info-box img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.home-info-box .title, .home-info-box .subtitle {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.home-info-box ul {
  list-style-type: none;
  padding: 0;
}

.home-info-box ul li {
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .home-info-box {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .home-info-box {
    flex: 1 1 100%;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  .navbar ul {
    justify-content: space-between;
    margin-right: 4.7rem;
    align-items: center;
  }

  .navbar ul li {
    flex: 1;  
    text-align: center;
    margin: 0 1px;
  }

  .navbar a,.navbar a:focus {
    padding: 5px;
    font-size: 14px;
  }
}
@media (width: 1024px) and (height: 1366px) {
  .mobile-nav-toggle {
    display: block;
  }

}

@media (width:1024px) {
  .coem ul{
  margin-right: 110px;
} 
}
@media (width:1440PX) {
  .coem ul{
  margin-right: 150px;
} 
}
.coem{
  margin-right: 66px;
}




.fixed-top-container {
  position: fixed;
  top: 4.4%;
  background-color: white;
  z-index: 800;
}
.header_section{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.refresh-button{
  font-size: 12px; 
  height: 30.81px; 
  width: 80.13px;
  padding: 0;
  padding-top: 5px;
}
.button-box{
  display: flex;
  justify-content: flex-end;
}

.border-box{
  border: 1px rgba(0, 0, 0, 0.5) solid;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
  border-radius: 0.25rem;
}

  
  .content-border{
    border-top: 1px rgba(0, 0, 0, 0.5) solid;
    border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  }
  
  .table-border{
    border-right: 1px rgba(0, 0, 0, 0.5) solid;
    border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
  }
  
  
  @media (max-width:768px){
    .button-box{
      justify-content: space-evenly;
    }
    .table-border{
      border: none;
    }
  }
  @media (max-width:430px){
    .button-box{
      display: flex;
      flex-direction: column;
      justify-content:space-evenly;
      align-items: center;
    }
    .header_section{
      display: flex;
      flex-direction: row;
      margin-top: 0%;
      align-items: stretch;
      flex-wrap: wrap;
      height: auto;
      margin-left: 2px;
    }
    .back-button{
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: center;
    }
    .refresh-button{
      font-size: 11px;
      height: 28px;
      margin-bottom: 2px;
    }
    .submit_button{
      font-size: 9px;
      width: 81px;
      height: 28px;
    }
    .content-border{
      border-top: none;
      border-bottom: none;
    }
    .hero h1{
      font-size: 12px!important;
    }
  }

  @media (max-width:350px) {
    .button-box .col-4{
      width: 76.33%;
    }
    
  }

  @media (width:390px) {
    .refresh-button{
      margin-bottom: 2px;
    }
  }

  @media (width:360px) {
    .button-box .col-4{
      width: 76.33%;
    }
  }

  @media (width:820px) {
    .button-box .col-4{
      width: 76.33%;
    }
  }

  @media (width:912px) {
    .button-box .col-4{
      width: 75.33%;
    }
  }

  @media (width:540px) {
    .button-box{
      display: flex;
      flex-direction: column;
      justify-content:space-evenly;
      align-items: center;
    }
    .refresh-button{
      margin-bottom: 2px;
    }
  }

  @media (width:853px) {
    .button-box .col-4{
      width: 76.33%;
    }
  }
  .spp {
    color: white;
    text-align: center;
    margin-bottom: 18px;
    font-size: 25px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;

}
.alex-img-top {
  height: 150px; 
  object-fit: contain;
  width: 150px;
}

.alex {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
  align-items: center;
}

.alex-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


/* FOR CALCULATOR ALLIGNMENT (AT START POSITION) */

.table-header-with-icon {
  position: relative;
  text-align: center;
}

.table-header-with-icon .icon-link {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.scrollable-dropdown {
  max-height: 200px; /* Set the maximum height */
  overflow-y: auto; /* Enable vertical scrolling */
}
.height_380{
  padding-top: 70px;
  overflow-y: auto;
  height: 410px;
}
.dark-line{
  position: relative;
  top: 17rem;
}
.searches{
  background: #164bf8 !important;
  border: 2px solid #164bf8;
  border-radius: 6px;
  padding: 10px 10px 25px 10px;
}
@media (max-width:425px) {
  .dark-line{
    display: none;
  }
  .searches{
    margin: 0px;
    gap: 6px;
  }
  
}
@media (width:768px){
  #jscad{
    margin-top: 86px;
  }
}
@media(width:768px){
  .height_14{
    height:14rem;
    margin-top:78px;
  }
}

#numberOfTeethRow {
  display: none;
}

.theme-bg-dark {
  background: #164bf8 !important;
}


.headings{
  background: #164bf8 !important;
  text-align: center;
  border: 2px solid #164bf8;
}
.head{
  color: #fff;
}
@media (min-width:1024px) {
  .PBA{
      margin-left: 53%;
  }
  .lms{
    height: 41rem;
  }
}
.ai_bg_color{
  background-color: #0098ac;
  color:#fff;
  border:none;
  border-radius:4px;
}
.ai_logo_size{
  height: 35px;
  width: 40px;
}
.ai_container{
  padding: 0% 2% 0% 2%;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .ai_bg_color{
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .ai_container{
    margin-top: 0;
    padding: 0% 6% 0% 6%;
  }
  .ai_bg_color{
    font-size: 9px;
  }
  .title_size{
    font-size: 15px;
  }
}
.choose-file-button{
    font-size: 12px;
}
.file-name-display{
    font-size: 13px;
}
.ai_message{
    font-size: 12px;
    max-width: 72%;
}
.ai_bg_color{
    font-size: 13px;
}
.file-upload-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px;
}
.hidden-file-input {
    display: none;
}
.choose-file-button {
    background-color: #ebead9;
    border: 1px solid #ced4da;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}
.file-name-display {
    color: #495057;
    font-weight: 500;
}
.fsize{
    font-size: 14px;
}
@media (max-width: 480px) {
    .col-xs-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xs-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .choose-file-button{
        font-size: 9px !important;
    }
    .file-name-display{
        font-size: 10px !important;
    }
    .ai_message{
        font-size: 8px !important;
    }
    .ai_bg_color{
        font-size: 9px !important;
    }
    .choose-file-button {
        padding: 0px 5px 0px 0px !important;
    }
    .mx-2 {
        margin-left: 2px !important;
    }
}
#paginationControls {
    white-space: nowrap;
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 10px;
}
.button_space{
    margin-top: 2%;
}
@media (max-width:480px) {
    #paginationControls{
        display: block !important;
        text-align: center;
    }
    .page-btn {
        font-size: 12px;
        padding: 5px 10px;
    }
    .supplier-card {
        width: 50%;
        margin: 0px;
        font-size: 14px;
    }
    .page-btn {
        font-size: 12px;
        padding: 5px 10px;
    }
    .estimate_get_quote {
        font-size: 13px;
    }
    .know_more {
        font-size: 13px;
    }
}
@media (min-width: 481px) {
    .page-btn {
        font-size: 14px;
        padding: 8px 15px;
    }
}
@media (max-width: 372px) {
    .alex-img-top {
        height: 90px;
        object-fit: contain;
        width: 110px;
    }
}
.nav-linkabout{
  color: #02296f;
}
.nav-linkabout:hover {
    color: #717ff5;
}
ul.nav-services {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.nav-services li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
}
ul.nav-services li::before {
    content: "➔";
    margin-right: 0.5em;
    color: #464E5B;
    font-size: 1em;
}
ul.nav-services li a.nav-link {
    display: inline;
    font-weight: bold;
}
.contact-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .contact-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-footer span + span {
    margin-top: 0.5rem;
  }
  .fsize{
    font-size: 12px;
  }
}
@media (max-width: 426px) {
  #sup_table{
    font-size: 11px;
  }
  .smaller-logo {
    max-width: 150px;
  }
  .estimatebtn{
    font-size: 9px;
  }
}
.inputtablecss{
  height: 400px;
  margin-top: 10%;
}
.tonnagecss{
  font-size: 11px;
}
.materialinputcss{
  font-size: 11px;
}
.materialinputcss thead th{
  font-size: 9px !important;
}
.country_btn{
    background-color: #EAEAF0;
    color: #012970;
    font-size: 12px; 
    border-radius: 6px; 
    padding: 2px 8px;
}
.country_btn_selected{
    color: #EAEAF0;
    background-color: #012970;
    font-size: 12px; 
    border-radius: 6px; 
    padding: 2px 8px;
}
.tabborder{
  border-right: 1px solid black;
}
.countmargtop{
  margin-top: 1%!important;
}
@media (min-width: 1281px) {
  .countmargtop{
    margin-top: 1% !important;
  }
  .materialinputcss thead th{
    font-size: 12px !important;
  }
 .compact-height-table th, .compact-height-table td{
  font-size: 10px;
  }
}
@media (max-width:1281px) {
  th.responsive-dim {
    font-size: 9px !important;
  }
  .colwidth{
    width: 80px !important;
  }
}