/* CSS Document */

@font-face {
  font-family: 'HelveticaNeueBold';
  src: url('../fonts/HelveticaNeueBold.woff2') format('woff2'), url('../fonts/HelveticaNeueBold.woff') format('woff'), url('../fonts/HelveticaNeueBold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akkurat-Bold';
  src: url('../fonts/Akkurat-Bold.woff2') format('woff2'), url('../fonts/Akkurat-Bold.woff') format('woff'), url('../fonts/Akkurat-Bold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TelstraDisplay-Bold';
  src: url('../fonts/TelstraDisplay-Bold.woff2') format('woff2'), url('../fonts/TelstraDisplay-Bold.woff') format('woff'), url('../fonts/TelstraDisplay-Bold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TelstraText-Regular';
  src: url('../fonts/TelstraText-Regular.woff2') format('woff2'), url('../fonts/TelstraText-Regular.woff') format('woff'), url('../fonts/TelstraText-Regular.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TelstraText-Bold';
  src: url('../fonts/TelstraText-Bold.woff2') format('woff2'), url('../fonts/TelstraText-Bold.woff') format('woff'), url('../fonts/TelstraText-Bold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TelstraText-Medium';
  src: url('../fonts/TelstraText-Medium.woff2') format('woff2'), url('../fonts/TelstraText-Medium.woff') format('woff'), url('../fonts/TelstraText-Medium.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#wpadminbar {
  position: fixed;
  top: 0 !important;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* HTML5 display definitions ========================================================================== */

/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/** Add the correct display in IE 9-. */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/** Add the correct display in iOS 4-7. */

audio:not([controls]) {
  display: none;
  height: 0;
}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */

progress {
  vertical-align: baseline;
}

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */

template,
[hidden] {
  display: none;
}

/* Links ========================================================================== */

/** Remove the gray background on active links in IE 10. */

a {
  background-color: transparent;
}

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */

a {
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
}

a:active,
a:hover {
  outline-width: 0;
  text-decoration: none;
  outline: none;
}

/* Text-level semantics ========================================================================== */

/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */

b,
strong {
  font-weight: inherit;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */

b,
strong {
  font-weight: bold;
}

/** Add the correct font style in Android 4.3-. */

dfn {
  font-style: italic;
}

/** Add the correct background and color in IE 9-. */

mark {
  background-color: #ff0;
  color: #000;
}

/** Add the correct font size in all browsers. */

small {
  font-size: 80%;
}

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */

/** Remove the border on images inside links in IE 10-. */

img {
  border-style: none;
}

/** Hide the overflow in IE. */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content ========================================================================== */

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/** Add the correct margin in IE 8. */

figure {
  margin: 1em 40px;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms ========================================================================== */

/** Change font properties to `inherit` in all browsers (opinionated). */

button,
input,
select,
textarea {
  font: inherit;
}

/** Restore the font weight unset by the previous rule. */

optgroup {
  font-weight: bold;
}

/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */

button,
input,
select {
  /* 2 */
  overflow: visible;
}

/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */

button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */

button,
select {
  /* 1 */
  text-transform: none;
}

/** Change the cursor in all browsers (opinionated). */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}

/** Restore the default cursor to disabled elements unset by the previous rule. */

[disabled] {
  cursor: default;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/** Remove the inner border and padding in Firefox. */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/** Restore the focus styles unset by the previous rule. */

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/** Change the border, margin, and padding in all browsers (opinionated). */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/** Remove the default vertical scrollbar in IE. */

textarea {
  overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/** Correct the odd appearance of search inputs in Chrome and Safari. */

[type='search'] {
  -webkit-appearance: textfield;
}

/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote {
  border-left: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0rem 0rem 0 44px;
  font-size: 20px;
  line-height: 28px;
  color: #001e82;
  position: relative;
  margin: 25px 0px 45px !important;
}

blockquote p {
  font-size: 1.25em;
  line-height: 1.5em;
  color: #001e82 !important;
}

figure.wp-block-embed.is-type-video.is-provider-youtube.aligncenter {
  text-align: center;
}

figure.wp-block-embed.is-type-video.is-provider-youtube.alignwide iframe,
figure.wp-block-embed.is-type-video.is-provider-youtube.alignfull iframe {
  width: 100%;
}

blockquote cite {
  font-style: normal;
  margin-top: 12px !important;
  display: block;
  font-size: 16px;
  line-height: 24px;
}

blockquote:before {
  content: '';
  height: 100%;
  width: 10px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #2a2d80 0%, #00b2ea 100%);
}

blockquote *:last-child {
  margin: 0;
}

form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='url'],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #d1d1d1;
  border-radius: 0.4rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6rem 1rem;
  width: 100%;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
  border: 1px solid #f2a1ad;
  outline: 0;
}

textarea {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}

label,
legend {
  font-size: 16px;
  display: block;
  margin-bottom: 0.5rem;
  color: #302c2e;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline;
}

input[type='submit']:focus {
  outline: none;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(47, 45, 45, 0.7);
}

input::-moz-placeholder,
select::-moz-placeholder {
  color: rgba(47, 45, 45, 0.7);
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(47, 45, 45, 0.7);
}

input:-moz-placeholder,
select:-moz-placeholder {
  color: rgba(47, 45, 45, 0.7);
}

input:focus {
  outline: none;
}

dl,
ol,
ul {
  margin-top: 0;
  padding-left: 0;
}

dl dl ul,
dl ol,
ol dl ul,
ol ol,
ul dl ul,
ul ol {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}

dl {
  list-style: none;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

dt,
dd,
li {
  margin-bottom: 10px;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

hr {
  border-top: 0.1rem solid #4a4d50;
  border-width: 0;
  margin-bottom: 3.5rem;
  margin-top: 3rem;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1rem;
}

input:last-child,
textarea:last-child,
select:last-child,
fieldset:last-child {
  margin-bottom: 0;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1.4rem;
}

pre:last-child,
blockquote:last-child,
dl:last-child,
figure:last-child,
table:last-child,
p:last-child,
ul:last-child,
ol:last-child,
form:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
}

.flex,
.flex-row,
.flex-column,
.flex-start,
.flex-end,
.flex-center,
.flex-stratch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-stratch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .background-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.tacenter {
  text-align: center;
}

.taright {
  text-align: right;
}

.taleft {
  text-align: left;
}

.relative {
  position: relative;
}

body,
html {
  margin: 0px;
  padding: 0px;
  position: relative;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  margin-bottom: 20px;
  color: #001e82;
}

h1 {
  font-size: 32px;
  line-height: 35.2px;
  font-family: 'TelstraDisplay-Bold';
}

h2 {
  font-size: 24px;
  line-height: 26.4px;
  font-family: 'TelstraText-Bold';
}

h3 {
  font-size: 20px;
  line-height: 22px;
  font-family: 'TelstraText-Bold';
}

h4 {
  font-size: 18px;
  line-height: 20px;
  font-family: 'TelstraText-Bold';
}

h5 {
  font-size: 16px;
  line-height: 18px;
  font-family: 'TelstraText-Bold';
}

.page-template-careers a {
  text-decoration: none;
  cursor: pointer;
  color: #001e82;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #151515;
}

a:hover {
  text-decoration: none;
  outline: none;
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  color: #001e82;
}

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

.tbl {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 9;
}

.tbl-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.img-responsive {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}

.paddingtop {
  padding: 100px 0px;
}

.inline__block {
  float: left;
  width: 100%;
  vertical-align: top;
  position: relative;
}

.gfield_label {
  display: none !important;
}

.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select {
  background: #ffffff;
  border: none !important;
  outline: none;
  padding: 15px !important;
  margin-bottom: 0px;
  /* height: 53px; */
  outline: none;
  font-size: 16px !important;
  line-height: 20px;
  color: rgba(47, 45, 45, 0.7);
  border-radius: 8px;
  border: 1px solid #b2e0fd !important;
  /* height: 45px; */
  color: #000 !important;
  font-family: 'TelstraText-Regular';
  font-weight: 400;
}

.gform_wrapper .ginput_container textarea {
  height: 135px;
  margin-top: 0px;
  resize: none;
}

.gform_wrapper .ginput_container select {
  padding-right: 30px !important;
  background-image: url('../images/select-arrow.svg');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 11px;
}

.gform_wrapper .gfield_label {
  display: block !important;
  text-align: left;
  margin-bottom: 0px !important;
  font-size: 16px !important;
  line-height: 24px;
  font-family: 'TelstraText-Regular';
  font-weight: 400 !important;
  color: #000000;
}

.gform_wrapper input[type='submit'] {
  height: 48px;
  background: #0064d2;
  transition: all 0.3s ease;
  font-family: 'TelstraText-Bold';
  font-size: 14px;
  line-height: 20.684px !important;
  padding: 13px 15px !important;
  color: #fff;
  display: inline-block;
  min-width: 150px;
  text-align: center;
  position: relative;
  border-radius: 50px;
  border: none;
  max-width: 162px;
  margin: auto;
  text-transform: capitalize;
}

.gform_wrapper input[type='submit']:hover,
.gform_wrapper input[type='submit']:focus {
  background-color: #001e82;
  border-color: #001e82;
  color: #fff;
  outline: 0;
}

.gform_wrapper .validation_error {
  display: none;
}

.gform_wrapper .validation_message {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-top: 0px;
  color: #f00;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none !important;
  border: none !important;
}

.ie8 * {
  outline: none;
}

img {
  border: none;
}

body {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;
  position: relative;
  background: #fff;
  font-family: 'TelstraText-Regular';
}

body * {
  scroll-margin-top: 80px;
}

html,
body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

/*----- html5 tags ------*/

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

/*----- Wrapper Part ------*/

#wrapper {
  width: 100%;
  height: auto;
}

.large_container {
  max-width: 1410px;
  height: auto;
  display: block;
  margin: 0 auto;
  clear: both;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
}

.container {
  max-width: 1300px;
  height: auto;
  display: block;
  margin: 0 auto;
  clear: both;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
}

section {
  position: relative;
}

/*----- Wrapper Part ------*/

.primary_btn {
  height: 48px;
  background: #0064d2;
  transition: all 0.3s ease;
  font-family: 'TelstraText-Bold';
  font-size: 14px;
  line-height: 20.684px;
  padding: 13px 15px;
  color: #fff;
  display: inline-block;
  min-width: 150px;
  text-align: center;
  position: relative;
  border-radius: 50px;
  border: 1px solid #0064d2;
}

.primary_btn:hover {
  background-color: #001e82;
  color: #fff;
  border-color: #001e82;
}

.border_btn {
  height: 49px;
  border: 2px solid #b71768;
  border-radius: 11px;
  position: relative;
  color: #501c36;
  font-family: 'new-hero', sans-serif;
  min-width: fit-content;
  font-weight: 700;
  font-size: 16px;
  line-height: 49px;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  min-width: 147px;
}

.owl-nav button.disabled {
  opacity: 0.5;
}

.wp-block-columns figure {
  margin: 0;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05);
}

.header_spacer {
  height: 129px;
}

.main_header {
  background-color: #fff;
}

.site_header .top_bar {
  background: linear-gradient(270deg, #2a2d80 0%, #00b2ea 100%);
  padding: 9px 0px;
}

.main_header .header_row .navigation ul .sub-menu {
  position: absolute;
  display: block;
  padding: 24px 24px 24px 26px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #fff;
  width: 288px;
  left: -70px;
  box-shadow: 0px 0px 17px 0px rgba(0, 153, 248, 0.18);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.main_header .header_row .navigation ul li:hover .sub-menu {
  transform: translate(0px, 15px);
  opacity: 1;
  visibility: visible;
}

.main_header .header_row .navigation ul .sub-menu li a {
  line-height: 17px;
  margin-bottom: 13px;
  display: block;
}

.main_header .header_row .navigation ul .sub-menu li a:hover {
  color: #0064d2;
}

.main_header .header_row .navigation ul li:hover a:after {
  transform: rotate(180deg);
}

.main_header .header_row .navigation ul .sub-menu li:last-child a {
  margin-bottom: 0px;
}

.site_header .top_bar .top_header_content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site_header .top_bar .support_block ul {
  display: flex;
  list-style: none;
}

.site_header .top_bar .support_block ul li a {
  color: #fff;
  font-size: 12px;
  line-height: normal;
}

.site_header .top_bar .support_block ul li {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 0px;
}

.navigation > ul > li > a {
  position: relative;
  display: flex;
}

.navigation > ul > li.menu-item-has-children > a:after {
  content: '';
  background: url(../images/header-menu-arrow.svg) no-repeat center/contain;
  width: 10px;
  height: 8px;
  position: relative;
  display: block;
  z-index: 999999;
  right: 0px;
  margin-left: auto;
  top: 7px;
  margin-left: 7px;
  transition: all 0.3s ease;
}

.site_header .top_bar .support_block ul li:last-child {
  padding-right: 0px;
}

.site_header .top_bar .support_block ul li:after {
  content: '';
  width: 1px;
  height: 11px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 7px;
}

.site_header .top_bar .support_block ul li:last-child:after {
  display: none;
}

.site_header .top_bar .visit_block {
  display: flex;
  align-items: center;
}

.site_header .top_bar .visit_block span {
  color: #fff;
  display: flex;
  align-items: center;
  line-height: normal;
  font-size: 12px;
  padding-right: 7px;
}

.site_header .top_bar .visit_block img {
  padding-right: 8px;
}

.site_header .top_bar .visit_block span a {
  color: #fff;
  padding-left: 7px;
  text-decoration: underline;
}

.main_header .header_row {
  display: flex;
  align-items: center;
  padding: 18px 0px 19px;
}

.main_header .header_row .custom_logo {
  width: 10%;
  margin-right: 16px;
}

.main_header .header_row .manu_search {
  width: 79%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 19px;
  padding-left: 42px;
}

.main_header .header_row .btn_block {
  width: 11%;
}

.main_header .header_row .navigation ul {
  display: flex;
  list-style: none;
}

.main_header .header_row .navigation ul li a {
  font-size: 14px;
  line-height: normal;
  color: #001e82;
  font-family: 'TelstraDisplay-Bold';
}

.main_header .header_row .navigation ul li a:hover {
  color: #0064d2;
}
.main_header .header_row .navigation ul .current-menu-parent > a,
.main_header .header_row .navigation ul .current-menu-item a {
  color: #0064d2;
}

.main_header .header_row .navigation ul li {
  padding-right: 34px;
  margin-bottom: 0px;
  position: relative;
}

.main_header .header_row .custom_logo img {
  display: block;
  height: 50px;
}

.main_header .header_row .search_block input {
  border-radius: 50px;
  background-color: #ecf7fe;
  height: 48px;
  border: none;
  margin-bottom: 0px;
  min-width: 215px;
  padding-left: 15px;
  padding-right: 33px;
}

.search_block form {
  position: relative;
  padding: 0px;
}

.search_block form button {
  position: absolute;
  background-color: transparent;
  padding: 0px;
  border: none;
  right: 13px;
  top: 13px;
  margin: 0px;
  pointer-events: none;
}

.banner_section {
  min-height: 629px;
  width: 100%;
  display: flex;
  justify-self: center;
  align-items: center;
}

.banner_section .container .banner_block {
  border-radius: 8px;
  background: #fff;
  max-width: 456px;
  padding: 25px 32px 35px 24px;
  position: relative;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  z-index: 2;
  margin-left: 9px;
}

.banner_section .banner_block:before {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: linear-gradient(180deg, #2a2d80 0%, #00b2ea 100%);
}

.banner_section .container .banner_block h1 {
  margin-bottom: 54px;
}

.banner_section .container .banner_block a {
  color: #0064d2;
  display: flex;
  align-items: center;
  font-size: 14.5px;
  font-family: 'TelstraText-Bold';
  line-height: 21.422px;
}

.banner_section .container .banner_block a img {
  padding-left: 5px;
}

.work_section {
  /* background-image: url('../images/case-bg.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  /* background-color: #fff; */
}

.work_row {
  display: flex;
  flex-wrap: wrap;
  padding: 85px 0px 45px 0;
}

.work_row:first-of-type {
  border-bottom: 1px solid #d8effe;
}

.product_sing .work_row .title_btn {
  margin-bottom: 40px;
}

.work_row .work_left {
  width: 100%;
  padding-right: 0;
  padding-bottom: 55px;
}

.product_sing .work_row {
  flex-direction: column;
}

.work_row .work_right {
  width: 100%;
  padding-left: 0;
}

.work_row .work_right .text_content {
  min-width: 204px;
}

.work_row .work_left .content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.work_section .icon_block .content:hover {
  filter: drop-shadow(0px 0px 17px rgba(0, 153, 248, 0.18));
}

.work_section .icon_block .content {
  transition: all 0.3s ease;
}

.work_row .work_left .content p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0px;
  font-family: 'TelstraText-Regular';
  flex: 1;
}

.work_row .work_left .content h2 {
  font-size: 32px;
  line-height: 35.2px;
  margin-bottom: 11px;
  font-family: 'TelstraDisplay-Bold';
  max-width: 100%;
  width: 100%;
  max-width: 300px;
}

.work_row .work_left .content .primary_btn {
  margin-top: 5px;
  min-width: 204px;
  font-family: 'TelstraText-Bold';
}

.work_section .icon_text {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0;
  /* justify-content: space-between; */
}

.work_section .icon_block {
  width: calc(100% / 5);
  padding: 0px 0 0 0;
  margin-bottom: 26px;
}

.work_section .icon_block .content {
  border-radius: 8px;
  text-align: center;
  padding: 25px;
  display: block;
  height: 100%;
  background-image: url(/wp-content/themes/telstra-health/images/arrow-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 151px;
}

.work_section .icon_block:first-child .content {
  background-image: url(/wp-content/themes/telstra-health/images/arrow-first-bg.svg);
  padding-left: 15px;
}

.work_section .icon_block .content h3 {
  margin-bottom: 0px;
}

.work_section .icon_block .content img {
  margin-bottom: 5px;
  width: 45px;
}

.bgimage_with_ctablock .bg_image {
  width: calc(60% + 200px);
  margin-left: auto;
}

.bgimage_with_ctablock .bg_image img {
  width: 100%;
  height: 412px;
  object-fit: cover;
  display: block;
}

.bgimage_with_ctablock:before {
  content: '';
  position: absolute;
  height: 412px;
  width: calc(40% - 200px);
  left: 0;
  top: 0;
  background-image: url('../images/promo-color-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimage_with_ctablock .ctablock {
  border-radius: 8px;
  background: #fff;
  max-width: 456px;
  padding: 17px 17px 24px 24px;
  position: relative;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 22%;
}

.bgimage_with_ctablock .ctablock:before {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: linear-gradient(180deg, #2a2d80 0%, #00b2ea 100%);
}

.bgimage_with_ctablock .ctablock h2 {
  color: #000;
  margin-bottom: 15px;
}

.bgimage_with_ctablock .ctablock p {
  color: #000;
  margin-bottom: 0px;
  margin-top: 0px;
}

.bgimage_with_ctablock .ctablock .primary_btn {
  margin-top: 30px;
}

.bgimage_with_ctablock .ctablock .cta_action {
  font-size: 14.5px;
  line-height: 21.422px;
  color: #0064d2;
  display: flex;
  align-items: center;
  font-family: 'TelstraText-Bold';
  margin-top: 45px;
}

.bgimage_with_ctablock .ctablock .cta_action:hover,
.success_slider_container .success_slider .item .success_right a:hover {
  color: #001e82;
}

.bgimage_with_ctablock .ctablock .primary_btn img {
  padding-left: 5px;
}

.bgimage_with_ctablock .ctablock .primary_btn {
  text-align: center;
}

.ctablock .primary_btn img {
  display: none;
}

.bgimage_with_ctablock .ctablock h2 {
  font-size: 32px;
  line-height: 35.2px;
  font-family: 'TelstraDisplay-Bold';
  color: #001e82;
}

.home .bgimage_with_ctablock .ctablock h2 {
  color: #000;
}

.product_section {
  padding: 70px 0px;
  overflow: hidden;
}

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

.title_btn .primary_btn {
  min-width: 204px;
}

.product_slider {
  margin-top: 59px;
}

.product_slider .product_block {
  width: 400px !important;
  height: 100%;
}

.product_slider .primary_btn {
  position: absolute;
  width: calc(100% - 66px);
  margin-top: 0px;
  position: absolute;
  left: 0;
  bottom: 23px;
  margin: auto;
  left: 50%;
  transform: translate(-50%, 0px);
}

.product_slider .item {
  padding-bottom: 70px;
}

.product_slider .owl-stage {
  display: flex;
  align-items: stretch;
}

.counter_block {
  border: 1px solid rgb(178 224 253 / 70%);
  width: 247px;
  height: 247px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 0px 17px rgba(0, 153, 248, 0.18));
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
}

.counter_content h2 {
  font-size: 44px;
  line-height: normal;
  margin-bottom: 0px;
  color: #0064d2;
  font-family: 'Akkurat-Bold';
}

.counter_block p {
  max-width: 180px;
  margin: auto;
}

.map_counter_section {
  padding-bottom: 100px;
}

.map_counter_inner.counter_block_wrap {
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 180px;
  min-height: 590px;
  background-size: contain;
  position: relative;
}

.title {
  max-width: 664px;
  margin: auto;
  text-align: center;
}

.title h2 {
  font-size: 32px;
  line-height: 35.2px;
}

.counter_block:nth-child(odd) {
  width: 247px;
  height: 247px;
}

.counter_block:nth-child(even) {
  width: 207px;
  height: 207px;
}

.counter_block:nth-child(2) {
  top: 1px;
  left: 42.5%;
}

.counter_block:nth-child(1) {
  top: -101px;
  left: 19%;
}

.counter_block:nth-child(3) {
  top: -44px;
  left: 69%;
}

.counter_block:nth-child(4) {
  top: 251px;
  left: 9%;
}

.counter_block:nth-child(5) {
  top: 332px;
  left: 48%;
}

.title_btn h2 {
  font-size: 32px;
  line-height: 35px;
  font-family: 'TelstraDisplay-Bold';
}

.three_column_section {
  padding: 74px 0px 97px;
  background-image: url('../images/bg-blueimage.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.three_column_section.no-bkg {
  background: transparent;
}

.three_column_section:not(.no-bkg) .title_btn h2 {
  color: #fff;
}

.three_column_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -23px;
  margin-top: 64px;
}

.three_column_row .partner_block {
  width: 33.33%;
  padding: 0px 23px;
}

.three_column_row .partner_block .wrapper {
  border-radius: 8px;
  border: 1px solid #bee4f9;
  background: #fff;
  padding: 25px 32px 25px 40px;
  height: 100%;
  position: relative;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.three_column_row .partner_block .wrapper .content h3 {
  margin-bottom: 12px;
}

.three_column_row .partner_block .image_icon {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #d8effe;
  margin-bottom: 19px;
}

.three_column_row .partner_block .wrapper:before {
  content: '';
  background: linear-gradient(180deg, #2a2d80 0%, #00b2ea 100%);
  width: 10px;
  height: 100%;
  left: -10px;
  position: absolute;
  top: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.letest_news_section {
  padding: 75px 0px;
}

.letest_news_section .latest_news_row {
  margin-top: 50px;
  display: flex;
}

.letest_news_section .latest_news_left {
  width: 50%;
  padding-right: 19px;
}

.letest_news_section .latest_news_left a {
  transition: all 0.3s ease;
}

.letest_news_section .latest_news_left:hover a {
  filter: drop-shadow(0px 0px 17px rgba(0, 153, 248, 0.18));
}

.letest_news_section .latest_news_right {
  width: 50%;
  padding-left: 19px;
}

.letest_news_section .latest_news_left .img_block img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  object-position: right;
  display: block;
  border-radius: 8px;
}

.letest_news_section .latest_news_left .content {
  padding: 21px 33px 17px;
  border-radius: 8px;
  border: 1px solid #d8effe;
  background: #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.latest_news_left .content p {
  margin-top: 0px;
  margin-bottom: 20px;
}

.letest_news_section .latest_news_left .content h3 {
  margin-bottom: 20px;
}

.tell_more {
  font-size: 14.5px;
  line-height: 21.422px;
  color: #0064d2;
  font-family: 'TelstraText-Bold';
  display: flex;
  align-items: center;
}

.tell_more img {
  width: 15px !important;
  height: auto !important;
  margin-left: 5px !important;
}

.latest_news_row .latest_news_left .img_block {
  position: relative;
}

.latest_news_row .latest_news_left .img_block:after {
  content: '';
  height: 10px;
  width: 100%;
  background: linear-gradient(90deg, #2a2d80 0%, #0099f8 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.latest_news_row .latest_news_left .img_block span {
  position: absolute;
  top: inherit;
  left: 0;
  bottom: 9px;
  background-color: #636363;
  color: #ffff;
  font-size: 12px;
  letter-spacing: 0.84px;
  line-height: normal;
  padding: 6px 19px;
  text-transform: uppercase;
}

.latest_news_left .content p {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'TelstraText-Medium';
}

.latest_news_right .letest_block {
  display: flex;
  margin-bottom: 37px;
  flex-wrap: wrap;
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d8effe;
  background-color: #fff;
}

.latest_news_right .letest_news_wrapper {
  transition: all 0.3s ease;
}

.latest_news_right .letest_news_wrapper .letest_block:hover {
  filter: drop-shadow(0px 0px 17px rgba(0, 153, 248, 0.18));
}

.latest_news_right .img_block {
  width: 36%;
}

.latest_news_right .content {
  width: 64%;
  padding: 19px 24px 20px;
}

.search_block input[data-loading='true'] ~ button img {
  display: none;
}

.search_block img {
  transition: 0.3s all ease;
}

.letest_news_block span.category {
  position: absolute;
  top: inherit;
  left: 0;
  bottom: 0;
  background-color: #636363;
  color: #ffff;
  font-size: 12px;
  letter-spacing: 0.84px;
  line-height: normal;
  padding: 6px 10px;
  text-transform: uppercase;
}

.latest_news_right .img_block img {
  height: 146px;
  width: 100%;
  object-fit: cover;
  object-position: right;
  display: block;
  border-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.latest_news_right .img_block {
  position: relative;
}

.latest_news_right .content p {
  font-size: 1em;
  line-height: 1.5em;
  color: #001e82;
  margin-bottom: 13px;
  margin-top: 0px;
  transition: all 0.3s ease;
  font-family: 'TelstraText-Medium';
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.latest_news_right .letest_block:hover .content p {
  color: #0064d2;
}

.latest_news_right .content .tell_more {
  font-size: 14.5px;
  line-height: 21.422px;
  color: #0064d2;
  font-family: 'TelstraText-Bold';
  display: flex;
  align-items: center;
}

.latest_news_right .content .tell_more img {
  padding-left: 5px;
}

.case-study_main .news_listing_row .news_listing_right .news_listing_block .letest_block {
  border: none;
}

.blog .news_listing_main {
  position: inherit;
}

.news_listing_row .news_listing_right.case_study_right .news_listing_block .letest_block:hover .img_block img {
  transform: scale(1.1);
}

.news_listing_row .news_listing_right.case_study_right .news_listing_block .letest_block .img_block img {
  transition: all 0.3s ease;
}

section.upcoming_event {
  background-color: #ecf7fe;
  padding: 98px 0px 84px;
  /* overflow: hidden; */
}

.event_slider_container {
  margin-top: 59px;
  min-height: 560px;
}

.event_slider_container .owl-stage-outer {
  max-width: calc(100% + (1300px - 100%) / 2);
  margin-left: auto;
  padding-left: 20px;
}

.event_slider_container .event_slider .item {
  padding: 22px 15px;
  border-radius: 8px;
  background: #fff;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  position: relative;
  display: block;
  transition: all 0.3s ease;
}

.event_slider_container .event_slider .item:hover {
  box-shadow: 0px 0px 17px 0px rgba(0, 153, 248, 0.18);
}

.event_slider_container .event_slider .item .event_left span {
  font-size: 14.5px;
  line-height: 21.422px;
  color: #0064d2;
  display: flex;
  font-family: 'TelstraText-Bold';
}

.event_slider_container .event_slider .item .event_row {
  display: flex;
}

.event_slider_container .event_slider .item .event_left {
  width: 50%;
  padding-right: 30px;
}

.event_slider_container .event_slider .item .event_right {
  width: 50%;
  padding-left: 32px;
}

.event_slider_container .event_slider .item .event_left span img {
  width: 10px;
  margin-left: 5px;
}

.event_slider_container .event_slider .item .event_right span {
  display: flex;
  margin-bottom: 10px;
  color: #000;
}

.event_slider_container .event_slider .item .event_right .date img {
  width: 19px;
  margin-right: 12px;
}

.event_slider_container .event_slider .item .event_right span img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 12px;
}

.event_slider_container .event_slider .item .event_right .location {
  display: flex;
  color: #000;
  align-items: center;
}

.event_slider_container .event_slider .item .event_right .online {
  display: flex;
  color: #000;
  align-items: center;
}

.event_slider_container .event_slider .item:before {
  content: '';
  background: linear-gradient(180deg, #2a2d80 0%, #00b2ea 100%);
  width: 10px;
  height: 100%;
  left: -10px;
  position: absolute;
  top: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.success_stories {
  padding: 96px 0px 62px;
  background-color: #b2e0fd;
  overflow: hidden;
}

.success_stories .title_btn {
  margin-bottom: 59px;
}

/* .success_slider_container .owl-stage-outer {
	max-width: calc(100% + (1300px - 100%) / 2);
	margin-left: auto;
	padding-left: 20px;
} */

.success_stories .success_row {
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.success_stories .success_row .success_left .img_block {
  height: 100%;
}

.success_stories .success_row .success_left .img_block img {
  height: 100%;
  object-fit: cover;
}

.success_stories .success_row .success_left {
  width: 40%;
}

.success_stories .success_row .success_right .logo {
  margin-bottom: 11px;
}

.success_stories .success_row .success_right {
  width: 60%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.success_stories .success_row .success_right .logo img {
  max-width: 218px;
  width: auto;
  margin-bottom: 20px;
}

.success_slider_container .success_slider .item .success_right a img {
  width: 10px;
  width: 10px;
  margin-left: 5px;
}

.success_slider_container .success_slider .item .success_right a {
  font-size: 14.5px;
  line-height: 21.422px;
  color: #0064d2;
  display: flex;
  margin-top: 60px;
  font-family: 'TelstraText-Bold';
}

.success_stories .success_row .success_right .content {
  padding: 50px 47px 30px;
}

.success_stories .success_row .success_right .content > span {
  font-size: 20px;
  line-height: 28px;
  color: #001e82;
  margin-bottom: 22px;
  display: block;
}

.success_stories .success_row .success_right .content p span {
  font-family: 'TelstraText-Medium';
}

.success_stories .success_row .success_right .content p {
  color: #001e82;
}

.success_stories .success_row .success_right .success_left img {
  height: 100%;
  align-content: center;
  width: 100%;
}

.logo_section {
  padding: 108px 0px 92px;
}

.logo_section .owl-stage {
  display: flex;
  align-items: center;
}

.logo_section .logo_slider {
  margin-top: 67px;
}

.logo_section .logo_slider img {
  width: auto !important;
}

.logo_section .logo_slider .item {
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  padding: 74px 0px 20px;
  background: #001483 url('../images/footer-bg.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.site_footer .top_row {
  display: flex;
  align-items: center;
  padding-bottom: 21px;
  border-bottom: 1px solid rgb(0 100 210 / 50%);
}

.site_footer .top_row .top_left {
  width: 35%;
}

.site_footer .top_row .top_right {
  width: 65%;
  display: flex;
  align-items: center;
}

.site_footer .top_row .top_right .content h3 {
  color: #b2e0fd;
  margin-bottom: 5px;
}

.site_footer .top_row .top_right .img_block {
  width: 71px;
}

.site_footer .top_row .top_right .content {
  width: calc(100% - 71px);
  padding-left: 24px;
}

.site_footer .top_row .top_right .content p {
  color: #0064d2;
  font-size: 1.25em;
  line-height: 1.5;
  margin-top: 0px;
}

.site_footer .top_row .top_right .content a {
  color: #0064d2;
  text-decoration: underline;
}

.site_footer .top_row .top_right .content a:hover {
  color: #b2e0fd;
}

.site_footer .top_row .footer_logo img {
  display: block;
}

.site_footer .bottom_row {
  display: flex;
  padding-top: 50px;
}

.site_footer .bottom_row .bottom_left {
  width: 35%;
}

.site_footer .bottom_row .bottom_right {
  width: 65%;
}

.site_footer .bottom_row .social_icon ul {
  display: flex;
  list-style: none;
}

.site_footer .bottom_row .social_icon ul li a {
  width: 44px;
  height: 44px;
  background-color: #123ac0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.site_footer .bottom_row .social_icon ul li {
  margin-right: 10px;
}

.site_footer .bottom_row .social_icon {
  margin-bottom: 143px;
}

.site_footer .bottom_row .visit_link p,
.visit_link p a {
  color: #b2e0fd;
  margin-bottom: 9px;
}

.site_footer .bottom_row .visit_link p a:hover {
  color: #fff;
}

.site_footer .bottom_row .visit_link p a {
  text-decoration: underline;
}

.site_footer .bottom_row .navigtion_row {
  display: flex;
}

.site_footer .bottom_row .manu_column {
  width: 28%;
  padding-right: 52px;
}

.site_footer .bottom_row .manu_column span {
  color: #fff;
  font-size: 15px;
  line-height: 18.945px;
  display: block;
  margin-bottom: 28px;
  font-family: 'TelstraDisplay-Bold';
}

.site_footer .bottom_row .manu_column ul li a {
  color: #b2e0fd;
  line-height: 18.945px;
  font-size: 15px;
  transition: 0.3s ease all;
}

.site_footer a {
  transition: 0.3s ease all;
}

.site_footer .bottom_row .manu_column ul li a:hover {
  color: #fff;
}

.site_footer .footer_bootom_link ul li {
  margin-bottom: 0px;
  padding: 0px 9px;
  position: relative;
}

.site_footer .footer_bootom_link ul li:after {
  content: '|';
  position: absolute;
  right: -2px;
  color: #b2e0fd;
}

.site_footer .footer_bootom_link ul li a {
  text-decoration: underline;
}

.site_footer .footer_bootom_link ul li a:hover {
  color: #fff;
}

.site_footer .bottom_row .manu_column ul {
  list-style: none;
}

.site_footer .footer_bootom_link ul li:first-child {
  padding-left: 0px;
}

.site_footer .footer_bootom_link ul li:last-child:after {
  display: none;
}

.site_footer .bottom_row .manu_column ul li {
  margin-bottom: 17px;
}

.site_footer .bottom_row .btn_logo_column {
  width: 17%;
}

.site_footer .bottom_row .logo_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -13px;
  margin-top: 40px;
}

.site_footer .bottom_row .logo_block img {
  width: 50%;
  padding: 0px 13px;
  margin-bottom: 8px;
  height: 66px;
  object-fit: contain;
}

.site_footer .bottom_row .btn_block .primary_btn {
  margin-bottom: 18px;
}

.site_footer .bottom_row .btn_logo_column a.primary_btn.transparent_btn {
  margin-bottom: 0px;
  background-color: transparent;
  border: 1px solid #0064d2;
  color: #fff;
}

.site_footer .bottom_row .btn_logo_column a.primary_btn.transparent_btn:hover {
  background-color: #0064d2 !important;
}

.site_footer .footer_bootom_link {
  display: flex;
  align-items: flex-end;
  margin-top: 98px;
}

.site_footer .footer_bootom_link ul {
  width: 35%;
  display: flex;
  list-style: none;
  align-items: center;
  margin-bottom: 0px;
}

.site_footer .footer_bootom_link p {
  width: 65%;
}

.site_footer .footer_bootom_link ul li a {
  font-size: 13px;
  color: #b2e0fd;
  line-height: 16.419px;
}

.site_footer .footer_bootom_link ul li p {
  width: auto;
  color: #b2e0fd;
  font-size: 0.813em;
  margin: 0px;
  line-height: 1.5em;
}

.site_footer .footer_bootom_link ul li {
  margin-bottom: 0px;
}

.site_footer .footer_bootom_link p {
  font-size: 0.813em;
  color: #b2e0fd;
  line-height: 1.5em;
  margin: 0px;
}

.list-wrapper h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: #0064d2;
}

.owl-dots button {
  z-index: 1;
}

.owl-dots {
  /* max-width: 1144px; */
  margin: 40px 0 0 0;
  display: flex;
  justify-content: flex-end;
  /* margin-top: 40px; */
  position: relative;
  /* transform: translate(-100px, 0px); */
}

.product_section .owl-dots {
  transform: none;
  max-width: 1300px;
  padding: 0px 20px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  padding-right: 138px;
}

.owl-dots button {
  width: 100%;
  height: 1.5px;
  background-color: #b2e0fd;
}

.owl-dots button span {
  display: block;
  height: 1.5px;
  background-color: #b2e0fd;
  color: transparent;
}

.owl-nav {
  position: absolute;
  top: inherit;
  right: 20.3%;
  bottom: -19px;
  z-index: 1;
}

.owl-nav button {
  width: 41px;
  height: 41px;
  background-color: #b2e0fd;
  border-radius: 50%;
}

.owl-nav button.owl-prev span {
  background-image: url('../images/left-arrow.svg') !important;
}

.owl-nav button span {
  background-color: #b2e0fd;
  display: block;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../images/right_arrow.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 23%;
  text-indent: -999999999px;
  background-position: center;
}

.owl-dot.active span {
  background-color: #001e82;
}

.owl-nav button {
  margin-left: 8px;
}

.event_slider_container .owl-dots {
  transform: none;
  max-width: 1300px;
  padding: 0px 20px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  padding-right: 138px;
}

.event_slider_container .owl-nav {
  max-width: 1300px;
  position: relative;
  margin: auto !important;
  right: inherit;
  padding: 0px 20px;
  text-align: right;
  transform: translate(0px, 37px);
  z-index: 1;
}

.success_slider_container .owl-nav button span {
  background-color: #edf8fe;
}

.success_slider_container .owl-dots button span {
  background-color: #fff;
}

.success_slider_container .owl-dot.active span {
  background-color: #001e82;
}

.success_slider_container .owl-dots {
  transform: none;
  max-width: 1300px;
  padding: 0px 20px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  padding-right: 138px;
}

.success_slider_container .owl-nav {
  max-width: 1300px;
  position: relative;
  margin: auto !important;
  right: inherit;
  padding: 0px 20px;
  text-align: right;
  transform: translate(0px, 37px);
}

.banner_section.inner_banner .container .banner_block h1 img {
  margin-right: 15px;
  max-width: 60px;
}

.banner_section.inner_banner .container .banner_block p {
  font-size: 1.25em !important;
  line-height: 1.5em;
  margin-bottom: 21px;
}

.banner_section.inner_banner .container .banner_block h1 {
  margin-bottom: 19px;
  display: flex;
  align-items: center;
}

.banner_section.inner_banner {
  min-height: 356px;
}

.banner_section.inner_banner .banner_block {
  max-width: 506px;
  margin-left: 10px;
}

.banner_section.inner_banner .container .banner_block .primary_btn {
  max-width: 154px;
  color: #fff;
  text-align: center;
  justify-content: center;
}

.health_journey_section .work_row {
  justify-content: space-between;
}

.health_journey_section .work_left,
.health_journey_section .work_right {
  width: 45%;
}

.health_journey_section .work_left .content {
  display: block;
}

.health_journey_section .work_left .content h2 {
  max-width: 100%;
}

.health_journey_section .work_left .logo {
  margin-bottom: 28px;
}

.product_solution {
  padding-bottom: 44px;
}

.product_solution .title_btn {
  border-top: 1px solid #d8effe;
  padding-top: 82px;
}

.product_solution .img_block img {
  height: 122px;
  object-fit: cover;
  width: 100%;
}

.product_solution .img_block.logo img {
  object-fit: contain;
  margin: auto;
  width: auto;
  height: auto;
  padding: 0 10px;
  max-height: 122px;
}

.product_solution .item {
  border-radius: 8px;
  border: 1px solid #d8effe;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
  height: 100%;
  position: relative;
  padding-bottom: 116px;
}

.product_solution .content {
  padding: 18px 32px 0px;
}

.product_solution .content h3 {
  margin-bottom: 15px;
}

.product_solution .product_solution_inner {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -17px;
  margin-top: 46px;
}

.product_solution .content p {
  margin-bottom: 0px;
}

.product_solution .product_solution_inner .primary_btn {
  width: calc(100% - 66px);
  margin-top: 0px;
  position: absolute;
  left: 0;
  bottom: 23px;
  margin: auto;
  left: 50%;
  transform: translate(-50%, 0px);
}

.product_solution .product_block:hover a {
  box-shadow: 0px 0px 17px 0px rgba(0, 153, 248, 0.18);
}

.product_solution .product_block {
  width: 33.333%;
  padding: 0px 17px;
  margin-bottom: 37px;
}

.product_solution .product_block .img_block.logo {
  text-align: center;
  overflow: hidden;
  height: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_block a .img_block {
  line-height: 0;
}

.community_health > .container {
  padding: 40px 20px;
}

.community_health_row {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}

.community_health_right p {
  font-size: 1.125em;
  line-height: 1.5;
  font-family: 'TelstraText-Bold';
  color: #001e82;
  margin-top: 10px;
}

.community_health_row .community_health_left {
  width: 46.5%;
  padding-right: 64px;
}

.community_health_row .community_health_right {
  width: 53.5%;
  padding-left: 64px;
}

.community_health_row .community_health_left .content {
  max-width: 499px;
}

.community_health_row .community_health_left .content p {
  font-size: 20px;
  line-height: 35.2px;
  margin-top: 0px;
}

.community_health_row .community_health_left .content h2 {
  font-size: 32px;
  line-height: 35.2px;
  margin-bottom: 11px;
}

.community_health_row .community_health_left .content .primary_btn {
  margin-top: 45px;
  min-width: 258px;
  color: #fff !important;
}

.community_health {
  background-color: #ecf7fe;
}

.community_health .icon_text {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}

.community_health .icon_text .icon_column {
  width: 25%;
  position: relative;
  padding: 0 20px;
  margin: 20px 0;
}

.community_health .icon_text .icon_column .icon {
  width: 76px;
  height: 76px;
  background-color: #b2e0fd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
}

.community_health .icon_text .icon_column:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #b2e0fd;
  left: 0;
}

.community_health .icon_text .icon_column h3 {
  margin-bottom: 0px;
}

.community_health .icon_text .icon_column:first-child,
.community_health .icon_text .icon_column:nth-child(5n) {
  padding-left: 0;
}

.community_health .icon_text .icon_column:first-child:before,
.community_health .icon_text .icon_column:nth-child(5n):before {
  content: none;
}

.image_text_row {
  display: flex;
  align-items: center;
}

.image_text_row .img_content {
  width: 50%;
  padding-right: 42px;
}

.image_text_row .text_content {
  width: 50%;
  padding-left: 42px;
}

.image_text_section {
  padding-bottom: 108px;
}

.image_text_row .img_content img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.telstras-health-counter {
  background-image: url('../images/blue-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 83px 0px 132px;
}

.telstras-health-counter .counter_block .counter_content svg {
  width: 247px !important;
  height: 247px !important;
}

.telstras-health-counter .counter_block .counter_content svg circle {
  r: 122 !important;
  cx: 124 !important;
  cy: 123 !important;
}

.telstras-health-counter .counter_block {
  width: 247px !important;
  height: 247px !important;
  position: relative;
  top: inherit;
  left: inherit;
  margin: 10px 30px;
}

.telstras-health-counter .map_counter_inner.counter_block_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  min-height: auto;
  margin-top: 80px;
}

.success_slider_container .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.success_slider_container .owl-carousel .owl-stage {
  padding-left: 0px !important;
  display: flex;
  align-items: stretch;
}

.success_slider_container .owl-carousel .owl-stage .item,
.success_slider_container .owl-carousel .owl-stage .success_row {
  height: 100%;
}

.event_slider_container .owl-stage {
  padding-left: 0px !important;
  display: flex;
  flex-wrap: wrap;
}

.event_slider_container .owl-carousel .owl-stage-outer {
  /* overflow: visible;
    */
  padding-left: 30px;
}

.event_slider_container .owl-item {
  width: 606px !important;
}

.event_slider_container .owl-item a {
  height: 100%;
}

/* .success_stories .owl-item {
	width: 1260px !important;
} */

.product_section .owl-nav {
  max-width: 1300px;
  position: relative;
  margin: auto !important;
  right: inherit;
  padding: 0px 20px;
  text-align: right;
  transform: translate(0px, 37px);
}

.primary_product_solution {
  padding-bottom: 44px;
}

.contact_form_section {
  background-image: url('../images/case-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 55px 0px;
}

section.work_section.health_journey_section.remove_line .work_row {
  border: none;
}

.video_section .title {
  margin-bottom: 50px;
}

.video_section {
  padding-bottom: 113px;
}

.video_section .video_block {
  max-width: 935px;
  margin: auto;
}

.video_section .video_block video {
  max-width: 100%;
  object-fit: cover;
  margin: auto;
  display: block;
  width: 100%;
  height: 517px;
}

.bgimage_with_ctablock.demo_cta_block .ctablock {
  max-width: 434px;
  padding: 17px 31px 54px 31px;
}

.bgimage_with_ctablock.demo_cta_block .ctablock p {
  margin-bottom: 18px;
}

.bgimage_with_ctablock.demo_cta_block .ctablock h2 {
  color: #001e82;
}

.bgimage_with_ctablock .ctablock p a {
  color: #0064d2;
}

.bgimage_with_ctablock .ctablock p a:hover {
  color: #001e82;
}

.two_column_section {
  padding: 76px 0px 107px;
}

.two_column_section .title {
  margin-bottom: 80px;
}

.two_main_wrapper {
  display: flex;
  align-items: center;
  margin-top: 73px;
}

.two_main_left {
  width: 50%;
  padding-right: 45px;
}

.two_main_right {
  width: 50%;
  padding-left: 45px;
}

.two_main_wrapper:first-child {
  margin-top: 0px;
}

.two_main_wrapper:nth-child(even) {
  flex-direction: row-reverse;
}

.two_main_wrapper:nth-child(even) .two_main_left {
  padding-left: 40px;
  padding-right: 0px;
}

.two_main_right .download_brochure a {
  color: #0064d2;
  font-size: 14px;
  font-family: 'TelstraText-Bold';
  display: flex;
  align-items: center;
}

.two_main_right .download_brochure a svg {
  margin-left: 5px;
}

.two_main_wrapper:nth-child(even) .two_main_right {
  padding-left: 0px;
  padding-right: 40px;
}

.two_main_wrapper .image_block img {
  border-radius: 8px;
  width: 100%;
}

.two_main_right .download_brochure a:hover {
  color: #001e82;
}

.two_main_right .download_brochure a:hover svg path {
  fill: #001e82;
}

.two_main_right .download_brochure a:hover svg path {
  transition: all 0.3s ease;
}

.two_main_right .primary_btn {
  margin-top: 20px;
}

/* Accordian */

.accordian_section {
  background-color: #ecf7fe;
  padding: 73px 0px 83px;
}

.left_data_accordian h2 {
  font-size: 32px;
  line-height: 35px;
}

.left_data_accordian p {
  max-width: 415px;
}

.left_data_accordian .primary_btn {
  margin-top: 35px;
  min-width: 166px;
}

.accordion_atheletic .left_data_accordian p {
  font-size: 22px;
  font-weight: 600;
  line-height: 115.7%;
  color: var(--main-primary-color);
}

.left_data_accordian p {
  margin-top: 0;
}

.accordian_section_main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.left_data_accordian {
  max-width: 35%;
  width: 100%;
  position: sticky;
  top: 143px;
}

.accordian_field {
  margin-right: 0;
  max-width: 65%;
  width: 100%;
  padding-left: 87px;
}

.accordion_list {
  min-height: 90px;
  height: 100%;
}

.accordion_list li {
  list-style: none;
}

.accordion_list > li {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 11px;
  border: 1px solid #b2e0fd;
}

.accordion_list > li > .dark_color > h3 {
  cursor: pointer;
  padding: 30px 23px;
  text-transform: capitalize;
}

.accordion_list > li .dark_color span svg {
  transition: all 0.3s ease;
}

.accordion_list > li.active .dark_color span svg {
  transform: rotate(-180deg);
  transition: all 0.3s ease;
}

.accordion_list .dark_color h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.accordion_list .answer {
  padding: 21px 30px;
  padding-top: 0px;
}

.accordion_list > li .dark_color span svg {
  width: 13px;
  height: 15px;
}

.accordion_list .answer p {
  margin-top: 0px;
}

.accordion_list .answer a {
  color: #0064d2;
}

.accordion_list .answer a:hover {
  color: #001e82;
}

.accordion_list .primary_btn {
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion_list .primary_btn::after {
  content: none;
}

.term-kyra .banner_section .container .banner_block h1 {
  margin-bottom: 7px;
}

.term-kyra .banner_section .container .banner_block p {
  margin-top: 0px;
  font-size: 20px;
  line-height: 24px;
}

.term-kyra .banner_section .container .banner_block {
  margin-top: -60px;
  min-height: auto;
  max-width: 509px;
}

.key_feature_row {
  display: flex;
  padding: 25px 80px;
  background: #fff;
  /* margin-top: -80px; */
  border-radius: 8px;
  z-index: 1;
  position: relative;
}

.key_feature_row .key_feature_left {
  width: 44%;
  padding-right: 91px;
}

.key_feature_left .download_brochure a {
  color: #0064d2;
  font-size: 14px;
  font-family: 'TelstraText-Bold';
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.key_feature_left .download_brochure a:hover {
  color: #001e82;
}

.key_feature_left .download_brochure a svg path {
  transition: all 0.3s ease;
}

.key_feature_left .download_brochure a:hover svg path {
  fill: #001e82;
}

.key_feature_left .download_brochure a svg {
  margin-left: 5px;
}

.key_feature_row .key_feature_right {
  width: 56%;
  padding-left: 45px;
  border-left: 1px solid #d8effe;
}

.key_feature_row .key_feature_left .logo {
  margin-bottom: 14px;
}

.key_feature_row .key_feature_left .key_list ul {
  list-style: none;
}

.key_feature_row .key_feature_left .key_list ul li {
  position: relative;
  padding-left: 30px;
  list-style: none;
}

.key_feature_row .key_feature_left .key_list ul li:before {
  content: '';
  position: absolute;
  background-image: url('../images/checkmark.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 19px;
  height: 19px;
  left: 0;
  top: 2px;
}

.key_feature_row .content,
.key_feature_row .content {
  padding-top: 18px;
}

.key_feature_row .content .btn {
  margin-top: 45px;
  display: flex;
}

.key_feature_row .key_feature_right .content .btn .primary_btn {
  margin-right: 17px;
}

.primary_btn.transparent_btn {
  background-color: transparent;
  border: 1px solid #0064d2 !important;
  color: #0064d2;
}

.banner_section.kyra-banner .banner_block {
  transform: translate(0px, -60px);
  min-height: 281px;
  max-width: 509px;
}

.banner_section.kyra-banner .container .banner_block p {
  font-size: 20px;
  line-height: 28px;
}

.product_solution.kyra_product {
  padding-top: 29px;
  padding-bottom: 64px;
}

.banner_section.inner_banner.product_banner {
  height: 460px;
  background-position: top center !important;
}

.banner_section.inner_banner.product_banner .banner_block {
  transform: translate(10px, -56px);
}

.news_listing_left .dropdown {
  position: relative;
  border: 1px solid #b2e0fd;
  border-radius: 3px;
}

.filter_block .dropdown:not(:last-child) {
  margin-bottom: 20px;
}

.news_listing_left .dropdown.active .dropdown-label:before {
  transform: rotate(0deg);
}

.news_listing_left .dropdown .dropdown-label {
  display: block;
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  cursor: pointer;
  position: relative;
  margin-bottom: 0px;
  color: #000;
  font-family: 'TelstraText-Medium';
  padding: 11px 16px 11px 13px;
}

.news_listing_row .news_listing_right .news_listing_block .letest_block:hover .content p {
  color: #0064d2;
}

.news_listing_left .dropdown .dropdown-label:before {
  content: '';
  background-image: url('../images/filter-arrow.svg');
  position: absolute;
  right: 15px;
  transition: transform 0.3s ease;
  transform-origin: center center;
  width: 10px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  top: 14px;
}

.news_listing_left .dropdown-list {
  display: none;
  padding: 0px 15px 15px;
}

.news-banner {
  padding-top: 24px;
}

.news-banner .img-block img {
  min-height: 315px;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}

.news-banner .img-block img.logo {
  max-height: 200px;
  height: auto;
  width: auto;
}

.news-banner .img-block {
  position: relative;
}

.news-banner .news_banner_block {
  border-radius: 8px;
  background: #fff;
  max-width: 509px;
  padding: 19px 68px 33px 19px;
  position: relative;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  position: absolute;
  top: 50%;
  left: 75px;
  transform: translate(0px, -50%);
}

.news-banner .news_banner_block a {
  color: #0064d2;
  display: flex;
  align-items: center;
  font-size: 14.5px;
  font-family: 'TelstraText-Bold';
  line-height: 21.422px;
  margin-top: 40px;
}

.news-banner .news_banner_block a:hover,
.banner_section .container .banner_block a:hover {
  color: #001e82;
}

.news-banner .news_banner_block a img {
  width: 12px !important;
  object-fit: contain !important;
  margin-left: 6px;
  height: auto !important;
}

.news-banner .news_banner_block span.category {
  background-color: #636363;
  color: #ffff;
  font-size: 12px;
  letter-spacing: 0.84px;
  line-height: normal;
  padding: 6px 10px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  bottom: -33px;
  position: relative;
  margin-left: -19px;
}

.news-banner .news_banner_block:before {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: linear-gradient(180deg, #2a2d80 0%, #00b2ea 100%);
}

.news_listing_main {
  position: relative;
}

.news_listing_main:before {
  content: '';
  background-image: url('../images/case-bg.jpg');
  position: absolute;
  width: 100%;
  height: 863px;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news_listing_row .news_listing_left {
  width: 292px;
}

.news_listing_row .news_listing_right {
  width: calc(100% - 292px);
  padding-left: 30px;
}

.news_listing_row {
  display: flex;
  position: relative;
}

.news_listing_row .news_listing_right .news_listing_card {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -14px;
}

.news_listing_row .news_listing_right .news_listing_block {
  width: 33.33%;
  padding: 0px 14px;
  margin-bottom: 28px;
}

.news_listing_row .news_listing_right .news_listing_block .img_block {
  position: relative;
  overflow: hidden;
}

.news_listing_row .news_listing_right .news_listing_block .img_block span,
.news-banner .banner_section .banner_block span.category {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #636363;
  color: #ffff;
  font-size: 12px;
  letter-spacing: 0.84px;
  line-height: normal;
  padding: 6px 10px;
  text-transform: uppercase;
}

.news-banner .banner_section .banner_block span.category {
  position: relative !important;
  margin: 0 0 10px !important;
  display: inline-block !important;
}

.news_listing_row .news_listing_right .news_listing_block .img_block img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: right;
  display: block;
}

.news_listing_row .news_listing_right .news_listing_block .letest_block {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  border: 1px solid #d8effe;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
}

.news_listing_row .news_listing_right .news_listing_block .letest_block:hover {
  filter: drop-shadow(0px 0px 17px rgba(0, 153, 248, 0.18));
}

.news_listing_row .news_listing_right .news_listing_block .letest_block .content {
  padding: 15px 25px;
  background-color: #fff;
}

.news_listing_row .news_listing_right .news_listing_block .letest_block .content p {
  margin-top: 0px;
  color: #001e82;
  font-family: 'TelstraText-Medium';
  transition: all 0.3s ease;
}

.news_listing_row .news_listing_right .news_listing_block .letest_block .content span {
  font-size: 14px;
  line-height: 15px;
  color: rgb(0 0 0 / 50%);
}

.news_listing_row .news_listing_left .filter_block {
  border: 1px solid #d8effe;
  background-color: #fff;
  padding: 20px 16px 24px;
  border-radius: 8px;
}

.news_listing_row .news_listing_left .checkbox label {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 0px;
  padding-left: 10px;
}

.news_listing_row .news_listing_left .checkbox {
  display: flex;
  align-items: center;
}

.news_listing_row .news_listing_left .checkbox input {
  margin-bottom: 0px;
}

.news_listing_row .news_listing_left .left_sidebar.voice_block {
  padding: 20px 25px 21px 22px;
  background-image: url('../images/voice-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  margin: 24px 0px;
}

.news_listing_row .news_listing_left .left_sidebar.voice_block h3 {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 30px;
}

.news_listing_row .news_listing_left .left_sidebar.mail_block {
  padding: 20px 17px 21px 22px;
  background-image: url('../images/mail-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  margin: 24px 0px;
}

.news_listing_row .news_listing_left .left_sidebar.mail_block h3 {
  margin-top: 4px;
  margin-bottom: 30px;
}

.news_listing_row .news_listing_left .left_sidebar.blank_block {
  padding: 33px 25px 18px 20px;
  background-color: #b2e0fd;
  border-radius: 8px;
  margin: 24px 0px;
}

.news_listing_row .news_listing_left .left_sidebar.blank_block h3 {
  margin-top: 0px;
  margin-bottom: 45px;
}

.news_listing_row .news_listing_left.case_study_left .left_sidebar.blank_block {
  background-color: #d8effe;
}

.news_listing_row .news_listing_left .left_sidebar.case_studies_block {
  padding: 20px 17px 21px 22px;
  background-image: url('../images/mail-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  margin: 24px 0px;
}

.news_listing_row .news_listing_left .left_sidebar.case_studies_block h3 {
  margin-top: 4px;
  margin-bottom: 30px;
}

.enquiry_block {
  display: flex;
  margin-bottom: 74px;
  align-items: center;
  background-image: url('../images/fusce-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  padding: 25px 42px;
  margin-top: 10px;
}

.enquiry_block .left_content {
  display: flex;
  align-items: center;
}

.enquiry_block .left_content h3 {
  color: #fff;
  margin-bottom: 0px;
  margin-left: 21px;
}

.enquiry_block .left_content {
  width: calc(100% - 167px);
}

.enquiry_block .right_content {
  width: 167px;
}

.enquiry_block .right_content .primary_btn {
  min-width: 167px;
}

.news_listing_section {
  padding-top: 72px;
}

.news_listing_section .title_btn {
  position: relative;
  z-index: 9;
  margin-bottom: 42px;
}

.news_listing_section .title_btn h1 {
  width: 50%;
}

.news_listing_section .category_seleted {
  width: 50%;
}

.news_listing_section .category_seleted ul {
  display: flex;
  list-style: none;
  margin-bottom: 0px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.news_listing_section .category_seleted ul li span {
  font-size: 14px;
  line-height: 21px;
  border: 1px solid rgb(0 0 0 / 20%);
  display: block;
  padding: 1px 29px 1px 5px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.news_listing_section .category_seleted ul li {
  margin-right: 6px;
  margin-bottom: 10px;
}

.news_listing_section .category_seleted ul li span svg {
  position: absolute;
  right: 7px;
}

.case-study_main {
  background: #b2e0fd;
}

.case-study_main .news-banner {
  background: white;
  padding: 40px 0;
}

.case-study_main .news_listing_row .news_listing_right .news_listing_block .img_block img {
  height: 291px;
}

.news_listing_main.case-study_main:before {
  display: none;
}

.news_listing_block .content .case-logo img {
  height: 80px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

.case-study_slider .owl-stage {
  display: flex;
  align-items: stretch;
}

.case-study_slider .success_row,
.case-study_slider .item {
  height: 100%;
}

.case-study_slider .success_row {
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(178, 224, 253, 0.25);
}

.case-study_slider .success_row .success_left {
  width: 40%;
}

.case-study_slider .success_row .success_right .logo {
  margin-bottom: 11px;
}

.case-study_slider .success_row .success_right {
  width: 60%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.case-study_slider .success_row .success_right .logo img {
  width: auto;
  max-width: 300px;
}

.case-study_slider .success_slider .item .success_right a img {
  width: 10px;
  width: 10px;
  margin-left: 5px;
}

.case-study_slider .success_slider .item .success_right a {
  font-size: 14.5px;
  line-height: 21.422px;
  color: #0064d2;
  display: flex;
  margin-top: 60px;
  font-family: 'TelstraText-Bold';
}

.case-study_slider .success_row .success_right .content {
  padding: 50px 47px 50px;
}

.case-study_slider .success_row .success_right .content > span {
  font-size: 20px;
  line-height: 28px;
  color: #001e82;
  margin-bottom: 22px;
  display: block;
}

.case-study_slider .success_row .success_right .content p span {
  font-family: 'TelstraText-Medium';
}

.case-study_slider .success_row .success_right .content p {
  color: #001e82;
}

.case-study_slider .success_row .success_right .success_left img {
  height: 100%;
  align-content: center;
  width: 100%;
}

.case-study_slider .item .success_right a img {
  width: 10px;
  width: 10px;
  margin-left: 5px;
}

.case-study_slider .success_row .success_left img {
  height: 100%;
  object-fit: cover;
}

.case-study_slider .item .success_right a {
  font-size: 14.5px;
  line-height: 21.422px;
  color: #0064d2;
  display: flex;
  margin-top: 60px;
  font-family: 'TelstraText-Bold';
  /* position: absolute;
	bottom: 22px; */
}

.case-study_slider .item .success_right a:hover {
  color: #001e82;
}

.case-study_slider .success_row .success_left .img_block {
  height: 100%;
}

.case-study_slider_main button.owl-dot {
  width: 13px;
  height: 13px;
  border: 1px solid #0064d2 !important;
  background-color: transparent !important;
  border-radius: 50%;
  z-index: 99;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px !important;
  margin: 0px !important;
  opacity: 0.5;
}

.case-study_slider_main button.owl-dot.active {
  opacity: 1;
}

.case-study_slider_main button.owl-dot span {
  width: 9px;
  height: 9px;
  border: 1px solid #0064d2 !important;
  border-radius: 50%;
  background-color: #0064d2 !important;
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
}

.case-study_slider_main button.owl-dot {
  margin-left: 10px !important;
}

.case-study_slider_main .owl-dots {
  /* margin: 0;
	position: absolute;
	right: 0;
	bottom: 37px;
	transform: translate(-45px); */
}

.news_listing_row .news_listing_right.case_study_right .news_listing_block .letest_block .content span {
  display: flex;
  align-items: center;
  color: #0064d2;
  font-family: 'TelstraText-Bold';
  position: absolute;
  bottom: 17px;
}

.news_listing_row .news_listing_right.case_study_right .news_listing_block .letest_block .content {
  padding-bottom: 0px;
}

.news_listing_row .news_listing_right.case_study_right .news_listing_block .letest_block .content span img {
  padding-left: 5px;
}

.news_listing_row .news_listing_right.case_study_right .news_listing_block .letest_block {
  padding-bottom: 50px;
  position: relative;
}

.news_banner_slider button.owl-dot {
  width: 13px;
  height: 13px;
  border: 1px solid #fff !important;
  background-color: transparent !important;
  border-radius: 50%;
  z-index: 99;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px !important;
  margin: 0px !important;
  opacity: 0.5;
}

.news_banner_slider button.owl-dot.active {
  opacity: 1;
}

.news_banner_slider button.owl-dot span {
  width: 9px;
  height: 9px;
  border: 1px solid #fff !important;
  border-radius: 50%;
  background-color: #fff !important;
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
}

.news_banner_slider button.owl-dot {
  margin-left: 10px !important;
}

.news_banner_slider .owl-dots {
  margin: 0;
  position: absolute;
  right: 27px;
  bottom: 17px;
  width: 100%;
  transform: none;
  justify-content: flex-end;
}

.case_study_banner {
  padding: 40px 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.case_study_banner .case_study_banner_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 73px;
  border-bottom: 1px solid #d8effe;
}

.case_study_banner .case_study_banner_left {
  width: calc(100% - 500px);
}

.case_study_banner .case_study_banner_right {
  width: 390px;
}

.case_study_banner .case_study_banner_right .img_block {
  text-align: right;
}

.case_study_banner .case_study_banner_right .img_block > img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.case_study_banner .case_study_banner_left p {
  font-size: 1.25em;
  line-height: 1.5em;
}

.case_study_banner .case_study_banner_right .logo-case {
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 202px;
  padding: 29px 23px;
  border-radius: 8px;
  margin-top: -134px;
  z-index: 9;
  position: relative;
}

.case_study_banner .case_study_banner_left .social_icon ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.case_study_banner .case_study_banner_left .social_icon {
  margin-top: 69px;
}

.case_study_banner .case_study_banner_left .social_icon ul li a {
  width: 36px;
  height: 36px;
  background-color: #123ac0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.case_study_banner .case_study_banner_left .social_icon ul li {
  margin-right: 8px;
}

.case_study_single {
  padding-top: 49px;
  padding-bottom: 53px;
}

.case_study_single .case_study_single_row {
  display: flex;
  flex-wrap: wrap;
}

.case_study_single .case_study_single_left {
  width: 371px;
}

.case_study_single .case_study_single_right {
  width: calc(100% - 371px);
  padding-left: 83px;
}

.case_study_single .case_study_single_left .challege h3 {
  margin-bottom: 9px;
}

.case_study_single .case_study_single_left .challege {
  margin-bottom: 34px;
}

.case_study_single .case_study_single_left .solution h3 {
  margin-bottom: 22px;
}

.case_study_single .product_block {
  width: 100%;
}

.case_study_single .product_solution,
.case_study_single .product_solution_inner,
.case_study_single .product_block {
  margin: 0;
  padding: 0;
}

.case_study_single .case_study_single_left .impact_list {
  margin-top: 37px;
}

.case_study_single .case_study_single_left .impact_list ul li:before {
  content: '';
  position: absolute;
  background-image: url('../images/checkmark.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 19px;
  height: 19px;
  left: 0;
  top: 2px;
}

.case_study_single .case_study_single_left .impact_list h3 {
  margin-bottom: 22px;
}

.case_study_single .case_study_single_left .impact_list ul li {
  position: relative;
  padding-left: 30px;
  list-style: none;
}

.case_study_single_right .content ul {
  list-style: disc;
  padding-left: 17px;
}

.case_study_single_right .content figure {
  margin-left: 0px;
  margin-right: 0px;
}

.case_study_single_right .content figure img {
  width: 100%;
  border-radius: 8px;
}

.case_study_single_right .content iframe,
.case_study_single_right .content video {
  /*margin: 25px 0px;*/
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.case_study_single_right .enquiry_block .left_content h3 {
  max-width: 442px;
  margin-left: 0px;
}

.case_study_single_right .enquiry_block {
  padding: 39px 56px 40px 30px;
  background-image: url('../images/fusce-bg.jpg');
}

.event_select .select_block .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.event_select .select_block .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  min-width: 250px;
  height: 45px;
  width: 100%;
}

.event_select .select_block .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  padding: 10px 18px 10px 13px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #000;
}

.event_select .select_block .select-styled:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 16px;
  right: 10px;
  background-image: url('../images/down-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease;
}

.event_select .select_block .select-styled:active:after,
.event_select .select_block .select-styled.active:after {
  top: 18px;
  transform: rotate(180deg);
}

.event_select .select_block .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 9;
  margin: 0;
  padding: 0;
  list-style: none;
  background: linear-gradient(180deg, #2a2d80 0%, #00b2ea 100%);
  height: auto;
  overflow: auto;
}

.event_select .select_block .select-options::-webkit-scrollbar {
  width: 5px;
}

.event_select .select_block .select-options::-webkit-scrollbar-track {
  box-shadow: none;
}

.event_select .select_block .select-options::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid fff;
}

.event_select .select_block .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #fff;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.event_select .select_block .select-options li:hover,
.event_select .select_block .select-options li.is-selected {
  color: #001e82;
  background: #fff;
}

.event_select .select_block .select-options li[rel='hide'] {
  display: none;
}

.event_select .select_block {
  /* display: flex; */
  align-items: center;
  margin: 0 30px 20px 0;
}

.event_select .select_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.event_select .select_block:last-child {
  margin-right: 0px;
}

.event_select .select_block label {
  margin-bottom: 10px;
  padding-right: 10px;
  font-family: 'TelstraText-Medium';
  color: #001e82;
}

.event-list {
  margin-top: 31px;
  padding-left: 10px;
}

.event-list .event_list_block {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 23px 25px 19px 15px;
  border-radius: 8px;
  flex-wrap: wrap;
  position: relative;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.event-list .event_list_block:last-child {
  margin-bottom: 0px;
}

.event-list .event_list_title {
  width: 41%;
}

.event-list .event_list_description {
  width: 45%;
  padding-left: 38px;
  position: relative;
  padding-right: 89px;
}

.event-list .event_list_description p {
  margin-top: 0px;
}

.event-list .event_list_btn {
  width: 14%;
}

.event-list .event_list_btn .primary_btn {
  min-width: 169px;
}

.event-list .date_location span {
  display: flex;
  align-items: center;
  margin-right: 14px;
  font-size: 16px;
}

.event-list .date_location span img {
  margin-right: 9px;
  height: 20px;
  width: auto;
}

.event-list .date_location {
  display: flex;
}

.event-list .event_list_title h3 {
  margin-bottom: 15px;
}

.event-list .event_list_description:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #d8effe;
}

.upcoming_event .title {
  margin-bottom: 43px;
  text-align: left;
  margin-left: initial;
  margin-right: initial;
}

.event-list .event_list_block:before {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: linear-gradient(180deg, #2a2d80 0%, #00b2ea 100%);
}

.banner_section.inner_banner.event_single_banner {
  min-height: 460px;
}

.banner_section.inner_banner.event_single_banner .banner_block .date_location {
  margin-bottom: 45px;
}

.banner_section.inner_banner.event_single_banner .banner_block .date_location span {
  display: flex;
  align-items: center;
  margin: 0 20px 10px 0;
}

.banner_section.inner_banner.event_single_banner .banner_block .date_location span img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 9px;
}

.banner_section.inner_banner.event_single_banner .banner_block .date_location {
  display: flex;
  flex-wrap: wrap;
}

.banner_section.inner_banner.event_single_banner .container .banner_block {
  padding: 23px 32px 26px 24px;
  transform: translate(0px, -51px);
}

.banner_section.inner_banner.event_single_banner .container .banner_block h1 {
  margin-bottom: 14px;
}

.event_detail_row {
  padding: 36px 75px 36px 30px;
  border-radius: 8px;
  background: #fff;
  display: flex;
}

.event_detail_section {
  margin-top: -86px;
}

.event_detail_section .event_detail_left {
  width: 40%;
  padding-right: 32px;
  border-right: 1px solid #d8effe;
}

.event_detail_section .event_detail_right {
  width: 60%;
  padding-left: 45px;
}

.event_detail_section .detail_list ul li label {
  background-color: #ecf7fe;
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 0px;
  margin-bottom: 8px;
}

.event_detail_section .detail_list ul li label img {
  margin-right: 15px;
}

.event_detail_section .detail_list ul li {
  list-style: none;
  margin-bottom: 15px;
}

.event_detail_section .detail_list ul li p {
  margin: 0px;
}

.event_detail_section .detail_list ul li address {
  font-style: normal;
}

.event_detail_section .detail_list ul li p span {
  font-family: 'TelstraText-Medium';
}

.event_detail_section .enquiry_block {
  padding: 34px 42px;
  background-image: url(../images/fusce-bg.jpg);
  margin-bottom: 0px;
}

.event_detail_section .enquiry_block .left_content {
  display: block;
}

.event_detail_section {
  padding-bottom: 43px;
  z-index: 1;
}

.event_detail_section .enquiry_block .left_content h3 {
  margin: 0px;
}

.event_detail_section .enquiry_block .left_content p {
  margin: 5px 0px 0px 0px;
  color: #fff;
}

.banner_section.inner_banner.contact_banner .banner_block .contact-icon {
  font-size: 20px;
  line-height: 22px;
  font-family: 'TelstraText-Bold';
  display: flex;
  align-items: center;
  color: #001e82;
  margin-bottom: 10px;
}

.banner_section.inner_banner.contact_banner .banner_block .contact-icon span {
  color: #0064d2;
}

.banner_section.inner_banner.contact_banner .banner_block .contact-icon img {
  margin-right: 10px;
  width: 23px;
  height: auto;
  padding: 0;
}

.form_section {
  padding: 60px 47px;
}

.counter_block svg {
  width: 247px;
  height: 247px;
  position: absolute;
  top: 0;
  left: 0;
}

.counter_block svg circle {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-dasharray: 776, 776;
  stroke-width: 2;
  fill: transparent;
  r: 122;
  cx: 124;
  cy: 123;
}

.counter_block svg circle.fill {
  stroke: #d3d3d3;
}

.counter_block .counter_content.active svg circle.progress {
  stroke: #001e82;
  transition: stroke-dashoffset 0.35s;
  stroke-dashoffset: 776;
  -webkit-animation: NAME-YOUR-ANIMATION 1.9s forwards;
  -webkit-animation-timing-function: linear;
}

.map_counter_section .counter_block:nth-child(even) .counter_content.active svg circle.progress {
  -webkit-animation: NAME-YOUR-ANIMATION 3.3s forwards;
}

.counter_block:nth-child(even) .counter_content svg {
  width: 207px;
  height: 207px;
}

.counter_block:nth-child(even) .counter_content svg circle {
  r: 103;
  cx: 103;
  cy: 103;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
  0% {
    stroke-dashoffset: 776;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.telstras-health-counter .counter_block {
  position: relative !important;
  top: inherit !important;
  left: inherit !important;
  right: inherit !important;
  bottom: inherit !important;
}

.video_section.single_video_product {
  padding-bottom: 47px;
}

.video-popup {
  width: 100%;
  height: calc(100vh - 129px);
  margin: auto;
  position: fixed;
  top: 129px;
  left: 0;
  z-index: 99;
  display: none;
}

.video-popup .popup-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: calc(100vh - 129px);
  position: absolute;
}

.video-popup video,
.video-popup iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.video-popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
  max-height: 100%;
  overflow: scroll;
  padding: 100px 0;
}

.video-popup .close-btn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 40px;
  right: 0;
}

.video-popup .close-btn:after,
.video-popup .close-btn:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}

.video-popup .close-btn:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.video-popup .close-btn:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact_form_block {
  max-width: 685px;
  margin: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 35px;
  border: 1px solid #d8effe;
}

.embed_form_section .key_feature_row {
  margin-top: 0 !important;
  padding: 80px 40px;
}

.embed_form_block {
  max-width: 800px;
}

.embed_form_block > h2 {
  text-align: center;
}

.contact_form_block h2.gform_title {
  font-size: 20px;
  line-height: 24px;
  max-width: 554px;
  margin: auto;
}

.contact_form_block form {
  margin-top: 40px;
}

.embed_form_block .lp-form-field label,
.embed_form_block .marketing-subscription-list input[type='checkbox'] {
  float: left;
}

.contact_form_block .gform_wrapper .gform_footer {
  padding: 0px !important;
  display: block !important;
  text-align: center;
}

.contact_form_block .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 18px;
  grid-column-gap: 27px;
}

.contact_form_block .select .select-styled {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  background: transparent !important;
  border: none !important;
  margin-top: 0px !important;
  padding: 0px !important;
  line-height: normal !important;
  display: block !important;
  font-family: 'TelstraText-Regular' !important;
  font-weight: 400 !important;
}

.hamburger .line {
  width: 40px;
  height: 2px;
  background-color: #008be1;
  display: block;
  margin: 7px auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hamburger:hover {
  cursor: pointer;
}

/* ONE */

.show_menu .hamburger .line:nth-child(2) {
  opacity: 0;
}

.show_menu .hamburger .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.show_menu .hamburger .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.admin-bar header {
  top: 32px;
}

.video_play .playpause .icon {
  position: absolute;
  border: 1px solid #0064d2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  z-index: 9;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #0064d2;
}

.video_play .playpause:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 40%);
  top: 0;
  left: 0;
}

.video_play .playpause {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}

.video_play {
  position: relative;
}

.video_play .playpause img {
  width: 20px;
  margin-left: 7px;
}

.wp-block {
  max-width: 1500px;
}

.case-study_main .pagination .page-numbers {
  font-size: 14px;
  line-height: 20.684px;
  font-family: 'HelveticaNeueBold';
  margin: 0px 17px;
  opacity: 0.5;
  color: #001e82;
}

.case-study_main .pagination .page-numbers:hover {
  color: #001e82;
}

.case-study_main .pagination {
  display: flex;
  justify-content: center;
  padding-bottom: 42px;
  padding-top: 10px;
  align-items: center;
}

.case-study_main span.page-numbers.current {
  background-color: #ecf7fe;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1;
  margin: 0px;
}

.news_listing_main .pagination .page-numbers {
  font-size: 14px;
  line-height: 20.684px;
  font-family: 'HelveticaNeueBold';
  margin: 0px 5px;
  opacity: 0.5;
  color: #001e82;
}

.news_listing_main .pagination .page-numbers:hover {
  opacity: 1;
}

.news_listing_main .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 42px;
  padding-top: 10px;
  align-items: center;
}

.news_listing_main .page-numbers {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.news_listing_main span.page-numbers.current {
  background-color: #ecf7fe;
  opacity: 1;
}

.news_listing_block .content .case-logo {
  margin-bottom: 10px;
}

.product_support_listing .letest_block .btn .primary_btn {
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_support_listing .letest_block .btn .primary_btn svg {
  margin-right: 10px;
  transition: all 0.3s ease;
}

.product_support_listing .letest_block .btn .primary_btn svg path {
  transition: all 0.3s ease;
}

.product_support_listing .letest_block .btn .primary_btn:hover svg path {
  stroke: #fff;
}

.product_support_listing .letest_block .content h3 {
  margin-bottom: 10px;
}

.product_support_listing .news_listing_right .news_listing_block .letest_block .content p {
  font-family: 'TelstraText-Regular';
}

.product_support_listing .news_listing_right .news_listing_block .letest_block:hover .content p {
  color: #000;
}

.product_support_listing .news_listing_right .news_listing_block .letest_block .content {
  padding: 19px 25px 19px 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 91px);
}

.product_support_listing .news_listing_right .news_listing_block .img_block img {
  max-height: 91px !important;
}

.product_support_listing .news_listing_right .news_listing_block .letest_block {
  position: relative;
  /* padding-bottom: 120px;
    */
}

.product_support_listing .letest_block .btn {
  width: 100%;
  margin-top: 18px;
}

.product_support_listing {
  margin-top: 72px;
  padding-bottom: 114px;
}

.container .wp-mycore.container {
  max-width: unset;
  margin: unset;
  padding: unset;
}

.product_support_listing .pagination .page-numbers {
  font-size: 14px;
  line-height: 20.684px;
  font-family: 'HelveticaNeueBold';
  margin: 0px 17px;
  opacity: 0.5;
  color: #001e82;
}

.product_support_listing .pagination .page-numbers:hover {
  color: #001e82;
}

.product_support_listing .pagination {
  display: flex;
  justify-content: center;
  padding-bottom: 0px;
  padding-top: 10px;
  align-items: center;
}

.product_support_listing span.page-numbers.current {
  background-color: #ecf7fe;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1;
  margin: 0px;
}

.search-entry-row {
  display: flex;
  flex-wrap: wrap;
}

.search-entry-row article.search-entry {
  width: calc(33.33% - 10px);
  border: 1px solid;
  margin: 5px;
}

.default-layout article.search-entry a {
  border: none !important;
}

.search-entry-row article.search-entry a {
  border: 1px solid rgba(64, 23, 23, 0.3);
  display: block;
  flex-direction: column;
  padding: 10px;
  height: 100%;
}

.default-layout .search-entry .search-entry-type {
  color: #262626;
  text-align: center;
}

.default-layout .search-entry h2 {
  text-align: center;
}

.site_footer .bottom_row .bottom_left .visit_link p {
  display: flex;
  align-items: center;
}

.site_footer .bottom_row .bottom_left .visit_link p a {
  margin: 0px;
  padding-left: 4px;
}

.site_footer .bottom_row .bottom_left .visit_link p img {
  padding-right: 7px;
  margin-top: -3px;
}

.contact_form_block .gform_heading {
  display: none;
}

.three_column_section .download_brochure a {
  color: #0064d2;
  font-size: 14px;
  font-family: 'TelstraText-Bold';
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.three_column_section .download_brochure a svg {
  margin-left: 5px;
}

.three_column_section .download_brochure a:hover {
  color: #001e82;
}

.three_column_section .download_brochure a svg path {
  transition: all 0.3s ease;
}

.three_column_section .download_brochure a:hover svg path {
  fill: #001e82;
}

.two_main_right .primary_btn svg {
  display: none;
}

.primary_btn.transparent_btn:hover {
  background-color: #0064d2;
  color: #fff;
}

.bgimage_with_ctablock .ctablock .cta_action img {
  margin-left: 7px;
}

/* .single-products .banner_section.inner_banner.product_banner .primary_btn{
    margin-top: 87px;
}
*/

.page-id-661 .banner_section.inner_banner {
  min-height: 460px;
}

.page-id-661 .banner_section.inner_banner .banner_block {
  transform: translate(0px, -46px);
}

.key_feature_section.contact_form_section .key_feature_row {
  padding: 54px 43px;
  /* margin-top: -130px; */
}

.key_feature_section.contact_form_section .key_feature_row .question_text h3 {
  margin-bottom: 0px;
}

.key_feature_section.contact_form_section .key_feature_row .question_text p {
  margin: 0px;
  color: #001e82;
}

.key_feature_section.contact_form_section .key_feature_row .question_text {
  margin-top: 30px;
}

.key_feature_section.contact_form_section .key_feature_row .question_text p a {
  color: #0064d2;
}

.key_feature_section.contact_form_section .key_feature_row .contact_form_block {
  box-shadow: 0px 0px 17px rgba(0, 153, 248, 0.18);
}

.key_feature_section.contact_form_section .key_feature_row .question_text p a:hover {
  text-decoration: underline;
}

.key_feature_section.contact_form_section .key_feature_row .contact_form_block h3 {
  text-align: center;
}

.key_feature_section.contact_form_section .key_feature_row .contact_form_block {
  padding: 34px 45px 18px 45px;
}

.product_support_listing .news_listing_row .news_listing_right .news_listing_block .img_block.logo img {
  object-fit: contain;
  margin: auto;
  width: auto;
  height: auto;
  padding: 0 10px;
}

.product_support_listing .news_listing_row .news_listing_right .news_listing_block .img_block.logo {
  text-align: center;
  overflow: hidden;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .default_page_style {
	padding: 100px 0px;
} */

.default_page_style h1.wp-block-heading {
  margin-bottom: 40px;
}

.general-content p {
  margin-bottom: 1.4rem;
}

.general-content ol li,
.general-content ul li,
.general-content ol li,
.general-content ul li {
  font-size: 16px;
  line-height: 24px;
  font-family: 'TelstraText-Regular';
  color: #000;
  margin-bottom: 10px;
}

.general-content a:not(.primary_btn, .button) {
  text-decoration: underline;
}

.general-content a:not(.primary_btn, .button):hover {
  color: #001e82;
}

.general-content ol,
.general-content ul {
  margin-bottom: 1.4rem;
  display: block;
}

.general-content ol ol,
.general-content ul ul {
  margin-left: 20px;
}

.back_to_top.show {
  opacity: 1;
  visibility: visible;
}

.back_to_top {
  display: flex;
  background-color: #bee4f9;
  width: 45px;
  height: 44px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 129px;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
  z-index: 1000;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.site_footer .top_row .top_left .footer_logo {
  display: inline-block;
}

.search-no-results section.default-layout {
  padding: 100px 0px;
  text-align: center;
}

.search-results section.default-layout {
  padding: 100px 0px;
  text-align: center;
}

.search-no-results form#search-form .search-field {
  height: 50px;
  font-size: 16px !important;
  line-height: 21.28px;
  border: 1px solid #0064d2 !important;
  color: #000;
  border-radius: 0px;
  padding-left: 16px !important;
  background-color: transparent;
}

.search-no-results input#searchsubmit {
  height: 50px;
  font-size: 16px !important;
  border: 1px solid #0064d2 !important;
  color: #fff;
  border-radius: 0px;
  padding-left: 16px !important;
  background-color: #0064d2;
  margin-left: -4px;
  position: relative;
  top: 0px;
  padding: 12px !important;
}

.three_column_row .partner_block:nth-child(n + 4) {
  margin-top: 35px;
}

.has-large-font-size {
  line-height: 38px;
}

.wp-block-button__link.wp-element-button {
  margin: 10px 0px;
}

.wp-block-button.alignright {
  text-align: right;
}

.has-larger-font-size {
  line-height: 50px;
}

.page-template-team .news-banner {
  padding-bottom: 50px;
}

.team-section {
  padding: 50px 0 50px;
}

.team-section h1 {
  text-align: center;
  font-size: 32px;
  line-height: 35.2px;
  margin-bottom: 40px;
  font-family: 'TelstraDisplay-Bold';
  display: block;
}

.team-section h2 {
  text-align: center;
  font-size: 32px;
  line-height: 35.2px;
  margin-bottom: 40px;
  font-family: 'TelstraDisplay-Bold';
  display: block;
}

.team-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.team-box {
  width: 33.33%;
  padding: 0 15px 50px;
  cursor: default;
}

.team-box figure {
  margin: 0 0 20px;
}

.team-box figure img {
  width: 100%;
  display: block;
}

.team-box h2 {
  color: #001e82;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 26.4px;
  font-family: 'TelstraText-Bold';
  text-align: left;
}

.team-box p {
  margin-top: 0;
}

.team-box .read-more {
  font-weight: 700;
  color: #0064d2;
  font-size: 18px;
  line-height: 29px;
  position: relative;
  transition: all 0.3s ease;
  padding-right: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.team-box .read-more img {
  fill: #001e82;
  padding-left: 8px;
  position: relative;
  top: 1px;
}

.team-box .read-more:hover {
  color: #001e82;
}

.team-section .modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 111;
}

.team-section .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px;

  border-radius: 0.5rem;
  max-width: 900px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 597px;
  width: 900px;
  max-height: calc(100% - 100px);
  max-width: calc(100% - 40px);
}

.team-section .close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: transparent;
  color: #000;
  font-size: 50px;
}

.team-section .show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.team-section .team-popup {
  display: flex;
  flex-wrap: wrap;
}

.team-section .team-left {
  width: 40%;
}

.team-section .team-left img {
  width: 100%;
  display: block;
}

.team-section .team-right {
  width: calc(100% - 40%);
  text-align: left;
  padding-left: 40px;
}

.team-section .team-right h2 {
  text-align: left;
  margin-bottom: 20px;
}

.main__firstbox {
  position: relative;
  margin-top: -62px;
  background-color: #fff;
  font-weight: 300;
  padding: 40px;
  border-radius: 8px;
}

.firstbox {
  padding-bottom: 30px;
}

.page-template-about section.community_health .community_health_row {
  padding: 0px;
  display: none;
}

.page-template-about section.community_health .community_health .icon_text {
  padding-bottom: 0px;
}

.page-template-about .banner_section.inner_banner .banner_block {
  transform: translate(0px, -30px);
}

.page-template-about section.community_health {
  background-color: transparent;
}

.banner_section video {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}

.banner_section:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
  opacity: 0.1;
}

.telstras-health-counter .title {
  max-width: 950px;
}

.telstras-health-counter h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 35.2px;
}

.enquerywith_form_section {
  padding: 80px 0px 68px;
}

.enquerywith_form_section .container {
  display: flex;
}

.enquerywith_form_section .container .enquery_icon_block {
  width: 50%;
  padding-right: 111px;
}

.enquerywith_form_section .container .contact_form_block {
  width: 50%;
  max-width: 100%;
}

.enquerywith_form_section .enquery_card {
  border: 1px solid #b2e0fd;
  border-radius: 8px;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}

.enquerywith_form_section .enquery_icon {
  width: 76px;
}

.enquerywith_form_section .enquery_content {
  width: calc(100% - 76px);
  padding-left: 22px;
}

.enquerywith_form_section .enquery_icon .icon {
  width: 76px;
  height: 76px;
  background-color: #d8effe;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.enquerywith_form_section .enquery_content a,
.contact_form_section .arrow-btn {
  display: inline-flex;
  align-items: center;
  color: #0064d2;
  font-family: 'TelstraText-Bold';
  font-size: 14.5px;
  line-height: 21px;
  font-weight: 500;
  text-decoration: none !important;
}

.enquerywith_form_section .enquery_content a:hover,
.contact_form_section .arrow-btn:hover {
  color: #001e82;
}

.enquerywith_form_section .enquery_content h3 {
  margin-bottom: 10px;
}

.enquerywith_form_section .enquery_content a img,
.contact_form_section .arrow-btn img {
  margin-left: 5px;
}

.mobile_banner_image {
  display: none !important;
}

.popup-content video {
  position: static;
  background: black;
}

.product_support_listing .display_product {
  width: calc(100% - 292px);
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product_support_listing .display_product p {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 8.75em;
}

.product_support_listing .display_product h4 {
  margin: 0;
}

.product_support_listing .display_product p a {
  color: #0064d2;
}

.product_support_listing .title_btn h2 {
  margin: 0;
}

.product_support_listing .display_product h4 p {
  font-size: 20px;
}

.pordcast_support_listing .news_listing_card {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -15px;
}

.pordcast_support_listing .news_listing_row {
  width: 33%;
  padding: 0 20px;
  margin-bottom: 30px;
}

.pordcast_support_listing .letest_block {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  border: 1px solid #d8effe;
  height: 100%;
  background-color: #fff;
}

.pordcast_support_listing .content {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: calc(100% - 240px);
}

.pordcast_support_listing .img_block {
  height: 240px;
}

.pordcast_support_listing .img_block img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.three_column_section .primary_btn:hover {
  border-color: #fff;
}

footer .primary_btn:hover {
  border-color: #fff;
}

.pordcast_support_listing .letest_block .product_landing_caption {
  margin-bottom: 20px;
}

.pordcast_support_listing .content .btn {
  margin-top: auto;
}

.pordcast_support_listing .letest_block .product_landing_caption p {
  font-size: 0.875em;
  font-family: 'TelstraText-Regular';
  font-weight: 400 !important;
  color: rgb(0 0 0 / 50%);
  line-height: 1.5em;
}

.pordcast_support_listing .letest_block .product_landing_caption h3 {
  font-family: 'TelstraText-Regular';
  font-weight: 400 !important;
  font-size: 16px;
}

.search-results .search-archive-main .pagination .page-numbers {
  font-size: 14px;
  line-height: 20.684px;
  font-family: 'HelveticaNeueBold';
  margin: 0px 17px;
  opacity: 0.5;
  color: #001e82;
}

.search-results .search-archive-main .pagination .page-numbers:hover {
  color: #001e82;
}

.search-results .search-archive-main .pagination {
  display: flex;
  justify-content: center;
  padding-bottom: 0px;
  padding-top: 40px;
  align-items: center;
}

.search-results .search-archive-main span.page-numbers.current {
  background-color: #ecf7fe;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1;
  margin: 0px;
}

.search-entry-row article.search-entry a:hover h2 {
  color: #0064d2;
}

.single-podcasts .banner_section.inner_banner.product_banner {
  background-position: center !important;
}

.podcast_desc {
  padding: 30px;
  background: #fff;
  margin-top: -80px;
  border-radius: 8px;
  z-index: 1;
  position: relative;
  margin-bottom: 50px;
}

.podcast_desc ul {
  list-style: disc;
  padding-left: 15px;
}

/***********OUR WORK***********************/

.our-work-section {
  padding: 65px 0;
  background-image: url('/wp-content/themes/telstra-health/images/blue-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.our-work-section .row {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.our-work-section .content {
  width: 30%;
  padding-right: 55px;
}

.our-work-section .list-wrapper {
  width: 70%;
  flex-direction: column;
  align-items: stretch;
  display: inline-flex;
  flex-direction: row;
  height: 100%;
  justify-content: end;
  flex-wrap: wrap;
}

.our-work-section .list-wrapper .list {
  width: 25%;
  display: inline-block;
  padding-right: 10px;
  padding-left: 20px;
  border-left: 1px solid #b2e0fd;
  /* min-width: 220px; */
}

.our-work-section .list-wrapper p {
  margin-bottom: 0;
  margin-top: 9px;
}

.our-work-section .list-wrapper .list span {
  font-size: 24px;
  color: #0064d2;
  font-family: 'TelstraDisplay-Bold';
}

.our-work-section .list-wrapper .footnote {
  flex: 100%;
  font-size: 1rem;
}

.our-work-section .content h2 {
  margin-bottom: 0;
}

.our-work-section h4,
.our-work-section h4 span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: #0064d2;
}

.autocomplete-result .suggestion-thumbnail {
  display: none;
}

.autocomplete-result-list {
    position: fixed !important;
    top: 129px !important;
}

body.admin-bar .autocomplete-result-list {
    top: 161px !important;
}

@media (max-width: 992px) {
    .autocomplete-result-list {
        top: 210px !important;
    }
    body.admin-bar .autocomplete-result-list {
        top: 210px !important;
    }
}
@media (max-width: 768px) {
    .autocomplete-result-list {
        top: 164px !important;
    }
        body.admin-bar .autocomplete-result-list {
        top: 164px !important;
    }
}

.search_block input#s {
  margin-top: 0;
  text-indent: 0;
  font-family: TelstraText-Regular;
}

.search_block button {
  background-color: transparent !important;
  border: 0 !important;
  width: auto !important;
  height: auto !important;
}

.news_listing_left.mobile {
  display: none;
}

.display_product.count_product {
  justify-content: end !important;
}

/* responsive css */

@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
  .main_header .header_row .navigation > ul > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .site_header .top_bar .visit_block img.mobile_icon {
    display: none;
  }
  .main_header .header_row .manu_search .top_header_content {
    display: none;
  }
  .site_footer .bottom_row .manu_column ul {
    display: block !important;
    height: auto !important;
  }
  .news_listing_left_mobile {
    display: none;
  }
}

@media (max-width: 1700px) {
  .back_to_top {
    right: 30px;
  }
}

@media (max-width: 1410px) {
  .main_header .header_row .manu_search {
    width: 75%;
  }
  .main_header .header_row .btn_block {
    width: 15%;
  }
  .main_header .header_row .btn_block .primary_btn {
    min-width: 100%;
  }
  .enquerywith_form_section .container .enquery_icon_block {
    padding-right: 80px;
  }
}

@media (max-width: 1300px) {
  .event_slider_container .owl-item {
    width: 500px !important;
  }
  /* .success_stories .owl-item {
		width: 1108px !important;
	} */
  .site_footer .bottom_row .bottom_right {
    width: 70%;
  }
  .site_footer .bottom_row .bottom_left {
    width: 30%;
  }
  .telstras-health-counter .map_counter_inner.counter_block_wrap {
    flex-wrap: wrap;
  }
  .telstras-health-counter .counter_block {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .main_header .header_row .navigation ul li {
    padding-right: 15px;
  }
  .main_header .header_row .btn_block {
    width: 15%;
  }
  .main_header .header_row .manu_search {
    width: 75%;
  }
  .main_header .header_row .search_block input {
    width: 100%;
    min-width: 100%;
  }
  .search_block form {
    width: 160px;
  }
  .main_header .header_row .manu_search {
    width: 75%;
  }
  .main_header .header_row .btn_block {
    width: 15%;
  }
  .product_slider {
    margin-top: 40px;
  }
  .counter_block:nth-child(odd) {
    width: 210px;
    height: 210px;
  }
  .counter_block svg {
    width: 210px;
    height: 210px;
  }
  .counter_block svg circle {
    r: 104;
    cx: 105;
    cy: 105;
  }
  .counter_content h2 {
    font-size: 35px;
  }
  .counter_block:nth-child(even) {
    width: 180px;
    height: 180px;
  }
  .counter_block:nth-child(even) svg {
    width: 180px;
    height: 180px;
  }
  .counter_block:nth-child(even) .counter_content svg circle {
    r: 88;
    cx: 118;
    cy: 89;
  }
  .map_counter_inner.counter_block_wrap .map_image {
    max-width: 800px;
    margin: auto;
  }
  .counter_block:nth-child(1) {
    top: -109px;
    left: 21%;
  }
  .counter_block:nth-child(2) {
    top: -25px;
    left: 45%;
  }
  .counter_block:nth-child(4) {
    top: 154px;
    left: 14%;
  }
  .counter_block:nth-child(5) {
    top: 219px;
    left: 46%;
  }
  .map_counter_inner.counter_block_wrap {
    min-height: 433px;
  }
  .three_column_row .partner_block .wrapper {
    padding: 20px;
  }
  .three_column_row {
    display: flex;
    margin: 0px -23px;
    margin-top: 64px;
    flex-wrap: wrap;
  }
  .three_column_row .partner_block {
    padding: 0px 15px;
  }
  /* .success_stories .owl-item {
		width: 940px !important;
	} */
  .site_footer .bottom_row .bottom_left {
    width: 25%;
    padding-right: 15px;
  }
  .site_footer .bottom_row .bottom_right {
    width: 75%;
  }
  .site_footer .bottom_row .manu_column {
    width: 26%;
    padding-right: 15px;
  }
  .site_footer .bottom_row .btn_logo_column {
    width: 20%;
  }
  .image_text_section {
    padding-bottom: 100px;
  }
  .telstras-health-counter .map_counter_inner.counter_block_wrap {
    margin-top: 100px;
  }
  .telstras-health-counter .counter_content h2 {
    margin-bottom: 5px;
  }
  .video_section {
    padding-bottom: 100px;
  }
  .two_column_section {
    padding: 76px 0px 100px;
  }
  .news_listing_row .news_listing_right .news_listing_block .img_block img {
    height: 160px;
  }
  .news_listing_row .news_listing_right .news_listing_block .letest_block .content {
    padding: 15px 15px 10px 15px;
  }
  .event-list .event_list_btn {
    width: 16%;
  }
  .event-list .event_list_title {
    width: 38%;
  }
  .event-list .event_list_btn .primary_btn {
    min-width: 100%;
  }
  .event-list .event_list_description {
    padding-left: 25px;
    padding-right: 50px;
  }
  .map_counter_section .counter_block .counter_content.active svg circle.progress {
    -webkit-animation: NAME-YOUR-ANIMATION 3.5s forwards;
  }
  .map_counter_section .counter_block:nth-child(even) .counter_content.active svg circle.progress {
    -webkit-animation: NAME-YOUR-ANIMATION 4.5s forwards;
  }
  .product_support_listing .news_listing_right .news_listing_block .letest_block .content {
    /* height: calc(100% - 160px);
        */
  }
  .product_support_listing .news_listing_row .news_listing_right .news_listing_block .img_block.logo img {
    height: 100px;
  }
  .enquerywith_form_section .container .enquery_icon_block {
    padding-right: 30px;
  }
  .pordcast_support_listing .news_listing_row {
    width: 50%;
  }
  .our-work-section .list-wrapper .list {
    width: 50%;
    margin-bottom: 40px;
  }
  .our-work-section {
    padding-bottom: 25px;
  }
  .work_section .icon_block .content h3 {
    font-size: 18px;
  }
  .work_section .icon_block .content img {
    width: 35px;
  }
}

@media (max-width: 991px) {
  .banner_section {
    min-height: 480px;
  }
  .main_header .header_row .manu_search {
    position: fixed;
    width: 100%;
    height: calc(100% - 129px);
    background-color: #fff;
    top: 129px;
    left: 0;
    display: block;
    padding-left: 20px;
    padding-top: 70px;
    transition: all 0.3s ease;
    transform: translate(100%, 0px);
    padding-bottom: 100px;
  }
  .show_menu .main_header .header_row .manu_search {
    transform: translate(0%, 0px);
    overflow: scroll;
  }
  .main_header .header_row .navigation {
    width: 100%;
  }
  .navigation > ul > li.menu-item-has-children > a:after {
    width: 25px;
    height: 25px;
    top: 9px;
  }
  .main_header .header_row .search_block {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .main_header .header_row .search_block form {
    width: 100%;
  }
  .main_header .header_row .search_block input {
    height: 55px;
  }
  .main_header .header_row .navigation ul {
    flex-wrap: wrap;
    width: 100%;
  }
  .main_header .header_row .navigation ul li {
    padding-right: 0px;
    width: 100%;
    border-bottom: 1px solid #d8effe;
  }
  .main_header .header_row .navigation ul li a {
    font-size: 30px;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .search_block form button {
    right: 18px;
    top: 18px;
  }
  .main_header .header_row .btn_block {
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .main_header .header_row .custom_logo {
    width: auto;
  }
  .main_header .header_row {
    justify-content: space-between;
  }
  .work_row {
    padding: 70px 0px 70px;
  }
  .work_row .work_left {
  }
  .work_row .work_right {
    /* width: 53.5%; */
    /* padding-left: 10px; */
  }
  .work_section .icon_block .content {
    height: 100%;
    text-decoration: none;
    /* min-height: 250px; */
    padding: 29px;
    /* background-size: auto; */
  }
  .work_section .icon_block {
    width: calc(100% / 3);
  }
  .bgimage_with_ctablock .ctablock {
    left: 14%;
  }
  .map_counter_inner.counter_block_wrap .map_image {
    max-width: 600px;
  }
  .counter_block:nth-child(odd) {
    width: 160px;
    height: 160px;
  }
  .counter_block svg {
    width: 160px;
    height: 160px;
  }
  .counter_block svg circle {
    r: 79;
    cx: 80;
    cy: 80;
  }
  .counter_content h2 {
    font-size: 20px;
  }
  .counter_block:nth-child(even) {
    width: 120px;
    height: 120px;
  }
  .counter_block:nth-child(even) svg {
    width: 120px;
    height: 120px;
  }
  .counter_block:nth-child(even) .counter_content svg circle {
    r: 58;
    cx: 148;
    cy: 59;
  }
  .counter_block p {
    font-size: 10px;
    max-width: 125px;
    line-height: 15px;
  }
  .counter_block:nth-child(even) p {
    max-width: 100px;
  }
  .counter_block:nth-child(1) {
    top: -86px;
    left: 21%;
  }
  .counter_block:nth-child(2) {
    top: -16px;
    left: 44%;
  }
  .counter_block:nth-child(4) {
    top: 129px;
    left: 14%;
  }
  .counter_block:nth-child(5) {
    top: 170px;
    left: 46%;
  }
  .map_counter_inner.counter_block_wrap {
    min-height: 332px;
    margin-top: 132px;
  }
  .map_counter_section {
    padding-bottom: 70px;
  }
  .three_column_row .partner_block .wrapper {
    padding: 15px;
  }
  .three_column_section {
    padding: 70px 0px;
  }
  .letest_news_section {
    padding: 70px 0px;
  }
  .letest_news_section .latest_news_row {
    flex-wrap: wrap;
  }
  .letest_news_section .latest_news_right {
    width: 100%;
    padding-left: 0px;
  }
  .letest_news_section .latest_news_left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .latest_news_right .letest_block {
    margin-bottom: 20px;
  }
  section.upcoming_event {
    padding: 70px 0px 90px;
  }
  .success_stories .success_row {
    flex-wrap: wrap;
  }
  .success_stories .success_row .success_left {
    width: 100%;
  }
  .success_stories .success_row .success_right {
    width: 100%;
  }
  /* .success_stories .owl-item {
		width: 600px !important;
	} */
  .success_stories .success_row .success_left .img_block {
    height: 300px;
  }
  .success_stories .success_row .success_right .content {
    padding: 30px;
  }
  .success_stories .title_btn {
    margin-bottom: 40px;
  }
  .logo_section {
    padding: 70px 0px;
  }
  .site_footer .bottom_row {
    flex-wrap: wrap;
  }
  .site_footer .bottom_row .bottom_left {
    width: 100%;
    padding-right: 0px;
  }
  .site_footer .bottom_row .bottom_right {
    width: 100%;
  }
  .site_footer .bottom_row .social_icon {
    margin-bottom: 0px;
  }
  .site_footer .bottom_row .bottom_left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 50px;
  }
  .site_footer .footer_bootom_link {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .site_footer .footer_bootom_link ul {
    width: 50%;
  }
  .site_footer .footer_bootom_link p {
    width: 50%;
  }
  .product_solution .title_btn {
    padding-top: 70px;
  }
  .product_solution .product_block {
    width: 50%;
    padding: 0px 10px;
  }
  .product_solution .product_solution_inner {
    margin: 0px -10px;
    margin-top: 50px;
  }
  .community_health_row {
    padding: 70px 0px;
  }
  .community_health .icon_text {
    padding-bottom: 70px;
  }
  .community_health_row .community_health_right {
    padding-left: 20px;
  }
  .community_health_row .community_health_left {
    padding-right: 20px;
  }
  .image_text_section {
    padding-bottom: 70px;
  }
  .image_text_row .img_content {
    padding-right: 15px;
  }
  .image_text_row .text_content {
    padding-left: 15px;
  }
  .telstras-health-counter .counter_block {
    width: 160px !important;
    height: 160px !important;
  }
  .telstras-health-counter .counter_block .counter_content svg {
    width: 160px !important;
    height: 160px !important;
  }
  .telstras-health-counter .counter_block .counter_content svg circle {
    r: 77 !important;
    cx: 81 !important;
    cy: 78 !important;
  }
  .telstras-health-counter {
    padding: 70px 0px;
  }
  .telstras-health-counter .counter_content h2 {
    font-size: 30px;
  }
  .telstras-health-counter .counter_block p {
    font-size: 12px;
  }
  .video_section {
    padding-bottom: 70px;
    padding-top: 50px;
  }
  .two_column_section {
    padding: 70px 0px;
  }
  .two_main_right {
    padding-left: 15px;
  }
  .two_main_left {
    padding-right: 15px;
  }
  .two_column_section .title {
    margin-bottom: 70px;
  }
  .two_main_wrapper {
    margin-top: 70px;
  }
  .two_main_wrapper:nth-child(even) .two_main_right {
    padding-right: 15px;
  }
  .two_main_wrapper:nth-child(even) .two_main_left {
    padding-left: 15px;
  }
  .accordian_section {
    padding: 70px 0px;
  }
  .accordian_field {
    max-width: 60%;
    padding-left: 30px;
  }
  .left_data_accordian {
    max-width: 40%;
  }
  .left_data_accordian {
    top: 144px;
  }
  .key_feature_row .key_feature_left {
    padding-right: 20px;
  }
  .key_feature_row .key_feature_right {
    padding-left: 20px;
  }
  .key_feature_row {
    padding: 17px 30px 50px 30px;
  }
  .news_listing_row .news_listing_right .news_listing_block {
    padding: 0px 10px;
    width: 50%;
  }
  .news_listing_row .news_listing_right .news_listing_card {
    margin: 0px -10px;
  }
  .news_listing_row .news_listing_left {
    width: 260px;
  }
  .news_listing_row .news_listing_right {
    width: calc(100% - 260px);
  }
  .news_listing_section {
    margin-top: 70px;
    padding-bottom: 50px;
  }
  .product_support_listing .letest_block .btn .primary_btn {
    font-size: 12px;
  }
  .enquiry_block {
    flex-wrap: wrap;
  }
  .enquiry_block .left_content {
    width: 100%;
    margin-bottom: 20px;
  }
  .enquiry_block .right_content {
    width: 100%;
  }
  .case-study_slider .success_row {
    flex-wrap: wrap;
  }
  .case-study_slider .success_row .success_left {
    width: 100%;
  }
  .case-study_slider .success_row .success_right {
    width: 100%;
  }
  .case-study_slider .success_row .success_left .img_block {
    height: 300px;
  }
  .case-study_slider .success_row .success_right .content {
    padding: 5px 30px 14px;
  }
  .case_study_banner .case_study_banner_right {
    margin-top: 30px;
  }
  .case_study_banner .case_study_banner_left {
    width: 100%;
  }
  .case_study_banner .case_study_banner_left .social_icon {
    margin-top: 40px;
  }
  .case_study_banner .case_study_banner_row {
    padding-bottom: 70px;
  }
  .case_study_single .case_study_single_left {
    width: 250px;
  }
  .case_study_single .case_study_single_right {
    width: calc(100% - 250px);
  }
  .case_study_single .case_study_single_left .solution_block .content {
    padding: 18px 20px 20px;
  }
  .case_study_single .case_study_single_left .solution_block .content h3 {
    margin-bottom: 10px;
  }
  .case_study_single .case_study_single_left .solution_block .content p {
    margin-top: 0px;
  }
  .case_study_single .case_study_single_right {
    padding-left: 30px;
  }
  .case_study_single_right .enquiry_block {
    padding: 25px;
  }
  /* .event_select .select_block .select {
		width: 240px;
	} */
  section.upcoming_event {
    padding: 70px 0px 70px;
  }
  .event-list .event_list_description {
    padding-left: 20px;
    padding-right: 20px;
    width: 43%;
  }
  .event-list .event_list_btn {
    width: 18%;
  }
  .event-list .event_list_title {
    padding-right: 15px;
  }
  .event-list .date_location {
    flex-wrap: wrap;
  }
  .event-list .date_location span {
    margin-bottom: 10px;
  }
  .event-list .date_location span:last-child {
    margin-bottom: 0px;
  }
  .event_detail_row {
    padding: 30px;
  }
  .event_detail_section .event_detail_right {
    padding-left: 30px;
  }
  .banner_section.inner_banner.event_single_banner .banner_block .date_location {
    margin-bottom: 50px;
  }
  .video-popup .popup-content {
    width: 600px;
  }
  .hamburger {
    width: 40px;
    margin-left: 20px;
  }
  .hamburger span:last-child {
    margin-bottom: 0px;
  }
  .main_header .header_row .btn_block .primary_btn {
    min-width: 150px;
  }
  .main_header .header_row .navigation ul .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    transform: none !important;
    box-shadow: none;
    padding: 0px;
    opacity: 1 !important;
    visibility: visible !important;
    padding-left: 20px;
    padding-bottom: 20px;
    display: none;
    transition: none;
  }
  .main_header .header_row .navigation ul li:hover a:after {
    transform: none;
  }
  .main_header .header_row .navigation ul li.active a:after {
    transform: rotate(180deg);
  }
  .main_header .header_row .navigation ul .sub-menu li a {
    line-height: 30px;
    margin-bottom: 0px;
    display: block;
    font-size: 23px;
    border: none;
    padding-bottom: 15px;
    padding-top: 15px;
    transition: all 0.3s ease;
  }
  .main_header .header_row .navigation ul .sub-menu li {
    border: none;
  }
  .main_header .header_row .navigation ul .sub-menu li:first-child a {
    padding-top: 0px;
  }
  .map_counter_section .counter_block .counter_content.active svg circle.progress {
    -webkit-animation: NAME-YOUR-ANIMATION 4.7s forwards;
  }
  .map_counter_section .counter_block:nth-child(even) .counter_content.active svg circle.progress {
    -webkit-animation: NAME-YOUR-ANIMATION 6.1s forwards;
  }
  .case-study_main .news_listing_row .news_listing_right .news_listing_block .img_block img {
    height: 200px;
  }
  .latest_news_right .img_block img {
    height: 100%;
  }
  .case-study_slider .item .success_right a {
    bottom: 19px;
  }
  .case-study_slider .success_row .success_right .content {
    padding: 5px 40px 50px 30px;
  }
  .case-study_slider .owl-stage {
    display: flex;
  }
  .case-study_slider .owl-item {
    background-color: #fff;
    border-radius: 8px;
  }
  .news_banner_slider .owl-dots {
    right: -56px;
  }
  .default_page_style {
    padding: 70px 0px;
  }
  .team-box {
    width: 50%;
  }
  .video_section .video_block video {
    height: 450px;
  }
  .enquerywith_form_section {
    padding: 70px 0px;
  }
  .our-work-section .content {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .our-work-section .list-wrapper {
    width: 100%;
    justify-content: space-between;
    padding-top: 35px;
    max-width: 600px;
    margin: 0 auto;
  }
  .our-work-section .row {
    flex-direction: column;
  }
  .our-work-section .list-wrapper .list {
    width: 50%;
    margin-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    max-width: 300px;
  }
  .our-work-section .list-wrapper .list:nth-child(odd) {
    border-left: 0;
  }
}

@media (max-width: 782px) {
  .admin-bar header {
    top: 46px;
  }
}

@media (max-width: 767px) {
  .product_support_listing .display_product p {
    line-height: normal;
  }
  .news-banner .news_banner_block span.category {
    bottom: -25px;
  }
  .pordcast_support_listing .news_listing_row {
    width: 100%;
  }
  .page-template-case-studies .news_listing_section {
    margin-top: 0;
    /* padding-top: 0; */
  }
  .page-id-2992 .section-padding {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .blog .news_listing_section {
    margin-top: 0;
    padding-top: 20px;
  }
  .product_support_listing .display_product {
    width: 100%;
    padding-left: 0;
    margin: 10px 0;
    flex-wrap: wrap;
  }
  .product_support_listing .display_product p {
    margin-bottom: 10px;
  }
  .banner_section video {
    position: static;
  }
  .mobile_banner_image {
    display: block !important;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    object-position: right top;
  }
  .banner_section:before {
    background: transparent;
  }
  .mobile_banner_image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 1;
    opacity: 0.1;
  }
  .site_header .top_bar {
    display: none;
  }
  .team-section {
    padding: 50px 0 0;
  }
  .page-template-team .news-banner {
    padding-bottom: 0;
  }
  .team-section .team-popup {
    padding-top: 30px;
    width: 100%;
  }
  .header_spacer {
    height: 96px;
  }
  .video-popup {
    height: calc(100vh - 96px);
    top: 96px;
  }
  .video-popup .popup-bg {
    height: calc(100vh - 96px);
  }
  .main_header .header_row .manu_search {
    top: 95px;
    padding-top: 95px;
  }
  .main_header .header_row .navigation ul li a {
    font-size: 22px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 17px;
    letter-spacing: 0.29px;
  }
  .navigation > ul > li.menu-item-has-children > a:after {
    width: 15px;
    height: 15px;
    top: 4px;
    right: 21px;
  }
  .main_header .header_row .search_block input {
    height: 43px;
  }
  .main_header .header_row .navigation ul .sub-menu li a {
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 18px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: 'TelstraText-Medium';
  }
  .main_header .header_row .navigation ul .sub-menu {
    padding-bottom: 34px;
    padding-top: 10px;
  }
  .show_menu .hamburger .line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  .show_menu .hamburger .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  .search_block form button {
    right: 18px;
    top: 13px;
  }
  .search_block form button img {
    width: 14px;
  }
  .main_header .header_row .manu_search {
    height: calc(100% - 88px);
  }
  .main_header .header_row {
    padding: 23px 0px;
  }
  .banner_section {
    /* height: 250px;
        padding-left: 10px;
        margin-bottom: 143px;
        align-items: flex-end;
        min-height: 250px;
       */
    height: auto;
    margin-bottom: 0px;
    background-position: right top !important;
    align-items: flex-end;
    background: #fff !important;
    padding: 0 0 60px !important;
    min-height: auto !important;
    flex-wrap: wrap;
  }
  h1 {
    font-size: 28px;
    line-height: 30.8px;
  }
  h2 {
    font-size: 22px;
    line-height: 24.8px;
  }
  h3 {
    font-size: 18px;
    line-height: 19.8px;
  }
  .banner_section .container .banner_block {
    padding: 25px;
    margin-bottom: -5px;
    width: 100%;
    max-width: calc(100% - 20px);
    margin-top: -35px;
  }
  .banner_section .container .banner_block h1 {
    margin-bottom: 30px;
  }
  .work_row {
    padding: 39px 0px 30px;
  }
  .work_row .work_left {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0;
  }
  .work_row .work_right {
    width: 100%;
    padding-left: 0px;
    margin-top: 37px;
  }
  .work_row .work_left .content h2 {
    font-size: 28px;
    line-height: 30.8px;
    width: 100%;
  }
  .work_row .work_left .content p {
    width: 100%;
  }
  .work_section .icon_block {
    padding: 0px 9px;
    margin-bottom: 18px;
    width: calc(100% / 3);
  }
  .work_row .work_left .content {
    flex-direction: column;
  }
  .work_section .icon_block:first-child .content {
    padding-left: 29px;
    background-image: url(/wp-content/themes/telstra-health/images/arrow-bg.svg);
  }
  .work_section .icon_block .content {
    max-width: 230px;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .work_section .icon_text {
    margin: 0px -9px;
  }
  .bgimage_with_ctablock:before {
    width: 100%;
    height: 296px;
  }
  .bgimage_with_ctablock .bg_image {
    width: 100%;
    padding-top: 296px;
  }
  .bgimage_with_ctablock .bg_image img {
    height: 227px;
    object-fit: cover;
  }
  .bgimage_with_ctablock .ctablock {
    left: 30px;
    max-width: calc(100% - 50px);
    top: 43%;
  }
  .bgimage_with_ctablock .ctablock h2 {
    font-size: 28px;
    line-height: 30.8px;
  }
  p,
  body {
    font-size: 15px;
    line-height: 22px;
  }
  .bgimage_with_ctablock .ctablock p {
    margin-bottom: 0px;
  }
  .bgimage_with_ctablock .ctablock .primary_btn {
    margin-top: 20px;
  }
  .bgimage_with_ctablock .ctablock .cta_action {
    font-size: 13.5px;
    line-height: 19.206px;
    margin-top: 21px;
  }
  .product_section {
    padding: 58px 0px 103px;
  }
  .title_btn {
    flex-wrap: wrap;
  }
  .product_sing .work_row .title_btn {
    margin-bottom: 10px;
  }
  .product_slider {
    margin-top: 38px;
  }
  .title_btn .primary_btn {
    min-width: 150px;
  }
  .title_btn h2 {
    font-size: 28px;
    line-height: 30.8px;
    width: 100%;
  }
  .product_slider .content {
    padding: 15px 22px 0px;
  }
  .product_slider .content h3 {
    margin-bottom: 10px;
  }
  .product_slider .content p {
    margin-top: 0px;
  }
  .primary_btn {
    height: auto;
    padding: 12px 15px;
    font-size: 13px;
    line-height: 19.206px;
  }
  .product_section .owl-dots {
    margin-top: 42px;
    padding-right: 20px;
  }
  .map_counter_inner.counter_block_wrap {
    min-height: auto;
    margin-top: 50px;
  }
  .title h2 {
    font-size: 28px;
    line-height: 30.8px;
  }
  .counter_block {
    position: relative;
    top: inherit !important;
    left: inherit !important;
  }
  .counter_block svg {
    display: none;
  }
  .counter_block:nth-child(odd) {
    width: 235px;
    height: 235px;
    margin: auto;
  }
  .counter_content h2 {
    font-size: 40px;
  }
  .counter_block p {
    font-size: 15px;
    line-height: 22px;
    max-width: 156px;
  }
  .slider_map .owl-dots {
    transform: none;
    max-width: 1300px;
    padding: 0px 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0px;
  }
  .map_counter_inner.counter_block_wrap .map_image {
    max-width: 600px;
    position: absolute;
    top: 39px;
  }
  .counter_block svg {
    width: 237px;
    height: 237px;
  }
  .counter_block svg circle {
    r: 116;
    cx: 120;
    cy: 117;
  }
  .three_column_section {
    padding: 61px 0px 73px;
    overflow: hidden;
  }
  .three_column_section .title_btn .primary_btn {
    min-width: 188px;
  }
  .three_column_row .partner_block {
    width: 100%;
    margin-bottom: 30px;
  }
  .three_column_row {
    flex-wrap: wrap;
    padding-left: 10px;
    margin-top: 29px;
  }
  .three_column_row .partner_block .wrapper {
    padding: 23px 32px 27px 39px;
  }
  .three_column_row .partner_block:last-child {
    margin-bottom: 0px;
  }
  .three_column_row .partner_block .content h3 {
    margin-bottom: 5px;
  }
  .three_column_row .partner_block .content p {
    margin-top: 0px;
  }
  .letest_news_section {
    padding: 59px 0px 39px;
  }
  .letest_news_section .title_btn .primary_btn {
    min-width: 160px;
  }
  .letest_news_section .latest_news_left a {
    display: flex;
    align-items: center;
    display: flex;
    margin-bottom: 37px;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d8effe;
    background-color: #fff;
  }
  .latest_news_right .content p {
    font-size: 15px;
    line-height: 22px;
  }
  .latest_news_right .content .tell_more {
    font-size: 13px;
    line-height: 19.206px;
  }
  .latest_news_right .content p {
    margin-bottom: 5px;
  }
  .latest_news_right .content {
    padding: 19px 12px 30px 14px;
  }
  .latest_news_right .img_block {
    width: 155px;
  }
  .latest_news_right .content {
    width: calc(100% - 155px);
  }
  .latest_news_right .letest_block {
    margin-bottom: 12px;
  }
  .latest_news_row .latest_news_left .img_block {
    position: relative;
    width: 155px;
  }
  .letest_news_section .latest_news_left .content {
    width: calc(100% - 155px);
    border: none;
    padding: 19px 12px 30px 14px;
  }
  .latest_news_left .content p {
    display: none;
  }
  .letest_news_section .latest_news_left .img_block img {
    height: 100%;
    border-radius: 0px;
  }
  .latest_news_row .latest_news_left .img_block:after {
    display: none;
  }
  .letest_news_section .latest_news_left .content h3 {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .letest_news_section .latest_news_left .content .tell_more {
    font-size: 13px;
    line-height: 19.206px;
  }
  .letest_news_section .latest_news_left a {
    align-items: inherit;
    margin-bottom: 12px;
  }
  .letest_news_section .latest_news_left {
    margin-bottom: 0px;
  }
  .letest_news_section .latest_news_left .image_wrape {
    height: 100%;
  }
  .letest_news_section .latest_news_row {
    margin-top: 29px;
  }
  section.upcoming_event {
    padding: 50px 0px;
  }
  .upcoming_event .title {
    margin-bottom: 30px;
  }
  .event_slider_container {
    margin-top: 52px;
  }
  .event_slider_container .owl-item {
    width: 361px !important;
  }
  .event_slider_container .event_slider .item .event_left h3 {
    font-size: 20px;
    line-height: normal;
  }
  .event_slider_container .event_slider .item .event_left {
    width: 100%;
    padding-right: 0px;
  }
  .event_slider_container .event_slider .item .event_row {
    flex-wrap: wrap;
  }
  .event_slider_container .event_slider .item .event_right {
    width: 100%;
    padding-left: 0px;
  }
  .event_slider_container .event_slider .item .event_left span {
    position: absolute;
    bottom: 19px;
  }
  .event_slider_container .event_slider .item .event_right span {
    font-size: 15px;
    line-height: 22.5px;
  }
  .event_slider_container .event_slider .item {
    padding: 22px 15px 70px 25px;
  }
  .event_slider_container .owl-dots {
    padding-right: 20px;
    margin-top: 43px;
  }
  .success_slider_container .owl-dots {
    padding-right: 20px;
  }
  /* .success_slider_container .owl-dots {
        margin-top: 59px;
   } */
  .success_stories {
    padding: 62px 0px 76px;
  }
  .success_stories .title_btn {
    margin-bottom: 30px;
  }
  /* .success_stories .owl-item {
		width: 520px !important;
	} */
  .success_stories .success_row .success_right .content > span {
    font-size: 18px;
    line-height: 25px;
  }
  .success_slider_container .success_slider .item .success_right a {
    font-size: 13px;
    line-height: 19.206px;
    margin-top: 32px;
  }
  .success_stories .success_row .success_right {
    height: 100%;
    align-items: flex-start;
  }
  .logo_section {
    padding: 70px 0px 62px;
  }
  .logo_section .title {
    padding: 0px 20px;
  }
  .logo_section .logo_slider {
    margin-top: 39px;
  }
  footer {
    padding: 50px 0px 65px;
    position: relative;
  }
  .site_footer .top_row {
    flex-wrap: wrap;
  }
  .site_footer .top_row .top_left {
    width: 100%;
  }
  .site_footer .top_row .top_right {
    width: 100%;
  }
  .site_footer .top_row .top_right .content p {
    font-size: 18px;
  }
  .site_footer .top_row .top_right .img_block {
    width: 60px;
  }
  .site_footer .top_row .top_right .content {
    padding-left: 17px;
  }
  .site_footer .top_row .top_right {
    margin-top: 64px;
  }
  .site_footer .bottom_row {
    flex-direction: column-reverse;
    padding-top: 33px;
  }
  .site_footer .bottom_row .manu_column {
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 1px solid rgb(0 100 210 / 50%);
    padding-right: 0px;
  }
  .site_footer .bottom_row .navigtion_row {
    flex-wrap: wrap;
  }
  .site_footer .bottom_row .btn_logo_column {
    width: 100%;
    margin-top: 40px;
  }
  .site_footer .bottom_row .logo_block img {
    width: 25%;
  }
  .site_footer .footer_bootom_link ul {
    width: 100%;
    justify-content: center;
    margin-bottom: 1.4rem;
  }
  .site_footer .footer_bootom_link p {
    width: 100%;
  }
  .site_footer .bottom_row .manu_column ul li a {
    line-height: 16.65px;
  }
  .site_footer .bottom_row .btn_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px -10px;
  }
  .site_footer .bottom_row .btn_block .primary_btn {
    width: 50%;
    margin: 0px 10px;
  }
  .site_footer .bottom_row .logo_block {
    margin-top: 51px;
  }
  .site_footer .visit_link {
    margin-top: 44px;
    text-align: center;
  }
  .site_footer .bottom_row .social_icon {
    position: absolute;
    top: 53px;
    right: 20px;
  }
  .site_footer .top_row .top_left img {
    width: 147px;
  }
  .site_footer .bottom_row .bottom_left {
    margin-bottom: 0px;
  }
  .site_footer .footer_bootom_link {
    margin-top: 44px;
  }
  .banner_section.inner_banner .container .banner_block p {
    font-size: 18px;
    line-height: 25.2px;
  }
  .banner_section.inner_banner {
    height: auto;
    margin-bottom: 0px;
    background-position: right top !important;
    align-items: flex-end;
    background: #fff !important;
    padding: 0 0 40px !important;
    min-height: auto !important;
    flex-wrap: wrap;
  }
  .work_section.health_journey_section .work_right {
    margin-top: 15px;
  }
  .work_section.health_journey_section .work_row {
    padding: 40px 0px 50px;
  }
  .product_solution {
    padding-bottom: 35px;
  }
  .product_solution .title_btn {
    padding-top: 50px;
  }
  .product_solution .product_block {
    width: 100% !important;
    padding: 0px 10px;
    margin-bottom: 15px;
  }
  .product_solution .product_solution_inner {
    margin-top: 30px;
  }
  .product_solution .content h3 {
    margin-bottom: 5px;
  }
  .product_solution .content p {
    margin-top: 5px;
  }
  .product_solution .content {
    padding: 15px 22px 0px;
  }
  .product_solution .product_solution_inner .primary_btn,
  .product_slider .primary_btn {
    width: calc(100% - 44px);
  }
  .community_health_row {
    padding: 50px 0px;
  }
  .community_health_row {
    flex-wrap: wrap;
  }
  .community_health_row .community_health_left {
    padding-right: 0px;
    width: 100%;
  }
  .community_health_row .community_health_right {
    padding-left: 0px;
    width: 100%;
    margin-top: 30px;
  }
  .community_health .icon_text {
    flex-wrap: wrap;
  }
  .community_health .icon_text .icon_column {
    width: 50%;
    padding-left: 10px;
    position: relative;
    padding-right: 10px;
    text-align: center;
    border: none;
    margin-bottom: 30px;
  }
  .community_health .icon_text .icon_column:before {
    display: none;
  }
  .community_health .icon_text .icon_column .icon {
    margin-left: auto;
    margin-right: auto;
  }
  .community_health .icon_text {
    padding-bottom: 20px;
  }
  .image_text_row {
    flex-wrap: wrap;
  }
  .image_text_row .img_content {
    padding-right: 0px;
    width: 100%;
  }
  .image_text_row .text_content {
    padding-left: 0px;
    width: 100%;
    margin-top: 30px;
  }
  .image_text_section {
    padding-bottom: 50px;
  }
  .community_health_row .community_health_left .content .primary_btn {
    margin-top: 15px;
  }
  .community_health_row .community_health_left .content h2 {
    font-size: 28px;
    line-height: 30.8px;
  }
  .telstras-health-counter .map_counter_inner.counter_block_wrap {
    margin-top: 50px;
  }
  .telstras-health-counter .map_counter_inner.counter_block_wrap {
    flex-wrap: wrap;
  }
  .telstras-health-counter .counter_block:nth-child(odd) {
    width: 235px !important;
    height: 235px !important;
  }
  .telstras-health-counter .counter_block .counter_content svg {
    width: 235px !important;
    height: 235px !important;
  }
  .telstras-health-counter .counter_content h2 {
    font-size: 40px;
  }
  .telstras-health-counter .counter_block p {
    font-size: 15px;
    line-height: 22px;
    max-width: 156px;
  }
  .telstras-health-counter .owl-dots {
    transform: none;
    width: 100%;
    padding: 0px 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0px;
    margin-top: 35px;
  }
  .telstras-health-counter .owl-carousel .owl-item {
    padding: 15px 0px;
  }
  .telstras-health-counter {
    padding: 50px 0px;
  }
  .telstras-health-counter .map_counter_inner.counter_block_wrap {
    margin-top: 30px;
  }
  .two_main_wrapper {
    flex-wrap: wrap;
  }
  .two_main_left {
    padding-right: 0px;
    width: 100%;
  }
  .two_main_right {
    padding-left: 0px;
    width: 100%;
    margin-top: 30px;
  }
  .two_main_wrapper:nth-child(even) .two_main_left {
    padding-left: 0px;
  }
  .two_main_wrapper:nth-child(even) .two_main_right {
    padding-right: 0px;
  }
  .two_main_wrapper {
    margin-top: 30px;
  }
  .two_column_section {
    padding: 50px 0px;
  }
  .two_column_section .title {
    margin-bottom: 30px;
  }
  .accordian_section {
    padding: 50px 0px;
  }
  .left_data_accordian {
    max-width: 100%;
    position: relative;
    top: inherit;
  }
  .accordian_section_main {
    flex-wrap: wrap;
  }
  .accordian_field {
    max-width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
  .left_data_accordian h2 {
    font-size: 28px;
    line-height: 30.8px;
  }
  .left_data_accordian .primary_btn {
    margin-top: 0px;
  }
  .accordion_list > li > .dark_color > h3 {
    padding: 20px;
  }
  .accordion_list .answer {
    padding: 20px;
    padding-top: 0px;
  }
  .bgimage_with_ctablock.demo_cta_block .ctablock {
    max-width: calc(100% - 50px);
    padding: 17px 17px 24px 24px;
    width: 100%;
  }
  .banner_section.kyra-banner .container .banner_block p {
    font-size: 18px;
    line-height: 25.2px;
  }
  .banner_section .container .banner_block a {
    font-size: 13px;
    line-height: 18px;
  }
  .banner_section.kyra-banner .container .banner_block h1 {
    margin-bottom: 5px;
  }
  .key_feature_row .key_feature_left {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  .key_feature_row {
    flex-wrap: wrap;
    padding: 20px;
    margin: 0;
  }
  .key_feature_row .key_feature_right {
    padding-left: 0px;
    width: 100%;
    border: none;
  }
  .banner_section.inner_banner.product_banner .banner_block {
    /*transform: translate(0px, -42px);
       */
    transform: none;
  }
  .banner_section.inner_banner.product_banner {
    /*height: 450px;
       */
    height: auto;
  }
  .key_feature_row .key_feature_right .content .btn .primary_btn {
    margin-right: 15px;
    min-width: 46% !important;
  }
  .video_section.single_video_product {
    padding-top: 30px;
  }
  .video_section .title {
    margin-bottom: 30px;
  }
  .news_listing_section {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .news_listing_row .news_listing_left {
    width: 100%;
  }
  .news_listing_row .news_listing_right {
    width: 100%;
    padding-left: 0px;
  }
  .news_listing_row {
    flex-wrap: wrap;
  }
  .news-banner .news_banner_block {
    padding: 25px;
  }
  .news-banner .news_banner_block {
    left: 20px;
    max-width: calc(100% - 30px);
    position: relative;
    transform: none;
    margin-top: -80px;
  }
  .news-banner .news_banner_block a {
    font-size: 13px;
    line-height: 19.206px;
  }
  .news-banner .news_banner_block a {
    margin-top: 20px;
  }
  .news_listing_section .title_btn {
    margin-bottom: 30px;
  }
  .enquiry_block {
    padding: 20px;
    margin-bottom: 50px;
  }
  .case-study_slider .success_row .success_right {
    height: 100%;
    align-items: flex-start;
  }
  .case-study_slider .success_row .success_right .content > span {
    font-size: 18px;
    line-height: 25px;
  }
  .case-study_slider .success_row .success_right .content {
    padding: 30px;
  }
  .news_listing_section .title_btn h1 {
    width: 100%;
  }
  .news_listing_section .category_seleted {
    width: 100%;
  }
  .news_listing_section .category_seleted ul {
    justify-content: flex-start;
  }
  .case_study_banner .case_study_banner_right .logo-case {
    margin-top: -110px;
    margin-left: 10px;
  }
  .case_study_single .case_study_single_left {
    width: 100%;
  }
  .case_study_single .case_study_single_right {
    padding-left: 0px;
    width: 100%;
    margin-top: 30px;
  }
  .case_study_banner .case_study_banner_row {
    padding-bottom: 50px;
  }
  .case_study_single {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  blockquote {
    padding: 0rem 0rem 0 30px;
    font-size: 18px;
    line-height: 24px;
  }
  .case_study_single_right .content iframe,
  .case_study_single_right .content video {
    height: 335px;
  }
  .case_study_single_right .enquiry_block {
    margin-bottom: 0px;
  }
  .case_study_banner .case_study_banner_left p {
    font-size: 18px;
    line-height: 25.2px;
  }
  .event-list .event_list_title {
    width: 100%;
  }
  .event-list .event_list_description {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .event-list .event_list_btn {
    width: 100%;
    margin-top: 20px;
  }
  .event-list .date_location span {
    display: block;
  }
  .event_select .select_row {
    flex-wrap: wrap;
  }
  .event_select .select_block {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  /* .event_select .select_block .select {
		width: 200px;
	} */
  .banner_section.inner_banner.event_single_banner {
    min-height: 450px;
    padding-left: 0px;
  }
  .banner_section.inner_banner.event_single_banner .banner_block .date_location {
    flex-wrap: wrap;
  }
  .banner_section.inner_banner.event_single_banner .banner_block .date_location span {
    width: 100%;
    margin-top: 10px;
  }
  .event_detail_row {
    flex-wrap: wrap;
  }
  .event_detail_section .event_detail_left {
    width: 100%;
    padding-right: 0px;
    border-right: none;
  }
  .event_detail_section .event_detail_right {
    padding-left: 0px;
    width: 100%;
    margin-top: 20px;
  }
  .event_detail_section .enquiry_block {
    padding: 25px;
  }
  /* .banner_section.inner_banner.contact_banner .banner_block {
		min-height: 230px;
	}

	.banner_section.inner_banner.contact_banner .banner_block a,
	.banner_section.inner_banner.contact_banner .banner_block span {
		font-size: 16px;
		line-height: 18px;
	} */
  .video-popup .popup-content {
    width: calc(100% - 30px);
    padding: 60px 0;
  }
  .video-popup .close-btn {
    width: 35px;
    height: 35px;
    top: 20px;
  }
  .contact_form_block .gform_wrapper.gravity-theme .gform_fields {
    display: block;
  }
  .contact_form_block .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 20px;
  }
  .contact_form_block form {
    margin-top: 30px;
  }
  .contact_form_block {
    padding: 20px;
  }
  .hamburger .line {
    width: 25px;
    margin: 5px auto;
  }
  .hamburger {
    width: 25px;
    margin-left: 16px;
  }
  .main_header .header_row .custom_logo img {
    width: 116px;
  }
  .main_header .header_row .btn_block .primary_btn {
    min-width: 133px;
  }
  .top_header_content .support_block ul li a {
    font-size: 18px;
    line-height: 21px;
    color: #0064d2;
    text-decoration: underline;
  }
  .top_header_content .support_block ul {
    list-style: none;
  }
  .top_header_content img.dektop_icon {
    display: none;
  }
  .top_header_content .visit_block span {
    display: flex;
    align-items: center;
  }
  .top_header_content {
    display: flex;
    flex-direction: column;
    margin-top: 36px;
  }
  .top_header_content .support_block {
    order: -1;
  }
  .top_header_content .visit_block {
    margin-top: 16px;
  }
  .top_header_content .support_block ul li {
    margin-bottom: 0px;
    margin-top: 15px;
  }
  .top_header_content .support_block ul li:first-child {
    padding-top: 0px;
    margin-top: 0px;
  }
  .top_header_content .visit_block span a {
    font-size: 18px;
    line-height: 21px;
    color: #0064d2;
    text-decoration: underline;
  }
  .top_header_content .visit_block span {
    font-size: 18px;
    line-height: 21px;
    color: #0064d2;
  }
  .case-study_main .pagination .page-numbers {
    margin: 0px 10px;
  }
  .site_footer .bottom_row .bottom_left .visit_link p {
    justify-content: center;
  }
  .term-kyra .banner_section .container .banner_block p {
    font-size: 18px;
    line-height: 25.2px;
  }
  .term-kyra .banner_section .container .banner_block {
    padding: 25px;
  }
  .news-banner .img-block img {
    height: 360px;
  }
  .news_banner_slider .owl-dots {
    right: 35px;
    bottom: 13px;
  }
  .case-study_slider .success_row .success_right .content {
    padding: 15px 15px 46px 15px;
  }
  .key_feature_section.contact_form_section .key_feature_row {
    padding: 54px 15px;
    /* margin-top: -130px; */
  }
  .postid-135 .key_feature_section.contact_form_section .key_feature_row {
    padding: 54px 15px 0px;
  }
  .key_feature_section.contact_form_section .key_feature_row .key_feature_left .key_list ul li:before {
    left: 2px;
  }
  .key_feature_section.contact_form_section .key_feature_row .key_feature_right .content {
    padding-top: 0px;
  }
  .key_feature_section.contact_form_section .key_feature_row .contact_form_block {
    padding: 20px;
  }
  .default_page_style {
    padding: 50px 0px;
  }
  .search-results section.default-layout {
    padding: 50px 0px;
  }
  .search-results .search-entry-row article.search-entry {
    width: 50%;
  }
  .team-section .modal-content {
    max-height: calc(100% - 40px);
  }
  .main__firstbox {
    padding: 20px;
  }
  .video_section .video_block video {
    height: 310px;
  }
  .enquerywith_form_section .container {
    flex-wrap: wrap;
  }
  .enquerywith_form_section .container .enquery_icon_block {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
  .enquerywith_form_section .enquery_card {
    margin-bottom: 20px;
  }
  .enquerywith_form_section .container .contact_form_block {
    width: 100%;
    max-width: 100%;
  }
  .enquerywith_form_section {
    padding: 50px 0px;
  }
  .enquerywith_form_section .enquery_card:last-child {
    margin-bottom: 0px;
  }
  .latest_news_row .latest_news_left .img_block span {
    bottom: 0px;
  }
  .podcast_desc {
    margin-top: 0px;
  }
  .our-work-section .list-wrapper .list {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .our-work-section .list-wrapper {
    display: block;
  }
  .our-work-section .list-wrapper .list:nth-child(odd),
  .our-work-section .list-wrapper .list {
    border-bottom: 1px solid #b2e0fd;
    padding-bottom: 17px;
    border-left: 0;
    width: 100%;
    display: block;
    margin: 0 auto 25px auto;
  }
  .our-work-section .list-wrapper .list:last-child {
    border: 0;
  }
  .site_footer .bottom_row .manu_column ul {
    display: none;
  }
  .site_footer .bottom_row .manu_column span {
    margin-bottom: 0px;
    padding: 15px 0px;
    position: relative;
  }
  .site_footer .bottom_row .manu_column span:after,
  .site_footer .bottom_row .manu_column span:before {
    content: ' ';
    width: 2px;
    height: 20px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 1;
    border-radius: 2px;
  }
  .site_footer .bottom_row .manu_column span:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .site_footer .bottom_row .manu_column span:after {
    transform: translate(-50%, -50%);
  }
  .site_footer .bottom_row .manu_column.active span:after {
    opacity: 0;
  }
  .postid-1296 section.section-basic-content.section-padding {
    padding: 40px 0px;
  }
  .page-id-1048 section.section-basic-content.section-padding {
    padding: 40px 0px;
  }
  .page-id-1048 .section-basic-content.section-padding iframe {
    width: 100%;
  }
  .page-id-1048 .community_health_row,
  .page-id-994 .community_health_row {
    padding: 0px;
  }
  .page-id-1048 .community_health_row .community_health_right,
  .page-id-994 .community_health_row .community_health_right {
    margin-top: 0px;
  }
  .page-id-1048 .community_health .icon_text,
  .page-id-994 .community_health .icon_text {
    padding-bottom: 0px;
    padding-top: 10px;
  }
  .page-id-1048 .community_health_row .community_health_left .content h2 {
    margin-bottom: 0px;
  }
  /* change css */
  .product_support_listing .display_product {
    justify-content: flex-start !important;
  }
  .news_listing_section.product_support_listing,
  .news_listing_section.pordcast_support_listing {
    padding-top: 0px;
    margin-top: 30px;
  }
  .postid-1740 .success_stories .title_btn {
    margin-bottom: 20px;
  }
  .product_support_listing .news_listing_left.case_study_left .left_sidebar.blank_block {
    display: none;
  }
  .product_support_listing .news_listing_row .news_listing_right {
    margin-top: 30px;
  }
  .product_support_listing .news_listing_left_mobile .left_sidebar.blank_block {
    display: block !important;
  }
  .page-id-994 section.section-basic-content.section-padding {
    padding: 40px 0px;
  }
  .page-id-2992 .banner_section {
    padding: 0 0 50px !important;
  }
  .page-id-546 .news_listing_row .news_listing_left .left_sidebar.blank_block {
    background-color: rgb(216 239 254 / 50%);
  }
  .page-id-661 .contact_form_section {
    padding-top: 0px;
  }
  .page-id-661 .key_feature_section.contact_form_section .key_feature_row {
    padding: 30px 15px 54px;
  }
  .single-post section.section-basic-content.section-padding {
    padding: 40px 0px;
  }
  .single-events .banner_section .container .banner_block {
    margin-top: 15px;
  }
  .upcoming_event .event-list .event_list_description:before {
    display: none;
  }
  .admin-bar .header_spacer {
    height: 96px;
  }
}

@media (max-width: 576px) {
  .search-results .search-entry-row article.search-entry {
    width: 100%;
  }
  .banner_section .container .banner_block {
    /* max-width: 100%;
        */
  }
  .event_slider_container .owl-item {
    width: 361px !important;
  }
  /* .success_stories .owl-item {
		width: 361px !important;
	} */
  .news_listing_row .news_listing_right .news_listing_block {
    width: 100%;
  }
  .team-box {
    width: 100%;
  }
  .team-section .team-left {
    width: 100%;
  }
  .team-section .team-right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .news_listing_left.mobile {
    display: block;
  }
  .news_listing_left.desktop .left_sidebar {
    display: none;
  }
  .news_listing_left.desktop {
    margin-bottom: 40px;
  }
  .work_section .icon_block {
    width: calc(100% / 2);
    padding: 0;
    margin-bottom: 12px;
  }
  .work_section .icon_block .content {
    padding: 12px 18px !important;
    min-height: 100px;
  }
  .work_section .icon_text {
    margin: 0px;
  }
  .work_section .icon_block .content h3 {
    font-size: 14px;
    max-width: 135px;
  }
}

@media (max-width: 480px) {
  .event_slider_container .owl-item {
    width: 350px !important;
  }
  /* .success_stories .owl-item {
		width: 350px !important;
	} */
}

@media (max-width: 390px) {
  .event_slider_container .owl-item {
    width: 300px !important;
  }
  /* .success_stories .owl-item {
		width: 300px !important;
	} */
  .site_footer .top_row .top_left {
    width: 35%;
  }
}

@media (max-width: 350px) {
  .site_footer .bottom_row .btn_block .primary_btn {
    min-width: 133px;
  }
}

/*------------------------------------------------------------
	Layout Overrides
------------------------------------------------------------*/

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

/*------------------------------------------------------------
	Content Overrides
------------------------------------------------------------*/

p {
  font-size: 1em;
  line-height: 1.5em;
  font-family: 'TelstraText-Regular';
  color: #000;
}

.general-content a:not(.primary_btn, .arrow-btn) {
  text-decoration: underline !important;
}

.general-content ul,
.general-content ol {
  margin-bottom: 20px;
}

.general-content li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-family: 'TelstraText-Regular';
  color: #000;
  margin-bottom: 10px;
}

.general-content ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.general-content ul li:before {
  content: '';
  position: absolute;
  background-image: url('/wp-content/themes/telstra-health/images/checkmark.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 19px;
  height: 19px;
  left: 0;
  top: 2px;
}

.basic-content ul li:before {
  background: #000;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  top: 8px;
  left: 3px;
}

.basic-content ul ul,
.basic-content ol ol,
.basic-content ol ul,
.basic-content ul ol {
  margin-left: 20px;
}

.footnote {
  margin-top: 30px;
}

.footnote,
.footnote * {
  font-size: 0.75em;
  opacity: 50%;
}
