@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
			.what-to-avoid .left-content {
    padding-top: 30px !important;
				padding-bottom: 30px !important;
}
		
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .space-pd {
    padding: 50px 0;
}
	.logos-wrap {
    justify-content: left;
    padding-bottom: 30px;
		padding-left:0;
}
	.first-column-wrap {
    padding: 30px 0;
}
	div#step-1 , div#step-2 , div#step-3 , div#step-4{
    top: 0em;
}
	.steps-button {
    margin-top: 0 !important;
}
	.dr-image img {
    max-width: 100%;
}
	.testimonial-top-image {
    top: -28px;
}
	.main-testimonial-img {
    bottom: 10px;
}
	.complimentary-consult .consult-content {
    max-width: 462px;
    padding: 24px;
}
	.complimentary-consult .consult-content .btn {
    margin-top: 0 !important;
}
	.hero-image {
    width: 45% !important;
}
	.hero-circle-btn {
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%) !important;
}
	.hero-desc {
    right: auto;
    left: 25% !important;
}
	.group-training .row {
    gap: 21px;
}
	.difference-icon {
    width: 48px;
    height: 48px;
    padding: 10px;
}
	.header-contact-info a {
    background-image: none;
}
	.difference-title {
    font-size: 12px;
}
	.five-care img {
    padding-top: 24px;
}
	section.common-faq .accordion-collapse {
    padding-right: 0;
}
	.common-orthodontic-problems .problem-card .title {
    font-size: 14px !important;
}
	.financing-options {
    padding-left: 20px !important;
}
	.left-content {
    padding-right: 0px;
}
	.card-wrap {
    bottom: 60px;
}
	.heading-faq {
    padding-top:50px !important;
}
	.form-section .contact-form {
    margin-top: 24px;
}
	.journey-step p:last-child {
    margin-bottom: 16px !important;
}
	.contact-us .contact-form {
    margin-bottom: 30px;
}
	.h-xxl {
    font-size: 64px;
}
	.hero-desc {
    margin-top: 7px;
}

	.h-xl {
    font-size: 30px;
}
	.img-point-wrap {
    flex-wrap: unset !important;
}

	.braces-faq .braces-image-right img {
    max-width: 400px;
}
	.first-day .right-content .image {
    text-align: center;
}
	.common-orthodontic-problems .row {
    justify-content: center;
}
	.invisalign img {
    width: 100%;
}
	.retainer-replacement .col-md-8 {
    margin-left: 0 !important;
}
	.difference-icon {
    width: 65px;
    height: 65px;
}
	.floating-img {
    max-width: 329px;
}
	.menu-button.button-open {
    top: -20px;
}
	.before-after-slider-container {
    height: 200px;
}
	.community-image {
    padding-top: 24px;
}
	.form-wrap {
    padding: 25px 0;
}
	.image-left-form img {
    margin-top: 0px;
}
}
@media (min-width: 1900px) {

}
@media (max-width: 1199px) { 
	.wrapsmile {
    margin: 10px 0;
}
	.gallery-item.bottom-item {
    top: 12%;
    left: 0;
}
	.gallery-item.large-item {
    top: 10%;
    left: 0;
}
    /* Header menu for mobile */
    .right-top-wrap, .nav-menu-inner {
        display: none;
    }
		.hero-title, .hero-desc, .hero-circle-btn {
    opacity: 0 ;
    transform: translateY(40px);
}
    header#header {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header-aside-col {
        justify-content: flex-end;
    }
    /* header mobile menu */
    .mobile-header-sec {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .menu-wrap {
        background-color: #ffffff;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
    }
    .menu-full-wrapper {
        width: 100%;
        position: relative;
    }
    .menu-show {
        right: 0;
        box-shadow: none;
        display: block;
        max-width: 100%;
    }
    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        padding-top: 70px;
    }
    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        padding: 0;
    }
	.group-training .row {
    gap: 21px;
}
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.23);
    }

    .menu-sidebar .menu-bar-wrapper li:last-child{
        border: none;
    }

    .menu-sidebar .menu-bar-wrapper li > a {
        color: #000;
        font-weight: normal;
        padding: 7px 20px;
        position: relative;
        display: block;
        font-size: 16px;
    }

    .menu-sidebar .menu-bar-wrapper li > a:hover::after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper li > a:not([href="#"]):hover {
    background-color: var(--color-3);
    color: #fff;
    width: 100%;
}
.invisalign-clear-sec.black-bg {
    padding: 0 20px;
}
    .menu-sidebar .menu-bar-wrapper li > a:hover::after {
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a {
        font-weight: 500;
        background-color: var(--color-3);
        color: #fff;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item.menu-item-23 ul li a {
        background: none;
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after{
        color: #0e2743;
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>a {
        font-weight: 500;
        width: 100%;
        background-color: var(--color-3);
        color: #fff;
    }
    .current-menu-ancestor>a{
        font-weight: 500;
        color: #fff;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children> a + .sidebar-menu-arrow::after {
        content: "";
    position: absolute;
    right: 25px;
    top: 15%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: transform 0.3s ease;
    }
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow::after {
    transform: translateY(-50%) rotate(225deg) !important;
}
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children> a::after {
        opacity: 1;
    }
.what-to-except img {
    margin-bottom: 0px;
}
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 42px;
        width: 40px;
    }

    .menu-sidebar .menu-bar-wrapper li#menu-item-328.menu-item-has-children .sidebar-menu-arrow {
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: none;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        font-size: 16px;
        padding-left: 30px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a br, .menu-sidebar .menu-bar-wrapper li a br {
        display: none;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li ul li a {
        padding-left: 50px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li ul li ul li a {
        padding-left: 65px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow::after {
        padding: 0 10px;
        font-size: 16px;
    }
   .sidebar-menu-arrow::after {
    cursor: pointer;
    content: "";
    position: absolute;
    top: 0px;
    margin: auto;
    bottom: 0px;
    right: 0;
    background-size: 14px;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-black-down.svg);
    background-position: center;
    height: 40px;
    width: 40px;
    content: "";
    position: absolute;
    top: 24%;
    right: 23px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(45deg);
    cursor: pointer;
}
    .sidebar-menu-arrow::after {
        pointer-events: none;
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow::after {
        transform: rotate(224deg);
        display: block;
    }
    .sidebar-menu-arrow:hover::after {
        background-image: url(../img/arrow-black-down.svg);
    }
    .menu-sidebar .menu-bar-wrapper li a:hover + .sidebar-menu-arrow::after {
        background-image: url(../img/arrow-white-down.svg);
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after {
        background-image: url(../img/arrow-white-down.svg);
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a::after{
        display: none;
    }
    /*Hamburger Button*/
    .menu-button:hover {
        cursor: pointer;
    }
    .menu-button {
        height: 48px;
        width: 48px;
        position: relative;
        z-index: 12;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: #fff;      
        border-radius: 16px;
        margin-left: 12px;
        order: 3;
        align-items: center;
		padding:8px
    }
    .menu-button .menu-bar {
    position: relative;
    border-radius: 10px;
    transition: .5s;
    opacity: 1;
    display: block;
    height: 2px;
    background: #013A65;
    margin-top: 7px;
    align-self: flex-start;
}
.extrasmile-section img {
   
    max-height: 590px;
}
.menu-button .menu-bar-top {
    width: 17px;
    margin: 0;
}

.menu-button .menu-bar-middle {
    width: 34px;
}

.menu-button .menu-bar-bottom {
    width: 20px;
}
    header#header.small-header .menu-button.button-open .menu-bar {
        background: #fff;
    }
    .menu-button.button-open .menu-bar-top, .menu-button.button-open .menu-bar-bottom, .menu-button.button-open .menu-bar-middle {
        border-color: #ffffff;
    }
    .button-open {
        z-index: 16;
    }
    .menu-button.button-open {
        background: var(--color-3);
        z-index: 13;
        right: 0;
        top: -8px;
        position: relative;
        width: 38px;
        border: transparent;
        height: 38px;
        align-items: center;
    }
    .button-open .menu-bar {
        opacity: 1;
    }
    .button-open .menu-bar-top {
        border-color: #fff;
        transform: rotate(45deg) translate(8px, 8px);
        transition: .5s;
    }
    .button-open .menu-bar-middle {
        background-color: #fff;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }
    .button-open .menu-bar-bottom {
        border-color: #fff;
        transform: rotate(-45deg) translate(5px, -5px);
        transition: .5s;
        right: 0;
    }
    .menu-button.button-open .menu-bar-top {
    border-color: #fff;
    width: 26px;
    top: -1px;
    background: #fff;
    left: -2px;
}
    .menu-button.button-open .menu-bar-bottom {
        border-color: #fff;
        width: 25px;
        background: #fff;
        top: 0px;
        right: 2px;
    }
    .mobile-search-bar {
        top: 0;
        height: 80px;
        width: 45px;
        background: transparent;
        border: none;
        border-left: none;
        border-radius: 0px;
        margin-left: 10px;
        margin-right: 0;
        order: 2;
		display:none
    }

    .mobile-search-bar .white-search-icon {
        background-position: center;
    }
    .header-top-right {
        justify-content: flex-end;
    }
    .header-contact-info {
        margin-top: 0;
        top: 0;
        width: auto;
        padding-left: 0;
        padding-bottom: 0;
        border-left: none;
        height: 80px;
        border-right: none;
        margin-left: 0;
        margin-right: 0;
        order: 1;
    }
    .header-contact-info a {
        position: relative;
        top: 2px;
        padding: 0;
        line-height: 24px;
        background-position: 1px center;
        background-size: 24px;
        padding-left: 50px;
		
    }

    /*mobile menu css end*/
}
@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
	.logos-wrap {
    justify-content: left;
    padding-bottom: 30px;
		padding-left:0
}
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {

}
@media only screen
and (device-width: 1366px)
and (device-height: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}
@media only screen and (min-width: 2160px) and (max-height: 1080px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {

}
@media (max-width: 1399px) {
.menu-top li a {
    font-size: 14px;
}
.btn {
    font-size: 16px;
}
	a.book-now-btn.btn {
    font-size: 14px;
}
	ul.menu-top > li.menu-item-has-children {
    margin-right: 6px;
}
.common-orthodontic-problems .problem-card .title {
    font-size: 18px;
}
	.points.description {
    padding: 20px;
}
	.what-to-avoid .right-content .image-content {
    padding: 0 15px;
}
	.meet-doctor .right-content .h-xl {
    margin-top: 0;
}
	.orthodontist-section .logos {
	    gap:5px;
}
	.orange-bg {
    margin-top: -18%;
}
	.logos-wrap {
    gap: 10px;
		
}
	.contact-map-iframe iframe {
    height: 323px;
}
	.financial-information .image {
    max-height: 225px;
}
	
	.braces-item.bottom-item {
    right: -60px;
}
	.braces-option .section-wrap {
    margin-bottom: 10px !important;
}
	section.types-of-braces.space-pd {
    padding-bottom: 30px;
}
	.braces-item.large-item {
    right: -5%;
}
.retainer-wear .retainer-row:nth-of-type(odd) .description {
    margin-bottom: -27px;
    position: relative;
    top: 20px;
}
	.retainer-wear .bottom-content {
    margin-top: 60px !important;
}
}
/* Mobile devices */
@media screen and (max-width: 769px) {
 .space-pd {
    padding: 30px 0;
}
	.h-xl{
		font-size:35px;
		line-height: 1.3;
		padding-bottom:16px;
	}
	.left-content {
    padding-right: 0px;
}
	.two-phase_orthodontics .left-content  img {
    margin-bottom: 10px;
}
	.two-phase_orthodontics .right-content  img {
display:none
}
	.braces img {
    margin-top: 0px;
   
    width: 100%;
    height: auto;
    max-width: auto;
    object-fit: contain;
}
	
	.orthodontic_treatment .bottom-content {
    position: unset;
    bottom: 0;
    margin-top: 0px;
}
 .orthodontics-difference-sec .row {
        flex-direction: column-reverse;
    }
	p:last-child {
    margin-bottom: 16px;
}
	.section-wrap {
    margin-bottom: 24px !important;
		text-align:left !important
}
	.group-training .text-center {
    text-align: left !important;
}
	.patient-focus-sec .left-content {
    padding: 30px 0 0px 0;
}
	.patient-focus-sec img {
    border-radius: 10px !important;
}
	.board-certified-sec {
    text-align: left;
}
		.board-certified-sec .col-12 {
    text-align: left !important;
}
	.inner-banner {
    height: 170px;
}
	.btn {
    margin-top: 0px !important;
	
	}
	section.common-faq .accordion-header button {
    font-size: 20px;
}
	.accordion-button::before {
    right: 18px;
    width: 35px;
    height: 35px;
}
	.accordion-button {
    padding-right: 55px;
}
	section.common-faq .accordion-collapse {
    padding-right: 0;
}
section#our-commitment {
    padding-top: 0;
}
	.mobile-btn.mt-4 {
    text-align: center;
}
	.page-template-landing-page .boost-steps .btn  , .page-template-landing-page .orthodontist-section .btn , .page-template-landing-page .banner-landing .btn , .page-template-landing-page .our-testimonial .btn{
    margin-top: 16px !important;
}
	.page-template-landing-page .btn {
    font-size: 14px;
    padding: 24px 18px;
}
	.page-template-landing-page .col-md-6.form-group.ValidateEmail.mb-0 {
    margin-bottom: 32px !important;
}
	.surgical_considerations .surgical-row:nth-of-type(odd) .col-lg-6 {
    padding: 0px 0px 0 10px;
}
	.surgical_considerations .surgical-row:nth-of-type(even) .col-lg-6 {
    padding-left: 10px;
}
	.surgical_considerations .surgical-row:nth-of-type(odd) .surgical-img img {
    border-radius: 0;
		object-fit:cover
}
	.surgical_considerations .surgical-row:nth-of-type(even) .surgical-img img {
    border-radius: 0;
}
	.our_commitment .right-content {
    padding-left: 0;
}
	.braces-and-clear .right-content {
    padding: 10px;
}
.orthodontic_treatment .bottom-content {
    padding: 10px;
    width: 100%;
    bottom: 0px;
    position: relative;
}
	.braces-and-clear .left-contents .image-content {
    bottom: 0;
    left: 0;
    right: 0;
}
	.orthodontic_treatment {
    padding-bottom:0
}
	.our_commitment .right-content::before {
    top: 23px;
    right: -8px;
}
	section.common-faq .accordion-item {
    margin: 20px 0;
}
	section.common-faq .accordion-item:first-child {
    margin-top: 0;
}

section.common-faq .accordion-item:last-child {
    margin-bottom: 0;
}
	.transparent-bg {
    padding: 16px 16px 0px 16px;
}
	.meet-doctor .right-content .h-xl {
    margin-top: 16px;
}
	#meet-ortho .row {
    flex-direction: column-reverse;
}
	.orange-bg {
    padding: 16px 16px 5px 16px;
    margin-top: 0%;
}
	.new-patient p:last-child {
    margin-bottom:16;
}
.contact-form {
    padding: 10px 10px 20px 10px;
}
	.contact-us .contact-location .contact-location-sec {
    flex-direction: column;
    gap: 16px !important;
}
	.common-orthodontic-problems .row {
    row-gap: 16px;
}
	.contact-location .contact-location-sec {
    flex-wrap: wrap-reverse;
    gap: 0 !important;
}
	.contact-location .contact-heading {
    margin-bottom: 5px;
}
.contact-location {
    margin-top: 16px;
}
	.contact-map-iframe iframe {
    margin-top: 16px;
}
.footer-location-sec {
    flex-wrap: wrap;
	gap: 20px !important;
}
	.hours-wrap p:last-child {
    margin-bottom: 0;
}
	.map-iframe iframe {
    height: 240px;
}
	.footer-bottom-wrap {
    flex-wrap: wrap;
		padding: 16px 0;
		display:block
}
	.logos-wrap {
    justify-content: flex-start;
    padding-bottom: 20px;
		gap:20px;
		padding-left:0
}
	ul#footerNav {
    column-count: 1;
}
	.first-column-wrap {
    padding: 30px 0 16px 0;
}
	.first-column-wrap .footer-logo {
    text-align: center;
    max-width: none;
}
	div#step-1 , div#step-2 , div#step-3 , div#step-4 {
     top: 0em; 
}
	span.step-count {
    right: 105px;
    font-size: 50px;
}
	.steps-button {
    margin-top: 0 !important;
}
.h-xxl {
    font-size: 68px;
}
	.hero-desc {
    font-size: 16px;
    text-align: center;
    margin-top: 0;
    padding-left: 30px;
    right: auto;
    left: auto;
}
	.step-box {
    padding: 0px !important;
}
	h2 {
    font-size: 36px;
}
	  .footer-form-section .row.align-items-center {
        flex-direction: column-reverse;
    }
	 .footer-form-section .image-left-form img {
    margin-top: 0px;
}
    .footer-form-section .image-left-form {
        margin-top: 30px;
		 margin-bottom: 30px;
    }
	.community-image {
    text-align: right;
    padding-top: 22px;
}
	.new-patient .row {
    flex-direction: column-reverse;
}
	.before-after-slider-container {
    height: 198px;
}
.before-after-footer {
    margin-top: -38px;
}
	.before-after-logo img {
    max-width: 65px;
}
	.footer-form-section .form-wrap {
    padding: 30px 0 0 0;
}
	.step-title {
    margin-bottom: 8px;
}
	.footer-bottom-wrap {
    gap: 16px;
		padding-bottom:0
}
	.footer-heading {
    margin-bottom: 8px;
}
	section.common-faq .accordion-button:not(.collapsed) {
    padding-bottom: 0;
}
	.footer-social-icon-wrap {
    padding: 8px 0;
}
	section.common-faq .accordion-collapse p:last-child {
    margin-bottom: 0;
}
	.schedule-an-consultation .row {
        flex-direction: column-reverse;
    }
	.clear-braces img.img {
    margin-bottom: 16px;
}
		.clear-braces p:last-child {
    margin-bottom: 0px;
}
	.schedule-an-consultation img {
    margin-top: 0px;
}
	.what-to-except .right-content img.img {
    object-fit:cover;
    margin-top: 16px;
}
	.static-page h2 {
    padding-bottom: 16px;
}
	.clear-braces .right-content {
    padding-left: 0;
}
	.img-point-wrap {
    flex-wrap: wrap;
}
	.retainer-wear .retainer-row:nth-of-type(even)  .description , .retainer-img , .retainer-wear .retainer-row:nth-of-type(odd) .description {
    padding: 0 10px;
}
	.retainer-replacement .text-center {
    text-align: left !important;
}
	.oral-hygiene .black-bg {
    padding: 16px 16px 0 16px;
}
	section.braces-faq .row  , .what-procedures .row{
    flex-direction: column-reverse;
}
	.what-procedures .row , .considerations-of-treatment .row{
    flex-direction: column-reverse;
}
	.braces .row {
    flex-direction: column-reverse;
}
	.invisalign-clear-sec .row {
flex-direction: column-reverse;
}
	.what-to-except .row.content-row , .your-first-visit .row {
    flex-direction: column-reverse;
    margin-bottom: 0px;
}
	.custom-treatment .row , .financial-information .finanicial-row {
    flex-direction: column-reverse;
}
.types-of-braces .row.types-row {
    flex-direction: column-reverse;
}
.types-of-braces .right-content{
    padding: 0 !important;
}
	.financing-options {
    padding: 30px 10px !important;
}
		.financing-options p:last-child {
 margin-bottom:0;
}
	.invisalign-clear-sec .right-content {
    padding: 30px 10px 0 10px;
}
	.custom-treatment .bottom-content {
    padding-top: 0 !important;
}
	.benefits-consideration .bottom-content {
    margin-top: 00px;
    padding: 16px;
    text-align: left !important;
}
		.benefits-consideration .bottom-content p:last-child{
    margin-bottom: 0px;
}
	.what-to-except .blue-bg {
    padding: 16px;
    margin-top: 0;
}
	.invisalign-clear-sec .bottom-content {
    padding: 16px;
    right: 0;
}
	.spaced {
    padding: 30px 0;
}
	.orthodontic_treatment p:last-child{
		margin-bottom:0
	}
	.surgical-considerations li:last-child {
   	margin-bottom:0 !important
}
	.schedule-an-consultation.braces-consulation .right-content {
    padding: 30px 0 0 0;
}
	.schedule-an-consultation.braces-consulation img {
    border-radius: 10px 10px 10px 10px;
}
	.sidebar-form {
    padding: 24px;
}
	.sidebar-navigation {
    margin-top: 0;
    padding: 24px !important;
}
	.sidebar {
    padding-left: 10px;
}
	  .considerations-of-treatment::before {
        display: none;
    }
		.retainer-replacement p:last-child {
    margin-bottom:0;
}
	.what-procedures  .right-content {
    padding: 30px 10px 0;
}
	.contact-us .contact-location {
    padding: 16px;
}
	.what-procedures .bottom-content {
    padding: 16px;
		text-align:left !important
}
	.retainer-wear .section-title {
    text-align: left !important;
}
	.retainer-wear .bottom-content p:last-child , .broken-brackets .bottom-wrap p:last-child , .what-procedures .bottom-content p:last-child{
    margin-bottom: 0;
}
	.expect-treatment .right-content p:last-child{
		margin-bottom:0
	}
		.retainer-wear .bottom-content , .oral-hygiene .text-center {
   text-align:left !important;
}
	.broken-brackets .bottom-wrap {
    text-align: left !important;
    padding-top: 16px;
}
	.what-is-two-phase img {
    margin: 0px 0 0px 0;
}
	.invisalign-clear-aligners .text-center{
		text-align:left !important
	}
	.patient-row {
    background-image: none !important;
}
	.expect-your-visit .blue-bg, .expect-your-visit-bottom .black-bg {
    padding: 16px;
}
	.expect-your-visit .bottom-content {
    padding-top: 16px;
}
	.custom-treatment .right-content {
    padding-right: 0;
}
		.expect-your-visit .bottom-content p:last-child{
    margin-bottom: 0px;
}
	.form-section .section-wrap p:last-child{
		margin-bottom:0
	}
	.form-section .left-content {
    padding: 16px;
}
	.form-section .step-title {
    margin-bottom: 16px;
}
	.journey-step p:last-child {
    margin-bottom: 0;
}
	.virtual-form .contact-form {
    margin-top: 30px;
}
	.journey-step div#helpAccordion- {
    padding-bottom: 16px;
}
	.form-section .left-content .step-gallery {
    padding: 0px 0 16px 0;
}
	.testimonial-top-image {
    top: -16px;
}
	.main-testimonial-img {
    bottom: -3px;
}
.gallery-item.large-item img {
    max-width: 143px;
    min-height: 127px;
}
	.gallery-item.small-item-top {
    left: -10%;
    top: 9%;
}
	.gallery-item.small-item-bottom {
    top: 11%;
}

	.specialized-wrap {
    padding: 20px 10px;
}
	.specialized-services-item:nth-child(even) {
    margin-bottom: 0 !important;
}
	.personalized-care .section-wrap {
    margin-bottom: 0px !important;
}
	.personalized-care .row.align-items-center {
    justify-content: center;
}
.gallery-item.small-item-top img {
    max-width: 186px;
    height: 196px;
}
.gallery-item.small-item-bottom img {
    max-width: 170px;
    max-height: 133px;
}
	.our-services-section {
    background-position: 68% center;
		padding:0 10px;
}
	.label-before, .label-after {
    position: relative;
    top: 30px;
}
	.gallery-item.bottom-item img {
    max-width: 148px;
    min-height: 160px;
}
.gallery-item.large-item {
    top: 14%;
    left: -12%;
}
	.gallery-item.bottom-item {
    top: 14%;
}
	section.journey-section {
    padding-bottom: 70px;
}
	.difference-section {
    padding-top: 30px;
}
/* 	.our-services-section .col-md-12.service-column::after {
display:none
} */
	.heading-wrap-service {
    padding-bottom: 0px;
    text-align: center;
}
	.service-list {
    width: 100%;
}
	.service-item {
    margin-bottom: 0;
}
	.difference-title {
    width: calc(100% - 0px);
}
 .difference-icon {
        width: 60px;
        height: 60px;
        padding: 15px;
        margin: 0 auto 12px;
        display: flex;
        align-items: center;
        justify-content: center;
	         margin-bottom: 8px !important;
    }
.difference-box {
    padding:  0;
}
	.hero-image {
    width: 80%;
}
	.difference-section .h-xl {
    margin-bottom: 0 !important;
}
    .difference-icon img {
        max-width: 28px;
        max-height: 28px;
    }
	.steps-section::before{
		display:none
	}
	.invisalign-aligner::before {
    width: 100px;
		height:53%;
}
	.expect-your-visit {
    padding-top: 0;
}
	.common-orthodontic-problems .problem-card:hover .card-wrap {
    bottom: -17px;
}
	.invisalign-aligner .right-content {
    padding-left: 0;
    padding-top: 16px;
}
	.main-content p:last-child {
    margin-bottom: 0px;
}
		.main-content  {
    text-align:left !important
}
	.what-to-avoid {
    padding: 30px 10px;
}
	.what-to-avoid .description.blue-bg {
    padding: 16px;
    margin: 16px 0 !important;
}
	.what-to-avoid .right-content .image-content ul {
    row-gap: 0px;
    column-gap: 12px;
}
/* .hero-circle-btn a {
    width: 86px;
    height: 88px;
    font-size: 12px !important;
} */
.hero-circle-btn {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    top: 90%;
}
/* 	.hero-circle-btn a {
    background: #fff;
    font-size: 14px;
} */
	.hero-banner {
    padding: 130px 0;
		height:690px;
}
	.hero-title, .hero-desc, .hero-circle-btn {
    opacity: 0 ;
    transform: translateY(40px);
}
	.our-services-section .col-md-12.service-column {
    padding-left: 0;
    margin-left: 0;
}
	 .service-details-wrapper{
        display:none;
    }

    .service-item{
        padding:8px 0;
        border-bottom:0px solid rgba(255,255,255,.2);
    }

    .service-item.active{
        border-left:0px solid #F5A623;
        margin-left:6px;
    }
.service-list-wrapper {

    margin-left: 20px;
}
	.service-item::before {
    top: 12px;
    height: 70%;
}
	.our-services-section .col-md-12.service-column::after{
		display:none
	}
    .service-item.active .service-title{
        color:#F5A623;
    }

    .mobile-detail{
        padding:15px 0 20px 0px;
		overflow: hidden;
  transition: all 0.4s ease;
    }
.service-item {
  border-bottom: 1px solid rgba(255,255,255,0.2); /* light line */
  padding: 15px 0;
}
	.service-item:last-child {
  border-bottom: none;
}
    .mobile-detail .service-detail-title{
        display:none !important;
    }
	.heading-faq {
    padding-top:30px;
}
.page-template-faqs .steps-section {
   margin-top:30px;
}
	 .header-contact-info a {
        background-image: none;
        padding-left: 0;
        display: inline-flex;
        align-items: center;
    }

    .header-contact-info a img {
        display: inline-block;
        width: 20px;
        height: auto;
        margin-right: 8px;
    }
	.orthodontist-section .logos {
    gap: 20px;
	row-gap: 0px;
}
	.wrap-testimonial {
    opacity:0
}
	.our-testimonial {
    margin-top: 0px;
}
	.testimonial-main-image {
    margin-bottom: -30px;
}
		.orthodontist-section .logos img{
    border-radius : 0 !important
}
	.footer-menu-sec:nth-child(2) {
    border-top: 1px solid rgb(225,225,225,0.2);
    border-bottom: 1px solid rgb(225,225,225,0.2);
    padding: 20px 0;
    margin: 16px 0;
  }
	.complimentary-consult .consult-content {
    bottom: -8%;
    padding: 16px;
		border-radius:0
}
.complimentary-consult {
    padding: 120px 0 30px 0 !important;
}
	.complimentary-consult .consult-content .btn {
    margin-top: 0px !important;
}
	 .two-phase_orthodontics .row {
        display: flex;
        flex-direction: column;
    }
    .two-phase_orthodontics .left-content,
    .two-phase_orthodontics .right-content {
        display: flex;
        flex-direction: column;
    }

    .two-phase_orthodontics h2 {
        order: 1;
    }
    .two-phase_orthodontics .description {
        order: 2;
    }
    .two-phase_orthodontics .image {
        order: 3;
    }
    .two-phase_orthodontics .content-image {
        display:none
    }
	.retainer-wear .retainer-row:nth-of-type(even), .surgical-considerations .retainer-row:nth-of-type(even) {
    flex-direction: column-reverse;
}
	.retainer-wear  .retainer-row:nth-of-type(odd), .surgical-considerations .retainer-row:nth-of-type(odd) {
    flex-direction: column-reverse;
}
	.surgical_considerations .surgical-row:nth-of-type(even) {
    flex-direction: column-reverse;
}
	.surgical_considerations .surgical-row:nth-of-type(odd) {
    flex-direction: column-reverse;
}
	.mobile-only-image {
        display: block;
        margin-top: 15px;
        text-align: center;
    }

    .mobile-only-image img {
        max-width: 100%;
        height: auto;
    }
	.retainers .left-images , .retainers .right-images {
    display: none;
}
	.retainers .center-content {
    text-align: left !important;
}
	.before-after-slider-sec {
    margin-bottom: 0 !important;
}
	.retainer-wear .retainer-row:nth-of-type(odd) .description {
    margin-bottom: -27px;
    position: relative;
    top: -19px;
}
	.retainer-wear .bottom-content {
    margin-top: 0 !important;
}
}
/* iPad Pro */
@media only screen and (min-width: 1024px) and (max-width: 1366px) {

 .floating-img {
    max-width: 367px;
}

}
/* Mobile only */
@media (max-width: 767px) {
    .extrasmile-section .row {
        display: flex;
        flex-direction: column;
    }

    .extrasmile-section .left-content {
        order: 2; /* Image */
    }
.ba-panel {
        flex-direction: column;
    }
    .ba-panel__img {
        max-width: 100%;
    }
    .ba-panel__text {
        text-align: center;
    }
	.ba-panel {
		flex-direction: column;
		gap: 1rem;
	}

	.ba-panel__text {
		order: 1;
		width: 100%;
		text-align: center;
	}

	.ba-panel__img {
		order: 2;
		max-width: 100%;
		width: 100%;
	}

	.ba-panel__img img {
		width: 100%;
		height: auto;
	}
    .extrasmile-section .col-lg-6.col-md-12.mt-3.mt-md-2 {
        order: 1; /* Heading + content */
    }
	    .braces-and-clear .row {
        display: flex;
        flex-direction: column;
    }

    .braces-and-clear .img-side {
        order: 2; /* Image */
    }

    .braces-and-clear .col-lg-6:not(.img-side) {
        order: 1; /* Heading + description */
    }
	   .orthodontic_treatment .row {
        display: flex;
        flex-direction: column;
    }

/*     .orthodontic_treatment .section-wrap {
        order: 1;
    } */

   .orthodontic_treatment .image {
    order: 2;
    margin: 20px 0;
    position: unset;
}

    .orthodontic_treatment .left-content {
        order: 3;
    }

    .orthodontic_treatment .image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .orthodontic_treatment {
        overflow: visible;
    }
	.metal-braces .row {
        display: flex;
        flex-direction: column-reverse;
    }
	.metal-braces .description {
    padding-top: 20px;
}

	.what-to-except .img-point-wrap {
        display: block !important;
    }

   .what-to-except .img-point-wrap .image {
        width: 100%;
        margin-bottom: 15px;
    }

   .what-to-except .img-point-wrap .image img {
        width: 100%;
        display: block;
        height: auto;
    }
	.extrasmile-section .left-content , .braces .left-content {
    padding-right: 10px;
}
	
}
@media screen and (max-width: 769px) {
/*     .page-template-landing-page .btn {
        margin-top: 32px !important;
    } */
	.page-template-landing-page .content {
    margin-top: 20px;
}
	.patient-choice h2 {
    text-align: center;
}
	section.local-community .section-wrap , .boost-steps .section-wrap{
    text-align: center !important;
}
		.local-community .content p:last-child {
  margin-bottom:0px;
}
	.footer-form-section {
    padding: 30px 0;
    margin-top: 0px;
}
	.page-template-landing-page .logo-slide {
    padding: 20px 20px;
}
	h1.h-xxl {
    font-size: 36px;
}
	.page-template-landing-page .dr-image {
    margin: 24px 0;
}
}