body{
  text-align: left;
  line-height: 33px;
  font-size: calc(16px + 2*((100vw - 500px) / 940));
  color: #4e5857;
  font-family: "Barlow", sans-serif;
}

* {

	margin: 0;

	padding: 0;

	border: none;

	outline: none;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box

}

a {

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

	text-decoration: none;

    color: #038EC5;

    font-weight: 600;

}

a:hover {

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

	text-decoration: none;

}
::selection {

	background: #81aee7;

}

::-moz-selection {

	background: #81aee7;

	color: #fff;

}

::-webkit-selection {

	background: #81aee7;

	color: #fff;

}

::-ms-selection {

	background: #81aee7;

	color: #fff;

}

::-o-selection {

	background: #81aee7;

	color: #fff;

}
@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('../fonts/Helvetica.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Helvetica Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Oblique'), url('../fonts/Helvetica-Oblique.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Helvetica Compressed';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Compressed'), url('../fonts/helvetica-compressed-5871d14b6903a.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Helvetica Rounded Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Rounded Bold'), url('../fonts/helvetica-rounded-bold-5871d05ead8de.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('../fonts/Helvetica-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Helvetica Bold Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Bold Oblique'), url('../fonts/Helvetica-BoldOblique.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Helvetica Light';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Light'), url('../fonts/helvetica-light-587ebe5a59211.woff') format('woff');
    }
:root {
  --base-color: #3759a3;
  --primary-color: #132e52;
  --secondary-color: #e37e6b;
  --black-color: #2f2f2f;
  --white-color: #fff;
  --lighter-color: #f2f9ff;
  --second-font: 'Helvetica', sans-serif;
   --base-font: "Barlow", sans-serif; 
   --third-font: "Roboto", sans-serif;
  scroll-behavior: inherit;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
h2 {
    font-family: var(--second-font);
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
}
p{
  font-family: "Barlow", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
}
.bg-grey{
    background-color: #F7F7F7 !important;
}
.bg-white{
    background-color: #fff;
}
.header-top{
    background-color: #F7F6F6;
    padding: 15px 0;
}
.t-logo a img {
    max-width: 196px;
}
.header-top-txt p{
     font-size: 13px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
}
.header-top-icons p{
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
    margin-right: 20px;
}
.header-top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-icons {
        display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
}

.header-top-icons ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.header-top-icons ul li a {
    color: #000;
    font-size: 24px;
}
.header-top-icons ul li {
    margin: 0 10px;
}
.header-bottom{
    background-color: #fff;
    padding: 15px 9%;
}
.stopwatch-box {
    display: flex;
}

.stopwatch i {
    color: #19254F;
    font-size: 35px;
    margin-right: 15px;
}

.stopwatch-txt span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--third-font);
    color: #19254F;
}

.stopwatch-txt p {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
    margin-bottom: 0;
}
a.phone-icon i {
    font-size: 30px;
    color: #8B0000;
    margin-right: 10px;
}

a.phone-icon {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    /*font-style: italic;*/
    color: #19254F;
}
a.make-p {
    background-color: #8B0000;
    font-family: var(--second-font);
    font-weight: 500;
    border-radius: 15px 15px 15px 15px;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.dentist-m-two{
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    /* padding: 50px 0px 50px; */
    padding: 50px 0px 50px;
    position: relative;
}
.dentist-m-two::before {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}

.dentist-m-coontent-two {
    position: relative;
}

.dentist-m-img {
    position: relative;
}
.dentist-m-coontent-two h2 {
    font-size: 60px;
    color: #19254F;
    line-height: 75px;
        position: relative;
        font-family: var(--second-font);
}
.dentist-m-coontent-two h2 span {
    display: block;
    color: #8b0000;
    font-size: 60px;
    font-weight: 700;
}
.dentist-m-coontent-two span{
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}
.dentist-m-coontent-two h2::after {
    position: absolute;
    content: "";
    background-color: #8b0000;
    bottom: -30px;
    width: 340px;
    height: 2px;
    left: 0;
}
.dentist-m-coontent-two p{
    font-size: 18px;
    color: #242323;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 25px;
    margin-top: 55px;
}
.learn-more-b.learn-more-b-t-two {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    border-radius: 30px;
    background-color: #8B0000;
}
.dentist-m-img-two img {
    width: 100%;
}
.healthcare-sec-two{
    padding: 20px 0px 0;
}
.healthcare-lft-two a{
    color: #038EC5;
}
.healthcare-lft-two h2{
        color: #19254F;
    font-family: var(--second-font);
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}
.healthcare-lft-two h2 span {
    color: #8b0000;
    font-family: var(--second-font);
    font-size: 40px;
    font-weight: 600;
}
.healthcare-lft-two span{
        font-size: 15px;
    font-weight: 600;
    color: #7ABC3D;
    margin-bottom: 18px;
    display: inline-block;
}
.healthcare-rgt-box-two .form-control {
    font-size: 15px;
    margin-bottom: 10px;
}
.healthcare-rgt-box-two .form-control::placeholder{
    color: #000;
}
.form-group.d-flex.rj .form-check label {
    font-size: 16px;
    display: flex;
    align-items: center;
}
.form-group.mt-2.mb-2 label {
    font-size: 16px;
}
.high-qu-inner-two span {
         font-weight: 600;
    color: #7ABC3D;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 15px;
}
.check-our-case span {
    font-weight: 600;
    color: #7ABC3D;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 15px;
}

.check-our-case h2 {
        font-size: 40px;
    line-height: normal;
    color: #19254F;
    font-weight: 600;
    font-family: var(--second-font);
}

.check-our-case p {
    /* font-size: 19px; */
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}

.healthcare-lft-two p{
        font-size: 17px;
    color: #242323;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
}
.healthcare-box-two {
    display: flex;
    justify-content: space-between;
}

.healthcare-box-two .healthcare-lft-two {
    width: 57%;
}

.healthcare-box-two .healthcare-rgt-two {
    width: 39%;
}
.healthcare-rgt-box-two {
        position: relative;
    top: -110px;
}
.healthcare-rgt-box-two .make-ap-head-two{
     background-color: #19254F;
    position: relative;
    padding: 10px;
    margin-bottom: 30px;
}
.make-ap-head-two h4 {
    color: #fff;
    font-family: var(--base-font);
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 17px;
    text-align: center;
    padding: 16px 0;
    margin: 0;
}
.healthcare-rgt-box-two .make-ap-head-two i {
    font-size: 50px;
    color: #BADA55;
    position: absolute;
    left: 10px;
}
form.fo-box {
    background-color: #F7F6F6;
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 50px 20px;
}
.form-group.d-flex.rj {
    flex-wrap: wrap;
    color: #000;
}
form.fo-box p {
    color: #000;
}
.form-group.d-flex.rj .form-check {
    margin-right: 15px;
    margin-bottom: 10px;
}
.hours-box-inner-two {
    display: flex;
    background-color: #225959;
    padding: 12px 20px;
    width: 48%;
}
.hours-box-two {
    display: flex;
    justify-content: space-between;
}
.hours-box-inner-lft-two {
   width: 12%;
    margin-right: 30px;
    margin-top: 0;
}

.hours-box-inner-lft-two img {
    width: 100%;
}

.hours-box-inner-rgt-two h6 {
    color: #fff;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    font-family: var(--second-font);
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 5px;
}
.hours-box-inner-rgt-two h6 span{
    color: #BADA55;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    font-family: var(--second-font);
    font-weight: 600;
}
.hours-box-inner-rgt-two p {
    font-size: 15px;
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
}
.take-a-look-sec{
    width: 100%;
    padding: 50px 0px 50px;
    background-position: center center;
    background-size: cover;
}
.taka-look-lft h2 {
    color: #ffff;
    font-size: 40px;
    line-height: normal;
    font-weight: 600;
    font-family: var(--second-font);
}
.taka-look-lft {
    margin-right: 15px;
}
.taka-look-lft ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.taka-look-lft ul li {
        color: #fff;
    font-size: 19px;
    padding-bottom: 19px;
    display: flex
;
    align-items: center;
}
.take-a-look-sec .row {
    align-items: center;
}
.taka-look-lft ul li i {
    font-size: 30px;
    margin-right: 15px;
}
.dr-sec h2{
        color: #19254F;
    font-family: var(--second-font);
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.dr-sec h2 span{
    color: #8b0000;
}
.dr-sec{
    padding: 50px 0 30px;
}
.shine img {
    border-radius: 5px;
}
section.t-our-sec {
    padding: 50px 0px;
}

section.t-our-sec .t-our-sec-rgt {
    text-align: right;
}
section.t-our-sec .t-our-sec-rgt span {
    font-size: 15px;
    font-weight: 600;
    color: #7ABC3D;
        display: inline-block;
    margin-bottom: 15px;
}
section.t-our-sec .row {
    align-items: center;
}
section.t-our-sec .t-our-sec-rgt h2 {
        font-size: 40px;
    line-height: normal;
    color: #19254F;
    font-family: var(--second-font);
    font-weight: 600;
}
section.t-our-sec .t-our-sec-rgt h2 span {
    color: #8b0000;
     font-size: 40px;
    line-height: normal;
    font-weight: 600;
}
section.t-our-sec .t-our-sec-rgt p {
        font-size: 17px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
    color: #000;
}
.high-qu-sec-two{
    background-position: center center;
    padding: 60px 0;
    background-size: cover;
}
.high-qu-inner-two {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.high-qu-inner-two h2 {
        font-size: 40px;
    line-height: normal;
    color: #19254F;
    font-weight: 600;
    font-family: var(--second-font);
}

.high-qu-inner-two p {
        font-size: 17px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
    color: #000;
}

.our-logo-two {
    display: flex;
    justify-content: center;
}
.g-dentsit-two {
    display: flex;
    justify-content: space-between;
}

.g-dentsit-box-two {
    background-color: #fff;
    text-align: center;
    padding: 26px;
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.g-dentsit-box-two h3 a {
    font-size: 18px;
    font-weight: 600;
    color: #3350A0;
    font-family: var(--base-font);
}

.g-dentsit-box-two a {
    color: #000;
    text-decoration: none;
}

.g-dentsit-box-two img {
    text-align: center;
    width: 100%;
    max-width: 65px;
    margin: 0 auto;
}
.check-our-case{
    padding: 60px 15px 80px;
}
.g-dentsit-box-two a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
.case-slide-box img {
    max-width: 100%;
}
.case-slider-01 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    bottom: -40px;
}
.patient-inf-sec{
    background-position: center center;
    padding: 60px 15px 60px;
    background-size: cover;
}
.patient-inf-box span {
    font-weight: 600;
    color: #7ABC3D;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 15px;
}

.patient-inf-box h2 {
        font-size: 40px;
    line-height: normal;
    color: #19254F;
    font-weight: 600;
    font-family: var(--second-font);
}

.patient-inf-box p {
        font-size: 17px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
    color: #000;
}
.care-ceadit-sec{
    text-align: center;
}
.care-ceadit-sec p{
        font-size: 17px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto 30px;
}
section.take-a-look-sec.care-ceadit-sec img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.review-n-sec-new{
    background-position: center center;
    padding: 70px 0px 0;
    position: relative;
    background-size: cover;
}
.review-slide-box-new{
    background-color: #fff;
    border-radius: 5px;
    border: solid 2px #eee;
    padding: 30px;
    text-align: center;
    box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.review-slide-box-new .review-img-new img {
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 999999;
    margin: -80px auto 15px;
    left: 0;
    right: 0;
}

.review-slider-box-new .bx-wrapper .bx-viewport {
    overflow: initial !important;
}

.review-slider-box-new {
    overflow: hidden;
    padding: 0px 0 0;
}

.review-slide-box-new span {
    font-size: 20px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}

.review-slide-box0new p {
    font-size: 17px;
    margin-bottom: 20px;
    position: relative;
}
.review-n-sec-new span {
        font-weight: 600;
    color: #7ABC3D;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 15px;
    position: relative;
}

.review-n-sec-new h2 {
    font-size: 40px;
    line-height: normal;
    color: #19254F;
    font-weight: 600;
    font-family: var(--second-font);
    position: relative;
}

.review-n-sec-new p {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    position: relative;
}

.review-n-sec-new::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
}
.o-blog-inner-two {
    border: 1px solid #19254f;
    padding: 20px;
    border-radius: 10px;
}

.o-blog-inner-two img {
    max-width: 100%;
}

section.o-blog-two {
    padding: 60px 15px;
}
.o-blog-two span{
    font-weight: 600;
    color: #7ABC3D;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 15px;
}

.o-blog-inner-two h4 {
        color: #3350A0;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0 0px;
}

.o-blog-two .o-blog-inner-two span {
    color: #19254F;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}


section.o-blog-two h2 {
    font-size: 40px;
    line-height: normal;
    color: #19254F;
    font-weight: 600;
    font-family: var(--second-font);
}

section.o-blog-two p {
        font-size: 17px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
}
.fom-inner {
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
}

.fom-inner input.form-control {
    font-size: 15px;
    height: 42px;
    padding: 10px;
    margin-bottom: 11px;
}
.fom-inner input.form-control::placeholder{
    color: #000;
}
.fom-inner span {
    font-weight: 600;
    color: #7ABC3D;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 15px;
}

.fom-inner h2 {
        font-size: 40px;
    line-height: normal;
    color: #19254F;
    font-weight: 600;
    font-family: var(--second-font);
}

.fom-inner p {
        font-size: 17px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
}
section.fom-n {
    padding: 50px 0;
    background-position: center center;
    background-size: cover;
}
.a-b-gallery .owl-dots {
text-align: center;
padding-top: 25px;
}
.a-b-gallery .owl-dots button.owl-dot {
width: 12px;
height: 12px;
border-radius: 50%;
display: inline-block;
background: #000;
    opacity: .2;
margin: 0 5px;
transition: all 0.5s ease;
}
.a-b-gallery .owl-dots button.owl-dot.active {
background-color: #e4a195;
border-radius: 40px;
opacity: 1;
}
.a-b-gallery .owl-dots button.owl-dot:focus {
outline: none;
}
.footer-sec{
    background-color: #F7F7F7;
    padding: 50px 0;
}
.footer-box-first {
    /* background-color: #225959; */
    padding: 0px;
}
.footer-box-two {
    padding-left: 40px;
}

.footer-box-two.footer-box-th {
    padding-left: 0;
}
.footer-box-two ul li a {
    color: #19254F;
	text-decoration:underline;
}
.footer-box-first p {
    font-size: 17px;
    font-weight: 400;
    color: #19254F;
    line-height: 28px;
}

.footer-box-first img {
    margin-bottom: 15px;
    max-width: 210px;
}
.footer-box-first ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-box-first ul li a {
    color: #19254F;
    font-size: 17px;
    font-weight: 400;
}

.footer-box-first ul li a i {
    margin-right: 10px;
    color: #8B0000;
}
.footer-box-two h3 {
    font-size: 18px;
    font-weight: 600;
    color: #19254F;
    font-family: var(--second-font);
    position: relative;
    padding-bottom: 29px;
    margin-bottom: 20px;
}
.footer-box-two h3::after{
        content: "";
    position: absolute;
    height: 3px;
    background-color: #19254F;
    width: 20%;
    left: 0;
    bottom: 0;
}
.footer-box-two ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.map-sec iframe {
    margin-bottom: 0;
}

.footer-box-two ul li {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
}
.footer-box-two.footer-box-th ul {
    display: flex;
}

.footer-box-two.footer-box-th ul li a {
    /* background-color: #fff; */
    height: 70px;
    width: 30px;
    font-size: 18px;
    color: #19254F;
    /* padding: 8px; */
    border-radius: 50%;
    margin-right: 8px;
}

.footer-box-two.footer-box-th ul li a i {
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 23px;
    padding: 8px;
}
.msg-div {
    margin: 20px 0;
}
.make-a-app a {
    background-color: #8B0000;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    font-weight: 600;
    font-family: var(--base-font);
}
.make-a-app {
    margin-bottom: 30px;
}
.we-a ul {
    list-style: none;
}

.we-ac ul li img {max-width: 66px;margin-right: 10px;}
.acdemy-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.acdemy-sec ul li a img {
    max-width: 160px;
    filter: brightness(0.5);
    -moz-filter: brightness(0.5);
    -o-filter: brightness(0.5);
}
.review-slider-box-new .owl-stage-outer {
    overflow: initial !important;
}
.review-img-new img {
    max-width: 80px;
}

.review-img-new {
    position: relative;
}

.review-img-new img.re-go {
    position: absolute;
    max-width: 35px;
    background-color: #fff;
    padding: 3px;
    bottom: -10px;
    right: -40px;
}
.str-icon-new ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.str-icon-new ul li {
        max-width: 18px;
    margin: 0 2px
}
.review-slide-box-new h3 {
    font-size: 20px;
    color: #19254F;
    font-family: var(--base-font);
    margin-bottom: 0;
}
.review-slider-box-new .review-slide-box-new span {
    color: #8a8a8a;
    font-size: 13px;
        margin-bottom: 7px;
        font-weight: 400;
}
.str-icon-new {
    margin-bottom: 11px;
}

/* Dental Financing Page Start */
section.dental-financing {
    padding: 40px 0;
}
.dental-financing h2 {
    color: #19254F;
    font-family: var(--second-font);
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 85px;
    position: relative;
        line-height: 1.1;
}
.dental-financing h2::after {
    position: absolute;
    content: "";
    background-color: #8b0000;
    bottom: -44px;
    width: 150px;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.dental-financing h2 span{
    color: #3350a0;
}
.dental-financing-content p{
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
}
.major-client ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.major-client ul li img {
    width: 145px;
}
.any-question{
    background-color: #225959;
    max-width: 80%;
    padding: 50px;
    margin: 60px auto 0;
    text-align: center;

}
.any-question p {
    font-size: 21px !important;
    font-weight: 400;
    color: #FFFFFF !important;
    text-align: center;
}
.any-question.any-question-two {
    max-width: 90%;
    margin: 50px auto 20px;
}
.any-question span{
        text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    color: #FFFFFF;
}
.any-question ul li a {
    background-color: #8B0000;
    border-radius: 30px 30px 30px 30px;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    font-family: var(--third-font);
}
.any-question ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

.any-question ul li {
    margin: 30px 10px 5px;
}
.major-client {
    margin: 66px 0 0;
}
/* Dental Financing Page End */

/* Appointment Page Start */
img.work-time {
    width: 40px;
}

section.work-time-sec {
    padding: 45px 0;
}
.work-time-sec.dental-financing {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
}
.calling-sec {
    max-width: 780px;
    margin: 0 auto;
}
.work-time-sec.dental-financing i {
    color: #6EC1E4;
    font-size: 50px;
    margin-bottom: 5px;
}
.calling-sec p {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
    text-align: center;
    margin-bottom: 30px;
}
.gallery-b a img {
    min-height: 250px;
    margin-bottom: 20px;
}
/* Appointment Page End */

/* new page */
section.dental-financing2 {
    padding: 40px 0 0;
}


.emer-2 h2 {
	color:#000;
		}

.emer-2 p {
	color:#FFF;
		}

		
.dental-exam-sec h1 {
    color: #19254F;
   /* font-family: var(--second-font);*/
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 85px;
    position: relative;
    line-height: 1.1;
}
.dental-exam-sec h1::after {
    position: absolute;
    content: "";
    background-color: #8b0000;
    bottom: -44px;
    width: 150px;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.genral-den-content p {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
}
a.make-apin {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    background-color: #8B0000;
    border-radius: 30px 30px 30px 30px;
    font-family: var(--third-font);
    font-weight: 500;
}
.dental-dentistry.dental-financing h2 span {
    color: #8b0000;
}
.dentistry-sec {
    padding: 60px 0 0;
}
.dentistry-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dentistry-sec ul li {
    padding: 20px 20px 45px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    width: 49%;
    text-align: center;
    margin-bottom: 30px;
}

.dentistry-sec ul li img {
    margin-bottom: 15px;
}
.dentistry-sec ul li h3{
    margin-bottom: 5px;
}
.dentistry-sec ul li h3 , .dentistry-sec ul li h3 a {
    font-size: 20px;
    font-weight: 600;
    color: #19254F;
    font-family: var(--second-font);
}
.dentistry-sec ul li a{
    font-size: 17px;
    font-weight: 400;
    color: #3350A0;
}
.dentistry-sec ul li:nth-child(7) {
    margin-bottom: 0;
}

.dentistry-sec ul li:nth-child(8) {
    margin-bottom: 0;
}
.dental-exam-sec h3 {
    color: #19254F;
    font-family: var(--second-font);
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 85px;
    position: relative;
    line-height: 1.1;
}
.dental-exam-sec h3::after{
        position: absolute;
    content: "";
    background-color: #8b0000;
    bottom: -44px;
    width: 150px;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.dental-clean-section {
    background-color: #F7F7F7;
    padding: 40px 0;
}
.dental-clean-section.dental-financing p {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 40px;
    color: #000000;
}
.row.genral-den {
    padding-bottom: 10px;
}
.our-professional-sec {
    padding: 40px 0;
}
.professional-content h2 {
    color: #19254F;
    font-family: var(--second-font);
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.1;
    font-weight: 600;
}
.professional-content p {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    line-height: 40px;
    color: #000000;
}

section.dental-clean-section.dental-financing .examination-box h2 {
    text-align: left;
    margin-bottom: 75px;
}

section.dental-clean-section.dental-financing .examination-box h2::after {
    /* margin: inherit; */
    /* bottom: 0; */
    text-align: left;
    /* margin-top: 20px; */
    margin-left: 0;
}
.examination-box ul {
    list-style: outside;
    margin: 0;
    padding: 0;
}

.examination-box ul li {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
}
.contact-form-inner {
    background-color: #225959;
    padding: 20px;
}

.contact-form-inner form.fo-box {
    background-color: inherit;
    padding: 0;
}

.contact-form-inner h4 {
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: var(--third-font);
    margin-bottom: 20px;
}
.contact-form-inner .form-control::placeholder{
    color: #000;
}
.contact-form-inner .form-control{
font-size: 15px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
img.cp-new {
    max-width: 50%;
}
section.dental-cl-sec {
    padding: 45px 0;
}

section.dental-cl-sec h2 {
    color: #19254F;
    font-family: var(--second-font);
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 85px;
    position: relative;
    line-height: 1.1;
    letter-spacing: 1px;
}
section.dental-cl-sec h2::after{
    position: absolute;
    content: "";
    background-color: #8b0000;
    bottom: -44px;
    width: 150px;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.dental-cl-box ul {
    padding: 0;
    margin: 0 0 20px;
    list-style: outside;
}

.dental-cl-box ul li {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
    
}
.dental-cl-box p{
         text-align: left;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
}
.prevention-box ul li {
    padding: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    width: 23.6%;
    text-align: center;
}
.prevention-box ul li h3{
    font-size: 22px;
    font-weight: 600;
    color: #19254F;
    font-family: var(--base-font);
}
.prevention-box ul li p{
        font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 27px;
}
.prevention-box ul {
    list-style: none;
    margin: 0 0 20px;
        display: flex;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap;
}
.prevention-box ul li img {
    max-width: 70px;
    margin-bottom: 20px;
}
section.dental-cl-sec.treatment-dental ul li img {
    max-width: 90px;
}
section.dental-oral-sec {
    padding: 40px 0;
    background-color: #F7F7F7;
}

section.dental-oral-sec h2 {
    color: #19254F;
    font-family: var(--second-font);
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    letter-spacing: 1px;
}
section.dental-cl-sec p {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 27px;
    text-align: center;
}
section.dental-oral-sec p {
    text-align: center;
    font-family: "Barlow", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
    margin-bottom: 5px;
}
.accordion-main .accordion-item.accordion-box {
    background-color: transparent;
}

.accordion-main .accordion-item.accordion-box .accordion-button {
    background-color: transparent;
    font-size: 22px;
    font-weight: 600;
    color: #19254F;
    font-family: var(--base-font);
    border-top: 1px solid rgba(0,0,0,.125);
    padding-left: 55px;
}
.accordion-main .accordion-body p {
    text-align: left;
}
   .accordion-button::after {
  background-image: url(../images/plus.svg);
  transition: all 0.5s;
  position: absolute;
    left: 20px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.svg);
}
.accordion-button::after {
  transition: all 0.5s;
}
section.gum-disease-sec.dental-financing {
    padding: 70px 0 50px;
}
.genral-den-pic img {
    width: 100%;
}
.genral-den-content h3 {
    font-family: var(--second-font);
    line-height: 1.1;
    font-size: 35px;
    font-weight: 600;
    color: #19254F;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.genral-den-content h3::after{
    width: 15%;
    margin: 0 auto;
    background-color: #8B0000;
    height: 3px;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
}
.gum-disease-sec a.make-apin {
    background-color: #C02032;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #C02032;
    border-radius: 40px 40px 40px 40px;
    margin-top: 10px;
}
.healthy-gums {
    background-color: #FAFAFA;
    padding: 40px 0;
}

.healthy-gums-box p {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
}

.healthy-gums-box {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}
.healthy-gums {
    background-color: #FAFAFA;
    padding: 40px 0;
}

.healthy-gums-box p {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
}

.healthy-gums-box {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}

.healthy-gums-box img {margin: 30px 0 30px;}
.healthy-gums-box h2 {
    font-family: var(--second-font);
    line-height: 1.1;
    font-size: 35px;
    font-weight: 600;
    color: #19254F;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.healthy-gums-box h2::after {
    width: 15%;
    margin: 0 auto;
    background-color: #8B0000;
    height: 3px;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
}
.healthy-gums-box h2 span{
    color: #3350A0;
}
h2.non-surgical {
    line-height: 55px;
}
.dental-cl-sec .dental-cl-box p {
    text-align: left !important;
}
section.wisdom-teeth-sec.dental-financing h3{
    font-weight: 600;
    color: #202E64;
    font-size: 30px;
    font-family: var(--second-font);
    text-align: center;
    margin-bottom: 20px;
}
section.wisdom-teeth-sec.dental-financing p {
    text-align: center;
    font-family: "Barlow", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
    margin-bottom: 17px;
}
.wisdom-teeth-sec.dental-financing {
    padding: 35px 0;
    text-align: center;
}
section.dental-cl-sec.wisdom-what {
    background-color: #f7f7f7;
}
section.dental-cl-sec.wisdom-what h2 {
    font-size: 35px;
    margin-bottom: 70px;
}

section.dental-cl-sec.wisdom-what h2::after {
    bottom: -30px;
}
.wisdom-teeth-sec a.make-apin {
    background-color: #C02032;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #C02032;
    border-radius: 40px 40px 40px 40px;
    margin-top: 10px;
}
.benefits-sec h2 {
    font-size: 35px;
    margin-bottom: 45px;
    position: relative;
    line-height: 1.1;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    color: #19254F;
    font-family: var(--second-font);
}
.benefits-sec h2::after {
    position: absolute;
    content: "";
    background-color: #8b0000;
    bottom: -20px;
    width: 150px;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.benefits-sec p{
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 27px;
    text-align: center;
}
.benefits-sec p strong {
    display: block;
}
.benefits-sec .prevention-box ul li {
    width: 32%;
}
.benefits-sec .prevention-box ul li img {
    max-width: 90px;
    margin-top: 10px;
}
.dental-clean-section h3 {
    font-size: 35px;
    margin-bottom: 70px;
    position: relative;
    line-height: 1.1;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    color: #19254F;
    font-family: var(--second-font);
}
.dental-clean-section h3::after {
    position: absolute;
    content: "";
    background-color: #8b0000;
    bottom: -35px;
    width: 150px;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.dental-oral-sec.dental-oral-wisdom h2 {
    font-size: 35px;
    margin-bottom: 70px;
    position: relative;
    line-height: 1.1;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    color: #19254F;
    font-family: var(--second-font);
}
.dental-oral-sec.dental-oral-wisdom h2::after {
    position: absolute;
    content: "";
    background-color: #8b0000;
    bottom: -35px;
    width: 150px;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.dental-clean-section.dental-financing .examination-box p {
    text-align: left;
    line-height: 25px;
}
.benefits-sec {
    padding: 30px 0;
}
.review-slider-box-new .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
section.dental-exam-sec.dental-financing h3 {
    font-size: 35px;
}
.oral-health a.make-apin {
    background-color: #C02032;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #C02032;
    border-radius: 40px 40px 40px 40px;
    margin-top: 10px;
}
.dental-cl-box.dental-tooth-box ul {
    list-style: inside;
    padding-left: 15px;
}
.benefits-sec .text-left {
    text-align: left;
}
.benefits-sec .text-left strong {
    display: inline-block;
}
section.benefits-sec.benefits-sec-2 ul li {
    width: 49%;
}
section.dental-clean-section.dental-financing  .examination-box.examination-teath h2 {
    font-size: 35px;
}

section.dental-clean-section.dental-financing .examination-box.examination-teath ul {
    padding-left: 30px;
    margin-bottom: 17px;
}
section.average-cost h2 {
    font-size: 35px;
    color: #19254F;
    font-family: var(--second-font);
    /* font-size: 30px; */
    font-weight: 600;
    text-align: center;
    margin-bottom: 75px;
    position: relative;
    line-height: 1.1;
}
section.average-cost h2::after {
    position: absolute;
    content: "";
    background-color: #8b0000;
    bottom: -35px;
    width: 150px;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
section.average-cost p {
    text-align: left;
    line-height: 25px;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}
.average-cost {
    padding: 40px 0;
}
.any-question.any-question-3 {
    max-width: 97%;
    margin: 30px;
}
.genral-den-content h4 {
    font-weight: 600;
    color: #202E64;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
}   
.dental-clean-section.canal-th.dental-financing p {
    line-height: 25px;
}
.examination-box.examination-teath.examination-teath-01 h2 {
    font-size: 30px;
}

section.dental-clean-section.dental-financing .examination-box.examination-teath.examination-teath-01 h2 {
    font-size: 30px;
    margin-bottom: 65px;
}
section.dental-clean-section.dental-financing .examination-box.examination-teath.examination-teath-01 h4{
    color: #19254F;
    font-family: var(--second-font);
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.1;
}
section.dental-cl-sec.treatment-dental ul li {
    width: 32%;
    margin-bottom: 15px !important;
}
section.dental-clean-section.dental-financing .examination-box.examination-teath.examination-teath-01 h2::after {
    bottom: -33px;
}
section.dental-cl-sec.treatment-dental h4 {
    color: #19254F;
    font-family: var(--second-font);
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
section.dental-cl-sec.treatment-dental p {
    text-align: left;
}

section.dental-cl-sec.treatment-dental ul {margin: 0;padding: 0 0 15px 16px;list-style: outside;}
section.dental-cl-sec.treatment-dental .any-question ul {
    list-style: none;
}

section.dental-cl-sec.treatment-dental ul li {
    margin-bottom: 0;
        font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 27px;
}
.prevention-box.prevention-box-div ul {
    list-style: none !important;
}
section.laser-denti-sec.gum-disease-sec.dental-financing {
    padding: 50px 0;
}
section.laser-denti-sec.gum-disease-sec.dental-financing .row.genral-den {
    padding: 0 0 0 60px;
}
section.laser-denti-second {
    background-color: #FAFAFA;
    padding: 40px 0;
}
section.laser-denti-second .laser-denti-box {
    max-width: 800px;
    margin: 0 auto;
}

section.laser-denti-second .laser-denti-box img {
    text-align: center;
    display: block;
    width: 73%;
    margin: 0 auto 20px;
}
section.laser-denti-second .laser-denti-box h2{
    font-size: 35px;
    font-weight: 600;
    color: #19254F;
    font-family: var(--second-font);
    position: relative;
        text-align: center;
    margin-bottom: 60px;
    position: relative;
    line-height: 1.1;
}
section.laser-denti-second .laser-denti-box h2::after {
    position: absolute;
    content: "";
    background-color: #8b0000;
    bottom: -35px;
    width: 150px;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
section.laser-denti-second .laser-denti-box h2 span{
    color: #3350A0;
}
section.laser-denti-second .laser-denti-box p{
        text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
}
section.laser-denti-second .laser-denti-box ul li{
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
}
section.laser-denti-second .laser-denti-box ul {
    padding: 0 0 0 200px;
    margin: 0 0 20px;
}
section.laser-denti-second .laser-denti-box h6{
        font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
    color: #3350A0;
    font-family: var(--second-font);
    text-align: center;
    margin-bottom: 15px;
}
section.laser-denti-second .laser-denti-box  ul.oral-cancer-screenings-ul {
    padding: 0 0 0 40px;
}
section.cosmetic-dentistry-content{
    padding: 40px 0;
    text-align: center;
}
section.cosmetic-dentistry-content h2 {
    color: #19254F;
    font-family: var(--second-font);
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}
section.cosmetic-dentistry-content p{
        text-align: left;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
}
section.dental-dentistry.expertise-sec.dental-financing {
    background-size: cover;
    position: relative;
    padding: 0;
}
section.dental-dentistry.expertise-sec.dental-financing .dentistry-sec{
    position: relative;
    margin-bottom: 20px;
}
section.dental-dentistry.expertise-sec.dental-financing::before {
    content: "";
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    width: 100%;
    height: 100%;
}
section.dental-dentistry.expertise-sec.dental-financing p {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
}
section.dental-dentistry.expertise-sec.dental-financing ul li p {
    color: #19254F;
}
.examination-box.examination-teath.examination-teath-01 ol li {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
}
section.dental-clean-section.cosmetic-dental-expect.dental-financing h2::after {
    content: inherit;
}

section.dental-clean-section.cosmetic-dental-expect.dental-financing h2 {
    margin-bottom: 20px;
}
.invisible-aligners{
    padding: 50px 0;
    background-color: #FAFAFA;
}
.invisible-aligners h2{
    font-size: 35px;
    font-weight: 600;
    color: #19254F;
    font-family: var(--second-font);
    margin-bottom: 65px;
    line-height: 1.1;
    position: relative;
    text-align: center;
}
.invisible-aligners h2::after {
    position: absolute;
    content: "";
    background-color: #8b0000;
    bottom: -35px;
    width: 150px;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.invisible-aligners h3{
    font-size: 28px;
    font-weight: 500;
    color: #19254F;
    font-family: var(--second-font);
    
    line-height: 1.1;
    position: relative;
    
}
.invisible-aligners p {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
}
.invisible-aligners ul {padding-left: 20px;}
.invisible-aligners ul li {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
}
.what-is-invi .genral-den-content h3 {
    text-align: center;
    margin-bottom: 0;
}
.what-is-invi .genral-den-content h3::after {
    content: inherit;
}
.what-is-invi {
    padding: 45px 0;
}
.correct-aligners{
    padding: 45px 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.correct-aligners::before{
    content: "";
    background-color: rgba(250, 250, 250, 0.9);
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}
.correct-aligners h2{
    font-size: 35px;
    font-weight: 600;
    color: #19254F;
    font-family: var(--second-font);
    margin-bottom: 65px;
    line-height: 1.1;
    position: relative;
    text-align: center;
}
.correct-aligners h2::after {
    position: absolute;
    content: "";
    background-color: #8b0000;
    bottom: -35px;
    width: 150px;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.correct-aligners p{
    position: relative;
    text-align: center;
}
.correct-aligners table{
    position: relative;
    margin-top: 15px;
    display: inline-block;
}
.Works-sec {
    text-align: center;
    padding: 45px 0;
}
.Works-sec h2{
    font-size: 35px;
    font-weight: 600;
    color: #19254F;
    font-family: var(--second-font);
    margin-bottom: 65px;
    line-height: 1.1;
    position: relative;
    text-align: center;
}
.Works-sec h2::after {
    position: absolute;
    content: "";
    background-color: #8b0000;
    bottom: -35px;
    width: 150px;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.invisalign-sec{
    background-color: #F7F7F7;
    padding: 45px 0;
}
.invisalign-sec h2{
        font-size: 35px;
    font-weight: 600;
    color: #19254F;
    text-align: center;
    margin-bottom: 25px;
}
.perfect-sec h2{
    font-size: 35px;
    font-weight: 600;
    color: #19254F;
    font-family: var(--second-font);
    margin-bottom: 65px;
    line-height: 1.1;
    position: relative;
    text-align: center;
}
.perfect-sec h2::after {
    position: absolute;
    content: "";
    background-color: #8b0000;
    bottom: -35px;
    width: 150px;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.perfect-sec p{
    text-align: center;
}
.invisalign-sec p{
    text-align: center;
}
.perfect-sec{
    padding: 45px 0;
}
section.wisdom-teeth-sec.wisdom-teeth-place.dental-financing .make-apin {
    background-color: #8B0000;
    box-shadow: initial;
}
section.dental-cl-sec.porcelain-veneers.wisdom-what h2 {
    color: #19254F;
    font-family: "Helvetica", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 45px;
}
section.dental-cl-sec.porcelain-veneers.wisdom-what h2::after {
    content: inherit;
}
.what-is-invi h2{
        color: #19254F;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 1px;
}
.what-is-invi h4{
        color: #19254F;
    font-size: 35px;
    font-weight: 600;
}
.teeth-whitening-sec.dental-financing .genral-den {
    padding-left: 60px;
}

.teeth-whitening-sec.dental-financing .genral-den p {
    text-align: left;
}
.teeth-Works-sec h2 span {
    color: #3396CF;
}
.teeth-Works-sec .container {
    max-width: 1030px;
}
.teeth-Works-sec{
    background-color: #FAFAFA;
}
.dental-clean-section.teeth-dental-clean.dental-financing{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.dental-clean-section.teeth-dental-clean.dental-financing::before{
    content: "";
    position: absolute;
    background-color: #E2C2C2;
    opacity: 0.9;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.dental-clean-section.teeth-dental-clean.dental-financing .contact-form-inner{
    position: relative;
}
.dental-clean-section.teeth-dental-clean.dental-financing .examination-box.examination-teath.examination-teath-01{
    position: relative;
}
.dental-clean-section.teeth-dental-clean.dental-financing p {
    line-height: 25px;
    position: relative;
}
.dental-clean-section.teeth-dental-clean.dental-financing h3 span {
    color: #3396CF;
}
.dental-clean-section.teeth-dental-clean.dental-financing .text-left{
    text-align: left;
}
.invisible-aligners.teeth-aligners h2 {
    text-align: left;
}

.invisible-aligners.teeth-aligners h2 span {
    color: #3396CF;
}
.invisible-aligners.teeth-aligners {
    background-color: #fff;
}
.invisible-aligners.teeth-aligners h2::after {
    left: 0;
    right: inherit;
}
.dental-financing.teeth-financing {
    background-color: #FAFAFA;
}

.dental-financing.teeth-financing .genral-den-content h3 {
    text-align: center;
    letter-spacing: 1px;
}

.dental-financing.teeth-financing .genral-den-content h3::after {
    right: 0;
    line-height: 1.1;
}
.dental-dentistry.dentistry-teeth.dental-financing .dentistry-sec {
    padding: 20px 0;
}

.dental-dentistry.dentistry-teeth.dental-financing .dentistry-sec ul li h3 {
    font-size: 22px;
    font-weight: 600;
    color: #19254F;
    font-family: var(--third-font);
}
.dental-dentistry.dentistry-teeth.dental-financing .dentistry-sec ul li p{
    font-family: var(--third-font);
    font-size: 18px;
    color: #000;
}
.dental-dentistry.dentistry-teeth.dental-financing .dentistry-sec ul li img {
    max-width: 110px;
    opacity: 0.1;
}
.Works-sec.teeth-choose {
    background-color: #FAFAFA;
    padding: 20px 0;
}
.Works-sec.teeth-choose h2::after {
    content: inherit;
}
.Works-sec.teeth-choose h2 {
    margin-bottom: 30px;
}
.dental-oral-sec.teeth-oral h2 {
    font-size: 35px;
}
.benefits-sec.bonding-sec.benefits-sec-2 .prevention-box ul li {
    width: 19%;
}
.benefits-sec.bonding-sec.benefits-sec-2 .prevention-box ul li img {
    max-width: 50px;
}
section.dental-clean-section.dental-financing .examination-box.examination-teath ol {
    padding-left: 20px;
    margin-bottom: 17px;
}
section.dental-clean-section.dental-financing .examination-box.examination-teath ol li{
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
}
.dental-dentistry.restorative-den.expertise-sec.dental-financing .dentistry-sec {
    max-width: 850px;
    margin: 0 auto;
}
.genral-den-content ul li {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
}

.genral-den-content ul {
    padding-left: 20px;
}
.dental-clean-section.dental-implants-sec.dental-financing p {
    line-height: 25px;
}
.genral-den-content h3 span {
    color: #3350A0;
}
.row.dental-row.pb-3 {max-width: 1000px;margin: 0 auto;}
.mouth-full-sec.dental-financing .work-time {
    width: 90px;
}   
.mouth-full-sec.dental-financing h2{
    font-size: 35px;
}
.video-sec {
    list-style: none;
    margin: 0;
    padding: 0;
}

.video-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video-sec ul li {
    width: 49%;
}
.video-sec ul li img {
    width: 100%;
}
.social-box {
    display: flex;
    max-width: 50%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.social-box-facebook {
    border-radius: 50%;
    border: solid 4px #203366;
    height: 220px;
    width: 220px;
    text-align: center;
    padding: 27px 0;
}
.social-map a:hover {
    color: #fff;
}
.o-location{
        display: inline-block;
    background-color: #3350A0;
    padding: 10px 10px 10px 62px;
    color: #fff;
    position: relative;
    width: 48%;
}
a.o-location h3 span {
    color: #BADA55;
}

a.o-location p {
    color: #fff;
    margin-bottom: 0;
}
a.o-location h3 {
    font-size: 20px;
    font-weight: 600;
}

a.o-location i {
    position: absolute;
    left: 10px;
    font-size: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.social-map {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.blogs-sec{
    padding: 70px 0;
    text-align: center;
}
.blogs-sec h3{
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    font-family: var(--second-font);
    color: #3350A0;
}
.blog-main{
    padding: 120px 80px;
}
.blog-content {
    background: #faf9ff;
    padding: 30px;
}
.blog-content h3 , .blog-content h3 a{
        color: #19254F;
    font-family: var(--second-font);
    font-size: 30px;
    font-weight: 600;
}
.blog-content a{
    font-weight: 700;
    padding: 17px 44px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 40px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 8px 16px 0px rgba(4, 142, 197, 0.3);
    background: linear-gradient(90deg, rgba(76, 188, 211, 1) 0%, rgba(1, 140, 196, 1) 100%);
    border: 0;
    margin-top: 20px;
}
.blog-content span{
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    color: #6f7172;
    margin-bottom: 7px;
    display: inline-block;
}
.blog-content span i {
    color: #fc1853;
}
.blo-link{
        padding: 30px;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}
.blog-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-box ul li {border-bottom: 1px solid #eaeaea;color: #667286;margin: 0;overflow: hidden;padding: 15px 0;padding-top: 15px;position: relative;font-size: 14px;}

.blog-box ul li a {
    color: #242323;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
}
.blo-link h3 {
    font-size: 30px;
    font-weight: 600;
    color: #19254F;
    font-family: var(--second-font);
}
.contact-blog form.fo-box {
    padding: 10px 0;
    background-color: #fff;
}
.contact-blog form.fo-box {
    padding: 10px 0;
    background-color: #fff;
}

.contact-blog .form-control {
    border-color: #000;
    margin-bottom: 22px;
}

.contact-blog .form-control::placeholder {
    color: #000;
}
.blog-img-content h2 {
    font-size: 24px;
    font-weight: 600;
    color: #19254F;
}
.blog-img-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #19254F;
}
.blog-img-content p {
    margin-bottom: 30px;
}

.blog-box .blog-img-content ul {
    list-style-type: disc;
    padding-left: 30px;
    margin-bottom: 30px;
}

.blog-box .blog-img-content ul li {
    border-bottom: 0px;
    padding: 4px;
    font-family: "Barlow", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    overflow: inherit;
}
section.cosmetic-dentistry-content.all-on-4-dental-implant h2 {
    font-size: 35px;
    position: relative;
    margin-bottom: 60px;
}
section.cosmetic-dentistry-content.all-on-4-dental-implant h2::after {
    content: "";
    position: absolute;
    content: "";
    background-color: #8b0000;
    bottom: -33px;
    width: 150px;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

section.cosmetic-dentistry-content.all-on-4-dental-implant p {
    text-align: center;
}
.blog-img-content span {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    color: #6f7172;
    margin-bottom: 7px;
    display: inline-block;
}

.blog-img-content span i {
    color: #fc1853;
}
section.dental-cl-sec.wisdom-what.all-on-4-sec h2::after {
    content: inherit;
    margin-bottom: 20px;
}

section.dental-cl-sec.wisdom-what.all-on-4-sec h2 {
    margin-bottom: 25px;
}
.al-im-ce h2{
    font-size: 35px;
    font-weight: 600;
    color: #19254F;
    font-family: var(--second-font);
    margin-bottom: 65px;
    line-height: 1.1;
    position: relative;
    text-align: center;
}
.al-im-ce h2::after {
    position: absolute;
    content: "";
    background-color: #8b0000;
    bottom: -35px;
    width: 150px;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
   .about-box-text p {
    font-size: 19px;
}
.about-full-sec h2{
    font-size: 40px;
}
section.dental-financing.about-page .genral-den-content h2{
    text-align: left;
}
section.dental-financing.about-page .genral-den-content h2::after {
    left: 0;
    right: inherit;
}
section.dental-financing.about-page .genral-den-content p{
    font-size: 19px;
}
.dental-financing.about-page {
    position: relative;
}

.dental-financing.about-page::after {
    position: absolute;
    background-color: #f7f7f7;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
}

.dental-financing.about-page .genral-den {
    position: relative;
    z-index: 9;
}
.dr-sec.dr-about h2 {
    position: relative;
    margin-bottom: 60px;
}

.dr-sec.dr-about h2::after {
    position: absolute;
    content: "";
    background-color: #8b0000;
    bottom: -33px;
    width: 220px;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.benefits-sec.about-benefits h2 {
    font-size: 40px;
}
.benefits-sec.about-benefits h2 span{
    color: #8b0000;
    font-size: 40px;
    margin-bottom: 65px;
}
.benefits-sec.about-benefits h2::after {
    bottom: -37px;
    height: 2px;
}

section.benefits-sec.about-benefits {
    padding: 40px 0;
}
.benefits-sec.about-benefits .your-compart {
    color: #3350A0;
    display: block;
}

.benefits-sec.about-benefits span {
    text-align: center;
    color: #19254f;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    width: 100%;
}
.prevention-box.prevention-about ul li p {
    font-size: 19px;
}
.social-box.about-box-s {
    max-width: 60%;
}

.social-box.about-box-s .social-box-facebook {
    padding: 77px 0;
}
.about-bring-sec {
    padding: 44px  0;
}
.about-bring-sec h4{
    text-align: center;
        color: #19254F;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}
.about-bring-sec h4 span{
    color: #3350a0;
    display: block;
}
.about-bring-sec .text-ab {
    padding: 20px 40px;
    font-size: 19px;
}
.review-slider-box {
    position: relative;
}
.review-slider-box-new .owl-nav .owl-prev i , .review-slider-box-new .owl-nav .owl-next i {
    width: 30px;
    height: 30px;
    display: block;
    opacity: 1;
    transition: all 200ms ease-out;
    background-color: #ffffff;
    outline-style: solid;
    outline-width: 1px;
    outline-color: #d9d9d9;
    padding: 5px;
    border-radius: 15px;
}

.review-slider-box-new .owl-nav .owl-next {
    right: 10px;
}

.review-slider-box-new .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
}

.review-slider-box-new .owl-nav .owl-next {
    position: absolute;
}

@media only screen and (max-width: 575px) {
.header-top-box {
    flex-direction: column;
    justify-content: center;
}

.healthcare-box-two {
    flex-direction: column;
}

.healthcare-box-two .healthcare-lft-two {
    width: 100%;
}

.hours-box-two {
    flex-direction: column;
}

.hours-box-inner-two {
    width: 100%;
    margin-bottom: 10px;
}

.healthcare-box-two .healthcare-rgt-two {
    width: 100%;
}

.healthcare-rgt-box-two {
    top: 20px;
    margin-bottom: 50px;
}

.shine img {
    margin-bottom: 15px;
}

.take-a-look-sec {
    overflow: hidden;
    width: 100%;
}

.g-dentsit-two {
    flex-direction: column;
}

.g-dentsit-box-two {
    width: 100%;
    margin-bottom: 10px;
}

section.patient-inf-sec {
    width: 100%;
    overflow: hidden;
}

.o-blog-inner-two {
    margin-bottom: 20px;
}

.high-qu-inner-two {
    width: 100%;
}

.footer-box-two {
    padding-left: 0;
    padding-bottom: 20px;
}

.acdemy-sec ul li {
    width: 50%;
}

.acdemy-sec ul {
    flex-wrap: wrap;
}

.review-slider-box-new {
    /* margin: 0; */
    padding: 0;
}
a.phone-icon {
    font-size: 16px;
}

a.make-p {
    font-size: 14px;
}
.t-logo a img {
    max-width: 175px;
}
/* .any-question ul li {
    margin: 30px 3px 5px;
} */
.any-question ul li {
    margin: 30px 3px 5px;
}
.any-question ul li a{
    font-size: 13px;
    padding: 12px 16px;
}
.acdemy-sec ul li {
    /* width: 40%; */
    margin-bottom: 22px;
}

section.fom-n {
    width: 100%;
    overflow: hidden;
}

.header-bottom {
    padding: 10px 0;
}

section.t-our-sec {
    width: 100%;
    overflow: hidden;
}

section.high-qu-sec {
    width: 100%;
    overflow: hidden;
}

section.review-n-sec {
    width: 100%;
    overflow: hidden;
}

section.o-blog-two {
    width: 100%;
    overflow: hidden;
}
.col-md-4.col-12.d {
    display: none;
}
.header-bottom {
    padding: 20px 0;
}

.stopwatch-box {float: right;}

.call-box {
    float: right;
    text-align: right;
}

section.high-qu-sec {
    background-size: cover;
}
.any-question {
    max-width: 100%;
    padding: 10px;
}
.footer-box-first {
    margin-bottom: 15px;
}
.genral-den-pic img {
    margin-bottom: 20px;
}

.dentistry-sec ul {
    flex-direction: column;
}

.dentistry-sec ul li {
    width: 100%;
}
.our-professional-img {
    margin-bottom: 20px;
}

.examination-box ul {
    padding-left: 15px;
    margin-bottom: 20px;
}

.examination-box ul li {
    padding: 5px 0;
}

.dental-cl-box ul {
    padding-left: 14px;
}

.dental-cl-box-content {
    margin-top: 14px;
}

.prevention-box ul {
    flex-direction: column;
}

.prevention-box ul li {
    width: 100%;
    margin-bottom: 20px;
}   
section.laser-denti-sec.gum-disease-sec.dental-financing .row.genral-den {
    padding: 0;
}

section.laser-denti-second .laser-denti-box {
    max-width: 100%;
}

section.laser-denti-second .laser-denti-box ul {
    padding: 0 37px;
}
.dental-cl-box-content img {
    margin-bottom: 20px;
}

section.dental-cl-sec.treatment-dental ul li {
    width: 100%;
}
section.benefits-sec.benefits-sec-2 ul li {
    width: 100%;
}
.benefits-sec .prevention-box ul li {
    width: 100%;
}
.teeth-whitening-sec.dental-financing .genral-den {
    padding-left: 0;
}
.benefits-sec.bonding-sec.benefits-sec-2 .prevention-box ul li {
    width: 100%;
}
.blog-main {
    padding: 60px 20px;
}
.video-sec ul {
    flex-direction: column;
}

.video-sec ul li {
    width: 100%;
}
.social-box {
    max-width: 100%;
    flex-direction: column;
}
.social-map {
    flex-direction: column;
}

.social-map a {
    width: 100%;
    margin-bottom: 10px;
}
section.dental-clean-section.dental-financing .examination-box.examination-teath ul {
    padding-left: 15px;
}

.any-question.any-question-3 {
    max-width: 100%;
    margin: 0;
}
.effect-service-box {
    flex-direction: column;
}

.effect-service.effect-image-1 {
    /* width: 100% !important; */
    width: 100% !important;
}
.overlay-sim-text-2 p {
    font-size: 18px;
}

.overlay-sim-text-2 h4 {
    font-size: 26px;
}
.overlay-sim-text-2 {
    padding: 30px !important;
}
}
      .emergency-dental-servie {
    padding: 50px 0;
}
        .emergency-dental-servie h2 {
    font-size: 55px;
    line-height: normal;
    color: #19254F;
    font-weight: 600;
    font-family: var(--second-font);
    text-align: center;
}
.emergency-dental-servie p {
    font-size: 19px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}
.effect-service-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 35px;
}

.effect-service.effect-image-1 {
    width: 18.4%;
        margin-bottom: 17px;
}
.effect-image-1{
position: relative;
display: block;
}
.effect-image-1::after{
  background: linear-gradient(to bottom, #99651400, rgba(0,0,0,0.5));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* content: ""; */
  z-index: 1;
}
.overlay-text p,
.overlay-sim-text-2 p,
.overlay-text-effect-3 p{
  text-align: left;
  color: #fff;
  line-height: 30px;
}
.overlay-sim-text-2 h4{
  text-align: left;
  color: #fff;
}
.overlay{
position: absolute;
display: block;
width: 100%;
height: 100%;
left:0;
top:0;
background: rgb(19 46 82 / 85%);
opacity: 0;
visibility: hidden;
}

.simple-text h4 {
    font-size: 20px;
    font-weight: 800;
    font-family: 'Helvetica', sans-serif;
    color: #000;
    line-height: 35px;
}
.simple-overlay{
  opacity: 0;
  visibility: hidden;
}
.effect-image-1:hover .simple-overlay{
  visibility: visible;
  opacity: 1;
}

.simple-overlay-1{
  width: 0px;
  visibility: hidden;
}
.effect-image-1:hover .simple-overlay-1{
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.simple-overlay-2{
  width: 0px;
  right: 0;
  left:initial;
}
.effect-image-1:hover .simple-overlay-2{
  visibility: visible;
  opacity: 1;
  width: 100%;
}
 .overlay-sim-text-2 h4{
        font-size: 20px;
    font-weight: 800;
    font-family: 'Helvetica', sans-serif;
    line-height: 35px;
 }
  .overlay-sim-text-2 p{
      font-size: 14px;
      color: #fff;
  }

.simple-overlay-3{
  height: 0px;
  right: 0;
  left:initial;
  width: 0px;
}
.effect-image-1:hover .simple-overlay-3{
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.overlay-text {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 96%;
    height: 94%;
    background: rgb(19 46 82 / 85%);
}

.overlay-text-1{
  opacity: 0;
  visibility: hidden;
}
.effect-image-1:hover .overlay-text-1{
  opacity: 1;
  visibility: visible;
}
.overlay-text-2{
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
}
.effect-image-1:hover .overlay-text-2{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
     
}

.overlay-sim-text-2{
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100%;
      padding-top: 2.5vw;
      padding-bottom: 2.5vw;
      padding-left: 2.5vw;
      padding-right: 2.5vw;
      z-index: 3;
      background: #e22d36;
      opacity: 0;
      
      transition: all 1s ease-in-out;
      border-radius: 30px;
}
  .effect-image-1 img {
      height: 61px;
    display: block;
    margin-bottom: 18px;
}
.simple-text {
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
    background-color: #F7F6F5;
    border-radius: 30px;
    height: 270px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}
.simple-text p{
    margin-bottom: 0px;
    padding: 2px 8px;
}

.effect-image-1:hover .overlay-xs-1{
  opacity: 1;
  visibility: visible;
  display: block;
  /* transform: rotateY(0deg); */
}
.effect-image-1:hover .simple-text{
  visibility: hidden;
  opacity: 0;
}

.review-count {
	display:block;
	text-align:center;
	background:none;
	color:#000;
}
.review-count ul li {
	display:ruby;
	font-weight:bold;
	color:#19254F
}
.review-count ul li img{
	max-width: 18px;
    margin: 0 2px;
	
}

    .about-box-text p {
    font-size: 19px;
}
.about-full-sec h2{
    font-size: 40px;
}
section.dental-financing.about-page .genral-den-content h2{
    text-align: left;
}
section.dental-financing.about-page .genral-den-content h2::after {
    left: 0;
    right: inherit;
}
section.dental-financing.about-page .genral-den-content p{
    font-size: 19px;
}
.dental-financing.about-page {
    position: relative;
}

.dental-financing.about-page::after {
    position: absolute;
    background-color: #f7f7f7;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
}

.dental-financing.about-page .genral-den {
    position: relative;
    z-index: 9;
}
.dr-sec.dr-about h2 {
    position: relative;
    margin-bottom: 60px;
}

.dr-sec.dr-about h2::after {
    position: absolute;
    content: "";
    background-color: #8b0000;
    bottom: -33px;
    width: 220px;
    height: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.benefits-sec.about-benefits h2 {
    font-size: 40px;
}
.benefits-sec.about-benefits h2 span{
    color: #8b0000;
    font-size: 40px;
    margin-bottom: 65px;
}
.benefits-sec.about-benefits h2::after {
    bottom: -37px;
    height: 2px;
}

section.benefits-sec.about-benefits {
    padding: 40px 0;
}
.benefits-sec.about-benefits .your-compart {
    color: #3350A0;
    display: block;
}

.benefits-sec.about-benefits span {
    text-align: center;
    color: #19254f;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    width: 100%;
}
.prevention-box.prevention-about ul li p {
    font-size: 19px;
}
.social-box.about-box-s {
    max-width: 60%;
}

.social-box.about-box-s .social-box-facebook {
    padding: 77px 0;
}
.about-bring-sec {
    padding: 44px  0;
}
.about-bring-sec h4{
    text-align: center;
        color: #19254F;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}
.about-bring-sec h4 span{
    color: #3350a0;
    display: block;
}
.about-bring-sec .text-ab {
    padding: 20px 40px;
    font-size: 19px;
}