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

body,
span,
p,
li,
a {
    font-family: 'poppins', sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gelasio', serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

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

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    width: 100%;
}

a:hover {
    text-decoration: none;
    color: #d15a5e;
}
hr {
    width: 140px;
    margin: 32px auto;
    border: 0;
    border-top: 2px solid #B29E68;
    opacity: .5;
}
.label1 {
    font-weight: 600;
    color: red;
    bottom: -27px;
    font-size: 12px;
    left: 0;
    width: 100%;
    text-align: left;
}

/* default css */
.lp-section-padding {
    padding: 60px 0;
}

.lp-section-more-padding {
    padding: 100px 0;
}

body .container {
    max-width: 1540px;
    padding: 0 20px;
}

@media only screen and (min-width: 320px) {
    body .container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    body .container {
        max-width: 900px;
    }
}

@media only screen and (min-width: 992px) {
    body .container {
        max-width: 960px;
    }
}

@media only screen and (min-width: 1200px) {
    body .container {
        max-width: 1140px;
    }
}

@media only screen and (min-width: 1400px) {
    body .container {
        max-width: 1320px;
    }
}

@media only screen and (min-width: 1600px) {
    body .container {
        max-width: 1540px;
    }
}

.lp_default_btn {
    padding: 10px 24px;
    background: #B29E68;
    color: #Fff;
    font-weight: 600;
    font-size: 16px;
/*    border-radius: 50px;*/
    border: 2px solid transparent;
    line-height: 1.6;
    font-family: 'poppins', sans-serif;
    transition: all 0.4s;
    text-decoration: none;
}

.lp_default_btn:hover {
    border-color: #B29E68;
    background: transparent;
    color: #B29E68;
}

.lp_default_btn.border_btn {
    background: transparent;
    border-color: #B29E68;
    color: #B29E68;
}
.lp_default_btn.border_btn:hover {
    background: #B29E68;
    color: #fff;
}

.white_default_btn.lp_default_btn {
    background: #fff;
    color: #B29E68;
}

.white_default_btn.lp_default_btn:hover {
    color: #Fff;
    border-color: #fff;
    background: transparent;
}

.section_less_padding {
    padding: 50px 0px;
}

.common-title h2 {
    font-size: 36px;
}
@media only screen and (max-width: 1199px) {
    .section_title_inner h1 {
        font-size: 38px;
    }

    .section_title_inner h1 span::before {
        bottom: 13px;
    }
    .call_btn span{
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    body .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    hr {
        margin: 24px auto;
    }
}
@media only screen and (max-width: 768px) {
    .common-title h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .common-title h2 {
        font-size: 26px;
    }
}


/*===============================================
= End Default CSS
============================================*/
/*===============================================
= section padding CSS
================================================*/
.section_padding {
    padding: 100px 0;
}

.section_small_padding {
    padding: 60px 0px;
}

.full_img img {
    width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
    .section_padding {
        padding: 80px 0;
    }

    .section_small_padding {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 991px) {
    .section_padding {
        padding: 60px 0;
    }

    .section_small_padding {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    .section_padding {
        padding: 50px 0;
    }
}

/*===============================================
= End section padding CSS
================================================*/
/*===============================================
= start Header CSS
============================================*/
.lp_header {
    padding: 15px 0;
}

.header_btn {
    text-align: right;
}

.header_btn .lp_default_btn {
    padding: 7px 24px;
}

@media only screen and (max-width: 767px) {
    .header_btn .lp_default_btn {
        padding: 6px 15px;
    }
}

@media only screen and (max-width: 575px) {

    .header_btn .lp_default_btn span,
    .lp_default_btn span {
        display: none;
    }

    .footer_btn .lp_default_btn {
        width: 100%;
        max-width: 220px;
    }
    .header_btn {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .lp_header .container {
        padding: 0 20px;
    }

    .lp_header .container .row>div {
        padding: 0;
    }

    .lp_header .container .row {
        margin: 0;
    }

    .lp_default_btn,
    .header_btn .lp_default_btn {
        padding: 8px 18px;
        font-size: 16px;
    }
}

/*===============================================
= End Header CSS
============================================*/
/*===============================================
= footer start  CSS
============================================*/
.lp_footer {
    padding: 15px 0;
    background: #8b7a4e;
}

.footer_text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #Fff;
    text-align: right;
    width: 100%;
    margin: 0;
}
.footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    gap: 8px;
    text-decoration: none;
}
.footer_btn {
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .footer_text p {
        margin: 25px 0 0;
        text-align: center;
    }

    .footer_btn {
        text-align: right;
    }
    .footer-btn{
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer_logo {
        margin: 0 0 20px;
    }

    .footer_btn {
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .lp_footer {
        padding: 25px 0;
    }

    .footer_logo {
        text-align: center;
    }

    .footer_text p {
        margin: 20px 0 0;
    }
}

/*===============================================
= End footer CSS
============================================*/
/*===============================================
= Start Banner CSS
================================================*/
.hero_banner_wrap {
    display: block;
    background: rgba(0, 0, 0, 0);
/*    background-image: url("/lp-asset/lp-images/dental-implant-latest-banner-img.jpg");*/
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size: cover;
    width: 100%;
/*    height: 632px;*/
    aspect-ratio: 21 / 9;
    position: relative;
    object-fit: cover;
    z-index: 1;
}
.banner-video-content {
    position: absolute;
    top: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.banner-video-content iframe {
    width: 100%;
    aspect-ratio: 16/7;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero_banner_wrap .baqnner_text_wrap {
    position: absolute;
    max-width: max-content;
    width: 100%;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 56px;
}

.baqnner_text_wrap h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 55px rgba(0, 0, 0, 0.20);
    letter-spacing: 2.16px;
    text-transform: capitalize;
}
.baqnner_text_wrap h1 span {
    font-weight: 700;
    font-style: italic;
    font-family: inherit;
}
/*@media only screen and (max-width: 1441px) {
    .hero_banner_wrap {
        height: 550px;
    }
}*/
@media only screen and (max-width: 1600px) {
    .hero_banner_wrap{
        aspect-ratio: 21/8.99;
    }
}
@media only screen and (max-width: 1500px){
    .hero_banner_wrap .baqnner_text_wrap{
        bottom: 9px;
    }
}
@media only screen and (max-width: 1024px) {
    .hero_banner_wrap .baqnner_text_wrap{
        bottom: 4px;
    }
    .baqnner_text_wrap h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .baqnner_text_wrap h1 {
        font-size: 23px;
    }
    /*.hero_banner_wrap {
        height: 440px;
    }*/
}
/*@media only screen and (max-width: 800px) {
    .hero_banner_wrap {
        height: 340px;
    }
}*/
@media only screen and (max-width: 767px) {
    .banner-video-content iframe{
        position: unset !important;
        transform: unset !important;
    }
    .baqnner_text_wrap h1 {
        font-size: 18px;
    }
    .hero_banner_wrap{
        overflow: hidden;
        aspect-ratio: unset;
    }
    .hero_banner_wrap .container{
        padding: 0 !important;
    }
    .hero_banner_wrap .baqnner_text_wrap {
        position: unset;
        transform: unset;
        width: 100%;
        background-color: #B29E68;
        max-width: 100%;
        padding: 10px 15px;
    }
    .banner-video-content{
        position: unset;
    }
}
/*===============================================
= End Banner CSS
================================================*/
.dental-implant-surgery_sec .customized-inner-info h3,
.dental-implant-surgery_sec .customized-inner-info p {
    color: #404041;
    text-align: center;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    line-height: 1.2;
}
.dental-implant-surgery_sec .customized-inner-info h3{
    font-weight: 600;
    margin-bottom: 24px;
}
.dental-implant-surgery_sec .customized-inner-info p{
    margin-bottom: 32px;
}
@media only screen and (max-width: 991px){
    .dental-implant-surgery_sec .customized-inner-info h3,
    .dental-implant-surgery_sec .customized-inner-info p{
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px){
    .dental-implant-surgery_sec .customized-inner-info h3,
    .dental-implant-surgery_sec .customized-inner-info p{
        font-size: 18px;
    }
}

/*===============================================
= Start Dental Table CSS
================================================*/
.container1060 {
    max-width: 1060px !important;
}
.dental-table-section{
    background-color: #B29E68;
}
.dental-table-section .common-title{
    margin-bottom: 56px;
}
.dental-table-section h2{
    color: #fff;

}
.table-row-content {
    padding: 40px 0 16px;
    /* display: block;
    vertical-align: top; */
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.table-row-content.middle {
    background: #fff5d9;
}

.table-row-content h2 {
    width: 100%;
    margin: 5px 0 10px;
    padding: 0px;
    text-align: center;
    color: #5A595E;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4; /* 33.6px */
}

.table-row-content h3 {
    width: 100%;
    margin-bottom: 30px;
    padding: 0px;
    text-align: center;
    color: #BC8451;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4; /* 25.2px */
    letter-spacing: 2.16px;
    text-transform: uppercase;
    min-height: 26px;
}

.table-row-content ul li {
    width: 100%;
    margin: 0;
    padding: 10px 5px 10px;
    text-align: center;
    list-style: none;
    border-bottom: 1px solid #cccccc;
    color: #5A595E;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 22.4px */
    min-height: 44px;
}
.home-table-img {
    padding: 0 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.pricing-btn {
    display: flex;
    vertical-align: top;
    width: 100%;
    justify-content: center;
    margin-top: 24px;
}

.home-table-img p span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 12px;
    color: #8C8C8C;
}

.teeth-common-content ul {
    max-width: 850px;
    width: fit-content;
    margin: 10px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4%;
    row-gap: 8px;
}

.teeth-common-content .dental-doctor-info-ul-li li {
    position: relative;
    padding-left: 25px;
}

.teeth-common-content .dental-doctor-info-ul-li li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 0;
    right: 0;
    background: #B1841D;
    top: 8px;
    border-radius: 50%;
}

.single-data {
    padding: 40px 0 16px;
}
.conclusion-price h3 {
    color: #201D2A;
    font-family: Poppins;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}
@media only screen and (max-width: 767.98px) {
    .table-row-content {
        padding: 40px 0 20px;
    }

    .table-row-content h2 {
        font-size: 26px;
    }

    .table-row-content h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .home-table-img {
        height: auto;
    }

    .teeth-common-content ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .conclusion-price h3{
        font-size: 24px;
    }
    .pricing-btn{
        margin-top: 20px;
    }
    .dental-table-section .common-title{
        margin-bottom: 26px;
    }
    .res-col {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .table-row-content {
        padding: 20px 0;
    }

    .table-row-content h2 {
        font-size: 24px;
    }

    .home-table-img {
        padding: 0;
    }

    .pricing-btn {
        display: inherit;
        vertical-align: top;
        width: 100%;
        padding: 0px 20px;
        margin-top: 16px;
    }

    .pricing-btn a {
        padding: 15px;
        width: 100%;
        text-align: center;
    }
    .conclusion-price h3{
        font-size: 24px;
    }
    .conclusion-price h3{
        font-size: 20px;
    }
    .dental-table-section .common-title{
        margin-bottom: 24px;
    }
    .table-row-content ul li:empty,
    .table-row-content h3:empty{
        display: none;
    }
}

/*===============================================
= End Dental Table CSS
================================================*/
/*===============================================
= Start Scroll menu Section CSS
============================================*/
.scroll_menu {
    position: sticky;
    width: 100%;
    top: -1px;
    left: 0;
    background: #B29E68;
    z-index: 9999;
    display: inline-block;
}

.indicator {
    position: relative;
    width: 100%;
    height: 3px;
    background: #F6BB42;
}

.indicator-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: #FDE3A7;
    transition:
        width ease .3s,
        left cubic-bezier(.4, .95, .5, 1.5) .5s;
}

.menu {
    padding: 0;
    list-style: none;
    text-align: center;
}

.menu li {
    display: inline-block;
    vertical-align: top;
}

.tab {
    padding: 12px 24px;
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
    font-size: 19px;
    line-height: 1.4;
}

.active-tab,
.tab:hover {
    color: #B29E68;
    background-color: #ffffff;
/*    border-radius: 100px;*/
    height: 100%;
}

.scroll_menu a {
    display: inline-block;
}

/* .scroll_menu{
    display: none;
} */
@media only screen and (max-width: 1199px) {
    .tab {
        padding: 8px 15px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 896px) {
    .tab {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .scroll_menu {
        padding: 12px 0 6px;
    }

    .menu {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .menu li {
        margin: 0 0 8px;
        width: 100%;
    }

    .tab {
        width: 100%;
        padding: 7px;
    }
}

@media only screen and (max-width: 480px) {
    .menu {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 768px) {
    .scroll_menu {
        display: block;
        padding: 26px;
    }
}

/*===============================================
= end Scroll menu Section CSS
============================================*/
/*===============================================
= Start Teeth Table CSS
===============================================*/
.teeth-table {
    background-color: #fff;
    border: 1px solid #FAFAFA;
    box-shadow: rgba(191, 191, 191, 0.15) 0px 4px 12px;
    height: 100%;
}
.teeth-table h4{
    padding: 24px 0;
    border-bottom: 1px solid #F3F3F3;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.7;
    font-family: poppins;
}
.teeth-table h4.gold-color {
    color: #B29E68;
}
.teeth-table-list {
    padding: 0 24px;
}
.teeth-table-list li {
    padding-left: 34px;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 17px;
    padding-bottom: 17px;
}
.teeth-table-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    background-image: url("/lp-asset/lp-images/check-icon-1.svg");
    width: 22px;
    height: 22px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
.cros-list li::before{
    background-image: url("/lp-asset/lp-images/cros-icon.svg");
}
@media only screen and (min-width: 1200px){
    .teeth-table-sec .row{
        max-width: 1042px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px){
    .teeth-table h4{
        font-size: 22px;
    }
    .teeth-table{
        height: auto;
    }
    .res-pad-bottom{
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 575px){
    .teeth-table h4{
        font-size: 20px;
        padding: 20px 0;
    }
    .teeth-table-list{
        padding: 0 15px;
    }
    .teeth-table-list li {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
/*===============================================
= End Teeth Table CSS
===============================================*/
/*===============================================
= Start Why Us Section CSS
===============================================*/
.why-us-section .common-title {
    margin-bottom: 56px;
}
.why-us-section  .row > div{
    margin-bottom: 24px;
}
.why-us-card {
    border-radius: 12px;
    background: #F5F5F5;
    padding: 24px;
    height: 100%;
}
.why-us-icon {
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #fff5d9;
    margin-bottom: 12px;
}
.why-us-content h3 {
    color: #201D2A;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
}
.why-us-content p {
    color: #5A595E;
    font-size: 16px;
    line-height: 1.6;
}
@media only screen and (max-width: 1640px){
    .why-us-section {
        padding-top: 0;
    }
}
@media only screen and (max-width:768px){
    .why-us-section .common-title {
        margin-bottom: 36px;
    }
}
@media only screen and (max-width:575px){
    .why-us-section .common-title {
        margin-bottom: 24px;
    }
    .why-us-card{
        height: auto;
    }
}
/*===============================================
= End Why Us Section CSS
===============================================*/
/* ====================================
== Start Services Section
======================================= */
.permanent-teeth .common-title,
.services-sec .common-title {
    margin-bottom: 56px;
}
.services-sec{
    background-color: #F5F5F5;
}
.services-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    text-align: -webkit-center;
    max-width: 991px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.services-sec .services-col {
    max-width: 50%;
    width: 100%;
    padding: 0 24px;
}
.services-content h4 {
    color: #201D2A;
    font-family: 'Poppins';
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
}
.services-content h4 span {
    color: #B29E68;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.48px;
    margin: 16px 0 32px;
}
.services-content img {
    width: 100%;
}
.services-content p {
    color: #5A595E;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}
.services-content img {
    margin-bottom: 28px;
}
.services-content span {
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-top: 16px;
}
@media only screen and (max-width: 1599px) and (min-width: 1200px){
    .services-content h3 {
         font-size: 32px; 
    }
}

@media only screen and (max-width: 1199px) and (min-width: 1025px){
    .services-content h3 {
         font-size: 28px; 
    }
}
@media only screen and (max-width:1366px){
    .services-content span{
        font-size: 22px;
    }
}
@media only screen and (max-width:1200px){
    .services-content span{
        font-size: 18px;
    }

}
@media only screen and (max-width: 991px){
    .services-content img {
        margin-bottom: 24px;
    }
    .services-content p{
        font-size: 18px;
    }
    .services-sec .services-col{
        padding: 0px 14px;
    }
}
@media only screen and (max-width:768px){
    .services-row{
        max-width: 575px;
    }
    .services-content h4 span,
    .services-content p{
        font-size: 16px;
    }
    .services-content h4 span{
        margin: 16px 0;
    }
    .services-sec .services-col {
        max-width: 100%;
    }
    .services-sec .services-col:not(:last-child) {
        margin-bottom: 24px;
    }
    .services-content img {
        margin-bottom: 20px;
    }
    .permanent-teeth .common-title,
    .services-sec .common-title {
        margin-bottom: 36px;
    }
}
@media only screen and (max-width:575px){
    .permanent-teeth .common-title,
    .services-sec .common-title{
        margin-bottom: 24px;
    }
    .services-content h4{
        font-size: 22px;
    }
}
/*-----------------  Ideal Patient Css start ----------------*/
.teeth-common-content h2{
    text-align: center;
    /*    padding-bottom: 60px;*/
}
.teeth-common-content ul {
    max-width: 1230px;
    width: fit-content;
    margin: 10px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 20px;
}
.teeth-common-content .dental-doctor-info-ul-li li:before{
    top: 8px;
}
.common-listing li {
    position: relative;
    padding-left: 24px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #5A595E;
}
.service-menu li:not(:last-child){
    margin-bottom: 16px;
}
.service-menu li:before,
.common-listing li:before {
    position: absolute;
    content: "";
    left: 0;
    width: 7px;
    aspect-ratio: 1;
    background-color: #B29E68;
    border-radius: 50%;
    top: 8px;
}
@media only screen and (max-width: 768px){
    .common-listing li{
        font-size: 16px;
    }
}
@media only screen and (max-width:991px){
    .teeth-common-content h2{
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 768px){
    .teeth-common-content ul {
        grid-template-columns: repeat(1, 1fr)
    }
}
@media only screen and (max-width:767px){
    .teeth-common-content h2{
        padding-bottom: 16px;
    }
}
/*-----------------  Ideal Patient Css stop ----------------*/
/* ====================================
== End Services Section
======================================= */
/* ====================================
== start Doctoer Section
======================================= */
.doctor_profile_section .container {
    max-width: 1230px;
}
.doctor_profile_section{
    background-color: #EBEBEB;;
}
.doctor_profile_big_img {
    position: relative;
    z-index: 1;
}
.doctor_profile_big_img:before {
    position: absolute;
    content: "";
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    background-color: #B29E68;
    z-index: -1;
    bottom: 0;
    left: 0;
}
.doctor_profile_big_img img {
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
    padding: 0 0 24px 24px;
    width: 100%;
}
.doctor_profile_txt_para_block h3 {
    color: #444;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 8px;
}
.doctor_profile_txt_para_block h5 {
    color: #B29E68;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 16px;
}
.doc_profile_under_para p {
    color: #787878;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}
.doc_profile_under_para p:not(:last-child){
    margin-bottom: 24px;
}
.doctor_profile_txt_para_block .lp-page-default-btn {
    margin-top: 40px;
}
.slick-dots{
    position: unset;
    line-height: 1;
    margin-top: 40px;
}
.slick-dots li{
    width: 12px;
    height: 12px;
}
.slick-dots li button{
    width: 100%;
    height: 100%;
    padding: 0;
}
.slick-dots li button:before{
    font-size: 12px;
    width: 100%;
    height: 100%;
    opacity: 1;
    color: #C7C2D6;
    line-height: 1;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #B29E68;
}
.slick-next, .slick-prev {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #B29E68;
    background: #fff;
    z-index: 1;
}
.slick-next:before, .slick-prev:before {
    content: "" !important;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    background-image: url(/lp-asset/lp-images/right-arrow-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 1 !important;
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
    opacity: .25;
}
.slick-prev:before{
    transform: rotate(180deg);
}
.slick-prev {
    left: -100px;
}
.slick-next {
    right: -100px;
}
@media only screen and (max-width:1640px){
    .review-slider .slick-prev {
        left: -40px;
    }
    .review-slider .slick-next {
        right: -40px;
    }
}
@media only screen and (max-width:1440px){
    .slick-prev {
        left: -20px;
    }
    .slick-next {
        right: -20px;
    }
    .doctor_profile_big_img{
        margin-bottom: 24px;
    }
    .doctor_profile_txt_para_block h3 {
        font-size: 30px;
    }
    .doc_profile_under_para p{
        font-size: 16px;
    }
}
@media only screen and (max-width:1024px){
    .slick-next, .slick-prev {
        width: 30px;
        height: 30px;
    }
    .slick-prev {
        left: -15px;
    }
    .slick-next {
        right: -15px;
    }
    .review-slider .slick-prev {
        left: -6px;
    }
    .review-slider .slick-next {
        right: -6px;
    }
}
@media only screen and (max-width:575px){
    .doctor_profile_txt_para_block h3 {
        font-size: 24px;
    }
    .doctor_profile_txt_para_block h5{
        font-size: 18px;
    }
}
/* ====================================
== End Doctoer Section
======================================= */
/*===============================================
= Start Review CSS
===============================================*/
.review-sec .common-title hr {
    margin: 1rem auto;
}
.review-sec .common-title{
    margin-bottom: 56px;
}
.heading-transform{
    text-transform: capitalize;
}
.review-section-content {
    padding: 0 15px;
}
.review-slider {
    margin: 0 -15px;
}
.review-slider{
    margin-bottom: 0 !important;
}
.review-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}
.review-slider .slick-slide {
    padding: 0px 5px;
    height: auto;
}
.review-slider-content {
    background-color: #F4F3F7;
    padding: 36px;
    margin: 10px;
    height: 100% !important;
    position: relative;
    transition: all 0.4s;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.review-slider-main-content {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review-slider-content h3 {
    font-size: 20px;
    color: #2E373C;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: capitalize;
    font-family: poppins;
}
ul.review-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: left;
}
ul.review-rating li:not(:last-child) {
    margin-right: 6px
}
.review-description .read-more-span {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.85;
    display: inline-block;
    color: #666;
}
.review-description p:not(:last-child) {
    margin-bottom: 10px;
}
.morecontent span {
    display: none;
}
.more-text{
    display: none;
}
.review-section-content {
    position: relative;
}
.review-description .more-text{
    display: none;
}
.review-description .moreless-button{
    display: inline-block;
    font-weight: 600;
    color: #192530;
}
.read_more_txt {
    color: #192530;
    margin-bottom: 20px;
}
.review-section-content .review-description .scrollbar-active {
     max-height: 150px!important;
     overflow-y: auto;
}
.review-description .read-more{
    display: inline-block;
    font-weight: 500;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 12px;
    text-decoration: none;
}
.review-slider-tab .review-description .read-more{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.image-container {
    margin-top: 60px;
}
.reviews-img img {
    border-radius: 18px;
}
@media only screen and (max-width: 1200px) {
    .review-slider .slick-slide{
        padding: 0;
    }
    .review-sec .common-title{
        margin-bottom: 36px;
    }
}
@media only screen and (max-width: 991px) {
    .review-slider-content{
        margin: 10px 16px;
        padding: 40px 30px;
    }
    /*.review-slider {
        margin: 30px 0 0 0 !important;
    }*/
    .review-description p{
        font-size: 16px;
    }
    .review-tab-navigation ul{
        width: 100% !important;
        margin: 0 !important;
    }
    
}
@media only screen and (max-width: 767px) {
    .review-section > .container-fluid {
        padding: 0;
    } 
    .review-slider {
        margin: 20px 0 0 0 !important;
    }
    .review-section-content{
        padding: 0;
    }
    .review-description .read-more-span {
        font-size: 16px;
    }
    .review-sec .common-title{
        margin-bottom: 24px;
    }
    
}
@media only screen and (max-width: 640px) {
    .review-slider-content {
        margin: 10px;
    }
}
@media only screen and (max-width:575px){
    .review-slider{
        margin: 0px !important;
    }
}
@media only screen and (max-width: 425px) {
    .review-btn .default-cta {
        margin: 0 0 0 15px;
    }
}
@media only screen and (max-width:375px){
    .review-slider-content{
        padding: 20px;
    }
    .review-section-content .review-description .scrollbar-active {
    max-height: 200px !important;
   }
}
/* width */
.scrollbar-active::-webkit-scrollbar {
    width: 8px;
}
@media only screen and (max-width:480px){
    .scrollbar-inner,
    .read-more-span{
        padding: 0px !important;
    }
}
  
/* Track */
.scrollbar-active::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .04);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, .04); 
    border-radius: 10px;
}

/* Handle */
.scrollbar-active::-webkit-scrollbar-thumb {
    background: #B29E68; 
    border-radius: 10px;
}

/* Handle on hover */
.scrollbar-active::-webkit-scrollbar-thumb:hover {
    background: #222222; 
}
/*===============================================
= End Review CSS
===============================================*/
/*============================================
= Start Teeth CSS
===============================================*/
.teeth-sec{
    background-color: #B29E68;
}
.teeth-content{
    text-align: center;
}
.teeth-content img {
    margin: -48px 0 0;
}
.teeth-sec .common-title {
    color: #fff;
    margin-bottom: 40px;
}
.teeth-sec .lp_default_btn{
    background-color: #fff;
    color: #B29E68;
    border-color: #fff;
}
.teeth-sec .lp_default_btn:hover{
    color: #fff;
    background-color: transparent;
}
@media only screen and (max-width: 767px){
    .teeth-content img{
        margin: -36px 0 0;
    }
    .teeth-sec .common-title {
        margin-bottom: 24px;
    }
}
/*============================================
= End Teeth CSS
===============================================*/
/*===============================================
= Start Before After CSS
===============================================*/
.comparison-content {
    padding: 0 15px;
}
.comparison {
    width: 100%;
    padding-bottom: 63%;
    overflow: hidden;
    position: relative;
}
.figure {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
/*#implant_figure1 {
    background-image: url('/lp-asset/lp-images/after-img-1.jpg');
}
#implant_figure2 {
    background-image: url('/lp-asset/lp-images/after-img-2.jpg');
}
#implant_figure3 {
    background-image: url('/lp-asset/lp-images/after-img-3.jpg');
}
#implant_figure4 {
    background-image: url('/lp-asset/lp-images/after-img-4.jpg');
}
#implant_figure5 {
    background-image: url('/lp-asset/lp-images/after-img-5.jpg');
}
#implant_figure6 {
    background-image: url('/lp-asset/lp-images/after-img-6.jpg');
}
#implant_figure7 {
    background-image: url('/lp-asset/lp-images/after-img-7.jpg');
}
#implant_figure8 {
    background-image: url('/lp-asset/lp-images/after-img-8.jpg');
}*/

#implant_figure11 {
    background-image: url('/lp-asset/lp-images/implant-after-1.jpg');
}
#implant_figure12 {
    background-image: url('/lp-asset/lp-images/implant-after-2.jpg');
}
#implant_figure13 {
    background-image: url('/lp-asset/lp-images/implant-after-3.jpg');
}
#implant_figure14 {
    background-image: url('/lp-asset/lp-images/implant-after-4.jpg');
}
#implant_figure15 {
    background-image: url('/lp-asset/lp-images/implant-after-5.jpg');
}
#implant_figure16 {
    background-image: url('/lp-asset/lp-images/implant-after-6.jpg');
}
#implant_figure17 {
    background-image: url('/lp-asset/lp-images/implant-after-7.jpg');
}
#implant_figure18 {
    background-image: url('/lp-asset/lp-images/implant-after-8.jpg');
}
#implant_figure19 {
    background-image: url('/lp-asset/lp-images/implant-after-9.jpg');
}
#implant_figure20 {
    background-image: url('/lp-asset/lp-images/implant-after-10.jpg');
}
#implant_figure21 {
    background-image: url('/lp-asset/lp-images/implant-after-11.jpg');
}
#implant_figure22 {
    background-image: url('/lp-asset/lp-images/implant-after-12.jpg');
}
#implant_figure23 {
    background-image: url('/lp-asset/lp-images/implant-after-13.jpg');
}
#implant_figure24 {
    background-image: url('/lp-asset/lp-images/implant-after-14.jpg');
}
#implant_figure25 {
    background-image: url('/lp-asset/lp-images/implant-after-15.jpg');
}
#implant_figure26 {
    background-image: url('/lp-asset/lp-images/implant-after-16.jpg');
}
#implant_figure27 {
    background-image: url('/lp-asset/lp-images/implant-after-17.jpg');
}
#implant_figure28 {
    background-image: url('/lp-asset/lp-images/implant-after-18.jpg');
}
#implant_figure29 {
    background-image: url('/lp-asset/lp-images/implant-after-19.jpg');
}
#implant_figure30 {
    background-image: url('/lp-asset/lp-images/implant-after-20.jpg');
}
#implant_figure31 {
    background-image: url('/lp-asset/lp-images/implant-after-21.jpg');
}
#implant_figure32 {
    background-image: url('/lp-asset/lp-images/implant-after-22.jpg');
}
#implant_figure33 {
    background-image: url('/lp-asset/lp-images/implant-after-23.jpg');
}
#implant_figure34 {
    background-image: url('/lp-asset/lp-images/implant-after-24.jpg');
}
#implant_figure35 {
    background-image: url('/lp-asset/lp-images/implant-after-25.jpg');
}

.divisor {
/*    background-image: url('/lp-asset/lp-images/db-smile-before.jpg');*/
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
    filter: brightness(1.4);
}
/*#implant_divisor1 {
    background-image: url('/lp-asset/lp-images/before-img-1.jpg');
}
#implant_divisor2 {
    background-image: url('/lp-asset/lp-images/before-img-2.jpg');
}
#implant_divisor3 {
    background-image: url('/lp-asset/lp-images/before-img-3.jpg');
}
#implant_divisor4 {
    background-image: url('/lp-asset/lp-images/before-img-4.jpg');
}
#implant_divisor5 {
    background-image: url('/lp-asset/lp-images/before-img-5.jpg');
}
#implant_divisor6 {
    background-image: url('/lp-asset/lp-images/before-img-6.jpg');
}
#implant_divisor7 {
    background-image: url('/lp-asset/lp-images/before-img-7.jpg');
}
#implant_divisor8 {
    background-image: url('/lp-asset/lp-images/before-img-8.jpg');
}*/

#implant_divisor11 {
    background-image: url('/lp-asset/lp-images/implant-before-1.jpg');
}
#implant_divisor12 {
    background-image: url('/lp-asset/lp-images/implant-before-2.jpg');
}
#implant_divisor13 {
    background-image: url('/lp-asset/lp-images/implant-before-3.jpg');
}
#implant_divisor14 {
    background-image: url('/lp-asset/lp-images/implant-before-4.jpg');
}
#implant_divisor15 {
    background-image: url('/lp-asset/lp-images/implant-before-5.jpg');
}
#implant_divisor16 {
    background-image: url('/lp-asset/lp-images/implant-before-6.jpg');
}
#implant_divisor17 {
    background-image: url('/lp-asset/lp-images/implant-before-7.jpg');
}
#implant_divisor18 {
    background-image: url('/lp-asset/lp-images/implant-before-8.jpg');
}
#implant_divisor19 {
    background-image: url('/lp-asset/lp-images/implant-before-9.jpg');
}
#implant_divisor20 {
    background-image: url('/lp-asset/lp-images/implant-before-10.jpg');
}
#implant_divisor21 {
    background-image: url('/lp-asset/lp-images/implant-before-11.jpg');
}
#implant_divisor22 {
    background-image: url('/lp-asset/lp-images/implant-before-12.jpg');
}
#implant_divisor23 {
    background-image: url('/lp-asset/lp-images/implant-before-13.jpg');
}
#implant_divisor24 {
    background-image: url('/lp-asset/lp-images/implant-before-14.jpg');
}
#implant_divisor25 {
    background-image: url('/lp-asset/lp-images/implant-before-15.jpg');
}
#implant_divisor26 {
    background-image: url('/lp-asset/lp-images/implant-before-16.jpg');
}
#implant_divisor27 {
    background-image: url('/lp-asset/lp-images/implant-before-17.jpg');
}
#implant_divisor28 {
    background-image: url('/lp-asset/lp-images/implant-before-18.jpg');
}
#implant_divisor29 {
    background-image: url('/lp-asset/lp-images/implant-before-19.jpg');
}
#implant_divisor30 {
    background-image: url('/lp-asset/lp-images/implant-before-20.jpg');
}
#implant_divisor31 {
    background-image: url('/lp-asset/lp-images/implant-before-21.jpg');
}
#implant_divisor32 {
    background-image: url('/lp-asset/lp-images/implant-before-22.jpg');
}
#implant_divisor33 {
    background-image: url('/lp-asset/lp-images/implant-before-23.jpg');
}
#implant_divisor34 {
    background-image: url('/lp-asset/lp-images/implant-before-24.jpg');
}
#implant_divisor35 {
    background-image: url('/lp-asset/lp-images/implant-before-25.jpg');
}
.divisor::before,
.divisor::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: #fff;
    z-index: 3;
}
.divisor::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
.divisor::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}
.divisor span {
    position: absolute;
    /* background: rgba(0, 0, 0, 0.2); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    background-color: #B29E68;
    border-radius: 100%;
}
.handle::before,
.handle::after {
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.handle::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}
.handle::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}
.comparison input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
    cursor: col-resize;
    border: none;
    max-width: inherit;
    padding: 0px;
}
input[type=range]:focus,
input[type=range]:active {
    border: none;
    outline: none;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid white;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}
.comparison-main .slick-arrow.slick-prev {
    left: -5px;
}
.comparison-main .slick-arrow.slick-next {
    right: -5px;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    background: #fff !important;
}
@media only screen and (max-width: 480px) {
    .comparison-content {
        padding: 0 8px !important;
    }
}
@media only screen and (max-width: 425px) {
    .comparison-main ul.slick-dots {
        bottom: -40px !important;
        position: absolute;
    }
}
/*===============================================
= End Before After CSS
===============================================*/
/*============================================
= Start patient stories slider
===============================================*/
.patients-srories-container{
    max-width: 1630px;
    margin: 0 auto !important;
    padding: 0 30px;
}
.patients-stories-content {
    position: relative;
}
.htag_txt{
    margin-bottom: 20px;
}
.patients-stories-content .full_img {
    position: relative;
    padding-top: 55%;
}
.full_img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        display: block;
}
.patients-stories-slider .slick-prev, .patients-stories-slider .slick-next{
    position: absolute;
    top: 50%;
    display: block;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
/*.patients-stories-slider .slick-current.slick-active.slick-center .patients-stories-slide, 
.patients-stories-slider .slick-slide:nth-child(2) .patients-stories-slide {
    margin: 0 -95px !important;
    position: relative !important;
    z-index: 11 !important;
    transition: none !important;
}*/
.patients-stories-slide {
    margin: 0 10px;
}
.patients-stories-slider.vd-dots .slick-dots li,
.patients-stories-slider.vd-dots .slick-dots li button,
.patients-stories-slider.vd-dots .slick-dots li button::before {
    width: 12px;
    height: 12px;
    border-radius: 100%
}
.patients-stories-slider.vd-dots .slick-dots li {
    margin: 0 4px
}
.patients-stories-slider.vd-dots .slick-dots li.slick-active button::before {
    background: #e5c160;
}
.patients-stories-slider.vd-dots .slick-dots li button::before {
    font-size: 0;
    background: #C4CDDC;
    border-radius: 100%;
    line-height: 12px;
    opacity: 1
}
.patients-stories-slider .slick-prev {
    left: -10px;
}
.patients-stories-slider .slick-next {
    right: -10px;
}
.patients-stories-slider .slick-arrow {
    z-index: 11;
    border: none !important;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    background-color: #B29E68 !important;
    border-radius: 50px !important;
    border: 1px solid #B29E68 !important;
    padding: 0 !important;
    font-size: 0 !important;
}
.patients-stories-slider .slick-arrow::before {
    transform: translate(-50%, -50%);
    content: "";
    background-image: url("/lp-asset/lp-images/left_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 17px;
    height: 17px;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
}
.patients-stories-slider .slick-arrow.slick-next::before {
    content: "";
    background-image: url("/lp-asset/lp-images/right_arrow.svg");
}
.patients-stories-slider .slick-next.slick-arrow::before {
    content: ""
}
.patient-content {
    padding: 10px 24px;
    background-color: #B29E68;
    text-align: center;
}
.patient-content p{
    color: #fff;
    
}
.vd-sec-padding {
    padding: 80px 0;
}
@media only screen and (max-width: 1440px) {
    .vd-sec-padding {
        padding: 70px 0;
    }
}
@media only screen and (max-width: 980px) {
    .vd-sec-padding {
        padding: 50px 0;
    }
}
@media screen and (min-width: 992px){
    .patients-stories-slider .slick-track {
        display: flex;
        align-items: center;
    }
    .full_img, .full_img div {
        height: 100%;
    }
}
@media only screen and (max-width: 767px){
    .patient-stories{
        padding-top: 0;
    }
}
@media only screen and (max-width: 680px){
    .patient-review-section .container{
        padding: 0px 15px;
    }
    .htag_txt h2{
        font-size: 30px;
    }
}
/* vd-slider */
.vd-slider .slick-dots {
    bottom: -35px;
}
@media screen and (max-width: 991px) {
    .vd-slider {
        margin-bottom: 55px !important;
    }   
}
/*============================================
= End patient stories slider
===============================================*/
/*============================================
= Start Second Section About CSS
===============================================*/
.bkg_clr {
    background-color: #EFEDE9;
}
.dental_impl_about_section {
    padding: 100px 0;
}

.dental_impl_about_container {
    max-width: 100%;
    width: 100%;
}

.para_txt p {
    color: #202020;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 15px;
}

.dental_impl_about_row {
    align-items: center;
}

.dental_impl_about_big_video {
    padding: 56.25% 0 0 0;
    position: relative;
}

.dental_impl_about_big_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dental_impl_about_txt_block {
    max-width: 580px;
    margin: auto;
}

.htag_txt h2 {
    margin-bottom: 20px;
    color: #B29E68;
    font-size: 32px;
    font-weight: 700;
    line-height: 160%;
}

.dental_impl_under_list {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    position: relative;
}

.para_txt li {
    font-weight: 400;
    font-size: 18px;
}

.dental_impl_under_para ul li,
.dental_impl_under_para {
    margin-bottom: 20px;
}

.dental_impl_under_para ul li:last-child {
    margin-bottom: 0;
}

.dental_impl_items:before {
    content: "";
    /* background-image: url(/wp-content/uploads/2023/04/check-1.svg); */
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    display: inline-block;
    margin-top: 4px;
}

.dental_impl_under_para ul li {
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.dental_impl_about_big_img img {
    width: 100%;
    height: 100%;
}

/* .odd .dental_impl_about_txt_col {
padding: 0 0px 0 126px !important;
}

.even .dental_impl_about_txt_col {
padding: 0 126px 0 0px !important;
} */
.second_section_button_wrap a {
    margin: auto 0 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .dental_impl_about_txt_block {
        max-width: 100%;
        padding: 0 40px;
    }
}

@media (max-width: 991px) {
    .about_second_section.section_padding{
        padding: 0 !important;
    }
    .dental_impl_about_row .dental_impl_about_txt_col {
        padding: 50px 30px 10px !important;
        /*      background-color: #D9D9D9; */
    }

    /* .odd .dental_impl_about_txt_col,
    .even .dental_impl_about_txt_col {
    padding: 30px 0px 0px 0px !important
} */

    .dental_impl_about_txt_block {
        max-width: 100% !important;
    }

    .dental_impl_about_section {
        padding: 50px 0;
    }

    .padding_t {
        padding-top: 0px !important;
    }

    .htag_txt h2 {
        font-size: 25px;
    }

    .para_txt p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .htag_txt h2 {
        font-size: 22px;
        line-height: normal;
    }
}
ul.homepage_order_list {
    margin: 0;
    display: inline-block;
    padding-left: 20px;
}

ul.homepage_order_list li::marker {
    color: #B29E68;
    display: flex;
}

ul.homepage_order_list li {
    width: 50%;
    float: left;
    list-style: disc;
}

@media only screen and (max-width: 500px) {
    ul.homepage_order_list li {
        width: 100%;
        float: unset;
    }
}
/*============================================
= End Second Section About CSS
===============================================*/