@font-face {
    font-family: 'abril';
    src        : url("../fonts/abril-fatface.woff2") format("woff2"), url("../fonts/abril-fatface.woff") format("woff");
    font-weight: normal;
    font-style : normal;
    font-display: swap;
}
@font-face {
    font-family: 'inter-light';
    src        : url("../fonts/Inter-Light.woff2") format("woff2");
    font-weight: normal;
    font-style : normal;
    font-display: swap;
}
@font-face {
    font-family: 'inter-regular';
    src        : url("../fonts/Inter-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style : normal;
    font-display: swap;
}
@font-face {
    font-family: 'inter-medium';
    src        : url("../fonts/Inter-Medium.woff2") format("woff2");
    font-weight: normal;
    font-style : normal;
    font-display: swap;
}
@font-face {
    font-family: 'inter-semibold';
    src        : url("../fonts/Inter-SemiBold.woff2") format("woff2");
    font-weight: normal;
    font-style : normal;
    font-display: swap;
}
@font-face {
    font-family: 'inter-bold';
    src        : url("../fonts/Inter-Bold.woff2") format("woff2");
    font-weight: normal;
    font-style : normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
}
body {
    font-family: "inter-regular", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-size: 18px;
    color: #444444;
}
[href="/"] {
    cursor: pointer;
}
:focus, :focus-visible {
    outline: none;
}
.container {
    max-width: 88.889em;
    margin: auto;
}
.section-space {
    padding: 2.5em;
    margin: 0;
}
.section-border {
    margin: 3em 0;
    border: 1px solid #9b9b9b;
}
.common-btn {
    font-family: "inter-medium", sans-serif;
    font-size: 1.1em;
    border-radius: 4px;
    transition: transform 0.5s ease;
    padding: 0.66em 1.2em;
    background-color: #475272;
    color: #ffffff;
    margin-top: 0.6em;
    display: inline-block;
    line-height: normal;
}
.common-btn:hover {
    background-color: #977c4d;
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(71, 82, 114, 0.16);
}
.common-btn-brown {
    background-color: #977c4d;
    padding: 0.5em 1.2em;
    margin: 0;
}
.common-btn-brown:hover {
    background-color: #ffffff;
    color: #475272;
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(71, 82, 114, 0.16);
}
.common-link {
    border-bottom: 2px solid #475272;
    color: #475272;
    font-family: "inter-semibold", sans-serif;
    font-size: 1.12em;
    display: inline-block;
    line-height: normal;
}
.common-link:focus {
    border-bottom: 2px solid #475272;
}
.common-link:hover {
    color: #977c4d;
    border-bottom: 2px solid #977c4d;
}
.text-center {
    text-align: center;
}
blockquote, caption, figcaption, h1, h2, h3, h4, h5, h6, p {
    text-wrap: inherit;
}
.bold {
    font-family: "inter-bold", sans-serif
}
.width-82 {
    width: 82%;
    margin: auto;
}
h1, h2 {
    font-family: "abril", sans-serif;
    letter-spacing: normal;
}
h2 {
    font-size: 2.8em;
}
h4 {
    font-size: 30px;
    font-family: "inter-semibold", sans-serif
}
h5 {
    letter-spacing: normal;
}
p {
    line-height: 1.6;
}
.brown {
    color: #977c4d;
}
.blue {
    color: #475272;
}
ul {
    list-style-type: none;
}
li {
    line-height: normal;
}
.max-100 {
    max-width: 100%;
    margin: 0;
}
.pad-bot-20 {
    padding-bottom: 1em;
}
.mar-bot-0 {
    margin-bottom: 0;
}
.mar-top-0 {
    margin-top: 0;
}
.d-flex {
    display: flex;
    align-items: center;
    line-height: 0;
}
a, a:hover {
    text-decoration: none;
    transition: 0.5s;
    outline: none;
}
a:focus {
    border: none;
    outline: none;
}
.italic {
    font-style: italic;
}
h1.wp-block-post-title {
    display: none;
}
p:empty {
    display: none;
}
.internal-top-banner {
    position: relative;
    line-height: 0;
}
.internal-top-banner img {
    width: 100%;
}
.internal-top-banner h1 {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 3.7em;
}
.has-global-padding {
    margin: 0 !important;
    padding: 0 !important;
}
.main-header .top-header {
    padding: 0.73em 0;
}
header {
    background-color: #ffffff;
}
header .two-btn {
    display: flex;
    justify-content: end;
}
header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    animation: slideDown 0.5s ease-out;
    background-color: #d3c7af;
    box-shadow: 0 0 21px 0 #00000050;
}
header.is-sticky .main-header {
    display: none;
}
header.is-sticky .header-menu {
    padding: 0.5em 0;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
header.is-sticky .header-menu .btn-flex a {
    background: #475272;
    color: #ffffff;
}
header.is-sticky .header-menu .btn-flex a:hover {
    background: #ffffff;
    color: #475272;
}
.main-header .top-header-address, .main-header .top-header-mail {
    color: #fff;
    display: flex;
    align-items: center;
}
.main-header .top-header-address img, .main-header .top-header-mail img {
    height: 16px;
    margin-right: 10px;
}
.main-header .top-header-address span, .main-header .top-header-mail span {
    font-size: 15px;
    font-family: "inter-medium", sans-serif;
}
.main-header .top-header-social-media {
    display: flex;
    justify-content: center;
}
.top-header-social-media a {
    display: flex;
    margin: 0 7px;
}
.main-header .top-header-social-media img {
    height: 24px;
    transition: 0.5s ease;
}
.main-header .top-header-social-media img:hover {
    filter: invert(27%) sepia(94%) brightness(91%) contrast(89%);
}
.main-header .top-header-mail {
    justify-content: end;
}
.main-header .top-header-mail a:hover {
    color: #d3c7af;
}
.header-menu {
    justify-content: space-between;
    padding: 2.05em 0;
}
.header-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
    text-align: center;
}
#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{
    background-color: transparent;
    color: #475272;
    font-size: 16px;
    font-family: "inter-semibold", sans-serif;
    padding: 0 16px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:not(:last-child) > a.mega-menu-link {
    border-right: 1px solid #977c4d;
    background-color: transparent;
    color: #475272;
    height: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: "inter-semibold", sans-serif;
}
#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 {
    color: #977c4d !important;
}
#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 {
    display: none;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    transition: all 0.5s ease;
    font-size: 16px;
    font-family: "inter-semibold", sans-serif;
    color: #475272;
    padding: 0px 16px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #977c4d;
    background-color: transparent;
}
#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: 10px;
    width: 250px;
    padding: 1em 0;
    /* background-color: rgba(71,82,114,0.88) */
}
#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,
#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-size: 16px;
    font-family: "inter-medium", sans-serif;
    padding: 1px 15px;
    transition: 0.5s;
}
#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:hover, #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:focus {
    color: #977c4d;
    background-color: transparent;
    padding-left: 20px;
}
.not-hover-color .mega-menu-link:hover {
    color: #475272 !important;
}
.not-hover-color ul li .mega-menu-link:hover {
    color: #977c4d !important;
}
.header-menu .btn-flex {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-menu .btn-flex a:first-child {
    margin-right: 1em;
}
.header-menu .btn-flex a {
    font-size: 16px;
    font-family: "inter-medium", sans-serif;
    background: #d3c7af;
    color: #475272;
    border-radius: 4px;
    padding: 0.7em 1em;
    text-transform: uppercase;
    transition: all 0.7s ease;
    display: inline-block;
    margin-top: 0;
    line-height: normal;
}
header .phone-icon {
    display: none;
}
header .calendar-icon {
    display: none;
}
.header-menu .btn-flex a:hover {
    background: #475272;
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(71,82,114,0.16);
}
.main-footer .footer {
    padding: 3.5em 0;
}
.main-footer .footer h4 {
    font-size: 1.2em;
    font-family: "inter-bold", sans-serif;
    color: #ffffff;
}
.footer-contact-details {
    margin-top: 1.6em;
}
.footer-contact-details .contact-details li {
    color: #ffffff;
    display: flex;
    align-items: baseline;
    font-size: 16px;
    padding-bottom: 1.3em;
    position: relative;
    padding-left: 1.5em;
    line-height: inherit;
}
.footer-contact-details .contact-details img {
    width: 14px;
    height: auto;
    position: absolute;
    top: 5px;
    left: 0;
}
.footer-contact-details .social-media-footer {
    display: flex;
}
.footer-contact-details .social-media-footer li {
    display: flex;
    align-items: center;
    margin-right: 1em;
    color: #ffffff;
    font-size: 16px;
    line-height: inherit;
}
.footer-contact-details .social-media-footer img {
    height: 1.17em;
    width: auto;
    margin-right: 0.6em;
}
.footer-contact-details a:hover {
    color: #d3c7af;
}
#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, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#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, #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item > a.mega-menu-link  {
    background-color: transparent !important;
    padding: 0 0 0 1em;
    line-height: normal;
    height: auto;
    margin-bottom: 1.5em;
    display: inline-block;
    transition: 0.5s;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item > a.mega-menu-link:hover  {
    background-color: transparent;
}
#mega-menu-wrap-max_mega_menu_2, #mega-menu-wrap-max_mega_menu_3 {
    margin-top: 1.5em;
}
#mega-menu-wrap-max_mega_menu_3 {
    margin-left: 2em;
}
#mega-menu-wrap-max_mega_menu_2 li a, #mega-menu-wrap-max_mega_menu_3 li a {
    position: relative;
}
#mega-menu-wrap-max_mega_menu_2 li a:before, #mega-menu-wrap-max_mega_menu_3 li a:before {
    background-image: url(../images/footer-link-before-icon.svg) !important;
    background-repeat: no-repeat !important;
    width: 8px !important;
    height: 12px !important;
    position: absolute !important;
    content: "" !important;
    top: 4px !important;
    left: 0;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item, #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item {
    display: block;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #d3c7af;
}
footer .opening-hours li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 1.5em;
    line-height: inherit;
}
footer .sub-footer {
    padding: 1em 0;
}
footer .sub-footer .d-flex {
    justify-content: space-between;
}
footer .sub-footer p {
    font-size: 14px;
    font-family: "inter-medium", sans-serif;
    line-height: 1.8;
    color: #475272;
}
footer .sub-footer .d-flex ul {
    display: flex;
}
footer .sub-footer li {
    font-size: 14px;
    font-family: "inter-medium", sans-serif;
    line-height: 1.8;
    position: relative;
    padding: 0 7px;
    color: #475272;
}
footer .sub-footer li:last-child {
    padding-right: 0;
}
footer .sub-footer .right-part p {
    text-align: right;
    font-family: "inter-bold", sans-serif;
}
footer .sub-footer .right-part a:hover {
    color: #977c4d;
}
footer .sub-footer li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -3px;
    color: #475272;
}
.fooco_link {
    color: #977c4d;
}
.fooco_link:hover {
    color: #475272 !important;
}
.instagram-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1.3em;
    gap: 10px;
    width: fit-content;
}
.instagram-grid img {
    width: 120px;
    height: auto;
    object-fit: cover;
    border-radius: 3px;
    display: block;
    transition: transform 0.5s ease;
}
/* homepage */
.home-slider-banner h1 {
    font-family: "abril", sans-serif !important;
    font-size: 4em !important;
    line-height: 1.2 !important;
}
.home-slider-banner h3 {
    font-family: "inter-regular", sans-serif!important;
    font-size: 2.75em !important;
    padding: 0.7em 0 1em;
}
.home-slider-banner a {
    font-family: "inter-medium", sans-serif!important;
    font-size: 1.2em !important;
    border: 2px solid #ffffff !important;
    border-radius: 4px !important;
    transition: transform 0.5s ease !important;
    padding: 0.45em 1.4em!important;
}
.home-slider-banner .n2-ss-section-main-content, .home-slider-banner .n2-ss-layer {
    padding: 0 !important;
}
.home-slider-banner .n2-ss-section-main-content {
    margin-top: 4.6em;
}
.home-slider-banner .nextend-arrow img {
    border: 2px solid #ffffff !important;
    border-radius: 100% !important;
    padding: 0.5em !important;
}
.home-slider-banner .nextend-arrow img:hover {
    border: 2px solid #d3c7af !important;
}
.home-slider-banner a:hover {
    background: #475272 !important;
    color: #ffffff !important;
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(71,82,114,0.16) !important;
}
.home-welcome-section .left-part {
    width: 50%;
    padding-right: 90px;
    position: relative;
}
.home-welcome-section .left-part .ch-logo {
    position: absolute;
    bottom: 90px;
    left: 0;
}
.home-welcome-section .left-part p {
    margin: 0.9em 0;
}
.home-welcome-section .left-part .logo {
    height: 65px;
    width: auto;
    margin-bottom: 1em;
}
.home-welcome-section .left-part .common-btn {
    font-family: "inter-medium", sans-serif;
    font-size: 1.1em;
    border-radius: 4px;
    transition: transform 0.5s ease;
    padding: 0.66em 1.2em;
    background-color: #475272;
    color: #ffffff;
    margin-top: 0.6em;
    display: inline-block;
    line-height: normal;
}
.home-welcome-section .left-part .common-btn:hover {
    background: #977c4d;
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(71,82,114,0.16);
}
.home-welcome-section .right-part {
    width: 50%;
    text-align: right;
}
.home-welcome-section .left-part .small-font {
    font-size: 1.8em;
}
.home-welcome-section .right-part img {
    border-radius: 1em;
    width: 100%;
}
.brown-bg-services {
    background-color: #d3c7af;
    padding: 175px 0;
    margin-bottom: -16em;
}
.home-services-flex h2 {
    color: #475272;
    padding-bottom: 1em;
}
.home-services-flex .d-flex a {
    width: 23.5%;
}
.home-services-flex .d-flex {
    justify-content: space-between;
}
.home-services-flex .d-flex .img-box {
    position: relative;
}
.home-services-flex .d-flex .img-box img {
    border-radius: 1em;
    width: 100%;
}
.home-services-flex .d-flex .img-box h5 {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 1.4em;
    font-family: "inter-medium", sans-serif;
    color: #ffffff;
    width: 100%;
    padding: 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    text-align: center;
    border-radius: 0 0 0.6em 0.6em;
    box-sizing: border-box;
}
.home-services-flex .d-flex a:hover h5 {
    background: linear-gradient(to top, rgba(151, 124, 77, 0.9), transparent);
}
.home-services-flex .common-btn {
    margin-top: 2em;
}
.home-meet-team .left-part {
    width: 60%;
}
.home-meet-team .right-part {
    width: 40%;
    padding-left: 3.5em;
}
.home-meet-team.img-right .right-part {
    padding-left: 0;
    padding-right: 3.5em;
}
.home-meet-team img {
    border-radius: 1em;
    width: 100%;
}
.home-meet-team  p {
    margin: 1.2em 0;
}
.home-meet-team ul {
    padding-top: 2em;
}
.home-meet-team ul li {
    position: relative;
    line-height: 1.6;
    font-size: 1em;
    padding: 0 0 1em 1.6em;
}
.home-meet-team ul li:last-child {
    padding: 0 0 0 1.6em;
}
.home-meet-team ul li::before {
    position: absolute;
    background-image: url(../images/blue-li-before.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    content: "";
    top: 4px;
    left: 0;
}
/* footer-form */
.get-in-touch-form {
    background: #ffffff;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 0 10px #00000040;
    max-width: 31.67em;
}
.get-in-touch-form .padding-space {
    padding: 16px;
}
.get-in-touch-form h5 {
    text-align: center;
    background: #475272;
    color: #fff;
    padding: 18px;
    font-size: 1.2em;
    font-family: "inter-semibold", sans-serif;
    border-radius: 5px;
}
.get-in-touch-form .form-control {
    width: 100%;
    padding: 15.25px 12px;
    margin-bottom: 6px;
    border: none;
    background: #f5f5f5;
    font-size: 16px;
    font-family: "inter-semibold", sans-serif;
    color: #444444;
}
.get-in-touch-form .form-control::placeholder {
    color: #977c4d;
    font-size: 16px;
}
.get-in-touch-form textarea {
    height: 100px !important;
    width: 100% !important;
}
.get-in-touch-form .wpcf7-acceptance {
    font-size: 16px !important;
    color: #977c4d !important;
    font-family: "inter-semibold", sans-serif !important;
}
.get-in-touch-form .wpcf7-list-item {
    margin: 1em 0;
}
.get-in-touch-form .wpcf7-acceptance a {
    text-decoration: underline;
}
.get-in-touch-form .wpcf7-acceptance a:hover {
    color: #475272;
}
.get-in-touch-form .submit-btn {
    width: 100%;
    padding: 18px;
    background: #475272;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border: none;
    transition: 0.5s;
    font-family: "inter-semibold", sans-serif;
    border-radius: 5px;
}
.get-in-touch-form .submit-btn:hover {
    background: #977c4d;
}
.get-in-touch-form .wpcf7-spinner {
    display: none;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
}
input[type="checkbox" i] {
    margin-right: 0.3em;
}
.footer-form {
    width: 100%;
    background-image: url(../images/home-form-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 5em 0;
}
.footer-form .d-flex {
    line-height: normal;
}
.footer-form .left-part {
    width: 50%;
    text-align: center;
}
.footer-form .cherwell-logo {
    height: 3.7em;
}
.footer-form .left-part .img-text {
    padding-top: 50px;
}
.footer-form .left-part .img-text .icon-circle {
    width: 40px;
    height: 40px;
    background: #d3c7af;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.footer-form .left-part .img-text .icon-circle img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer-form .left-part .img-text p {
    font-size: 1em;
    padding-top: 0.5em;
    font-family: "inter-semibold", sans-serif;
    color: #444444;
}
.footer-form .left-part .img-text.icon-flex {
    display: flex;
    justify-content: center;
}
.footer-form .left-part a:hover {
    color: #977c4d;
}
.footer-form .left-part .img-text.icon-flex a {
    margin: 0 0.3em;
}
.footer-form .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    z-index: 9;
    right: 12px;
    top: 80%;
}
.footer-form .right-part {
    width: 50%;
}
.home-blog .columns-3 {
    gap: 30px;
}
.home-blog .columns-3 li {
    text-align: center;
    justify-items: center;
}
.home-blog .columns-3 li h3 {
    padding: 20px 0;
    font-size: 1.35em !important;
    font-family: "inter-regular", sans-serif;
    line-height: 1.5;
}
.blog-home h2 {
    padding-bottom: 0.7em;
}
.home-logo-carousel {
    max-width: 100%;
    border-top: 1px solid #475272;
    border-bottom: 1px solid #475272;
    margin-bottom: 3em !important;
}
.gs_logo_single img {
    width: 250px;
    height: auto;
}
.home footer .footer-form {
    display: none;
}
.home .footer-form {
    padding: 0;
}
footer iframe {
    z-index: 9999999;
    position: fixed;
    top: 50%;
    right: 0;
    width: 100px;
    height: 100%;
}
.why-choose-us-implants {
    background-color: #d3c7af;
    padding: 5em 0 19em;
}
.why-choose-us-implants h2 {
    padding-bottom: 0.4em;
}
.why-choose-us-implants .d-flex {
    padding-top: 3.5em;
    align-items: stretch;
}
.why-choose-us-implants .img-text {
    text-align: center;
    width: 25%;
    position: relative;
    padding: 0 10px;
}
.why-choose-us-implants .img-text:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.08) 20%,
        rgba(0, 0, 0, 0.08) 80%,
        rgba(0, 0, 0, 0) 100%
    );
}
.why-choose-us-implants .img-text .circle {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px #00000020;
}
.why-choose-us-implants .img-text .circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70px;
    width: auto;
}
.why-choose-us-implants .img-text h5 {
    font-size: 22px;
    font-family: "inter-medium", sans-serif;
    padding: 1.1em 1em 0.5em;
    line-height: 1.4;
}
.why-choose-us-implants .img-text p {
    line-height: 1.6;
    font-size: 16px;
}
.meet-farhan-janjua {
    margin-top: -14em;
}
.meet-farhan-janjua img {
    box-shadow: 0px 0px 20px 0px #00000020;
    margin-bottom: 1em;
}
.meet-farhan-janjua h2 {
    padding-bottom: 1em;
}
.meet-farhan-janjua h4 {
    font-size: 1.4em;
    color: #475272;
}
.dental-implant-restorations {
    background-color: #efebe2;
    padding: 4.5em 0;
}
.dental-implant-restorations .d-flex {
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 2em;
    align-items: stretch;
}
.dental-implant-restorations .d-flex .white-bg {
    width: 48.5%;
    background-color: #ffffff;
    border-radius: 1em;
    box-shadow: 0px 0px 20px 0px #00000020;
    margin: 1.4em 0;
    padding: 2em 3em;
}
.dental-implant-restorations .d-flex .white-bg h4 {
    font-size: 1.4em;
    padding-bottom: 0.7em;
    color: #475272;
}
.dental-implant-procedure {
    background-image: url(../images/dental-implants-procedur-bg-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
}
.dental-implant-procedure h2{
    color: #ffffff;
    margin-bottom: 40px;
}
.dental-implant-procedure h4, .dental-implant-procedure p, .dental-implant-procedure h2{
    color: #ffffff;
}
.dental-implant-procedure h4 {
    font-family: "inter-medium", sans-serif;
    margin: 20px 0;
}
.dental-implant-procedure .number {
    font-size: 32px;
    background-color: #475272;
    border: 1px solid #ffffff;
    border-radius: 100px;
    height: 60px;
    width: 60px;
    object-fit: none;
    margin: auto;
    line-height: 55px;
}
.dental-implant-procedure .content {
    margin-bottom: 50px;
}
.dental-implant-procedure .content:last-child {
    margin-bottom: 0;
}
.dental-implant-procedure .below-content {
    padding-bottom: 2.5em;
}
.accordion-page {
    max-width: 1170px;
}
.accordion-page ul {
    margin: 10px 0;
}
.accordion-page h2 {
    text-align: center;
    padding-bottom: 0.7em;
    color: #977c4d;
}
.accordion details {
    margin: 5px 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: #d3c7af;
    color: #444444;
    font-size: 20px;
    margin: 0;
    padding: 7px 20px;
    letter-spacing: 0;
    transition: background-color 0.3s ease;
    font-family: "inter-medium", sans-serif;
}
.accordion details[open] summary {
    background-color: #475272;
    color: #ffffff;
}
.accordion details summary:hover {
    background-color: #475272;
    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: 50px;
}
.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;
    transition: height 2s ease-in-out;
    transition-delay: .1s;
}
.accordion details .content p {
    color: #444444;
    text-align: left;
    margin: 0;
    padding: 0;
}
.accordion details .content a:hover {
    font-family: "mont-bold", sans-serif !important;
    color: #977c4d;
}
@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
    }
}
.book-appointment-footer {
    background-color: #d3c7af;
    padding: 4.5em 0;
}
.book-appointment-footer h2 {
    padding-bottom: 0.8em;
}
.book-appointment-footer p {
    font-size: 1.15em;
}
.book-appointment-footer .common-btn {
    font-size: 20px;
    font-family: "inter-medium", sans-serif;
    background: #ffffff;
    color: #475272;
    border-radius: 4px;
    padding: 0.55em 1em;
    transition: all 0.7s ease;
    display: inline-block;
    margin-top: 2.5em;
    text-transform: capitalize;
}
.book-appointment-footer .common-btn:hover {
    background: #475272;
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(71,82,114,0.16);
}
.fees-page h2 {
    padding-bottom: 0.8em;
}
.fees-page h2.blue {
    padding-top: 0.8em;
}
.fees-page a:hover {
    color: #475272;
}
.fees-page .pricing-table {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
}
.fees-page .pricing-table .section-title {
    background-color: #977c4d;
    color: #fff;
    padding: 11px 30px;
    font-family: "inter-medium", sans-serif;
    font-size: 1.1em;
    text-align: left;
}
.fees-page .pricing-table .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 30px;
    background-color: #ffffff;
}
.fees-page .pricing-table .row.alt {
    background-color: #efefef;
}
.fees-page .pricing-table .service {
    width: 70%;
    font-size: 0.9em;
    color: #444;
    text-align: left;
}
.fees-page .pricing-table .price {
    width: 30%;
    text-align: right;
    font-weight: 500;
    color: #333;
    font-size: 0.9em;
}
.fees-page .membership-plan {
    text-align: left;
    padding-top: 3em;
}
.fees-page .membership-plan h3 {
    font-size: 1.7em;
    font-family: "abril", sans-serif;
    color: #475272;
    padding-bottom: 0.7em;
}
/* about us */
.about-patients-say {
    text-align: center;
}
.about-patients-say img {
    padding-top: 30px;
}
.about-patients-say .big-p {
    padding-bottom: 30px;
    padding-top: 0;
    font-size: 22px;
}
.about-patients-say p {
    padding-top: 25px;
    font-size: 20px;
}
.about-patients-say .item {
    cursor: grab;
}
.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: #977c4d;
    border: 2px solid #977c4d;
}
.about-patients-say .owl-nav .owl-prev span:hover, .about-patients-say .owl-nav .owl-next span:hover {
    background: #977c4d;
    border: 2px solid #977c4d;
    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;
}
.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: #977c4d;
    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;
}
.why-choose-us-implants.about-treatments {
    padding: 5em 0;
}
.why-choose-us-implants.about-treatments .d-flex {
    padding-top: 3em;
}
.why-choose-us-implants.about-treatments .bold {
    padding: 1em 0 0;
}
.why-choose-us-implants.about-treatments .img-text {
    width: 20%;
}
.why-choose-us-implants.about-treatments .img-text h5 {
    padding: 1.1em 0 0.7em;
}
.why-choose-us-implants.about-treatments .img-text a img {
    height: 20px;
}
.home-meet-team.latest-technology ul {
    padding-top: 1em;
}
/* contact-us */
.contact-details .d-flex {
    justify-content: space-between;
    align-items: stretch;
}
.contact-details p {
    padding: 3em 0;
}
.contact-details .d-flex .left-part, .contact-details .d-flex .right-part {
    width: 48%;
    background-color: #f8f8f8;
    text-align: center;
    padding: 50px;
}
.contact-details .d-flex h4 {
    font-family: "abril", sans-serif;
    color: #475272;
}
.contact-details .d-flex ul {
    margin: 2em auto;
}
.contact-details .d-flex a:hover {
    color: #977c4d;
}
.contact-details .d-flex ul li {
    line-height: 2.5;
}
.contact-details .left-part .img-text .icon-circle {
    width: 40px;
    height: 40px;
    background: #d3c7af;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.contact-details .left-part .img-text .icon-circle img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contact-details .left-part .img-text.icon-flex {
    display: flex;
    justify-content: center;
}
.contact-details .left-part .img-text.icon-flex a {
    margin: 0 0.3em;
}
.page-id-407 footer .footer-form {
    display: none;
}
.footer-form.contact-form .d-flex {
    align-items: stretch;
    gap: 50px;
}
.footer-form.contact-form .d-flex .left-part, .footer-form.contact-form .d-flex .right-part {
    flex: 1;
}
.footer-form.contact-form .d-flex .left-part iframe, .footer-form.contact-form .d-flex .left-part #map {
    width: 100%;
    height: 100%;
}
.footer-form.contact-form .get-in-touch-form {
    max-width: 100%;
}
.contact-getting-us {
    background-color: #f2f1f1;
}
.contact-getting-us .left-part {
    width: 50%;
}
.contact-getting-us .left-part img {
    width: 100%;
}
.contact-getting-us .right-part {
    padding: 3em;
    width: 50%;
}
.contact-getting-us .right-part .d-flex {
    padding-bottom: 1.2em;
    justify-content: space-between;
    gap: 20px;
    align-items: stretch;
}
.contact-getting-us .right-part .d-flex img {
    width: 45px;
    height: auto;
}
.contact-getting-us .right-part .d-flex .text {
    width: 92%;
}
.contact-getting-us .right-part h3 {
    font-size: 36px;
    color: #475272;
    font-family: "abril", sans-serif;
    padding-bottom: 1em;
}
.contact-getting-us .right-part .d-flex .text h5 {
    font-size: 22px;
    font-family: "inter-bold", sans-serif;
    padding-bottom: 0.3em;
}
.contact-getting-us .right-part .d-flex .text p {
    font-size: 16px;
}
.join-denplan-essentials {
    max-width: 500px;
    padding: 20px 20px 30px;
    border: 2px solid #009639;
    border-radius: 10px;
    background-color: #f6fff6;
    text-align: center;
    margin-top: 3em;
}
.join-denplan-essentials img {
    max-width: 250px;
    margin-bottom: 30px;
}
.join-denplan-essentials h3 {
    color: #009639;
    font-family: "inter-bold", sans-serif;
    font-size: 25px;
}
.join-denplan-essentials p {
    padding: 1em;
}
.join-denplan-essentials a {
    display: inline-block;
    padding: 12px 24px;
    background-color: #009639;
    color: white;
    font-weight: bold;
    border-radius: 5px;
}
.cancellation-policy h3 {
    font-size: 1.7em;
    font-family: "abril", sans-serif;
    color: #475272;
    padding-bottom: 0.7em;
}
.meet-the-team .d-flex {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.meet-the-team .box {
    width: 370px;
    text-align: center;
}
.meet-the-team .image-box img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid #475272;
}
.meet-the-team .content {
  background-color: #475272;
  margin-top: 20px;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0,0,0,0.05);
}
.meet-the-team h2 {
  margin-bottom: 50px;
}
.meet-the-team .content h3 {
  font-size: 24px;
  font-family: "inter-medium", sans-serif;
  color: #ffffff;
}
.meet-the-team .content p {
    margin: 7px 0;
    color: #ffffff;
}
.meet-the-team.receptionist .content p {
    margin: 7px 0 0;
}
.meet-the-team .content a {
  color: #ffffff;
  transition: 0.3s ease;
  font-size: 18px;
  border-color: #ffffff;
}
.meet-the-team .content a:hover {
  color: #977c4d;
  border-color: #977c4d;
}
.page-id-450 .footer-form {
    padding-top: 0;
}

.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: #ffffff;
    padding: 50px 50px 40px;
    border-radius: 8px;
    position: relative;
    max-width: 1170px;
    max-height: 650px;
    overflow: auto;
}
.meet-the-team .modal-overlay .modal-box .open-modal-description {
    color: #475272;
    padding: 0;
    font-family: "inter-semibold", sans-serif;
}
.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: #475272;
    font-family: "inter-bold", sans-serif;
}
.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: #977c4d;
    border-radius: 3px;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    transition: all 0.7s ease;
}
.meet-the-team .close-modal:hover {
    background: #475272;
    transform: rotate(90deg);
}
.denplan-essentials .italic {
    font-size: 13px;
}
.denplan-essentials-boxes .d-flex {
    justify-content: space-between;
    gap: 40px;
    align-items: stretch;
}
.denplan-essentials-boxes .d-flex .box {
    background-color: #d3c7af;
    padding: 40px;
    color: #444444;
    transition: 0.5s;
}
.denplan-essentials-boxes .d-flex .box:hover {
    transform: scale(1.05);
}
.denplan-essentials-boxes .d-flex .box h3 {
    color: #475272;
    font-size: 24px;
    font-family: "inter-medium", sans-serif;
    line-height: 1.4;
}
.denplan-essentials-boxes .d-flex .box.blue h3 {
    color: #ffffff;
}
.denplan-essentials-boxes .d-flex .box.blue {
    background-color: #475272;
    color: #ffffff;
}
.denplan-essentials-boxes .d-flex .box ul {
    padding-top: 1em;
}
.denplan-essentials-boxes .d-flex .box ul li {
    position: relative;
    line-height: 1.6;
    font-size: 1em;
    padding: 0 0 0.5em 1.8em;
}
.denplan-essentials-boxes .d-flex .box ul li:last-child {
    padding: 0 0 0 1.8em;
}
.denplan-essentials-boxes .d-flex .box ul li::before {
    position: absolute;
    background-image: url(../images/blue-circle-li-before.svg);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    content: "";
    top: 3px;
    left: 0;
}
.denplan-essentials-boxes .d-flex .box.blue ul li::before {
    background-image: url(../images/brown-circle-li-before.svg);
}
.denplan-essentials-fees .table-container {
    max-width: 600px;
    margin: 40px auto 0;
}
.denplan-essentials-fees .pricing-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.denplan-essentials-fees .pricing-table th {
    background-color: #475272;
    color: #ffffff;
    font-weight: bold;
    padding: 12px 18px;
    text-align: center;
    font-size: 20px;
}
.denplan-essentials-fees .pricing-table td {
    padding: 13px 18px;
    border: 1px solid #939393;
    font-size: 18px;
    color: #444;
}
.denplan-essentials-fees .pricing-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}
.denplan-essentials-fees .highlight-row td {
    background-color: #ffffff;
    font-size: 20px;
    font-family: "inter-bold", sans-serif;
    padding: 12px 18px;
}
.denplan-essentials-fees .footer-row td {
    font-size: 14px;
    color: #444444;
    text-align: center !important;
    padding: 12px 18px;
}
.join-denplan-essentials.for-denplan {
    margin-top: 0;
}
.home-meet-team.what-composite-bonding ul {
    padding-top: 0;
}
.home-meet-team.what-composite-bonding .left-part {
    height: 800px;
}
.home-meet-team.what-composite-bonding .left-part img {
    height: 100%;
    object-fit: cover;
}
.composite-bonding-procedure {
    background-image: url(../images/composite-procedur-bg-img.jpg);
}
.dental-referrals-form .referral-form {
    padding: 50px;
    border: 1px solid #bdbdbd;
    max-width: 100%;
    margin: 90px auto 0;
}
.dental-referrals-form .section-title {
    font-size: 24px;
    margin: 40px 0 20px;
    color: #475272;
    font-family: "abril", sans-serif;
}
.dental-referrals-form .section-title:first-child {
    margin-top: 0;
}
.dental-referrals-form .referral-form label {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    color: #444444;
}
.dental-referrals-form .referral-form input, .dental-referrals-form .referral-form textarea, .dental-referrals-form .referral-form select {
    width: 100%;
    padding: 11px 15px;
    border: 1px solid #bdbdbd;
    background: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}
.dental-referrals-form .referral-form select {
    color: #8f8f8f;
    height: 40px;
    border-radius: 0px;
}
.dental-referrals-form .form-row {
    display: flex;
    gap: 40px;
}
.dental-referrals-form .two-col > * {
    flex: 1;
}
.dental-referrals-form .three-col > * {
    flex: 1;
}
.dental-referrals-form textarea {
    resize: vertical;
}
.dental-referrals-form .upload-box {
    border: 2px dashed #bdbdbd;
    padding: 28px;
    text-align: center;
    background: #fcfbfc;
    margin-bottom: 25px;
}
.dental-referrals-form .upload-box input {
    margin-bottom: 0;
}
.dental-referrals-form .submit-wrapper {
    margin-top: 30px;
}
.dental-referrals-form .referral-form input[type="submit"] {
    font-size: 16px;
    font-family: "inter-medium", sans-serif;
    background: #475272;
    color: #ffffff;
    border-radius: 4px;
    padding: 0.8em 2.3em;
    text-transform: uppercase;
    transition: all 0.7s ease;
    display: inline-block;
    cursor: pointer;
    width: max-content;
    margin-bottom: 0;
    border: none;
}
.dental-referrals-form .referral-form input[type="submit"]:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(71, 82, 114, 0.16);
    background: #d3c7af;
    color: #475272;
}
.dental-referrals-form .dental-referrals-fields {
    text-align: left;
}
.dental-referrals-form ::placeholder {
    color: #8f8f8f;
    font-size: 15px;
    font-family: "inter-regular", sans-serif;
}
.dental-referrals-form .checkbox-group .wpcf7-list-item {
    display: block;
    margin: 0;
}
.dental-referrals-form .checkbox-group .wpcf7-list-item input {
    width: auto;
    margin-bottom: 0;
}
.dental-referrals-form .required {
    color: red;
}
.dental-referrals-form .wpcf7-not-valid-tip {
    font-size: 14px;
    position: absolute;
    top: 3px;
    right: 10px;
}
.dental-referrals-form .wpcf7-response-output {
    margin: 30px 0 0 !important;
    font-size: 16px;
}
.wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
    margin: 30px 0;
}
.why-choose-us-implants.why-choose-invisalign {
    padding: 5em 0;
}
.invisalign-provider-video video {
    max-width: 1000px;
}
.invisalign-provider-video h3 {
    font-size: 40px;
    font-family: "inter-medium", sans-serif;
    padding: 20px 0 50px;
}
.invisalign-journey-bg-img {
    background-image: url(../images/invisalign-process-bg-img.jpg);
}
.home-meet-team.types-of-dentures ul {
    padding-top: 0;
}
.home-meet-team ul ul {
    padding-top: 1em;
}
.home-meet-team ul ul li {
    line-height: 1.2;
}
.home-meet-team ul ul li::before {
    top: 0;
}
.meet-farhan-janjua.meet-dental-hygienists h2 {
    padding-bottom: 30px;
}
.meet-farhan-janjua.meet-dental-hygienists .d-flex {
    justify-content: center;
    padding: 30px 0;
}
.meet-farhan-janjua.meet-dental-hygienists .d-flex .img-text {
    margin: 0 15px;
}
.meet-farhan-janjua.meet-dental-hygienists .d-flex .img-text img {
    height: 280px;
    width: auto;
}
.home-meet-team.root-canal-treatment-section ul {
    padding-top: 0;
}
.dental-implant-procedure.room-canal-procedure {
    background-image: url(../images/root-canal-treatment-procedure-bg-img.jpg);
}
.dental-referrals-form.home-meet-team p:last-child {
    margin-bottom: 0;
}
.home-meet-team.routine-examination-section ul {
    padding-top: 0;
}
.why-choose-us-implants.dental-check-ups {
    padding: 5em 0;
}
.boutique-teeth-whitening img {
    height: 210px;
    width: auto;
}
.boutique-teeth-whitening h2, .boutique-teeth-whitening p {
    padding-bottom: 20px;
}
.boutique-teeth-whitening p:last-child {
    padding-bottom: 0;
}
.home-meet-team.boutique-whitening-work .flexible-treatment-options {
    padding-top: 0;
}
.home-meet-team.boutique-whitening-work h5 {
    font-size: 24px;
    font-family: "inter-bold", sans-serif;
    color: #977c4d;
}
.home-meet-team.boutique-whitening-work p {
    margin: 10px 0;
}
.accordion details .content .pad-bot-20 {
    padding-bottom: 15px;
}
.home-meet-team.tooth-wear-section ul {
    padding-top: 0;
}
.tooth-wear-farhan-janjua h2 {
    color: #977c4d;
}
.tooth-wear-farhan-janjua img {
    box-shadow: 0 0 12px 0 #00000014;
    margin: 50px 0 0;
}
.tooth-wear-farhan-janjua h5 {
    font-size: 24px;
    font-family: "inter-semibold", sans-serif;
    color: #977c4d;
    margin: 15px 0;
}
.tooth-wear-farhan-janjua p {
    padding-bottom: 15px;
}
.tooth-wear-farhan-janjua p:last-child {
    padding-bottom: 0;
}
.home-meet-team.fillings-crowns-bridges ul {
    padding-top: 0;
}
.home-meet-team.fillings-crowns-bridges .mar-bot-0 {
    margin-bottom: 0;
}
.home-meet-team.fillings-crowns-bridges .mar-top-0 {
    margin-top: 0;
}
.home-meet-team.fillings-crowns-bridges p:last-child {
    margin-bottom: 0;
}
.home-meet-team.fillings-crowns-bridges a {
    color: #977c4d;
    text-decoration: underline;
    font-family: "inter-semibold", sans-serif;
}
.home-meet-team.fillings-crowns-bridges a:hover {
    color: #475272;
}
.swiper-slide {
    padding: 0 1.5em;
}
.content-pages p {
    padding: 0 0 15px;
}
.content-pages h2, .content-pages h3 {
    padding: 0 0 20px;
}
.content-pages h3 {
    font-size: 30px;
    font-family: "inter-bold", sans-serif;
    color: #977c4d;
}
.content-pages ul li {
    position: relative;
    line-height: 1.6;
    font-size: 1em;
    padding: 0 0 1em 1.6em;
}
.content-pages ul li::before {
    position: absolute;
    background-image: url(../images/blue-li-before.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    content: "";
    top: 4px;
    left: 0;
}
.content-pages a {
    color: #977c4d;
    font-family: "inter-semibold", sans-serif;
    overflow-wrap: anywhere;
}
.content-pages a:hover {
    color: #475272;
}

/* blog-page */
.blogs {
    max-width: 88.889em;
    margin: 0 auto !important;
}
.blogs .blog-flex {
    display: flex;
}
.blogs .blog-flex .blog-left-part {
    width: 75%;
}
.blogs .blog-flex .blog-left-part .width-100 {
    width: 100%;
    margin: auto;
}
.blogs .blog-flex .common-link {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.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: #475272;
}
.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: #475272;
    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: #475272;
    color: #ffffff;
}
.blogs .wp-block-query-pagination-numbers a.active {
    background: #475272;
    color: #ffffff;
}
.blogs .wp-block-query-pagination-numbers a:hover {
    background: #977c4d;
    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: #475272;
    font-size: 18px;
}
.blogs .blog-flex .blog-right-part a:hover {
    color: #977c4d;
}
.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: #475272;
    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: 3;
    position: relative;
    padding-left: 30px;
}
.blogs .blog-flex .blog-right-part .wp-block-categories-list li::before {
    position: absolute;
    background-image: url(../images/blue-li-before.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    content: "";
    top: 17px;
    left: 0;
}
.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: 0 0 10px !important;
    max-width: 100%;
}
.single .blog-left-part ul li {
    background-color: transparent !important;
    padding: 0 0 15px 30px!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 30px!important;
}
.single .blog-left-part ul li::before {
    position: absolute;
    background-image: url(../images/blue-li-before.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    content: "";
    top: 6px;
    left: 0;
}
.single .blog-left-part b, .blog-left-part strong{
    font-family: "inter-bold", sans-serif !important;
    font-weight: normal;
}
.single .blog-left-part h4{
    color: #977c4d;
}
.single .blog-left-part a {
    color: #977c4d;
    text-decoration: underline;
    font-family: "inter-bold", sans-serif;
}
.single .blog-left-part a:hover {
    color: #475272;
}
.single .blog-left-part .big-p{
    font-family: "inter-bold", sans-serif !important;
}
.single .blog-left-part h2 {
    margin: 0 !important;
    max-width: 100%;
    padding-top: 25px;
}
.single .blog-left-part ol {
    padding-left: 25px;
}
.single .blog-left-part ol li {
    padding: 0 0 20px;
    line-height: 1.6;
}
.single .blog-left-part ol li::before {
    top: 4px;
}
.single .blog-left-part ol li::marker {
    font-family: "inter-bold", sans-serif;
}
.single .blog-left-part ol li:last-child {
    padding: 0;
}
.single .blog-left-part ol li p {
    padding: 5px 0 0;
}
.single .blog-left-part ol ul {
    padding-top: 20px;
}
.single .blog-left-part .text-img {
    width: 100%;
}
.single .blog-left-part .text-img h3 {
    padding: 15px 0;
}
.single .blog-left-part .text-img img {
    width: 100%;
    height: auto;
    padding-right: 20px;
}




.single img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 100%;
}
.page-id-1013 .footer-form, .single-post .footer-form, .archive.category .footer-form {
    display: none;
}
div#n2-ss-2 .nextend-arrow {
    margin-left: 110px;
    margin-right: 110px;
}
.footer-form .cf7-cf-turnstile {
    margin: 0 16px;
}
.treatments-services-banner .d-flex {
    justify-content: space-between;
    align-items: stretch;
}
.treatments-services-banner .img-text-box {
    width: 32%;
}
.treatments-services-banner .img-text-box .main-img {
    position: relative;
}
.treatments-services-banner .img-text-box .main-img img {
    width: 100%;
}
.treatments-services-banner .img-text-box .main-img .img {
    background-color: #977c4d;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    position: absolute;
    bottom: -2.1em;
    right: 1em;
}
.treatments-services-banner .img-text-box .main-img .img img {
    height: 50px;
    width: auto;
}
.treatments-services-banner .img-text-box h4 {
    padding: 2em 0 0.5em;
    color: #475272;
    text-transform: uppercase;
}
.treatments-services-banner.home-meet-team ul {
    padding-top: 0.3em;
}
.treatments-services-banner.home-meet-team li a:hover {
    color: #977c4d;
}
.meet-the-team.dental-nurses p:last-child {
    margin-bottom: 0;
}
.meet-the-team.dental-nurses .pad-bot-20 {
    padding-bottom: 30px;
}
.solutions-missing-teeth h4 {
    padding: 2em 0 0.5em;
}
.home-meet-team.benefits-of-invisalign .left-part {
    height: 600px;
}
.home-meet-team.benefits-of-invisalign .left-part img {
    height: 100%;
    object-fit: cover;
}
.home-meet-team.initial-routine-examination .left-part {
    height: 750px;
}
.home-meet-team.initial-routine-examination .left-part img {
    height: 100%;
    object-fit: cover;
    object-position: 36% 20%;
}
.home-meet-team.root-canal-treatment-section .left-part {
    height: 680px;
}
.home-meet-team.root-canal-treatment-section .left-part img {
    height: 100%;
    object-fit: cover;
}
.home-meet-team.dental-hygiene-services .left-part {
    height: 660px;
}
.home-meet-team.dental-hygiene-services .left-part img {
    height: 100%;
    object-fit: cover;
}
footer .small-font {
    padding-bottom: 1em;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1em;
}
.fees-page .width-82 p {
    padding: 0 0 10px;
}
.content-pages .denplan-essentials-fees.policy-table .table-container {
    max-width: 100%;
    margin-top: 25px;
}

/*dental-implants-landing-14-04-2026*/
.page-id-1530 header .header-menu {
    display: none;
}

.page-id-1530 header .top-header {
    display: none;
}

.page-id-1530 footer .main-footer {
    display: none;
}

.page-id-1530 footer .main-footer.dental-implants-landing-footer{
    display: block;
}

.page-id-1530 .sub-footer{
    display: none;
}

.page-id-1530 .sub-footer.dental-implants-sub-footer{
    display: block;
}

.page-id-1530 header .dental-implants-landing-header{
    display: flex;
}

header .dental-implants-landing-header,
footer .dental-implants-landing-footer {
    display: none;
}

.page-id-1530 .dental-implants-sub-footer{
    display: block;
}

.dental-implants-sub-footer{
    display: none;
}

.dental-implants-landing-header{
    justify-content: space-between;
    padding: 2.05em 0;
}

header.is-sticky .dental-implants-landing-header {
    padding: 0.5em 0;
}

header.is-sticky .dental-implants-landing-header .btn-flex a {
    background: #475272;
    color: #ffffff;
}

.dental-implants-landing-header .top-header-call{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.dental-implants-landing-header .top-header-call img{
    width: 24px;
    height: 24px;
}

.dental-implants-landing-header .top-header-call span{
    color: #475272;
    font-size: 16px;
    font-family: "inter-semibold", sans-serif;
}

.dental-implants-landing-header .btn-flex{
    text-align: end;
}

.dental-implants-landing-header .btn-flex .common-btn{
    margin-top: 0;
    background-color: #d3c7af;
    color: #475272;
    font-size: 16px;
}

.dental-implants-landing-header .btn-flex .common-btn:hover{
    background-color: #475272;
    color: #ffffff;
}

header.is-sticky .dental-implants-landing-header .btn-flex .common-btn:hover{
    background-color: #fff;
    color: #475272;
}

.why-choose-us-implants.dental-implants-care{
    padding: 5em 0;
}

.dental-referrals-form.dental-implants-solutions {
    padding: 5em 0;
}

.dental-referrals-form.dental-implants-solutions p strong{
    font-family: "inter-semibold", sans-serif;
}

.why-choose-us-dental{
    padding: 5em 0;
    background-color: #d3c7af;
}

.why-choose-us-dental .home-meet-team .left-part{
    width: 50%;
}

.why-choose-us-dental .home-meet-team.benefits-of-invisalign .left-part {
    height: 720px;
}

.why-choose-us-dental .home-meet-team .right-part{
    width: 50%;
}

.why-choose-us-dental .home-meet-team .right-part img{
    width: auto;
}

.why-choose-us-dental .home-meet-team .right-part ul li strong{
    color: #444444;
    font-family: "inter-semibold", sans-serif;
}

.why-choose-us-dental .home-meet-team .right-part .d-flex{
    display: flex;
    gap: 18px;
    margin-bottom: 24px;
}

.meet-our-implantologist{
    padding: 5em 0;
}

.meet-our-implantologist .home-meet-team.benefits-of-invisalign .left-part {
    height: auto;
}

.meet-our-implantologist .home-meet-team .left-part {
    width: 45%;
}

.meet-our-implantologist .home-meet-team .right-part {
    width: 55%;
    height: 800px;
}
.book-your-implant-bg{
    background-color: #475272;
}
.book-your-implant .left-part{
    width: 50%;
}

.book-your-implant .right-part{
    width: 50%;
    background-image: url(../images/dental-implants-form.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 22em 0;
}

.meet-our-implantologist .home-meet-team.benefits-of-invisalign .right-part img {
    height: 100%;
    object-fit: cover;
}

.page-id-1530 .footer-form{
    display: none;
}

.book-your-form{
    max-width: 45em;
    margin: auto;
}

.book-your-form .padding-space {
    padding: 0px;
}
.book-your-form h5 {
    color: #fff;
    font-size: 2em;
    font-family: "abril", sans-serif;
    padding-bottom: 48px;
}
.book-your-form .form-control {
    width: 100%;
    padding: 15.25px 12px;
    margin-bottom: 28px;
    border: none;
    background: transparent;
    border: 1px solid #fff;
    font-size: 16px;
    font-family: "inter-medium";
    color: #fff;
    border-radius: 6px;
}
.book-your-form .form-control::placeholder {
    color: #fff;
    font-size: 16px;
}
.book-your-form textarea {
    height: 100px !important;
    width: 100% !important;
}
.book-your-form .wpcf7-acceptance {
    font-size: 16px !important;
    color: #977c4d !important;
    font-family: "inter-semibold", sans-serif !important;
}
.book-your-form .wpcf7-list-item {
    margin: 1em 0;
}
.book-your-form .wpcf7-acceptance a {
    text-decoration: underline;
}
.book-your-form .wpcf7-acceptance a:hover {
    color: #475272;
}
.book-your-form .submit-btn {
    padding: 12px 32px;
    background: #977c4d;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border: none;
    transition: 0.5s;
    font-family: "inter-semibold", sans-serif;
    border-radius: 5px;
    margin-top: 30px;
}
.book-your-form .submit-btn:hover {
    background: #fff;
    color: #977c4d;
}
.book-your-form .wpcf7-spinner {
    display: none;
}

.book-your-form .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    z-index: 9;
    right: 12px;
    top: 80%;
}

.book-your-implant .wpcf7-response-output{
    padding: 1em 0em !important;
    color: #fff;
    border: 2px solid #00a0d2;
    max-width: 45em;
    margin: 2em auto 0 auto !important;
    line-height: normal;
}

.why-choose-us-implants.dental-implants-care .d-flex{
    padding-top: 1.5em;
}

.dental-implants-landing-footer .footer-contact-map iframe{
    width: 100%;
    height: 100%;
    position: static;
}

.dental-implants-landing-footer .footer{
    padding: 0;
    justify-content: center;
}

.dental-implants-landing-footer .footer-contact-map{
    height: 100%;
}

.dental-implants-landing-footer .footer-logo-part{
    padding: 2.8em 0;
}

.dental-implants-landing-footer .footer-opening-hours{
    padding: 2.8em 0;
}

.dental-implants-sub-footer{
    text-align: center;
}

/*invisalign-landing-16-04-2026*/
.page-id-1501 header .dental-implants-landing-header{
    display: flex;
}

.page-id-1501 header .header-menu {
    display: none;
}

.page-id-1501 header .top-header {
    display: none;
}

.invisalign-open-wrapper{
    padding: 5em 0;
}

.invisalign-open-wrapper .invisalign-open-box {
    background-color: #fff;
    border-radius: 12px;
    margin: 0 auto;
    width: fit-content;
    padding: 26px 34px;
}

.invisalign-open-wrapper .invisalign-open-box h5{
    font-size: 32px;
    font-family: 'inter-medium';
    color: #444444;
}
.invisalign-open-wrapper .pad-bot-20{
    padding: 1em 0;
}
.invisalign-open-wrapper h3{
    font-size: 32px;
    font-family: 'inter-bold';
    color: #475272;
}

.invisalign-open-wrapper ul {
    padding-top: 1em;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.invisalign-open-wrapper ul li {
    position: relative;
    line-height: 1.6;
    font-size: 1.23em;
    font-family: 'inter-medium';
    padding: 0 0 1em 1.6em;
}
.invisalign-open-wrapper ul li::before {
    position: absolute;
    background-image: url(../images/blue-li-before.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    content: "";
    top: 6px;
    left: 0;
}

.invisalign-open-wrapper p.blue{
    font-size: 1.12em;
    font-family: 'inter-medium';
    padding-bottom: 0.3em;
}

.why-choose-straight{
    padding: 5em 0;
    background-color: #fff;
}

.why-choose-straight .home-meet-team .left-part{
    width: 45%;
}

.why-choose-straight .home-meet-team.benefits-of-invisalign .left-part {
    height: auto;
}

.why-choose-straight .home-meet-team .right-part{
    width: 55%;
}

.why-choose-straight .home-meet-team .left-part img{
    width: auto;
}

.why-choose-straight .home-meet-team .left-part ul li strong{
    color: #444444;
    font-family: "inter-semibold", sans-serif;
}

.why-choose-straight .home-meet-team .left-part .d-flex{
    display: flex;
    gap: 18px;
    margin-bottom: 24px;
}

.why-choose-straight .home-meet-team .right-part img{
    width: 100%;
}

.why-choose-straight .common-btn{
    margin-top: 1.2em;
}

.page-id-1501 .footer-form{
    display: none;
}

.page-id-1501 footer .main-footer {
    display: none;
}

.page-id-1501 footer .main-footer.dental-implants-landing-footer{
    display: block;
}

.page-id-1501 .sub-footer{
    display: none;
}

.page-id-1501 .sub-footer.dental-implants-sub-footer {
    display: block;
}

.book-your-implant.invisalign-open-day-form .right-part{
    background-image: url(../images/invisalign-open-form.jpg);
}

/*thank-you-page*/
.page-id-1520 header .dental-implants-landing-header{
    display: flex;
}

.page-id-1520 header .header-menu {
    display: none;
}

.page-id-1520 header .top-header {
    display: none;
}

.page-id-1520 .footer-form{
    display: none;
}

.page-id-1520 footer .main-footer {
    display: none;
}

.page-id-1520 footer .main-footer.dental-implants-landing-footer{
    display: block;
}

.page-id-1520 .sub-footer{
    display: none;
}

.page-id-1520 .sub-footer.dental-implants-sub-footer {
    display: block;
}

.thank-you-wrapper{
    padding: 5em 0;
}

.invisalign-open-wrapper .star-font {
    font-size: 18px;
    position: relative;
    top: -7px;
}

.invisalign-open-wrapper .small-font {
    font-size: 14px;
}

.dental-implants-landing-header .book-your-wrapper{
    flex-basis: content !important;
}

.dental-implants-landing-header .top-header-wrapper{
    flex-basis: content !important;
}

/* onload-popup-17-4-2026 */

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999999999;
}
.popup-overlay .popup-box {
  padding: 0;
  border-radius: 12px;
  max-width: 950px;
  width: 90%;
  text-align: center;
  position: relative;
  animation: fadeIn 0.5s ease;
}
.popup-overlay p {
	font-size: 20px;
	margin-bottom: 1em;
}
.popup-overlay .close-btn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #ffffff;
    z-index: 2;
}
.popup-overlay .close-btn:hover {
	color: #bdbdbd;
}
.popup-overlay .invisalign-open-wrapper .invisalign-open-box {
    background-color: transparent;
    border-radius: 0;
    margin: auto;
    width: inherit;
    padding: 0;
}
.popup-overlay .why-choose-us-implants {
    position: relative;
    background: url(../images/invisalign-popup.jpg);
    background-size: cover;
    background-position: 0 15%;
    padding: 50px 50px 30px;
    z-index: 1;
    color: #ffffff;
    border: 0.5px solid #ffffff;
    border-radius: 0;
}
.popup-overlay .why-choose-us-implants::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: -1;
}
.popup-overlay .blue {
    color: #ffffff;
}
.popup-overlay .invisalign-open-wrapper .invisalign-open-box h5 {
    color: #ffffff;
}
.popup-overlay .invisalign-open-wrapper h3 {
    color: #ffffff;
}
.popup-overlay .invisalign-open-wrapper ul {
    justify-content: center;
}
.popup-overlay .invisalign-open-wrapper ul li {
    font-size: 18px;
    padding: 0 0 1em 1.6em;
    width: 35%;
    text-align: left;
}
.popup-overlay .invisalign-open-wrapper ul li::before {
    background-image: url(../images/white-li-before.svg);
    top: 4px;
}
.popup-overlay .invisalign-open-wrapper .pad-bot-20 {
    padding: 1em 0 0;
}
/* Animation */
@keyframes fadeIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
@media (max-width : 600px){
	.popup-overlay p {
		font-size: 17px;
	}
}