@font-face {
    font-family: 'mont-regular';
    src        : url("../fonts/Mont-Regular.woff2") format("woff2"), url("../fonts/Mont-Regular.woff") format("woff");
    font-weight: normal;
    font-style : normal;
}

@font-face {
    font-family: 'mont-semibold';
    src        : url("../fonts/Mont-Semibold.woff2") format("woff2"), url("../fonts/Mont-Semibold.woff") format("woff");
    font-weight: normal;
    font-style : normal;
}

@font-face {
    font-family: 'mont-bold';
    src        : url("../fonts/Mont-Bold.woff2") format("woff2"), url("../fonts/Mont-Bold.woff") format("woff");
    font-weight: normal;
    font-style : normal;
}

@font-face {
    font-family: 'marcellus';
    src        : url("../fonts/Marcellus-Regular.woff") format("woff");
    font-weight: normal;
    font-style : normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "mont-regular", sans-serif !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
p:empty {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "mont-semibold", sans-serif !important;
    margin: 0;
}
a, a:hover {
    transition: 0.5s;
    font-family: "mont-regular", sans-serif !important;
    text-decoration: none;
    line-height: 0;
    display: inline-block;
}
h2 {
    font-size: 45px;
    font-family: "marcellus", sans-serif !important;
}
h4 {
    font-size: 25px;
    color: #444444;
    font-family: "mont-regular", sans-serif !important;
    line-height: normal;
}
p {
    font-family: "mont-regular", sans-serif;
    letter-spacing: normal;
    font-size: 18px;
    color: #444444;
    line-height: 1.6;
}
::placeholder {
    font-family: "mont-regular", sans-serif;
}
input {
    font-family: "mont-regular", sans-serif;
}
:focus, :focus-visible {
    outline: none !important;
}
blockquote, caption, figcaption, h1, h2, h3, h4, h5, h6, p {
    text-wrap: inherit;
}
img {
    width: auto;
}
ul {
    list-style-type: none;
}
li {
    font-family: "mont-regular", sans-serif !important;
}
.text-center {
    text-align: center;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bold {
    font-family: "mont-bold", sans-serif !important;
}
.bg-blue {
    background-color: #005a85;
}
.common-btn-outline {
    border: 1px solid #cf118c;
    color: #cf118c;
    padding: 25px 20px;
    font-size: 20px;
    border-radius: 9px 0 9px 0;
    display: inline-block;
    align-items: center;
    width: fit-content;
}
.common-btn-outline:hover {
    color: #ffffff;
    background-color: #cf118c;
    border-radius: 0 9px 0 9px;
}
.common-btn-outline-white {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 25px 20px;
    font-size: 20px;
    border-radius: 9px 0 9px 0;
    display: inline-block;
    align-items: center;
    width: fit-content;
}
.common-btn-outline-white:hover {
    color: #ffffff;
    background-color: #005a85;
    border-color: #005a85;
    border-radius: 0 9px 0 9px;
}
.common-btn-outline-green {
    border: 1px solid #29a71a;
    color: #29a71a;
    padding: 24px 20px;
    font-size: 20px;
    border-radius: 9px 0 9px 0;
    display: inline-block;
    align-items: center;
    width: fit-content;
}
.common-btn-outline-green:hover {
    color: #ffffff;
    background-color: #29a71a;
    border-color: #29a71a;
    border-radius: 0 9px 0 9px;
}
.common-btn-bg {
    background-color: #005a85;
    color: #ffffff;
    padding: 25px 20px;
    font-size: 20px;
    border-radius: 9px 0 9px 0;
    display: inline-block;
    align-items: center;
    width: fit-content;
}
.common-btn-bg:hover {
    background-color: #cf118c;
    border-radius: 0 9px 0 9px;
}
.common-btn-bg-pink {
    background-color: #cf118c;
    color: #ffffff;
    padding: 25px 20px;
    font-size: 20px;
    border-radius: 9px 0 9px 0;
    display: flex;
    align-items: center;
    width: fit-content;
}
.common-btn-bg-pink:hover {
    background-color: #005a85;
    border-radius: 0 9px 0 9px;
}
.section-space {
    padding: 50px 0;
    margin: 0;
}
.container {
    max-width: 93.75rem;
    margin: 0 auto;
    padding: 0;
}
.max-100 {
    max-width: 100%;
    margin: 0;
}
.width-50 {
    width: 50%;
    line-height: 0;
}
.blue {
    color: #005a85;
}
.pink {
    color: #cf118c;
}
.grey {
    color: #444444;
}
.has-global-padding {
    margin: 0 !important;
    padding: 0 !important;
}
h1.wp-block-post-title {
    display: none;
}
.big-p {
    font-size: 22px;
}
.italic {
    font-style: italic;
}
.pad-bot-0 {
    padding-bottom: 0;
}
.pad-bot-5 {
    padding-bottom: 5px;
}
.pad-bot-15 {
    padding-bottom: 15px;
}
.pad-bot-30 {
    padding-bottom: 30px;
}
.pad-bot-50 {
    padding-bottom: 50px;
}
.pad-bot-70 {
    padding-bottom: 50px;
}
.margin-bot-0 {
    margin-bottom: 0;
}
.max-width-60 {
    max-width: 1170px;
}
.pad-top-0 {
    padding-top: 0 !important;
}
span#current-year {
    color: #ffffff;
}
.common-ul-li ul li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
    color: #444444;
}
.common-ul-li ul li:last-child {
    margin-bottom: 0;
}
.common-ul-li ul li::before {
    content: "";
    position: absolute;
    background-image: url(../images/blue-before-li.png);
    background-repeat: no-repeat;
    left: 0;
    top: 3px;
    width: 21px;
    height: 21px;
}
.common-ul-li ul .blue {
    font-size: 20px;
    display: block;
    font-family: "mont-bold", sans-serif !important;
}
.bg-white {
    background-color: #ffffff;
}
.home .home-header-logo {
    display: block;
}
.home-header-logo {
    display: none;
}
.internal-header-logo {
    margin: 0;
}
.logo {
    display: inline-flex;
}
.internal-top-banner {
    position: relative;
}
.internal-top-banner img {
    width: 100%;
}
.internal-top-banner h1 {
    font-family: "marcellus", sans-serif !important;
    color: #ffffff;
    font-size: 75px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46%;
}
.internal-top-banner .overlap-banner {
    background-color: #ffffff;
    max-width: 540px;
    width: 100%;
    text-align: center;
    padding: 40px 10px 50px;
    box-shadow: 0 0 50px 0 #00000018;
    position: absolute;
    bottom: -20%;
}
.internal-top-banner .overlap-banner p {
    font-size: 16px;
    color: #005a85;
}
.internal-top-banner .overlap-banner h4 {
    font-size: 38px;
    padding: 15px 15px 25px;
    line-height: 1.2;
}
.internal-banner-below-content {
    margin-top: 90px;
}
.internal-banner-below-content .big-p {
    font-size: 22px;
    font-family: "mont-bold", sans-serif !important;
}
.internal-banner-below-content p {
    margin: 24px 0;
    font-size: 18px;
}
.internal-banner-below-content p:last-child {
    margin-bottom: 0;
}
.border {
    border-top: 1px solid #999999;
    margin: 50px 0;
}
.header-btn-flex {
    display: flex;
    justify-content: end;
}
.header-btn-flex .phone {
    background-color: #cf118c;
    color: #ffffff;
    padding: 12px 15px;
    font-size: 18px;
    border-radius: 9px 0 9px 0;
    display: flex;
    align-items: center;
    width: fit-content;
}
.header-btn-flex .phone:hover {
    background-color: #005a85;
    border-radius: 0 9px 0 9px;
}
.header-btn-flex .whatsapp {
    background-color: #29a71a;
    color: #ffffff;
    padding: 12px 15px;
    font-size: 18px;
    border-radius: 9px 0 9px 0;
    margin-left: 15px;
    display: flex;
    align-items: center;
    width: fit-content;
}
.header-btn-flex .whatsapp:hover {
    background-color: #005a85;
    border-radius: 0 9px 0 9px;
}
header .social-media-icons a {
    margin-right: 10px;
}
#mega-menu-max_mega_menu_1 .mega-current-menu-item > a, #mega-menu-max_mega_menu_1 .mega-current_page_item > a,
#mega-menu-max_mega_menu_2 .mega-current-menu-item > a, #mega-menu-max_mega_menu_2 .mega-current_page_item > a, 
#mega-menu-max_mega_menu_3 .mega-current-menu-item > a, #mega-menu-max_mega_menu_3 .mega-current_page_item > a, 
#mega-menu-max_mega_menu_4 .mega-current-menu-item > a, #mega-menu-max_mega_menu_4 .mega-current_page_item > a  {
    color: #cf118c !important;
}

.welcome-banner-bottom .right-part {
    justify-items: end;
}
.address-mail {
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: end;
}
.address-mail p {
    font-size: 16px;
    padding: 0 20px 0 10px;
}
.top-header {
    padding: 10px 0 0;
    gap: 0;
}
.header-btn-flex img {
    padding-right: 10px;
}
.home header {
    position: absolute;
    margin: auto !important;
    width: 100%;
    z-index: 1;
}
.home #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    color: #ffffff;
    padding: 0;
    margin: 0 15px;
}
.home #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    color: #ffffff;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #cf118c;
}
.home #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover {
    color: #cf118c;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 15px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    display: none;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-family: "mont-regular", sans-serif !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: -10px;
    left: 15px;
    width: 270px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
    border-bottom: 1px solid !important;
}
/* .columns2 .mega-sub-menu > li:nth-child(-n+7) {
    border-right: 1px solid #999 !important;
}
.columns2 .mega-sub-menu > li:nth-child(1) > a, .columns2 .mega-sub-menu > li:nth-child(8) > a {
    background-color: #444444 !important;
    color: #ffffff !important;
    font-family: "mont-bold", sans-serif !important;
} */
.home .internal-header-logo {
    display: none;
}
.home-header-logo img, .internal-header-logo img, .footer_logo {
    width: 221px;
    height: 70px;
}
.internal-header-logo img {
    object-fit: cover;
}
/* .home-banner {
    background-image: url(../images/home-banner-img-1.webp);
    max-width: 100%;
    margin: 0 !important;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
} */
.home-banner {
    max-width: 100%;
    position: relative;
}
.home-banner .img img {
    width: 100%;
    min-height: calc(100vh - 0px);
    object-fit: cover;
}
.home-banner .content {
    z-index: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.home-banner .content h1 {
    font-family: "marcellus", sans-serif !important;
    font-size: 75px;
    width: 60%;
    color: #ffffff;
    line-height: 1;
}
.home-banner .content p {
    font-size: 21px;
    width: 60%;
    color: #ffffff;
    padding: 30px 0 0;
    display: flex;
    align-items: center;
}
.home-banner .content img {
    padding: 0 20px;
}
.home-banner .img {
    display: flex;
}
.home-banner .common-btn-bg {
    margin-top: 30px;
}
.home .address-mail .icon-grey {
    display: none;
}
.address-mail .icon-grey {
    display: block;
}
.home .address-mail p {
    color: #ffffff;
}
.address-mail p {
    color: #444444;
}
.logo-menu-header {
    padding: 10px 0;
    justify-content: space-between;
    gap: 0;
}

/* footer-part */

.footer-part {
    padding: 170px 0 0 !important;
}
.footer-part #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item, .footer-part #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item, .footer-part #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item {
    display: block;
    position: relative;
}
.footer-part #mega-menu-wrap-max_mega_menu_2 li a, .footer-part #mega-menu-wrap-max_mega_menu_3 li a, .footer-part #mega-menu-wrap-max_mega_menu_4 li a {
    position: relative;
}
.footer-part #mega-menu-wrap-max_mega_menu_2 li a:before, .footer-part #mega-menu-wrap-max_mega_menu_3 li a:before, .footer-part #mega-menu-wrap-max_mega_menu_4 li a:before {
    background-image: url(../images/pink-arrow-footer.png) !important;
    background-repeat: no-repeat !important;
    width: 8px !important;
    height: 12px !important;
    position: absolute !important;
    content: "" !important;
    top: 5px !important;
    left: 0;
}
.footer-part #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .footer-part #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .footer-part #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    color: #ffffff;
}
.footer-part #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link , .footer-part #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item > a.mega-menu-link, .footer-part #mega-menu-wrap-max_mega_menu_4 #mega-menu-max_mega_menu_4 > li.mega-menu-item > a.mega-menu-link  {
    line-height: normal;
    height: auto;
    margin: 0 0 24px;
    font-size: 16px;
    padding: 0 0 0 15px;
    color: #ffffff;
    width: max-content;
}
.footer-part h4 {
    font-size: 24px;
    padding-bottom: 24px;
    color: #ffffff;
}
.footer-social-media img {
    width: 36px;
    height: 36px;
}
.footer-social-media a:hover {
  background-color: #cf118c;
}
.footer-social-media a img {
  transition: transform 0.3s ease;
}
#mega-menu-wrap-max_mega_menu_3 {
    padding-top: 56px;
}
.footer-part ul li {
    font-size: 16px;
}
.footer-part a:hover {
    color: #cf118c !important;
}
.footer-part .footer-contact-details {
    padding-top: 5px;
}
.footer-part .footer-contact-details ul li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 20px;
    width: max-content;
}
.footer-part .footer-contact-details ul li img {
    position: absolute;
    left: 0;
    top: 3px;
}
.footer-part .footer-social-media {
    padding-top: 10px;
}
.footer-part .footer-social-media ul {
    display: flex;
}
.footer-part .footer-social-media ul li {
    margin-right: 20px;
    display: flex;
}
.footer-part .opening-hours {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.footer-part .opening-hours li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10.5px 0;
  border-bottom: 1px solid #717171;
}
.footer-part .opening-hours li:first-child {
  padding-top: 0;
}
.footer-part .opening-hours li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.footer-part .footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid #717171;
}
.footer-part .sub-footer p {
    text-align: center;
    color: #ffffff;
    padding: 0;
    margin: 15px 0;
    font-size: 14px;
}
.footer-part .sub-footer span {
    color: #cf118c;
}
.subfooter-flex p {
    font-size: 14px;
}
.home .wp-google-powered {
    display: none !important;
}
.home .wp-google-place .wp-google-right div {
    display: inline-block;
    margin: 0 !important;
}
.home .wp-google-place .wp-google-right {
    display: flex!important;
    width: auto!important;
    align-items: center;
    justify-content: center;
}
.home .wp-google-based {
    padding-left: 10px !important;
    font-family: "mont-semibold", sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}
.home .wp-gr .wp-google-text {
    color: var(--text-color,#444444)!important;
    font-size: 16px!important;
    display: block;
    margin-top: 10px !important;
    font-family: "mont-regular", sans-serif !important;
}
/* homepage */
.home-icon-line {
    background-color: #005a85;
    padding: 60px 0;
    margin-top: 50px;
}
.home-icon-line .box {
    text-align: center;
    position: relative;
    width: 20%;
}
.home-icon-line .box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}
.home-icon-line .box:last-child:after {
    content: none;
}
.home-icon-line .box h4 {
    color: #ffffff;
    font-size: 28px;
    padding: 15px 0;
    font-family: "marcellus", sans-serif !important;
}
.home-icon-line .box p {
    color: #ffffff;
    font-size: 16px;
}
.home-icon-line .box img {
    background-color: #ffffff;
    border-radius: 100px;
    height: 125px;
    width: 125px;
    object-fit: none;
    box-shadow: 0px 0px 18px 0px #00000070;
}
.home-welcome .welcome-logo {
    height: 90px;
    width: auto;
}
.home-welcome img {
    width: 100%;
    padding-right: 50px;
}
.home-welcome .content .common-btn-outline {
    font-size: 18px;
}
.home-welcome h2, .home-welcome h4, .home-welcome p {
    margin: 25px 0;
}
.home-welcome p {
    font-size: 20px;
}
.home-invisalign-section {
    background-image: url(../images/home-invisalign-banner.jpg);
    background-position: bottom;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 50px 0 200px;
    z-index: 0;
}
.home-invisalign-section h2, .home-invisalign-section h4, .home-invisalign-section p {
    color: #ffffff;
    margin: 32px 0;
}
.home-invisalign-section .flex {
    align-items: center;
    justify-content: inherit;
}
.home-invisalign-section .flex h4 {
    margin: 0;
}
.home-invisalign-section .flex img {
    margin-right: 30px;
}
.home-invisalign-section .btn2 {
    margin-top: 50px;
}
.home-invisalign-section .btn2 a {
    margin-right: 30px;
}
.home-invisalign-section-4box {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ffffffcf;
}
.home-invisalign-section-4box .flex {
    justify-content: space-between;
}
.home-invisalign-section-4box .flex .box {
    width: 25%;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.home-invisalign-section-4box .flex .box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #999999;
}
.home-invisalign-section-4box .flex .box:last-child:after {
    content: none;
}
.home-invisalign-section-4box .flex .box img {
    margin-right: 0;
    padding-right: 20px;
}
.home-invisalign-section-4box .flex .box .img {
    display: flex;
}
.home-invisalign-section-4box .flex .box h5 {
    font-size: 18px;
    color: #444444;
    padding: 3px 0;
}
.comparison-wrapper {
  max-width: 32%;
  margin: 40px 0 50px;
}
.comparison-wrapper .comparison-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
}
.comparison-wrapper .comparison-container img {
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    max-width: 480px;
    width: 480px;
}
.comparison-wrapper .img-before-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.comparison-wrapper .divider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translateX(-1px);
}
.comparison-wrapper .divider .handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  cursor: grab;
}
.comparison-wrapper .divider .handle::before {
  content: "⇆";
  font-size: 16px;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-teeth-straightening-bg {
    background-color: #005a85;
    padding: 100px 0;
    margin-bottom: -41rem;
    height: 750px;
}
.home-teeth-straightening {
    color: #ffffff;
}
.home-teeth-straightening h2 {
    width: 80%;
}
.home-teeth-straightening p {
    color: #ffffff;
}
.home-teeth-straightening ul {
    margin-top: 10px;
}
.home-teeth-straightening li {
    line-height: 1.6;
    position: relative;
    padding-left: 15px;
    font-size: 18px;
}
.home-teeth-straightening li::before {
    background-image: url(../images/white-arrow-before.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
}
.home-teeth-straightening .common-btn-bg-pink {
    margin: 30px 0 50px;
}
.home-teeth-straightening .common-btn-bg-pink:hover {
    background-color: #ffffff;
    color: #005a85;
}
.home-teeth-straightening .right {
    width: 40%;
}
.home-teeth-straightening .box {
    text-align: center;
    width: 31%;
}
.home-teeth-straightening .box h4 {
    padding-top: 20px;
}
.home-fixed-braces {
    background-image: url(../images/home-facial-banner.jpg);
    max-width: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 100px 0;
}
.home-fixed-braces p {
    margin: 15px 0;
}
.home-fixed-braces .common-btn-outline {
    margin-top: 10px;
}
.home-google-reviews .wp-google-url {
    display: none !important;
}
.home-google-reviews .wp-gr.wpac {
    max-width: 1170px !important;
    margin: auto !important;
}
.home-google-reviews .wp-google-review {
    padding: 20px 20px 15px !important;
    border-radius: 9px !important;
    box-shadow: 0 5px 9px 0px #00000070 !important;
    margin-top: 30px !important;
    width: 100%;
}
.home-google-reviews .rpi-col16 {
    --overflow: inherit;
}
.home-google-reviews .ti-widget.ti-goog .ti-header strong {
    font-size: 18px !important;
}
.home-google-reviews .ti-widget.ti-goog .ti-header {
    padding: 0 !important;
}
.home-google-reviews .common-btn-outline {
    margin-top: 50px;
}
.home-google-reviews .star-image {
    margin: 20px 0;
}
.home-orthodontics {
    background-color: #f5f5f5;
    padding: 100px 0;
}
.home-orthodontics h4, .home-orthodontics p {
    margin: 28px 0;
}
.home-orthodontics h4 {
    line-height: 1.2;
}
.home-orthodontics img {
    width: 100%;
    padding-right: 50px;
}
.home-blog-latest {
    margin-top: 20px;
}
.home-blog-latest ul {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.home-blog-latest ul li {
    width: 32%;
}
.home-blog-latest ul li h2{
    text-align: center;
}
.home-blog-latest ul li a {
    font-size: 24px;
    text-align: center;
    padding: 0 10px;
    margin: 20px auto 0;
    line-height: normal;
}
.home-blog-latest ul li a:hover {
    line-height: normal;
}
.home-blog-latest ul li .wp-block-read-more {
    font-size: 20px;
    color: #005a85;
    position: relative;
    margin-top: 15px;
}
.home .wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
    height: 270px;
}
.home-blog-latest .wp-block-post-title a:hover {
    color: #cf118c;
}
.home-blog-latest ul li .wp-block-read-more::after {
    background-image: url(../images/blue-arrow.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    position: absolute;
    content: "";
    top: 8px;
    right: -7px;
}
.home-blog-latest ul li .wp-block-read-more:hover {
    color: #cf118c;
    display: inherit;
}
.home-blog-latest ul li .wp-block-read-more:hover:after {
    background-image: url(../images/pink-arrow-footer.png);
}
.logo-carousel-free .sp-lc-logo img {
    height: 70px;
    width: 100%;
    object-fit: contain;
}
/* footer-form */
.footer-form {
    gap: 0 !important;
    margin-bottom: 100px !important;
    background-color: #f3f3f0;
}
#get-in-touch-form {
    display: inline-block;
}
.get-in-touch-form {
    width: 75%;
    margin: 0 auto;
    padding: 50px 0;
    background-color: transparent;
}
.get-in-touch-form, .cf-turnstile {
    text-align: center;
    margin-top: 20px;
}
.get-in-touch-form br {
    display: none;
}
.get-in-touch-form label {
  font-size: 14px;
  font-family: "mont-bold", sans-serif !important;
  margin-bottom: 5px;
  color: #333;
}
.get-in-touch-form input, .get-in-touch-form select, .get-in-touch-form button {
    font-size: 16px;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid #c2c2c2;
    width: 100%;
    background-color: transparent;
    text-align: center;
    text-align-last: center;
}
.get-in-touch-form input::placeholder, .get-in-touch-form select::placeholder {
    color: #cf118c;
}
.get-in-touch-form input:focus, .get-in-touch-form select:focus, .get-in-touch-form button:focus {
    outline: none;
}
.get-in-touch-form .wpcf7-not-valid-tip {
    color: red;
    font-size: 12px;
    text-align: center;
}
.get-in-touch-form .common-btn-outline {
    border: 1px solid #cf118c !important;
    font-size: 20px !important;
    width: fit-content !important;
    display: block;
    margin: 30px auto 0;
    cursor: pointer;
    padding: 11px 50px !important;
}
.get-in-touch-form .custom-select {
    color: #cf118c;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/down-arrow-form.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    font-family: "mont-regular", sans-serif !important;
}
.get-in-touch-form h2 {
    text-align: center;
    margin-bottom: 10px;
}
.get-in-touch-form .wpcf7-list-item {
    margin: 0;
}
.get-in-touch-form .wpcf7-list-item label {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    line-height: normal;
    text-align: left;
}
.get-in-touch-form .privacy-notice {
    font-size: 14px;
    font-family: "mont-bold", sans-serif !important;
    display: inline-block;
    text-decoration: underline;
    line-height: normal;
}
.get-in-touch-form .wpcf7-list-item input {
    margin-right: 10px;
}
input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    margin: 0;
    position: relative;
    top: 3px;
}
input:-internal-autofill-selected {
    background-color: transparent !important;
    appearance: none !important;
}
.form-contact-details {
    text-align: center;
    margin-top: 20px;
}
.form-contact-details img {
    margin-right: 10px;
}
.form-contact-details .flex {
    justify-content: center;
    align-items: center;
}
.form-contact-details p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.form-contact-details p:last-child {
    margin-bottom: 0;
}
.form-contact-details a {
    font-size: 20px;
    color: #005a85;
}
.form-contact-details a:hover {
    color: #cf118c;
}
.form-img-1 {
    background-image: url(../images/form-img-1.jpg);
    max-width: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.form-img-2 {
    background-image: url(../images/form-img-2.jpg);
    max-width: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.wpcf7-response-output {
    text-align: center;
    margin: 0 50px 50px !important;
    font-size: 15px;
}
.home footer .footer-form {
    display: none;
}
.home .footer-form {
    margin-bottom: 0;
}
.form-contact-details p {
    margin: 20px 0;
}
.home-logo-carousel {
    background: #005a85;
    padding: 40px 0;
    margin: 0 40px;
}
.home-logo-carousel .swiper-wrapper .swiper-slide {
    background-color: #ffffff;
    padding: 20px;
}
.home-logo-carousel .logo-carousel-free-area {
    margin: 0 40px;
}
.bottom-bar .bg-blue {
    border-radius: 27px;
    padding: 12px 0;
    text-align: center;
    bottom: -150px;
}
.bottom-bar .bg-blue p {
    font-size: 18px;
    color: #ffffff;
}
.bottom-bar .bg-blue .box {
    position: relative;
    display: flex;
    justify-content: center;
    width: 33%;
}
.bottom-bar .bg-blue .box img {
    background-color: #333333;
    border-radius: 100px;
    max-width: none;
    width: 80px;
    height: 80px;
    object-fit: none;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bottom-bar .bg-blue .box a:hover {
    color: #cf118c;
}
.sticky-bar {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 1500px;
    z-index: 999;
}
.sticky-stop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.bg-blue.sticky-bar {
    background-color: #333333;
    transition: 1s;
}
.bg-blue.sticky-bar .box img {
    background-color: #005a85;
    transition: 1s;
}
.bg-blue.sticky-bar .box img:hover {
    background-color: #cf118c;
}
.bg-blue.sticky-bar.sticky-stop {
    background-color: #005a85;
    transition: 1s;
    z-index: 1;
}
.bg-blue.sticky-bar.sticky-stop .box img {
    background-color: #333333;
}
.bg-blue.sticky-bar.sticky-stop .box img:hover {
    background-color: #cf118c;
}
.video-content-testimonial {
    margin-top: 60px;
}
.video-content-testimonial .testimonial {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.video-content-testimonial .testimonial-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0px 22px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 10px 0;
}
.video-content-testimonial video {
    display: flex;
    border-radius: 10px;
    height: 400px;
    width: 560px;
    position: relative;
}
.video-iframe-wrap {
    position: relative;
    cursor: pointer;
}
.video-iframe-wrap iframe {
    /* display: none; */
    width: 560px;
    height: 400px;
    border-radius: 10px;
    pointer-events: auto;
}
.play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-content-testimonial .quote::after {
	content: "";
	position: absolute;
	left: -120px;
	top: 0;
	width: 240px;
	height: 400px;
	background: #fff;
	transform: skewX(-15deg) translateZ(0);
	z-index: -1;
}
.video-content-testimonial .quote {
    align-content: center;
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
    max-height: 400px;
    height: 400px;
    position: relative;
    z-index: 9;
}
.video-content-testimonial .testimonial-text {
    margin: 50px 0 10px;
    font-size: 18px;
    padding-right: 50px;
}
.video-content-testimonial .testimonial-author {
    color: #005a85;
    font-size: 24px;
    font-family: "mont-semibold", sans-serif !important;
}
.owl-stage {
    display: flex;
}
.owl-carousel .owl-item img {
    display: inline-block;
    max-width: 100%;
    width: auto !important;
    height: auto;
    mix-blend-mode: multiply;
    object-fit: contain;
}
.owl-carousel .owl-nav.disabled {
    display: block;
}
.owl-carousel .owl-nav {
    display: flex;
    position: absolute;
    top: 44%;
    width: 100%;
    justify-content: space-between;
}
.site .owl-carousel .button:not(:hover):not(:active):not(.has-background), .owl-carousel button:not(:hover):not(:active):not(.has-background) {
    background-color: transparent;
    font-size: inherit;
}
.owl-carousel .owl-nav.disabled {
    display: block !important;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
    font-size: 60px;
    background: #000000;
    border-radius: 50px;
    color: #ffffff;
    line-height: 50px;
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.owl-nav .owl-prev span {
    left: -30px;
}
.owl-nav .owl-next span {
    right: -30px;
}
.owl-nav .owl-prev span:hover, .owl-nav .owl-next span:hover {
    background: #005a85;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.owl-nav button:focus {
    outline-offset: 0;
    outline: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: inherit !important;
}
.video-content-testimonial .common-btn-bg-pink {
    display: block;
    margin: 20px auto 0;
}
.grey-banner-overlap {
    position: relative;
}
.grey-banner-overlap.right-img {
    justify-items: end;
    display: grid;
}
.grey-banner-overlap .image-left {
    width: 65%;
}
.grey-banner-overlap .image-right {
    width: 65%;
}
.grey-banner-overlap .content-right {
    width: 55%;
    background-image: linear-gradient(to bottom right, #ffffff, #eeeeee);
    padding: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    box-shadow: 0 0 30px 0 #00000010;
}
.grey-banner-overlap .content-left {
    width: 55%;
    background-image: linear-gradient(to bottom right, #ffffff, #eeeeee);
    padding: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    box-shadow: 0 0 30px 0 #00000010;
}
.grey-banner-overlap h3 {
    font-size: 36px;
    font-family: "marcellus", sans-serif !important;
    padding-bottom: 20px;
    color: #444444;
}
.grey-banner-overlap .blue {
    font-size: 20px;
    display: block;
    font-family: "mont-bold", sans-serif !important;
}
.grey-banner-overlap .content-left a:hover, .grey-banner-overlap .content-right a:hover {
    color: #cf118c;
}
.grey-banner-overlap.about-invisalign .common-btn-bg:hover {
    color: #ffffff;
}
.grey-banner-overlap .common-btn-bg-pink:hover {
    color: #ffffff !important;
}
.grey-banner-overlap .common-btn-outline-green:hover {
    color: #ffffff !important;
}
.grey-banner-overlap ul li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
    color: #444444;
}
.grey-banner-overlap ul li:last-child {
    margin-bottom: 0;
}
.grey-banner-overlap ul li::before {
    content: "";
    position: absolute;
    background-image: url(../images/blue-before-li.png);
    background-repeat: no-repeat;
    left: 0;
    top: 3px;
    width: 21px;
    height: 21px;
}
.grey-banner-overlap p {
    padding-top: 15px;
}
.invisalign-provider-video {
    text-align: center;
}
.invisalign-provider-video video {
    max-width: 1000px;
}
.invisalign-provider-video h2 {
    width: 70%;
    margin: auto;
    padding-bottom: 30px;
}
.grey-banner-overlap.why-coose-invisalign p {
    margin: 15px 0;
}
.grey-banner-overlap.why-coose-invisalign p {
    margin: 0 0 15px;
}
.grey-banner-overlap.why-coose-invisalign h3 {
    padding-bottom: 0;
}
.grey-banner-overlap.why-coose-invisalign p {
    margin: 0 0 15px;
}
.grey-banner-overlap.why-coose-invisalign ul li::before {
    top: 3px;
}
.invisalign-journey {
    background-image: url(../images/invisalign-journey.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
}
.invisalign-journey h2{
    color: #ffffff;
    margin-bottom: 30px;
}
.invisalign-journey h4, .invisalign-journey p, .invisalign-journey h2{
    color: #ffffff;
}
.invisalign-journey h4 {
    font-family: "marcellus", sans-serif !important;
    margin: 20px 0;
}
.invisalign-journey .number {
    font-size: 32px;
    background-color: #005a85;
    border: 1px solid #ffffff;
    border-radius: 100px;
    height: 60px;
    width: 60px;
    object-fit: none;
    margin: auto;
    line-height: 55px;
}
.invisalign-journey .content {
    margin-bottom: 50px;
}
.invisalign-journey .content:last-child {
    margin-bottom: 0;
}
.about-invisalign .content-left {
    width: 60%;
}
.about-invisalign .image-right {
    position: relative;
}
.about-invisalign .image-right img {
    border: 9px solid #ffffff;
    border-radius: 40px;
    box-shadow: 0 0 40px 0 #00000020;
}
.about-invisalign .content-left {
    background-image: none;
    background-color: #f7f7f7;
    box-shadow: none;
    padding: 70px 60px 90px;
}
.about-invisalign .content-left h2 {
    width: 70%;
}
.about-invisalign .content-left p {
    margin: 20px 0;
    padding: 0;
    font-family: "marcellus", sans-serif !important;
    font-size: 22px;
}
.about-invisalign .common-btn-outline-green {
    margin-right: 20px;
}
.about-invisalign ul {
    margin: 20px 0 30px;
}
.about-invisalign ul li {
    font-size: 22px;
    line-height: 2.2;
    padding-left: 45px;
    font-family: "marcellus", sans-serif !important;
}
.about-invisalign ul li::before {
    background-image: url(../images/pink-bg-arrow.png);
    top: 7px;
    width: 32px;
    height: 32px;
}
.accordion-page {
    background-color: #f5dadf;
    padding: 50px 60px;
    max-width: 1170px;
}
.accordion-page ul {
    margin: 10px 0;
}
.accordion-page h2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 36px;
}
.accordion details {
    margin: 1.4rem auto;
    background-color: transparent;
    transition: max-height .4s ease-out
}
.accordion details:not([open]) {
    animation-name: fold-in;
    animation-duration: .4s;
    transition: max-height .4s ease-out
}
.accordion details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background-color: #ffffff;
    color: #444444;
    font-size: 20px;
    margin: 0;
    padding: 5px 20px;
    letter-spacing: 0;
    transition: background-color 0.3s ease;
}
.accordion details[open] summary {
    background-color: #444444;
    color: #ffffff;
}
.accordion details summary:hover {
    background-color: #444444;
    color: #fff
}
.accordion details summary::-webkit-details-marker,.accordion details summary::marker {
    content: "";
    display: none
}
.accordion details summary:after {
    content: "+";
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
}
.accordion details .content {
    padding: 0 1.5rem 1.5rem
}
.accordion details[open] summary {
    min-height: 46px;
}
.accordion details[open] summary:after {
    content: "\2212";
    font-size: 29px;
    padding-right: 4px;
    font-weight: 700
}
.accordion details[open] .content {
    animation-name: fold-out;
    animation-duration: 1s;
    padding: 20px 20px 0;
    transition: height 2s ease-in-out;
    transition-delay: .1s;
}
.accordion details .content p {
    color: #444444;
    text-align: left;
    margin: 0;
    padding: .278em 0
}
.accordion details .content a:hover {
    font-family: "mont-bold", sans-serif !important;
    color: #cf118c;
}
@keyframes fold-out {
    0% {
        opacity: 0;
        margin-top: -3rem
    }

    to {
        opacity: 1;
        margin-top: 0
    }
}
@keyframes fold-in {
    0% {
        padding-bottom: 1rem
    }

    to {
        padding-bottom: 0
    }
}
.invisalign-journey-today .big-p {
    margin: 20px 0;
}
.invisalign-journey-today .common-btn-bg-pink {
    display: block;
    margin: 40px auto 0;
}
/* about-page */
.about-6boxes {
    margin-top: 40px;
}
.about-6boxes .flex {
    flex-wrap: wrap;
}
.about-6boxes .box {
    width: 32.5%;
    background-color: #e8e8e8;
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding: 20px 30px;
}
.about-6boxes .box img {
    width: 65px;
    height: auto;
    object-fit: none;
}
.about-6boxes .box h6 {
    color: #cf118c;
    font-size: 21px;
    font-weight: 500;
    font-family: "mont-bold", sans-serif !important;
    text-transform: capitalize;
    letter-spacing: normal;
    padding-left: 12px;
}
.about-what-patients-say h2 {
    padding-bottom: 50px;
}
.about-what-patients-say iframe {
    width: 50%;
    border: 1px solid #000;
}
.page-id-437 .about-what-patients-say .flex{
    justify-content: center;
}
.about-bilal-qureshi-section {
    background-color: #f5f5f5;
    padding: 100px 0;
}
.about-bilal-qureshi-section h2, .about-bilal-qureshi-section p {
    text-align: center;
}
.about-bilal-qureshi-section p {
    padding: 20px 0 40px;
}
.about-bilal-qureshi-section .content {
    padding-left: 50px;
}
.about-bilal-qureshi-section ul {
    margin: 20px 0;
}
.about-bilal-qureshi-section.common-ul-li li {
    font-size: 20px;
}
.about-our-treatments .img-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-our-treatments .img-flex .img {
    position: relative;
    width: 23%;
}
.about-our-treatments .img-flex .img a {
    display: contents;
}
.about-our-treatments .img-flex img {
    margin-bottom: 20px;
    border-radius: 5px;
    width: 100%;
}
.about-our-treatments .treatments {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 80px;
    border-bottom: 1px solid #999999;
}
.about-our-treatments .treatments h4 {
    width: 100%;
    background: #005b8585;
    color: #ffffff;
    padding: 14px 0;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    text-align: center;
    top: auto;
    bottom: -3px;
    height: fit-content;
    letter-spacing: 0;
    transition: all .5s ease-out;
    transform: translate(-50%) translateY(-50%);
}
.about-our-treatments .treatments a:hover h4 {
    background-color: #005b85c5;
    padding: 40px 0;
    bottom: -29px;
    transition-duration: 1s;
    transition: all .5s ease-out;
}
.about-our-mission {
    width: 65%;
}
.about-our-mission .img-text {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.about-our-mission .img-text:last-child {
    padding-bottom: 0;
}
.about-our-mission .img-text p {
    padding-left: 18px;
    font-style: italic;
}
.about-our-mission .big-p {
    padding: 20px 0;
}
.about-digital-practice {
    background-image: url(../images/about-digital-practice-banner.jpg);
}
.about-digital-practice .bold {
    display: block;
}
.about-digital-practice h4 {
    padding: 10px 0;
}
.about-patients-say {
    text-align: center;
}
.about-patients-say img {
    padding: 30px 0 20px;
}
.about-patients-say .big-p {
    padding-bottom: 30px;
    padding-top: 0;
    font-size: 22px;
}
.about-patients-say p {
    padding-top: 15px;
    font-size: 20px;
}
.about-patients-say .owl-nav .owl-next span {
    right: -100px;
}
.about-patients-say .owl-nav .owl-prev span, .about-patients-say .owl-nav .owl-next span {
    font-size: 45px;
    background: transparent;
    color: #005a85;
    border: 2px solid #005a85;
}
.about-patients-say .owl-nav .owl-prev span:hover, .about-patients-say .owl-nav .owl-next span:hover {
    background: #005a85;
    border: 2px solid #005a85;
    color: #ffffff;
}
.about-patients-say .owl-carousel .owl-nav {
    top: 30%;
}
.about-patients-say .owl-nav .owl-prev span {
    left: -100px;
}
.about-patients-say .owl-nav .owl-next span {
    right: -100px;
}
.about-patients-say .common-btn-outline {
    margin-top: 20px;
}
/* contact-page */
.internal-banner-below-content.contact-page-details p {
    font-size: 18px;
}
.internal-top-banner.contact-us-banner h4 {
    padding-bottom: 0 !important;
}
.contact-page-details .box img {
    background-color: #cf118c;
    border-radius: 100px;
    max-width: none;
    width: 70px;
    height: 70px;
    object-fit: none;
}
.contact-page-details .box {
    width: 24%;
    margin: 0 5px;
    text-align: center;
}
.contact-page-details h2 {
    padding-bottom: 40px;
}
.contact-page-details .box p {
    padding: 10px 0 0 0;
    margin: 0;
    font-family: "mont-bold", sans-serif !important;
    color: #005a85;
}
.contact-page-details .box a {
    font-family: "mont-bold", sans-serif !important;
}
.contact-page-details .box a:hover {
    color: #cf118c;
}
.contact-page-details .box .mail {
    padding: 0;
}
.contact-page-details .box .green {
    color: #29a71a;
}
.contact-opening-hours .img {
    display: flex;
    width: 65%;
}
.contact-opening-hours .img img {
    width: 100%;
}
.contact-opening-hours .opening-hours {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.contact-opening-hours .opening-hours li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  padding: 10.5px 0;
}
.contact-opening-hours .opening-hours li:first-child {
  padding-top: 0;
}
.contact-opening-hours .opening-hours li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.contact-opening-hours .opening-hours-table {
  background-color: #005a85;
  width: 32%;
  align-content: center;
  padding: 40px 50px;
}
.contact-opening-hours h4 {
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 20px;
}
.contact-form-mail .flex {
    flex-wrap: nowrap;
}
.contact-form-mail .contact-form {
    background-color: #f3f3f0;
    margin-right: 30px;
}
.contact-form-mail .wpcf7-response-output {
    padding: 12px !important;
}
.contact-getting-us {
    background-color: #f7f7f7;
    padding: 50px;
}
.contact-getting-us .flex {
    align-items: center;
}
.contact-getting-us h3 {
    font-size: 36px;
    color: #005a85;
    font-family: "marcellus", sans-serif !important;
    padding-bottom: 30px;
}
.contact-getting-us img {
    width: 100%;
}
.contact-getting-us .content-left {
    padding-right: 50px;
}
.contact-getting-us .content-right {
    padding-left: 50px;
}
.contact-getting-us .bold {
    display: block;
    font-size: 22px;
}
.contact-getting-us p {
    padding-bottom: 20px;
    font-size: 20px;
}
.contact-getting-us p:last-child {
    padding-bottom: 0;
}
.contact-getting-us ul {
    padding-bottom: 20px;
}
.contact-getting-us a {
    font-family: "mont-bold", sans-serif !important;
    text-decoration: underline;
}

/* looking-after-page */
.looking-after-fixed-braces {
    background-color: #f7f7f7;
}
.looking-after-fixed-braces.bg-white {
    background-color: #ffffff;
}
.looking-after-fixed-braces .flex {
    align-items: center;
}
.looking-after-fixed-braces .content {
    width: 60%;
    padding: 50px;
}
.looking-after-fixed-braces h3 {
    font-size: 36px;
    padding-bottom: 25px;
}
.looking-after-fixed-braces p.blue {
    font-size: 22px;
    padding: 20px 0 10px;
}
.looking-after-fixed-braces.common-ul-li ul li::before {
    top: 3px;
}
.looking-after-fixed-braces ul {
    padding-bottom: 30px;
    border-bottom: 1px solid #999999;
}
.looking-after-fixed-braces ul:last-child {
    padding-bottom: 0;
    border: none;
}
.looking-after-fixed-braces .pink {
    padding: 30px 0 10px;
    font-size: 22px;
}
.looking-after-fixed-braces .key-tips li::before {
    background-image: url(../images/before-key-tips.png);
}
.looking-after-fixed-braces .img {
    display: flex;
    width: 40%;
}
.looking-after-fixed-braces .img img {
    width: 100%;
}
.about-what-patients-say .video {
    width: 23%;
    margin-top: 50px;
}
.about-what-patients-say .video iframe {
    width: 100%;
}
.about-what-patients-say.with-video h2 {
    padding: 0;
}
.about-what-patients-say .video p {
    font-size: 21px;
    padding-top: 10px;
}
.internal-banner-below-content .margin-bot-0 {
    margin-bottom: 0;
}
.looking-after-oral-and-eating .flex {
    flex-wrap: nowrap;
}
.looking-after-oral-and-eating .box{
    background-color: #f7f7f7;
    padding: 50px;
}
.looking-after-oral-and-eating .box img{
    width: 100%;
}
.looking-after-oral-and-eating .box:first-child {
    margin-right: 15px;
}
.looking-after-oral-and-eating .box:last-child {
    margin-left: 15px;
}
.looking-after-oral-and-eating h3 {
    font-size: 36px;
    font-family: "marcellus", sans-serif !important;
    padding: 30px 0 20px;
    color: #444444;
    line-height: normal;
}
.looking-after-oral-and-eating ul {
    padding-top: 20px;
}

/* Hide checkbox */
#videoToggle {
    display: none;
}

/* Poster */
.video-poster {
    position: absolute;
    inset: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-iframe-wrap {
    position: relative;
    height: 400px;
    width: 100%;
    display: flex;
    cursor: pointer;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.video-iframe-wrap img {
    height: 100% !important;
    object-fit: cover !important;
}
.video-iframe-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 5px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.play-icon {
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    margin-left: 5px;
}
/* childern-ortho-page */
.childern-ortho-treatment-children {
    background-image: url(../images/children-ortho-children-bg-img.jpg);
    background-position: bottom;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 100px 0;
}
.childern-ortho-treatment-children .box {
    background-color: #005a85;
    width: 30%;
    margin: 40px 20px 0;
    padding: 50px 30px;
}
.childern-ortho-treatment-children .flex {
    justify-content: center;
}
.childern-ortho-treatment-children h2, .childern-ortho-treatment-children p, .childern-ortho-treatment-children.common-ul-li li,
.childern-ortho-treatment-children h5 {
    color: #ffffff;
}
.childern-ortho-treatment-children h5 {
    font-size: 22px;
    padding-bottom: 20px;
}
.childern-ortho-treatment-children ul li::before {
    background-image: url(../images/pink-before-li.png);
}
.childern-ortho-child-woking {
    background-color: #f5f5f5;
    padding: 100px 0;
}
.childern-ortho-child-woking .flex {
    align-items: center;
}
.childern-ortho-child-woking .img img {
    width: 100%;
    padding-right: 50px;
}
.childern-ortho-child-woking .whatsapp {
    background-color: #29a71a;
    color: #ffffff;
    padding: 8px 15px;
    font-size: 18px;
    border-radius: 9px 0 9px 0;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
}
.childern-ortho-child-woking .whatsapp:hover {
    background-color: #005a85;
}
.childern-ortho-child-woking h3 {
    font-size: 36px;
    font-family: "marcellus", sans-serif !important;
    padding-bottom: 20px;
    color: #444444;
    line-height: normal;
}
.childern-ortho-child-woking ul {
    padding-bottom: 20px;
}
.childern-ortho-child-woking a img {
    padding-right: 5px;
}
.childern-ortho-child-woking ul li::before {
    background-image: url(../images/grey-before-li.png);
}

/* meet-the-team */
.meet-the-team {
    max-width: 1250px;
}
.meet-the-team .open-modal {
    cursor: pointer;
}
.meet-the-team .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.meet-the-team .modal-overlay.active {
    display: flex;
}
.meet-the-team .modal-overlay .modal-box {
    background: #fff;
    padding: 50px 50px 40px;
    border-radius: 8px;
    position: relative;
    max-width: 1170px;
    max-height: 650px;
    overflow: auto;
}
.meet-the-team .modal-overlay .modal-box p {
    text-transform: none;
    text-align: left;
    padding: 10px 0;
    font-size: 18px;
}
.meet-the-team .modal-overlay .modal-box p:last-child {
    padding-bottom: 0;
}
.meet-the-team .modal-overlay .modal-box h3 {
    text-transform: capitalize;
    text-align: left;
    font-size: 30px;
    padding-bottom: 10px;
    color: #005a85;
    font-family: "mont-bold", sans-serif !important;
}
.meet-the-team .modal-overlay .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 22px;
}
.meet-the-team .close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    background: #cf118c;
    border-radius: 3px;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    transition: all 0.7s ease;
}
.meet-the-team .close-modal:hover {
    background: #005a85;
    transform: rotate(90deg);
}
.meet-the-team span, .meet-the-team p {
    text-transform: uppercase;
    display: block;
}
.meet-the-team span.big-p {
    color: #005a85;
    padding: 10px 0;
}
.meet-the-team p {
    font-size: 18px;
}
.meet-the-team .img-boxes-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.meet-the-team .img-box {
    margin: 0 20px 40px;
}

/* dentist-referring */
.dentist-referring .big-p {
    padding: 20px 0 10px;
}
.dentist-referring ul li a {
    color: #005a85;
    text-decoration: underline;
}
.dentist-referring.common-ul-li ul li::before {
    top: 5px;
}

/* dentist-referring-form */
.dentist-referring-form {
    max-width: 1300px;
    padding-top: 50px
}
.dentist-referring-form h4 {
    padding: 10px 0 20px;
}
.dentist-referring-form input[type="text"], .dentist-referring-form input[type="email"], .dentist-referring-form input[type="tel"], .dentist-referring-form input[type="date"], .dentist-referring-form textarea, .dentist-referring-form select {
    width: 100%;
    padding: 17px 15px;
    margin-bottom: 25px;
    border: 1px solid #4d4d4d;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
    font-family: "mont-regular", sans-serif !important;
}
.dentist-referring-form textarea {
    max-height: 80px;
    margin-bottom: 20px;
}
.dentist-referring-form input[type="text"]::placeholder,
.dentist-referring-form input[type="email"]::placeholder,
.dentist-referring-form input[type="tel"]::placeholder,
.dentist-referring-form input[type="date"]::placeholder,
.dentist-referring-form textarea::placeholder {
    color: #444444;
    font-family: "mont-regular", sans-serif !important;
    font-size: 16px;
}
.dentist-referring-form .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    top: 24px;
    right: 10px;
}
.dentist-referring-form .column {
    width: 49%;
}
.dentist-referring-form .cf-turnstile {
    text-align: left !important;
}
.dentist-referring-form .upload-box-1, .dentist-referring-form .upload-box-2 {
    width: 100%;
    padding: 15.5px 15px;
    margin-bottom: 25px;
    border: 1px solid #4d4d4d;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
    font-family: "mont-regular", sans-serif !important;
    color: transparent;
}
.dentist-referring-form .upload-box-1::-webkit-file-upload-button, .dentist-referring-form .upload-box-2::-webkit-file-upload-button {
    visibility: hidden;
}
.dentist-referring-form .upload-box-1::before {
    content: "Radiographs (file upload)";
    pointer-events: none;
    display: inline-block;
    color: #444444;
    font-size: 16px;
    font-family: "mont-regular", sans-serif !important;
}
.dentist-referring-form .upload-box-2::before {
    content: "Intra-oral photographs (file upload) :";
    pointer-events: none;
    display: inline-block;
    color: #444444;
    font-size: 16px;
    font-family: "mont-regular", sans-serif !important;
}
.dentist-referring-form .upload-box {
    width: 49%;
    padding: 25px 15px;
    margin-bottom: 25px;
    border: 1px dashed #4d4d4d;
    border-radius: 4px;
    background-color: #eeeeee;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
    font-family: "mont-regular", sans-serif !important;
    color: transparent;
}
/* .dentist-referring-form .upload-box::-webkit-file-upload-button {
  visibility: hidden;
} */
.dentist-referring-form .upload-box::before {
    content: "Drag & Drop Files Here";
    pointer-events: none;
    display: inline-block;
    color: #005a85;
    font-size: 20px;
    text-align: center;
    font-family: "mont-regular", sans-serif !important;
    margin-right: 12px;
}
.dentist-referring-form .wpcf7-list-item {
    font-size: 16px;
    line-height: 1.6;
    margin-left: 0;
}
.dentist-referring-form .wpcf7-list-item a {
    text-decoration: underline;
    font-family: "mont-bold", sans-serif !important;
}
.dentist-referring-form .wpcf7-list-item a:hover {
    color: #cf118c;
}
.dentist-referring-form .wpcf7-list-item-label::before {
    margin-right: 7px;
}
.dentist-referring-form .common-btn-bg-pink {
    background-color: #cf118c;
    color: #ffffff;
    padding: 12px 45px;
    font-size: 20px;
    border: none;
    border-radius: 9px 0 9px 0;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 30px;
    cursor: pointer;
}
.dentist-referring-form br {
    display: none;
}
.dentist-referring-form .common-btn-bg-pink:hover {
    background-color: #005a85;
    border-radius: 0 9px 0 9px;
}

/* fixed-braces-page */
.fixed-braces-in-woking .img-content-flex {
    display: flex;
    margin: 50px 0 0 0;
    background-color: #f7f7f7;
    border: 1px solid #d7d7d7;
    padding: 40px;
}
.fixed-braces-in-woking .img-content-flex .img {
    display: flex;
}
.fixed-braces-in-woking .img-content-flex .content {
    padding-left: 40px;
}
.fixed-braces-in-woking .img-content-flex .content p {
    padding-bottom: 15px;
}
.fixed-braces-why-choose {
    background-image: url(../images/fixed-braces-why-choose-img.jpg);
}
.fixed-braces-why-choose .box {
    width: 65%;
    padding: 30px 40px;
}
.fixed-braces-how-do .img img {
    width: 100%;
}
.fixed-braces-how-do .content {
    padding-left: 50px;
}
.fixed-braces-how-do .key-tips li::before {
    background-image: url(../images/before-key-tips.png);
}
.fixed-braces-how-do .flex ul {
    padding: 25px 0;
}
.fixed-braces-how-do .img {
    display: flex;
}
.fixed-braces-how-do .img img {
    border-radius: 40px;
}
.fixed-braces-how-do .flex p {
    color: #005a85;
    font-size: 20px;   
}
.fixed-braces-how-do .flex p a {
    text-decoration: underline;
    font-family: "mont-bold", sans-serif !important;
}
.fixed-braces-how-do .flex p a:hover {
    color: #cf118c;
}

/* nhs-treatment */
.nhs-ortho-full-banner {
    background-image: url(../images/nhs-ortho-treatment-bg-img.jpg);
}
.nhs-ortho-full-banner .box {
    width: 47%;
    padding: 50px;
}
.nhs-ortho-full-banner .box ul {
    padding: 20px 0;
}
ul.pink-before {
    padding: 20px 0;
}
.pink-before li::before {
    background: url(../images/pink-before-li.png) !important;
}

/* leaflet-downloads-page */
.leaflet-downloads-flex .flex a {
    width: 30%;
    background-color: #005a85;
    color: #ffffff;
    padding: 20px;
    border-radius: 9px 0 9px 0;
    display: inline-block;
    align-items: center;
    margin-top: 80px;
    position: relative;
    z-index: 1;
    align-content: center;
}
.leaflet-downloads-flex .flex a::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    width: 97%;
    height: 90%;
    border: 1px solid #ffffff;
    border-radius: 9px 0 9px 0;
    z-index: -1;
    transition: all 0.3s ease;
}
.leaflet-downloads-flex .flex a:hover {
    background-color: #cf118c;
    border-radius: 0 9px 0 9px;
}
.leaflet-downloads-flex .flex a:hover::before {
    border-radius: 0 9px 0 9px;
    border-color: #ffffff;
}
.leaflet-downloads-flex .flex .flex {
    flex-wrap: nowrap;
    align-items: center;
}
.leaflet-downloads-flex .flex h5 {
    font-size: 22px;
    letter-spacing: normal;
    align-content: center;
    line-height: normal;
    padding-right: 20px;
}

/* reviews-page */
.reviews-google-reviews h2, .reviews-google-reviews p  {
    padding-bottom: 30px;
}
.reviews-google-reviews .common-btn-bg-pink {
    display: inline-block;
    margin: 40px 0 10px;
}
.nhs-friends-section p {
    padding: 10px 0 20px;
}
.nhs-friends-section .pad-bot-0 {
    padding-bottom: 0;
}
.nhs-friends-section h4 {
    color: #005a85;
    font-family: "mont-bold", sans-serif !important;
}
.nhs-friends-section .table-wrapper {
  max-width: 730px;
  margin: 20px 0;
}
.nhs-friends-section .rating-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #b5b5b5;
}
.nhs-friends-section .rating-table th,
.nhs-friends-section .rating-table td {
  padding: 12px 30px;
  border: 1px solid #b5b5b5;
  font-size: 20px;
}
.nhs-friends-section .rating-table thead th {
  background: #005a85;
  color: #ffffff;
  font-family: "mont-bold", sans-serif !important;
  font-weight: 500;
  text-align: left;
}
.nhs-friends-section .rating-table thead th:not(:first-child),
.nhs-friends-section .rating-table tbody td:not(:first-child),
.nhs-friends-section .rating-table tfoot td:not(:first-child) {
  text-align: center;
}
.nhs-friends-section .rating-table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
.nhs-friends-section .rating-table tfoot td {
  font-family: "mont-bold", sans-serif !important;
  background-color: #ffffff;
}
.nhs-friends-section ul li {
    font-size: 18px;
    line-height: 2.1;
    font-style: italic;
}
.nhs-friends-section .big-p {
    padding-bottom: 0;
}
.nhs-friends-section .pad-bot-5 {
    padding-bottom: 5px;
}

/* finance-page */
.finance-interest-section {
    background-color: #f5f5f5;
    padding: 100px 0;
}
.finance-interest-section img {
    width: 100%;
}
.finance-interest-section .content {
    padding-left: 50px;
}
.finance-interest-section .content p {
    font-size: 20px;
}
.finance-interest-section .content ul {
    padding: 20px 0;
}
.finance-interest-section .content ul li {
    font-size: 20px;
}
.finance-interest-section .content ul li::before {
    top: 6px;
}
.finance-interest-section .content .common-btn-outline {
    margin-top: 30px;
}
.finance-calculator-section {
    max-width: 1170px;
    margin: auto;
}
.finance-calculator-section p {
    padding: 10px 0;
}
.finance-calculator-section ul.flex {
    padding: 15px 0 20px;
    max-width: 1000px;
    margin: auto;
}
.finance-calculator-section ul li {
    text-align: left;
}
.finance-calculator-section.common-ul-li ul li::before {
    background-image: url(../images/pink-before-li.png);
}
.finance-information-section {
    background-color: #dedede;
    padding: 100px 0;
}
.finance-information-section img {
    width: 100%;
}
.finance-information-section .content {
    padding-right: 50px;
}
.finance-information-section h2 {
    padding-bottom: 20px;
}
.finance-information-section .content ul li {
    font-size: 20px;
}
.finance-information-section .content ul li::before {
    top: 6px;
}

/* reatainers-page */
.why-retainers-matter {
    padding: 0 0 30px;
}
.why-retainers-matter p {
    padding: 15px 0 10px;
}
.retainers-bonded-fixed {
    background-image: url(../images/retainers-bonded-fixed-img.jpg);
}
.retainers-removable {
    background-image: url(../images/retainers-removable-img.jpg);
    margin-top: 50px;
}
.retainers-how-to-wear h2 {
    text-align: center;
}
.retainers-how-to-wear .flex .box {
    width: 32%;
    text-align: center;
    background-color: #005a85;
    padding: 50px 40px;
    margin-top: 40px;
}
.retainers-how-to-wear p {
    color: #ffffff;
}
.retainers-how-to-wear .big-p {
    padding: 15px 0;
}
.invisalign-journey-today.childern-ortho-child-woking {
    background-color: transparent;
    padding: 0;
}

/* blog-page */
.blogs {
    max-width: 93.75rem;
    margin: 0 auto !important;
}
.blogs .blog-flex {
    display: flex;
}
.blogs .blog-flex .blog-left-part {
    width: 75%;
}
.blogs .blog-flex .blog-right-part {
    width: 25%;
    margin-left: 40px !important;
}
.blogs .featured-image {
    height: 500px;
    width: 100%;
}
.blogs .blog-flex .blog-left-part ul li {
    background-color: #f5f5f5;
    padding: 15px 15px 0;
    margin-bottom: 30px;
}
.blogs .blog-flex .blog-left-part ul li .content {
    margin: 20px 0 30px !important;
}
.blogs .blog-flex .blog-left-part ul li h2 {
    font-size: 36px;
    line-height: normal;
    display: inline;
    color: #005a85;
}
.blogs .blog-flex .blog-left-part ul li .common-btn-bg-pink {
    margin: 20px 0 0 !important;
    padding: 20px;
    font-size: 18px;
    display: block;
}
.blogs .wp-block-query-pagination-numbers a, .blogs .wp-block-query-pagination-numbers .current {
    background: #f5f5f5;
    color: #005a85;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: 15px;
}
.blogs .wp-block-query-pagination-numbers a:last-child, .blogs .wp-block-query-pagination-numbers .current:last-child {
    margin-right: 0;
}
.blogs .wp-block-query-pagination-numbers .current {
    background: #005a85;
    color: #ffffff;
}
.blogs .wp-block-query-pagination-numbers a.active {
    background: #005a85;
    color: #ffffff;
}
.blogs .wp-block-query-pagination-numbers a:hover {
    background: #cf118c;
    color: #ffffff;
}
.blogs .wp-block-query-pagination-previous, .blogs .wp-block-query-pagination-next {
    display: none;
}
.blogs .wp-block-latest-posts.wp-block-latest-posts__list a {
    line-height: normal;
}
.blogs .blog-flex .blog-right-part a {
    color: #005a85;
    font-size: 18px;
}
.blogs .blog-flex .blog-right-part a:hover {
    color: #cf118c;
}
.blogs .blog-flex .blog-right-part .wp-block-latest-posts__featured-image {
    display: flex;
    /* width: 100%; */
    height: 72px;
    margin-right: 15px;
}
.blogs .blog-flex .blog-right-part .wp-block-latest-posts.wp-block-latest-posts__list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c2c2c2;
    padding: 15px 0;
}
.blogs .blog-flex .blog-right-part .wp-block-latest-posts.wp-block-latest-posts__list li:first-child {
    padding-top: 0;
}
.blogs .blog-flex .blog-right-part .wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.blogs .blog-flex .blog-right-part h5 {
    background-color: #005a85;
    padding: 10px 15px;
    font-size: 24px;
    line-height: normal;
    color: #ffffff;
    letter-spacing: normal;
}
.blogs .blog-flex .blog-right-part .wp-block-latest-posts__featured-image img {
    width: 120px;
    height: auto;
    object-fit: cover;
}
.blogs .blog-flex .blog-right-part .wp-block-latest-posts a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
}
.blogs .blog-flex .blog-right-part .wp-block-latest-posts {
    background-color: #f5f5f5;
    padding: 15px;
    margin: 0 0 50px;
}
.blogs .blog-flex .blog-right-part .wp-block-categories-list {
    background-color: #f5f5f5;
    padding: 0 15px;
    margin: 0;
}
.blogs .blog-flex .blog-right-part .wp-block-categories-list li {
    border-bottom: 1px solid #c2c2c2;
    line-height: 2.5;
    position: relative;
    padding-left: 35px;
}
.blogs .blog-flex .blog-right-part .wp-block-categories-list li::before {
    content: "";
    position: absolute;
    background-image: url(../images/blue-before-li.png);
    background-repeat: no-repeat;
    left: 0;
    top: 18px;
    width: 21px;
    height: 21px;
}
.blogs .blog-flex .blog-right-part .wp-block-categories-list li:last-child {
    border-bottom: none;
}
.single .wp-block-post-content {
    max-width: 100%;
}
.single .wp-block-post-featured-image {
    height: 500px;
    width: 100%;
    margin-bottom: 40px;
}
.single .blog-left-part ul li {
    background-color: transparent !important;
    padding: 0 0 15px 35px!important;
    margin-bottom: 0 !important;
    line-height: 1.8;
    font-size: 18px;
    color: #444444;
    position: relative;
}
.single .blog-left-part ul li:last-child {
    padding: 0 0 0 35px!important;
}
.single .blog-left-part ul li::before {
    content: "";
    position: absolute;
    background-image: url(../images/blue-before-li.png);
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
    width: 21px;
    height: 21px;
}

.single .blog-left-part b, .blog-left-part strong{
    font-family: "mont-bold", sans-serif !important;
}

.single .blog-left-part h4{
    color: #cf118c;
}

.single .blog-left-part .big-p{
font-family: "mont-bold", sans-serif !important;
}

/* adult-orthodontic-treatments */
.adult-orthodontic-treatments {
    background-image: url(../images/adult-ortho-treayments-img.jpg);
}
.adult-orthodontic-treatments .capital {
    padding: 20px 0 10px 0;
    text-transform: uppercase;
}
.adult-orthodontic-treatments ul {
    padding: 0 0 20px 0;
}
.adult-orthodontic-problem img {
    width: 100%;
    padding-right: 50px;
}
.adult-orthodontic-treatments a {
    display: contents;
}
.adult-orthodontic-treatments a:hover {
    color: #cf118c;
    font-family: "mont-bold", sans-serif !important;
}
.adult-orthodontic-problem .blue {
    padding: 10px 0;
}
.adult-consultation-options .common-btn-bg-pink {
    margin-top: 30px;
}
.adult-consultation-options .grey-banner-overlap ul li::before {
    background-image: url(../images/grey-before-li.png);
}

/* meet-our-patients-page */
.meet-our-patients-margin {
    margin: 0;
}
.meet-our-patients-margin .owl-dots {
    display: none;
}

/* content-pages */
.content-pages p {
    padding: 0 0 15px;
}
.content-pages h2 {
    padding: 0 0 20px;
}

/* sticky-header */
header {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
}
header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #111111;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
header.is-sticky hr {
    display: none;
}
header.is-sticky #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    color: #ffffff;
}
header.is-sticky #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #cf118c;
}
header.is-sticky .top-header {
    display: none;
}
header.is-sticky .home-header-logo img, header.is-sticky .internal-header-logo img {
    width: 180px;
    height: 60px;
}
header.is-sticky .header-btn-flex .whatsapp, header.is-sticky .header-btn-flex .phone {
    padding: 10px 15px;
}
header.is-sticky .logo-menu-header {
    padding: 0;
    animation: slideDown 0.4s ease-out;
}
header.is-sticky .home-header-logo {
    display: block;
}
header.is-sticky .internal-header-logo {
    display: none;
}
header.is-sticky #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 0;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.phone-icon {
    display: none;
}
.mega-treatments-title > a {
    cursor: default !important;
    pointer-events: none;
}
.two-btn-flex {
    display: flex;
    justify-content: center;
}
.two-btn-flex a {
    margin: 0 15px;
}
/* Google rating widget – left middle fixed */
.home-banner .ti-widget-container {
    margin-top: 30px !important;
    text-align: left !important;
}
.home .home-banner .ti-widget.ti-goog .ti-header {
    border-radius: 5px;
    border-top: 2px solid #29a71a !important;
    padding: 12px;
    box-shadow: 0 0 7px 0 #00000052;
    transition: color 0.3s ease;
}
.home-banner .ti-widget.ti-goog.ti-disable-animation .ti-widget-container {
    margin: 0;
}
.home .home-banner .ti-widget.ti-goog.ti-disable-font .ti-widget-container * {
    font-size: 16px;
    font-family: "mont-semibold", sans-serif !important;
    font-weight: 500 !important;
    color: #005a85;
    transition: color 0.3s ease;
}
.home .home-banner .ti-widget.ti-goog.ti-disable-font:hover .ti-widget-container * {
    color: #cf118c !important;
}
.home-banner .ti-widget.ti-goog .ti-header:hover {
    border-top: 2px solid #cf118c !important;
}
/*smile-gallery-page*/
.smile-gallery-wrapper p{
    padding: 10px 0;
}
.smile-gallery-page .flex {
    justify-content: center;
}
.smile-gallery-page .flex .comparison-wrapper {
    margin: 40px 15px 50px;
}

/*charities-page-13-03-2026*/

.about-our-treatments.charities-img .treatments{
    padding: 0;
    border: none;
}

.about-our-treatments.charities-img .img-flex img{
    margin-bottom: 0;
}

/* table-of-fees */

.fees-page .pricing-table {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    max-width: 1170px;
}
.fees-page .pricing-table .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    background-color: #ffffff;
}
.fees-page .pricing-table .row.alt {
    background-color: #005a85;
}
.fees-page .pricing-table .row.alt .service, .fees-page .pricing-table .row.alt .price {
    color: #ffffff;
}
.fees-page .pricing-table .service {
    width: 70%;
    font-size: 18px;
    color: #444;
    text-align: left;
}
.fees-page .pricing-table .price {
    width: 30%;
    text-align: right;
    font-weight: 500;
    color: #333;
    font-size: 18px;
}
.finance-link .bold:hover {
    font-family: "mont-bold", sans-serif !important;
    color: #cf118c;
}