@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800;900&family=Vollkorn:wght@400;500;600;700;800;900&display=swap');
body,span,p,li,a{
	font-family: 'Figtree', sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Vollkorn', 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: #EF9220;
}
p a {
    color: #0A4127;
	text-decoration: none;
}
p a:hover{
	color: #0A4127;
	text-decoration: underline;
}
.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: 15px 18px;
	background: #0A4127;
	color: #Fff;
	font-weight: 600;
	font-size: 14px;
	border-radius: 4px;
	border: 2px solid transparent;
	line-height: 1	;
	font-family: 'Figtree', sans-serif;
	transition: all 0.4s;
	text-decoration: none;
}
.lp_default_btn:hover{
	border-color: #0A4127;
	background: transparent;
	color: #0A4127;
}
.white_default_btn.lp_default_btn{
	background: #fff;
	color: #0A4127;
}
.white_default_btn.lp_default_btn:hover{
	color: #Fff;
	border-color: #fff;
	background: transparent;
}
.lp_default_btn.white_border_default_btn {
    background: transparent;
    border-color: #ffffff;
}
.lp_default_btn.white_border_default_btn:hover {
    background: #ffffff;
}
.section_title_inner p,
.section_title_inner ul li{
	font-size: 18px;
	line-height: 1.75;
	font-weight: 400;
	color: #010001;
}
.section_title_inner p{
	margin-bottom: 12px;
}
.section_title_inner h1{
	font-size: 48px;
	line-height: 1.3;
	font-weight: 500;
	color: #010001;
	margin: 0 0 15px;
}
.section_title_inner h1 span{
	color: #4583B6;
	font-weight: 700;
	font-family: 'Vollkorn', serif;
	position: relative;
}
.section_title_inner h1 span::before{
	content: '';
	position: absolute;
	width: calc(100% - 20px);
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
	height: 5px;
	background: #FCE8CA;
	z-index: -1;
}
.section_title_inner h2,
body .form_sec h1 {
	font-size: 36px;
	line-height: 1.5;
	font-weight: 700;
	color: #404145;
	margin: 0 0 24px;
}
.under-line h2 {
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}
.under-line h2::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 56px;
    height: 4px;
    background-color: #0A4127;
    transform: translateX(-50%);
}
.section_title_inner h2 span ,.section_title_inner h4 span {
	color: #81A969;
	font-weight: 700;
	font-family: 'Vollkorn', serif;
	position: relative;
	z-index: 11;
}
.section_title_inner h2 span::before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    height: 5px;
    background: #FCE8CA;
    z-index: -1;
}
.section_title_inner ul li{
	position: relative;
}
.section_title_inner ul li::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
.section_title_inner ul.dot-list-style li{
	padding: 0 0 0 20px;
}
.section_title_inner ul.dot-list-style li:not(:last-child){
	margin: 0 0 14px;
}
.section_title_inner ul.dot-list-style li::before{
	top: 10px;
	width: 8px;
	height: 8px;
	background: #4583B6;
	border-radius: 100%;
}
.section_title_inner ul.check-list-style li{
	padding: 0 0 0 38px;
	margin-bottom: 5px;
}
.section_title_inner ul.check-list-style li::before{
	position: absolute;
    content: "";
    top: 48%;
    left: 0;
    transform: translateY(-50%);
    background-image: url('/lp-asset/lp-images/green-check.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    width: 20px;
	aspect-ratio: 1;
}
.bg_blue {
    background: #F1F6F9;
}
.section_less_padding {
    padding: 50px 0px;
}
@media only screen and (max-width: 1199px){
	/* body .container{
		max-width: 992px;
	} */
	.section_title_inner h1 {
	    font-size: 38px;
	}
	.section_title_inner h1 span::before{
		bottom: 13px;
	}
	.section_title_inner h2,
	body .form_sec h1 {
	    font-size: 28px;
	}
}
@media only screen and (max-width: 991px){
	/* body .container{
		max-width: 768px;
	} */
	body .container-fluid{
		padding-left: 20px;
		padding-right: 20px;
	}
	.section_title_inner h1 {
	    font-size: 35px;
	}
	.section_title_inner h1 span{
		color: #81A969;
	}
	.section_title_inner h1 span::before{
		bottom: 11px;
	}
	.section_title_inner h2,
	body .form_sec h1 {
	    font-size: 30px;
	}
	.section_title_inner h2 span::before{
		bottom: 8px;
	}
}
@media only screen and (max-width: 767px){
	/* body .container{
		max-width: 665px;
	} */
	.section_title_inner p,
	.section_title_inner ul li{
		font-size: 16px;
	}
	.section_title_inner h2,
	body .form_sec h1 {
	    font-size: 28px;
	}
}
@media only screen and (max-width: 575px){
	/* body .container{
		max-width: 100%;
	} */
	.lp_default_btn{
		width: 100%;
		text-align: center;
	}
	.section_title_inner h2,
	body .form_sec h1 {
	    font-size: 25px;
	}
	.section_title_inner h1{
		color: #141414;
		font-size: 28px;
		margin: 0 0 10px;
	}
	.section_title_inner h4 {
	    font-size: 20px;
	}
	.section_title_inner h2 span::before {
	    bottom: 6px;
	}
	.section_title_inner p, .section_title_inner ul li{
		font-size: 16px;
	}
}
/*===============================================
= End Default CSS
============================================*/
/*===============================================
= section padding CSS
============================================*/
.section_more_padding{
	padding: 100px 0;
}
.section_padding{
    padding: 80px 0;
}
.section_more_margin{
	margin: 100px 0;
}
@media only screen and (max-width: 1024px) {
	.section_more_padding{
		padding: 80px 0;
	}
	.section_more_margin{
		margin: 80px 0;
	}
}
@media only screen and (max-width: 991px) {
    .section_padding, .section_more_padding{
        padding: 60px 0;
    }
    .section_more_margin{
		margin: 60px 0;
	}
}
@media only screen and (max-width: 767px) {
    .section_padding, .section_more_padding{
        padding: 50px 0;
    }
    .section_more_margin{
		margin: 50px 0;
	}
}
/*===============================================
= End section padding CSS
============================================*/
/*===============================================
= start Header CSS
============================================*/
.sticky-header{
	position: unset;
	background-color: #0A4127;
    top: 0;
    display: inline-block;
    width: 100%;
    z-index: 999;
}
.lp_header{
	padding: 15px 0;
}
.header_btn{
	text-align: right;
}
.header_logo {
    max-width: 140px;
}
@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;
	}
}
@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: 12px 18px;
	}
}
/* survey top location title */
.new_txt_add_miami p {
    font-size: 37px;
    line-height: 1.5;
    font-weight: 700;
    color: #000000;
    margin: 0 0 24px;  
    font-family: 'Bitter', serif;
}
.new_txt_add_miami span {
    font-family: 'Bitter', serif;
    color: #81A969;
    position: relative;
}
.new_txt_add_miami span:before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    height: 5px;
    background: #FCE8CA;
    z-index: -1;
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
	.new_txt_add_miami p {
	    font-size: 33px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.new_txt_add_miami p {
	    margin-bottom: 10px;
	    font-size: 30px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
	.new_txt_add_miami p {
		margin-bottom: 10px;
		font-size: 26px;
	}
}
/*===============================================
= End Header CSS
============================================*/
/*===============================================
= footer start  CSS
============================================*/
.lp_footer{
	padding: 15px 0;
	background-image: url("/lp-asset/lp-images/footer-bg.jpg");
}
.footer_logo {
    max-width: 160px;
}
.footer_text p{
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	color: #Fff;
	text-align: right;
	width: 100%;
	margin: 0;
}
.footer_btn{
	text-align: center;
}
a.footer-call {
    color: #ffffff;
    text-decoration: none;
}
a.footer-call:hover {
    color: #C4E3D4;
}
@media only screen and (max-width: 991px){
	.footer_text p{
		margin: 25px 0 0;
		text-align: center;
	}
	.footer_btn{
		text-align: right;
	}
}
@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: 40px 20px;
	}
	.footer_logo {
		text-align: center;
	}
	.footer_text p {
		margin: 20px 0 0;
	}
}
/*===============================================
= End footer CSS
============================================*/
/*===============================================
= Banner Section CSS
============================================*/
.lp-denture-near-me-banner {
    background-image: url('/lp-asset/lp-images/dr-loberg-banner.jpg');
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
    background-size: cover;
    padding: 150px 0;
    background-position: 70%;
}

.lp-denture-near-me-banner .banner-info {
    width: 100%;
    max-width: 700px;
    display: inline-block;
    /* padding: 0 0 0 49px;*/
}

.banner-info-img {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .lp-denture-near-me-banner {
        background-size: cover;
        padding: 140px 15px 100px;
        background-position: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lp-denture-near-me-banner .banner-info {
        max-width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-denture-near-me-banner {
        background-image: none;
    }

    .lp-denture-near-me-banner {
        background-position: left;
    }

    .lp-denture-near-me-banner {
        position: relative;
        z-index: 0;
    }

    .lp-denture-near-me-banner:before {
        content: "";
        position: absolute;
        background-color: #f1f1f1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }

    .lp-denture-near-me-banner {
        padding: 0px 0 50px 0px;
    }

    .banner-info-img {
        display: block;
    }

    .banner-info-img img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
}

/*===============================================
= End Banner Section CSS
============================================*/
/*===============================================
= Box Section CSS
============================================*/
.box_section .box_sec_info {
    box-shadow: 0px 0px 8px 2px #0A412729;
    border-radius: 10px;
    padding: 30px;
    background: rgb(129 169 105 / 16%);
    max-width: 700px;
    margin: auto;
}
.why-us-section .section_title_inner {
    max-width: 1024px;
    margin: 0 auto;
}
/*===============================================
= End Box Section CSS
============================================*/
/*===============================================
= Start Icon Text CSS
============================================*/
.icon-text-sec {
    background-color: #F5F5F5;
    padding: 34px 0;
    box-shadow: rgba(0, 0, 0, 0.01) 0px 20px 15px 0px;
}
.text-icon-main {
    display: flex;
    justify-content: center;
    column-gap: 80px;
}
.text-icon-box p {
    font-weight: 600;
    color: #325442;
    padding-left: 10px;
}
@media only screen and (max-width: 767px){
	.text-icon-main{
		column-gap: 20px;
	}
}
@media only screen and (max-width: 600px){
	.text-icon-main{
	    flex-direction: column;
	    gap: 20px;
	    align-items: center;
	}
}
/*===============================================
= end Icon Text CSS
============================================*/
/*===============================================
= page bottom cta Css
===============================================*/
.page-default-btn {
    position: fixed;
    padding: 15px 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    display: block;
}
.page-default-btn a {
    box-shadow: 0 0 15px rgb(255 255 255 / 40%) !important;
    width: 100%;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    background: #010001;
    border-radius: 8px;
    color: #fff;
    outline: none;
    border: 2px solid transparent;
    text-decoration: none !important;
    padding: 15px 28px;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
}
.page-default-btn a img {
    max-width: 15px;
    margin-left: 5px;
    margin-top: -6px;
}
.lp-page-default-btn {
    margin-top: 20px;
}
@media only screen and (min-width: 576px){
    .page-default-btn {
        display: none;
    }
}
/*===============================================
= end page bottam cta  Css
===============================================*/
/*===============================================
= Image Text Section CSS
===============================================*/
.Image_text_section .box_section .box_sec_info {
    margin-top: 60px;
}
.side_img {
    text-align: center;
}
.side_img img {
    border-radius: 15px;
}
@media only screen and (min-width: 1024px) {
    .right_side_con {
        padding-left: 30px;
    }
	    .left_side_con {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .side_img {
        margin-bottom: 30px;
    }
}
/*===============================================
= end Image Text Section CSS
===============================================*/
/*===============================================
= Number With Dot Section CSS
===============================================*/
.number {
    font-family: "Grenette";
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    color: #0A4127;
    position: relative;
    min-width: 30px;
    text-align: right;
}
.number-wrap{
	margin-top: 12px;
}
.number-content {
    padding: 0 0 15px;
}
.number-content p {
    color: #1F2838;
}
.dot_div {
    position: relative;
    padding: 0px 20px;
    min-width: 70px;
}
.dot_div:before {
    content: "";
    position: absolute;
    background: #0A4127;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: 0;
    left: 42%;
    z-index: 1;
}
.dot_div:after {
    content: "";
    position: absolute;
    border-right: 2px dashed #1e4c47;
    height: 100%;
    left: 50%;
    z-index: 0;
}
.number-wrap .number-box:last-child .dot_div:after {
    display: none;
}
.number-box {
    display: flex;
}
.number-wrap .number-box:last-child .number-content {
    padding: 0px;
}
@media only screen and (max-width: 575px) {
    .dot_div {
        padding: 0px 5px;
        min-width: 40px;
    }
	    .dot_div:before {
        left: 34%;
        width: 14px;
        height: 14px;
    }
	    .number {
        font-size: 20px;
    }
}
/*===============================================
= end Number With Dot Section CSS
===============================================*/
/*============================================
= Start Quiz CSS
===============================================*/
.quiz-sec{
	background-image: url(lp-images/dental-implant-banner-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.quiz-content{
	max-width: 580px;
	margin: 0 auto;
}
.quiz-content p,
.quiz-content h2 {
	color: #fff;
}
/*============================================
= End Quiz CSS
===============================================*/
/*===============================================
= Start Scroll menu Section CSS
============================================*/
.scroll_menu {
    position: sticky;
    width: 100%;
    top: -1px;
    left: 0;
    background: #0A4127;
    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: #0A4127;
	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: 8px 12px;
	}
}
@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
============================================*/
/*===============================================
= FAQ Section CSS
===============================================*/
.accordian-section {
    background-image: url('./lp-images/dental-implant-banner-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}
.accordian-section .section_title_inner p,
.accordian-section .section_title_inner h2 {
	color: #fff;
}
.accordian-section-inner{
	max-width: 1024px;
	margin: 0 auto;
}
.accordion-card {
    margin-bottom: 20px;
}
.accordian-section p a {
    color: #fff;
}
.accordion-card .accordion-header {
    background: #fff;
	border-radius: 8px;
}
.accordion-btn {
    padding: 20px 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.accordion-btn.collapsed {
    color: #081C24;
    background: transparent;
}
.accordion-btn:focus {
    outline: none;
}
.accordion-btn i {
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #0A4127;
}
.accordion-btn[aria-expanded="true"] i:before {
    content: "\f068" !important;
}
.accordion-content {
    padding: 12px 20px 20px;
}
div#accordion .accordion-card:last-child {
    margin-bottom: 0px;
}
div#accordion .accordion-card:last-child .accordion-content {
    padding-bottom: 0px;
}
div#accordion {
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    #accordion {
        padding: 0;
    }
	    .accordion-btn::before {
        left: 0;
    }
	    .accordion-btn {
        padding: 20px 35px 20px 15px;
        font-size: 16px;
    }
	    .accordion-content {
        padding: 8px 0 0 15px;
    }
	    .accordion-btn img {
        right: 0;
        font-size: 12px;
    }
	    div#accordion {
        margin-top: 20px;
    }
}
/*===============================================
= End FAQ Section CSS
===============================================*/
/*===============================================
= Blog Section CSS
===============================================*/
.blog_img {
    display: inline-block;
    height: 250px;
    position: relative;
    width: 100%;
}
.blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}
.blog_img h4 {
    position: absolute;
    top: 50%;
    font-size: 26px;
    color: #fff;
    transform: translateY(-50%);
	left: 0;
    text-align: center;
    margin: auto;
    width: 100%;
}
.blog_img:before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.5;
    border-radius: 5px 5px 0px 0px;
}
.blog_content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.blog_box {
    box-shadow: 0px 0px 10px 0px #c9c9c9;
    border-radius: 5px;
    margin-bottom: 30px;
}
.blog_content {
    padding: 20px;
}
.sub_title_mb {
    margin-bottom: 40px;
}
.Blog_section .col-lg-4.col-md-6.col-sm-6.col-12 {
    display: flex;
}
@media only screen and (min-width: 992px) {
    .Blog_section .col-lg-4.col-md-6.col-sm-6.col-12:nth-last-child(-n + 3) .blog_box {
        margin-bottom: 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Blog_section .col-lg-4.col-md-6.col-sm-6.col-12:nth-last-child(-n + 2) .blog_box {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .sub_title_mb {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 576px) {
    .Blog_section .col-lg-4.col-md-6.col-sm-6.col-12:last-child .blog_box {
        margin-bottom: 0px;
    }
}
/*===============================================
= End Blog Section CSS
===============================================*/
/*===============================================
= Map Section CSS
===============================================*/
.map_iframe iframe {
    border-radius: 10px;
}

/*===============================================
= End Map Section CSS
===============================================*/