/* global css */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    overflow-x: hidden;
}


h1 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 57px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px; /* 122.807% */
}

h2 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px; /* 140% */
}

/* h3 {

    font-family: Ivy Mode;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 3px;
} */

h3 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 142.857% */
}

h4 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px; /* 129.167% */
}

h5 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
}

h6 {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 166.667% */
    
}
h6.heading {
    letter-spacing: 0.44px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.bg-org{
    background: #4b4d4f;
}
.org-txt{
    color: #4b4d4f;
}
a.cta.wht-btn{
    border-radius: 6px;
    background: #FFF;
    color: #c4a366;
}

body {
    color: #767676;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 166.667% */
}

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

a.cta {
    border-radius: 6px;
    background: #c4a366;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
    max-width: 199px;
    padding: 10px 16px;
    text-wrap: balance;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-color: #c4a366;
}
/*a.cta.org-btn {
    background: #CBC3E3;
    border-color: #4b4d4f;
}
a.cta.org-btn:hover {
    background: #fff;
    color: #4b4d4f;
    transition: 0.3s ease;
    border-color: #4b4d4f;
}*/
a.cta.org-btn:hover {
    background: #fff;
    color: #6647c3;
    transition: 0.3s ease;
    border-color: #6647c3;
}
a.cta.org-btn {
    background: #CBC3E3;
    border-color: #000;
    color: #000;
}
a.cta:hover {
    background: #fff;
    color: #c4a366;
    transition: 0.3s ease;
    border-color: #c4a366;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.p-120{
    padding: 120px 0;
}




/* header css start here */
header.site-header .navbar-nav {
    gap: 16px;
}

header.site-header ul.head-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0;
}
header.site-header ul.head-links li {
    display: flex;
    gap: 10px;
}
.header-band {
    background: #c4a366;
    padding: 10px;
}
header.site-header ul.head-links p {
    margin-bottom: 0;
    color: #fff;
}
header.site-header ul.head-links p a {
    color: #fff;
}
header.site-header ul.head-links li i {
    color: #fff;
}
header.site-header ul.head-links li:first-child {
    border-right: 1px solid #fff;
    padding-right: 20px;
}
header.site-header .top-header {
    padding: 10px 0;
}


/* banner sec start here */

.banner-sec {
    padding: 100px 0;
    background-attachment: fixed;
/*     background-position: bottom; */
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-sec .media-wrap {
    max-width: 860px;
    margin: auto;
    margin-bottom: 30px;
}
.check-list-row {
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    background: #FFF;
    max-width: 985px;
    margin: auto;
    padding: 20px 35px;
}
.check-list-row ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.check-list-row ul li {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
}
.check-list-row ul li span {
    margin-right: 15px;
}


/* our-team-sec start here */

.our-team-sec {
    background: rgba(240, 114, 64, 0.03);
}
.our-team-sec .our-team-btn {
    display: flex;
    justify-content: center;
    gap: 16px;
}
.our-team-sec .our-team-content h3 {
    max-width: 1215px;
    margin: auto;
    margin-bottom: 15px;
}
.our-team-sec .our-team-content .bond-offer {
    border-radius: 12px;
    border: 1px solid rgba(240, 114, 64, 0.60);
    background: rgba(240, 114, 64, 0.19);
    display: inline-block;
    padding: 30px 60px;
    margin: 40px 0 20px 0;
}
.our-team-sec .our-team-content .bond-offer h5 {
    margin-bottom: 0;
    color: #c4a366;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.our-team-sec .our-team-content .bond-worth h5 {
    color: #767676;
}
.our-team-sec .our-team-content .bond-worth {
    max-width: 860px;
    margin: auto;
    margin-bottom: 50px;
}


/* bonding sec strta here */


.benefits-sec {
    position: relative;
}

.benefits-sec:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/bg-line.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.benefit-type {
    text-align: -webkit-center;
}
.benefits-content h2{
    margin-bottom: 40px;
}
.benefit-type .benefit-circle {
    width: 250px;
    height: 250px;
    fill: #FFF;
    filter: drop-shadow(0px 15px 44px rgba(33, 51, 96, 0.12));
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefit-type h5 {
    margin-top: 30px;
}
.benefits-sec .our-team-btn {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    gap: 16px;
}






.steps-box {
    background: #fff;
    border-radius: 15px;
    text-align: left;
    padding: 30px 60px 30px 30px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.treatment-sec {
    background: #c4a366;
}
.steps-box:after {
    position: absolute;
    content: "";
    right: -30px;
    top: -30px;
    width: 118px;
    height: 118px;
    background: rgba(240, 114, 64, 0.06);
    stroke-width: 1px;
    border-radius: 50%;
}

.steps-box h3 {
    position: absolute;
    right: 30px;
    top: 20px;
    color: rgba(240, 114, 64, 0.19);
    font-size: 44px;
}
.steps-box p b {
    color: #c4a366;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.treatment-sec .treatment-content-head * {
    color: #fff;
}
.treatment-sec .treatment-content-head {
    margin-bottom: 40px;
}
.treatment-sec .row .col-lg-3:first-child .steps-box {
    position: relative;
}
.treatment-sec .row .col-lg-3:first-child:before {
    position: absolute;
    content: "";
    left: -30px;
    bottom: -40px;
    background-image: url(../img/box-dots.png);
    width: 70%;
    height: 70%;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.treatment-sec .row .col-lg-3:not(:last-child) .steps-box {
    position: relative;
}
.treatment-sec .row .col-lg-3:not(:last-child)::after {
    position: absolute;
    right: -70px;
    height: 40px;
    width: 90px;
    top: 50%;
    content: "";
    background: #fff;
    z-index: 9999;
    clip-path: polygon(0 0, 50% 50%, 0 100%);
    /* border: 1px solid rgba(240, 114, 64, 0.20); */
}
.treatment-sec .row .col-lg-3 {
    position: relative;
}
.treatment-sec .our-team-btn ,.pri-fin-sec .our-team-btn{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 16px;
}







.comp-box h4 {
    margin-top: 20px;
}
.comp-bond-sec .comp-bond-head {
    margin-bottom: 30px;
}
.comp-bond-sec .row {
    justify-content: center;
}

.pri-fin-sec {
    background: rgba(240, 114, 64, 0.03);
}
.pri-fin-sec h2 {
    margin-bottom: 50px;
}
.pri-fin-sec .pri-fin-box {
    border-radius: 15px;
    border: 1px solid rgba(240, 114, 64, 0.20);
    background: rgba(240, 114, 64, 0.02);
    padding: 35px;
}
.pri-fin-sec .pri-fin-box p {
    max-width: 330px;
    margin: auto;
}
.pri-fin-sec .pri-fin-box h5 {
    color: #4b4d4f;
}
.pri-fin-box.price-box {
    background: #fff;
    border-color: #fff;
}

.dentist-content-right * {
    text-align: left;
}
.dentist-content-right {
    padding-left: 70px;
    position: relative;
    height: 100%;
}
.about-dr {
    border-radius: 25px;
    background: rgba(97, 67, 121, 0.05);
    padding: 80px 80px 80px 150px;
    margin-left: -150px;
    z-index: -1;
    position: absolute;
    bottom: -90px;
}
.dentist-content-right h2 {
    padding-top: 100px;
    max-width: 546px;
}
.dentist-content-right h5 {
    color: #4b4d4f;
    font-weight: 500;
}
.adv-sec .adv-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.adv-sec .adv-row .adv-col {
    /* flex: 1; */
}

.footer-sec{
    background-color: #000;
}
.footer-sec {
    background-color: #000000;
}

.footer-content h4 {
    color: #fff;
    text-align: left;
}

.footer-content p {
    color: #fff;
}

.social-links {
    padding: 30px 0px 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-sec li {
    color: #fff;
    /* width: 50%; */
    margin-bottom: 10px;
}

.footer-sec li a {
    color: #fff;
}


.footer-sec i {
    padding-right: 10px;
}

.footer-sec li span {
    display: block;
    padding-top: 10px;
}

.footer-content strong {
    padding-bottom: 7px;
    display: inline-block;
}

.foot-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-content h4 {
    margin-bottom: 26px;
}

.dental-sec .main-head {
    width: 100%;
    max-width: 637px;
    margin: auto;
}

.footer-book-btns {
    display: none;
}
.site-logo img {
    width: 100%;
    max-width: 159px;
}
.gmap_canvas {
    width: 100%;
    height: 350px;
}
.head-links {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.head-links li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

/* .head-links li {
    margin: 0px 0px;
	padding:5px;
} */

.head-links li:hover i{
    transform: scale(1.3);
}
.head-links li i {
    padding-right: 5px;
    transition: all .3s linear;
}
.site-btns {
    justify-content: center;
}
.footer-content ul {
    /* display: flex;
    align-items: center;
    flex-wrap: wrap; */
    margin: 0px;
    list-style-type: none;
}
.footer-content ul li {
    text-align: left;
}
.footer-logo{
    text-align: -webkit-left;
}
.footer-logo p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    margin-top: 70px;
}
footer.footer-sec {
    position: relative;
}
footer.footer-sec .whatsapp-img ,footer.footer-sec .chatbot-img {
    position: absolute;
    bottom: 40px;
}
footer.footer-sec .whatsapp-img {
    left: 40px;
}
footer.footer-sec .chatbot-img {
    right: 40px;
}
header.site-header {
    max-width: none;
}

nav.cosmetic_smile.navbar.navbar-expand-lg.main-header {
    background-color: #c4a366;
    margin-top: 10px;
}

nav.cosmetic_smile.navbar.navbar-expand-lg.main-header a.nav-link {
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
}
.button_close_now{
    display: none;
}

nav.cosmetic_smile.navbar.navbar-expand-lg.main-header a.nav-link::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background: #fff;
    top: 100%;
    left: 0;
    right: 0;
    transition: all 0.4s ease-in-out;
}

nav.cosmetic_smile.navbar.navbar-expand-lg.main-header a.nav-link {
    position: relative;
}

nav.cosmetic_smile.navbar.navbar-expand-lg.main-header a.nav-link:hover::after {
    width: 100%;
}

a.cta.org-btn {
    background: #4b4d4f;
    border-color: #4b4d4f;
    color: #fff;
}
a.cta.org-btn {
    background: #4b4d4f;
    border-color: #4b4d4f;
    color:#fff;
}

a.cta.org-btn:hover {
    background: #fff;
    color: #4b4d4f;
    transition: 0.3s ease;
    border-color: #4b4d4f;
}

.cta {
    font-size: 16px !important;
    max-width: 290px !important;
}