/*  *Theme Name: DLP
 *  *Version: 1.1
 *  *Text Domain: wpmix
 *  *Author: TRCREATIVE
 *  *Author URI: https://www.trcreative.co.uk/*/
:root {
  --primary-font: "Fira Sans", sans-serif;
  --secondary-font: "Fira Sans Condensed", sans-serif;
  --font-size-base: 1.8rem;
  --primary-color: #080045;
  --secondary-color: #00B67A;
  --text-color: #0D0D0D;
  --text-color-blue: #001788;
  --color-cyan: #63CAE1;
}

@font-face {
  font-family: "Fira Sans Condensed";
  src: url("fonts/FiraSansCondensed-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Condensed";
  src: url("fonts/FiraSansCondensed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Condensed";
  src: url("fonts/FiraSansCondensed-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Condensed";
  src: url("fonts/FiraSansCondensed-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Condensed";
  src: url("fonts/FiraSansCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("fonts/FiraSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
/* Base style */  
html {
  font-size: 62.5%;
  overflow-x: clip;
}

body {
  font-family: var(--secondary-font);
  overflow-x: clip;
  font-size: var(--font-size-base);
  padding: 0;
  font-weight: 400;
  color: var(--text-color);
  background-color: #fff;
  position: relative;
  line-height: 1.5;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 1000;
  text-decoration: none;
}

.skip-link:focus {
  top: 0;
}

b, strong {
  font-weight: 700;
}

.btn {
  cursor: pointer;
  font-family: var(--secondary-font);
  font-size: 2rem;
  font-weight: 600;
  padding: 1.1rem 3rem;
  border-radius: 0;
  min-width: 16rem;
  border: 0.1rem solid transparent;
  text-align: center;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: none;
}
.btn svg {
  margin-left: 0.2rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  left: 0;
}
.btn.round {
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
}
.btn:hover svg:nth-last-of-type(1) {
  left: 0.5rem;
}
.btn.btn-primary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 182, 122, 0.5);
  -moz-box-shadow: 0 0 1.5rem rgba(0, 182, 122, 0.5);
  box-shadow: 0 0 1.5rem rgba(0, 182, 122, 0.5);
}
.btn.btn-primary[href^="tel:"] span {
  position: relative;
}
.btn.btn-primary[href^="tel:"] span:before {
  content: "";
  width: 1.8rem;
  height: 1.5rem;
  background: url(img/phone-incoming-dark.svg) no-repeat center;
  background-size: 88%;
  display: inline-block;
  margin-right: 0.5rem;
}
.btn.btn-primary-alt {
  background-color: #fff;
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.btn.btn-primary-alt:hover, .btn.btn-primary-alt:focus .btn.btn-primary-alt:active {
  background-color: #fff;
  border-color: var(--secondary-color);
  color: var(--secondary-color);
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 182, 122, 0.5);
  -moz-box-shadow: 0 0 1.5rem rgba(0, 182, 122, 0.5);
  box-shadow: 0 0 1.5rem rgba(0, 182, 122, 0.5);
}
.btn.btn-primary-alt[href^="tel:"] span {
  position: relative;
}
.btn.btn-primary-alt[href^="tel:"] span:before {
  content: "";
  width: 1.8rem;
  height: 1.5rem;
  background: url(img/phone-calling-green.svg) no-repeat center;
  background-size: 88%;
  display: inline-block;
  margin-right: 0.5rem;
}
.btn.btn-large {
  font-weight: 700;
  font-size: 2.8rem;
  width: 100%;
  max-width: 56rem;
}
.btn.btn-large svg {
  width: 1.9rem;
  height: 1.9rem;
}
.btn.btn-secondary {
  background-color: transparent;
  border-color: #080045;
  color: #080045;
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  justify-content: center;
}
.btn.btn-secondary svg {
  width: 1.4rem;
  height: 1.4rem;
  min-width: 1.4rem;
  min-height: 1.4rem;
  margin: 0 0.8rem;
}
.btn.btn-secondary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  background-color: transparent;
  border-color: #080045;
  color: #080045;
}
.btn.btn-sm {
  min-width: 10rem;
  font-size: 1.6rem;
}
.btn.btn-sm:after {
  display: none !important;
}
.btn.btn-sm:hover, .btn.btn-sm:active, .btn.btn-sm:focus {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.btn.btn-black-border {
  border-color: var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
}
.btn.btn-black-border:hover, .btn.btn-black-border:focus {
  border-color: var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
}
.btn.btn-black-border:after {
  content: " ";
  width: 2rem;
  height: 1.8rem;
  background: url(img/arrow-right-dark.svg) no-repeat center;
  background-size: 1.1rem;
  display: inline-block;
  margin-left: 0.2rem;
  position: relative;
  top: 0.2rem;
}
.btn.btn-black-border:hover, .btn.btn-black-border:active, .btn.btn-black-border:focus {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.btn.btn-black-border.arrow-fix:after {
  display: none;
}
.btn.btn-white-border {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn.btn-white-border:hover, .btn.btn-white-border:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn.btn-white-border:hover, .btn.btn-white-border:active, .btn.btn-white-border:focus {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.btn.btn-white {
  border-color: var(--primary-color);
  background-color: #fff;
  color: var(--primary-color);
}
.btn.btn-white:hover, .btn.btn-white:focus {
  border-color: var(--primary-color);
  background-color: #fff;
  color: var(--primary-color);
}
.btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.btn.has-phone span {
  position: relative;
}
.btn.has-phone span:before {
  content: "";
  width: 1.8rem;
  height: 1.5rem;
  background: url(img/phone-incoming-dark.svg) no-repeat center;
  background-size: 88%;
  display: inline-block;
  margin-right: 0.5rem;
}

.color-primary {
  color: var(--primary-color) !important;
}

.text-white .btn.btn-secondary {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.text-white .btn.btn-secondary span {
  display: inline-flex;
  align-items: center;
}
.text-white .btn.btn-secondary svg path {
  fill: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--primary-font);
  font-weight: 700;
  margin-bottom: 2.5rem;
  line-height: 1.2;
  color: var(--primary-color);
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
  color: #fff;
}

h1 {
  font-size: 5.4rem;
}

h2 {
  font-size: 4.2rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

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

a, a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin-bottom: 3rem;
}
p a {
  text-decoration: underline;
}

.transition {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.radius {
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
}

.transformCenter {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row {
  margin: 0 -1.5rem;
}
.row div[class^=col-] {
  padding: 0 1.5rem;
}

.container, .container-fluid {
  padding: 0 1.5rem;
}

.sec-pad-sm {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sec-pad-md {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sec-pad-lg {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.sec-pad-top-lg {
  padding-top: 9rem;
}

.sec-pad-bottom-lg {
  padding-bottom: 9rem;
}

.sec-pad-top-md {
  padding-top: 7rem;
}

.sec-pad-bottom-md {
  padding-bottom: 7rem;
}

.sec-pad-top-sm {
  padding-top: 5rem;
}

.sec-pad-bottom-sm {
  padding-bottom: 5rem;
}

.text-white {
  color: #fff;
}
.text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white p, .text-white li {
  color: #fff;
}

.bg-light {
  background-color: #EFF5F8 !important;
}

.bg-cyan {
  background-color: var(--color-cyan) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
  color: #fff;
}

.form-control {
  font-size: 1.8rem;
  padding-left: 1.5rem;
}

.standard-text {
  color: #1B263F;
}
.standard-text.text-size-normal {
  font-size: 1.6rem;
}
.standard-text .wp-block-image {
  margin-bottom: 4rem;
}
.standard-text ul {
  list-style: none;
  padding-left: 2rem;
  margin-bottom: 3.5rem;
  list-style: disc;
}
.standard-text ul li {
  margin-bottom: 0.7rem;
}
.standard-text ol {
  margin-bottom: 4rem;
}
.standard-text ol li {
  margin-bottom: 1rem;
}
.standard-text .wp-block-quote, .standard-text blockquote {
  padding-left: 2rem;
  font-size: 2rem;
  font-style: italic;
  border-left: 0.2rem solid #EEE7F9;
  margin-bottom: 4rem;
}
.standard-text p a {
  text-decoration: underline;
}
.standard-text ul, .standard-text p, .standard-text h2, .standard-text h3, .standard-text h4 {
  margin-bottom: 2.5rem;
}

/* End Base style */
main {
  min-height: 75vh;
}
main ul {
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 3rem;
}
main ul li {
  margin-bottom: 1rem;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
  font-weight: 500 !important;
  transition: all 0.2s;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.logo-wrap a img {
  height: 9.2rem;
  width: auto;
  margin-right: 1rem;
  display: inline-block;
}

#mega-menu-item-139 {
  display: inline-flex !important;
}

li#mega-menu-item-143 {
  height: 6rem !important;
  display: flex !important;
  align-items: center;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-menu-link + .mega-sub-menu {
  min-height: calc(100vh - 17.2rem) !important;
}

.mega-menu-primary-menu-mega-sticky #mega-menu-wrap-primary-menu #mega-menu-primary-menu .mega-menu-link + .mega-sub-menu {
  min-height: calc(100vh - 6.5rem) !important;
  height: calc(100vh - 6.5rem) !important;
  overflow-y: auto;
}

.widget_nav_menu {
  position: static !important;
}

.mega-title {
  font-family: var(--secondary-font);
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.textwidget p {
  font-family: var(--secondary-font);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--primary-color);
}

.mega-menu .menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 3rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  width: 100%;
  margin-left: 1.5rem;
}
.mega-menu .menu .sub-menu .sub-menu {
  top: 0;
}
.mega-menu .menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.mega-menu .menu li {
  border-left: 0.4rem solid #00768E;
  border-bottom: 0.1rem solid #00768E;
}
.mega-menu .menu li > a {
  font-size: 1.6rem;
  font-family: var(--secondary-font);
  color: var(--primary-color);
  padding: 0.7rem 1.5rem;
  display: block;
  font-weight: 400;
}
.mega-menu .menu li.menu-item-has-children > a {
  font-weight: 700;
  background-image: url(img/arrow-right-dark.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

#search-popup {
  display: none;
}

.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00B9DE;
  z-index: 99999;
  overflow-y: auto;
  padding: 5rem 0;
}
.search-popup .inner-search {
  width: 100%;
  max-width: 114rem;
}
.search-popup .inner-search .bg-primary {
  padding: 5rem;
  -webkit-border-radius: 18rem;
  -moz-border-radius: 18rem;
  border-radius: 18rem;
}

.search-popup .inner-search {
  position: relative;
  padding-top: 5rem;
}
.search-popup .inner-search span.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.5rem;
  cursor: pointer;
}
.search-popup .inner-search span.close svg {
  width: 100%;
  height: auto;
}
.search-popup .inner-search .search-title {
  font-size: 4.2rem;
  color: #fff;
  margin-bottom: 2.5rem;
  font-family: var(--secondary-font);
  font-weight: 700;
  line-height: 1.2;
}
.search-popup .inner-search .inner input {
  width: calc(100% - 18.2rem);
}

.form-control.search-icon {
  padding-left: 5rem;
  background-image: url(img/search.svg);
  background-position: center left 1.5rem;
  background-size: 2.4rem;
  background-repeat: no-repeat;
}

.page-title-wrap,
.post-title-sec {
  padding-bottom: 5rem;
  padding-top: 7rem;
  position: relative;
}
.page-title-wrap .bg-image-title,
.post-title-sec .bg-image-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-title-wrap .bg-image-title img,
.post-title-sec .bg-image-title img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-title-wrap .container,
.post-title-sec .container {
  position: relative;
  z-index: 2;
}
.page-title-wrap .parent-page-link,
.post-title-sec .parent-page-link {
  display: inline-flex;
  align-items: center;
}
.page-title-wrap .parent-page-link span,
.post-title-sec .parent-page-link span {
  margin-right: 0.5rem;
}
.page-title-wrap .parent-page-link span svg,
.post-title-sec .parent-page-link span svg {
  width: 1.8rem;
  height: 1.5rem;
}
.page-title-wrap .parent-page-link, .page-title-wrap .subtitle,
.post-title-sec .parent-page-link,
.post-title-sec .subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: var(--secondary-font);
  margin-bottom: 1.5rem;
  color: var(--primary-color);
}
.page-title-wrap .two-col-text,
.post-title-sec .two-col-text {
  text-align: left;
}
.page-title-wrap .two-col-text p, .page-title-wrap .two-col-text li,
.post-title-sec .two-col-text p,
.post-title-sec .two-col-text li {
  font-size: 1.6rem;
}
.page-title-wrap h1, .page-title-wrap h2,
.post-title-sec h1,
.post-title-sec h2 {
  color: var(--primary-color);
}
.page-title-wrap.text-white h1, .page-title-wrap.text-white h2,
.post-title-sec.text-white h1,
.post-title-sec.text-white h2 {
  color: #fff;
}
.page-title-wrap.text-white .parent-page-link, .page-title-wrap.text-white .subtitle,
.post-title-sec.text-white .parent-page-link,
.post-title-sec.text-white .subtitle {
  color: #fff;
}

.single-team-member .parent-page-link {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: var(--secondary-font);
  margin-bottom: 1.5rem;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
}
.single-team-member .parent-page-link span {
  margin-right: 0.5rem;
}
.single-team-member .parent-page-link span svg {
  width: 1.8rem;
  height: 1.5rem;
}

.breadcrumbs {
  margin-bottom: 2rem;
}

.post-title-sec h1 {
  font-size: 4.2rem;
}

.wpcf7 p label {
  display: block;
  font-family: var(--primary-font);
  font-weight: 700;
}
.wpcf7 p label .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 2rem;
}
.wpcf7 p label .wpcf7-form-control-wrap input, .wpcf7 p label .wpcf7-form-control-wrap textarea, .wpcf7 p label .wpcf7-form-control-wrap select {
  width: 100%;
  border: 0.1rem solid #fff;
  background-color: #fff;
  padding: 0.5rem 1.5rem;
  margin-top: 0.5rem;
  font-family: var(--primary-font);
  font-weight: 400;
}
.wpcf7 p label .wpcf7-form-control-wrap input:focus, .wpcf7 p label .wpcf7-form-control-wrap textarea:focus, .wpcf7 p label .wpcf7-form-control-wrap select:focus {
  border-color: #fff;
  outline: 1px solid #ccc;
}
.wpcf7 p label .wpcf7-form-control-wrap input, .wpcf7 p label .wpcf7-form-control-wrap select {
  height: 6rem;
}
.wpcf7 p label .wpcf7-form-control-wrap textarea {
  min-height: 32.1rem;
  max-width: 100%;
}
.wpcf7 .h4 {
  font-weight: 700;
  font-family: var(--secondary-font);
  font-size: 2.4rem;
  margin-bottom: 1.5rem !important;
}
.wpcf7 input[type=radio] {
  accent-color: #0075FF;
  cursor: pointer;
}
.wpcf7 .required {
  color: #CC4B37;
}
.wpcf7 legend {
  font-size: 1.8rem;
  font-weight: 700;
}
.wpcf7 .wpcf7-acceptance a {
  color: #001788;
}
.wpcf7 input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
  width: 100%;
  max-width: 56.7rem;
  margin: auto;
  display: block;
  background-color: #00B67A;
  font-size: 2.8rem;
  padding: 13px 30px;
  border-color: #00B67A;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
}
.wpcf7 input.wpcf7-form-control.wpcf7-submit.btn.btn-primary:hover {
  background-color: #00B67A;
  border-color: #00B67A;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
}
.wpcf7 .wpcf7-spinner {
  display: block;
  margin: auto;
  margin-top: 1rem;
}
.wpcf7 .claim-form br {
  display: none !important;
}
.wpcf7 .claim-form .subform {
  padding: 2rem 2rem;
  margin-bottom: 4rem;
}
.wpcf7 .claim-form .subform p {
  margin-bottom: 0;
}
.wpcf7 .claim-form .subform .grid-x {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.wpcf7 .claim-form .subform .grid-x .cell {
  width: calc(50% - 3rem);
  margin: 0 1.5rem 1.5rem 1.5rem;
}
.wpcf7 input#mfcf7_zl_add_file {
  background-color: #001788;
  color: #fff;
  max-width: 26rem;
  font-weight: 600;
  background-image: url(img/upload_file.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 2.4rem;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border-radius: 0.7rem;
}

.form-block-wrap h2 {
  font-size: 3.2rem;
  color: #080045;
  font-weight: 600;
}

nav.breadcrumbs ol {
  display: flex;
  list-style: none;
  font-size: 1.2rem;
  font-weight: 400;
  flex-wrap: wrap;
  padding-left: 0;
}
nav.breadcrumbs ol li {
  margin-left: 0.5rem;
}
nav.breadcrumbs ol li a {
  display: inline-block;
  padding-right: 1rem;
  position: relative;
}
nav.breadcrumbs ol li a:after {
  content: ">";
  font-size: 1.4rem;
  position: absolute;
  right: -0.1rem;
  top: 0;
}

.two-buttons-wrap .btn {
  margin: 0 1rem;
  margin-bottom: 3rem;
}

.alt-buttons-wrap {
  padding-top: 3.5rem;
}
.alt-buttons-wrap p {
  font-family: var(--primary-font);
  font-weight: 400;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}
.alt-buttons-wrap .btn {
  margin-bottom: 1rem;
  min-height: 7.2rem;
}
.alt-buttons-wrap .bottom-alt-title {
  font-weight: 400;
  font-size: 1.6rem;
  display: block;
  padding: 0 3rem;
  color: var(--primary-color);
}

.text-white .alt-buttons-wrap p, .text-white .alt-buttons-wrap .bottom-alt-title {
  color: #fff;
}

#site-footer .footer-top {
  padding-top: 7rem;
  padding-bottom: 4.5rem;
  position: relative;
}
#site-footer .footer-top:before {
  content: "";
  width: 29.5rem;
  height: 0.7rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#site-footer .footer-top h2, #site-footer .footer-top h3, #site-footer .footer-top h4, #site-footer .footer-top h5 {
  font-size: 2rem;
  font-weight: 500;
  font-family: var(--secondary-font);
  margin-bottom: 0.5rem;
}
#site-footer .footer-top p {
  font-size: 1.6rem;
}
#site-footer .footer-top .newsletter-form {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
}
#site-footer .footer-top .newsletter-form p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
#site-footer .footer-top .newsletter-form label {
  flex: 1;
  padding-right: 1rem;
}
#site-footer .footer-top .newsletter-form label input {
  height: 4.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
  background-color: #fff;
  color: var(--text-color);
  font-size: 1.6rem;
  padding-left: 1.5rem;
}
#site-footer .footer-top .newsletter-form label input:focus {
  border-color: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
}
#site-footer .footer-top .newsletter-form input[type=submit] {
  padding: 1.1rem 2rem;
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 1.6rem;
  border: 0.1rem solid #fff;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
  color: #fff;
  background-color: transparent;
}
#site-footer .footer-top .mc4wp-form-fields p {
  margin-top: 0.5rem;
}
#site-footer .footer-mid {
  padding-top: 7rem;
  padding-bottom: 3.5rem;
}
#site-footer .footer-bottom {
  padding-bottom: 4rem;
}
#site-footer .footer-bottom hr {
  color: rgba(255, 255, 255, 0.1);
  margin-bottom: 3.5rem;
}
#site-footer .footer-item {
  margin-bottom: 3.5rem;
}
#site-footer .widget__title {
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
  font-weight: 600;
  font-family: var(--secondary-font);
  color: #fff;
}
#site-footer .menu li {
  margin-bottom: 1.2rem;
}
#site-footer .menu li a {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#site-footer .menu li a:hover {
  color: var(--secondary-color);
}
#site-footer .widget-5 {
  text-align: center;
}
#site-footer .widget-5 figure {
  margin-bottom: 2rem;
}
#site-footer .widget-1 iframe {
  width: 100%;
  height: 18.9rem;
  opacity: 0.5;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border-radius: 0.7rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
#site-footer .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,
#site-footer .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
#site-footer .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,
#site-footer .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,
#site-footer .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
  color: white;
  fill: white;
}
#site-footer .copyright {
  text-align: right;
  font-family: var(--secondary-font);
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.5);
}
#site-footer .widget-6 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#site-footer .widget-6 figure {
  margin-bottom: 0;
  margin-right: 1.5rem;
}
#site-footer .widget-1 p {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
#site-footer .widget-1 p a {
  text-decoration: none;
}

.post-card {
  position: relative;
  border-bottom: 0.4rem solid #63CAE1;
  min-height: calc(100% - 5rem);
  margin-bottom: 5rem;
  background-color: #fff;
  border-radius: 0.7rem 0.7rem 0 0;
}
.post-card .post-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.post-card .thumb img {
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border-radius: 0.7rem;
  display: block;
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.post-card .info {
  padding: 2.5rem 2.5rem 3.5rem 2.5rem;
}
.post-card .info .cite, .post-card .info .category {
  font-family: var(--secondary-font);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-color);
  display: inline-block;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  background-color: rgba(4, 71, 81, 0.08);
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
}
.post-card .info .category {
  color: #1F4650;
  margin-right: 0.5rem;
  text-transform: capitalize;
}
.post-card .info .post-title {
  font-size: 2rem;
  font-family: var(--secondary-font);
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-color);
  margin-bottom: 2.5rem;
}
.post-card .info p {
  color: #1B263F;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.post-card .info .post-meta span {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--primary-color);
  display: inline-block;
}
.post-card .info .post-meta span:nth-of-type(2) {
  margin: 0 0.5rem;
}
.post-card.testimonial-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.post-card.testimonial-card .info {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  position: relative;
  padding-bottom: 8rem;
}
.post-card.testimonial-card .info blockquote {
  font-family: var(--primary-font);
  font-weight: 600;
  color: var(--primary-color);
  font-size: 1.6rem;
}
.post-card.testimonial-card .info blockquote footer {
  position: absolute;
  bottom: 3.5rem;
  left: 2.5rem;
}
.post-card.testimonial-card .info blockquote footer cite {
  font-family: var(--secondary-font);
  color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin-bottom: 0.1rem;
}
.post-card.news-card {
  position: relative;
}
.post-card.news-card .info {
  padding-bottom: 8.5rem;
}
.post-card.news-card .info .post-meta {
  position: absolute;
  bottom: 3.5rem;
  left: 2.5rem;
  width: 100%;
}
.post-card.news-card .info .post-meta .author-wrap {
  width: 100%;
}

.filter-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filter-pagination button {
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0.1rem solid transparent;
  font-family: var(--secondary-font);
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  font-size: 1.6rem;
  padding: 0.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 0.3rem;
}
.filter-pagination button.page-arrow {
  color: #1F4650;
}
.filter-pagination button.active {
  color: #1F4650;
  border-color: #1F4650;
  cursor: default;
}

.filter-sort-wrap .showing {
  display: block;
  padding: 1.5rem;
  padding-right: 0;
  font-size: 1.6rem;
  color: #000;
  font-family: var(--secondary-font);
}
.filter-sort-wrap .showing span {
  display: inline-block;
  margin: 0 0.5rem;
}

.filter-sort-controls select {
  display: inline-block;
  height: 4.8rem;
  background-color: #EFF5F8;
  border-color: #EFF5F8;
  padding-left: 1.5rem;
  font-family: var(--secondary-font);
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}
.filter-sort-controls select.filter-tax {
  width: calc(100% - 16rem);
  padding-left: 5rem;
  background-image: url(img/bar-down.svg);
  background-position: left 2rem center;
  background-size: 1.8rem;
  margin-right: 2rem;
}
.filter-sort-controls select.filter-sort {
  width: 14rem;
}

select {
  -webkit-appearance: none;
  background-image: url(img/angle-down.svg);
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  padding-right: 3rem;
  background-size: 1.2rem;
  cursor: pointer;
}
select:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

.single .author-wrap, .news-card .author-wrap, .post-card .author-wrap {
  width: 100%;
}
.single .author-wrap .author-thumb, .news-card .author-wrap .author-thumb, .post-card .author-wrap .author-thumb {
  width: 4.8rem;
  margin-right: 1.5rem;
}
.single .author-wrap .author-thumb img, .news-card .author-wrap .author-thumb img, .post-card .author-wrap .author-thumb img {
  width: 4.8rem;
  height: 4.8rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}
.single .author-wrap .author-info, .news-card .author-wrap .author-info, .post-card .author-wrap .author-info {
  width: calc(100% - 4.8rem);
}
.single .author-wrap .author-info span, .news-card .author-wrap .author-info span, .post-card .author-wrap .author-info span {
  font-size: 1.4rem;
  color: var(--primary-color);
}
.single .author-wrap .author-info span.author-name, .news-card .author-wrap .author-info span.author-name, .post-card .author-wrap .author-info span.author-name {
  font-weight: 600;
  display: block;
  margin-bottom: 0.3rem;
}

.single .standard-text h2 span, .single .standard-text h3 span, .single .standard-text h4 span, .single .standard-text h5 span {
  font-weight: 700 !important;
}

.post-content-wrap {
  background-color: #EFF5F8;
}

.section-title {
  margin-bottom: 6rem;
}
.section-title h2, .section-title h3 {
  font-size: 4.2rem;
  color: var(--primary-color);
  margin-bottom: 2rem;
}
.section-title h2 + p, .section-title h3 + p {
  margin-bottom: 3rem;
}
.section-title p {
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}

.text-white h2, .text-white h3, .text-white p {
  color: #fff;
}

.image-with-text {
  padding-bottom: 2rem;
}
.image-with-text .thumb {
  margin-bottom: 3rem;
}
.image-with-text .thumb img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  object-fit: cover;
}
.image-with-text.aspect-1-1 img {
  aspect-ratio: 1/1;
}
.image-with-text.aspect-1-1-2 img {
  aspect-ratio: 1/1.2;
}
.image-with-text.aspect-1-1-4 img {
  aspect-ratio: 1/1.4;
}

.two-columns-section .standard-text {
  margin-bottom: 3rem;
}
.two-columns-section .standard-text img {
  height: 10rem;
  width: auto;
  margin-right: 1rem;
  display: inline-block;
}
.two-columns-section .only-text {
  padding-bottom: 2rem;
}
.two-columns-section .box-type .standard-text {
  padding: 2rem;
  background-color: #fff;
  min-height: calc(100% - 3rem);
  border-bottom: 0.3rem solid #63CAE1;
}

.page-bottom-cta-section {
  background: url(img/bg-1.jpg) no-repeat center;
  background-size: cover;
}
.page-bottom-cta-section .subtitle {
  font-size: 1.6rem;
  font-family: var(--secondary-font);
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.page-bottom-cta-section .title {
  color: var(--primary-color);
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
.page-bottom-cta-section .title:before {
  content: "";
  width: 29.5rem;
  height: 0.7rem;
  background-color: var(--primary-color);
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-bottom-cta-section .text {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: var(--primary-font);
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.pt_dental_guides-template-default .insights-carousel,
.page-template-page-aside-nav .insights-carousel {
  overflow: hidden;
}
.pt_dental_guides-template-default .single-column-inner-container,
.page-template-page-aside-nav .single-column-inner-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pt_dental_guides-template-default .two-columns-section,
.page-template-page-aside-nav .two-columns-section {
  padding-left: 3rem;
  padding-right: 3rem;
}
.pt_dental_guides-template-default .two-columns-section .col-xl-9.col-lg-10,
.page-template-page-aside-nav .two-columns-section .col-xl-9.col-lg-10 {
  width: 100%;
}
.pt_dental_guides-template-default .page-bottom-cta-section .col-xl-8.col-lg-9,
.page-template-page-aside-nav .page-bottom-cta-section .col-xl-8.col-lg-9 {
  width: 89%;
}
.pt_dental_guides-template-default .snc-section,
.page-template-page-aside-nav .snc-section {
  background: #fff;
}
.pt_dental_guides-template-default .snc-sidebar,
.page-template-page-aside-nav .snc-sidebar {
  position: relative;
}
.pt_dental_guides-template-default .snc-sidebar.is-open .snc-nav,
.page-template-page-aside-nav .snc-sidebar.is-open .snc-nav {
  max-height: 60vh;
  overflow-y: auto;
  padding: 0.5rem 0;
  scrollbar-width: thin;
  scrollbar-color: #dee2e6 transparent;
  border-bottom: 1px solid #e9ecef;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.pt_dental_guides-template-default .snc-sidebar.is-open .snc-nav::-webkit-scrollbar,
.page-template-page-aside-nav .snc-sidebar.is-open .snc-nav::-webkit-scrollbar {
  width: 4px;
}
.pt_dental_guides-template-default .snc-sidebar.is-open .snc-nav::-webkit-scrollbar-thumb,
.page-template-page-aside-nav .snc-sidebar.is-open .snc-nav::-webkit-scrollbar-thumb {
  background: #dee2e6;
  border-radius: 2px;
}
.pt_dental_guides-template-default .list-unstyled,
.page-template-page-aside-nav .list-unstyled {
  margin-top: 2rem;
}
.pt_dental_guides-template-default .list-unstyled li,
.page-template-page-aside-nav .list-unstyled li {
  margin-bottom: 0.5rem;
}
.pt_dental_guides-template-default .snc-nav,
.page-template-page-aside-nav .snc-nav {
  position: sticky;
  top: 10rem;
  overflow-y: auto;
  padding-bottom: 2rem;
  scrollbar-width: thin;
  scrollbar-color: #dee2e6 transparent;
}
.pt_dental_guides-template-default .snc-nav::-webkit-scrollbar,
.page-template-page-aside-nav .snc-nav::-webkit-scrollbar {
  width: 4px;
}
.pt_dental_guides-template-default .snc-nav::-webkit-scrollbar-thumb,
.page-template-page-aside-nav .snc-nav::-webkit-scrollbar-thumb {
  background: #dee2e6;
  border-radius: 2px;
}
.pt_dental_guides-template-default .snc-link,
.page-template-page-aside-nav .snc-link {
  display: block;
  padding: 1.2rem 1.5rem;
  font-family: var(--secondary-font);
  font-size: 1.4rem;
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
  line-height: 1.4;
  font-weight: 400;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.pt_dental_guides-template-default .snc-link:hover,
.page-template-page-aside-nav .snc-link:hover {
  color: var(--primary-color);
  background: #AED5E7;
}
.pt_dental_guides-template-default .snc-link.active,
.page-template-page-aside-nav .snc-link.active {
  color: var(--primary-color);
  border-left-color: #000;
  background: #AED5E7;
  font-weight: 700;
}
.pt_dental_guides-template-default .snc-content,
.page-template-page-aside-nav .snc-content {
  padding: 2rem 1.25rem;
}
.pt_dental_guides-template-default .snc-article,
.page-template-page-aside-nav .snc-article {
  scroll-margin-top: 0px;
}
.pt_dental_guides-template-default .snc-nav-header,
.page-template-page-aside-nav .snc-nav-header {
  padding: 0.8rem 1.25rem;
  background: #AED5E7;
  border-bottom: 2px solid #000;
  min-height: 52px;
  cursor: pointer;
}
.pt_dental_guides-template-default .snc-nav-header-title,
.page-template-page-aside-nav .snc-nav-header-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
}
.pt_dental_guides-template-default .snc-nav-toggle-btn,
.page-template-page-aside-nav .snc-nav-toggle-btn {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
}
.pt_dental_guides-template-default .snc-nav-toggle-btn span,
.page-template-page-aside-nav .snc-nav-toggle-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
  transform-origin: center;
}
.pt_dental_guides-template-default .snc-nav-toggle-btn.is-open span:nth-child(1),
.page-template-page-aside-nav .snc-nav-toggle-btn.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.pt_dental_guides-template-default .snc-nav-toggle-btn.is-open span:nth-child(2),
.page-template-page-aside-nav .snc-nav-toggle-btn.is-open span:nth-child(2) {
  opacity: 0;
}
.pt_dental_guides-template-default .snc-nav-toggle-btn.is-open span:nth-child(3),
.page-template-page-aside-nav .snc-nav-toggle-btn.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.has-vertical-text {
  position: relative;
  padding-left: 9rem;
}
.has-vertical-text .vertical-text {
  position: absolute;
  top: -6px;
  font-family: var(--primary-font);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding-left: 3.5rem;
  transform-origin: right;
  right: 100%;
  margin-right: -4.2rem;
  white-space: nowrap;
  transform: rotate(-90deg);
  color: var(--primary-color);
}
.has-vertical-text .vertical-text:before {
  content: "";
  width: 2rem;
  height: 0.2rem;
  background-color: #203367;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -2px;
}

.text-white .has-vertical-text .vertical-text:before {
  background-color: #fff;
  color: #fff;
}

.steps-slide {
  width: 36rem;
  height: auto;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.steps-card {
  border-bottom: 0.4rem solid var(--color-cyan);
  min-height: 100%;
  background-color: #fff;
}
.steps-card .info {
  color: #1B263F;
  font-family: var(--secondary-font);
  font-size: 1.6rem;
  font-weight: 400;
  padding: 2rem 1.5rem;
}
.steps-card .num {
  height: 18rem;
  background-color: var(--color-cyan);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.steps-card .num span {
  width: 12.7rem;
  height: 11.3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 7.6rem;
  font-family: var(--primary-font);
  font-weight: 700;
}

.insights-carousel {
  overflow: visible;
}
.insights-carousel .swiper-slide {
  height: auto;
  width: 36rem;
}
.insights-carousel .swiper-slide .col-lg-4 {
  width: 100% !important;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
}
.insights-carousel .swiper-slide .post-card {
  margin-bottom: 0;
  min-height: 100%;
}

.custom-navigation {
  padding-bottom: 9rem;
}
.custom-navigation .swiper-pagination {
  bottom: 1rem !important;
  display: inline-block;
  width: auto;
}
.custom-navigation .swiper-pagination-bullet {
  background-color: var(--primary-color);
  width: 1rem;
  height: 1rem;
}
.custom-navigation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
.custom-navigation .swiper-button-next, .custom-navigation .swiper-button-prev {
  transform: none;
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  width: 4.8rem;
  height: 4.8rem;
  border: 0.1rem solid #EEE7F9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.custom-navigation .swiper-button-next:after, .custom-navigation .swiper-button-prev:after {
  display: none;
}
.custom-navigation .swiper-button-prev {
  right: 6rem;
  background: url(img/arrow-left-dark.svg) no-repeat center;
  background-size: 1.5rem;
  background-color: #fff !important;
}
.custom-navigation .swiper-button-next {
  background: url(img/arrow-right-dark.svg) no-repeat center;
  background-size: 1.5rem;
  background-color: #fff !important;
}

.text-white .custom-navigation .swiper-pagination-bullet {
  background-color: #fff;
}
.text-white .custom-navigation.swiper-pagination-bullet-active {
  background-color: #fff;
}

.insights-carousel-sec .section-title p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.job-horizontal-card {
  margin-bottom: 3rem;
  padding: 3rem;
  position: relative;
}
.job-horizontal-card a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.job-horizontal-card .info .d-flex .show-me {
  margin-left: auto;
  font-size: 1.4rem;
}
.job-horizontal-card .info .title {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: var(--secondary-font);
}
.job-horizontal-card .info .cat-wrap {
  margin-left: 3rem;
  padding-top: 0.2rem;
}
.job-horizontal-card .info .cat-wrap span {
  font-weight: 600;
  font-size: 1.4rem;
}
.job-horizontal-card .info .show-me {
  margin-top: 0.2rem;
}

.contract-type {
  padding-left: 2.5rem;
  background: url(img/time-five.svg) no-repeat center left;
  background-size: 1.8rem;
  font-size: 1.6rem;
}

.catSwiper {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5rem;
}
.catSwiper .swiper-slide {
  display: inline-block;
  min-width: 0;
  width: auto;
}

.category-buttons button {
  font-size: 1.6rem;
  padding: 0.7rem 2.2rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
  border: 0.1rem solid transparent;
  background-color: transparent;
  color: var(--primary-color);
}
.category-buttons button.active {
  border-color: var(--primary-color);
}

.show-me {
  display: inline-block;
  font-weight: 600;
  font-size: 1.6rem;
  padding-right: 2rem;
  background: url(img/angle-right.svg) no-repeat center right;
  background-size: 0.7rem;
}

#post-article .meta-info span {
  color: var(--primary-color);
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

#job-application-form .wpcf7 br {
  display: none;
}
#job-application-form .wpcf7 p {
  margin-bottom: 0;
}
#job-application-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1.5rem;
}
#job-application-form .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance) {
  height: 6rem;
  border-color: #EEE7F9;
  background-color: #fff;
  padding-left: 1.5rem;
  font-size: 1.6rem;
  color: var(--primary-color);
}
#job-application-form .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):focus {
  box-shadow: none;
  border-color: #ccc;
}
#job-application-form .wpcf7-form-control-wrap textarea {
  min-height: 28.5rem;
}
#job-application-form span.wpcf7-form-control.wpcf7-acceptance.optional {
  color: #1B263F;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: var(--secondary-font);
  margin-bottom: 4rem;
  margin-top: 2rem;
  cursor: pointer;
  display: block;
}
#job-application-form span.wpcf7-form-control.wpcf7-acceptance.optional a {
  text-decoration: underline;
  color: inherit;
}

.single-team-member .thumb {
  margin-bottom: 2rem;
}
.single-team-member .thumb img {
  width: 20rem;
  height: 20rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
}
.single-team-member .title-wrap {
  margin-bottom: 5rem;
}
.single-team-member .title-wrap h1 {
  font-size: 4.2rem;
  margin-bottom: 2.5rem;
  font-family: var(--secondary-font);
}
.single-team-member .title-wrap p {
  font-family: var(--secondary-font);
  font-size: 1.8rem;
  color: var(--primary-color);
}
.single-team-member .team-footer {
  padding-top: 4rem;
}
.single-team-member .team-footer div {
  padding: 0 4rem;
  text-align: center;
}
.single-team-member .team-footer div a {
  font-weight: 700;
  margin: 0 1rem;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-team-member .team-footer div a svg path {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-team-member .team-footer div a:hover {
  color: var(--color-cyan);
}
.single-team-member .team-footer div a:hover svg path {
  fill: var(--color-cyan);
}

.team-member-card {
  position: relative;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  padding: 4rem;
  margin-bottom: 3rem;
  min-height: calc(100% - 3rem);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member-card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.team-member-card .thumb {
  text-align: center;
  margin-bottom: 4rem;
}
.team-member-card .thumb img {
  width: 20rem;
  height: 20rem;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-position: top center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member-card .info {
  text-align: center;
}
.team-member-card .info .title {
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 2.6rem;
  margin-bottom: 0.6rem;
}
.team-member-card .info p {
  font-family: var(--secondary-font);
  font-size: 1.8rem;
}
.team-member-card:hover {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
}
.team-member-card.bg-white .info .title {
  font-size: 2rem;
}

.show-me {
  display: inline-block;
  font-weight: 600;
  font-size: 1.6rem;
  padding-right: 2rem;
  background: url(img/angle-right.svg) no-repeat center right;
  background-size: 0.7rem;
}

.single .single-team-member .standard-text p, .single .single-team-member .standard-text p span, .single .single-team-member .standard-text p a {
  color: #1B263F !important;
}

.single-column-inner-container {
  width: 100%;
  max-width: 96rem;
  margin: auto;
}
.single-column-inner-container .image-banner-s {
  margin-bottom: 5rem;
}
.single-column-inner-container .video-wrapper {
  margin-bottom: 5rem;
}
.single-column-inner-container .video-wrapper video {
  height: auto;
}
.single-column-inner-container .text-card {
  margin-bottom: 2.5rem;
  padding: 2.5rem 2rem;
  padding-bottom: 0;
  border-bottom: 0.4rem solid var(--color-cyan);
  background-color: #fff;
}
.single-column-inner-container .text-card .text-header {
  padding-bottom: 2rem;
}
.single-column-inner-container .text-card .text-header .title {
  color: var(--primary-color);
  font-size: 2.4rem;
  margin-bottom: 0;
}

img.size-full {
  width: 100%;
  height: auto;
}

.has-vertical-text .image-with-text .thumb img {
  border-radius: 0;
  width: 95%;
}
.has-vertical-text .image-with-text .flex-row-reverse .thumb img {
  display: block;
  margin-left: auto;
}

.text-image-bg-sec {
  position: relative;
}
.text-image-bg-sec h2 {
  font-size: 2.8rem;
  font-family: var(--secondary-font);
  font-weight: 500;
}
.text-image-bg-sec .container {
  position: relative;
  z-index: 5;
}
.text-image-bg-sec .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.text-image-bg-sec .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image-bg-sec .bg-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 23, 136, 0.6);
}

.text-white .has-vertical-text .vertical-text {
  color: #fff;
}

.page-id-95 .founder-sec {
  padding-top: 0 !important;
}

.iconCard-swiper {
  margin-bottom: 0 !important;
}
.iconCard-swiper .swiper-slide {
  height: auto;
}

.icon-card-box {
  min-height: calc(100% - 5rem);
  margin-bottom: 5rem;
  background-color: #fff;
}
.icon-card-box .icon {
  background-color: var(--primary-color);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 16rem;
}
.icon-card-box .icon span {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color-cyan);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 12.7rem;
  height: 11.3rem;
}
.icon-card-box .icon span img {
  height: 6rem;
  width: auto;
}
.icon-card-box .info {
  background-color: #fff;
  padding: 2.5rem 2rem;
  color: #1B263F;
}
.icon-card-box .info h2, .icon-card-box .info h3, .icon-card-box .info p {
  color: #1B263F;
}
.icon-card-box .info h2, .icon-card-box .info h3 {
  font-size: 1.8rem;
  font-family: var(--secondary-font);
  min-height: 4.4rem;
  margin-bottom: 1.5rem;
}
.icon-card-box .info p {
  font-size: 1.6rem;
}

.trust-carousel-sec {
  background-color: var(--primary-color);
  color: #fff;
  padding: 2.5rem 0;
}
.trust-carousel-sec .trust-carousel {
  width: 100%;
  max-width: 113.5rem;
  margin: auto;
}
.trust-carousel-sec .trust-carousel .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
}

.trust--slide {
  padding: 0 4rem;
}
.trust--slide p {
  margin-bottom: 0;
}
.trust--slide img {
  width: 100%;
  height: auto;
  max-height: 14rem;
}
.trust--slide ul {
  list-style: none;
  padding-left: 2rem;
  margin-bottom: 0;
}
.trust--slide ul li {
  margin-bottom: 0;
  padding-left: 5.5rem;
  position: relative;
  background-image: url(img/checkbox_cyan.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 3rem;
  width: 100%;
  max-width: 30rem;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: var(--secondary-font);
}

.type-arrow.swiper-button-next, .type-arrow.swiper-button-prev {
  width: 3.6rem;
  height: 3.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.type-arrow.swiper-button-next:after, .type-arrow.swiper-button-prev:after {
  opacity: 0;
  visibility: hidden;
}
.type-arrow.swiper-button-next {
  right: 0;
  background-image: url(img/slide-right.svg);
}
.type-arrow.swiper-button-prev {
  left: 0;
  background-image: url(img/slide-left.svg);
}

.trust-widget-sec {
  padding: 2.5rem 0;
}
.trust-widget-sec .trust-widget {
  background-color: #fff;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
  padding: 2.5rem;
  height: 15.2rem;
  min-height: 100%;
}

.award-box {
  background-color: #fff;
  min-height: calc(100% - 5rem);
  margin-bottom: 5rem;
  border-bottom: 0.4rem solid var(--color-cyan);
}
.award-box .thumb {
  height: 22.6rem;
  background-color: #EFF5F8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.award-box .thumb img {
  max-width: 100%;
  height: auto;
  max-height: 22.6rem;
  min-height: 22.6rem;
}
.award-box .info {
  padding: 2.5rem 2rem;
}
.award-box .info h2, .award-box .info h3 {
  font-size: 2.8rem;
  font-family: var(--secondary-font);
  font-weight: 500;
  color: var(--primary-color);
}
.award-box .info p {
  color: #1B263F;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

.collapsable-div {
  height: 168px;
  overflow: hidden;
  transition: height 0.35s ease;
  margin-bottom: 1.5rem;
}

.collapsable-div.is-expanded {
  height: auto;
}

.timeline-wrap {
  padding-left: 7rem;
  position: relative;
}
.timeline-wrap:before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 0;
  height: 100%;
  width: 0.8rem;
  background-color: var(--primary-color);
}
.timeline-wrap .timeline-box {
  position: relative;
  padding: 2.5rem 2.5rem;
}
.timeline-wrap .timeline-box:not(:last-child) {
  margin-bottom: 3rem;
}
.timeline-wrap .timeline-box span {
  position: absolute;
  right: 100%;
  top: 0;
  width: 7.5rem;
  height: 7.5rem;
  background-color: var(--primary-color);
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: 700;
  font-family: var(--primary-font);
  line-height: 0.9;
  font-size: 3.2rem;
  margin-right: 1.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.timeline-wrap .timeline-box h2 {
  font-size: 3.2rem;
}

.cards-wrapper-sec .inner {
  padding: 0 1.5rem;
}

.featured-text-card {
  padding: 2rem;
  border-bottom: 0.4rem solid var(--color-cyan);
  background-color: #fff;
  padding-bottom: 6.8rem;
  position: relative;
}
.featured-text-card h3, .featured-text-card h2 {
  font-size: 2.8rem;
  font-family: var(--secondary-font);
  font-weight: 500;
}
.featured-text-card p {
  color: var(--primary-color);
  font-size: 1.6rem;
}
.featured-text-card .btn {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 2;
}

.snc-section .form-block-wrap {
  background-image: url(img/bg-2.jpg) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #AED5E7 !important;
  background-blend-mode: overlay;
}

.trust-carousel-wrap {
  background-color: #F9FDFF;
  padding: 5rem 0rem;
}

.trust-cards {
  width: 100%;
  max-width: 114rem;
  margin: auto;
  padding: 2rem 0;
}

.trust-icon-card {
  padding: 1.5rem;
  border-bottom: 0.4rem solid var(--primary-color);
}
.trust-icon-card .thumb {
  width: 12.7rem;
  height: 10.3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 1.5rem;
}
.trust-icon-card .thumb img {
  max-height: 5.5rem;
  width: auto;
}
.trust-icon-card .icon-label {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--primary-color);
  text-align: center;
  line-height: 1.2;
}

.search-title {
  display: block;
  text-decoration: none;
  margin-bottom: 3rem;
}
.search-title .post-title {
  font-family: var(--secondary-font);
  font-size: 1.8rem;
  font-weight: 700;
  color: #1B263F;
  display: block;
  margin-bottom: 0.5rem;
}
.search-title .excerpt, .search-title .r-more {
  color: #1B263F;
  font-weight: 400;
  display: block;
}

.search-pagination {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.search-pagination li a {
  color: #1B263F;
}

.search-sec .inner {
  width: 100%;
  max-width: 112rem;
  margin: auto;
}
.search-sec .inner .btn {
  width: 16rem;
  min-width: 0;
}
.search-sec .inner input {
  width: calc(100% - 18rem);
}

.accordion {
  width: 100%;
  max-width: 78rem;
  margin: auto;
}
.accordion .accordion-item {
  margin-bottom: 1.5rem;
  border-bottom: 0.4rem solid var(--color-cyan);
}
.accordion .accordion-button {
  font-family: var(--secondary-font);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-color);
  padding: 2.5rem 2rem;
}
.accordion .accordion-button:hover, .accordion .accordion-button:focus, .accordion .accordion-button[aria-expanded=true] {
  box-shadow: none;
  background-color: #fff;
}
.accordion .accordion-body {
  padding: 2.5rem 2rem;
}

.accordion-button::after {
  background-image: url(img/acc-angle-down.svg);
  background-size: 1.3rem;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(img/acc-angle-down.svg);
}

.home .insights-carousel-sec {
  background-image: linear-gradient(to bottom, #DCCCF5 45%, #ffffff 45%) !important;
}

.home .trust-carousel-wrap {
  background-color: #EFF5F8;
  padding: 10rem 0;
}

.trust-carousel-wrap + .trust-carousel-wrap {
  padding-top: 0rem;
}

.hero-sec .hero-left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 5rem;
  background: url(img/hero-bg.jpg) no-repeat center;
  background-size: cover;
}
.hero-sec .hero-left .inner {
  width: 100%;
  max-width: 60rem;
}
.hero-sec .hero-left p {
  font-family: var(--secondary-font);
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary-color);
}
.hero-sec .hero-right {
  width: 50%;
}
.hero-sec .hero-right img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  height: auto;
}

.bg-primary2 {
  background-color: #001788 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.logo-carousel .logo-single {
  text-align: center;
}
.logo-carousel .logo-single img {
  max-width: 100%;
  max-height: 8rem;
  width: auto;
  height: auto;
  display: inline-block;
}

.logo-carousel-sec h2 {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: var(--secondary-font);
  color: var(--primary-color);
}

.story-carousel-sec .custom-navigation .swiper-button-next, .story-carousel-sec .custom-navigation .swiper-button-prev {
  background-color: transparent !important;
  right: auto !important;
  left: 50% !important;
}
.story-carousel-sec .custom-navigation .swiper-button-next {
  margin-left: 6rem;
}

.story-carousel-wrap .carousel-left {
  width: 60%;
  padding-right: 2rem;
}
.story-carousel-wrap .carousel-left h2 {
  font-family: var(--secondary-font);
  font-weight: 400;
}
.story-carousel-wrap .carousel-left h2 strong {
  font-weight: 600;
}
.story-carousel-wrap .carousel-left p {
  margin-bottom: 1.5rem;
}
.story-carousel-wrap .carousel-left .top-content {
  padding-bottom: 1.5rem;
}
.story-carousel-wrap .carousel-right {
  width: 40%;
}
.story-carousel-wrap .carousel-right .inner {
  width: 100%;
  max-width: 43rem;
  margin-left: auto;
}
.story-carousel-wrap .carousel-right .inner .thumb {
  margin-bottom: 2rem;
}
.story-carousel-wrap .carousel-right .inner .thumb img {
  width: 100%;
  height: auto;
}

.intro-sec .widget-1 {
  background: url(img/widget-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 3rem;
  text-align: center;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
  margin-bottom: 2rem;
}
.intro-sec .widget-1 .title {
  font-size: 4.2rem;
}
.intro-sec .widget-1 .btn {
  margin-bottom: 0;
}
.intro-sec .widget-2 {
  background: url(img/phone.png) no-repeat left bottom;
  background-size: 31rem;
  padding: 3rem;
  background-color: #001788;
  text-align: center;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
  margin-bottom: 2rem;
}
.intro-sec .widget-2 .title {
  font-size: 4.2rem;
  color: var(--color-cyan);
}
.intro-sec .widget-2 .btn {
  margin-bottom: 1.5rem;
}
.intro-sec .widget-2 .bottom-alt-title {
  display: block;
  padding: 0 2rem;
}

.who-we-are-sec {
  background: url(img/bg-4.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.who-we-are-sec span.dots {
  display: block;
  width: 22rem;
  height: 12rem;
  position: absolute;
  bottom: 5rem;
  right: 5rem;
  background: url(img/dots.png) no-repeat center;
  background-size: cover;
}

.accordion-body.standard-text h2 {
  font-size: 2.8rem;
}

.mega-menu-primary-menu-mega-sticky .mega-sticky {
  background-color: #fff !important;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.12) !important;
}
.mega-menu-primary-menu-mega-sticky #mega-menu-wrap-primary-menu #mega-menu-primary-menu li#mega-menu-item-140 > a.mega-menu-link {
  min-height: 0 !important;
}
.mega-menu-primary-menu-mega-sticky #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.logo-wrap a img {
  height: 6.2rem;
}

@media only screen and (min-width: 768px) {
  .featured-card-slider {
    overflow: visible !important;
  }
  .featured-card-slider .cards-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    flex-wrap: unset !important;
    transform: none !important;
    width: 100% !important;
  }
  .featured-card-slider .featured-text-card {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .featured-card-slider .swiper-pagination {
    display: none;
  }
}
@media only screen and (min-width: 1201px) {
  #mega-menu-primary-menu {
    position: static !important;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
  }

  .mega-menu-item > a {
    white-space: nowrap !important;
  }

  .mega-toggle-on #menu-item-53162 > a + .sub-menu, .mega-toggle-on #menu-item-53359 > a + .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 134rem;
  }

  #mega-menu-top-menu,
#mega-menu-primary-menu {
    width: 100% !important;
    max-width: 137rem !important;
    margin: auto !important;
  }
}
@media only screen and (max-width: 1500px) {
  .our-team-sec .team-member-card .thumb img {
    width: 17rem;
    height: 17rem;
  }
}
@media only screen and (max-width: 1200px) {
  .team-member-card .thumb img {
    width: 17rem;
    height: 17rem;
  }
}
@media only screen and (max-width: 1024px) {
  .team-member-card {
    padding: 3rem;
  }
}
@media only screen and (max-width: 992px) {
  .pt_dental_guides-template-default .snc-sidebar {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 200;
    background: #fff;
    border-right: none;
  }
  .pt_dental_guides-template-default .snc-sidebar.is-open .snc-nav {
    max-height: 60vh;
    overflow-y: auto;
    padding: 0.5rem 0;
    scrollbar-width: thin;
    scrollbar-color: #dee2e6 transparent;
    border-bottom: 1px solid #e9ecef;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  .pt_dental_guides-template-default .snc-sidebar.is-open .snc-nav::-webkit-scrollbar {
    width: 4px;
  }
  .pt_dental_guides-template-default .snc-sidebar.is-open .snc-nav::-webkit-scrollbar-thumb {
    background: #dee2e6;
    border-radius: 2px;
  }
  .pt_dental_guides-template-default .snc-section {
    padding-top: 52px;
  }
  .pt_dental_guides-template-default .snc-nav {
    position: static;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    top: auto;
    transition: max-height 0.35s ease;
  }
  .pt_dental_guides-template-default .snc-article {
    scroll-margin-top: 116px;
  }
  .pt_dental_guides-template-default .snc-content {
    padding: 2rem 1.25rem;
  }

  .has-vertical-text {
    padding-left: 0;
    padding-top: 4rem;
  }

  .has-vertical-text .vertical-text {
    top: 0;
    transform-origin: unset;
    right: auto;
    margin-right: 0;
    transform: none;
  }

  .search-popup {
    align-items: flex-start !important;
  }

  .search-popup .inner-search .search-title {
    font-size: 3rem;
  }

  .search-popup .inner-search .bg-primary {
    padding: 3rem 3rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
  }

  .search-popup .inner-search .inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search-popup .inner-search .inner input {
    margin-bottom: 1.5rem;
  }
  .search-popup .inner-search .inner input, .search-popup .inner-search .inner .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-pad-md {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .pt_dental_guides-template-default .page-bottom-cta-section .col-xl-8.col-lg-9 {
    width: 100%;
  }

  .single-team-member .title-wrap h1 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }

  .single-team-member .team-footer div {
    padding: 0 1rem;
    width: 50%;
  }

  .team-member-card {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 2rem;
  }
  .team-member-card .thumb {
    width: 11rem;
    height: 11rem;
    margin-bottom: 0;
  }
  .team-member-card .thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .team-member-card .info {
    width: calc(100% - 11rem);
    padding-left: 1.5rem;
    text-align: left;
  }
  .team-member-card .info .title {
    font-size: 2.5rem;
  }
  .team-member-card .info p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .team-member-card {
    margin-bottom: 1.5rem;
  }

  .section-title h2 br {
    display: none;
  }

  .iconCard-swiper .swiper-slide {
    width: 28rem;
  }

  .featured-card-slider {
    overflow: hidden !important;
  }
  .featured-card-slider .featured-text-card {
    height: auto;
  }
}

/*# sourceMappingURL=style.css.map */
