/*
  Theme Name: TDG Training Portal
  
 */

 * {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

.clear {
  clear: both;
}

body {
  color: #555;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

p {
  color: #555;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 23px;
 
}

/* ----- header------- */

.header {
  width: 100%;
  background: #121922;
  padding: 17px 0;
  border-bottom: 10px solid;
  border-image: linear-gradient(
      45deg,
      rgb(16, 29, 38),
      rgb(70, 168, 57),
      rgb(37, 139, 187)
    )
    1;
  position: relative;
  z-index: 9;
}

.header_wrapper {
  width: 94%;
  margin: 0 auto;
}

.header_mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_mid_l {
  font-size: 12px;
  font-weight: 500;
}

.header_mid_l a {
  color: #fff;
}

.phone {
   color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  border-right: 1px solid #fff;
  padding: 4px 9px 4px 33px;
  background: url(images/phone-new.png) no-repeat left center;
    background-size: auto;
  background-size: 20px;
	margin-right: 10px;
}

.email {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  padding: 4px 10px 4px 28px;
  background: url(images/mail.png) no-repeat left center;
    background-size: auto;
  background-size: 20px;
}

/* ----- header------- */

/* ----- container_sec------- */

.container_sec {
  width: 100%;
}

.container_sec_wrapper {
  width: 100%;
}

.container_sec_mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content {
  padding-left: 10%;
  width: 100%;
}

.banner_sec {
 background: #0f1927;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100vh;
}

.banner_sec_l {
  width: 34%;
}
.banner_img {
 width: 65%;
  margin-left: 90px;
  margin-top: -150px;
  display: flex;
  align-items: end;
}

.left-side {
width: 15%;
  height: 100vh;
  background: #f4f4f4;
  float: left;
  position: sticky;
  top: 0;
}
.banner-buttons a {
   background: #2FA1DB;
  color: #fff;
  font-size: 14px;
  padding: 13px 0;
  border-radius: 8px;
  margin-right: 20px;
  width: 160px !important;
  float: left;
  text-align: center;
}
.banner_sec_l h1 {
  color: #fff;
  font-size: 35px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}

.banner_sec_l p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 41px;
}

.left-side-inner {
  padding: 0px 30px;
}
.banner_sec_wrap {
  display: flex;
  margin: 0 auto;
  width: 85%;
  align-content: space-between;
}

.section {
  height: 250px;
  background: #bbb;
  text-align: center;
  padding: 20px 0;
}
.main-section {
  width: 100%;
  margin: 0px auto;
  clear: both;
}
.main-section:before,
.main-section:after {
  content: "";
  display: table;
  clear: both;
}

.logo {
 margin-top: 50px;
 margin-bottom: 50px;}

.top_nav {
  width: 100%;
}

.top_nav ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  list-style: none;
  position: relative;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
	border-radius: 10px;
}

.top_nav ul li a {
 display: flex;
  color: #0f1927;
  padding:10px 7px 10px 38px;
  align-items: center;
  font-weight: 500;
}

.top_nav ul li a img {
  margin-right: 17px;
}

.top_nav ul li a:hover {
  color: #fff;
  border-radius: 10px;
}

.home_icon {
  background: url("https://portal.tdgenvironmental.com/wp-content/uploads/2023/12/home-icon.svg") no-repeat 5px 12px #f4f4f4;
  height: auto;
}

.home_icon:hover {
  background: url(images/home-white.svg) no-repeat 5px 12px #009bd4;
  height: auto;
}

.training_icon {
  background: url(images/training.svg) no-repeat 5px 12px #f4f4f4;
  height: auto;
}

.training_icon:hover {
  background: url(images/training-white.svg) no-repeat 5px 12px #009bd4;
  height: auto;
}

.forms_icon {
  background: url(images/form.svg) no-repeat 5px 12px #f4f4f4;
  height: auto;
}

.forms_icon:hover {
  background: url(images/form-white.svg) no-repeat 5px 12px #009bd4;
  height: auto;
}

.email_icon {
  background: url(images/mail.svg) no-repeat 5px 9px #f4f4f4;
  height: auto;
}

.email_icon:hover {
  background: url(images/mail-white.svg) no-repeat 5px 9px #009bd4;
  height: auto;
}

.right-side {
  width: 85%;
  vertical-align: top;
  float: right;
}

.box {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.box span:nth-child(2) {
  animation-delay: -0.2s;
}

.box span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

.content_sec {
  padding: 70px;
}

.box_sec_main {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.box_sec {
  flex: 2 2 21%;
	max-width: 22.8%;
  margin: 15px;
  border: 2px solid #f1f0f2;
}

.box_sec_img {
  background: #d5ecf8;
  padding: 20px 30px;
}

.box_sec_inner {
  padding: 20px;
}

.box_sec_inner h3 {
  color: #0f1927;
  font-size: 18px;
	font-weight:600;
	margin-bottom: 11px;
}

.box_sec_inner p {
  font-size: 14px;
	min-height: 56px;
}

.box_sec_inner_btns {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 15px;
}

.view_btn::after {
  background: url("https://portal.tdgenvironmental.com/wp-content/uploads/2024/02/arrow.png") no-repeat right center;
  position: absolute;
  width: 35px;
  height: 14px;
  content: "";
  right: 0;
  top: 14px;
	background-size: contain;
}

.view_btn {
  background: #009bd4;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  padding: 12px 30px;
  width: 60%;
  position: relative;
  transition: 0.5s;
}

.view_btn:hover {
  transform: translate(5px, 0px);
}

.question_btn img {
  width: 16px;
}

.forms_sec h2 {
  padding: 12px;
  font-size: 29px;
  color: #0f1927;
  font-weight: 600;
  margin-bottom: 20px;
}

.copyright_sec {

  position: absolute;
  bottom: 10%;
  width: 140px;
  font-size: 14px !important;
  color: #989898;
  line-height: 20px;
}

.banner_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
	display: block;
}

.box_sec_img img {
 width: 100%;
height: auto;
max-width: 100%;
}

.responsive_sec {
  display: none;
}

/* ----- container_sec------- */

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: 0.9em;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  font-family: Helvetica, sans-serif;
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

/* START TOOLTIP STYLES */

.post-password-form {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 50px;
}
.post-password-form p {
  color: #000;
margin-bottom: 28px;
}
.post-password-form input {
  padding: 11px 39px;
  border-radius: 0;
  border: 1px solid #f1f1f1;
}
.post-password-form input[type="submit"] {
  background: #009bd4;
  border-color: #009bd4;
  border: 1px solid #009bd4;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 9px 31px;
	cursor:pointer;
	margin-left: 8px;
}
.post-password-form input[type="submit"]:hover {
  background: #000;
  border-color: #000;
}
.logo img {
  width: 115px;
	height:auto;
}

.header_mid_r a:last-child {
  border: none;
}
.banner_sec.aus-banner {
  background: #0f1927;
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 10px solid;
  border-image: linear-gradient( 45deg, rgb(16, 29, 38), rgb(70, 168, 57), rgb(37, 139, 187) ) 1;
  height: unset;
}
.banner_sec_l.aus_sec_l {
  padding: 0px 160px;
  width: 50%;
}
.banner_sec.aus-banner .banner_img {
  margin-left: 0;
  width: 75%;
  margin: 0;

}
.banner_sec_l.aus_sec_l h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}


/* ----- map_sec------- */

.map_sec {
 margin: 40px auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.territory:hover {
  fill: #2fa1db;
}

svg path:hover,
.map_link:hover path {
  fill: #323b47;
}

svg path.active {
  fill: #323b47;
}

svg path {
  fill: #323b47;
}

.map__marker-info-main p a {
  color: #555;
}

.new_sec {
  position: absolute;
  bottom: -120px;
  right: 0;
}

.aus_sec svg {
  width: 530px;
}

.new_sec svg {
  width: 265px;
}

/* ----- map_sec------- */

.text-center {
  text-align: center;
}

.subline {
  color: #768191;
  font-weight: normal;
}

.align {
  display: grid;
  place-items: center;
}

.grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  width: 90%;
}

.map {
  margin-top: 3em;
  position: relative;
}

.map__markers {
  list-style: none;
  margin: 0;
  padding: 0;
}

.map__marker {
  position: absolute;
}

.map__marker:after {
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: pop;
  border-radius: 50%;
  border: 1px solid #2fa1db;
  content: "";
  height: 2em;
  left: 0;
  margin: -0.5em 0 0 -0.5em;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2em;
}

.map__marker:hover .map__marker-info {
  display: block;
}

.map__marker > a {
  background-color: #0095d8;
  border-radius: 50%;
  height: 11px;
  display: block;
  text-indent: -9999px;
  width: 11px;
}

.map__marker--whangarei {
  left: 33%;
  top: 24px;
  display: flex;
}

.map__marker--auckland {
  left: 35%;
  top: 50px;
  display: flex;
}

.map__marker--wellington {
  right: -3%;
  top: 174px;
  display: flex;
}

.map__marker--wellington span {
  padding-left: 16px;
}

.map__marker--blenheim {
  right: 10%;
  top: 190px;
  display: flex;
}

.map__marker--blenheim span {
  padding-left: 16px;
}

.map__marker--ipswich {
  right: 12%;
  top: 246px;
  display: flex;
}

.aus_sec .map__marker > span {
 color: #fff;
  text-transform: capitalize;
  position: relative;
  left: -10px;
  top: -2px;
  font-size: 11px;
}

.map__marker--brisbane {
  right: -1.5%;
  top: 244px;
  display: flex;
}

.map__marker--brisbane span {
  padding-left: 17px;
}

.map__marker--gold_coast {
  right: -4%;
  top: 255px;
  display: flex;
}

.map__marker--gold_coast span {
  padding-left: 17px;
}

.map__marker--wyong {
  right: 1%;
  top: 315px;
  display: flex;
}

.map__marker--wyong span {
  padding-left: 17px;
}

.map__marker--wetherill_park {
  right: 1%;
  top: 343px;
  display: flex;
}

.map__marker--wetherill_park span {
  padding-left: 17px;
}

.map__marker--unanderra {
  right: 4%;
  top: 370px;
  display: flex;
}

.map__marker--unanderra span {
  padding-left: 17px;
}

.map__marker--bendigo {
  right: 19%;
  top: 392px;
  display: flex;
}

.map__marker--bendigo span {
  padding-left: 17px;
}

.map__marker--truganina {
  right: 15%;
  top: 400px;
  display: flex;
}

.map__marker--truganina span {
  padding-left: 17px;
}

.map__marker--dandenong {
  right: 12%;
  top: 415px;
  display: flex;
}

.map__marker--dandenong span {
  padding-left: 17px;
}

.map__marker--geelong {
  right: 30%;
  top: 420px;
  display: flex;
}

.map__marker--ballarat {
  right: 31%;
  top: 405px;
  display: flex;
}

.map__marker--lonsdale {
  right: 41%;
  top: 364px;
  display: flex;
}

.map__marker-info {
  display: none;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -2em);
  width: 14em;
  z-index: 999;
}

.map__marker-info-header {
  background-color: #0095d8;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  color: #fff;
  padding: 7px 8px 5px;
  font-size: 11px;
}

.map__marker-info-main {
  background-color: #fff;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  color: #7e7e7e;
  padding: 8px;
}

.map__marker-info h2 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 16px;
}

.map__marker-info-inner {
  border-radius: 0.5em;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
}

.map__marker-info-inner:after {
  border-left: 0.75em solid transparent;
  border-right: 0.75em solid transparent;
  border-top: 1em solid #fff;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.animate {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes bounce-in {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.animate--bounce-in {
  animation-duration: 0.75s;
  animation-name: bounce-in;
}

.map__marker > span {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  left: -7px;
  top: -2px;
  font-size: 11px;
}

.map__marker-info-main p {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
}

.aus_sec .ws {
  font-size: 5px;
  fill: #fff;
  text-transform: uppercase;
  stroke: none;
  position: fixed;
  -webkit-transform: translate(13%, 44%);
  transform: translate(13%, 44%);
}

.aus_sec .nt {
  translate: 46% 28%;
  font-size: 5px;
  fill: #fff;
  text-transform: uppercase;
  stroke: none;
  word-wrap: break-word;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  position: fixed;
}

.aus_sec .nt2 {
  translate: 46% 31%;
  font-size: 5px;
  fill: #fff;
  text-transform: uppercase;
  stroke: none;
  word-wrap: break-word;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  position: fixed;
}

.aus_sec .st {
  translate: 46% 51%;
  font-size: 5px;
  fill: #fff;
  text-transform: uppercase;
  stroke: none;
  -webkit-transform: translate(-1%, -1%);
  transform: translate(-1%, -1%);
  position: fixed;
}

.aus_sec .qs {
  translate: 71% 30%;
  font-size: 5px;
  fill: #fff;
  text-transform: uppercase;
  stroke: none;
  -webkit-transform: translate(1%, 6%);
  transform: translate(1%, 6%);
  position: fixed;
}

.aus_sec .nsw {
  translate: 74% 59%;
  font-size: 5px;
  fill: #fff;
  text-transform: uppercase;
  stroke: none;
  -webkit-transform: translate(-2%, -2%);
  transform: translate(-2%, -2%);
  position: fixed;
}

.aus_sec .vc {
  translate: 71% 69%;
  font-size: 5px;
  fill: #fff;
  text-transform: uppercase;
  stroke: none;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  position: fixed;
}

.aus_sec .ta {
  translate: 78% 87%;
  font-size: 5px;
  fill: #fff;
  text-transform: uppercase;
  stroke: none;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  position: fixed;
}

.map_main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map_text {
  width: 25%;
  padding: 0 7%;
}

.map_link {
  stroke: #fff;
  stroke-width: 0.5;
}

.territory1 {
  stroke-dasharray: 0.1;
  stroke: #323b47;
}

.territory6 {
  stroke-dasharray:0 125, 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5, 270;
}

.territory6 text {
  stroke: none;
}

.territory6a {
  stroke: none;
}

.territory3 {
  stroke: none;
}

.territory4 {
  stroke-dasharray:29.5 5, 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 55 5 5 5 5 5 5 5 5 5 5, 0;
}

.territory2 {
  stroke: none;
}

.territory5 {
  stroke-dasharray:0 125, 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5, 270;
}

.territory7 {
  stroke: none;
}


.map_main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map_text {
  width: 25%;
  padding: 0 7%;
}
.banner_sec_l.aus_sec_l p
{
	color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.page-title {
  color: #0F1927;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
	margin-left: 14px;
}
.map__marker-info-inner::after {
  border-left: 0.75em solid transparent;
  border-right: 0.75em solid transparent;
  border-top: 1em solid #0095d8;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.map__marker-info-main {
  background-color: #0095d8;
  border-radius: 0.5em;
  padding: 10px;
  text-align: center;
}

.map__marker-info-main p {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}

.map__marker-info-header {
  display: none;
}
.map__marker.map__marker--brisbane .map__marker-info {
  transform: translate(-64.5%, -51%);
 
}
.map__marker.map__marker--ipswich .map__marker-info {
  transform: translate(-40%, -51%);
}
.map__marker.map__marker--gold_coast .map__marker-info {
  transform: translate(-67%, -68%);
}
.map__marker.map__marker--wyong .map__marker-info {
  transform: translate(-63%, -68%);
}
.map__marker.map__marker--wetherill_park .map__marker-info {
  transform: translate(-71%, -68%);
}
.map__marker.map__marker--unanderra .map__marker-info {
  transform: translate(-67%, -68%);
}
.map__marker.map__marker--bendigo .map__marker-info {
  transform: translate(-65%, -50%);
}
.map__marker.map__marker--truganina .map__marker-info {
  transform: translate(-66%, -50%);
}
.map__marker.map__marker--dandenong .map__marker-info {
  transform: translate(-69%, -50%);
}
.map__marker.map__marker--geelong .map__marker-info {
  transform: translate(-40%, -67%);
}
.map__marker.map__marker--ballarat .map__marker-info {
  transform: translate(-41%, -67%);
}
.map__marker.map__marker--lonsdale .map__marker-info {
  transform: translate(-39%, -47%);
}
.map__marker.map__marker--whangarei .map__marker-info {
  transform: translate(-34%, -47%);
}
.map__marker.map__marker--auckland .map__marker-info {
  transform: translate(-36%, -67%);
}
.map__marker.map__marker--wellington .map__marker-info {
  transform: translate(-71%, -51%);
}
.map__marker.map__marker--blenheim .map__marker-info {
  transform: translate(-67%, -49%);
}
.banner-buttons.m-btns {
  display: none;
}
.header_mid_r {
   display: flex;
  align-items: center;
  justify-content: space-between;
 
}

/** mobile-menu**/

.mobile-menu .rmp-container ul li a {
  overflow: unset !important;
  height: auto !important;
	line-height: 27px !important;
}
.top_nav ul li.lock-menu a::after {
  content: "";
  position: absolute;
  background: url(https://portal.tdgenvironmental.com/wp-content/uploads/2023/12/Icon-material-lock-outline.svg) no-repeat;
  width: 20px;
  height: 20px;
  translate: 70px 50%;
}

.aus-img-res {
  display: none;
}
.banner_img_nez_sec {
  position: relative;
  bottom: -60px;
}

.banner_img_nez_sec img {
  width: 90%;
}
.page-template-inst-videos .box_sec_img, .page-template-inst-videos-newz .box_sec_img {
  background: #f4fdf6;
}
.banner-buttons.d-button a {
  width: 100% !important;
  display: block;
  float: left;
  margin-top: 13px;
}
.page-template-tdg-forms-aus .box_sec_inner h3 {
  min-height: 45px;
}
.cmng-soon {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.page-template-tdg-accessor-aus .page-title, .page-template-tdg-trainer-and-assessor-newz .page-title {
  text-align: center;
}
.page-template-tdg-forms-newz .box_sec_inner h3 {
  min-height: 47px;
}
.breadcrumb-container.theme1 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.breadcrumb-container.theme1 {
  margin-bottom: 15px;
}
.tite-sec .back-button {
text-transform: capitalize;
  color: #009bd4;
  display: block;
  height: auto;
  font-size: 17px;
  border-radius: 10px;
  text-decoration: underline;
}
.tite-sec {
display: flex;
  justify-content: space-between;
}

.page-template-hseq-aus .box_sec_inner h3, .page-template-hseq-nz .box_sec_inner h3 {
  min-height: 69px;
}