/*
    Theme Name: Shalman Dentistry
    Theme URI: https://www.nymedicalmarketing.com/
    Description: Light template for Shalman Dentistry
    Version: 1.0
*/

/* FONTS */
/*ANTON*/
@font-face {
    font-family: 'Anton';
    src: url('fonts/anton/Anton-Regular.woff2') format('woff2'),
        url('fonts/anton/Anton-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*LATO*/
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato/Lato-Bold.woff2') format('woff2'),
        url('fonts/lato/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato/Lato-Light.woff2') format('woff2'),
        url('fonts/lato/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato/Lato-Regular.woff2') format('woff2'),
        url('fonts/lato/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* TYPHOGRAPHY*/
* {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    display: inline-block;
}
body {
    font-size: 16px !important;
    line-height: 24px;
    color: #444444;
    background: #FFFFFF;
    outline: none;
    font-family: 'Lato', Sans-Serif;
    font-weight: 400;
}
body, html {
    scroll-behavior: smooth;
}
strong {
    font-weight: bold;
	color: inherit;
}
p{
    font-weight: 400;
}
a {
    outline: none;
    display: inline;
    margin: 0;
    padding: 0;
    color: inherit;
    text-decoration: underline;
}
a:hover {
    text-decoration: none !important;
}
img {
    border: none;
	height: auto;
    max-width: 100%
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Anton', Sans-Serif;
    font-weight: 300;
}

span {
    display: block;
    line-height: normal;
    font-size: 18px;
}
blockquote {
    margin: 20px 30px 20px 40px;
    border-left: 1px solid #aaa;
    padding: 15px 30px;
    background: #f1f4f4;
    font-style: italic;
    line-height: 30px;
	display: -webkit-box;
}
.read-more {
    margin: 20px 0;
    background: #eee;
    padding: 10px;
}
.read-more a {
    color: #444;
    display: block;
    line-height: 30px;
}
.read-more a:first-child {
    margin-top: 10px;
}
.alignright {
    float: right;
    margin: 0 0 40px 40px;
	height: auto;
}
.main-container {
    width: 100%;
    max-width: 1366px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.secound-container {
    width: 100%;
    max-width: 1100px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.destiny-details ul {
    margin-top: 30px;
	position: relative;
	margin-left: 30px;
}
.destiny-details ul li {
    list-style: disc;
    line-height: 40px;
	display: block;
	position: relative;
}
.destiny-details ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #444;
    border-radius: 10px;
    left: -28px;
    top: 20px;
}
.all-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}
.single-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.single-div {
    background: red;
    height: 200px;
    width: 100%;
}

.colnop {
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    background: #f9f9f9;
    overflow: hidden;
    margin-bottom: 20px;
}
.col1-map {
    float: left;
    width: 50%;
}
.col2-map {
    float: left;
    margin-left: 50px;
    width: 45%;
}
.colnop p {
    line-height: 24px !important;
    padding: 10px 0 !important;
	font-size: 16px;
}
.colnop td {line-height: 24px !important;font-size: 16px;}
.colnop h2 {margin: 0px 0px 25px !important;}
.colnop h2:before {display:none;}
.page-id-530 .treatment-contents h1 {font-size: 45px;} /*Contact page*/
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
	height: auto;
}

.published-date {
    font-size: 14px;
    font-weight: 400;
    border-left: 1px solid #ddd;
    padding: 5px 10px 5px 10px;
    background: #f8f8f8;
    margin-bottom: 10px;
    display: block;
	margin-top: 20px;
	line-height: 22px;
}

.published-date span {
    display: inline-block;
	    font-size: 14px;
    font-weight: 400;
}

.disc_div {
   background-color: #f8f8f8;
    padding: 10px;
    border-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    font-size: 16px;
    line-height: 24px;
	border-left: 1px solid #ddd;
}
.disc_div.exmargin {
    margin-top: 30px;
}
.disc_div span {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}

.content-address, .content-address p {
    font-size: 16px;
	line-height: 25px !important;
	padding-top: 10px !important;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.soc-list li {
	display: block !important;
	position: relative !important;
}
.soc-list li a {
	display: block !important;
}
.soc-list li:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 3px 0 0 -25px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(images/facebook-icon.svg);
    filter: invert(96%) sepia(100%) saturate(17%) hue-rotate(324deg) brightness(105%) contrast(105%);
}
.soc-list li:nth-child(2):before {
    background-image: url(images/linkedin-icon.svg);
}
.soc-list li:nth-child(3):before {
    background-image: url(images/instagram-icon.svg);
}
.soc-list li:nth-child(4):before {
    background-image: url(images/twitter-icon.svg);
}

.linkedin-icon {
	display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0;
	align-items: center;
}
.linkedin-icon a {
	width: 36px;
    height: 36px;
    margin: 5px 0;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}
.linkedin-icon a::after {
	content: "" !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(images/linkedin-def-icon.png);
}
.linkedin-icon a:hover {
    transform: rotate(5deg);
}
.awards-holder {
	display: flex;
	justify-content: space-evenly;
	margin: 40px auto;
	flex-wrap: wrap;
	gap: 20px;
}
.awards-holder img {
	width: 190px;
    border-radius: 30px;
    box-shadow: 1px 5px 20px 6px rgb(167 167 167 / 32%);
}
.video-testimonial-section {
	margin: 30px 0;
}
.video-testimonial-holder {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.video-testimonial-text {
	max-width: 250px;
	width: 100%;
}
.video-testimonial-slider {
	max-width: 700px;
	width: 100%;
}
.video-slider-holder {
	width: 100%;
}
.video-slider-holder .video-thumbnail {
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	cursor: pointer;
}
.video-slider-holder .video-thumbnail:before {
	content: "\25B6";
    opacity: 0.5;
    color: white;
    text-shadow: 0 3px black;
    z-index: 100;
    font-size: 50px;
    position: absolute;
    left: 42%;
    top: 42%;
}
.video-slider-holder .video-thumbnail h4 {
	position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #0c81916e;
    align-content: end;
}
.video-slider-holder .video-thumbnail .patient-name {
	opacity: 1;
	transition: all .3s ease-in-out;
}
.video-slider-holder .video-thumbnail .patient-number {
	opacity: 0;
	transition: all .3s ease-in-out;
}
.video-slider-holder .video-thumbnail:hover > .patient-name {
	opacity: 0;
    height: 27px;
	transition: all .3s ease-in-out;
}
.video-slider-holder .video-thumbnail:hover > .patient-number {
	opacity: 1;
    height: 27px;
	transition: all .3s ease-in-out;
}
.video-slider-holder button {
	width: 30px;
    height: 30px;
    background: #0c8191;
    padding: 0px;
    border-radius: 50%;
}
.video-slider-holder button:hover, .video-slider-holder button:focus {
	color: #fff !important;
    outline: none !important;
    background: #0c8191a3 !important;
}
.youtube-popup-holder {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.youtube-popup {
    max-width: 768px;
    width: 80%;
    height: auto;
    position: relative;
}
.youtube-popup-close {
    position: absolute;
    top: -40px;
    right: -20px;
    font-size: 30px;
    cursor: pointer;
    color:#fff;
}
.youtube-popup iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 10px;
}
.accordion {
	width: 100%;
}
.accordion-body {
	display: none;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
}
.single-accordion .active {
	background: none !important;
}
.single-accordion h2, .single-accordion h3 {
	position: relative;
    cursor: pointer;
    line-height: normal;
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgb(26 40 80 / 26%);
	padding-right: 20px !important;
}
.single-accordion h2::after, .single-accordion h3::after {
	content: '';
    position: absolute;
    top: 9px;
    right: 7.5px;
    left: auto;
    height: 20px;
    width: 3px;
    background: #0c8191;
}
.single-accordion h2.active::after, .single-accordion h3.active::after {
	display: none;
}
.single-accordion h2::before, .single-accordion h3::before {
	content: '';
    position: absolute;
    top: 18px;
    right: 0px;
    margin: auto;
    width: 20px;
    height: 3px;
    background: #0c8191;
}
.services-full-width {
	text-align: center;
    padding: 100px 10px 125px;
	background-image: url('https://www.shalmandentistry.com/wp-content/uploads/2024/10/services-background-scaled.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 50px 0;
}
.services-full-width > span {
	color: #fff;
	font-size: 22px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.services-full-width > h2 {
	color: #fff;
	font-size: 36px;
    line-height: 1.6;
    padding: 0 !important;
    text-transform: uppercase;
    margin-bottom: 50px;
	
}
.services-fw-list {
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    color: #fff;
    margin: 0 auto;
	
}
.services-fw-list a {
	font-size: 18px;
    padding: 15px 40px;
    background: #00000080;
    border-radius: 12px;
    color: #fff;
	transition: all .3s ease-in-out;
}
.services-fw-list a:hover {
	transform: translatey(-10px);
	transition: all .3s ease-in-out;
}
/*-------- RESPONSIVE CONTAINERS ------------*/

@media (max-width: 1366px) {
    .secound-container,
    .main-container {
        max-width: 1140px;
    }
}
@media (max-width: 1200px) {
    .secound-container,
    .main-container {
        max-width: 1140px;
    }
}
@media (max-width: 992px) {
    .secound-container,
    .main-container {
        max-width: 960px;
    }
}
@media (max-width: 768px) {
    .secound-container,
    .main-container {
        max-width: 720px;
    }
	
	.col1-map {
    float: none;
    width: 100%;
}
.col2-map {
    float: none;
    margin-left: 0px;
    width: 100%;
}
	
}
@media (max-width: 575px) {
	.cosmetic-dentistry-area {
		padding: 5px 0 25px;
	}
	.what-should-content p {
		padding-bottom: 25px;
	}
	.what-should-area {
		padding: 30px 0 20px;
	}
	.phone-content {
		padding-top: 20px;
	}
	.treatment-contents p+h2 {
		margin-top: 0;
	}
	.treatment-contents h2 {
		margin-top: 0;
	}
	.treatment-content-area h2 {
		padding-top: 15px;
	}
	.treatment-content-area section.calltoaction {
		margin: 30px auto 30px auto;
	}
	.phone-content {
		padding-top: 30px;
	}
	.phone-contact {
		margin-top: 15px;
	}
	.header-top-content ul li:last-child {
		line-height: 12px;
	}
	.treatment-content-area p {
		font-size: 16px;
	}
	.treatment-content-area ul li {
		font-size: 16px;
	}
    .secound-container,
    .main-container {
        max-width: 540px;
    }
	.copyright-content {
		display:block;
		line-height: 30px;
	}
	figure figcaption {
		font-size: 16px;
	}
}
ul.afNone li:after {
	display: none;
}

/*START HEADER AREA*/
.header-top-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}
.home-header .header-top-content ul, .home-header .menu-area ul {
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.header-top-content {
    position: relative;
}
.header-top-area {
    background: #6C6A77;
    padding: 13px 0;
}
.header-area.home-header .header-top-area {
	background: none !important;
/* 	background: #6c6a7752; */
}
.header-top-content ul li a, .header-top-content ul li button {
    color: #4f4f4f;
    font-family: 'Anton', Sans-Serif;
    background: #ffffff;
    padding: 10px 32px 10px 78px;
    border-radius: 100px;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.10);
            box-shadow: 0 0 10px rgba(0,0,0,0.10);
    margin: 0 5px;
	border: none;
	cursor: pointer;
	letter-spacing: 2px;
}
.home-header .header-top-content ul li a, .home-header .header-top-content ul li button {
    color: #ffffff;
    background: #0c8191;
    font-size: 22px;
	transition: .3s;
}
.home-header .header-top-content ul li button:hover {
	color: #4f4f4f;
    background: #fff;
	transition: .3s;
}
.header-area.home-header.fixed .header-top-content ul li button:hover {
	color: #ffffff;
    background: #0c8191;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 42%);
    box-shadow: 0 0 10px rgb(0 0 0 / 42%);
	transition: .3s;
}
.banner-btn-holder {
	margin-top: 40px;
	text-align: left;
}
.banner-btn-holder .banner-def-btn {
	color: #ffffff;
    border-left: 10px solid #0c8191;
    padding: 10px 20px 10px 15px;
	transition: .3s;
}
.banner-btn-holder .banner-def-btn:hover {
	background: #0c8191;
    border-radius: 5px;
	transition: .3s;
}
.header-top-content ul li a.phone-btn {
    background: none;
    box-shadow: none;
	text-decoration: none;
}
.header-top-content ul li a.phone-btn:hover {
	text-decoration: underline !important;
}
.header-top-content ul li button::after, .header-top-content ul li a::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 35px;
    background-image: url(images/icons.svg);
    border-right: 1px solid #84D3D9;
    background-position: -39px -2px;
}
.header-top-content ul li a.phone-btn:after {
	content: none;
}
.header-top-content ul li:nth-child(2) a::after {
    background-position: 0px -2px;
}
.menu-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 99;
    position: relative;
}
.header-content {
    padding-top: 80px;
}
.home-header .header-content {
	padding-top: 65px;
	position: relative;
}
.home-header .desktop-logo {
	position: absolute;
    top: 0px;
    left: 15px;
    width: 300px;
    height: 80px;
    z-index: 999;
}
.menu-area ul li{
    padding: 0px 20px;
    /*border-right: 1px solid #000;*/
    position: relative;
    line-height: 0
}
.home-header .menu-area ul li {
    /*border-right: 1px solid #fff;*/
}
.menu-area ul li:last-child{
    border-right: none;
}
.menu-area ul li a {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
	text-decoration: none;
}
.home-header .menu-area > ul > li > a {
	color: #fff;
}
.menu-area ul ul li:last-child a{
    border-bottom: none;
}
/*DROPDOWN MENU*/
.menu-area ul ul {
    position: absolute;
    top: 30px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.16);
            box-shadow: 0 0 40px rgba(0,0,0,0.16);
	background-color: #fff;
    width: 100%;
    min-width: 400px;
    text-align: left;
	border-radius: 5px;
}
.menu-area ul ul ul{
    left: 100%;
    top: 10px;
}
.menu-area ul ul li {
    border: none;
    width: 100%;
    padding: 20px 10px 20px;
    border-left: 5px solid #0c8191;
    border-bottom: 1px dashed #ccc;
    transition: 0.3s;
}
.menu-area ul ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.5s;
    width: 100%;
}
.menu-area ul ul li:hover{
    background: #0c8191;
    color: #fff;
}
.menu-area ul ul li:hover > a{
	color: #fff;
}
.menu-area ul li:hover > ul{
    opacity: 1;
    visibility: visible;
    top: 30px;
	left: 0px;
}
.menu-area ul ul li:hover > ul{
    top: 0;
	left: 100%;
}
/* ACCOLADES */
.partners-area{
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 20px #0000001c;
    background-color: #0000000d;
    justify-content: space-evenly;
    height: 134px;
}
.partners-area .acco1{
	background-image: url(/wp-content/themes/alex/images/accolades.png);
    width: 49.8%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 200%;
}
.partners-area .acco2{
	background-image: url(/wp-content/themes/alex/images/accolades.png);
    width: 49.8%;
	background-repeat: no-repeat;
	background-position: 100.3% 0;
	background-size: 200%;
}
/*END HEADER AREA*/

/*START BANNER AREA*/
.banner-area {
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}
.banner-area.banner-new {
	padding-top: 125px;
}
.banner-area:not(.banner-new)::after {
    content: "";
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
    height: 110%;
    background-image: url(images/banner-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.banner-area video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    display: block;
    object-fit: cover;
}
.banner-area.banner-new::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    background: #000000bf;
	height: 100% !important;
}
.banner-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 65% 35%;
    grid-template-columns: 65% 35%;
}
.banner-content.banner-new {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	position: relative;
}
.banner-content.banner-new .banner-content-top-holder {
	display: flex;
    width: 100%;
    justify-content: start;
	margin-top: 50px;
    margin-bottom: 50px;
}
.banner-content.banner-new .banner-content-top-holder .banner-left {
    padding-top: 50px;
}
.banner-content.banner-new .banner-content-top-holder .banner-left h1 {
	text-align: left;
    font-size: 56px;
    font-weight: 400;
    line-height: 76px;
    color: #FFFF;
    text-transform: capitalize;
    margin-bottom: 35px;
    max-width: 600px;
    width: 100%;
	letter-spacing: 2px;
}
.banner-content.banner-new .banner-content-top-holder .banner-left span {
	color: #fff;
    text-align: left;
    font-size: 24px;
	font-family: sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
	letter-spacing: 1px;
}
.banner-content.banner-new .banner-content-top-holder .banner-left p {
    max-width: 600px;
    text-align: left;
    color: #fff;
    line-height: 1.6;
}
.banner-content.banner-new .banner-content-top-holder .banner-left ul {
	margin: 40px 0 40px 50px;
    text-align: left;
}
.banner-content.banner-new .banner-content-top-holder .banner-left ul li {
	display: list-item;
    color: #fff;
    margin-bottom: 13px;
    list-style: disc;
}
.banner-content.banner-new .banner-content-top-holder .banner-left .awards-holder {
    max-width: 550px;
    margin: 70px 0 0;
	gap: 10px;
}
.banner-content.banner-new .banner-content-top-holder .banner-left .awards-holder img {
	width: 17%;
    height: auto;
    border-radius: 16px;
    box-shadow: 1px 5px 20px 6px rgb(0 0 0 / 32%);
}
.review-box {
    max-width: 120px;
    width: 100%;
    height: 66.37px;
    background: #fff;
    -webkit-filter: drop-shadow(0px 0px 50px #dee2f5);
    filter: drop-shadow(0px 0px 50px #dee2f5);
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #00333b;
    padding: 5px 12px;
    position: absolute;
    border-radius: 10px;
    left: 386px;
    top: 40px;
}
.banner-content.banner-new .banner-content-top-holder .banner-left .review-box span.stars {
    color: #ffba00 !important;
    display: block;
    margin-bottom: 5px !important;
	text-align: center;
}
.review-box::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
.tabular {
	max-width: 550px;
    width: 100%;
    padding: 20px;
    background: #0c819112;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 12px 5px #00000075;
    box-shadow: 0px 5px 12px 5px #00000096;
}
.tabular ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	justify-content: space-between;
}
.tabular ul li {
    max-width: 48%;
    width: 100%;
    min-width: 200px;
}
.tabular ul li a, .tabular ul li button {
	max-width: -webkit-fill-available;
    display: inline-block;
    background: #ffffff;
    padding: 30px 18px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    transition: .3s;
    border-radius: 5px;
    width: 100%;
    color: #003c45;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: left;
    transition: .3s;
	text-decoration: none;
}
.tabular ul li a:hover, .tabular ul li button:hover {
	background: #ffffffab;
	transition: .3s;
}
.tabular ul li p {
	font-size: 14px;
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #c3c3c3;
}
.banner-left {
    text-align: right;
    padding-top: 60px;
	max-width: 600px;
}
.banner-right {
    padding-top: 150px;
    margin-left: -227px;
}
.banner-content.banner-new .banner-right {
	padding-top: 0;
    padding-bottom: 0;
    margin: auto 0 0 auto;
}

/*END BANNER AREA*/

/*START PARTNER AREA*/
.partners-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.partners-content ul li {
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 0 20px rgba(108,106,119,0.15);
            box-shadow: 0 0 20px rgba(108,106,119,0.15);
    width: 12%;
}
.partner-area {
    max-width: 366px;
    background: #6C6A77;
    float: right;
    padding: 38px 96px 36px 86px;
    margin-top: -4px;
}
.partner-area ul {
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.partner-area ul li:first-child {
    padding-bottom: 25px;
}


/*END PARTNER AREA*/

/*START ABOUT AREA*/
.about-area {
    padding-top: 80px;
    background: rgba(108,106,119,0.05);
}
.about-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.about-left {
    width: 40%;
}
.about-right {
    width: calc(60% + 60px);
    background: #fff;
    padding: 34px 57px 60px 57px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: -60px;
    margin-top: 35px;
}
.about-right h1 {
    text-transform: uppercase;
    color: #0c8191;
    font-size: 50px;
    font-family: 'Anton', Sans-Serif;
    line-height: 75px;
}
.about-right h2 {
    text-transform: uppercase;
    color: #0c8191;
    font-size: 50px;
    font-family: 'Anton', Sans-Serif;
    line-height: 75px;
}
.about-right span {
    color: #6C6A77;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
}
.about-right p {
    color: #6C6A77;
    font-size: 18px;
    line-height: 28px;
    padding: 35px 0;
}
.page-btn {
    color: #6C6A77;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    font-family: 'Anton', Sans-Serif;
    padding-left: 40px;
    z-index: 2;
    font-weight: 300;
    letter-spacing: 2px;
}
.page-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 130%;
    width: 40%;
    background: #EFEFEF;
    z-index: -2;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-right: 20px;
}
.page-btn::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    height: 10px;
    width: 18px;
    background: url(images/icons.svg);
    z-index: -1;
    bottom: 0;
    margin: auto;
    background-position: -248px -5px;
}
.page-btn:hover:after{
    width: 100%;
}


/*END ABOUT AREA*/

/*START REVIEW AREA*/
.patinet-area {
    background: #6C6A77;
    padding: 80px 0;
}
.patient-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48% 2% 48%;
    grid-template-columns: 48% 48%;
    grid-gap: 2%;
}
.patient-review-right h2 {
    color: #fff;
    font-size: 56px;
    line-height: 84px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 19px;
    margin-bottom: 21px;
}
.patient-review-right h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    background: #84D3D9;
    height: 1px;
}
.patient-review-right span {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
}
.single-review {
    width: 100%;
    background: #fff;
    padding: 22px 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 40px;
}
.single-review .single-review-inner {
	margin-bottom: 100px;
}
.single-review-inner{
    border: 10px solid #F7F7F7;
    text-align: center;
    padding: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.single-review-inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 65px;
    height: 65px;
    top: -55px;
    border-radius: 100px;
    background: url(images/icons.svg) #fff;
    -webkit-box-shadow: 0 3px 6px rgba(108,106,119,0.10);
            box-shadow: 0 3px 6px rgba(108,106,119,0.10);
    background-position: -251px -34px;
}
.single-review-inner p {
    font-weight: 400;
    font-style: italic;
    color: #6C6A77;
    line-height: 24px;
}
.client-name {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -18px;
    display: inline-block;
}
.client-name span {
    font-size: 18px;
    font-family: 'Anton', Sans-Serif;
    text-transform: uppercase;
    bottom: -17px;
    padding: 5px 10px;
    display: inline-block;
    background: #fff;
    color: #0a8993;
    font-weight: 300;
    letter-spacing: 2px;
}
.patient-review-right p {
    line-height: 28px;
    color: #fff;
    padding: 35px 0;
    padding-right: 120px;
}
.patient-review-right a{
    color: #fff;
}
.patient-review-right a::after{
    background-color: rgba(239,239,239,0.14);
}
.patient-review-right a::before{
    background-position: -247px -14px;
}





/*END REVIEW AREA*/

/*START DESTINY CENTER AREA*/
.destiny-center-area{
    padding: 100px 0;
}
.single-destiny {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}
.destiny-img {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 60px;
    position: relative;
    padding-right: 35px;
    z-index: 2;
}
.destiny-img::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 80%;
    width: 60px;
    background: #F7F7F7;
    z-index: -1;
}
.destiny-img::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 6px;
    height: 58%;
    width: 35px;
    background: #F7F7F7;
    z-index: -1;
}
.destiny-img img {
    width: 100%;
}
.destiny-details {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 50px;
}
.single-destiny:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.single-destiny:nth-child(2n) .destiny-img{
    padding-left: 75px
}
.single-destiny:nth-child(2n) .destiny-img::before{
    left: 15px;
}
.destiny-details h2 {
    font-size: 56px;
    color: #6C6A77;
    line-height: 80px;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.destiny-details h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 1px;
    background: #84D3D9;
}
.destiny-details span {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
}
.destiny-details p {
    padding-top: 35px;
    line-height: 28px;
    padding-right: 95px;
}


/*END DESTINY CENTER AREA*/

/*START SERVICE AREA*/
.service-area{
    padding-top: 130px;
    position: relative;
    z-index: 2;
}
.service-area::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40%;
    background: #007E90;
    z-index: -1;
}
.service-content{
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.16);
            box-shadow: 0 0 40px rgba(0,0,0,0.16);
    padding: 90px 150px 140px 150px;
    background: #fff;
}
.service-title{
    text-align: center;
}
.service-title h2 {
    text-transform: uppercase;
    color: #0c8191;
    font-size: 50px;
    line-height: 75px;
}
.service-title p {
    color: #6C6A77;
    line-height: 28px;
    padding: 45px 10px 90px 10px;
}
.all-services {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(108,106,119,0.20);
            box-shadow: 0 0 20px rgba(108,106,119,0.20);
}
.single-service h3 a {
    color: #595762;
    font-size: 22px;
    line-height: 33px;
    position: relative;
	text-transform: uppercase;
}
.single-service h3 a:hover {
    color: #3b5e61;
}
.single-service {
    padding: 40px 40px 45px 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #0c8191;
    border-bottom: 1px solid #0c8191;
    position: relative;
}
.single-service:nth-child(2n){
    border-right: none;
}
.single-service:last-child,
.single-service:nth-last-child(2) {
    border-bottom: none;
}
.single-service p {
    color: #6C6A77;
    padding: 40px 75px 40px 0;
    line-height: 26px;
}
.single-service::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: url(images/icons.svg) #84D3D9;
    background-position: 6px -33px;
}
.all-services .single-service:nth-child(2)::after{
     background-position: -52px -31px;
}
.all-services .single-service:nth-child(3)::after{
     background-position: -115px -31px;
}
.all-services .single-service:nth-child(4)::after{
     background-position: -180px -33px;
}
.single-service h3 {
    padding-left: 60px;
    position: relative;
	text-transform: uppercase;
}
.single-service h3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 10px;
    background-image: url(images/icons.svg);
    background-position: -277px -5px;
}
.single-service .page-btn{
    font-size: 15px;
    letter-spacing: 1px;
}
.servbut {
    margin: 50px 0 auto;
    text-align: center;
}
.servbut a {
    color: #07626b;
}
/*END SERVICE AREA*/

/*START Invisalign AREA*/
.invisalign-area{
    position: relative;
    z-index: 2;
}
.invisalign-area::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 46%;
    background-image: url(images/invisalign-left.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.invisalign-area::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 19%;
    background-image: url(images/invisalign-aligners.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.invisalign-middle {
    background: #0c8191;
    padding: 0 120px;
    width: 36%;
    margin-left: auto;
    position: relative;
}
.invisalign-middle::before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    height: 45px;
    width: 100%;
    background: #0c8191;
    z-index: -1;
}
.invisalign-middle::after{
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    height: 45px;
    width: 100%;
    background: #0c8191;
    z-index: -1;
}
.invisalign-middle a{
    color: #fff;
}
.invisalign-middle a::after, .invisalign-middle button::after{
    background: rgba(255,255,255,0.26);
}
.invisalign-middle button {
	color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}
.invisalign-middle h2 {
    color: #fff;
    font-size: 56px;
    line-height: 84px;
    text-transform: uppercase;
}
.invisalign-middle p {
    color: #fff;
    line-height: 28px;
    padding: 50px 90px 70px 0;
}

/*END Invisalign AREA*/

/*START 
 *  AREA*/
.gallery-area{
    background: rgba(108,106,119,0.05);
    padding: 115px 0;
}
.sec-title {
    text-align: center;
}
.sec-title h2, .sec-title div {
    color: #6C6A77;
    font-size: 56px;
    line-height: 84px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
	font-family: 'Anton', Sans-Serif;
}


.sec-title h2::after, .sec-title div::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 1px;
    background: #84D3D9;
    margin: auto;
}
.sec-title span {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
}
.sec-title p {
    padding: 65px 0 70px;
    width: 80%;
    margin: auto;
    line-height: 28px;
}
.gallery-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.single-gallery-img {
    width: 32.50%;
    margin-bottom: 15px;
}
.view-all-gallry-btn {
    text-align: center;
    margin-top: 60px;
}



/*END GALLERY AREA*/

/*START Dental implants AREA*/
.dental-implants-area .invisalign-middle{
    margin-left: 0;
}
.dental-implants-area.invisalign-area::before {
    width: 19%;
    background-image: url(images/dental_implants_left.jpg);
}

.dental-implants-area.invisalign-area::after {
    width: 46%;
    background-image: url(images/dental_implants_right.jpg);
}
.dental-implants-area {}
.dental-implants-area {}



/*END Dental implants AREA*/

/*START WHY CHOOSE AREA*/
.why-choose-area{
    padding: 120px 0 140px;
    background-image: url(images/why-choose-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.why-content .sec-title h2,
.why-content .sec-title span,
.why-content .sec-title p{
    color: #fff;
}
.choose-conditions{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.choose-conditions li {
    -webkit-box-shadow: 0 0 20px rgba(108,106,119,0.10);
            box-shadow: 0 0 20px rgba(108,106,119,0.10);
    background-color: rgba(255,255,255,0.09);
    color: #fff;
    width: 49.5%;
    padding: 18px 0 18px 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 13px;
    position: relative;
}
.choose-conditions li::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 10px;
    background-image: url(images/icons.svg);
    background-position: -277px -5px;
}

/*END WHY CHOOSE AREA*/

/*START CONTACT AREA*/
.contact-area{
    padding: 80px 0 90px;
}
.contact-content form {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px;
}
.contact-content input {
    width: 32%;
    border: none;
    border-bottom: 1px solid #CEC6BF;
    color: #202831;
    text-transform: uppercase;
    padding: 12px 0;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contact-content input:focus{
    border-bottom: 1px solid #000;
}
.contact-content input::-webkit-input-placeholder{
    opacity: 1;
}
.contact-content input::-moz-placeholder{
    opacity: 1;
}
.contact-content input:-ms-input-placeholder{
    opacity: 1;
}
.contact-content input::-ms-input-placeholder{
    opacity: 1;
}
.contact-content input::placeholder{
    opacity: 1;
}
.contact-content input:focus{
    outline: none;
}
.from-submit {
    width: 150px;
    margin: auto;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}
.from-submit::after{
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    height: 10px;
    width: 18px;
    background: url(images/icons.svg);
    z-index: 2;
    bottom: 0;
    margin: auto;
    background-position: -248px -5px;
    pointer-events: none;
}
.contact-content input[type="submit"] {
    width: 100%;
    cursor: pointer;
    font-family: 'Anton', Sans-Serif;
    font-size: 18px;
    color: #6C6A77;
    background: #EFEFEF;
    border: none;
    padding-left: 50px;
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contact-content input[type="submit"]:hover{
    background-color: #84D3D9;
    color: #fff;
}

/*END CONTACT AREA*/

/*START VILLAGE AREA*/
.village-area{
    padding: 60px 0;
    background: #095964;
	margin-top: 30px;
}
.village-content .sec-title h2{
    color: #fff;
}
.village-content ul {
    width: 50%;
    margin: auto;
    padding: 50px 0;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.village-content ul li {
    display: block;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}
.village-content ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 20px;
    background: url(images/icons.svg);
    background-position: -75px -6px;
}
.village-content ul li:nth-child(2)::after{
    background-position: -98px -5px;
}

/*END VILLAGE AREA*/

/*START FOOTER AREA*/
.footer-area{
    padding: 30px 0;
    background: #0a2126;
}
.footer-area a {
	color: #fff;
}
.copyright-content {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
	font-size:14px;
	color: #fff;
}
.footer-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer-media li a{
    width: 50px;
    height: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: url(images/icons.svg) #0c8191;
    background-position: -193px 8px;
}
.footer-media li:nth-child(2) a{
    background-position: -155px 8px;
}
.footer-media li:nth-child(3) a{
    background-position: -117px 8px;
}
.footer-media li a:hover{
    background-color: #6C6A77;
}
.footer-content p{
    color: #fff;
}
.footer-media li {
    margin-right: 5px;
}

/*END FOOTER AREA*/

/*-----------------------------INNER PAGE DESIGN START------------------------*/
ul.sptop li strong {
    font-size: 24px!important;
}
ul.sptop li {
   margin-bottom: 30px!important;
}
/*Gallery*/
div#gallery-1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
figure.gallery-item img {
    height: auto;
}
div#gallery-1 .gallery-item {
    width: 50%;
    height: auto;
}
div#gallery-1.gallery-columns-3 {
	margin-bottom: 40px;
	justify-content: space-between;
	gap: 30px;
}
div#gallery-1.gallery-columns-3 .gallery-item {
	width: 30%;
}
.gallery-icon.landscape a {
    pointer-events: none;
}
div#gallery-1.gallery-columns-2 {
	margin-bottom: 40px;
	justify-content: center;
	gap: 40px;
}
div#gallery-1.gallery-columns-2 .gallery-item {
	width: 48%;
}
/*REVIEWS*/
.treatment-contents .secound-container.innerpage-new:before {
    top: 12px;
}
.treatment-contents .secound-container.innerpage-new:after {
    bottom: 10px;
}
.treatment-contents .secound-container.innerpage-new ul li {
    padding: 10px;
}
.treatment-contents .secound-container.innerpage-new ul li::after{
	display: none;
}
.treatment-contents .secound-container.innerpage-new {
    width: 80%;
}
.secound-container.innerpage-new {
    width: 50%;
    margin-top: 50px;
	position: relative;
}
.secound-container.innerpage-new .single-review-inner:before {
    content: '★★★★★';
    color: #ffca00;
}
.secound-container.innerpage-new .single-review-inner p{
    padding-top: 30px;
    font-size: 18px;
    line-height: 29px;
    font-style: normal;
    color: #000;
	}
.starrating {
    color: #ffb200;
}
.secound-container.innerpage-new:before {
	content: '';
    background: url(https://www.shalmandentistry.com/wp-content/uploads/2021/02/quote.png);
    position: absolute;
    left: -30px;
    top: 22px;
    bottom: 0px;
    /* margin: auto; */
    width: 50px;
    height: 32px;
    background-repeat: no-repeat;
    right: 0;
}
.secound-container.innerpage-new:after {
    content: '';
    background: url(https://www.shalmandentistry.com/wp-content/uploads/2021/02/quote.png);
    position: absolute;
    bottom: 62px;
    width: 50px;
    height: 32px;
    background-repeat: no-repeat;
    right: -30px;
	    transform: rotate(
180deg
);
}
.secound-container.innerpage-new .single-review-inner{
	border:none;
    border-right: 2px solid #444;
    text-align: center;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-left: 2px solid #444;
	}
/*REVIEWS*/
section.calltoaction.innerpge span{
	width: 60%;
}
section.calltoaction span {
    width: 40%;
    padding: 20px 30px 20px 30px;
    margin: 0 auto;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
section.calltoaction span:before{
    content: '';
    background: url(images/contact-smile.png);
    position: absolute;
    left: 0%;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    top: -95px;
    bottom: 0;
    margin: auto;
}
.treatment-content-area section.calltoaction ul li:after{
	display: none;
}
section.calltoaction {
    background-color: #44c3cd;
    width: auto;
    margin: 100px auto 50px auto;
	position: relative;
}
section.calltoaction ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: center;
    align-items: flex-start;
    flex-direction: column;
}
section.calltoaction ul li a, section.calltoaction ul li button {
    color: #ffffff;
    font-family: 'Anton', Sans-Serif;
    padding: 3px 32px 3px 78px;
    border-radius: 100px;
    font-size: 34px;
    text-transform: uppercase;
    position: relative;
    margin: 0 5px;
    text-decoration: none;
    transition: .5s;
    line-height: 45px;
	border: none;
    background: transparent;
    cursor: pointer;
}
section.calltoaction ul li a:hover {
    color: #b4f9fd;
}
section.calltoaction ul li a::after, section.calltoaction ul li button::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 35px;
    background-image: url(images/icons.svg);
    border-right: 1px solid #84D3D9;
    background-position: -39px -2px;
	filter: brightness(2);
}
ul.all-reviews.reviewpage li:after {
    display: none;
}
ul.all-reviews.reviewpage .single-review {
    width: 70%;
	margin: 70px 0px;
}
ul.all-reviews.reviewpage .single-review:nth-child(even) {
    margin-left: 30%;
}
p.blurb {
    padding: 10px 0 0!important;
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    color: #555;
}
.single-review-inner.zocdoc::after {
	background: url(images/zocdoc-ico.svg) #fff;
	background-repeat: no-repeat;
    background-position: 10px;
}
/*ABOUT PAGE START*/
.inner-banner-area {
/*     background-image: url(images/inner/inner-banner.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
/*     margin-top: -100px; */
    padding: 100px 0 40px;
    text-align: center;
	background-color: #44c3cd;
}
.inner-about-area{
    position: relative;
    z-index: 2;
}
.inner-about-area::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #605e69;
    z-index: -1;
}
.inner-about-area::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(https://www.shalmandentistry.com/wp-content/uploads/2025/01/dr._alex_shalman.jpg);
/*     background-image: url(images/inner/about/dr_alex_shalman.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}
.inner-about-content {
	padding: 51px 0 91px;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.dr-name-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #8D8B98;
}
.dr-name-bar h3, .dr-name-bar h1, .dr-name-bar span {
    color: #fff;
    font-size: 36px;
    padding-left: 30px;
}
.inner-about-content p {
    color: #fff;
    padding: 30px 0;
    line-height: 26px;
    padding-right: 130px;
    position: relative;
    z-index: 2;
}
.inner-about-content > p::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 5px;
    background-color: #0c8191;
    z-index: -1;
}
.review p {
    font-weight: 700;
    font-style: italic;
    line-height: 28px !important;
    padding: 25px 75px 20px 0 !important;
}
.review h6{
    color: #fff;
    font-family: 'Lato', Sans-Serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 60px;
}
.inner-about-content .page-btn{
    color: #fff;
}
.inner-about-content .page-btn::after{
    background: #EFEFEF;
    opacity: 0.14;
}
.inner-about-content .page-btn::before{
    background-position: -248px ​-14px !important;
}
.review-top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 75px;
    margin-top: 50px;
}
.review-top-bar > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.review-star {
    color: #FFB100;
    font-size: 22px;
    letter-spacing: 1px;
    padding-left: 60px;
}
.who-is-area {
    padding-top: 64px;
    position: relative;
    z-index: 2;
}
.who-is-area::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 480px;
    height: 790px;
    background-image: url(images/inner/about/content-q.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.who-is-content {
    padding-right: 20px;
}
.who-is-content h2{
    font-size: 35px;
    position: relative;
    line-height: 50px;
    margin: 30px 0 30px;
    color: #595959;
}
.who-is-content h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -54px;
    margin: auto;
    width: 35px;
    height: 8px;
    background-image: url(images/inner/about/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.difference-content p{
    padding-bottom: 30px;
    line-height: 28px;
    position: relative;
    color: #6C6A77;
}
.after-bottom::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 6px;
    background-color: #0c8191;
    z-index: -1;
}
.no-padding{
    padding: 0 !important;
}
.difference-content ul li,
.treatment-contents ul li{
    display: block;
    padding: 5px 0 5px 30px;
    position: relative;
    margin-left: 15px;
    z-index: 2;
}
.treatment-contents ul li strong {
    padding-bottom: 10px;
    color: #222;
    font-size: 17px;
    font-weight: 600;
}
.difference-content ul li::after,
.treatment-contents ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    height: 10px;
    width: 18px;
    background: url(images/icons.svg);
    z-index: -1;
    bottom: 0;
    background-position: -248px -13px;
    -webkit-filter: brightness(0);
            filter: brightness(0);
}
.list-img-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F7F7F7;
}
.list-con {
    padding: 70px 55px 70px 60px;
}
.list-con ul {
    padding-bottom: 0;
}
.having-top-area{
    background-color: #0c8191;
}
.having-top-content{
    position: relative;
    z-index: 2;
    padding: 250px 0 40px;
}
.having-top-content::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 250px;
    background-image: url(images/inner/about/mouth.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.having-top-area p {
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    width: 69%;
    margin-left: auto;
    font-family: 'Anton', Sans-Serif;
}
.choose-reason-area {
    padding: 100px 0;
}
.choose-reason-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.choose-reason-left {
    width: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 30px;
}
.choose-reason-right {
    width: 40%;
}
.should-choose-list{
    padding: 0px 0 30px;
}
.should-choose-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 0;
    border-top: 1px solid #707070;
}
.should-choose-list li:last-child{
    border-bottom: 1px solid #707070;
}
.should-choose-list li h4 {
    color: #0c8191;
    font-size: 22px;
    padding-left: 35px;
}
.should-choose-list li img {
    width: 80px;
}
.text-center{
    text-align: center !important;
}
.why-top-area{
    position: relative;
    z-index: 2;
    padding: 90px 0;
    background-color: #F7F7F7;
}
.why-top-area::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 880px;
    background-color: #6C6A77;
    z-index: -1;
}
.title.text-center h2 {
    color: #6C6A77;
    display: inline-block;
    font-size: 35px;
    position: relative;
    line-height: 50px;
    margin: 20px 0 30px;
}
.offer-title h2{
    color: #fff !important;
}
.offer-title h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -54px;
    margin: auto;
    width: 35px;
    height: 8px;
    background-image: url(images/inner/about/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.title.text-center p{
    color: #fff;
}
.timeline-area {
    padding: 0 30px;
    position: relative;
    z-index: 2;
}
.timeline-area::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    margin: auto;
    border: 15px solid transparent;
    width: 0;
    height: 0;
    border-left-color: #6C6A77;
    border-bottom-color: #6C6A77;
    z-index: 2;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}
.timeline-area img {
    margin: auto;
    width: 130px;
    position: relative;
    z-index: 22;
}
.timeline-area ul{
    position: relative;
    z-index: 2;
    padding: 50px 0;
}
.timeline-area ul::after {
    content: "";
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;
    height: 100%;
    width: 5px;
    background-color: #0c8191;
    margin: auto;
    z-index: -1;
}
.timeline-area ul::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 754px;
    width: 754px;
    background-color: #AEECF0;
    z-index: -1;
    border: 25px solid #fff;
    border-radius: 100%;
}
.timeline-area ul li {
    display: block;
    color: #6C6A77;
    background: #fff;
    padding: 45px 90px 45px 100px;
    border-radius: 100px;
    max-width: 515px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 28px;
    margin-left: auto;
    border: 3px solid #B2DBDE;
    position: relative;
}
.timeline-area ul li::after {
    content: "";
    position: absolute;
    left: -61px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 21px;
    height: 21px;
    border: 7px solid #84D3D9;
    border-radius: 100%;
    background: #fff;
}
.timeline-area ul li:nth-child(2n):after{
    left: unset;
    right: -61px;
}
.timeline-area ul li::before {
    content: "";
    position: absolute;
    left: -9px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 13px;
    height: 13px;
    border: 3px solid transparent;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
    border-left-color: #B2DBDE;
    border-bottom-color: #B2DBDE;
}
.timeline-area ul li:nth-child(2n):before{
    left: unset;
    right: -10px;
    border: 3px solid transparent;
    border-right-color: #B2DBDE;
    border-top-color: #B2DBDE;
}
.timeline-area ul li:nth-child(2n) {
    margin-left: 0;
    padding: 45px 100px 45px 90px;
}
.but-he h2 {
    color: #0c8191;
    font-size: 56px;
    text-transform: uppercase;
    line-height: 84px;
    padding-bottom: 10px;
}
.but-he{
    padding-top: 40px;
}
.but-he p {
    width: 60%;
    margin: auto;
}
/*ABOUT PAGE END*/


/*DESTINY PAGE START*/
.inner-about-area.family-destiny::after{
    display: none;
}
.family-destiny > img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.inner-about-area.family-destiny .inner-about-content{
    padding: 20px 0;
	background-color: #605e69;
}
.inner-about-area.family-destiny .inner-about-content h1 {
    color:#88d9e0;
    text-transform: uppercase;
    font-size: 65px;
    line-height: 100px;
	background-color: #605e69;
}
.inner-about-area.family-destiny .inner-about-content P::after{
    display: none;
}
.inner-about-area.family-destiny .inner-about-content P {
    padding-bottom: 0;
    padding-top: 20px;
    font-size: 20px;
    line-height: 32px;
    padding-right: 147px;
}
.cosmetic-dentistry-area {
    background-image: url(images/question.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #44c3cd;
    padding: 60px 0;
	position: relative;
}
.cosmetic-dentistry-area:before{
    content: '';
    background-image: url(images/smile.png);
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
}
.cosmetic-dentistry-content h2 {
    color: #fff;
    font-size: 66px;
	line-height: 1.5;
    margin-top: 0;
    position: relative;
}
.cosmetic-dentistry-content h2::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -50px;
    width: 30px;
    height: 6px;
    background-image: url(images/inner/arrow-w.png);
    background-repeat: no-repeat;
    background-size: contain;

}
.cosmetic-dentistry-content p{
    color: #fff;
    font-size: 20px;
    line-height: 32px;
}
.page-service-area{
    padding: 40px 0;
}
.grid-item-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 24% 1% 24% 1% 24% 1% 24%;
    grid-template-columns: 24% 24% 24% 24%;
    grid-gap: 1%;
}
.grid-item-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 49% 2% 49%;
    grid-template-columns: 49% 49%;
    grid-gap: 2%;
}
.grid-item-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 19% 1% 19% 1% 19% 1% 19% 1% 19%;
    grid-template-columns: 19% 19% 19% 19% 19%;
    grid-gap: 1%;
}
.flex-item-5{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.flex-item-5 li {
    width: 19%;
    padding: 2px 5px;
}
.page-all-service li a{
    background: #6C6A77;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.06);
            box-shadow: 0 0 40px rgba(0,0,0,0.06);
	border-bottom: 5px solid transparent;
}
.page-all-service li a:hover{
    background-color: #287092;
    transform: scale(1.084);
    box-shadow: 0 0 40px #0003;
	border-bottom: 5px solid #ccf3a6;
}
.serice-icn {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #64B8C1;
    border-radius: 100%;
	margin-bottom: 10px;
}
.page-all-service li b, .page-all-service li h2 {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    padding-top: 18px;
    font-family: 'Anton', Sans-Serif;
    font-weight: 300;
}
.section-icon {
    padding-bottom: 40px;
	position: relative;
}
.section-icon:before {
    width: 120px;
    height: 120px;
    content: '';
    background: #dcb92f29;
    position: absolute;
    top: -17px;
    left: -40px;
    border-radius: 50%;
    right: 0;
    margin: auto;
    z-index: -2;
}
.page-all-service.big-item li a{
    height: 370px;
}
.page-all-service.big-item .serice-icn{
    width: 140px;
    height: 140px;
}
.page-all-service.big-item b{
    font-size: 44px;
    line-height: 74px;
}
.service-featured-area {
    padding: 40px 0 100px;
}
.all-service-featured {
    padding-top: 50px;
}
.all-service-featured li h2 {
    color: #6C6A77;
    font-size: 22px;
    line-height: 32px;
    position: relative;
}
.all-service-featured li h2::after{
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 10px;
    background-image: url(images/icons.svg);
    background-position: -277px -5px;
    z-index: -1;
}
.all-service-featured li {
    width: 67%;
    position: relative;
    counter-reset: sub;
    counter-increment: index;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 70px 0;
    padding-left: 180px;
    z-index: 2;
    border-left: 5px solid #69d5da;
    border-top: 5px solid #cccccc38;
    border-bottom: 5px solid #cccccc38;
    min-height: 238px;
    background-color: #fff;
    box-shadow: 0 0 40px #00000017;
}
.all-service-featured li:nth-child(2n){
    margin-left: auto;
}
.all-service-featured li::after {
    content: counter(index);
    position: absolute;
    font-family: 'Anton', Sans-Serif;
    font-size: 217px;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    width: 200px;
    height: 200px;
    text-align: center;
    border-radius: 100%;
    background: -o-radial-gradient(circle, hsla(0, 0%, 95%, 1) 0%, hsla(0, 0%, 100%, 1) 73%);
    background: radial-gradient(circle, hsla(0, 0%, 95%, 1) 0%, hsla(0, 0%, 100%, 1) 73%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: -2;
}
.all-service-featured li p {
    line-height: 28px;
    width: 80%;
}
.unline-dental-area {
    background-image: url(images/inner/family/unlike_dental.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0 500px;
}
.unline-dental-content p {
    color: #A6F1F7;
    font-size: 30px;
    line-height: 60px;
    width: 72%;
    font-family: 'Anton', Sans-Serif;
}
.dental-cost-area {
    padding: 120px 0 110px;
}
.cost-title h2{
    position: relative;
    font-size: 35px;
    line-height: 50px;
    margin: 20px 0 30px;
    color: #6C6A77;
    display: inline-block;
}
.cost-title h2::after{
    content: "";
    position: absolute;
    right: -131px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 100px;
    background-image: url(images/inner/family/calculator.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.cost-title h2::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 10px;
    background-image: url(images/icons.svg);
    background-position: -277px -5px;
}
.dental-cost-content {
    padding-top: 80px;
}
.dental-cost-content ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
}
.dental-cost-content ul li {
    height: 100px;
    font-family: 'Anton', Sans-Serif;
    font-size: 22px;
    line-height: 33px;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    border-left: 10px solid #0c8191;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.unhappy-area{
    background-color: #000000;
    padding: 90px 0;
    position: relative;
    z-index: 2;
}
.unhappy-area::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    max-width: 740px;
    width: 100%;
    height: 100%;
    background-image: url(images/inner/family/invisalign-aligners.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.unhappy-content {
    padding-left: 470px;
}
.unhappy-content p {
/*     color: #D2D5DC; */
	color: #000 !important;
    font-size: 30px;
    line-height: 60px;
    font-family: 'Anton', Sans-Serif;
	background: #fff;
	padding: 10px 20px;
	border-radius: 20px;
}
.dental-emergency-area{
    background-image: url(images/inner/family/pain.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0;
    margin: 0px;
}
.dental-emergency-content p {
    color: #D2D5DC;
    font-size: 30px;
    line-height: 60px;
    padding-right: 470px;
    font-family: 'Anton', Sans-Serif;
}
.offer-area{
    background-color: #6C6A77;
    padding: 70px 0 90px;
}
.offer-content .page-all-service li a {
    background-color: #fff;
    height: 245px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 6px;
	text-decoration: none;
}
.offer-content .page-all-service li a:hover{
    background-color: #287092;
    border-bottom: 5px solid #ccf3a6;
}
.offer-content .page-all-service li a b, .offer-content .page-all-service li a h2 {
    color: #6C6A77;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.offer-content .page-all-service li a h3 {
	padding-top: 18px;
}
.offer-content .page-all-service li a:hover b,
.offer-content .page-all-service li a:hover h3,
.offer-content .page-all-service li a:hover p{
    color: #fff;
} 
.offer-bottom-con p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    padding-top: 90px;
}
.offer-area .title.text-center p {
    width: 78%;
    margin: auto;
    padding-bottom: 48px;
    line-height: 28px;
    position: relative;
    color: #fff;
}
.what-should-content .common-list{
    padding-bottom: 30px;
}
.what-should-area{
    padding: 80px 0 100px;
}
.difference-area {
    position: relative;
    padding-bottom: 100px;
}
.difference-area::after {
    content: "";
    clear: both;
    display: table;
}
.difference-content img:not(.aligncenter) {
    float: right;
    width: 50%;
    margin-left: 45px;
}
.difference-content h2{
    font-size: 35px;
    line-height: 53px;
    padding-bottom: 30px;
}
.difference-content p{
    color: #6C6A77;
}
.difference-content ul li a,
.treatment-contents ul li a{
    text-decoration: underline !important;
/*     color: #6C6A77; */
}
.difference-content ul li a:hover,
.treatment-contents a:hover{
    text-decoration: none !important;
}
.difference-content ul{
    padding-bottom: 30px;
}
.phone-area {
    background: #6C6A77;
}
.phone-content {
    position: relative;
    padding: 75px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.tel-number {
    width: 30%;
    text-align: center;
    margin: 0 auto;
}
.tel-img {
width: 100px;
    height: 100px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    border: 3px solid #707070;
    /* position: absolute; */
    /* top: -55px; */
    text-align: center;
    margin: 0 auto;
    background: url(https://www.shalmandentistry.com/wp-content/uploads/2021/01/telephone.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}
.tel-number a {
    color: #fff;
    font-family: 'Anton', Sans-Serif;
    font-size: 32px;
    line-height: 49px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tel-number a:hover{
    color: #0c8191;
}
.tel-number p {
    text-align: center;
    margin: 0 auto;
}
.phone-content p {
    color: #fff !important;
    font-size: 20px !important;
    line-height: 32px !important;
    width: 70%;
}

/*DESTINY PAGE END*/

/*TREATMENT PAGE START*/
.treatment-content-area h2 {
	padding: 30px 0 0;
}
.treatment-content-area p {
    line-height: 28px;
    position: relative;
    padding: 20px 0 0;
}
.treatment-content-area img.round-border {
	margin: 30px 0 20px;
}
.treatment-content-area ul li {
    display: block;
    padding: 5px 0 5px 30px;
    position: relative;
    margin-left: 15px;
    z-index: 2;
    line-height: 30px;
}
.treatment-content-area section.calltoaction.innerpge ul li:after, .treatment-content-area .secound-container.innerpage-new ul li:after {
	display: none;
}
.treatment-content-area .secound-container.innerpage-new {
    width: 100%;
    margin-top: 50px;
    position: relative;
}
.treatment-content-area .secound-container.innerpage-new ul li {
    margin-left: 0px;
}
.treatment-content-area .secound-container.innerpage-new:after {
    right: -60px;
}
.treatment-content-area section.calltoaction {
    margin: 70px auto 50px auto;
}
.treatment-content-area ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    height: 10px;
    width: 18px;
    background: url(images/icons.svg);
    z-index: -1;
    bottom: 0;
    background-position: -248px -13px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.treatment-content-area {
    padding: 20px 0;
}
.treatment-contents h1 {
    font-size: 65px;
    color: #0a8993;
    text-transform: uppercase;
    line-height: 100px;
}
.best-cosmetic-dentist-title {
    font-size: 50px;
    color: #00c6cf;
    text-transform: initial;
    line-height: 75px;
    text-align: center;
}
.treatment-contents p {
    color: #444444;
    line-height: 30px;
    padding: 0 0 30px;
}
.treatment-contents p:empty {
    display: none;
}
.treatment-contents h1+p {
	margin-top: 30px;
}
.bg-img-title {
    background-image: url(images/question.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 40px 100px 70px 100px;
    margin: 40px -100px 60px -100px;
    background-color: #0a8993;
}
.bg-img-title h3, .bg-img-title h2 {
    color: #fff !important;
    font-size: 65px !important;
    line-height: 100px !important;
}
.bg-img-title p {
    padding: 20px 8px 0 0!important;
    color: #fff !important;
    font-size: 18px;
    line-height: 32px !important;
}
.bg-img-title ul {
	padding-top: 20px;
}
.bg-img-title ul li {
	color: #fff;
    padding-left: 40px;
}
.bg-img-title ul li:after{
    filter: brightness(10);
    top: 13px;
	}
.bg-img-title ul li a{
	color: inherit;
}
.bg-img-title ul li strong {
    color: #fff;
}
.treatment-contents h2 {
    color: #444444;
    font-size: 35px;
    line-height: 53px;
    margin: 30px 0px;
    position: relative;
}
.treatment-contents h2::before {
    content: "";
    position: absolute;
    left: -50px;
    /* top: 0; */
    bottom: 20px;
    margin: auto 0;
    width: 40px;
    height: 10px;
    background-image: url(images/icons.svg);
    background-position: -277px -5px;
}
.treatment-contents h3 {
    padding: 10px 0 5px 0;
    margin-top: 10px;
}
.treatment-contents ul li{
    margin-left: 0;
	line-height: 28px;
}
.treatment-contents ul, .treatment-content-area ul{ 
    margin: 10px 0px 10px 40px;
}

.inline {display:inline;font-size: inherit !important;line-height: inherit !important;}
.inline a {font-size: large;}
.inline-ul p {display: inline;}
.inline-ul li:after {display:none;}

.pb-80{
    padding-bottom: 80px !important;
}
.no-padding-b{
    padding-bottom: 0 !important;
}
.phone-contact {
    background: #6C6A77;
    margin: 80px -100px 0 -100px;
    padding: 0 100px;
}
.phone-contact p{
    color: #fff !important;
    padding: 0 !important;
}
.animate-arrow{
    position: relative;
}
.animate-arrow::after {
    content: "";
    position: absolute;
    top: 15px;
    width: 45px;
    height: 30px;
    background-image: url(images/inner/arrows.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation-name: animate;
            animation-name: animate;
    -webkit-animation-delay: -2s;
            animation-delay: -2s;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

@-webkit-keyframes animate{
    0%{
        left: -100px;
        opacity: 0.1;
    }
    25%{
        opacity: 0.5;
    }
    50%{
        left: -60px;
        opacity: 1;
    }
    50%{
        opacity: 0.5;
    }
    100%{
        left: -100px;
        opacity: 0;
    }
}

@keyframes animate{
    0%{
        left: -100px;
        opacity: 0.1;
    }
    25%{
        opacity: 0.5;
    }
    50%{
        left: -60px;
        opacity: 1;
    }
    50%{
        opacity: 0.5;
    }
    100%{
        left: -100px;
        opacity: 0;
    }
}

/*TREATMENT PAGE END*/


/*
 *  MG Best Cosmetic Dentists
 * */
.testimonials {font-size: 18px;}
.testimonials ul li {margin: 0 0 0.5em;font-weight: 300;-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;}
.doctors.reviewsdoc {flex-flow: column wrap;width: 100%;margin-top: 40px;}
.doctors {display: -ms-flexbox;display: flex;justify-content: center;width: 70%;margin: 0 auto;}
.single-doctor {width: 50%;margin-right: 1.5%;text-align: center;z-index: 1;}
.single-doctor.reviewpage {margin: 0 auto;}
.single-doctor.reviewpage .doctor-img img {width: auto;height: auto;border-radius: 50%;}
.single-doctor.reviewpage .doctor-name {background-color: #38314900;color: #fff;}
p.drsphhiatxt {margin: 0 auto;line-height: 30px;padding: 169px 40px 50px 40px !important;background-color: #058195;border-radius: 6px;color: #fff;margin-top: -160px;text-align: center;}
p.drsphhiatxt a {color: #fff;text-decoration: underline;}
p.drsphhiatxt a:hover {text-decoration: none;}
.bookonlinebtn {text-align: center;padding: 12px 0 8px 0;background: #004551;color: #fff;border-radius: 0 0 5px 5px;font-weight: 700;font-size: 26px;width: 100%;margin: 0 auto;cursor: pointer;    border: none;border-bottom-left-radius: 10px !important;border-bottom-right-radius: 10px !important;box-shadow: 1px 5px 20px 6px rgb(0 0 0 / 32%);text-decoration: underline !important;padding: 10px 60px;line-height: 45px;font-family: Arial;}
.bookonlinebtn:hover {
	background: #006171;
	text-decoration: none !important;
}

.page-all-reviews {padding-top: 60px;}
.single-page-review {max-width: 900px;margin: auto;text-align: center;padding: 140px 30px 40px 30px;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-box-shadow: 0 0 99px rgb(33 46 78 / 6%);box-shadow: 0 0 99px rgb(33 46 78 / 6%);margin-bottom: 60px;position: relative;display: block;line-height: normal;}
.single-page-review.slick-slide {
	max-width: 100%;
	margin: 50px 100px 20px;
}
.page-all-review-content .slick-dots li:after {
	content: none !important;
}
.page-all-review-content .slick-dots li {
	position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.page-all-review-content .slick-dots li button:before {
	font-size: 24px;
}
.single-page-review::before {content: "5.0 ★★★★★";position: absolute;top: 70px;left: 0;right: 0;margin: auto;color: #FF690F;font-size: 24px;}
.single-page-review::after {content: "";position: absolute;left: -87px;top: 19px;width: 175px;height: 120px;background: url(https://www.shalmandentistry.com/wp-content/themes/alex/images/icons-q.svg);    background-position: -250px 0;}
.single-page-review p {font-style: italic;font-size: 22px;line-height: 34px;padding-bottom: 50px;font-family: Times New Roman;}
.single-page-review strong {padding-top: 20px;display: block;font-weight: 300;letter-spacing: 6px;text-transform: uppercase;font-size: 14px;position: relative;}
.single-page-review.google strong::after {background: url(https://www.shalmandentistry.com/wp-content/themes/alex/images/google.svg) no-repeat center;background-size: contain;}
.single-page-review.zocdoc strong::after {background: url(https://www.shalmandentistry.com/wp-content/themes/alex/images/zocdoc.svg) no-repeat center;background-size: contain;}
.single-page-review strong::after {content: "";position: absolute;left: 0;right: 0;margin: auto;width: 30px;height: 30px;bottom: 40px;}

.two-column {display:flex;flex-direction:row;gap: 6%;margin-bottom: 50px;}
.two-column div {flex: 1;}

.cosmetic-dentistry-content h2{
    color: #fff;
    font-size: 66px;
    margin-top: 0;
    position: relative;
/*     line-height: 50px; */
    margin: 20px 0 30px;
}
.cosmetic-dentistry-content p{
    color: #fff;
    font-size: 20px;    
    padding-bottom: 30px;
    line-height: 28px;
    position: relative;
}
.what-should-content h2{
    font-size: 35px;
    position: relative;
    line-height: 50px;
    margin: 20px 0 30px;
    color: #6C6A77;
}
.what-should-content h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -54px;
    margin: auto;
    width: 35px;
    height: 8px;
    background-image: url(images/inner/about/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.what-should-content p {
    padding-bottom: 30px;
    line-height: 28px;
    position: relative;
}
.what-should-content ul {
    padding-bottom: 30px;
}
.what-should-content ul li,
.list-img-wrap ul li,
.who-is-content ul li {
    display: block;
    padding: 5px 0 5px 30px;
    position: relative;
    margin-left: 30px;
    z-index: 2;
	line-height: 30px;
}
.what-should-content ul li strong,
.list-img-wrap ul li strong,
.who-is-content ul li strong {
    padding-bottom: 10px;
    color: #444;
    font-size: 18px;
}
.what-should-content ul li::after,
.list-img-wrap ul li::after,
.who-is-content ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    height: 10px;
    width: 18px;
    background: url(images/icons.svg);
    z-index: -1;
    bottom: 0;
    background-position: -248px -13px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.who-is-content p,
.choose-reason-left p,
.why-top-content p{
    padding-bottom: 30px;
    line-height: 28px;
    position: relative;
    color: #6C6A77;
}
.who-is-content ul{
    padding-bottom: 80px;
}
.choose-reason-left h2 {
    font-size: 32px;
    line-height: 53px;
    padding-bottom: 35px;
}
.why-top-content .title.text-center h2{
    color: #fff;
}
.why-top-content .title.text-center h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -54px;
    margin: auto;
    width: 35px;
    height: 8px;
    background-image: url(images/inner/about/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.contact__msg {
    width: 100%;
    text-align: center;
    display: none;
}
.contact__msg.success {
    color: green;
    display: block;
}
.contact__msg.success.error {
    color: red;
    display: block;
}
ul.servicespge li:after {
    display: none;
}
ul.servicespge li {
    width: 20%;
    padding: 40px;
    /* border: 1px solid; */
    margin: 10px;
    text-align: left;
    box-shadow: 0 0 20px #00000021;
}
ul.servicespge {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.page-id-515 .treatment-contents h1{
    text-align: center;
}
.page-id-539 .treatment-contents h1 {
    text-align: center;
}
.notfoundcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
	margin-top: 50px;
}
.notfoundcontainer h2 {
    width: 46%;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #ccc;
}
.notfoundcontainer ul {
    width: 46%;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 30px;
    /* border-left: 2px solid #ccc; */
    padding-left: 30px;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	color: #0c8191;
}
.breadcrumb a, .breadcrumb span {
    font-size: 14px;
    font-weight: 300;
	padding-right: 10px;
	display: contents;
}

.inner-about-content .breadcrumb {
    margin-bottom: 0px;
	color: #fff;
}

/* CUSTOM STYLES */
#SVCButton {
	float: right;
	display: block;
	margin-bottom: 30px;
	margin-left: 30px;
}
.footer-info-holder {
	display: flex;
}
.footer-info-holder a {
	color: #fff;
}
.footer-info-holder .secound-container:nth-child(2), .footer-info-holder .secound-container:nth-child(3) {
	max-width: 275px;
}
.footer-info-holder .secound-container:last-child {
	max-width: 175px;
}
.village-content.footer-address ul {
	width: 100%;
	border: none;
}
.secound-container .footer-info ul {
	width: 100%;
	margin: auto;
    padding: 25px 0 50px;
	border: none;
	list-style: disc;
    padding-left: 25px;
}
.secound-container .footer-address ul {
    padding: 25px 0 25px;
}
.footer-address a { 
	font-size:16px;
	line-height:28px;
	padding: 0px !important;
}

.secound-container .footer-info ul li, .village-content.footer-info ul li:nth-child(3), .village-content.footer-info ul li:last-child, .village-content ul li:last-child, .village-content.footer-info ul li:last-child a {
	display: list-item;
	font-size: 16px;
    color: #fff;
    padding-left: 0;
	margin-top: 0;
    margin-bottom: 15px;
    position: relative;
}
.village-content.footer-info ul li::after {
	content: none !important;
}
.village-content.footer-info span, .village-content.footer-address span {
	color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.village-content.footer-address span:last-child {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
}
.back-to-top {
    display: block;
	font-size: 16px;
	text-decoration: underline;
	position: relative;
	margin: 15px 0;
}
.back-to-top:after {
	content: "\2191";
    position: absolute;
    margin-left: 5px;
    font-weight: bold;
    font-size: 18px;
}
.disclaimerBtn {
    background: transparent;
    border: 0;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: normal;
    padding: 0 !important;
}
.modal {
    display: none;
    position: relative;
    z-index: 99;
    padding-top: 100px;
    top: 0;
    overflow: auto;
    background-color: #0000002b;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100vh;
    align-items: center;
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 50px;
    border: 1px solid #dcdcdc;
    width: 800px;
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.modal-content p {
    font-size: 14px;
    max-width: fit-content;
    line-height: 22px;
}
figure figcaption {
	width: 100%;
	text-align: center;
	font-style: italic;
	padding-top: 6px;
	border-top: 1px solid #d3d3d3;
}
.before-after-holder {
	display: flex;
	flex-wrap: wrap;
}
.before-after-caption {
	width: 100%;
	text-align: center;
	font-style: italic;
	padding-top: 6px;
	border-top: 1px solid #d3d3d3;
}
.before-after-holder img {
	max-width: 100%;
	height: auto;
	border-radius: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.round-border {
	border-radius: 15px;
}
.treatment-contents ul.all-reviews, .treatment-content-area ul.all-reviews {
	    margin: 10px 30px;
}
.treatment-content-area ul li.single-review {
	padding: 5px 0;
}

.treatment-content-area ul li.single-review:after {
	content: none;
}
.search-field {
	padding: 10px 15px;
    height: 44px;
    border: 1px solid #ccc;
}
.search-submit {
	background: #84D3D9;
    border: 0;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    height: 44px;
}
.covidhead {
    background-color: #6bc3cd;
    padding: 50px;
    font-size: 22px;
    line-height: 39px;
    color: #fff;
}
.word-break { display: inline; word-break: break-all; }
.village-content ul li:nth-child(3) {
	font-size: 18px;
	padding-left: 0;
	margin-top: 40px;
}
.village-content ul li:last-child {
	line-height: 1.6;
	padding-left: 0;
	font-size: 16px;
}
.village-content ul li:last-child a {
	padding: 0 5px;
}
.village-content ul li:nth-last-child(-n+2)::after {
	display: none;
}
.g-recaptcha { 
	position: absolute;
	bottom: 0;
}
.dmca-badge { 
	display: block;
	margin-top: 10px;
}
.single-blog-post h2 {
    padding: 20px 0px 20px;
}
.single-blog-post a {
    color: #7cc8d3;
}
.featured img {
    height: auto;
}
.featured {
    text-align: center;
}
.blog-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.single-blog-post a.blog-image {
    width: 100%;
    height: 215px;
    display: block;
    background-size: cover;
    background-position: center;
}
.vcard.author {
    /*color: #b1b1b1;*/
}
.vcard.author span {
    display: inline-block;
}
.post-date {
    color: #b1b1b1;
    display: block;
    margin-top: 20px;
}
.blog-title {
    color: #69c2cc;
    font-size: 30px;
    line-height: 38px;
    text-decoration: none;
}
.blogPage-title {
    color: #6C6A77;
    font-size: 56px;
    line-height: 84px;
    text-transform: uppercase;
    position: relative;
    padding: 60px 0px;
}
ul.exp-list {
	margin: 30px 0 30px 40px;
}
ul.exp-list .exp-title {
    display: block;
    margin-left: 0;
	padding-left: 0;
    font-weight: bold;
}
ul.exp-list .exp-title:after {
	content: none;
}
button.show-more-li-tt {
    position: relative;
    padding: 0;
    top: -5px;
    margin-left: 15px;
    width: 10px;
    height: 10px;
    background: transparent;
    border: none;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: transform .5s, top .5s;
}
ul.exp-list button {
    cursor: pointer;
}
ul.exp-list li:nth-child(n+5):nth-child(-n+500) {
    display: none;
}
ul.exp-list.show-exp li {
    display: list-item !important;
}
ul.exp-list.show-exp button.show-more-li-tt {
    transform: rotate(-225deg);
    transform-origin: center;
    transition: transform .5s, top .5s;
    top: 0px;
}
button.show-more-li {
    border: none;
    background: transparent;
    font-size: 22px;
    letter-spacing: -2px;
    margin-left: 25px;
}
button.show-more-li::before {
    content: "• • •";
    background-color: transparent;
}
.reviews-slider .single-review-inner::after, .ba-slider .single-review-inner::after {
	top: -30px;
}
.reviews-slider .single-review .single-review-inner, .reviews-slider .single-review,
.ba-slider .single-review .single-review-inner, .ba-slider .single-review{
	margin-bottom: 20px;
}
.reviews-slider .slick-next:before, .ba-slider .slick-next:before, .default-arrows .slick-next:before {
/*     content: '\1F892';
	font-size: 50px;
    color: #151c2b; */
	content: '';
    font-size: 50px;
    color: #151c2b;
    background: url(https://www.shalmandentistry.com/wp-content/uploads/2023/05/drop-down-arrow.png);
    width: 18px;
    height: 18px;
    display: block;
    background-size: contain;
    transform: rotate(270deg);
}
.reviews-slider .slick-prev:before, .ba-slider .slick-prev:before, .default-arrows .slick-prev:before {
/*     content: '\1F890';
	font-size: 50px;
    color: #151c2b; */
	content: '';
    font-size: 50px;
    color: #151c2b;
    background: url(https://www.shalmandentistry.com/wp-content/uploads/2023/05/drop-down-arrow.png);
    width: 18px;
    height: 18px;
    display: block;
    background-size: contain;
    transform: rotate(90deg);
}
.reviews-slider .slick-dots li button:before, .ba-slider .slick-dots li button:before {
	font-size: 20px;
}
.bar-btn-area .mobile-logo {
	display: none;
}
.faq-block .acc-btn {
    background-color: #eee;
    cursor: pointer;
    padding: 5px 60px 5px 30px;
    max-width: 100%;
    width: initial;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 24px;
    position: relative;
}
.faq-block .acc-btn:after {
    content: '+';
    font-size: 32px;
    color: #333;
    float: right;
    margin-left: 5px;
    position: absolute;
    top: 2px;
    right: 25px;
	left: initial;
	bottom: initial;
	background: none;
}
.faq-block .acc-btn.active:after {
    content: '-';
}
.faq-block .acc-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.sub-text {
	color: #9dedf4;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Anton', Sans-Serif;
    font-weight: 300;
}
.reason-block-holder {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	justify-content: center;
	align-items: center;
	margin: 50px 0;
}
.reason-block-holder ul li {
	color: #058195;
}
.reason-block-holder ul li:after {
	filter: invert(42%) sepia(68%) saturate(6084%) hue-rotate(167deg) brightness(88%) contrast(96%);
}
.h2-title {
	color: #444444;
    font-size: 35px;
    line-height: 53px;
    margin: 30px 0px;
    position: relative;
}
.instagram-posts-holder {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	margin: 40px auto;
	gap: 8px;
}
.instagram-post {
   	display: flex;
    align-items: center;
    align-self: center;
	justify-content: center;
    max-width: 16%;
    min-width: 150px;
    max-height: 170px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.instagram-post a {
    display: flex;
	align-items: center;
    justify-content: center;
}
.instagram-post a img {
	transition: all .3s ease-in-out;
}
.instagram-post a:hover img {
	filter: brightness(1.1);
	transform: scale(1.1);
	transition: all .3s ease-in-out;
}
.two-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}
.two-row > div {
	max-width: 45%;
	width: 100%;
}
.number-holder {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.number-holder a:first-child {
	padding: 0 32px 0 !important;
}
.number-holder a:last-child {
    padding: 0 !important;
    font-size: 14px !important;
    text-transform: capitalize;
}
.locations-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 20px auto 50px !important;
}
.single-location {
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-width: 210px;
    max-width: 24%;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    transition: all .3s ease-in-out;
}
.single-location:hover {
    transform: translateY(-5px);
    transition: all .3s ease-in-out;
}
.locations-holder .single-location a {
    width: 100%;
    color: #fff !important;
    background: #0c8191;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    height: auto;
    box-shadow: 5px 5px 10px 2px rgb(0 0 0 / 28%);
    font-weight: 700;
    text-decoration: none !important;
    font-size: 18px;
}
.single-location:nth-child(even) a {
    background: #44c3cd;
}
.services-holder {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	gap: 30px;
    margin: 30px auto !important;
    padding: 0;
}
.services-holder li {
	max-width: 250px;
    padding: 20px 30px !important;
    border-radius: 20px;
    background: #fff;
    box-shadow: 4px 4px 10px 1px #00000061;
	transition: all .3s ease-in-out;
}
.services-holder li:hover {
	transform: translatey(-10px);
	transition: all .3s ease-in-out;
}
.services-holder li::after {
	content: none !important;
}
ul.services-holder li a {
	display: block;
    text-align: center;
	font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #0c8191;
    text-decoration: none !important;
}
ul.services-holder li a:hover {
	text-decoration: underline !important;
}
.services-holder li p {
	padding: 0;
    font-size: 16px;
    line-height: 1.5;
}
.ba-slider {
	max-width: 768px;
    margin: 40px auto;
	border-radius: 20px;
}
.ba-slider img {
    max-width: 768px;
    width: 100%;
    margin: 0 10px;
    opacity: .7;
    filter: blur(3px);
}
.ba-slider img.slick-current.slick-active {
    opacity: 1;
    filter: blur(0px);
}
.ba-slider .slick-prev, .default-arrows .slick-prev {
	left: -50px;
}
.ba-slider .slick-next, .default-arrows .slick-next {
	right: -50px;
}
.ba-slider .slick-prev, .ba-slider .slick-next, .default-arrows .slick-prev, .default-arrows .slick-next {
	width: 40px;
    height: 40px;
	background: #0c8191;
    border-radius: 50%;
    box-shadow: 1px 4px 6px 2px #00000040;
	transition: all .3s ease-in-out;
}
.ba-slider .slick-prev:hover, .ba-slider .slick-next:hover, .default-arrows .slick-prev:hover, .default-arrows .slick-next:hover {
    box-shadow: none;
	transition: all .3s ease-in-out;
}
.ba-slider .slick-next:before, .default-arrows .slick-next:before {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(149deg) brightness(104%) contrast(106%);
    position: absolute;
    top: 11px;
    left: 12px;
}
.ba-slider .slick-prev:before, .default-arrows .slick-prev:before {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(149deg) brightness(104%) contrast(106%);
    top: 11px;
    left: 8px;
    position: absolute;
}
.services-p {
	padding: 0 40px;
}
.services-slider {
	
}
.services-slider li.single-service {
	min-height: 305px;
    background: #fff;
    margin: 20px 15px;
    border: none !important;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px #6c6c6c30;
    box-shadow: 0px 6px 13px #00000075;
    padding: 40px;
}
.services-slider li.single-service h3 {
	padding-left: 50px;
}
.services-slider li.single-service h3::after {
	content: none;
	left: 20px;
}
.services-slider li.single-service h3 a {
	font-size: 20px;
}
.services-slider li.single-service span {
	text-align: center;
    color: #6C6A77;
    margin-top: 10px;
}
.services-slider li.single-service p {
	padding: 30px 0 0;
}
.services-slider li.single-service::after {
	background-image: url(images/inner/family/offers/1.png);
	background-repeat: no-repeat;
    background-position: center;
}
.services-slider li.single-service:nth-child(2)::after {
	background-image: url(images/inner/family/offers/2.png);
}
.services-slider li.single-service:nth-child(3)::after {
	background-image: url(images/inner/family/offers/3.png);
}
.services-slider li.single-service:nth-child(4)::after {
	background-image: url(images/inner/family/offers/4.png);
}
.services-slider li.single-service:nth-child(5)::after {
	background-image: url(images/inner/family/offers/5.png);
}
.services-slider li.single-service:nth-child(6)::after {
	background-image: url(images/inner/family/offers/6.png);
}
.services-slider li.single-service:nth-child(7)::after {
	background-image: url(images/inner/family/offers/7.png);
}
.services-slider li.single-service:nth-child(8)::after {
	background-image: url(images/inner/family/offers/8.png);
}
.services-slider li.single-service:nth-child(9)::after {
	background-image: url(images/inner/family/offers/9.png);
}
.services-slider li.single-service:nth-child(10)::after {
	background-image: url(images/inner/family/offers/11.png);
}
.default-dots ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
	padding: 0;
	margin-top: 10px !important;
    position: relative;
}
.default-dots ul li {
	list-style: none;
	padding: 0 !important;
}
.default-dots ul li::after {
	content: none !important;
}
.default-dots ul li button {
	width: 12px;
    height: 12px;
    border-radius: 50%;
    font-size: 0;
    background: #c3c3c3;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
	transition: all .3s ease-in-out;
}
.default-dots ul li.slick-active button {
	width: 24px;
    border-radius: 10px;
    background: #0c8191;
	transition: all .3s ease-in-out;
}
.ba-sec {
    padding: 90px 0 80px;
}
.ba-sec h2 {
	text-align: center;
}
.ba-sec p {
	text-align: center;
	font-size: 18px;
}
.fast-fact-holder {
    max-width: 800px;
    padding: 60px 35px 35px;
    margin: 30px auto 50px;
    border: 1px;
    position: relative;
    box-shadow: 0 .125rem .375rem rgba(0, 0, 0, .15);
	background: #fff;
	border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.fast-fact-holder:before {
	content: "FAST FACT";
    font-size: 20px;
    letter-spacing: .05rem;
    line-height: .8rem;
    border-top: 2px solid #0c8191;
    border-left: 2px solid #0c8191;
    padding: 25px 10px 10px 35px;
    top: 0;
    left: 0;
    position: absolute;
    color: #0c8191;
    font-weight: bold;
}
.fast-fact-holder .fast-fact-text {
	font-size: 18px;
    font-weight: 500;
    line-height: 1.75rem;
    font-style: italic;
    color: #444;
    letter-spacing: .05px;
    margin-bottom: 0;
	padding-bottom: 0;
}
.fast-fact-holder::after {
    content: "";
    width: 155px;
    height: 49px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 2px solid #0c8191;
    border-bottom: 2px solid #0c8191;
}
.on-this-page-area {
    width: 100%;
    position: sticky;
    top: 137px;
    z-index: 999;
}
.on-this-page-top {
    background: #006977;
    position: relative;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
}
.on-this-page-top.shown {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.on-this-page-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 4px 9px;
            box-shadow: rgb(0 0 0 / 10%) 0px 4px 9px;
    display: none;
    padding: 15px 0px;
}
.on-this-page-topcon p {
    font-size: 18px;
}
.on-this-page-content-wraper ul {
	column-count: 2;
/*     display: flex; */
    flex-wrap: wrap;
    gap: 0 24px;
	justify-content: space-between;
	margin: 0 0 20px;
	padding: 0;
}
.on-this-page-content-wraper ul li a {
	display: inline;
    color: #3f4964;
    font-size: 14px;
    line-height: 28px;
}
.on-this-page-content-wraper ul li a.active, .on-this-page-content-wraper ul li a:hover {
    color: #46a8c1;
}
.on-this-page-content-wraper ul li {
	display: list-item;
    list-style: circle;
    list-style-position: inside;
    padding: 2px 0px;
}
.on-this-page-content .close-table {
	background: no-repeat;
    border: none;
    text-decoration: underline;
    color: #444;
    cursor: pointer;
}
.on-this-page-content .close-table:hover {
	text-decoration: none;
}
.onContainer {
    width: 100%;
    margin: 0 auto;
    max-width: 770px;
}
.on-this-page-topcon p {
    color: #FFF;
    font-size: 18px;
    padding: 10px 0px;
    display: inline-block;
    padding-right: 28px;
    position: relative;
    cursor: pointer;
    margin: 0;
}
.on-this-page-topcon p:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: 10px;
    height: 10px;
    background: transparent;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.progress-area {
    visibility: hidden;
    background-color: #00879a;
    opacity: 0;
    transition: opacity 1.5s ease;
}
.progress-area.shown {
    visibility: visible;
    opacity: 1;
    transition: opacity 1.5s ease;
}
.progress-line {
    height: 4px;
    background-color: #00e0ff;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    width: 0%;
    
}
.faq-block {
	margin-bottom: 50px;
}
/*-----------------------------INNER PAGE DESIGN END------------------------*/

@media all and (max-width: 1440px){
.partners-area {
    height: 100px;
}
}
	

@media all and (max-width: 1366px){
    .menu-area ul li {
        padding: 0 10px;
    }
    .menu-area ul li a {
        font-size: 14px;
    }
    .service-title p {
        padding: 45px 40px 90px 40px;
    }
    .single-service {
        padding: 40px 40px 45px 55px;
    }
    .treatment-contents h1 {
        font-size: 50px;
        line-height: 80px;
    }
    .treatment-contents p {
        line-height: 24px;
        padding: 0 0 20px;
        font-size: 15px;
    }
	.single-page-review p {
		padding-bottom: 50px;
	}
    .bg-img-title h3, .bg-img-title h2 {
        font-size: 45px !important;
        line-height: 70px !important;
    }
    .bg-img-title p {
        padding: 0px 8px 0 0!important;
        line-height: 25px !important;
    }
    .bg-img-title {
        padding: 90px 30px;
        margin: 0 0px 0 0px;
    }
    .treatment-contents h2 {
        font-size: 28px;
        line-height: 40px;
        margin: 30px 0;
    }
    .phone-contact {
        margin: 140px 0px 0 0px;
        padding: 0 40px;
    }
    .inner-about-content {
        padding: 80px 0;
		background-color: #6c6a77;
    }
    .dr-name-bar h3 {
        font-size: 30px;
        padding-left: 15px;
    }
    .who-is-content h2{
        font-size: 30px;
        line-height: 42px;
        margin: 15px 0 20px;
    }
    .timeline-area ul li {
        padding: 20px 50px 20px 60px;
        max-width: 430px;
        line-height: 24px;
        border: 2px solid #B2DBDE;
    }
    .timeline-area ul li::before {
        left: -8px;
        border: 2px solid transparent;
        border-left-color: #B2DBDE;
        border-bottom-color: #B2DBDE;
    }
    .timeline-area ul li::after {
        left: -50px;
        width: 15px;
        height: 15px;
        border: 4px solid #84D3D9;
    }
    .timeline-area ul li:nth-child(2n):before {
        right: -8px;
        border: 2px solid transparent;
        border-right-color: #B2DBDE;
        border-top-color: #B2DBDE;
    }
    .timeline-area ul li:nth-child(2n) {
        padding: 20px 60px 20px 50px;
    }
    .timeline-area ul::after {
        width: 3px;
    }
    .timeline-area ul li:nth-child(2n):after {
        right: -50px;
    }
    .timeline-area ul {
        padding: 50px 58px;
    }
    .timeline-area ul::before {
        height: 550px;
        width: 550px;
        border: 15px solid #fff;
    }
    .inner-about-area.family-destiny .inner-about-content h1 {
        font-size: 35px;
        line-height: 52px;
    }
    .inner-about-area.family-destiny .inner-about-content P {
        padding-top: 20px;
        font-size: 16px;
        line-height: 28px;
        padding-right: 70px;
    }
    .cosmetic-dentistry-content h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .unline-dental-area {
        padding: 80px 0 300px;
    }
    .unline-dental-content p,
    .unhappy-content p,
    .dental-emergency-content p {
        font-size: 25px;
        line-height: 40px;
    }
    .dental-cost-area {
        padding: 60px 0;
    }
    .dental-cost-content ul li {
        height: 60px;
        font-size: 20px;
        line-height: 33px;
        padding-left: 30px;
        border-left: 5px solid #0c8191;
        margin-bottom: 20px;
    }
    .unhappy-area {
        padding: 60px 0;
    }
    .dental-emergency-area {
        padding: 90px 0;
        margin: 50px 0;
    }
}
@media all and (max-width: 1200px){
	.banner-content.banner-new .banner-content-top-holder .banner-left h1 {
		font-size: 58px;
	}
	.tabular {
		max-width: 394px;
		padding: 14px;
	}
	.tabular ul {
		gap: 10px;
	}
	.tabular ul li {
		min-width: 185px;
	}
	.tabular ul li a, .tabular ul li button {
		padding: 24px 20px;
	}
	.partners-area {
		height: 84px;
	}
}
@media all and (max-width: 1024px){
	div#gallery-1.gallery-columns-2 .gallery-item {
		width: 100%;
	}
	.banner-content.banner-new .banner-right {
		margin: auto auto 0 auto;
	}
	.tabular {
		max-width: max-content;
	}
	.tabular ul {
		max-width: 250px;
		width: 100%;
	}
	.tabular ul li {
		max-width: 100%;
	}
	.notfoundcontainer h2 {
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.notfoundcontainer ul {
    width: 100%;
}
	.treatment-contents .secound-container.innerpage-new {
    width: 90%;
}
.secound-container.innerpage-new {
    width: 90%;
	}
	section.calltoaction ul li a, section.calltoaction ul li button {
    font-size: 24px;
	}
}
@media all and (min-width: 993px){
	.menu-area ul#menu-menu-1 > li:first-child {
		display: none;
	}
	.menu-area .menu>.menu-item-has-children {
		padding: 0px 30px 0 20px;
	}
	.menu-area .menu>.menu-item-has-children::after {
		content: '';
		position: absolute;
		top: 11px;
		right: 11px;
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #000;
	}
	.home-header .menu-area .menu>.menu-item-has-children::after {
		border-top: 6px solid #fff;
	}
	.header-area.home-header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 99999;
		padding: 0px 0 25px;
		webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	.header-area.fixed {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		background: #0c8191;
		z-index: 99999;
/* 		-webkit-box-shadow: 0 0 5px #6c6c6c30;
		box-shadow: 0px 6px 13px #00000075; */
		padding: 0px 0 25px;
		webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	.header-area.fixed .header-top-content ul li a, .header-area.fixed .header-top-content ul li button {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header-area.home-header.fixed .header-top-content ul li button {
		color: #4f4f4f;
    	background: #fff;
	}
	.header-area.fixed .header-content {
		padding-top: 65px;
	}
	.header-area.fixed .header-top-area {
		background: #075863;
	}
	.header-area.fixed .menu-area ul li {
		border-right-color: #fff;
	}
	.header-area.fixed .menu-area .menu>.menu-item-has-children::after {
		border-top-color: #fff;
	}
	.header-area.fixed .menu-area a {
		color: #fff;
	}
	.header-area.fixed .menu-area ul ul li a {
		color: #000000;
	}
}

@media all and (max-width: 992px){
	.on-this-page-area {
		top: 78px;
	}
	.header-area.home-header .header-top-area {
		background: #6C6A77 !important;
	}
	.home-header .menu-area ul {
		gap: 0;
	}
	.banner-content.banner-new .banner-content-top-holder {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.review-box {
		top: 0;
	}
	.inner-banner-area {
		padding: 45px 0 40px;
	}
	.inner-banner-area .main-container {
		display: none;
	}
	.bar-btn-area {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 40px;
	}
	.bar-btn-area .mobile-logo {
		display: block;
		max-width: 50px;
    	height: auto;
		line-height: 100%;
	}
	.cosmetic-dentistry-top-block {
		display: flex;
		flex-direction: column-reverse;
	}
	.cosmetic-dentistry-area:before{
		display: none;
	}
	section.calltoaction ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    position: absolute;
/*     left: 0; */
    right: 0;
    margin: auto;
    z-index: 9;
    flex-wrap: wrap;
    flex-direction: column;
}
	section.calltoaction span {
		padding: 80px 30px 80px 30px;
	}	
    .header-top-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .bar-btn {
        width: 40px;
        height: 24px;
        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: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        cursor: pointer;
    }
    .single-bars {
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 4px;
    }
    .header-top-content ul {
        position: unset;
        margin: unset;
    }
    .menu-area ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .menu-area ul li {
    padding: 25px 20px 10px 20px;
		max-width: 320px;
    }
	.menu-area ul li a {
    font-size: 16px;
    text-transform: uppercase;
}
    .menu-area {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999;
        background: #fff;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        -webkit-transform: translate(-100%,0);
            -ms-transform: translate(-100%,0);
                transform: translate(-100%,0);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        padding: 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
	.home-header .menu-area .menu-area>ul>li>a  {
		color: #000;
	}
    .menu-area.open-menu{
        -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
                transform: translate(0,0);
    }
    .menu-area ul li {
        border-right: none;
    }
	.menu-area ul ul li:hover > a {
    color: #000;
}
	.menu-area ul ul li:hover {
    background: none;
    color: #000;
}
    .header-top-area {
		width: 100%;
        padding: 12px 0;
        position: fixed;
        z-index: 999;
    }
	.banner-area {
		padding-top: 50px;
	}
	.inner-banner-area {
		margin-top: 0;
	}
    .close-btn {
        width: 45px;
        height: 45px;
        position: relative;
        cursor: pointer;
		margin-left: auto;
    }
    .close-btn::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: #000;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        margin: auto;
    }
    .close-btn::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: #000;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin: auto;
    }
    .banner-right {
        padding-top: 120px;
        margin-left: -123px;
    }
    .banner-right img {
        width: 300px;
    }
    .partners-content ul li {
        width: 24%;
        margin-bottom: 12px;
    }
    .about-right {
        margin-left: 0;
        margin-top: 0;
    }
    .all-services {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    .single-service {
        border-right: none;
    }
    .menu-area ul ul {
        display: block;
        position: unset;
        opacity: 1;
        visibility: visible;
		max-width: 320px;
		margin-top: 20px;
    }
    .menu-area ul ul li {
        display: block;
		max-width: 320px;
		border-left: 0px;
    }
	.menu-area ul ul li:first-child{
		    border-top: 1px dashed #ccc;
	}
    .menu-area ul ul li a {
        min-width: 100%;
        border-bottom: none;
        padding: 5px 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .menu-area ul ul li a:hover{
        background: #fff;
        color: #000;
    }
    .menu-area ul ul{
    padding-left: 0px;
    display: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    max-width: 320px;
    }
    .dropdown-menu-items {
        position: absolute;
        top: 22px;
        right: 0;
        background: #fff;
        width: 20px;
        height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
    }
    .menu-plus {
        width: 12px;
        height: 12px;
        position: relative;
    }
    .menu-plus::before{
    content: "";
    position: absolute;
    left: -14px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 1px;
    background: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: rotate(45deg);
    }
    .menu-plus::after{
    content: "";
    position: absolute;
    left: 4px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 14px;
    width: 1px;
    background: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: rotate(45deg);
    }
    .dropdown-menu-items.rotate .menu-plus::after, .dropdown-menu-items.rotate .menu-plus::before{
	    transform: rotate(135deg);
    }
    .tel-img {
        width: 130px;
        height: 130px;
    }
    .inner-about-content {
        padding: 30px 0;
        width: 100%;
    }
    .inner-about-area::before {
        width: 100%;
        z-index: -1;
    }
    .inner-about-area {
        padding-top: 450px;
    }
    .inner-about-area::after {
        width: 100%;
        height: 450px;
        background-position: center top;
    }
    .who-is-area {
        padding-top: 20px;
    }
    .choose-reason-content {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .choose-reason-left {
        width: 100%;
        padding-right: 0;
    }
    .choose-reason-right {
        width: 50%;
    }
    .why-top-area {
        padding: 40px 0;
    }
    .but-he p {
        width: 90%;
    }
    .timeline-area {
        padding: 0;
    }
    .timeline-area ul {
        padding: 0;
    }
    .timeline-area ul li {
        padding: 20px;
        max-width: 45%;
    }
    .timeline-area ul li:nth-child(2n) {
        padding: 20px;
    }
    .inner-about-area.family-destiny {
        padding-top: 0;
    }
    .family-destiny > img {
        position: unset;
        width: 100%;
    }
    .inner-about-area.family-destiny .inner-about-content {
        padding: 30px 0px;
    }
    .cosmetic-dentistry-area {
        padding: 60px 0;
    }
    .cosmetic-dentistry-content p {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 0;
    }
    .cost-title h2::after {
        left: unset;
    }
    .cost-title h2::before{
        display: none;
    }
    .unhappy-content {
        padding-left: 0;
    }
    .dental-emergency-content p {
        padding-right: 0;
    }
    .flex-item-5 li {
        width: 23%;
    }
}
@media all and (max-width: 872px){
	.ba-slider .slick-next {
		right: -8px;
	}
	.ba-slider .slick-prev {
		z-index: 9;
		left: -8px;
	}
	.banner-content.banner-new .banner-content-top-holder {
		flex-direction: column;
    	gap: 50px;
	}
	.banner-content.banner-new .banner-content-top-holder .banner-left h1 {
		max-width: 100%;
	}
	.tabular {
		max-width: 768px;
		width: auto;
		margin: 0 auto;
	}
	.tabular ul {
		max-width: 100%;
	}
	.tabular ul li {
		max-width: 48%;
	}
	.banner-content.banner-new .banner-content-top-holder .banner-left .awards-holder {
		margin: 40px 0 0;
	}
}
@media all and (max-width: 800px){
	.two-row > div {
		max-width: 100%;
	}
	.footer-info-holder {
		flex-direction: column;
		justify-content: start;
		align-items: start;
	}
	.footer-info-holder .secound-container:nth-child(2), .footer-info-holder .secound-container:nth-child(3), .footer-info-holder .secound-container:last-child {
		max-width: none;
	}
	.village-content.footer-address span:last-child {
		margin-bottom: 40px;
	}
}
@media all and (max-width: 768px){
	.award-mob-slider img {
		margin: 10px;
	}
	.on-this-page-area {
		top: 77px;
	}
	.services-slider li.single-service h3 {
		padding-left: 0;
    	text-align: center;
	}
	.services-slider li.single-service h3::after {
		content: none;
	}
	.services-p {
		padding: 0;
	}
	.review-box {
		left: 0;
	}
	.banner-content.banner-new .banner-content-top-holder {
		margin-top: 58px;
	}
	.reason-block-holder {
		grid-template-columns: 1fr;
	}
	.single-page-review.slick-slide {
		margin-left: 20px;
		margin-right: 20px;
	}
	.single-page-review::after {
		transform: scale(.3);
		left: -55px;
	}
	.inner-banner-area {
		padding: 35px 0 40px;
	}
	.secound-container .footer-info ul li, .village-content.footer-info ul li:nth-child(3), .village-content.footer-info ul li:last-child, .village-content ul li:last-child, .village-content.footer-info ul li:last-child a, .village-content.footer-address span:last-child {
		font-size: 16px;
	}
	section.calltoaction span:before {
		left: -15%;
	}
	.g-recaptcha { 
	    position: relative;
    	margin-top: 5px;
    	margin-right: 10px;
	}
    .header-top-content ul li a, .header-top-content ul li button {
        padding: 10px 15px 10px 50px;
        font-size: 16px;
        margin: 0 3px;
    }
    .header-top-content ul li a::after, .header-top-content ul li button::after {
        left: 8px;
        width: 34px;
    }
    .banner-right {
        padding-top: 50px;
        margin-left: -86px;
    }
    .banner-right img {
        width: 250px;
    }
    .banner-area::after {
        height: 122%;
    }
    .partners-area {
        position: relative;
        z-index: 9;
    }
    .partners-content ul li {
        height: 100px;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .about-area {
        padding-top: 45px;
    }
    .about-left {
        width: 100%;
    }
    .about-right {
        width: 100%;
        padding: 20px 25px 40px 25px;
    }
    .about-left img {
        width: 100%;
    }
    .patient-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .patinet-area {
        padding: 40px 0;
    }
    .patient-review-right {
        padding-bottom: 40px;
    }
    .single-destiny {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .destiny-img {
        width: 100%;
    }
    .destiny-details {
        width: 100%;
        padding-left: 0;
    }
    .service-area {
        padding-top: 50px;
    }
    .service-content {
        padding: 40px 40px;
    }
    .service-title p {
        padding: 0 15px;
        padding-bottom: 50px;
    }
    .single-service {
        padding: 40px 40px 45px 70px;
    }
    .invisalign-middle {
        padding: 0 40px;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .sec-title p {
        padding: 20px 0 40px;
        width: 100%;
    }
    .gallery-area {
        padding: 80px 0;
    }
    .contact-content input {
        width: 49%;
    }
    .from-submit {
        margin-top: 0;
    }
    .village-content ul {
        width: 100%;
        padding: 20px 0;
    }
    .single-service:last-child, .single-service:nth-last-child(2) {
        border-bottom: 1px solid #0c8191;
    }
    .treatment-content-area {
        padding: 30px 0;
    }
    .treatment-contents h1 {
        font-size: 28px;
    line-height: 46px;
    }
    .treatment-contents p {
        line-height: 20px;
        padding: 0 0 15px;
        font-size: 16px;
    }
    .bg-img-title {
        padding: 30px 15px;
        margin: 0 -15px 0 -15px;
        background-position: center right;
    }
    .bg-img-title h3, .bg-img-title h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    .treatment-contents h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 25px 0;
    }
    .treatment-contents ul li {
        margin-left: 0;
        font-size: 16px;
    }
    .tel-number {
    width: 100%;
    margin-bottom: 20px;
    }
    .phone-content p {
        font-size: 16px !important;
        line-height: 24px !important;
        width: 100%;
    }
    .phone-contact {
        margin: 60px -15px 0 -15px;
        padding: 0 15px;
    }
    .tel-img {
        width: 90px;
        height: 90px;
    }
    .phone-content {
        padding: 75px 0 30px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .tel-img img {
        width: 50px;
    }
    .treatment-contents h2::before{
        display: none;
    }
    .inner-about-content p {
        padding-right: 0;
    }
    .review p {
        padding: 25px 0px 20px 0 !important;
    }
    .review-top-bar {
        padding-right: 0;
    }
    .list-img-wrap {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .list-con {
        padding: 30px;
    }
    .having-top-content::after {
        width: 100%;
        height: 150px;
    }
    .having-top-area p {
        width: 100%;
    }
    .timeline-area ul::before {
        height: 500px;
        width: 500px;
        border: 10px solid #fff;
    }
    .timeline-area ul li {
        max-width: 43%;
        border-radius: 25px;
    }
    .timeline-area ul li:nth-child(2n):after {
        right: -52px;
    }
    .inner-about-area.family-destiny .inner-about-content P {
        padding-top: 16px;
        font-size: 16px;
        line-height: 24px;
        padding-right: 0;
    }
	.inner-about-area.family-destiny .inner-about-content P:first-child {
		padding-top: 0;
	}
    .cosmetic-dentistry-content h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .cosmetic-dentistry-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .section-icon > img {
        width: 85px;
    }
    .grid-item-4 {
        -ms-grid-columns: 49% 2% 49%;
        grid-template-columns: 49% 49%;
        grid-gap: 2%;
    }
    .page-all-service.big-item li a {
        height: 180px;
    }
    .page-all-service.big-item .serice-icn {
        width: 70px;
        height: 70px;
    }
    .page-all-service.big-item h4{
        font-size: 22px;
        line-height: 36px;
        padding-top: 18px;
    }
    .page-all-service.big-item .serice-icn img {
        width: 40px;
    }
    .all-service-featured li {
        width: 100%;
        padding-left: 50px;
        padding-bottom: 25px;
    }
    .all-service-featured li::after {
        font-size: 85px;
        top: 0px;
        width: 100px;
        height: 100px;
        bottom: unset;
    }
    .service-featured-area {
        padding: 40px 0;
    }
    .unline-dental-area {
        padding: 50px 0;
    }
    .animate-arrow::after{
        display: none;
    }
    .unline-dental-content p, .unhappy-content p, .dental-emergency-content p {
        font-size: 16px;
        line-height: 30px;
        width: 100%;
    }
    .dental-cost-area {
        padding: 40px 0;
    }
    .dental-cost-content {
        padding-top: 40px;
    }
    .dental-cost-content ul {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .dental-cost-content ul li {
        height: 45px;
        font-size: 16px;
        line-height: 27px;
        padding-left: 20px;
        border-left: 3px solid #0c8191;
        margin-bottom: 10px;
    }
    .unhappy-content p {
        color: #fff;
    }
    .dental-emergency-area {
        padding: 40px 0;
        margin: 20px 0;
    }
    .offer-area {
        padding: 40px 0;
    }
    .offer-area .title.text-center p {
        width: 100%;
        padding-bottom: 30px;
    }
    .flex-item-5 li {
        width: 47%;
    }
    .offer-content .page-all-service li a {
        height: 215px;
        padding-top: 35px;
    }
    .page-all-service li b {
        font-size: 16px;
        line-height: 28px;
        padding-top: 10px;
    }
    .offer-content .page-all-service li p {
        font-size: 14px;
    }
    .offer-bottom-con p {
        font-size: 16px;
        line-height: 24px;
        padding-top: 40px;
        padding-bottom: 0;
    }
    .what-should-area {
        padding: 10px 0;
    }
    .difference-content img {
        float: unset;
        width: 100%;
        margin-left: 0;
    }
    .difference-content h2 {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 10px;
    }
    .difference-area {
        padding-bottom: 40px;
    }
    .cost-title h2::after{
        display: none;
    }
    .page-all-service.big-item b {
        font-size: 26px;
        line-height: 40px;
    }
    .all-service-featured {
        padding-top: 0;
    }
    .treatment-contents p {
        line-height: 24px;
    }
    .treatment-contents p+h2 {
        margin-top: 25px;
    }
	.what-should-content ul li strong, .list-img-wrap ul li strong, .who-is-content ul li strong {
		font-size: 16px;
	}
	
	p.drsphhiatxt {padding: 169px 20px 50px 20px !important;}	
    .single-doctor {width: 60%;}	
    .single-page-review {padding: 140px 30px 40px 30px;}
    .best-cosmetic-dentist-title {
        font-size: 29px;
        line-height: 50px;
        text-align: center;
    }
	.unhappy-content p {
		width: auto;
	}

}
@media all and (max-width: 600px){
    .banner-content.banner-new .banner-content-top-holder .banner-left h1 {
        font-size: 40px;
        line-height: 1.5;
    }
	.banner-content.banner-new .banner-content-top-holder .banner-left .awards-holder img {
		max-width: 25%;
	}
	.banner-content.banner-new .banner-right {
		padding-top: 0px !important;
		padding-bottom: 30px !important;
	}
	div#gallery-1.gallery-columns-3 {
		gap: 10px;
	}
	div#gallery-1.gallery-columns-3 .gallery-item {
		width: 48%;
	}
	.blog-content {
	    grid-template-columns: repeat(2, 1fr);
	}
}
@media all and (max-width: 575px){
	.fast-fact-holder .fast-fact-text, .ba-sec p {
		font-size: 16px;
	}
	.inner-banner-area {
		padding: 20px 0 40px;
	}
	.bar-btn-area .mobile-logo {
		max-width: 35px;
	}
	.single-review .single-review-inner {
		margin-bottom: 15px;
	}
	ul.all-reviews .single-review .single-review-inner {
		margin-bottom: 100px;
	}
	.client-name {
		bottom: -30px;
	}
	.read-more {
		font-size: 16px;
	}
	blockquote {
		font-size: 16px;
	}
	.single-review-inner p {
		font-size: 16px;
	}
	.service-title p {
		font-size: 16px;
	}
	.secound-container.innerpage-new .single-review-inner p {
		font-size: 16px;
	}
	section.calltoaction span:before{
		display: none;
	}
	section.calltoaction span {
    width: 100% !important;
    padding: 90px 0px;
}
	.treatment-contents ul, .treatment-content-area ul {
		margin: 20px 0px 20px 0px !important;
	}
	.treatment-content-area ul li {
    padding: 5px 0 5px 25px;
	}
	.secound-container.innerpage-new .single-review-inner {
        padding: 10px;
	}
	.treatment-content-area .secound-container.innerpage-new:after, .secound-container.innerpage-new:after {
    right: -25px;
    transform: scale(.5);
}
	.treatment-content-area .secound-container.innerpage-new:before, .secound-container.innerpage-new:before {
    right: -25px;
    transform: scale(.5);
}
    .header-top-content ul li a::after, .header-top-content ul li button::after {
        display: none;
    }
    .header-top-content ul li a, .header-top-content ul li button {
        padding: 5px 15px;
        font-size: 12px;
    }
    .banner-area {
        padding-bottom: 30px;
    }
    .banner-right img {
        width: 200px;
    }
    .banner-area::after {
        height: 160%;
    }
    .partners-content ul li {
        height: 60px;
        padding: 0 10px;
    }
    .about-right h2 {
        font-size: 28px;
        line-height: 42px;
    }
	.about-right h1 {
        font-size: 28px;
        line-height: 42px;
    }
    .about-right span {
        font-size: 16px;
    }
    .about-right {
        padding: 15px;
    }
    .about-right p {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 0;
    }
    .patient-review-right h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .patient-review-right span {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .patient-review-right p {
        line-height: 24px;
        padding: 20px 0;
        font-size: 16px;
    }
    .single-review-inner {
        border: 5px solid #F7F7F7;
        padding: 25px;
    }
    .single-review {
        padding: 15px;
    }
    .destiny-center-area {
        padding: 30px 0;
    }
    .destiny-details h2 {
        font-size: 28px;
        line-height: 42px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .destiny-details span {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .destiny-details p {
        padding-top: 10px;
        line-height: 24px;
        padding-right: 0;
        font-size: 16px;
    }
    .single-destiny {
        margin-bottom: 30px;
    }
    .destiny-img {
        padding-left: 0;
        padding-right: 0;
    }
    .destiny-img::before,
    .destiny-img::after {
        display: none;
    }
    .service-title h2 {
        font-size: 28px;
        line-height: 42px;
    }
    .service-title p {
        padding: 0;
        padding-bottom: 50px;
    }
    .service-content {
        padding: 25px 20px;
    }
    .single-service {
        padding: 80px 20px 30px 20px;
    }
    .single-service p {
        padding: 25px 0;
        font-size: 16px;
        line-height: 24px;
    }
    .single-service h3 a {
        font-size: 20px;
    }
    .single-service .page-btn {
        font-size: 16px;
    }
    .invisalign-middle::before,
    .invisalign-middle::after {
        display: none;
    }
    .invisalign-middle h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .invisalign-middle p {
        line-height: 24px;
        padding: 15px 0 30px;
        font-size: 16px;
    }
    .invisalign-middle {
        padding: 30px;
    }
    .gallery-area {
        padding: 40px 0;
    }
    .sec-title h2, .sec-title div {
        font-size: 28px;
        line-height: 40px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .sec-title span {
        font-size: 16px;
    }
    .sec-title p {
        padding: 10px 0 30px;
        font-size: 16px;
        line-height: 24px;
    }
    .single-gallery-img {
        width: 100%;
    }
    .view-all-gallry-btn {
        margin-top: 30px;
    }
    .why-choose-area {
        padding: 40px 0;
    }
    .choose-conditions li {
        width: 100%;
        padding: 10px 0 10px 45px;
        margin-bottom: 10px;
		font-size: 16px;
    }
    .contact-area {
        padding: 40px 0;
    }
    .contact-content form {
        margin-top: 40px;
    }
    .contact-content input {
        width: 100%;
        margin-bottom: 5px;
    }
	.copyright-content p {
		font-size: 16px;
	}
    .from-submit {
        margin-top: 15px;
    }
    .footer-content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer-content p {
        padding-top: 10px;
    }
    .footer-area {
        padding: 20px 0;
    }
    .destiny-img img {
        height: 300px;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .partner-area {
        max-width: 100%;
        padding: 25px;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .partner-area ul li:first-child {
        padding-bottom: 0;
    }
    .partner-area ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .single-destiny:nth-child(2n) .destiny-img {
        padding-left: 0;
    }
    .patient-review-right h2 br {
        display: none;
    }
    .timeline-area ul::after {
        right: unset;
    }
    .timeline-area ul li {
        max-width: 90%;
        font-size: 16px;
        line-height: 20px;
        padding: 15px;
        margin-bottom: 12px;
    }
    .timeline-area ul li:nth-child(2n) {
        margin-left: auto;
    }
    .timeline-area ul li:nth-child(2n):before {
        left: -8px;
        border: 2px solid transparent;
        border-left-color: #B2DBDE;
        border-bottom-color: #B2DBDE;
        right: unset;
        border-right-color: transparent;
        border-top-color: transparent;
    }
    .timeline-area ul li:nth-child(2n):after {
        left: -50px;
        right: unset;
    }
    .timeline-area::after,
    .timeline-area ul::before{
        display: none;
    }
    .but-he h2 {
        font-size: 28px;
        line-height: 42px;
    }
    .but-he p {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
    }
    .title.text-center h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .who-is-content h2::after{
        display: none;
    }
    .should-choose-list li h4 {
        font-size: 16px;
        padding-left: 18px;
    }
    .should-choose-list li img {
        width: 50px;
    }
    .should-choose-list li {
        padding: 8px 0;
    }
    .who-is-content h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 6px 0 10px;
    }
    .difference-content p {
        padding-bottom: 30px;
        line-height: 22px;
        font-size: 16px;
    }
    .having-top-area p {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
    .having-top-content {
        padding: 160px 0 20px;
    }
    .list-img-wrap img {
        width: 100%;
    }
    .who-is-area::after {
        width: 50%;
        height: 350px;
    }
    .who-is-content {
        padding-right: 0;
    }
    .dr-name-bar h3 {
        font-size: 22px;
    }
    .dr-name-bar img {
        width: 80px;
    }
    .inner-about-content p {
        font-size: 16px;
        line-height: 22px;
        padding: 20px 0;
    }
    .common-list li, .treatment-contents ul li {
        margin-left: 0;
        font-size: 16px;
    }
    .common-list {
        padding-bottom: 30px;
    }
    .choose-reason-area {
        padding: 30px 0;
    }
    .who-is-content p, .choose-reason-left p, .why-top-content p {
        padding-bottom: 15px;
        line-height: 24px;
        font-size: 16px;
    }
    .choose-reason-left h2 {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 15px;
    }
    .page-all-service.big-item b {
        font-size: 18px;
        line-height: 28px;
    }
    .section-icon.text-center > img {
        width: 60px;
        padding: 0 !important;
    }
    .cost-title h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 20px 0;
        margin-top: 0;
    }
    .title.text-center h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .offer-area .title.text-center p {
        font-size: 16px;
        line-height: 24px;
    }
    .offer-content .page-all-service li a {
        min-height: 185px;
        height: 100%;
    }
    .flex-item-5 li {
        margin-bottom: 5px;
    }
    .what-should-content h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 0;
    }
	.faq-block .acc-btn {
		font-size: 22px;
	}
    .what-should-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .what-should-content ul li, .list-img-wrap ul li, .who-is-content ul li {
        margin-left: 0;
        font-size: 16px;
    }
    .what-should-content ul {
        padding-bottom: 15px;
    }
    .difference-content p {
        padding-bottom: 15px;
    }
    .difference-content ul {
        padding-bottom: 15px;
    }
    .difference-content ul li,
    .treatment-contents ul li {
        margin-left: 0;
        font-size: 16px;
    }
	.bookonlinebtn {
		font-size: 16px;
		display: inline !important;
		padding: 20px;
	}
	.banner-content.banner-new .banner-content-top-holder .banner-left ul {
		margin: 30px 0 30px 40px;
	}

}
@media all and (max-width: 475px){
	.instagram-post a img {
		max-height: 150px;
		object-fit: cover;
		overflow: hidden;
	}
	.home-header .header-top-content ul li a, .home-header .header-top-content ul li button {
		font-size: 16px;
		padding: 5px 10px !important;
	}
	.bar-btn {
		width: 30px;
	}
	.bar-btn-area .mobile-logo {
        max-width: 30px;
    }
	.tabular ul li {
        max-width: 48%;
        min-width: auto;
    }
	section.calltoaction ul {
		position: relative;
	}
	section.calltoaction span {
		padding: 25px 0;
	}
	section.calltoaction ul li a::after, section.calltoaction ul li button::after {
		left: -16px;
	}
	.client-name {
		bottom: -25px;
	}
}
@media all and (max-width: 415px){
	.bar-btn-area {
		gap: 20px;
	}
		.header-top-content ul li:first-child {
    margin-right: 14px;
}
	div#gallery-1 .gallery-item {
    width: 100%;
}
	.inner-banner-area {
		padding: 50px 0 10px;
	}
.inner-banner-content img {
    width: 40%;
}
.partners-area {
    height: 125px;
	justify-content: space-around;
}
	.partners-area .acco1 {
    width: 100%;
    background-size: 201%;
}
	.partners-area .acco2 {
    width: 100%;
}
	.copyright-content { 
		  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	}
}
@media all and (max-width: 380px){
	.on-this-page-area {
		top: 89px;
	}
	.header-top-content ul li:first-child {
		margin-right: 0;
	}
	.menu-area ul li, .menu-area ul ul li {
		max-width: 250px;
	}
	section.calltoaction ul li a, section.calltoaction ul li button {
		position: initial;
		padding: 3px 32px 3px 34px;
	}
	.banner-left img{
		height: 240px;
	}
	.banner-right img{
		height: 127px;
	}
.flex-item-5 li {
    width: 46%;
}
	.partners-area {
    height: 125px;
    justify-content: space-around;
}
	.bg-img-title h3, .bg-img-title h2 {
		line-height: 50px !important;
	}
	
	.banner-content.banner-new .banner-content-top-holder .banner-left span {
		font-size: 20px;
	}
	.banner-content.banner-new .banner-content-top-holder .banner-left h1 {
        font-size: 34px;
    }
	.banner-content.banner-new .banner-content-top-holder .banner-left p {
        font-size: 16px;
		line-height: 26px;
    }
}
@media all and (max-width: 360px){
	.on-this-page-area {
		top: 110px;
	}
}
@media all and (max-width: 359px){
	.on-this-page-area {
		top: 87px;
	}
	.number-holder a:last-child {
		font-size: 13px !important;
	}
	.home-header .header-top-content ul li a, .home-header .header-top-content ul li button {
		padding: 5px 0 !important;
	}
	.bar-btn-area {
		gap: 15px;
	}
	.header-top-content ul li a, .header-top-content ul li button {
		padding: 5px 7px;
	}
	.blog-content {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media all and (max-width: 320px){
	.on-this-page-area {
		top: 106px;
	}
	.partners-area {
    height: 98px;
}
	
}