/* TV 2 Condensed */
@font-face {
    font-family: 'TV 2 Sans Condensed';
    src: url('fonts/tv2condensedlight.eot') format('embedded-opentype'),
    url('fonts/tv2condensedlight.woff') format('woff'), 
    url('fonts/tv2condensedlight.ttf') format('truetype'), 
    url('fonts/tv2condensedlight.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TV 2 Sans Condensed';
    src: url('fonts/tv2condensedregular.eot') format('embedded-opentype'),
    url('fonts/tv2condensedregular.woff') format('woff'), 
    url('fonts/tv2condensedregular.ttf') format('truetype'), 
    url('fonts/tv2condensedregular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'TV 2 Sans Condensed';
    src: url('fonts/tv2condensedmedium.eot') format('embedded-opentype'),
    url('fonts/tv2condensedmedium.woff') format('woff'), 
    url('fonts/tv2condensedmedium.ttf') format('truetype'), 
    url('fonts/tv2condensedmedium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'TV 2 Sans Condensed';
    src: url('fonts/tv2condensedsemibold.eot') format('embedded-opentype'),
    url('fonts/tv2condensedsemibold.woff') format('woff'), 
    url('fonts/tv2condensedsemibold.ttf') format('truetype'), 
    url('fonts/tv2condensedsemibold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'TV 2 Sans Condensed';
    src: url('fonts/tv2condensedbold.eot') format('embedded-opentype'), 
    url('fonts/tv2condensedbold.woff') format('woff'), 
    url('fonts/tv2condensedbold.ttf') format('truetype'), 
    url('fonts/tv2condensedbold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

ol,ul{
    margin: 0;
    padding: 0;
}
li{
    list-style :none;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'TV 2 Sans Condensed';
}
a {
    transition: all 0.3s ease 0s;
}
a:focus{
    outline: none;
}
img{
    max-width: 100%;
    height: auto;
}
.page-default-btn{
    display: none;
}
.never-img-mobile{
    display: none
}
.never-img-desktop{
    display: block;
}
.morecontent a {
    color: #0054B3;
    outline: none;
}
.label1{
    font-weight: 600;
    color: red;
    bottom: -27px;
    font-size: 12px;
    left: 0;
}
.lp-body{
    padding-bottom: 0;
}
.emergency-section .emergency-contact{
  padding: 0 15px;
}
.emergency-contact-number-a {
    font-size: 24px;
    line-height: 2;
    color: #fff;
}
.emergency-contact-number-a > span{
    font-family: 'TV 2 Sans Condensed';
    font-weight: 400;
}
.emergency-contact-number-a a{
    font-weight: 400;
    font-family: 'TV 2 Sans Condensed';
}
/* .emergency-contact-number-a a {
    border: 0;
    background: transparent;
    font-size: 20px;
    line-height: 48px;
    padding: 11px 9px;
    font-weight: normal;
} */
.emergency-contact-number-a a{
  color: #fff;
}
.emergency-contact-number-a .lp-btn:hover, .emergency-contact-number-a .lp-btn:focus {
    border: 0px solid #1D3557;
    background: top;
    color: #bfbfbf;
}
@media (max-width: 575px){
  .emergency-contact-number-a{
    line-height: 32px;
    display: table;
    margin: 0 auto;
    width: 290px;
  }
  .emergency-contact-number-a span{
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .emergency-contact-number-a a{
    font-size: 16px;
    line-height: 31px;
    display: inline-block;
    vertical-align: top;
        padding: 0;
  }
    .emergency-section{
    padding: 0;
  }
  .emergency-section .emergency-contact {
      /* height: 100px; */
      display: table;
  }
/*   .emergency-section .emergency-contact .emergency-contact-number {
      display: table-cell;
      vertical-align: middle;
  } */
}
/* common */
/* .button-header .lp-btn:hover{
	color: #fff;
	border: 2px solid #fff;
	background: transparent;
} */
body{
    font-family: 'TV 2 Sans Condensed';
    background-color: #fff!important;
}
section {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.container{
    width: 100%;
    max-width: 1200px;
}
.lp-btn {
    font-family: 'TV 2 Sans Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.02em;
    background: #0054B3;
    border-radius: 50px;
    padding: 14px 35px;
    color: #fff;
    outline: none;
    border: 2px solid transparent;
    text-decoration: none !important;
    display: inline-block;
}
.lp-btn:hover, .lp-btn:focus{
    color: #0054B3;
    border: 2px solid #0054B3;
    background: transparent;
}
.lp-btn-lp{
    font-family: 'TV 2 Sans Condensed';
    font-style: normal;
    font-weight: 500;
    background: #0054B3;
    border-radius: 50px;
    color: #fff;
    outline: none;
    border: 2px solid transparent;
    text-decoration: none !important;
    padding: 14px 35px;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.02em;
}
.lp-btn-lp:hover{
    color: #0054B3;
    border: 2px solid #0054B3;
    background: #000;
}
.lp-btn-lp:hover, .lp-btn-lp:focus{
    color: #0054B3;
    border: 2px solid #0054B3;
    background: transparent;
    outline: none;
}
.bg-w-btn {
    font-family: 'TV 2 Sans Condensed';
    font-style: normal;
    font-weight: 500;
    background: #0054B3;
    border-radius: 50px;
    color: #fff;
    outline: none;
    border: 2px solid transparent;
    text-decoration: none !important;
    padding: 14px 35px;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
}
.bg-w-btn:hover {
    color: #0054B3;
    border: 2px solid #0054B3;
    background: transparent;
}
.button-header .lp-btn {
    font-size: 14px;
}
/* header */
header {
    padding: 9px 0;
    vertical-align: top;
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.logo.header__branding img.sp-default-logo {
    width: 100%;
    max-width: 173px;
}
header .row {
    align-items: center;
}
.section_title_center{
    text-align: center;
}
.section_title_content h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 1.25;
    color: #081C24;
    margin: 0;
    padding: 0;
}
.section_title_content h2 span{
    color: #161616;
    position: relative;
}
/* lp-banner */
/* .lp-denture-near-me-banner{
    background-image: url('/lp-asset/lp-images/e-banner.jpg');
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
    background-size: cover;
    padding: 139px 0;
    background-position: 70%;
} */
.lp-denture-near-me-banner{
    background-image: url('/lp-asset/lp-images/e-banner.jpg');
    width: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0!important;
    background-position: 82%;
    position: relative;
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lp-denture-near-me-banner .banner-info{
    display: inline-block;
    width: 100%;
    max-width: 641px;
    margin: 0 45px 0 auto;
    position: relative;
    z-index: 11;
    padding: 50px 0;
}
.lp-denture-near-me-banner .banner-info h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.25;
    /* text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); */
    color: #161616;
    margin: 0 0 24px;
}
.lp-denture-near-me-banner .banner-info h1 span{
    position: relative;
    z-index: 11;
    color: #161616;
}
/* .lp-denture-near-me-banner .banner-info h1 span::before{
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
    height: 5px;
    background: #FCE8CA;
    z-index: -1;
} */
.lp-denture-near-me-banner .banner-info p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    /* text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); */
    margin: 0 0 30px;
    color: #2F2D2D;
}
.banner-info .lp-btn {
    padding: 15px 28px;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
}
.banner-info-img{
    display: none;
}
/* emergency-section */
.emergency-section{
    padding: 28px 0;
    /* background-image: url('/lp-asset/lp-images/e-bg-number.jpg'); */
    background: #081C24;
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
    background-size: cover;
}
.emergency-section .emergency-contact {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.emergency-section .emergency-contact .emergency-contact-number {
    padding: 0;
    margin: 0;
    list-style: none;
}
/*.emergency-section .emergency-contact .emergency-contact-number p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 48px;
    display: inline-block;
}
.emergency-section .emergency-contact .emergency-contact-number p a {
    font-size: 20px;
    line-height: 48px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
.emergency-section .emergency-contact .emergency-contact-number p a:hover{
    color: #c1c1c1;
}*/
/* lp-dentures-starting-section */
.lp-dentures-starting-info{
    width: 100%;
    max-width: 737px;
    margin: 0 auto;
    display: table;
}
.lp-dentures-starting-section .lp-dentures-starting-info ul {
    width: 50%;
    float: left;
}
.lp-dentures-starting-section {
    padding: 100px 0 220px;
    background: #F5FAFF;
}
.lp-dentures-starting-section .lp-dentures-starting-info h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    margin: 0 0 40px;
    color: #161616;
}
.lp-dentures-starting-section .lp-dentures-starting-info h3 {
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 10px;
    line-height: 37px;
    color: #1D3557;
}
.lp-dentures-starting-info {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 767px;
}
.lp-dentures-starting-section .lp-dentures-starting-info ul {
    width: 50% !important;
    float: left;
}
.lp-dentures-starting-section .lp-dentures-starting-info ul {
    padding: 0;
    list-style: none;
    /* -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; */
    width: 100%;
    max-width: 737px;
    margin: 0 auto;
    display: block;
}
.lp-dentures-starting-section .lp-dentures-starting-info ul li {
    font-family: 'TV 2 Sans Condensed';
    font-size: 18px;
    line-height: 1.9;
    color: #2F2D2D;
    margin: 0 0 15px;
    position: relative;
    padding-left: 30px;
    background-image: url("/lp-asset/lp-images/check-e.svg");
    background-repeat: no-repeat;
    background-position: top 10px left 0;
}
.lp-dentures-starting-section .lp-dentures-starting-info ul li::before {
    display: none;
}
/* lp-get-appoiment-section */
.lp-get-appoiment-section{
    padding: 0 0 90px;
}
.lp-get-appoiment-section .container {
    max-width: 906px;
}
.lp-get-appointment-imges-form {
    display: flex;
    align-items: center;
}
.get-appointment-imges{
    max-width: 362px;
    width: 100%;
}
.get-appointment-imges img {
    width: 100%;
    max-width: 100%;
}
.label1 {
    font-weight: 600;
    color: red;
    position: initial;
    bottom: 1px;
    font-size: 12px;
    display: none;
    left: auto;
}
.lp-get-appointment-imges-form {
    display: flex;
    align-items: center;
}
.lp-get-appointment-imges-form .lp-get-appointment-form .form-group span {
    font-size: 16px;
    line-height: 1.5;
    color: #3D3D3D;
    margin: 0 0 12px;
    display: inline-block;
}
.lp-get-appointment-imges-form .lp-get-appointment-form .form-group {
    margin: 0 0 15px;
}
.lp-get-appointment-imges-form .lp-get-appointment-form {
    padding: 29px 50px 47px 50px;
    width: inherit;
}
.lp-get-appointment-imges-form .lp-get-appointment-form .form-group input{
    background: #F7F8F5;
    border-radius: 5px;
    font-size: 14px;
    line-height: 34px;
    padding: 7px 14px;
    height: 48px;
    font-weight: 400;
    border: 1px solid transparent;
    box-shadow: none;
    color: #2F2D2D;
}
.lp-get-appointment-imges-form .lp-get-appointment-form .form-group input::placeholder{
    color: #2F2D2D;
}
.lp-get-appointment-imges-form .lp-get-appointment-form .form-group input:focus{
    background: #fff;
    border: 1px solid #DFDFDF;
    box-shadow: none;
}
.lp-get-appointment-imges-form {
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: #fff;
    margin-top: -140px;
    width: 100%;
    box-shadow: 0px 10px 30px rgb(26 33 90 / 6%);
    overflow: hidden;
}
.form-group.appointment-form-pl {
    padding: 0 11px 0 0;
    display: inline-block;
}
.form-group.appointment-form-pr{
    padding: 0 0 0 11px;
    display: inline-block;
}
.lp-get-appointment-imges-form .lp-get-appointment-form .form-group-btn {
    text-align: center;
    margin: 40px 0 0;
}
.lp-get-appointment-imges-form .lp-get-appointment-form h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #161616;
    margin: 0 0 18px;
    padding: 0 0 18px;
    border-bottom: 1px solid rgb(26 33 90 / 10%);
}
.lp-solutions-customized{
    background-image: url('/lp-asset/lp-images/denture-near-me-solution.png');
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
    background-size: 100%;
    padding: 40px 0;
}
.lp-solutions-customized h2{
    font-weight: bold;
    font-size: 30px;
    line-height: 51px;
    margin: 0 0 24px;
    color: #1D3557;
    width: 100%;
    max-width: 793px;
}
.lp-solutions-customized ul {
    padding: 0 0 0 22px;
    margin: 0 0 30px;
    list-style: none;
    width: 100%;
    max-width: 730px;
}
.lp-solutions-customized ul li {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 16px;
    color: #14171B;
    position: relative;
}
.lp-solutions-customized ul li:before{
    content: "";
    position: absolute;
    background-image: url('/lp-asset/lp-images/arrow-list.png');
    left: -21px;
    top: 14px;
    padding: 6px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.lp-solutions-customized ul li b{
    color: #1D3557;
}
.lp-solutions-customized ul li:last-child{
    margin: 0;
}
/* instant-care-section */
.instant-care-section .instant-care-info h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    color: #161616;
    margin: 0 0 20px;
}
.instant-care-section .instant-care-info h2 span{
    color: #161616;
    position: relative;
    z-index: 11;
}
/* .instant-care-section .instant-care-info h2 span::before{
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    height: 5px;
    background: #FCE8CA;
    z-index: -1;
} */
.instant-care-section .instant-care-info ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 844px;
}
.instant-care-section .instant-care-info ul li{
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    color: #2F2D2D;
    margin: 0 0 10px;
    position: relative;
    padding-left: 21px;
    background-image: url("/lp-asset/lp-images/dot.svg");
    background-repeat: no-repeat;
    background-position: top 10px left 0;
    font-weight: 400;
}
.instant-care-section .instant-care-info ul li:before{
    display: none;
}
/* .instant-care-section .instant-care-info ul li:before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #14171B;
    left: -21px;
    top: 10px;
    display: block !important;
} */
/* never-section */
.never-section-p{
    padding: 90px 0;
}
.never-text h3 {
   margin: 0 0 24px;
   font-weight: 700;
   font-size: 24px;
   line-height: 1.5;
   color: #161616;
}
.never-img-left{
    margin: 0 0;
}
.never-text h3 span{
    color: #161616;
    position: relative;
    z-index: 11;
}
/* .never-text h3 span::before{
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
    height: 5px;
    background: #FCE8CA;
    z-index: -1;
} */
.never-text ul {
    /* padding: 0 0 0 27px; */
    padding: 0;
    margin: 0;
    list-style: none;
}
.never-text ul li {
    font-size: 16px;
    line-height: 1.7;
    color: #2F2D2D;
    margin: 0 0 10px;
    width: 100%;
    position: relative;
    padding-left: 30px;
    background-image: url("/lp-asset/lp-images/check-e.svg");
    background-repeat: no-repeat;
    background-position: top 8px left 0;
}
.never-text ul li:before{
    display: none;
}
/* .never-text ul li:before{
    content: "";
    position: absolute;
    background-image: url('/lp-asset/lp-images/check-e.png');
    left: -27px;
    top: 22px;
    padding: 10px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
} */
.never-text .btn.lp-btn-lp {
    margin-top: 30px;
}
.never-img img {    
    border-radius: 10px;
}
.never-img-left img {
    margin-left: auto;
}
.naver-video{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.naver-video iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.never-section-p-b{
    padding: 0 0 100px;
}
/* testimonials */
.morecontent span {
    display: none;
}
.testimonials-section {
    padding: 0 0 60px;
}
.testimonials-info {
    display: flex;
    align-items: flex-start;
}
.testimonials-section .container {
    max-width: 996px;
}
.testimonials-title {
    width: 25%;
}
.testimonials-slider-info{
    width: 75%;
}
.slider-top{
    display: flex;
    align-items: center;
}
.testimonials-slider-info .testimonials-slider .slider-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.testimonials-slider-info .testimonials-slider .slider-top ul li {
    float: left;
    margin: 0 7px 0 0;
}
.testimonials-slider-info .testimonials-slider .slider-top ul li:last-child{
    margin: 0;
}
.testimonials-slider-info .testimonials-slider .slider-top h5 {
    float: left;
    margin: 0 0 0 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    vertical-align: top;
    color: #081C24;
}
.testimonials-slider-info .testimonials-slider p {
    width: 100%;
    display: inline-block;
    margin: 16px 0 0 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 34px;
    color: #797C90;
    text-align: left;
}
.testimonials-slider-content .slick-track{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.testimonials-slider-info .testimonials-slider {
    padding: 26px 34px 30px 35px;
    background: #F8FAFF;
    border-radius: 14px;
    height: inherit;
}
.testimonials-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid rgba(29, 53, 87, 0.2);
    box-sizing: border-box;
    border-radius: 20px;
    padding: 14px 14px 14px 45px;
}
.testimonials-title h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 2;
    color: #081C24;
    margin: -30px 0 0;
}
.testimonials-slider-info .testimonials-slider-content button.slick-next:before{
    content: "";
    position: absolute;
    background-image: url('/lp-asset/lp-images/slide-left-arrow.svg');
    left: 7px;
    top: 15px;
    width: 14px;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(180deg);
    height: 10px;
    z-index: 1;
    opacity: 1;
    background-position: center;
}
.testimonials-slider-info .testimonials-slider-content button.slick-prev:before{
    content: "";
    position: absolute;
    background-image: url('/lp-asset/lp-images/slide-left-arrow.svg');
    left: 7px;
    top: 15px;
    width: 14px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    height: 10px;
    z-index: 1;
    opacity: 1;
    background-position: center;
}
.testimonials-slider-info .testimonials-slider-content button {
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #0054B3;
}
.testimonials-slider-info .testimonials-slider-content button:hover::before{
    background: url('/lp-asset/lp-images/slide-left-arrow-white.svg');
    background-position: center;
    transform: translateY(-50%) rotate(180deg);
}
.testimonials-slider-info .testimonials-slider-content button.slick-next:hover::before{
    transform: translateY(-50%) rotate(0deg);   
}
.testimonials-slider-info .testimonials-slider-content button.slick-next {
    left: -130px;
    top: calc(50% + 30px)
}
.testimonials-slider-info .testimonials-slider-content button.slick-prev {
    top: calc(50% + 30px);
    left: -170px;
}
.testimonials-slider-info .testimonials-slider-content button:hover{
    background: #0054B3;
}
/* footer start */
.lp_footer{
	padding: 21px 0;
	background: #161616;
}
.footer_text p{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.02em;
	line-height: 1.5;
	text-align: right;
	width: 100%;
	margin: 0;
}
.footer_btn{
	text-align: center;
}
.footer_btn .lp-btn-lp{
    background: #fff;
    color: #081C24;
}
.footer_btn .lp-btn-lp:hover{
    background: transparent;
    color: #fff;
    border-color: #fff;
}
/* footer end */
/* footer-top */
.footer-top {
    padding: 23px 0;
    background: #081C24;
}
.footer-top-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.55;
    color: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 80%;
}
.footer-btn .bg-w-btn:hover{
    color: #fff;
    border-color: #fff;
}
/* Resposive */
@media only screen and (max-width: 1199px) {
    .never-section-p{
        padding: 50px 0;
    }
    .never-section-p-b {
        padding: 0 0 50px;
    }
    .lp-denture-near-me-banner{
        background-size: cover;
        padding: 70px 0;
        /* background-position: center; */
    } 
    .lp-denture-near-me-banner .banner-info h1{
        font-size: 32px;
        line-height: 38px;
        margin: 0 0 15px;
    } 
    .lp-denture-near-me-banner .banner-info h1 span::before{
        bottom: 4px;
    }
    .lp-denture-near-me-banner .banner-info p{
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 15px;
    }
    .lp-dentures-starting-section {
        padding: 50px 0 180px;
    }
    .lp-dentures-starting-section .lp-dentures-starting-info h2{
        font-size: 28px;
        line-height: 34px;
    }
    .lp-get-appoiment-section {
        padding: 0 0 50px;
    }
    .lp-solutions-customized{
        background-position: right;
        background-size: cover;
    }
    .lp-solutions-customized h2{
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 10px;
    }
    .lp-solutions-customized h2{
        font-size: 28px;
        line-height: 34px;
    }
    .lp-review-section h2{
        font-size: 28px;
        line-height: 34px;
    }
    .review-all{
        padding: 30px 30px;
    }
    .lp-review-section .container {
        max-width: 97%;
    }
    /* .lp-denture-near-me-banner .container {
        padding-left: 70px;
    } */
    .lp-solutions-customized .container {
        padding-left: 70px;
    }
    .lp-solutions-customized h2{
        max-width: 490px;
    }
    .lp-solutions-customized ul{
        max-width: 490px;
    }
    footer .bg-w-btn{
        float: right;
    }
}
@media only screen and (max-width: 1024px){
    .testimonials-slider-info .testimonials-slider-content button{
        left: -45px!important;
        top: calc(100% - 15px)!important;
    }
    .testimonials-slider-info .testimonials-slider-content button.slick-prev{
        left: -85px!important;
    }
}
@media only screen and (max-width: 991px) {
    .lp-denture-near-me-banner .banner-info {
        max-width: 560px;
    }
    .lp-denture-near-me-banner .banner-info p,
    .lp-solutions-customized ul li{
        font-size: 16px;
        line-height: 26px;
    }
    .lp-denture-near-me-banner .banner-info p{
        width: 100%;
        max-width: 70%;
    }
    .lp-solutions-customized ul li{
        margin: 0 0 10px;
    }
    .lp-solutions-customized ul{
        max-width: 100%;
    }
    .lp-solutions-customized h2{
        max-width: 100%;
    }
    .review-all{
        height: auto;
        margin: 0 0 20px;
    }
    .review-all.mb-0 {
        margin: 0 0 20px !important;
    }
    .transformations-lp{
        padding: 30px 0;
        margin: 0 0 30px;
    }
    .lp-get-appointment-imges-form {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        /* border: 1px solid #DFDFDF; */
        border-radius: 20px;
        background: #fff;
        justify-content: center;
        width: 100%;
    }
    .get-appointment-imges{
        max-width: 360px;
        width: 100%;
    }
    .get-appointment-imges img{
        border-radius: 20px;
    }
    .lp-get-appointment-imges-form .lp-get-appointment-form {
        padding: 30px 30px 50px 30px;
        width: inherit;
    }
    .lp-get-appointment-imges-form{
        padding-top: 50px;
    }
    .lp-get-appointment-imges-form{
        width: 100%;
        max-width: 100%;
        margin: 0 15px;
        margin-top: -135px;
    }
    .lp-review-section .container{
        max-width: 92%;
    }
    .lp-solutions-customized{
        position: relative;
        z-index: 0;
    }
    .lp-solutions-customized:before{
        content: "";
        position: absolute;
        background-color: rgba(215, 215, 215, 0.7);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
    }
    .emergency-section{
        padding: 20px 0;
    }
    .emergency-section .emergency-contact .emergency-contact-number p a{
        font-size: 16px;
        line-height: 28px;
    }
    .emergency-section .emergency-contact .emergency-contact-number p {
        font-size: 16px;
        line-height: 1.5;
        width: 100%;
        max-width: 79%;
        margin: 0 auto;
    }
    .lp-dentures-starting-section .lp-dentures-starting-info ul{
        padding: 0 0 0 40px;
    }
    .never-section .row {
        align-items: center;
        flex-flow: wrap;
    }
    .never-section .row .never-order{
        order: -1;
    }
    .never-section .never-text {
        margin: 0;
    }
    .never-text.never-m {
        margin: 0;
    }
    .never-text ul{
        margin: 20px 0 0;
    }
    .testimonials-title {
        width: 30%;
    }
    .testimonials-slider-info {
        width: 70%;
    }
    .never-text .btn.lp-btn-lp {
        margin-top: 10px;
    }
    .never-img-mobile{
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .never-img-desktop{
        display: none;
    }
    .testimonials-slider-info .testimonials-slider .slider-top h5{
        margin: 0 0 0 10px;
    }
    .footer_btn{
        text-align: right;
    }
    .footer_text p{
        margin: 30px 0 0;
        text-align: center;
    }
}
@media only screen and (max-width: 767px){
    .footer_logo{
        margin: 0 0 30px;
    }
    .footer_logo,
    .footer_btn{
        text-align: center;
    }
    .footer-top-info p br{
        display: none;
    }
    .lp-denture-near-me-banner .container{
        max-width: 100%;
        padding: 0 15px!important;
    }
    .lp-denture-near-me-banner .banner-info{
        padding: 40px 0;
        max-width: 85%;
        margin: 0 auto;
        display: table;
    }
    .lp-denture-near-me-banner .banner-info h1,
    .lp-denture-near-me-banner .banner-info p{
        color: #081C24;
    }
    .lp-denture-near-me-banner .banner-info h1{
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 10px;
    }
    .banner-info .lp-btn{
        padding: 11px 20px;
        font-size: 16px;
    }
    .lp-dentures-starting-section {
        padding-top: 40px;
    }
    .lp-dentures-starting-section .lp-dentures-starting-info h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .lp-dentures-starting-section .lp-dentures-starting-info h3{
        font-size: 20px;
        margin: 0 0 10px;
        line-height: 26px;
    }
    .lp-get-appointment-imges-form .lp-get-appointment-form h3{
        text-align: center;
    }
    .lp-get-appointment-imges-form .lp-get-appointment-form{
        padding: 30px;
    }
    .lp-solutions-customized h2{
        font-size: 24px;
        line-height: 28px;
    }
    .lp-btn-lp{
        padding: 13px 21px;
    }
    .bg-w-btn{
        padding: 13px 21px;
    }
    .lp-review-section h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .lp-review-section {
        padding: 40px 0 20px;
    }
    .transformations-lp h4{
        font-size: 16px;
        line-height: 28px;
    }
    .transformations-lp h3{
        font-size: 22px;
        line-height: 30px;
    }
    .banner-info-img{
        display: block;
    }
    .lp-denture-near-me-banner{
        background-image: none;
    }
    .lp-denture-near-me-banner{
        background-position: left;
    }
    /* .banner-info-img img {
        width: 100%;
        max-width: 70%;
        margin-top: 20px;
        margin: 0 auto;
        display: block;
    } */
    .banner-info-img img {
        width: 100%;
        max-width: 100%;
    }
    .lp-denture-near-me-banner{
        position: relative;
        z-index: 0;
    }
    .lp-denture-near-me-banner:before{
        content: "";
        position: absolute;
        background-color: #C8D5E5;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
        /* opacity: 0.6; */
    }
    .lp-denture-near-me-banner{
        padding: 0;
        min-height: auto;
    }
    /* .lp-denture-near-me-banner{
        padding: 100px 0;
        position: relative;
        z-index: 0;
        background-position: 77%;
    } */
    .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 rgba(255, 255, 255, 0.4) !important;
        width: 100%;
        position: relative;
        display: block;
        text-transform: uppercase;
        font-family: 'TV 2 Sans Condensed';
        font-style: normal;
        font-weight: 500;
        background: #0054B3;
        border-radius: 8px;
        color: #fff;
        outline: none;
        border: 2px solid transparent;
        text-decoration: none !important;
        padding: 15px 28px;
        font-size: 16px;
        line-height: 1;
        display: inline-block;
        text-align: center;
    }
    .page-default-btn a img {
        max-width: 15px;
        margin-left: 5px;
        margin-top: -6px;
    }
    .page-default-btn{
        display: block;
    }
    /*.lp-denture-near-me-banner .banner-info{
        padding: 0;
    }*/
    .lp-dentures-starting-section .lp-dentures-starting-info ul li{
        font-size: 16px;
        line-height: 30px;
    }
    .instant-care-section .instant-care-info ul{
        padding: 0 0 0 30px;
    }
    .never-section .never-text {
        margin: 0;
    }
    .testimonials-title h2{
        font-size: 24px;
        line-height: 38px;
        margin: 20px 0 0 0;
    }
    .testimonials-title {
        width: 35%;
    }
    .testimonials-slider-info {
        width: 65%;
    }
    .footer-top-info p{
        font-size: 16px;
        line-height: 26px;
        max-width: 100%;
    }
    footer .bg-w-btn {
        margin: 30px 0 0;
    }
    .instant-care-section .instant-care-info h2{
        font-size: 24px;
        line-height: 30px;
    }
    .never-text h3{
        margin: 0 0 15px;
    }
    .lp-dentures-starting-section{
        padding: 50px 0 140px;
    }
    .never-section-p-b {
        padding: 0 0 40px;
    }
    .never-section-p {
        padding: 40px 0;
    }
    .never-text-btn {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    /* .lp-denture-near-me-banner:before{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: -1;
    } */
    .lp-dentures-starting-section .lp-dentures-starting-info ul {
        width: 100% !important;
        float: left;
    }
    footer{
        padding: 29px 0 80px;
    }
    .emergency-footer .footer-logo, .emergency-footer .footer-btn{
        width: 50%;
    }
    .emergency-footer .footer-btn{
        text-align: right;
    }
    .emergency-footer p{
        width: 100%;
        text-align: center;
    }
    footer .emergency-footer > div{
        text-align: center;
    }
    footer .bg-w-btn{
        float: none;
    }
    .lp_footer{
        padding: 28px 0 80px;
    }
}
@media only screen and (max-width: 575px){
    .button-header .lp-btn span{
        display: none;
    }
    .button-header .lp-btn {
        padding: 14px 25px;
    }
    footer {
       text-align: center;
       padding: 10px 0 80px;
    }
    .review-all{
        padding: 20px;
    }
    .transformations-lp{
        padding: 15px;
        margin: 0 0 20px;
    }
    .lp-transformations-section .lp-btn-lp {
        padding: 11px 7px;
        font-size: 12px;
    }
    .form-group.appointment-form-pl {
        width: 100% !important;
        margin: 0;
    }
    .form-group.appointment-form-pr{
        width: 100% !important;
        padding: 0;
    }
    .lp-denture-near-me-banner .container{
        padding-left: 15px;
    }
    .lp-solutions-customized .container {
        padding-left: 15px;
    }
    .lp-dentures-starting-section .lp-dentures-starting-info h3{
        font-size: 18px;
    }
    .lp-btn-lp {
        padding: 10px 15px;
        font-size: 13px;
    }
    .page-default-btn a{
        padding: 15px 9px;
        font-size: 14px;
    }
    .lp-dentures-starting-section .lp-dentures-starting-info ul{
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }
    .testimonials-title {
        width: 100%;
    }
    .testimonials-slider-info {
        width: 100%;
    }
    .testimonials-info {
        padding: 14px;
        display: inline-block;
        align-items: inherit;
        width: 100%;
    }
    .testimonials-title h2 {
        font-size: 24px;
        line-height: 38px;
        margin: 0 0 20px 0;
    }
    .testimonials-slider-info .testimonials-slider{
        padding: 20px;
    }
    .testimonials-slider-info .testimonials-slider-content button{
        z-index: 11;
    }
    .testimonials-slider-info .testimonials-slider-content button.slick-next {
        left: auto!important;
        right: 0!important;
        top: -30px!important;
    }
    .testimonials-slider-info .testimonials-slider-content button.slick-prev {
        top: -30px!important;
        left: auto!important;
        right: 40px;
    }
    .lp-denture-near-me-banner .banner-info p{
        max-width: 100%;
    }
    .emergency-section .emergency-contact .emergency-contact-number p{
        max-width: 275px;
    }
    /* .lp-denture-near-me-banner .banner-info{
        position: relative;
        top: 65px;
    } */
    /* .lp-denture-near-me-banner{
        padding: 230px 0 80px;
        background-position: 77%;
    } */
    .emergency-footer .footer-logo, .emergency-footer .footer-btn, .emergency-footer p{
        text-align: center;
        width: 100%;
    }
    .footer_logo {
        margin: 0 0 20px;
    }
}
@media only screen and (max-width: 425px){
    .lp-get-appointment-imges-form{
        padding-top: 0;
    }
    .page-default-btn a img{
        margin-top: -4px;
    }
}
/* testimonial section start */
.lp-section-padding{
    padding: 100px 0 60px;
}
.lp_testimonial_section {
    position: relative;
}
.testimonial_title_inner {
    position: relative;
    margin: 0 0 70px;
    max-width: 480px;
}
.testimonial_title_inner h2{
    margin: 0 0 30px;
    color: #161616;
}
.testimonial_title_inner p{
    font-size: 16px;
    line-height: 1.7;
    color: #2F2D2D;
    margin: 0 0 40px;
}
.lp_testimonial_slider{
	overflow: hidden;
}
.lp_testimonial_slider .slick-list.draggable{
	margin: 0 -45px 0 0;
}
.lp_testimonial_slider .slick-track{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.lp_testimonial_slider .slick-track > div{
	height: auto;
	padding: 0 15px;
}
.lp_testimonial_slider .row > div{
    padding: 0 20px;
}
.lp_testimonial_slide {
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 8px 17px rgba(34, 81, 168, 0.09);
    border-radius: 20px;
    padding: 40px 30px 30px;
    margin: 0 0 40px;
    height: calc(100% - 80px);
}
.tesimonial_content_main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tesimonial_content_title h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 12px;
    color: #323232;
}
.testimonial_rating ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 18px;
}
.testimonial_rating ul li{
    margin: 0 2px 0 0;
}
.testimonial_description p{
    font-size: 16px;
    font-weight: 400;
    color: #2F2D2D;
    line-height: 1.5;
    margin: 0;
}
.lp_testimonial_arrows{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.lp_testimonial_arrow{
	background: #Fff;
	border: 2px solid transparent;
	padding: 0;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	transition: all 0.5s;
	margin: 0 0 0 28px;
}
.lp_testimonial_arrow:hover{
	background: #0054B3;
}
.lp_testimonial_arrow:hover img{
	filter: grayscale(1) brightness(0) invert(1);
}
.lp_testimonial_arrow:focus{
	outline: none;
}
.morecontent span{
	display: none;
}
.morecontent .morelink{
	color: #0054B3;
	font-weight: 600;
}
@media only screen and (max-width: 1440px){
    .lp-section-padding {
        padding: 80px 0 40px;
    }
}
@media only screen and (max-width: 1199px){
    .container, .container-fluid {
        padding: 0 6%!important;
        max-width: 100%;
    }
    .lp-section-padding {
        padding: 60px 0 20px;
    }
    .footer_text p{
        font-size: 12px;
    }
}
@media only screen and (max-width: 1199px){
    .lp-section-padding {
        padding: 50px 0 10px;
    }
}
@media only screen and (max-width: 767px){
	.testimonial_title_inner{
		margin: 0 0 40px;
	}	
    .section_title_content h2, .never-text h3, .lp-get-appointment-imges-form .lp-get-appointment-form h3 {
        font-size: 22px;
    }
    .testimonial_title_inner h2, .testimonial_title_inner p {
        margin: 0 0 20px;
    }
}
/* testimonial section end */
@media only screen and (max-width: 480px){
    #sp-header .container{
        padding: 0 20px;
    }
    #sp-header .container .row > div{
        padding: 0;
    }
    #sp-header .container .row{
        margin: 0;
    }
/*     .button-header .lp-btn{
        padding: 8px 22px;
    } */
    .bg-w-btn {
        width: 100%;
        text-align: center;
    }
    .lp-dentures-starting-section .lp-dentures-starting-info ul,
    .instant-care-section .instant-care-info ul{
        padding: 0;
    }
    .lp-get-appointment-imges-form .lp-get-appointment-form{
        padding: 30px 0;
    }
    .container{
        padding: 0 20px;
    }
    .form-group.form-group-btn button {
        padding: 10px 0px 8px;
        font-size: 15px;
        line-height: 1.6;
        width: 100%;
        text-align: center;
    }
    .lp-btn-lp{
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding: 14px 18px;
    }
    .lp-get-appointment-imges-form{
        padding: 20px;
    }
    .get-appointment-imges,
    .get-appointment-imges img{
        max-width: 100%;
        width: 100%;
    }
}