img {
  max-width: 100%;
}



* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
  overflow: auto;
}

li {
  list-style: none;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.container {
  display: block;
  width: 1260px;
  margin: 0 auto;
}

.top-hed1 {
  float: left;
  padding: 15px 0px;
  width: 100%;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);

  position: fixed;
  z-index: 9;
}

body {
  background-color: #fff !important;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
  color: #384047;
  font-weight: normal;
  font-kerning: auto;
  overflow-x: hidden;
}

body {
  margin: 0;
}




.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-1 {
  float: left;
  width: 8.33333333%;
}

.col-md-2 {
  float: left;
  width: 16.66666667%;
}

.col-md-3 {
  float: left;
  width: 25%;
}

.col-md-4 {
  float: left;
  width: 33.33333333%;
}

.col-md-5 {
  float: left;
  width: 41.66666667%;
}

.col-md-6 {
  float: left;
  width: 50%;
}

.col-md-7 {
  float: left;
  width: 58.33333333%;
}

.col-md-8 {
  float: left;
  width: 66.66666667%;
}

.col-md-9 {
  float: left;
  width: 75%;
}

.col-md-10 {
  float: left;
  width: 83.33333333%;
}

.col-md-11 {
  float: left;
  width: 91.66666667%;
}

.col-md-12 {
  float: left;
  width: 100%;
}


.home_container {
  max-width: 1260px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}



/* breadcrumb */

.breadcrumb {
  padding: 20px 15px;
  float: left;
  width: 100%;
  margin-top: 75px;
}

.breadcrumb-links {
  float: left;
  width: 100%;
  line-height: 0px;
}

.breadcrumb-links li {
  list-style: none;
  display: inline-block;
}



.breadcrumb-box {
  float: left;
  width: 100%;
  display: flex;
  text-decoration: none;
}

.breadcrumb-link {
  color: #9ca3af;
}

.breadcrumb-box:hover>*:not(.breadcrumb-icon) {
  color: #1A73E8;
}

.breadcrumb-icon,
.breadcrumb-icon-home {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  color: #222;
  position: relative;
  left: 6px;
}


.breadcrumb-text {
  margin-left: 1rem;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}

.last_br .breadcrumb-text {
  color: rgba(0, 0, 0, 0.50);
}


/* breadcrumb */





/* More specific override */
body .tnp-subscription input.tnp-submit,
body .tnp-profile input.tnp-submit,
body .tnp-unsubscribe button.tnp-submit,
body .tnp-reactivate button.tnp-submit {
    background-color: #1a73e8 !important; /* your custom color */
    color: #fff !important;
    border-radius: 4px;
    font-weight: bold;
    display: block !important;
}
