@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

:root {
    --page-background-color: #fff;
    --left-padding: 5%;
    --right-padding: 5%;
    --white: #fff;
    --blue: #0259B5;
    --yellow: #FFD708;
    --yellow2: #FFC247;
	--yellow3: #FDD806;
    --black: #000021;
    --black2: #000016;
    --grey: #F6F9FC;
    --box-shadow: 0 5px 50px rgba(0,0,0,.16);
}

body a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}

html, body.page {
    margin: 0;
    font-family: "Poppins", sans-serif;
}

body .container-huge {
    max-width: 1520px;
}

body h1 {
    font-size: 90px;
    color: var(--blue);
    line-height: 1.04em;
    font-weight: 700;
}

body h2 {
    font-weight: 700;
    font-size: 48px;
    color: var(--blue);
}

body h3 {
    font-size: 24px;
    line-height: 1.33em;
    color: var(--blue);
    font-weight: 700;
}

body h4 {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 5px;
    color: #132F45;
    font-weight: 700;
}

.sub-heading {
    font-size: 16px;
    font-weight: 700;
}

body p {
    font-size: 18px;
    line-height: 1.77em;
    font-weight: 400;
}

a.cstm-button {
    padding: 17px 38px;
    font-size: 17px;
}

a.cstm-button-primary {
    border: 2px solid var(--blue);
    color: var(--blue);
    background-color: var(--white);
}

a.cstm-button-primary:hover {
    background-color: var(--blue);
    color: var(--white);
}

a.cstm-button-primary2 {
    border: 2px solid var(--blue);
	color: var(--white);
	background-color: var(--blue);
    
}

a.cstm-button-primary2:hover {
    background-color: var(--white);
    color: var(--blue);
}

a.cstm-button-secondary {
    border: 2px solid var(--blue);
    background-color: var(--blue);
    color: var(--white);
}

a.cstm-button-secondary:hover {
    color: var(--yellow2);
    background-color: transparent;
    border-color: var(--yellow2);
}

a.cstm-button-secondary-plus {
    border: 2px solid var(--blue);    
    background-color: var(--white);
    color: var(--blue);
}

a.cstm-button-secondary-plus:hover {
    color: var(--yellow2);
    background-color: transparent;
    border-color: var(--yellow2);
}

a.cstm-button-secondary-user-resources {
    border: 2px solid var(--black);
    background-color: var(--black);
    color: var(--white);
}

a.cstm-button-secondary-user-resources:hover {
    color: var(--yellow2);
    background-color: transparent;
    border-color: var(--yellow2);
}

a.cstm-button-secondary-demo {
    border: 2px solid var(--white);
    background-color: #4dce6f;
    color: var(--white);
}
    /*var(--yellow2)*/

    a.cstm-button-secondary-demo:hover {
        color: #4dce6f;
        background-color: transparent;
        border-color: #4dce6f;
    }

a.cstm-button-secondary2 {
    border: 2px solid var(--blue);
    background-color: var(--blue);
    color: var(--white);
}

a.cstm-button-secondary2:hover {
    color: var(--blue);
    background-color: transparent;
    border-color: var(--blue);
}

.section-padding {
    padding: 4%;
}

.accent-color {
    color: var(--yellow3);
}

.bg-fff {
    background-color: var(--white);
}

.box-shadow {
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

/* =========== [ HEADER ] =========== */
#header {
    background-color: var(--grey);
}

#top-header, #top-header a {
    font-size: 14px;
}

#top-header a {
    text-decoration: none;
}

#top-header a.cstm-button-primary, #top-header a.cstm-button-secondary {
    padding: 8px 23px;
}

#top-header #links li:nth-child(1) {
    border-right: 1px solid var(--blue);
    padding-right: 15px;
}

#top-header #links {
    gap: 15px;
}

#top-header #links a {
    color: var(--blue);
}

#top-header .col-top-header-right {
    justify-content: flex-end;
}

#main-header .navbar-light .navbar-toggler {
    border: 2px solid var(--blue);
    background-color: var(--yellow2);
}

#main-header .navbar-toggler.collapsed {
    background-color: var(--white);
}

#main-header .navbar-toggler:focus {
    box-shadow: unset;
}

.navbar-brand img {
	max-width: 248px;
}

#nav-bar .dropdown-toggle::after {
    all: revert;
    height: 15px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230259B5' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

#nav-bar .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--blue);
}

#banner h1 {
    margin-top: 66px;
}

h1 .headline2 {
    color: #FDD806;
    font-family: 'Bilbo Swash Caps', cursive;
    font-weight: 400;
    -webkit-transform: translate(-25px, 10px);
    -ms-transform: translate(-25px, 10px);
    transform: translate(-25px, 10px);
}

#banner .row:nth-child(1) > div > p {
    font-size: 20px;
    max-width: 584px;
}

#banner {
    background-image: url("../images/BannerShape1.png");
    background-repeat: no-repeat;
    background-size: auto 95%;
    background-position-y: bottom;
    padding-left: 4%;
    padding-right: 4%;
    overflow: hidden;
}
#banner .img-container {
    overflow: visible;
}

#banner .img-container img {
    filter: none;
    -webkit-filter: none;
}
h5.logosheadline {
    margin-top: 60px;
    color: #A1A1A1;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.img-container img {
    -webkit-filter: drop-shadow(0 5px 12px rgba(0,0,0,.2));
    filter: drop-shadow(0 5px 12px rgba(0,0,0,.2));
}

.img-container img:nth-child(2) {
    position: absolute;
    bottom: 0;
    bottom: -25px;
    left: 165px;
}

.logo-item {
    width: 29.33%;
}

.logo-item img {
    width: 100%;
}

.logo-item:not(:last-child) {
    margin-right: 5%;
}

#banner a.cstm-button-primary:nth-child(1) {
    margin-right: 3%;
}

#testimonial p {
    font-size: 18px;
    max-width: 586px;
}

#banner .cstm-google {
    border-right: 2px solid #707070;
}
#banner .cstm-google img {
    max-width: 110px;
}

/* =========== [ FEATURE SECTION ] =========== */
#feature-sec {
    padding: 0 4%;
}

#feature-sec .container {
    max-width: 1332px;
}

#feature-sec .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 27px;
    background-color: #0259B5;
    border-radius: 10px;
    min-height: 246px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 100%;
}

#feature-sec .item h3 {
    color: var(--white);
    font-weight: 600;
}

#feature-sec .item:hover {
    background-color: var(--white);
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}

#feature-sec .item:hover h3 {
    color: #0259b5;
}

#feature-sec .item:hover path {
    fill: var(--white);
}

#feature-sec .item:hover circle {
    fill: var(--yellow);
}

#feature-sec .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 44px
}

#feature-sec .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#feature-sec h5 {
    color: var(--white);
    margin: 0 58px;
    font-weight: 600;
    text-align: center;
}

/* =========== [ SCALE PRODUCTIVITY SECTION ] =========== */
#scale-productivity-sec {
    background: url(../images/section-3-img1.png) no-repeat top right, url(../images/section-3-img2.png) no-repeat bottom left;
}

#scale-productivity-sec .container {
    max-width: 1135px;
}

#scale-productivity-sec .section-info {
    max-width: 800px;
}

#scale-productivity-sec .section-info p {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}

#scale-productivity-sec .cta .cta-box-item {
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    height: 100%;
    padding: 30px 20px;
}

#scale-productivity-sec .cta-box-item h3 {
    font-weight: 600;
    max-width: 240px;
    margin-top: 25px;
    margin-bottom: 20px;
}

#scale-productivity-sec .cta-box-item.cta-box-item-powerful h3 {
    max-width: 100%;
}

#scale-productivity-sec .cta .cta-box-item p {
    font-size: 16px;
    line-height: 2em;
}

/* =========== [ BILLING CHANGES ] =========== */
#billing-changes-sec {
    background-image: url("../images/billing-changes-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}

#billing-changes-sec .col-with-background {
    background-image: url("../images/billing-changes-image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#billing-changes-sec h2 {
    color: var(--white);
}

#billing-changes-sec .sub-heading {
    color: #fff;
}

#billing-changes-sec .cstm-button {
    border: 2px solid #fff;
}

#billing-changes-sec .cstm-button:hover {
    border: 2px solid #0259b5;
}

#billing-changes-sec .contact-info-right a {
    color: var(--white);
}

#billing-changes-sec .contact-info-left {
    width: 36px;
    height: 36px;
    background-color: var(--yellow3);
    border-radius: 50px;
}

#billing-changes-sec .contact-info-right a {
    margin-left: 10px;
}

#billing-changes-sec .cstm-button:hover {
    border: 2px solid var(--yellow2);
    background-color: transparent;
}

#billing-changes-sec .section-info {
    max-width: 695px;
    margin-right: auto;
}

/* =========== [ DENTAIL PRACTICES ] =========== */
#dentail-practices-sec .dental-practice-info-item-left {
    width: 30%;
}

#dentail-practices-sec .dental-practice-info-item-right {
    width: 70%;
    padding-left: 20px;
}

#dentail-practices-sec .dental-practice-info-item-right p {
    font-weight: 700;
    color: #132F45;
}

#dentail-practices-sec .section-info {
    max-width: 630px;
}

#dentail-practices-sec .dentail-practices-left-col a.cstm-button-primary:nth-child(1) {
    margin-right: 3%;
}

#dentail-practices-sec .dentail-practices-left-col a.cstm-button-primary {
    padding: 2.8% 6%;
}

#dentail-practices-sec {
    background: url(../images/dental-practices-main-background.png) no-repeat top right, url(../images/dental-practices-secondary-background.png) no-repeat bottom left;
}

/* =========== [ KEY FEATURES ] =========== */
#key-features-sec {
    /*background-color: var(--grey);*/
}
#key-features-sec .section-info p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

#key-features-sec .col {
    padding: 10px;
}

#key-features-sec .key-features-blurb-item {
    height: 100%;
    padding: 40px 28px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
}

#key-features-sec .key-features-blurb-item:hover {
    background-color: var(--blue);
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}

#key-features-sec .img-container {
    background-color: #FAFDCE;
    border-radius: 50px;
    width: 82px;
    height: 82px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#key-features-sec .img-container img {
	filter: none !important;
}

#key-features-sec .key-features-blurb-item:hover .img-container {
    background-color: var(--white);
}

#key-features-sec .key-features-blurb-item h3 {
    font-weight: 700;
    font-family: "Roboto";
    color: #132F45;
    max-width: 250px;
}

#key-features-sec .key-features-blurb-item p {
    line-height: 1.44em;
}

#key-features-sec .key-features-blurb-item h3, #key-features-sec .key-features-blurb-item p {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

#key-features-sec .key-features-blurb-item:hover h3, #key-features-sec .key-features-blurb-item:hover p {
    color: #fff;
}

#key-features-sec .box-shadow {
    -webkit-box-shadow: 0 4px 27px 9px #f2f3fb;
            box-shadow: 0 4px 27px 9px #f2f3fb;
}

/* =========== [ STEP PROCESS ] =========== */

#step-process .section-info p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

#step-process .step-process-featured img {
    margin-top: -75px;
    margin-bottom: 15px;
}

#step-process .step-process-blurb-item {
    border-radius: 10px;
    border-top: 10px solid var(--yellow3);
    padding: 0 20px 30px;
    height: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#step-process .step-process-blurb-item .img-container img {
	filter: none !important;
}

#step-process .step-process-blurb-item p {
    max-width: 220px;
    display: block;
}

#step-process .step-process-row {
    padding-top: 7%;
    padding-bottom: 5%;
}

#step-process .step-process-section-info-bottom h3 {
    color: #132F45;
    font-weight: 400;
}

#step-process .step-process-blurb-item:hover {
    border-top: 10px solid var(--blue);
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}

/* =========== [ GETTING RESULT ] =========== */
#getting-result-sec h2, #getting-result-sec p {
    color: var(--white);
}

#getting-result-sec {
    background-image: url(../images/billing-changes-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}

#getting-result-sec .col-with-background {
    background-image: url("../images/getting-result-man-smiling.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#getting-result-sec a.cstm-button-primary {
    border: 2px solid var(--white);
}

#getting-result-sec a.cstm-button-primary:hover {
    border: 2px solid var(--blue);
}

#getting-result-sec .getting-result-col-left .section-info {
    max-width: 565px;
    margin-left: auto;
}

#getting-result-sec p {
    font-size: 16px;
    line-height: 2em;
}

/* =========== [ WHY US ] =========== */
#why-us-sec .section-info p {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

#why-us-sec h2 {
    max-width: 800px;
}

#why-us-sec .review-item {
    padding: 25px;
    border-radius: 20px;
    height: 100%;
}
#why-us-sec .review-item p {
    font-size: 16px;
}
#why-us-sec .review-item-top-left img {
    border-radius: 50px;
}

.why-us-video-row .modal-dialog {
    max-width: 800px;
}

.why-us-video-row .modal-content {
    height: 500px;
}

.why-us-video-row .embed-responsive {
    height: 100%;
}

.why-us-video-row .video-modal {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    width: 78%;
}

.why-us-video-row .video-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.why-us-video-row .video-modal a {
    display: block;
}

.why-us-video-row .video-modal .video-icon img {
    width: auto;
}

.why-us-video-row .video-modal:hover .video-icon img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.why-us-video-row .video-modal img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}

#why-us-sec.section-padding {
    padding-bottom: 0;
	background: #F6F9FC;
}

.why-us-video-row {
    margin-bottom: -305px;
}

/* =========== [ SEE HOW ] =========== */
#see-how.section-padding {
        padding-top: 280px;
    }
#see-how h2 {
    max-width: 500px;
}

#see-how {
    background-color: #F6F9FC;
}

#see-how.section-padding {
    padding-bottom: 0;
}

/* =========== [ GET STARTED ] =========== */
#get-started {
    background-image: url("../images/get-started-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}

#get-started a.cstm-button-primary {
    border-color: var(--white);
}

#get-started a.cstm-button-primary:hover {
    border-color: var(--blue);
}

#get-started ul.social-media-icons {
    list-style: none;
    padding-left: 0;
}

#get-started ul.social-media-icons li a {
    color: var(--blue);
    width: 41px;
    height: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--yellow3);
    border-radius: 50px;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#get-started ul.social-media-icons li {
    margin: 5px;
}

#get-started ul.social-media-icons li a:hover {
    color: var(--white);
    background-color: var(--blue);
}

#get-started p, #get-started h2 {
    color: var(--white);
}

#get-started h2 {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

/* =========== [ FOOTER ] =========== */
#main-footer {
    background-color: var(--black2);
    padding-top: 20px;
    padding-bottom: 15px;
}

#main-footer p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
}

.pre-footer {
    background-color: var(--black);
    color: var(--white);
}

footer .col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pre-footer .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}

.pre-footer .heading {
    font-size: 18px;
    line-height: 1.77em;
}

.pre-footer p {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 10px;
}

.pre-footer p b {
    font-size: 18px;
}

.pre-footer nav a {
    font-size: 18px;
    color: var(--yellow3);
}

.pre-footer h3 {
    color: var(--white);
    margin-bottom: 40px;
}

/* =========== [ RESPONSIVENESS ] =========== */
@media (min-width: 1400px) {
    body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl, body .container-xxl {
        max-width: 1390px;
    }
    #main-header .container {
        max-width: 93%;
    }
    div#top-header .container-sm {
        max-width: 93%;
    }
}

@media (min-width: 1679px) {
  
}

@media (min-width: 1799px) {
  
}

@media (min-width: 1900px) and (max-width: 1920px) {
 
}

@media screen and (max-width: 1400px) {
    #dentail-practices-sec a.cstm-button-primary {
        font-size: 15px;
    }
}

@media screen and (max-width: 1220px) {
    .pre-footer .col {
        -webkit-box-flex: 1;
            -ms-flex: 1 30%;
                flex: 1 30%;
    }

    .pre-footer h3 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .md-w-100 {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    body h2 {
        font-size: 32px;
    }

    body h3 {
        font-size: 22px;
    }

    #feature-sec .item h3 br {
        display: none;
    }
	#banner .img-container img {
		max-width: 100%;
	}
	#banner .img-container img:nth-child(2) {
		max-width: 60%;
		left: 50%;
		margin-left: -30%;
	}
	#banner .img-container {
		margin-top: 7%;
	}
	#banner h1 {
		margin-top: 0px;
		font-size: 60px;
	}
	body p, #testimonial p {
    font-size: 16px;
}
}

@media screen and (max-width: 992px) {
    body .d-md-block {
        display: block !important;
    }

    body h1 {
        font-size: 62px;
    }

    body h2 {
        font-size: 30px;
    }

    body h3 {
        font-size: 20px;
    }

    #banner h1 {
        margin-top: 0;
    }

    #banner .img-container img {
        width: 100%;
    }

    #banner .img-container img:nth-child(2) {
        width: 50%;
        left: 90px;
        bottom: 0;
    }

    #banner a.cstm-button {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
	.why-us-video-row {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 991px) {
    .md-col-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    a.cstm-button-primary, a.cstm-button-secondary {
        display: block;
    }

    #top-header {
        padding: 10px 0;
    }

    #top-header .col-top-header-right,
    #top-header .col-top-header-left {
        justify-content: center;
    }

    #top-header .col-top-header-left {
        padding-bottom: 20px;
    }

    #banner .logos {
        display: block !important;
    }

    #banner .cstm-google {
        border: none;
        padding: 0 0 30px !important;
        width: 100% !important;
    }

    #getting-result-sec .getting-result-col-left .section-info {
        max-width: 100%;
    }

    #step-process .step-process-row > div:not(:last-child) {
        margin-bottom: 90px;
    }

    #step-process .step-process-row > div:last-child {
        margin-bottom: 20px;
    }

    #step-process .step-process-row .col {
        margin-bottom: 75px;
    }

    #dentail-practices-sec h2 {
        text-align: center;
    }

    #see-how.section-padding {
        padding-bottom: 25px;
    }

    #see-how h2, #see-how p {
        text-align: center;
        max-width: 100%;
    }

    #billing-changes-sec .sub-heading, #billing-changes-sec h2 {
        text-align: center;
        max-width: 100%;
    }

    #billing-changes-sec .section-info {
        max-width: 100%;
    }

    #billing-changes-sec .contact-info-item {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    body h1 {
        font-size: 52px;
    }

    body h2 {
        font-size: 28px;
    }

    body h3 {
        font-size: 19px;
    }

    body p {
        font-size: 16px;
    }

    .cstm-button {
        width: 100%;
    }

    #banner #testimonial p {
        font-size: 16px;
    }

    #banner h1 {
        margin-top: 0;
    }

    .pre-footer .col {
        -webkit-box-flex: 1;
            -ms-flex: 1 50%;
                flex: 1 50%;
    }

    #banner h1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    #banner .ps-5 {
        padding: 10px !important;
    }


    #dentail-practices-sec .dental-practice-info-item {
        margin-bottom: 20px;
    }

    #dentail-practices-sec .dental-practice-info-item-left {
        width: 20%;
    }

    #dentail-practices-sec {
        background-image: none;
    }
}

@media screen and (max-width: 480px) {
    body h1 {
        font-size: 42px;
    }

    body h2 {
        font-size: 24px;
    }

    #main-header .navbar-brand {
        width: 60%;
    }

    #main-header .navbar-brand img {
        display: block;
        width: 100%;
    }


    #main-header .navbar-nav {
        margin-top: 20px;
    }

    #main-header #nav-bar .nav-link {
        justify-content: center;
    }

    #main-header .dropdown-toggle {
        max-width: 280px;
        white-space: unset;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #feature-sec .item h3 br {
        display: none;
    }

    #dentail-practices-sec.section-padding {
        padding-bottom: 0;
    }

    #dentail-practices-sec .dentail-practices-left-col a.cstm-button-primary {
        padding: 17px 38px;
    }

    #see-how.section-padding {
        padding-top: 25px;
    }

    .pre-footer .col {
        -webkit-box-flex: 1;
            -ms-flex: 1 100%;
                flex: 1 100%;
    }

    .pre-footer p br {
        display: none;
    }

    .pre-footer p {
        margin-bottom: 15px !important;
    }

}

@media screen and (max-width: 414px) {
}