.bannerarea {
	background-image: url(../images/internal-banner-2.webp);
}

/* .loaded .bannerarea {
	background-image: url(../images/banner-vid-bg.jpg);
} */

.container1 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.top-section {
    padding: 100px 0;
}

.brooklyn-h1 {
    color: var(--Gray-40, #363636);
    text-align: center;

    /* Desktop/H4 */
    font-family: "Noto Sans";
    font-size: clamp(18px, 2vw + 1px, 27px);
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 111.111% */
    letter-spacing: 3px;
    text-transform: uppercase;
}

.brooklyn-h2 {
    color: #003431;
    text-align: center;

    /* Desktop/H1 */
    font-family: "Libre Caslon Text";
    font-size: clamp(32px, 4vw + 1px, 48px);
    font-style: normal;
    font-weight: 400;
    line-height: 63.5px; /* 132.292% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.container-2 {
    background: #EBEFEF;
}

.container2 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
}

.container-3 {
    padding-bottom: 100px;
}

/*SHOWCASE*/
.loaded .showcase {
    background-image: url(../images/pattern.png);
}

.loaded.webp .showcase {
    background-image: url(../images/pattern.webp);
}

.showcase {
    padding-right: 25px;
    padding-left: 25px;
}

.service-heading {
    color: var(--Green-50, #003431);

    /* Desktop/H1 */
    font-family: "Libre Caslon Text";
    font-size: clamp(32px, 4vw + 1px, 48px);
    font-style: normal;
    font-weight: 400;
    line-height: 63.5px; /* 132.292% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.showcase .container {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 1196px;
    margin-top: -100px;
    border-radius: 79px;
    background-color: #ebefef;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}

.showcase .slick-wrap {
    display: flex;
    max-width: 380px;
    margin: 0 auto;
    align-items: center;
    flex-flow: row-reverse;
}

.showcase .slick-wrap h4 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #4f5669;
}

.showcase h1 {
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.showcase .show-content h4 {
    margin-bottom: 85px;
    text-transform: uppercase;
}

.showcase .show-link {
    margin-top: 45px;
}

.showcase a.main-btn.secondary-btn {
    margin: 0;
}

.showcase .slick-box {
    display: flex;
    max-width: 230.81px;
    min-height: 270px;
    margin: 0 auto;
    border-radius: 11.371px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}

.showcase .show-img {
    display: flex;
    width: 94.35px;
    height: 94.35px;
    margin-bottom: 30px;
    padding: 5px;
    border-radius: 50%;
    background-color: #b4cac8;
    align-items: center;
}

.showcase a img {
    margin: 0 auto;
}

.showcase .slick-track .slick-slide {
    margin-bottom: 10px;
    padding: 33px;
 }

.showcase .denture .show-img {
    background-color: #506a67;
}

.showcase .invisalign .show-img {
    background-color: #00796b;
}

.showcase .crown .show-img {
    background-color: #e2e4e9;
}

.showcase .all-on .show-img {
    background-color: #003431;
}

.smile-gal {
    border-radius: 10px;
}

/*SLICK DOTS*/
.showcase .slick-dots {
    display: grid;
    display: flex;
    margin: 0;
    grid-auto-flow: column;
    grid-gap: 15px;
    justify-content: center;
    flex-flow: column;
}

.showcase .slick-dots li {
    list-style: none;
}

.showcase .slick-dots button {
    font-size: 0;
    width: 23px;
    height: 23px;
    margin: 0;
    border: 2px solid #b4cac8;
    border-radius: 50%;
    background-color: #b4cac8;
}

.showcase .slick-dots li.slick-active button {
    border: 2px solid #506a67;
    background-color: #506a67;
}

.showcase .slick-arrow {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.showcase .arrow.arrow-left {
    top: calc(50% - 140px);
    left: 4px;
}

.showcase .arrow.arrow-right {
    top: calc(50% + 160px);
    right: inherit;
    left: 2px;
}

.showcase .slick-arrow::before {
    border: 2px solid transparent;
    border-right-color: #545d60;
    border-bottom-color: #545d60;
}

.loaded .showcase span {
    background-image: url(../images/line.png);
}

.loaded.webp .showcase span {
    background-image: url(../images/line.webp);
}

.showcase span {
    font-size: 39.2453px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 19px;
    letter-spacing: 3.92453px;
    text-transform: capitalize;
    color: #6b7280;
    background-repeat: no-repeat;
    background-position: bottom;
}

.showcase .show-link a.main-btn:last-child {
    margin-top: 30px;
}

/*COMFORT*/
.comfort {
    padding: 73px 0;
    background-color: #ebefef;
}

.comfort .container {
    max-width: 996px;
}

.comfort h2 {
    font-size: 33px;
    font-weight: 700;
    margin: 0 auto;
    text-transform: uppercase;
    text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.loaded .comfort span {
    background-image: url(../images/line2.png);
}

.loaded.webp .comfort span {
    background-image: url(../images/line2.webp);
}

.comfort span {
    background-repeat: no-repeat;
    background-size: contain;
}

.comfort .row:nth-child(1) {
    margin-bottom: 125px;
}

.comfort .row:nth-child(2) {
    margin-bottom: 75px;
}

.comfort .boxwrap:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    text-decoration: none;
}

.comfort .boxwrap h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6b7280;
}

.comfort .boxwrap .pic-wrap {
    min-height: 105px;
}

/*DR-SECTION*/
.dr-section {
    position: relative;
    padding: 45px 25px;
}
.dr-section img{
    border-radius: 7px;
}
.dr-section h2 {
    text-transform: uppercase;
}

.dr-section:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 255px;
    content: '';
    background-color: #ebefef;
}

.loaded .dr-section .container {
    background-image: url(../images/dots.png);
}

.loaded.webp .dr-section .container {
    background-image: url(../images/dots.webp);
}

.dr-section .container {
    max-width: 1221px;
    padding: 65px 25px;
    border-radius: 40px;
    background-color: #003431;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
    position: relative;
}

.dr-section .row {
    max-width: 1067px;
    margin: 0 auto;
}

.dr-section h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.dr-section .row:nth-child(1) {
    max-width: 741px;
    margin-bottom: 50px;
}

.dr-section .row:nth-child(2) {
    margin-bottom: 20px;
}

.dr-section .row:nth-child(3) {
    margin-bottom: 40px;
}

.dr-section a.main-btn.secondary-btn {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.dr-section a.main-btn.secondary-btn:hover {
    color: #003431;
    background-color: #fff;
}

/*REVIEW*/
.review {
    padding: 30px 0;
    background-color: #ebefef;
}

.review .container .row:nth-child(3) {
    margin-bottom: 60px;
}

.review h4 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 27px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #003431;
}

.review .slides {
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    max-width: 800px;
    min-height: 150px;
    margin: 0 auto;
    text-align: center;
    color: #6b7280;
}

.review .patient-name {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 2px;
    color: #6b7280;
}

/*REVIEW ARROWS*/
.review .arrow {
    top: 20%;
    display: flex;
    width: 40px;
    height: 40px;
    opacity: 1;
    border: 1px solid #00796b;
    border-radius: 50%;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.review .arrow.arrow-left {
    left: 0;
}

.review .arrow.arrow-right {
    right: 0;
}

.review .arrow::before {
    border-color: #6b7280;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.arrow.arrow-left::before {
    position: relative;
    right: -3px;
}

.arrow.arrow-right::before {
    position: relative;
    left: -3px;
}

/*REVIEW BREADCRUMBS*/
.review .number-crumb-container {
    bottom: 0;
}

.review .number-crumb-container .option {
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 2px solid #e2e4e9;
    background: transparent;
}

.review .number-crumb-container .option.selected {
    border-color: #6b7280;
    background: #6b7280;
}

.review .slides p {
    max-width: 806px;
    margin: 0 auto 30px;
    padding: 0 40px;
}

/*TESTIMONAL*/
.testimonal {
    padding: 128px 0;
    background-color: #ebefef;
}

.testimonal h2 {
    text-transform: uppercase;
}

.testimonal .container {
    max-width: 1735px;
}

.testimonal .container .row:nth-child(1) {
    margin-bottom: 98px;
}

/*GALLERY*/
.gallery {
    padding: 44px 0 80px;
    background-color: #fafcfc;
}

.gallery .container {
    max-width: 1465px;
}

.gallery .container a.main-btn {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding: .4em .5em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gallery .container .gal1 a.main-btn {
    background: rgba(226, 228, 233, .75);
}

.gallery .gal-box {
    min-height: 730px;
    padding: 40px;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}

.gallery .gal-box h2 {
    text-transform: uppercase;
}

.gallery .gal-box .gal-arrow {
    filter: drop-shadow(-4px 8px 3px rgba(0, 0, 0, .02)) drop-shadow(-2px 4px 3px rgba(0, 0, 0, .07)) drop-shadow(-1px 2px 2px rgba(0, 0, 0, .11)) drop-shadow(0px 0px 1px rgba(0, 0, 0, .13)) drop-shadow(0px 0px 0px rgba(0, 0, 0, .13));
}

.gallery .gal-box hr {
    margin: 35px 0 58px;
    border: 2px solid rgba(226, 228, 233, .75);
}

.loaded .tour-office {
    background-image: url(../images/dots.png);
}

.loaded.webp .tour-office {
    background-image: url(../images/dots.webp);
}

.gallery .tour-office {
    background-color: #003431;
    background-repeat: no-repeat;
}

.gallery .tour-office hr {
    border: 2px solid rgba(80, 106, 103, .75);
}

.gallery a:hover {
    text-decoration: none;
}
.gallery .tour-office img{
    border-radius: 8px;
}
@media screen and (min-width: 992px) {
    .showcase {
        padding-bottom: 75px;
    }

    .showcase .show-content {
        max-width: 650px;
    }

    .showcase .slick-track {
        display: block;
    }

    .showcase .show-m {
        display: none;
    }

    .showcase .show-content h4 {
        font-size: 39.2453px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 3.92453px;
        color: #5c5c5c;
    }

    .comfort {
        padding: 92px 0;
    }

    .comfort h2 {
        max-width: 846px;
    }

    .dr-section {
        padding-bottom: 65px;
    }

    .dr-section a.main-btn {
        min-width: 329px;
    }

    .review {
        padding: 131px 0 75px;
    }

    .review a.main-btn {
        min-width: 329px;
    }

    .testimonal .container .row:nth-child(3) {
        margin-top: 90px;
    }

    .testimonal a.main-btn {
        padding: .4em 2.5em;
    }

    .gallery .gal-box {
        padding: 80px;
    }
}

@media screen and (min-width: 1026px) {
    .show-for-tab {
        display: none !important;
    }
}

@media screen and (min-width: 1250px) {
    .dr-section .dr-pic {
        max-width: 37.666667%;
        -ms-flex: 0 0 37.666667%;
        flex: 0 0 37.666667%;
    }

    .dr-section .dr-cona {
        max-width: 64.333333%;
        -ms-flex: 0 0 64.333333%;
        flex: 0 0 64.333333%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
    .gallery .gal-box .gal-arrow {
        max-width: 10%;
    }

    .gallery .gal-box h2 {
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 1025px) {
    .showcase {
        padding: 65px 15px;
    }

    .showcase .container {
        min-height: auto;
        margin-top: 0;
        padding: 45px 25px;
    }

    .container-3 {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 991px) {
    .comfort .comfconainer:nth-child(-n + 2) {
        margin-bottom: 30px;
    }

    .dr-section .row {
        text-align: center;
        justify-content: center;
    }

    .testimonal {
        padding: 45px 0;
    }

    .testimonal .container .row:nth-child(1) {
        margin-bottom: 30px;
    }

    .testimonal .row {
        text-align: center;
    }

    .gallery .container .row>div:nth-child(1) {
        margin-bottom: 35px;
    }

    .gallery .gal-box {
        max-width: 650px;
        min-height: auto;
        margin: 0 auto;
        padding: 40px 15px;
    }

    .showcase .slick-wrap {
        flex-flow: wrap;
    }

    .showcase .slick-dots {
        display: flex;
        width: 100%;
        margin: 0 auto;
        flex-flow: wrap;
        justify-content: center;
    }

    .showcase .slick-dots button {
        width: 13.56px;
        height: 13.56px;
    }

    .showcase .slick-track .slick-slide {
        filter: drop-shadow(-15.5824px 37.3979px 16.6213px rgba(0, 0, 0, .03)) drop-shadow(-9.34946px 20.7766px 13.5048px rgba(0, 0, 0, .1)) drop-shadow(-4.15532px 9.34946px 10.3883px rgba(0, 0, 0, .16)) drop-shadow(-1.03883px 2.07766px 5.19415px rgba(0, 0, 0, .19)) drop-shadow(0px 0px 0px rgba(0, 0, 0, .19));
    }

    .showcase .slick-box {
        padding: 25px 10px 5px;
    }

    .gallery .gal-box img {
        display: flex;
        margin: 0 auto;
    }

    .showcase .container {
        flex-flow: column;
    }

    /*SLICK MAIN*/
    .showcase .slick-list {
        max-width: 1027px;
        margin: 0 auto;
    }

    .showcase .slick-list .slick-track {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .showcase .slick-list .slick-track .rev_box {
        max-width: 434px;
    }

    .showcase .arrow.arrow-left {
        bottom: -10px;
        left: calc(50% - 100px);
    }

    .showcase .arrow.arrow-right {
        right: calc(50% - 100px);
        bottom: -10px;
        left: inherit;
    }
}

@media screen and (max-width: 980px) {
    .showcase .slick-wrap {
        max-width: 650px;
    }

    .showcase .slick-arrow {
        transform: translateY(-50%) rotate(268deg);
    }

    .showcase .arrow {
        bottom: 0;
    }

    .showcase .show-link {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .showcase .slick-list {
        padding-bottom: 36px;
    }

    .comfort .row:nth-child(1) {
        margin-bottom: 40px;
    }

    .comfort .row:nth-child(2) {
        margin-bottom: 35px;
    }

    .mapsection a.main-btn {
        display: inline-block;
    }

    .showcase .arrow.arrow-right,
    .showcase .arrow.arrow-left {
        top: inherit;
    }
}

@media screen and (max-width: 767px) {
    .comfort .comfconainer:nth-child(-n + 3) {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 607px) {
    .showcase .show-content h4 {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
    }

    .showcase span {
        font-size: 26.8441px;
        font-weight: 700;
    }

    .showcase .slick-arrow {
        position: relative;
    }

    .showcase .show-link {
        margin-top: 0;
    }

    .showcase .show-link a.main-btn:last-child {
        margin: 0;
    }

    .showcase .slick-track .slick-slide {
        padding: 12px;
    }

    .showcase .show-content h4 {
        font-size: 20px;
        margin: 20px 0 60px;
    }

    .showcase .slick-arrow::before {
        width: 10px;
        height: 10px;
        border-radius: 1px;
    }

    .dr-section .row:nth-child(3) {
        margin-bottom: 0;
    }

    .dr-section a.main-btn:last-child {
        margin: 15px 0 0;
    }

    .review h4 {
        font-size: 20px;
    }

    .testimonal {
        display: none;
    }

    .gallery .gal-box h2 {
        float: left;
        max-width: 75%;
    }

    .gallery .gal-box .gal-arrow {
        float: right;
        max-width: 20%;
    }

    .cta .cta-wrapper h2 {
        text-align: right;
    }

    .showcase .arrow.arrow-right,
    .showcase .arrow.arrow-left {
        top: -20px;
        bottom: inherit;
    }

    .showcase .arrow.arrow-right {
        top: -25px;
    }

    .gallery .container a.main-btn {
        display: inline-flex;
    }
}

@media screen and (max-width: 380px) {
    .dr-section h2 {
        font-size: 30px;
    }
}


@media screen and (min-width: 1026px) {
	 .bannerarea {
		position: relative;
		width: 100%;
		height: 795px;
		min-height: 600px;
		padding: 0;
	}
}

@media screen and (max-width: 1025px) {
	.no-webp .bannerarea {
		background-image: url(../images/slideshow/smile-girl.jpg);
	}

	.webp .bannerarea {
		background-image: url(../images/slideshow/smile-girl.webp);
	}

	 .bannerarea {
		height: 640px;
		min-height: 640px;
		padding: 140px 0 0 0;
		justify-content: flex-start;
	}

	 .bannerarea .address {
		font-family: 'Noto Sans', sans-serif;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.2;
		letter-spacing: .02em;
		text-transform: uppercase;
		color: #003431;
	}

	 .bannerarea .phone {
		font-size: 20.2048px;
		font-weight: 700;
		line-height: 28px;
		color: #003431;
	}

	.bannerarea .slide-container {
		display: none;
	}
}

@media (max-width: 607px) {
	.no-webp .bannerarea {
		background-image: url(../images/slideshow/smile-girl-m.jpg);
	}

	.webp .bannerarea {
		background-image: url(../images/slideshow/smile-girl-m.webp);
	}

	 .bannerarea {
		height: 309px;
		min-height: 309px;
		padding: 53px 0 0 0;
	}
}