html {
    font-size: 10px;
    scroll-behavior: smooth;
}
body {
    color: #333333;
    background: #fff;
    font-family: 'Source Sans Pro';
    font-size: 17px;
}
body.page {
    margin: 0;
}
body a {
    text-decoration: none;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    display: inline-block;
    color:inherit;
}

body:before, 
body:after {
    display:table;
    content:""; 
}
body:after {
    clear:both; 
}

figure {
    margin:0;   
}

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

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}

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

input,
button,
button:focus,
textarea{
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    outline:none ;
}

ul,ol,li{
    list-style:none;
    padding:0px;
    margin:0px; 
}

h1,h2,h3,h4,h5,h6{
    margin:0px;
    font-weight: 600;
}
p, li {
    font-size: 1.7rem;
    line-height: 1.6;
    margin-bottom: 0px;
    font-weight: normal;
    font-family: 'Lato';
}

section {
    clear: both;
    width: 100%;
    float: left;
    padding: 10rem 0;
}
.our-staff{
padding-top: 0;
}

p:not(:last-child){
    margin-bottom:15px; 
}
b, strong{
    
    font-weight:bold;
}
.hidden {
    display: none !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
body .owl-carousel .owl-nav button.owl-prev, 
body .owl-carousel .owl-nav button.owl-next{
    width: 5rem;
    height: 5rem;
    border-radius: 0px;
    text-align: center;
    margin: 0;
    font-family: "FontAwesome";
    font-size: 0;
}
body .owl-carousel .owl-nav button:before {
    content: "\f053";
    font-size: 2rem;
    display: inline-block;
}
body .owl-carousel .owl-nav button.owl-next:before {
    transform: rotate(180deg);
}


/*------------ Start of header --------------*/
header.header-sticky {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    animation: smoothScroll 1s forwards;
    width: 100%;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
header {
    font-size: 1.8rem;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
}
.mobile-topbar {
    display: none;
}
.header_patient .book-now {
    color: #a2cc39;
    font-weight: bold;
}
header .navbar-brand {
    min-width: 150px;
    max-width: 150px;
}
.header_top .fa {
    padding-right: 0.5rem;
    color: #a2cc39;
}
.header_top ul li:hover i.fa {
    color: #3399cc;
}
.header_top ul li {
    display: inline-block;
    margin-right: 2rem;
    position: relative;
}
.header_top ul li a {
    color: #fff;
    font-size: 16px;
}
.header-direction .fa {
    color: #a2cc39;
}

header .header_social ul li {
    margin-right: 1rem;
}
.header_top {
    border-bottom: 1px solid #7a8681;
    padding: 1rem 0;
    background: #40514b;
}
.header_top .row {
    align-items: center;
}
.header_top .header_patient ul li {
    padding: 0;
}
.header_top .header_patient ul li:after {
    display: none;
}
header .navbar-nav .nav-item.dental_btn {
    padding: 0;
}
header .navbar-nav .nav-item.dental_btn .nav-link {
    color: #fff;
    border: none;
    padding: 1.2rem 2.5rem;
    text-align: center;
}
header .navbar-nav .nav-item.dental_btn .nav-link:hover {
    color: #fff;
}
.header_bottom {
    position: relative;
    padding: 2rem 0;
    background: rgba(69, 71, 63, 0.9);
}
header .navbar-nav > .nav-item > .nav-link {
    color: #fff;
    border-bottom: 1px solid transparent;
    padding: 0.5rem 0;
    white-space: nowrap;
}
header .navbar-nav .nav-item .nav-link:focus {
    color: #fff;
}
header .navbar-nav .nav-item .caret {
    position: absolute;
    right: -2rem;
    top: 0.3rem;
    width: 1.3rem;
}
header .navbar-nav .nav-item.current-menu-parent .caret, 
header .navbar-nav .nav-item.current-menu-parent .caret, 
header .navbar-nav .nav-item:hover a, 
header .navbar-nav .nav-item:hover span.caret {
    color: #a2cc39;
}
header .navbar-nav .nav-item .caret:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 2rem;
}
header .navbar-nav .nav-item {
    /* margin-left: 4rem; */
    margin-left: 3rem;
    position: relative;
}

/* css by Hardik */
header .navbar-nav .nav-item:has(> ul) {
    margin-right: 0.5rem;
}
/*  */

header .navbar-nav > .nav-item.current-menu-item > .nav-link, 
header .navbar-nav .nav-item.current-menu-parent a, 
header .navbar-nav > .nav-item > .nav-link:hover {
    color: #a2cc39;
    border-color: #a2cc39;
}

header .navbar-nav .nav-item .sub-menu {
    display: none;
    position: absolute;
    background: rgb(0 0 0/80%);
    top: 100%;
    left: 0;
    padding: 2rem 1.5rem;
    margin: 0;
}
header .navbar-nav .nav-item:hover .sub-menu  {
    display: block;
}
/* header .navbar-nav .nav-item:nth-child(4) .sub-menu { */
header .navbar-nav .nav-item:nth-child(5) .sub-menu {
    width: 52rem;
}
/* header .navbar-nav .nav-item:nth-child(4) .sub-menu li { */
header .navbar-nav .nav-item:nth-child(5) .sub-menu li {
    width: 50%;
    float: left;
}
header .navbar-nav .sub-menu li {
    margin: 0.5rem 0;
}
header .navbar-nav .nav-item .sub-menu li a:hover, 
header .navbar-nav .nav-item .sub-menu li.current-menu-item a {
    background: #a2cc39;
    color: #fff;
}
header .navbar-nav .nav-item .sub-menu li a {
    padding: 0.5rem 1.5rem;
    color: #fff;
    font-size: 1.6rem;
    white-space: nowrap;
}

/*------------ End of header --------------*/

/*------------ Start of common css --------------*/
h1 {font-size: 4.8rem;}
h2 {font-size: 3.6rem; margin-bottom: 10px;}
h3 {font-size: 3rem; margin-bottom: 10px;}
h4 {font-size: 2.6rem; margin-bottom: 10px;}
h5 {font-size: 2.4rem;}
h6 {font-size: 2rem;}
.dental_btn {
    background: #a2cc39;
    line-height: 1.2;
    border-radius: 1.5rem;
    font-size: 1.8rem;
    padding: 1.2rem 4rem;
    color: #fff !important;
    font-weight: 600;
}
.dental_btn:hover {
    background: #a2cc39;
    color: #fff;
}
.transparent_btn {
    font-size: 1.8rem;
    position: relative;
    padding: 0;
    font-weight: 600;
}
.transparent_btn:after {
    content: '>';
    margin-left: 1rem;
}
.transparent_btn:hover {
    color: #a2cc39;
}
.gray_bg {
    background: #f7f7f7;
}
.heading_wrap {
    margin: 0 auto 4rem;
    max-width: 75rem;
}
.heading_wrap .title {
    margin-bottom: 3rem;
    font-size: 3.6rem;
    font-weight: 600;
}
.heading_wrap > span {
    font-size: 1.7rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: inline-block;
}
.common_banner {
    height: 31.5vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0;
    position: relative;
}
.dental-breadcrumb {
    margin-top: 2rem;
}
.dental-breadcrumb .breadcrumb {
    padding: 0;
    background: transparent;
    margin: 0;
}
.dental-breadcrumb .breadcrumb li a {
    color: #a2cc39;
    text-shadow: 1px 1px 3px #2e2e2e;
}
.dental-breadcrumb .breadcrumb li {
    position: relative;
    padding-right: 3rem;
    font-size: 2.4rem;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px 3px #2e2e2e;
}
.page-id-713 .dental-breadcrumb .breadcrumb li, 
.page-id-192 .dental-breadcrumb .breadcrumb li, 
.page-id-146 .dental-breadcrumb .breadcrumb li, 
.page-id-202 .dental-breadcrumb .breadcrumb li {
    color: #fff;
}
.dental-breadcrumb .breadcrumb li:not(:last-child):after {
    content: '';
    border-right: 2px solid #a2cc39;
    position: absolute;
    height: 2rem;
    right: 1.5rem;
    top: 0.3rem;
    box-shadow: 1px 1px 3px #2e2e2e;
}
.page-id-713 .dental-breadcrumb .breadcrumb li:not(:last-child):after, 
.page-id-192 .dental-breadcrumb .breadcrumb li:not(:last-child):after, 
.page-id-146 .dental-breadcrumb .breadcrumb li:not(:last-child):after, 
.page-id-202 .dental-breadcrumb .breadcrumb li:not(:last-child):after {
    border-color: #a2cc39;
}
.common_banner .title {
    color: #a2cc39;
    font-size: 4.8rem;
    text-shadow: 2px 2px 5px #2e2e2e;
}
.braces_check_dental li {
    position: relative;
    padding-left: 3.5rem;
    margin-bottom: 2rem;
}
.braces_check_dental li:before {
    content: '';
    width: 2.5rem;
    height: 2.2rem;
    position: absolute;
    background: url(../images/nice_icon.png) no-repeat;
    left: 0;
    top: 0.3rem;
    z-index: 11;
}
.braces_check_dental.two-column {
    column-count: 2;
    max-width: 92rem;
}
.ordered_list {
    padding-left: 2rem;
}
.ordered_list li {
    list-style: auto;
    margin-bottom: 2.5rem;
}
.green_border:after {
    content: '';
    width: calc(100% + 10rem);
    border-bottom: 2px solid #a2cc39;
    position: absolute;
    bottom: 0;
    z-index: 111;
    left: -5rem;
    right: 0;
    margin: 0 auto;
}
/*------------ End of common css --------------*/

/*------------ Start of home page --------------*/
.home_banner {
    padding-top:0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home_banner .container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 111;
}
.modal-open .home_banner .container {
    left: -1.7rem;
}
.home_banner #player-overlay {
    width: 100%;
    float: left;
    height: 100%;
}
.home_banner video {
    width: 100%;
    float: left;
    height: 100%;
}
.home_banner .owl-carousel .owl-nav button {
    background: white;
    position: absolute;
    top: 35%;
}
.home_banner .owl-carousel .owl-nav button:hover {
    background: #fff;
    color: #333;
}
.home_banner .banner_content {
    color: #333333;
    max-width: 59rem;
}
.home_banner .banner_content .title {
    margin-bottom: 3rem;
    font-size: 4.8rem;
    text-shadow: 2px 2px 5px #fff;
}
.home_banner .banner_content ul li {
    font-size: 1.8rem;
    position: relative;
    margin-right: 3rem;
    display: inline-block;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}
.home_banner .banner_content ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}
.home_banner .banner_content ul {
    margin-bottom: 1.5rem;
}
.home_banner .banner_content .dental_btn {
    padding: 1.2rem 4.5rem;
}
.dental_implant .heading_wrap strong {
    display: inline-block;
    color: #a2cc39;
}
.dental_implant .col-md-6:last-child {
    padding-left: 50px;
}
.dental_implant .heading_wrap p {
    font-size: 60px;
}
.our_dental_slider .card-body {
    padding: 0;
}
.our_dental_slider .card-img-top {
    margin-bottom: 3rem;
    border-radius: 1.5rem;
}
.our_dental_slider .card-title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}
.covid_fight .common_btn {
    margin-top: 4rem;
}
.page-id-194 section.who_need_braces {
    padding-top: 0;
}
.page-id-194 section.covid_fight.gray_bg ~ .covid_fight {
    padding-bottom: 0;
}
.template-office .welcome__uk .right:before {
    content: "";
    width: 300px;
    height: 85%;
    position: absolute;
    z-index: -1;
    border: 0.625rem solid #114875;
    right: 1rem;
    bottom: 0;
}
.home_banner .owl-carousel .owl-nav button.owl-prev {
    left: -9rem;
}
.home_banner .owl-carousel .owl-nav button.owl-next {
    right: -9rem;
}
.covid_fight .row {
    align-items: center;
}
.covid_fight .heading_wrap {
    padding-right: 6rem;
}
.covid_fight figure img {
    border-radius: 2rem;
}
.tooth_filling img {
    width: 100%;
}
.our_dental_service .owl-carousel .owl-nav button, 
.our_dental_service .owl-carousel .owl-nav button:hover {
    position: absolute;
    top: 24%;
    background: none !important;
    color: #333;
}
.our_dental_service .owl-carousel .owl-nav button span {
    line-height: 0.5;
    font-weight: bold;
}
.our_dental_service .owl-carousel .owl-nav button.owl-prev {
    left: -6rem;
}
.our_dental_service .owl-carousel .owl-nav button.owl-next {
    right: -6rem;
}
.our_dental_service .owl-carousel .owl-nav button:before {
    font-size: 3rem;
}
.our_dental_service .owl-carousel .owl-nav button.owl-next:before {
    transform: rotate(180deg);
}
.our_promotions:after {
    content: '';
    background: url(../images/dental_cleanic.png) no-repeat;
    background-size: 100%;
    background-position: top right;
    position: absolute;
    bottom: -4.5rem;
    right: 1rem;
    width: 30rem;
    height: 24.6rem;
    z-index: 111;
}
.our_promotions .column {
    margin-bottom: 3rem;
    padding-top: 5rem;
}
.our_promotions .column figure {
    width: 10rem;
    height: 10rem;
    background: #fff;
    line-height: 10rem;
    border-radius: 50%;
    margin: -5rem auto 0;
}
.our_promotions .card-text {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: 'Source Sans Pro';
}
.our_promotions .card-body {
    padding: 2rem 5rem 3rem;
}
.our_promotions .card {
    border-color: #fff;
    border-radius: 0;
    height: 100%;
}
.world_smile .cust-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.world_smile .col-left,
.world_smile .col-right {
    width: 30%;
    position: relative;
    z-index: 1;
}
.world_smile .col-center {
    width: 40%;
    float: left;
}
.world_smile .column {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 5rem;
    width: 100%;
}
.heading_wrap .smile_subtitle {
    font-size: 1.7rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: inline-block;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #000;
}
.world_smile .column figure {
    border-radius: 100%;
    width: 9.5rem;
    height: 9.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3rem;
    border: 1px solid #3d9ecf;
}
.world_smile .column img {
    width: auto;
    max-height: 66px;
}
.world_smile .column .contant {
    width: calc(100% - 12.5rem);
}
.world_smile .column .title {
    font-size: 2.3rem;
    font-weight: 600;
}
.world_smile .col-left .column {
    flex-direction: row-reverse;
    text-align: right;
}
.world_smile .col-left figure {
    margin-right: 0;
    margin-left: 3rem;
}
.world_smile .col-right .column:nth-child(2) {
    margin-left: 4rem;
}
.world_smile .col-left .column:nth-child(2) {
    margin-left: -4rem;
}
.world_smile .col-center img {
    width: 100%;
}
.world_smile .column:last-child {
    margin-bottom: 0;
}
.enhanced_dental .card-title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}
.enhanced_dental .card-body {
    padding: 3.5rem 0 0;
}
.dental_family .heading_wrap p {
    margin: 3rem 0;
}
.dental_family .heading_wrap h5 {
    margin: 3rem 0;
    font-size: 1.7rem;
    line-height: 1.6;
    font-weight: normal;
    font-family: 'Lato';
}
.dental_family .dental_btn {
    padding: 1.2rem 2rem;
    margin: 0 0.5rem 1em;
}
.dental_family:after {
    content: '';
    width: 20rem;
    height: 20rem;
    background: url(../images/tooth_icon.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: 0;
    right: 35rem;
    z-index: 111;
}
.dental_emergency table {
    text-align: center;
    margin-bottom: 0;
}
.dental_emergency .left > table {
    max-width: 42rem;
    float: right;
    width: 100%;
}
.dental_emergency table td {
    font-size: 2.2rem;
    font-family: 'Lato';
    font-weight: 500;
}
.dental_emergency .left table tbody tr td {
    text-align: left;
    padding-left: 3.5rem;
}
.dental_emergency .left table tbody tr td span {
    min-width: 13rem;
    display: inline-block;
}
.dental_emergency table td a {
    font-size: 2.5rem;
    font-weight: bold;
}
.dental_emergency table th {
    font-size: 2.8rem;
    color: #333333;
    padding-bottom: 1rem;
}
.dental_emergency .col-md-6 {
    padding: 5rem 9rem 4rem;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.dental_emergency .col-md-6.left {
    justify-content: flex-end;
}
.dental_emergency .right {
    justify-content: center;
    flex-direction: column;
}
.dental_emergency .heading_wrap .title {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 0;
}
.dental_emergency .left:before {
    content: '';
    width: 23.4rem;
    height: 30.3rem;
    background: url(../images/dental_man.png) no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    bottom: 0;
    right: 46rem;
    z-index: 111;
}
.dental_emergency table img {
    margin-right: 1.5rem;
    width: 1em;
}
.dental_emergency table:last-child img {
    width: 5rem;
}
.dental_emergency table:not(:last-child) {
    margin-bottom: 2rem;
}
.dental_emergency .right table th {
    color: #3399cc;
}
.google_map iframe {
    box-shadow: 5px 0px 27px 0 rgb(0 0 0 / 18%);
    width: 100%;
    border-radius: 1em;
    overflow: hidden;
}
.page-template-new_contact-u .google_map iframe {
    height: 30rem;
}

.modal .modal-body {
    padding: 2.5rem;
}

.modal .modal-dialog button.close {
    position: absolute;
    height: 2.8rem;
    width: 2.8rem;
    left: auto;
    right: 0.8rem;
    bottom: auto;
    top: 0.8rem;
    padding: 0.4rem;
    color: #fff;
    font-weight: 100;
    font-size: 2rem;
    line-height: 2rem;
    border: 1px none #fff;
    border-radius: 4.2rem;
    box-shadow: 0px 0px 0px 0px rgb(2 2 2 / 23%);
    text-shadow: 0px 0px 0px rgb(0 0 0 / 23%);
    background-color: rgb(162 204 57);
    opacity: 1;
}

.modal {
    z-index: 99999;
}

.modal .modal-dialog .form-title {
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 3.6rem;
}
.modal .modal-dialog .form-popup .input-group .wpcf7-form-control-wrap {
    width: 100%;
}
.modal .modal-dialog .form-popup .wpcf7-submit {
    background: #a2cc39;
    line-height: 1.2;
    border-radius: 1.5rem;
    font-size: 1.8rem;
    padding: 1rem 3rem;
    color: #fff !important;
    font-weight: 600;
    border: none;
}
.modal .modal-dialog .form-popup .submit {
    width: 100%;
    float: left;
    text-align: center;
}
.modal .modal-dialog .form-popup .wpcf7-spinner {
    position: absolute;
}
.modal .modal-dialog .form-popup select {
    background: url(../images/down-arrow.png) no-repeat;
    background-size: 1.8rem 1rem;
    background-position: 95% 50%;
    -webkit-appearance: none;
    line-height: normal !important;
}
#ui-datepicker-div.ui-datepicker {
    width: 25rem;
    font-size: 1.5rem;
}

.modal .modal-dialog .form-row {
    display: block;
}
.modal .modal-dialog .form-row > div {
    max-width: 100%;
    margin-bottom: 1.5em !important;
}
.modal .modal-dialog .form-row .col-md-4 span {
    display: inline-block;
    width: 100%;
}
.modal .modal-dialog .form-row span {
    display: block;
}
.modal .modal-dialog .form-row br {
    display: none;
}
.modal .modal-dialog .form-row input:not([type="submit"]), 
.modal .modal-dialog .form-row textarea, .modal .modal-dialog .form-popup select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 1rem 2rem;
    border-radius: 3rem;
    font-size: 1.6rem;
    height: 4.5rem;
    color: #666;
}
.modal .modal-dialog .form-row textarea {
    height: 15rem;
}

/*------------ End of home page --------------*/

/*------------ Start treatment page --------------*/
.page-template-treatments .enhanced_dental .card-body {
    padding-bottom: 3.5rem;
}
.page-template-treatments .enhanced_dental .card-img-top {
    border-radius: 2rem;
}
/*------------ End treatment page --------------*/

/*------------ Start of who need braces page --------------*/
.brace_border .col-12:first-child:after {
    content: '';
    width: calc(100% + 10rem);
    border-bottom: 1px solid #a2cc39;
    position: absolute;
    bottom: 0;
    left: -5rem;
    right: 0;
    margin: 0 auto;
}
.brace_border .col-12:first-child {
    margin-bottom: 5rem;
}
/*------------ End of who need braces page --------------*/

/*------------ Start of financing page --------------*/
.who_need_braces .table-responsive {
    margin-bottom: 8rem;
    overflow: revert;
}
.who_need_braces table {
    font-family: 'Lato';
    width: 97rem;
    box-shadow: 5px 0px 27px 0 rgb(0 0 0 / 18%);
}
.who_need_braces table tr {
    position: relative;
}
/* .who_need_braces table tr:first-child {
    background: url(../images/table-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
} */
.who_need_braces table tr td span {
    display: inline-block;
    width: 15rem;
    text-align: center;
}
/* .who_need_braces table tbody tr:first-child td {
    color: #fff;
} */
.who_need_braces table thead tr th:nth-child(2), .who_need_braces table tbody tr td:nth-child(2) {
    text-align: center;
}
.who_need_braces table tr th, .who_need_braces table tr td {
    font-size: 2rem;
    border: 1px solid #d9d9d9;
    padding: 2rem 3.5rem;
    width: 32%;
}
.who_need_braces table tr th {
    font-weight: normal;
    padding: 1.5rem 3.5rem;
    background: #a2cc39;
    color: #fff;
}
.who_need_braces table tr th:last-child {
    background: #2399d3;
    text-align: center;
    position: relative;
}
.who_need_braces table tr th:last-child, .who_need_braces table tr td:last-child {
    border-right-color: #2399d3;
    text-align: center;
    width: 36%;
}
.who_need_braces table tr th:nth-child(2), .who_need_braces table tr td:nth-child(2) {
    border-right-color: #2399d3;
}
.who_need_braces table tr:last-child td:last-child {
    border-bottom-color: #2399d3;
}
.who_need_braces table tr th:last-child:after {
    content: "";
    height: 1rem;
    width: calc(100% + 2px);
    background: #2399d3;
    position: absolute;
    right: -1px;
    top: -1rem;
    z-index: 111;
}
.who_need_braces .paybright {
    padding: 1.2rem 4rem;
    background: #fff;
    box-shadow: 5px 0px 27px 0 rgb(0 0 0 / 18%);
    border-radius: 1.5rem;
    margin-top: 2rem;
}
.who_need_braces ul > li > a {
    color: #4a4af4;
    display: inline-block;
}
.heading_wrap p span, 
.heading_wrap li span, 
.heading_wrap li span a {
    color: #2399d3;
    display: inline-block;
    margin: 0;
    text-transform: revert;
    font-weight: bold;
}
.heading_wrap p em, 
.heading_wrap li em {
    font-weight: bold;
}
/*------------ End of financing page --------------*/

/*------------ Start of contact page --------------*/
.dental_contact .column {
    text-align: center;
    padding-top: 7.5rem;
}
.dental_contact .card {
    background: #2399d3;
    padding: 9rem 3rem 2rem;
    border: none;
    height: 100%;
    color: #fff;
    border-radius: 3rem;
}
.dental_contact .card figure {
    width: 15rem;
    height: 15rem;
    line-height: 15rem;
    margin: 0  auto;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    top: -7.5rem;
    box-shadow: 5px 0px 27px 0 rgb(0 0 0 / 18%);
}
.dental_contact .card-body {
    padding: 0;
}
.dental_contact .card-body .title{
    font-size: 4.8rem;
}
.dental_contact .card-body a, 
.dental_contact .card-body .card-text {
    font-size: 2.8rem;
}


.dental_implant-promotion table {margin: 0;}
.dental_implant-promotion table tbody tr td {
    font-size: 2rem;
    border: 1px solid #d9d9d9;
    padding: 1rem 2rem;
}
.dental_implant-promotion table tbody tr td:nth-child(1) {
    width: 21rem;
}
.dental_implant-promotion table tbody tr td:nth-child(3) {
    width: 18rem;
}
.dental_implant-promotion .table_bg {
    text-align: center;
}
.dental_implant-promotion figure img {
    border-radius: 2rem;
}
.dental_implant-promotion table tbody tr:first-child td {
    background: #a2cc39;
    color: #fff;
}
.dental_implant-promotion table tbody tr td:last-child {
    background: #2399d3;
    color: #fff;
    font-weight: bold;
}

.heading_wrap .title span {
    color: #3399cc;
}
.galaxy-location .row {
    gap: 0 0;
}
.galaxy-location strong {
    font-size: 24px;
}
.galaxy-location span.d-block, .galaxy-location a {
    font-family: 'Lato';
}
.galaxy-location .col-lg-6:first-child:after {
    content: '';
    border: 1px solid #dce8ed;
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    z-index: 111;
    display: none;
}

.contact-form {
    background: #d2e6a6;
    padding: 5rem;
    border-radius: 10px;
    position: relative;
}
.contact-form:after {
    content: '';
    width: 19rem;
    height: 24.8rem;
    background: url(../images/dental_man.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: -7.2em;
    right: -15.5rem;
    z-index: 111;
}
.contact-form form input:not([type="submit"]),
.contact-form form textarea {
    width: 100%;
    height: 45px;
    line-height: 1.5;
    border-radius: 5px;
    padding: 5px 15px;
    background-color: #fff;
    border: none;
    outline: none;
}
.contact-form form input[name="date"] {
    background: url(../images/calculator-icon.png) no-repeat;
    background-position: 97% center;
    background-color: #fff;
}
.contact-form form select {
    background: url(../images/select-arrow.png) no-repeat;
    background-position: 97% center;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    outline: none;
    background-color: #fff;
    -webkit-appearance: none;
}
.contact-form form textarea {
    min-height: 18rem;
}
.contact-form form input[type="submit"] {
    border-radius: 0;
    padding: 13px 30px;
    border-radius: 10px;
    border: none;
    background: #a2cc39;
    color: #fff;
}
.contact-form form .wpcf7-spinner {
    position: absolute;
}
.contact-form form input::placeholder, 
.contact-form form textarea::placeholder {
    color: #404040;
}

/*------------ End of contact page --------------*/

/*------------ Start of emergency dental care page --------------*/
.emergency_dental_care .heading_wrap {
    padding: 4rem 10rem 4.5rem;
    border-radius: 2.5rem;
    position: relative;
}
.emergency_dental_care .dental_btn {
    color: #1387ae !important;
    background: #fff;
    padding: 1.2rem 2rem;
}
.emergency_dental_care .heading_wrap:after {
    content: '';
    background: url(../images/dental_cleanic.png) no-repeat;
    background-size: 100%;
    background-position: top right;
    position: absolute;
    bottom: -4.6rem;
    right: 2rem;
    width: 26rem;
    height: 22rem;
    z-index: 111;
}
.emergency_dental_care .heading_wrap .title {
    font-size: 4.2rem;
    font-family: 'Lato';
    font-weight: bold;
}
/*------------ End of emergency dental care page --------------*/

/*------------ End of treatable cases page --------------*/
.our_promotions.treatable_cases .card-body {
    padding: 2rem 4rem;
}
/*------------ End of treatable cases page --------------*/

/*------------ Start of Book An Appointment page --------------*/
.contact-form .input-group {
    width: 50%;
    float: left;
    margin-bottom: 15px;
    padding: 0 5px;
}
.contact-form .input-group.textarea {
    width: 100%;
}
.contact-form .input-group span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.contact-form .input-group input,
.contact-form .input-group select,
.contact-form .input-group textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 30px;
    outline: none;
    color: #666;
}
.contact-form .input-group select {
    background: url(../images/down-arrow.png) no-repeat;
    background-size: 15px 9px;
    background-position: 98% 52%;
    -webkit-appearance: none;
    line-height: normal !important;
    background-color: #fff;
}
.contact-form .submit {
    display: block;
    text-align: center;
}
.contact-form .submit .wpcf7-spinner {
    position: absolute;
}
.contact-form .submit input {
    background: #a2cc39;
    line-height: 1.2;
    border-radius: 1.5rem;
    font-size: 1.8rem;
    padding: 1.2rem 4rem;
    color: #fff !important;
    font-weight: 600;
}
.page-id-713 .google_review {
    padding-top: 0;
}
/*------------ End of Book An Appointment page --------------*/

/*------------ Start of blog page --------------*/
/* .page-template-thank-you .common_banner, 
.page-template-blog .common_banner, 
.single-post .common_banner {
    height: 41vw;
} */
.blog-main {
    width: 100%;
    float: left;
}
.blog-main .card {
    border-radius: 1.5rem;
    border: 1px solid #ccc;
    overflow: hidden;
}
.blog-main .col-lg-4:last-child .card {
    margin-bottom: 0 !important;
}
.blog-main .card-body {
    padding: 2rem 2rem 3rem;
}
.blog-main .card-body .title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    color: #a2cc39;
}
.blog-pagination-main {
    margin-top: 3rem;
    text-align: center;
}
.blog-pagination .page-numbers {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    text-align: center;
    line-height: 5rem;
    border: 1px solid #ccc;
    margin-right: 0.5rem;
    font-size: 1.6rem;
}
.blog-pagination .page-numbers:hover, 
.blog-pagination .page-numbers.current {
    background: #a2cc39;
    color: #fff;
    border-color: #a2cc39;
}
/*------------ End of blog page --------------*/

/*------------ Start of single blog page --------------*/
.blog-main .inner-box {
    margin-bottom: 3rem;
}
.blog-main .inner-box .title {
    font-size: 4rem;
    margin-bottom: 3rem;
}
.blog-main .inner-box img {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 1.5rem;
}
.blog-main .post__detail ul, .blog-main .post__detail ol {
    display: inline-block;
    margin-bottom: 2rem;
    padding-left: 20px;
}
.blog-main .post__detail ul li {
    list-style: outside;
}
.blog-main .post__detail ol {
    padding-left: 2rem;
}
.blog-main .post__detail ol li {
    list-style: auto;
    padding-left: 1rem;
}
.single-blog-main .blog__sidebar section {
    padding: 0;
}
.blog-main .que_ans_multiple {
    padding-left: 2rem;
    margin-bottom: 2rem;
}
.blog-main .que_ans_multiple h4 {
    display: inline-block;
    padding-left: 2rem;
    position: relative;
}
.blog-main .que_ans_multiple h4:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #000;
    position: absolute;
    left: 0;
    top: 1.5rem;
    border-radius: 50%;
}
.blog-main .wp-block-heading {
    font-size: 3.6rem;
    margin-bottom: 0.3em;
}
.blog-main .wp-block-latest-posts.wp-block-latest-posts__list li {
    position: relative;
    padding-left: 15px;
}
.blog-main .wp-block-latest-posts.wp-block-latest-posts__list li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #333;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 11px;
}
/*------------ End of single blog page --------------*/

/*--------- Start of all popup css ----------*/
#accurate_cost_estimate .modal-dialog input.happyforms-submit.happyforms-button--submit {
    line-height: 1.2;
    border-radius: 1.5rem !important;
    font-size: 1.8rem;
    padding: 1rem 3rem;
    font-weight: 600;
}
#accurate_cost_estimate .happyforms-form.happyforms-styles form .happyforms-flex {
    margin: 0 auto;
    width: 100%;
    padding: 0;
}


#accurate_cost_estimate .happyforms-part-option > span {
    display: none;
}
#accurate_cost_estimate .happyforms-styles .happyforms-part-wrap label > span {
    margin: 0;
}
#accurate_cost_estimate .happyforms-form__title.happyforms-layout-title {
    margin: 0;
    text-align: center;
}
#accurate_cost_estimate #happyforms-629_layout_title_1-part {
    margin-bottom: 1rem;
    padding: 0 0 1rem;
}
#accurate_cost_estimate .happyforms-styles.happyforms-form--part-border-radius-pill .option-label .happyforms-radio-circle {
    margin: 0;
}

/*--------- End of all popup css ----------*/


/*--------- Start of Appointment page ----------*/
.appointment-form .contact-form form input:not([type="submit"]), 
.appointment-form .contact-form form select, 
.appointment-form .contact-form form textarea {
    border-radius: 30px;
    border: 1px solid #ccc;
}
.appointment-form .contact-form:after {
    display: none;
}
/*--------- End of Appointment page ----------*/

/*--------- Start of About page ----------*/
.page-template-about-us .dental_emergency, 
.page-template-about-us .dental_google_map {
    display: none !important;
}

.our-team .row {
    gap: 40px 0;
}
.our-team .team-card {
    border-radius: 10px;
    padding: 0 15px 0;
}
.our-team .team-card img {
    width: 100%;
    border-radius: 6px;
    aspect-ratio: 2 / 1.6;
    object-fit: cover;
    object-position: center;
}
.our-team .team-card h5 {
    margin-top: 20px;
    font-size: 22px;
    color: #3399cc;
}
.our-team .team-card p {
    margin: 0;
    color: #333333;
}

.our-values .row {
    gap: 20px 0;
}
.our-values .value-card {
    border: 1px solid #3e9ecf;
    border-radius: 10px;
    padding: 30px;
    color: #333333;
    height: 100%;
}
/*--------- End of About page ----------*/

/*------------ Start of footer --------------*/
footer {
    width: 100%;
    float: left;
    padding-top: 7.8vw;
}
footer .footer__top {
    padding: 2rem 0 3rem;
    background: #3399cc;
}
footer .footer_logo figure {
    margin-bottom: 4rem;
}
footer .footer_logo a {
    max-width: 260px;
}
footer .footer_social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 1rem 0 1.5em;
}
footer .footer_social ul {
    margin-left: 1rem;
}
footer .footer_social ul li {
    margin: 0 1rem;
}
footer .footer_social .title {
    margin: 0;
    font-size: 2.4rem;
}
footer .footer_social ul li a {
    font-size: 2.4rem;
}
footer address > ul {
    width: 100%;
    float: left;
}
footer address > ul li .icon {
    width: 3rem;
}
footer address > ul > li > * {
    width: calc(100% - 3rem);
    float: left;
}
footer .footer_menu .column ul {
    column-count: 2;
}
footer .title {
    margin-bottom: 2.5rem;
}
footer ul li {
    margin-bottom: 1rem;
    display: inline-block;
}
footer .footer_menu ul li {
    display: block;
}
footer ul li a {
    display: inline-block;
    font-size: 1.8rem;
    font-family: 'Lato';
    color: #fff;
}
footer .footer_menu ul li.current-menu-item a, footer .footer_menu ul li a:hover {
    color: #a2cc39;
}
.footer__copyright {
    border-top: 1px solid #fff;
    background: #3399cc;
    padding-bottom: 50px;
}

.appointment-btn {
    bottom: 0;
    left: 0;
    right: 50px;
    margin: 0 auto;
    position: fixed;
    z-index: 999;
    text-align: right;
}

.appointment-btn .dental_btn {
    border-radius: 5px 5px 0 0;
}
.modal-open .appointment-btn {
    padding-right: 17px;
}
/*------------ End of footer --------------*/

.google_review .ti-widget .ti-header .ti-rating-text .ti-rating{
	display: none !important;
}
.wpcf7-form .dropdown-disabled {
    pointer-events: none;
    background-color: #e9ecef;
    opacity: 0.65;
}

/*------------- Start Blog Call to Action -------------*/

.blog-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse; /* Switches image & text */
  background-color: #575952;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  max-width: 1200px;
  margin: 28px auto;
}

.blog-cta__image {
  flex: 1;
  min-width: 300px;
}

.blog-cta__image img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
  max-height: 300px;
  aspect-ratio: 13/11;
}

.blog-cta__content {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  text-align: center;
}

.blog-cta__title {
  margin: 0;
  font-size: clamp(18px, 2vw, 28px);
  color: white;
  font-weight: 700;
}

.blog-cta__desc {
  color: white;
  font-size: clamp(14px, 1.5vw, 18px);
  padding-top: 10px;
}

.blog-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 15px;
}

.blog-cta__btn {
  background-color: #b5d850;
  padding: 12px 18px;
  border-radius: 10px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}

.blog-cta__btn:hover {
  background-color: #a0c642;
}

/*------------- Start Blog Call to Action -------------*/


/*------------- Start Common Location Page  -------------*/
.common-faq .accordion .card-header {
    padding: 0;
    margin: 0;
}

.common-faq .accordion .card-header h5 {
    font-size: 1.9rem;
}

.common-faq .accordion .card-header button {
    font-size: 100%;
    color: black;
    outline: 0;
    padding: 10px 35px 10px 15px;
    text-decoration: none;
    border: 0;
    position: relative;
}

.common-faq .accordion .card-header button:focus {
    box-shadow: none;
    border: 0;
}

.common-faq .accordion .card-header button:hover {
    border: 0;
}

.common-faq .accordion .card-header button[aria-expanded="true"]:after, .common-faq .accordion .card-header button[aria-expanded="false"]:after {
    font-family: 'FontAwesome';
    content: "\f067";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0cb49;
    font-size: 14px;
}
.common-faq .accordion .card-header button[aria-expanded="false"]:after {
    content: "\f067";     

}

.common-faq .accordion .card-header button[aria-expanded="true"]:after {
    content: "\f068";  
}
.common-faq .accordion .card-body {
    border-bottom: solid 1px #d8d8d8;
}
.common-faq .accordion .card{
    border-bottom: 0;
}

.our_promotions .heading_wrap .title {
    margin-bottom: 2rem; 
}

/*------------- End Common Location Page  -------------*/