/*
    Theme Name: NYC Implants
    Version: 1.0
    Tags: 
*/

/* FONTS */
@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('fonts/ITCAvantGardeStd-Md.woff2') format('woff2'),
        url('fonts/ITCAvantGardeStd-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std Book';
    src: url('fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'),
        url('fonts/ITCAvantGardeStd-Bk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    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;
    line-height: 24px;
    color: #000;
    background: #FFFFFF;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
}
:root{
    --it500: 'ITC Avant Garde Gothic Std', sans-serif;
    --it400: 'ITC Avant Garde Gothic Std Book', sans-serif;
    --color: #212E4E;
    --bg: rgba(143,150,172,0.08);
}
a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.inner-page-wraper.inner-page-content a{
    display: inline;
/* 	color: inherit; */
}

.single-dental-implants a{
    display: inline;
	color: inherit;
	text-decoration: underline;
}
hr {
    margin-bottom: 20px;
}
p:empty{display: none;}
a:hover {
    text-decoration: none !important;
}
a:focus {
    border: 2px #cb4c00 dotted;
	outline-offset: 2px;
}
a:target {
    scroll-margin-top: 2rem;
}
a:active {
    background-color: yellow;
}

h1,h2,h3{
    font-family: 'ITC Avant Garde Gothic Std', sans-serif;
}
img {
    border: none;
    max-width: 100%;
	height: auto;
}
div {
    display: block;
    line-height: normal;
    font-size: 16px;
}
.breadcrumbs div {
    display: inline;
    color: #fff;
	font-size: 14px;
}
.breadcrumbs {
    color: #fff;
}
p#breadcrumbs div a {
    text-decoration: underline;
}
strong{
	font-weight: 500;
}
.big-container {
    width: 100%;
    max-width: 1630px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.medium-container {
    width: 100%;
    max-width: 1396px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.small-container {
    width: 100%;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

div#wpadminbar .display-name {
    display: inline-block;
}
p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #444444;
}
.gal-images {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}
.gal-images img {
    width: 48%;
    height: auto;
    margin: 10px;
	margin-bottom: 10px!important;
}
.gal-images2 {
    display: block;
    column-count: 2;
    width: 100%;
}
.gal-images2 img {
    width: 100%;
    height: auto;
	margin-bottom: 10px!important;
}
/*404*/
.inner-page-wraper.inner-page-content.page404 ul input {
    width: 60%;
    height: 36px;
}
.inner-page-wraper.inner-page-content.page404 ul input#searchsubmit{
    width: 20%;
    height: 40px;
}
ul.wp-block-rss {
    background: #f7f7f7;
    padding: 20px;
}
ul.wp-block-rss li {
    padding: 10px 0px;
}
ul.wp-block-rss li a {
    font-size: 14px;
    color: #444;
}
div.blog-sidebar h3 {
    border-bottom: 1px solid #000000;
    padding: 10px 0px;
}
img.lazyload{
	width: 20px;
	height: 20px;
}
p.mobileusers {
	display: none;
}
.totop {text-align: right;display: block !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;
}
.modal-content p {font-size: 14px;max-width: fit-content;line-height: 22px;}
.modal-content strong {font-size: 16px;display: block;margin-bottom: 20px;padding-top: 4px;}
.close {color: #aaaaaa;float: right;font-size: 28px;font-weight: bold;}
.close:hover,.close:focus {color: #000;text-decoration: none;cursor: pointer;}
.disclaimerBtn {background: transparent;border: 0;text-decoration: underline;cursor: pointer;}

.bookOnline {
    font-size: 27px;
    color: #fff;
    padding-left: 65px;
    position: relative;
    margin-right: 30px;
    margin-bottom: 15px;
    font-family: var(--it400);
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
    border: none;
	cursor:pointer;
}

.menu-link {
	background: transparent;
	color: #000;
    font-size: 26px;
    font-family: var(--it500);
    margin-bottom: 17px;
    font-weight: normal;
    border: none;
    cursor: pointer;
}
.menu-link:hover {color:#000;}

/*-------- RESPONSIVE CONTAINERS ------------*/

@media (max-width: 1366px) {
    .big-container {
        max-width: 1170px;
    }
    .medium-container{
        max-width: 1070px;
    }
}
@media (max-width: 1200px) {
    .big-container, .medium-container, .small-container {
        max-width: 1140px;
    }
}
@media (max-width: 992px) {
    .big-container, .medium-container, .small-container {
        max-width: 960px;
    }
}
@media (max-width: 768px) {
    .big-container, .medium-container, .small-container {
        max-width: 720px;
    }
}
@media (max-width: 576px) {
    .big-container, .medium-container, .small-container {
        max-width: 540px;
    }
}

/*Popup Css*/
.video-popup {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    z-index: 999999;
    display: none;
	top: 0;
	left: 0;
}
.video-popup.show{
  display: block;
}
.iframe-wrapper {
    width: 50%;
    height: 70%;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.video-popup #iframeHolder {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
}
.video-popup iframe {
    width: 100%;
    height: 100%;
}
.close-video {
    width: 40px;
    height: 40px;
    background: #fff;
    display: block;
    border-radius: 100%;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    z-index: 99;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
            box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.video-close-icon {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.video-close-icon::before {
    width: 60%;
    height: 2px;
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.video-close-icon::after {
    width: 60%;
    height: 2px;
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/*CUSTOM SCROLLBAR*/
body::-webkit-scrollbar-track,
.menu-area::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}
body::-webkit-scrollbar,
.menu-area::-webkit-scrollbar{
    width: 12px;
}
body::-webkit-scrollbar-thumb,
.menu-area::-webkit-scrollbar-thumb{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #000;
}

/*START HEADER AREA*/
.banner-content .banner-left a {
    /* display: block!important; */
    margin: 20px 0px;
    padding: 0px;
    width: 125px;
    font-size: 16px;
    height: 40px;
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.header-area {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9999;
}
.header-top {
    background: #232E4C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 20px 0 0;
    height: 58px;
}
.header-top p {
    color: #fff;
    font-size: 14px;
    position: relative;
}
.header-top p a {
    color: #fff;
	text-decoration: underline;
}
.header-top p:first-child{
    margin-right: 65px;
}
.header-top p:first-child::after, .header-top p:nth-child(2)::after {
    content: "";
    position: absolute;
    left: -22px;
    top: -1px;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url(images/icons.png);
    background-position: -13px -8px;
}
.header-top p:nth-child(2)::after {
    background-position: -37px -8px;
}
.header-top p:nth-child(3) a {
    margin-left: 25px;
    text-decoration: underline;
    margin-right: 55px;
}
.header-top p:nth-child(4) a {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.header-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;
    -webkit-box-shadow: 0 10px 99px rgb(0 0 0 / 13%);
    box-shadow: 0 10px 99px rgb(0 0 0 / 13%);
    padding: 0px;
    position: relative;
    z-index: 9;
    height: 142px;
	padding: 0 20px;
}
a.drnavcon {
    font-size: 20px;
    margin-bottom: 20px;
}
.contact-btns p div {
    font-size: 14px;
    text-transform: uppercase;
}
.contact-btns a, .contact-btns button {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--it500);
    padding: 2px 0;
    font-weight: 700;
	background: transparent;
	border: none;
	cursor:pointer;
}
.contact-btns p {
    font-size: 14px;
    margin-right: 35px;
}
.contact-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bar-btn {
    width: 83px;
    cursor: pointer;
}
.single-bar {
    width: 100%;
    height: 1px;
    background: #232E4C;
    margin: 12px auto 12px auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.bar-btn:hover .single-bar{
    width: 80%;
}
.bar-btn:hover .single-bar:nth-child(2){
    width: 100%;
}
.header-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-wrap.open-menu {
    opacity: 1;
    visibility: visible;
}
.menu-area {
    width: 100%;
    margin-left: auto;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.5);
            box-shadow: 0 0 18px rgba(0,0,0,0.5);
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 4;
    -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;
    overflow: hidden;
    overflow-y: auto;
}
.menu-wrap.open-menu .menu-area{
    -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
            transform: translate(0,0);
}
.menu-area li a, .menu-area li button {
    color: #000;
    font-size: 26px;
    font-family: var(--it500);
    margin-bottom: 17px;
}
.menu-area li {
    display: block;
    position: relative;
}
.menu-area ul ul {
    padding-left: 34px;
    display: none;
}
.dropdown-menu-items {
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 13px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.dropdown-menu-items.rotate{
    -webkit-transform: rotate(-134deg);
        -ms-transform: rotate(-134deg);
            transform: rotate(-134deg);
}
.menu-area ul {
    display: block;
    width: 100%;
}
.contact-btns b {
    font-weight: 400;
}


/*START BANNER AREA*/

.banner-area{
    background: url(https://www.nycdentalimplantscenter.com/wp-content/themes/nycimplants/images/banner-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 109px 0 174px;
}
.banner-left h1 {
    font-size: 80px;
    font-weight: 400;
    font-family: var(--it400);
    line-height: 84px;
}
.banner-left h2 {
    font-size: 24px;
    font-family: Arial;
    line-height: 39px;
    font-weight: 400;
    max-width: 935px;
    border-bottom: 1px solid #111111;
    padding-bottom: 30px;
    margin-bottom: 20px;
    padding-top: 16px;
	text-transform: uppercase;
}
.banner-left p {
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    padding-bottom: 40px;
    max-width: 774px;
    font-family: Arial;
}
.banner-left {
    padding-right: 86px;
}
.banner-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 480px;
    grid-template-columns: auto 480px;
}
.banner-right div {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 21px;
    margin-bottom: 34px;
    position: relative;
}
.banner-right div::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #fff;
}
.banner-right {
    background: -o-linear-gradient(top, #212E4E, rgba(35,46,76,0.45));
    background: -webkit-gradient(linear, left top, left bottom, from(#212E4E), to(rgba(35,46,76,0.45)));
    background: linear-gradient(to bottom, #212E4E, rgba(35,46,76,0.45));
    padding: 60px 60px 70px 60px;
	height: 280px;
}
.banner-right ul li {
    color: #fff;
    font-family: var(--it400);
    padding-bottom: 8px;
    position: relative;
    padding-left: 15px;
}
.banner-right ul li:last-child{
    margin-bottom: 0;
}
.banner-right ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 20px;
}



/*START About AREA*/
.about-area{
    border-bottom: 10px solid #8F96AC;
}
.about-top-text {
    text-align: center;
}
.about-top-text p {
    color: #212E4E;
    font-size: 14px;
    font-weight: 500;
    padding: 18px 0;
    max-width: 80%;
    margin-left: auto;
}
.about-top-text {
    text-align: center;
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.12);
            box-shadow: 0 10px 10px rgba(0,0,0,0.12);
    position: relative;
    z-index: 3;
}
.about-content {
    position: relative;
}
.dr-img img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.about-content-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 250px;
    grid-template-columns: auto 250px;
}
.about-main-content {
    max-width: 77%;
    margin-left: auto;
    background: #212E4E;
    padding: 100px 75px 100px 245px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.about-main-content h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    padding-bottom: 36px;
}
.about-main-content h2 div {
    font-size: 46px;
    color: #8F96AC;
}
.about-main-content p {
    color: #fff;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
}
.about-main-content p a {
    text-decoration: underline;
    color: #fff;
}
.page-id-35774 .inner-page-wraper h2 {
    font-size: 26px;
    line-height: 38px;
}
.review-btns a {
    background: #fff;
    min-width: 285px;
    height: 120px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #212E4E;
    padding-bottom: 12px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.review-btns a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    margin: auto;
    height: 77px;
    background-image: url(https://www.nycdentalimplantscenter.com/wp-content/themes/nycimplants/images/icons.png);
}
.google-review::before {
    width: 225px;
    background-position: -182px -38px;
}
.shopper::before {
    width: 154px;
    background-position: -187px -133px;
}
.about-content-wrap > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}


/*START Implants AREA*/

.implants-area{
    padding-top: 120px;
}
.sec-title {
    text-align: center;
    padding-bottom: 65px;
}
.sec-title h2 {
    color: #212E4E;
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 50px;
}
.sec-title h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    height: 1px;
    background: #212E4E;
    margin: auto;
    right: 0;
}
.sec-title p {
    max-width: 1170px;
    margin: auto;
    color: var(--color);
    font-size: 18px;
    line-height: 28px;
}
.acc__title {
    cursor: pointer;
    background: #212E4E;
    border-bottom: 1px solid #F7F7F7;
    text-align: center;
    color: #fff;
    padding: 45px 0;
    font-size: 34px;
    font-family: var(--it400);
    text-transform: uppercase;
	font-weight: normal;
}
.acc__panel {
    display: none;
}
.acc__title {
    position: relative;
}
.acc__title::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 1px;
    background: #fff;
}
.acc__title::before {
    content: "";
    position: absolute;
    right: 53px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 50px;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.acc__title.active::before {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}
.acc__panel {
    background: #F7F7F7;
    padding: 75px 80px 75px 65px;
}
.inner-title h2 {
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 40px;
}
.tab-inner-content::after {
    content: "";
    clear: both;
    display: table;
}
.tab-inner-content {
    position: relative;
}
.tab-inner-content img {
    float: left;
    margin-right: 54px;
    margin-bottom: 40px;
	margin-top: 8px;
}
.tab-inner-content p {
    font-size: 18px;
    line-height: 28px;
    color: #444444;
    padding-bottom: 25px;
}
.tab-inner-content ul {
    display: flow-root;
}
.tab-inner-content p a{
    text-decoration: underline;
    color: #39699A;
	display: inline;
}
.tab-inner-content ul li {
    padding-bottom: 10px;
    margin-left: 30px;
    position: relative;
    line-height: 30px;
    font-size: 18px;
    color: #444444;
    font-weight: 300;
}
.tab-inner-content ul li::before {
    content: "";
    position: absolute;
    left: -19px;
    top: 9px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.tab-inner-content ul li:last-child{
    padding-bottom: 25px;
}
.faq-question.acc__title {
	background: none;
	text-transform: none;
}
.faq-question.acc__title:before {
	background: var(--color);
	height: 25px;
	top: -4px;
	right: 42px;
}
.faq-question.acc__title:after {
	background: var(--color);
	width: 25px;
	top: -4px;
}
.faq-answer.acc__panel {
	background: none;
	padding: 30px 30px 0;
}
/*START Why Choose AREA*/

.why-choose-area {
    background: rgba(143,150,172,0.08);
    padding: 120px 0;
}
.why-choose-area .sec-title h2::after {
    display: none;
}
.why-choose-area .sec-title h2 {
    margin-bottom: 0;
    padding-bottom: 30px;
    font-size: 48px;
}
.why-choose-area .sec-title p{
    font-size: 26px;
}
.why-choose-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 18px 1fr;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 18px;
}
.single-reason {
    text-align: center;
    background: #fff;
    height: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 80px rgba(68,89,137,0.11);
            box-shadow: 0 0 80px rgba(68,89,137,0.11);
    z-index: 2;
}
.single-reason h3 {
    font-size: 20px;
    font-weight: 300;
    max-width: 260px;
    background: #fff;
    padding: 10px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.single-reason p {
    max-width: 433px;
    background: #fff;
    padding: 10px 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    line-height: 24px;
    color: #444444;
}
.single-reason::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 528px;
    height: 100px;
    border: 1px solid #212E4E;
    border-radius: 5px;
    z-index: -1;
    margin: auto;
}


/*START Certified Dental AREA*/

.certified-dental-area {
    background: #212E4E;
    position: relative;
}
.certified-dental-area > img{
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
	object-fit: cover;
}
.certified-dental-content {
    max-width: 60%;
    margin-left: auto;
    background: #212E4E;
    padding: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.certified-dental-content h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 300;
    line-height: 51px;
    padding-bottom: 28px;
}
.certified-dental-content ul li {
    color: #fff;
    font-size: 18px;
    padding-bottom: 14px;
    margin-left: 30px;
    padding-left: 23px;
    position: relative;
}
.certified-dental-content ul li:last-child{
    padding-bottom: 36px;
}
.certified-dental-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.certified-dental-content p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 36px;
}
.certified-dental-content p a{
    color: #fff;
    text-decoration: underline;
}
.count-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.single-count {
    background: #131D36;
    min-width: 236px;
    margin-right: 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;
    text-align: center;
    min-height: 130px;
    font-size: 41px;
    border-radius: 5px;
}
.single-count span {
    padding: 0;
    font-size: 41px;
    font-weight: 700;
    color: #8DDCFF;
    line-height: 20px;
}
.single-count span sub {
    font-size: 20px;
    line-height: 12px;
    margin-left: 6px;
    vertical-align: baseline;
}
.single-count div {
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
}
.single-count sup {
    font-size: 20px;
    margin-left: -4px;
}



/*START state-of-art AREA*/


.state-of-art-area{
    padding: 120px 0;
}
.state-of-art-area .sec-title h2::after{
    width: 1044px;
}
.big-title h2 {
    font-size: 57px;
    line-height: 80px;
}

.all-plans {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8,1fr);
    padding-top: 190px;
}
.all-plans .single-plans {
    text-align: center;
    margin-left: -64px;
    position: relative;
    counter-increment: index;
}
.all-plans .single-plans::before {
    content: counter(index);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -74px;
    background: #212E4E;
    width: 40px;
    height: 40px;
    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: 30px;
    color: #fff;
    font-weight: 900;
}
.plan-img {
    width: 280px;
    height: 280px;
    border: 20px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 1000px;
    background: url(images/State-Of-The-Art-Implant-Planning-Execution.webp), url(images/State-Of-The-Art-Implant-Planning-Execution.jpg);
    -webkit-box-shadow: inset 0 10px 26px rgb(143 150 172 / 28%),0 10px 26px rgb(143 150 172 / 28%);
            box-shadow: inset 0 10px 26px rgb(143 150 172 / 28%),0 10px 26px rgb(143 150 172 / 28%);
    position: relative;
}
.plan-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 20px);
    height: 35px;
    background: #707070;
    width: 1px;
    margin: auto;
}
.plan-img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 20px);
    height: 35px;
    background: #707070;
    width: 1px;
    margin: auto;
}
.plan-name {
    font-size: 18px;
    font-family: var(--it400);
    padding-top: 72px;
    line-height: 28px;
}
.single-plans:first-child {
    margin-left: 0;
}


/*START Techonology AREA*/


.techonology-area{
    padding: 120px 0;
    background: var(--bg);
}
.techonology-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 27px 1fr 27px 1fr 27px 1fr;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 27px;
}
.single-techonology {
    background: #212E4E;
    text-align: center;
    padding-top: 180px;
    position: relative;
}
.single-techonology::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    width: 160px;
    height: 105px;
    background: url(images/icons.png);
    margin: auto;
}
.single-techonology:nth-child(1):before {
    background-position: -13px -51px;
}
.single-techonology:nth-child(2):before {
    background-position: -12px -164px;
}
.single-techonology:nth-child(4):before {
    background-position: -12px -280px;
}
.single-techonology:nth-child(3):before {
    background-position: -12px -393px;
}
.single-techonology h3 {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 33px;
    padding-bottom: 40px;
    padding-bottom: 340px;
}
.tec-bottom-content {
    text-align: center;
    padding-top: 100px;
}
.tec-bottom-content p {
    color: #444444;
    font-size: 18px;
    line-height: 28px;
}
.single-techonology img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 300px;
}
.sec-padd{
    padding: 120px 0;
}


/*START Advanced Tec AREA*/
.advanced-tec-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 74px 1fr;
    grid-template-columns: repeat(2,1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 74px;
}
.tec-right h2 div {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 22px;
    border-top: 1px solid #212E4E;
    max-width: 500px;
    padding-top: 26px;
}
.tec-right h2 {
    font-size: 36px;
    color: #444444;
    font-weight: 300;
    line-height: 50px;
    max-width: 80%;
}
.tec-right h3 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 30px;
    padding: 24px 0 30px;
    letter-spacing: -0.12px;
}
.tec-right p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
}


/*START Meet Doctor AREA*/
.bg-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.meet-doctor-area h2 {
    color: #fff;
    text-align: center;
    padding-top: 825px;
    font-size: 57px;
    font-weight: 300;
}
.meet-doctor-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    padding-top: 44px;
    padding-bottom: 25px;
}
.meet-doctor-content li {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-family: var(--it500);
    font-size: 23px;
    border-right: 1px solid #FFFFFF;
}
.meet-doctor-content li:last-child{
    border-right: none;
}
.single-doctor div {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    padding-top: 6px;
}

/*START Gallery AREA*/

.inner-page-wraper .bfimages figure img{
    width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 10px;
}
.inner-page-wraper .bfimages figure {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.gallery-content {
    max-width: 1170px;
    margin: auto;
}
.slick-dots li {
    width: 92px;
    height: 5px;
    border-radius: 3px;
    background: #212E4E;
    margin: 0 14px;
    opacity: 0.3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.slick-dots .slick-active {
    opacity: 1;
}
.text-center {
    text-align: center;
}
.gallery-area .slick-dots {
    width: 100%;
    list-style: none;
    text-align: center;
    position: unset;
    margin-top: 30px;
    margin-bottom: 60px;
}
.inner-page-wraper.inner-page-content .choose-review-right a.common-btn {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    background: #212E4E;
    color: #fff;
    -webkit-box-shadow: 0 14px 24px rgba(78,155,188,0.24);
            box-shadow: 0 14px 24px rgba(78,155,188,0.24);
    letter-spacing: 2px;
    padding: 35px 30px;
    border-radius: 5px;
    position: relative;
	display: inline-block!important;
}
.common-btn {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    background: #212E4E;
    color: #fff;
    -webkit-box-shadow: 0 14px 24px rgba(78,155,188,0.24);
            box-shadow: 0 14px 24px rgba(78,155,188,0.24);
    letter-spacing: 2px;
    padding: 35px 30px;
    border-radius: 5px;
    position: relative;
	display: inline-block!important;
	transition: color .5s, background .5s;
	border: none;
	cursor:pointer;
}
.common-btn:hover {
	color: #212E4E !important;
	background: #fff !important;
}
.common-btn::before{
    content: "";
    width: 7px;
    height: 13px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	transition: background .5s;
}
.common-btn:hover::before{
    background: #212E4E !important;
}
.gallery-area{
    padding-bottom: 100px;
}

/*START Why Choose Patient AREA*/

.patinet-choose-left {
    position: relative;
    width: 100%;
    max-width: 663px;
    max-height: 400px;
}
.patinet-choose-right {
    width: 100%;
    max-width: 663px;
    min-height: 400px;
}

.patient-choose-area .sec-title h2::after{
    display: none;
}
.patient-choose-area .sec-title h2{
    padding-bottom: 0;
    margin-bottom: 0;
}
.patient-choose-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}
.patinet-choose-left{
    position: relative;
}
.patinet-choose-left .video-btn {
    background: transparent;
    border: none;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.single-review p {
    font-size: 18px;
    line-height: 30px;
    color: #444444;
    font-style: italic;
    padding-top: 54px;
}
.single-review div:nth-child(2) {
    font-size: 20px;
    font-family: var(--it400);
    padding-top: 35px;
	display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
	color:#000000;
}
.single-review div {
    color: #FFB100;
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 28px;
}
.single-review{
    position: relative;
}
.single-review:before {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    width: 30px;
    height: 30px;
    background: url(images/icons.png);
    background-position: -240px 2px;
}
.single-review:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 30px;
    height: 30px;
    background: url(images/icons.png);
    background-position: -240px 2px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.patient-choose-area .common-btn{
    margin-top: 85px;
}
.patient-choose-area {
    padding-bottom: 120px;
}
.patinet-choose-left > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.all-reviews .slick-dots {
    text-align: left;
}
.all-reviews .slick-dots li:first-child{
    margin-left: 0;
}
.all-reviews {
    height: 100%;
}
.all-reviews .slick-dots {
    bottom: -11px;
}

/*START Painless Dentistry AREA*/

.painless-dentistry-area {
    padding: 340px 0 80px;
}
.painless-dentistry-content h2 {
    color: #fff;
    font-size: 57px;
    line-height: 80px;
    font-weight: 300;
}
.painless-dentistry-content p {
    font-size: 22px;
    line-height: 38px;
    color: #fff;
    padding: 54px 0 60px;
}
.painless-dentistry-content div {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    padding-bottom: 15px;
}
.white-btn::before{
    background: #8F96AC;
	transition: background .5s;
}
.white-btn:hover::before{
    background: #fff !important;
}
.white-btn{
    background: #fff;
    color: #212E4E;
	transition: color .5s, background .5s;
	border: none;
	cursor:pointer;
}
.white-btn:hover {
	color: #fff !important;
    background: #212E4E !important;
}


/*START Office Photo AREA*/
/*.office-photo-content.slick-initialized .slick-slide {
    display: contents;
}*/
.single-office-image img {
    width: 100%;
    /*height: 100%;
    -o-object-fit: cover;
       object-fit: cover;*/
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.single-office-image.slick-center img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    /* margin: 0 -50px; */
}
.office-photo-area .slick-dots {
    position: unset;
    margin: 60px 0 70px;
}
.office-photo-content .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


/*START Implants Dentistry AREA*/

.implants-dentistry-area {
    background: var(--bg);
    position: relative;
}
.implants-dentistry-area::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(images/Implant-dentistry.jpg) no-repeat center;
    background-size: cover;
}
.implants-dentistry-content {
    max-width: 50%;
    margin-left: auto;
    padding: 60px 0 60px 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.implants-dentistry-content h2 {
    color: #212E4E;
    font-size: 36px;
    line-height: 50px;
    font-weight: 300;
    padding-bottom: 20px;
}
.implants-dentistry-content p {
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    padding-bottom: 35px;
}
/*START Contact AREA*/
.page-contact-left .sendmsg{
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    font-weight: 400;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.contact-area {
    background: var(--bg);
    padding: 60px 0;
}
.contact-content{
    padding: 0 60px;
}
.contact-content {
    display: -ms-grid;
    display: grid;
    padding: 0 60px;
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contact-content p {
    color: #444444;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.contact-left div:nth-child(2) {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    color: var(--color);
    padding: 5px 0;
    position: relative;
    display: inline-block;
	font-family: 'ITC Avant Garde Gothic Std', sans-serif;
	margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.contact-left div:nth-child(2)::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 3px solid #C9C9C9;
    border-right: 3px solid #C9C9C9;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.contact-left div:nth-child(2)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 87%;
    width: 82px;
    height: 107px;
    background: url(images/icons.png);
    background-position: -190px -320px;
}

.contact-left div {
    color: #444444;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.contact-right {
    border-left: 1px solid #232E4C;
    padding: 45px 0;
    padding-left: 70px;
}
.form-left input, .form-right textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #232E4C;
    font-size: 17px;
    color: #212E4E;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 14px 0;
    resize: none;
    height: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.form-left input::-webkit-input-placeholder{
    opacity: 1;
}
.form-left input::-moz-placeholder{
    opacity: 1;
}
.form-left input:-ms-input-placeholder{
    opacity: 1;
}
.form-left input::-ms-input-placeholder{
    opacity: 1;
}
.form-left input::placeholder{
    opacity: 1;
}
.form-left input:focus, .form-right textarea:focus{
    outline: none;
    background: #fff;
    padding-left: 10px;
}
.contact-right form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
    position: relative;
}
.contact-right input[type="submit"] {
    background: #212E4E;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    padding: 12px 18px;
    border: none;
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 14px 24px rgb(78 155 188 / 24%);
            box-shadow: 0 14px 24px rgb(78 155 188 / 24%);
    cursor: pointer;
}
.contact-right p {
    padding-top: 36px;
}
p.smallp {
    font-size: 14px;
    text-transform: initial;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
}

/*START FOOTER AREA*/
.ft_col1, .ft_col1 a{
    color: #fff;
	line-height: 28px;
}
.addressparts div {
    display: inline;
    color: #fff;
    font-size: 16px;
}
.ft_col1 a {
    /*margin-bottom: 20px;*/
}
.foothead {
    text-transform: uppercase;
    padding-bottom: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 28px;
}
.footer-first-top ul li:first-child {
    text-transform: uppercase;
    padding-bottom: 40px;
}
.profileblock {
    max-width: 1000px;
    margin: auto;
    padding: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 20px;
    line-height: 32px;
    overflow: hidden;
    display: block;
    width: 100%;
    font-weight: 300;
	box-shadow: 0 12px 36px 0 rgb(96 112 128 / 10%);
}
.drprofile .profileblock img {
    float: left;
    margin: 4px 30px 0px 0px;
    height: auto;
    border-radius: 0px;
}
.drprofile .profileblock p {
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 22px;
}
footer.footer-area {
    background: #212E4E;
}
.upper-footer{
    background: #16213C;
    padding: 55px 0;
}
.upper-footer-content{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}
.upper-footer-content div{
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
.creadit-text {
    background: #16213C;
    padding: 30px 0;
    text-align: center;
}
.creadit-text p{
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}
.creadit-text p a{
    color: #fff;
    text-decoration: underline;
}
.footer-top {
    padding: 55px 0;
}
.footer-top ul li {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 28px;
}
.footer-top ul li a{
    color: #fff;
}
.footer-top ul li a:hover{
    text-decoration: underline !important;
}
.footer-first-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
}
.footer-secound-top {
    padding-top: 75px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 60px;
}
.footer-secound-top p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}
.footer-secound-top a{
    text-decoration: underline;
    color: #fff;
}
.footer-secound-top img{
    margin-bottom: 15px;
}
.map-content-slid a{
    position: relative;
    margin-top: 10px;
}
.map-content-slid > img {
    margin: auto;
    width: 205px;
    height: 75px;
}
.map-content-slid a.acco {
    width: 110px;
    height: 75px;
}
.dmca {
    width: 125px;
    height: 25px;
    background: url(images/icons.png);
    background-position: -106px 0;
    margin-top: 30px;
}



/******************************************************************
                          Inner Pages Design
/******************************************************************/
.inner-banner-area {
    background: var(--color);
    text-align: center;
    padding: 35px 0 35px;
    position: relative;
    z-index: 9;
}
.inner-banner-area h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 500;
    line-height: 60px;
}
.inner-banner-area p {
    color: #fff;
    padding-top: 20px;
	font-size: 14px;
}
.inner-banner-area p a {
    color: #fff;
}
.inner-banner-bottom-content {
    background: rgba(33,46,78,0.08);
}
.inner-banner-bottom-content div.vcard.author.published-date {
    color: #212E4E;
    padding: 8px 0;
    font-size: 14px!important;
	font-weight: 300;
    display: block;	
	font-family: Arial;
}
.inner-banner-bottom-content div.vcard.author.published-date div{
	display: contents;
	font-size: 14px;
    color: #212E4E;
}
.page-contact-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48% 52%;
    grid-template-columns: 48% 52%;
}
.page-contact-left {
    padding: 80px 80px;
    background: var(--color);
}
.page-contact-left a {
    color: #fff;
    text-decoration: underline;
}
.page-contact-content h2 {
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    font-weight: 400;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.page-contact-content h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #fff;
}
.page-contact-right h2 {
    color: var(--color);
}
.page-contact-right h2::after{
    background: var(--color);
}
.page-contact-right{
    padding-left: 90px;
    padding-top: 90px;
}
.page-contact-content p{
    padding-bottom: 26px;
}
.page-contact-left p{
    color: #fff;
}
.page-contact-right a{
    text-decoration: underline;
    color: #054ADA;
}
.page-contact-left input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 17px;
    padding: 36px 0;
    margin-top: 25px;
    font-family: 'Roboto', sans-serif;
}
.page-contact-left input::-webkit-input-placeholder{
    opacity: 1;
    color: #fff;
}
.page-contact-left input::-moz-placeholder{
    opacity: 1;
    color: #fff;
}
.page-contact-left input:-ms-input-placeholder{
    opacity: 1;
    color: #fff;
}
.page-contact-left input::-ms-input-placeholder{
    opacity: 1;
    color: #fff;
}
.page-contact-left input::placeholder{
    opacity: 1;
    color: #fff;
}
.page-contact-left input:focus{
    outline: none;
}
input.common-btn.white-btn {
    border: none;
    background: #fff;
    color: #212E4E;
    cursor: pointer;
}
.page-contact-right h3,
.map-con-wraper h3{
    font-size: 30px;
    padding-bottom: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #212E4E;
}
.map-con-wraper ul li h3 a {
	 font-size: 22px;
	 color: #212E4E;
}
.page-map iframe{
    width: 100%;
    height: 500px;
    margin: 80px 0;
}
.page-contact-right p div {
    text-transform: uppercase;
    color: #39699A;
    font-weight: 700;
    font-size: 18px;
}
.page-contact-right ul li {
    display: block;
    margin-left: 30px;
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #444444;
}
.page-contact-right ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #436996;
    border-right: 1px solid #436996;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: 0;
    margin: auto;
}
.map-con-wraper {
    margin: auto;
}
.map-con-wraper p{
    padding-bottom: 28px;
}
.map-con-wraper ul li {
    display: block;
    margin-bottom: 15px;
}
.map-con-wraper ul li a{
    text-decoration: underline;
    color: #054ADA;
}
.lists{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding: 0px 0 10px;
}
.lists ul {
    padding: 10px 20px 10px 40px;
}
ul.lists.ulgrid {
	border-left: 2px solid rgba(33,46,78,0.2);
    padding: 55px 0 40px 38px;
	background-color: #f7f7f7;
}
ul.twoColUl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.map-con-wraper img{
    margin-bottom: 10px;
}
.disclimer-area {
    background: rgba(146,150,172,0.08);
    margin-top: 60px;
}
.disclaimer-wrap{
    padding: 90px 0;
    max-width: 760px;
    margin: auto;
}
.disclaimer-wrap strong{
    display: block;
	margin-bottom: 10px;
}
.disclaimer-wrap p {
    font-size: 16px;
}
.implants-dental-content {
    max-width: 890px;
    background: var(--color);
    margin-left: auto;
    padding: 118px 68px 128px 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.implants-dental-content h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    line-height: 60px;
}
.implants-dental-content p{
    color: #fff;
    padding-top: 35px;
}
.implants-dental-content p a{
    color: #fff;
    text-decoration: underline;
}
.implants-dental-content img{
    margin-top: 40px;
}
.implants-dental-content h2 div {
    font-size: 22px;
}
.page-all-reviews{
    padding-top: 160px;
}
.single-page-review {
    max-width: 760px;
    margin: auto;
    text-align: center;
    padding: 140px 70px 40px 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 99px rgba(33,46,78,0.06);
            box-shadow: 0 0 99px rgba(33,46,78,0.06);
    margin-bottom: 95px;
    position: relative;
}
.single-page-review::before {
    content: "★★★★★";
    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(images/icons2.svg);
    background-position: -250px 0;
}
.single-page-review:nth-child(2n):after {
    left: unset;
    right: -87px;
    -webkit-transform: rotate(180deg) rotateX(180deg);
            transform: rotate(180deg) rotateX(180deg);
}
.single-page-review p {
    font-style: italic;
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 28px;
    font-family: Times New Roman;
}
.single-page-review strong {
    padding-top: 110px;
    display: block;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}
.single-page-review strong::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    bottom: 40px;
}
.single-page-review.google strong::after{
    background: url(images/google.svg) no-repeat center;
    background-size: contain;
}

.single-page-review.zocdoc strong::after{
    background: url(images/zocdoc.svg) no-repeat center;
    background-size: contain;
}
.review-bottom-content {
    max-width: 760px;
    margin: auto;
}
.review-bottom-content p {
    padding-bottom: 48px;
}
.internationally-recognized {
    background: #F2F3F5;
    position: relative;
    margin: 70px 0 100px 0;
}
.internationally-recognized-con {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 800px;
    right: 50px;
    background: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.internationally-recognized-con p:first-child{
    padding-bottom: 58px;
}
.schedule-area{
    position: relative;
    z-index: 2;
	border-bottom: 1px solid #45557a;
}
.schedule-area::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: var(--color);
    z-index: -1;
}
.schedule-area::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(images/schedule.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
}
.schedule-left{
    padding: 155px 0;
    max-width: 50%;
}
.schedule-left div {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(33,46,78,0.37);
	text-transform: uppercase;
}
.schedule-left div strong{
    text-transform: uppercase;
}
.schedule-left ul li a{
    font-size: 27px;
    color: #fff;
    padding-left: 65px;
    position: relative;
    margin-right: 30px;
	margin-bottom: 15px;
    font-family: var(--it400);
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.schedule-left ul li a:hover{
    color: #000;
}
.schedule-left ul li a::before, .schedule-left ul li button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 65px;
    height: 50px;
    background: url(images/icons2.svg);
    background-position: -459px -165px;
}
.schedule-left ul li:nth-child(2) a{
    padding-left: 80px;
}
.schedule-left ul li:nth-child(2) a::before {
    width: 65px;
    background-position: -382px -165px;
}
.disclimer-area.white-area{
    margin-top: 0;
    background: #fff;
}
.inner-page-wraper h2 {
	font-size: 36px;
    line-height: 60px;
    color: var(--color);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-align: left;
    font-weight: 400;
    font-family: var(--it400);
	margin-left: auto;
    margin-right: auto;
	max-width:760px;
}
.inner-page-wraper h2:nth-child(1) {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.inner-page-wraper h2:before {
    content: "";
    /*display: block;*/
    clear: both;
}
.inner-page-wraper h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #bbb;
    width: 100px;
    height: 1px;
    margin: auto;
    display: block;
    clear: both;
	max-width: 760px;
}
.inner-page-wraper figure {
    margin: 0 auto;
    margin-bottom: 50px;
    min-width: 100%;
}
.inner-page-wraper figure img {
    width: 100%;
    height: auto;
	max-width: 902px;
}
.inner-page-wraper figure figcaption {
    max-width: 760px;
    margin: auto;
    line-height: 26px;
    text-align: center;
    font-style: italic;
    color: #777;
    font-size: 16px;
	font-weight: 300;
}
.inner-page-wraper p {
    max-width: 760px;
    margin: auto;
    padding-bottom: 28px;
    line-height: 28px;
}
.inner-page-wraper p:active {
  background: #eee;
}
.banner-right p:active { background: #212837;}
.about-main-content p:active { background: #212837;}
.certified-dental-content p:active { background: #212837;}
.painless-dentistry-area p:active { background: #212837;}
.advanced-tec-content p:active { background: #eeeeee;}
.techonology-area p:active { background: #eeeeee;}
.tab-inner-content p:active { background: #eeeeee;}
.state-of-art-area p:active { background: #eeeeee;}
.single-review p:active { background: #eeeeee;}
.implants-dentistry-area p:active { background: #eeeeee;}
.inner-page-wraper p a{
    text-decoration: underline;
/*     color: #054ADA; */
}
.inner-page-wraper a, .inner-page-wraper ul li a {
    text-decoration: underline;
/*     color: #1a73e8; */
	font-weight: 500;
	transition: color .3s ease;
    display: contents;
}
.inner-page-wraper.inner-page-content a, .inner-page-wraper.inner-page-content ul li a{
    text-decoration: underline;
/*     color: #1a73e8; */
	font-weight: 500;
	transition: color .3s ease;
    display: initial;
}
.before-after-gallery-wrap{
    padding-top: 100px;
}
.single-before-after-gallery {
    margin-bottom: 60px;
}
.single-before-after-gallery h5 {
    text-align: center;
    font-size: 30px;
    font-family: var(--it400);
    color: #212E4E;
    padding-bottom: 30px;
}
.twentytwenty-container img {
    width: 100%;
}
.single-before-after-gallery > div {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding: 30px 0 40px;
    border-bottom: 1px solid #707070;
}
.white-inner-bottom{
    background: #f8f8f8;
}
.inner-page-wraper img.alignright {
    float: right;
    padding: 0px;
	margin: 10px 0px 20px 30px;
}
.inner-page-wraper img.alignleft{
    float: left;
    padding: 0 20px 20px 120px;
}
.top-div {
    max-width: 1000px;
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 90px 120px 70px 120px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.inner-page-wraper.inner-page-content {
    padding-top: 40px;
	background: #ffffff;
	padding-right: 50px;
    padding-left: 50px;
	/*box-shadow: 0 12px 36px 0 rgb(96 112 128 / 10%);;*/
}
.inner-page-wraper.inner-page-content::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 900px;
    /*background: -o-linear-gradient(top, #212E4E, rgba(33,46,76,0));
    background: -webkit-gradient(linear, left top, left bottom, from(#212E4E), to(rgba(33,46,76,0)));
    background: linear-gradient(to bottom, #212E4E, rgba(33,46,76,0));*/
    z-index: -1;
    opacity: 0.05;
}
blockquote.smbquote { 
    float: left;
    width: 45%;
}
blockquote {
    max-width: 1000px;
    margin: auto;
    background: #fff;
    padding: 32px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    display: block;
    width: 100%;
    font-weight: 500;
    border-left: 2px solid #1e2d50;
    border-bottom: 2px solid #1e2d50;
}
section.inner-page-content-area blockquote p {
	font-style: italic;
	padding-bottom: 20px;
	max-width: 1000px;
}
section.inner-page-content-area {
	/*background: #fcfcfc;*/
}
.clearboth{
	clear: both;
}
/*blockquote::before{
	content: "";
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 50%;
    background: #d7d7d7;
}*/
blockquote::after{
    content: "";
    background: url(/wp-content/uploads/2021/10/quote.jpg);
    position: absolute;
    left: -17px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    z-index: 999;
    overflow: visible;
}
blockquote + h2{
    padding-top: 70px;
}
.inner-page-wraper blockquote img.alignright {
    float: right;
    padding: 0px 0px 0px 30px;
}
.inner-page-wraper p + blockquote{
    margin-top: 42px;
	margin-bottom: 42px;
}
.inner-page-wraper blockquote + p{
    margin-top: 70px;
}
.inner-page-wraper p + h2{
    margin-top: 42px;
}
.inner-page-wraper iframe + p{
    padding-top: 70px;
}
.inner-page-wraper iframe {
    margin: auto;
    display: block;
    max-width: 760px;
    width: 100%;
    margin-top: 42px;
    height: 450px;
}
.inner-page-wraper > img {
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    display: block;
	height: auto;
}
.inner-page-wraper p + .imgWrap {
    margin-top: 70px;
}
.imgWrap {
    position: relative;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.imgWrap img {
    width: 100%;
    height: auto;
}
.imgWrap::before{
    content: "";
    background: url(images/teath.svg) no-repeat center;
    width: 52px;
    height: 52px;
    background-size: contain;
    top: -26px;
    left: -26px;
    position: absolute;
}
.inner-page-wraper .imgWrap + p{
    margin-top: 70px;
}
.inner-page-wraper .imgWrap + blockquote{
    margin-top: 80px;
}
.inner-page-wraper ul + h2{
    margin-top: 40px;
}
p + .inner-choose-review {
    margin-top: 70px;
}
.inner-choose-review + h2{
    margin-top: 70px;
}
.inner-page-wraper h3 {
	font-size: 28px;
    line-height: 40px;
    color: var(--color);
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 400;
    font-family: var(--it400);
}
.inner-page-wraper ul, .inner-page-wraper h3, .colnop ul {
    max-width: 760px;
    margin: auto;
}
.treatment-slider-wraper > h3 {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0px;
    font-size: 32px;
    line-height: 60px;
    color: var(--color);
    position: relative;
    /* padding-bottom: 30px; */
    /* margin-bottom: 50px; */
    text-align: center;
    font-weight: 400;
    font-family: var(--it400);
}
.treatment-slider-wraper {
    overflow: hidden;
}
.inner-page-wraper div.faq-title {
    font-size: 38px;
    line-height: 60px;
    color: var(--color);
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 400;
    font-family: var(--it400);
}
section.sec10.fl.faq div div p {
    margin-left: 120px;
    border-left: 2px solid;
    padding-left: 40px;
    padding-bottom: 25px;
}
section.sec10.fl.faq div div p:last-child {
	padding-bottom: 0px;
}
section.sec10.fl.faq div div h3 {
    padding-top: 40px;
}
section.sec10.fl.faq div div:last-child {
    margin-bottom: 30px;
}
.inner-page-wraper div.faq-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color);
    width: 100px;
    height: 1px;
    margin: auto;
    display: block;
    clear: both;
}
.inner-page-wraper > ul li, .colnop ul li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 10px;
    position: relative;
    padding-left: 60px;
    display: block;
	color: #444;
}
.inner-page-wraper > ul.exp-list li:nth-child(n+5):nth-child(-n+500) {
    display: none;
}
.inner-page-wraper > ul.exp-list.show-exp li {
    display: block !important;

}
button.show-more-li-tt {
    position: relative;
    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: left;
}
ul.exp-list.show-exp button.show-more-li-tt {
    transform: rotate(-225deg);
    transform-origin: center;
}

button.show-more-li {
    border: none;
    background: transparent;
    font-size: 22px;
    letter-spacing: -2px;
    margin-left: 32px;
}
button.show-more-li:before {
    content: "• • •";
    background-color: transparent;
}
ul.exp-list.show-exp button.show-more-li:before {
    display: none;
}
ul.exp-list.show-exp button.show-more-li {
    position: relative;
    width: 10px;
    height: 10px;
    background: transparent;
    border: none;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-225deg);
    transform-origin: right;
    margin-left: 26px;
}
.inner-page-wraper > ul li.exp-title {
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
}
.inner-page-wraper > ul li:before {
}
ul.exp-list li a {
    color: #666;
    letter-spacing: -0.30px;
    font-size: 14px;
    border-left: 1px solid #DBDBDB;
    padding: 5px 0;
    padding-left: 15px;
    font-weight: 300;
    text-decoration: none;
}
ul.exp-list li {
    padding: 0px;
}

img.size-full {
    margin-bottom: 50px;
}
.inner-page-wraper ul, .colnop ul {
    margin-bottom: 20px;
}
.inner-page-wraper > ul li::before, .colnop ul li::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #436996;
    border-right: 1px solid #436996;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.inner-page-wraper div.faq-block ul{
	padding-top: 30px;
}
.inner-page-wraper div.faq-block ul li{
	    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 10px;
    position: relative;
    padding-left: 60px;
    display: block;
	color: #444;
}
.inner-page-wraper div.faq-block ul li::before{
	    content: "";
    position: absolute;
    left: 30px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #436996;
    border-right: 1px solid #436996;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.inner-page-wraper section.sec10.fl.faq div div h3, .inner-page-wraper section.sec10.fl.faq div div h2 {
    padding-top: 40px;
    max-width: 760px;
    margin: auto;
    color: var(--color);
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 45px;
    font-family: 'Roboto', sans-serif;
	text-align: left;
}

.inner-page-wraper li a{
    text-decoration: underline;
}
.inner-page-wraper {
    padding-bottom: 70px;
}
.sidebar {
    position: sticky;
    top: 142px;
    max-width: 350px;
    width: 100%;
    z-index: 99;
    float: right;
    left: 100%;
    margin-right: -36%;
    margin-top: 90px;
    padding: 15px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	background: #fefefe;
}
.sidebar li {
    display: block;
}
.sidebar a {
    color: #444444;
    letter-spacing: -0.30px;
    font-size: 14px;
    opacity: 0.5;
    border-left: 1px solid #DBDBDB;
    padding: 5px 0;
    padding-left: 15px;
	font-weight: 400;
	font-family: sans-serif;
}
.sidebar a.active-mnu, .sidebar a:hover{
    opacity: 1;
    border-left: 1px solid #000000;
	font-weight: 400;
	font-family: sans-serif;
}
.all-section-wrap .sidebar {
    margin-right: 0%;
}
.content-inner-page-wraper {
    max-width: 1000px;
    margin: auto;
    position: relative;
}
.sidebar div {
    color: #000000;
    font-size: 18px;
    padding-bottom: 20px;
}
.implants-dental-wraper{
    position: relative;
}
.navid-img-area {
    position: absolute;
    top: 0;
    left: 0;
}
.navid-img-area img{
    max-width: 430px;
}
.navid-details {
    background: rgba(57,105,154,0.89);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.navid-details i {
    color: #FF690F;
    font-style: normal;
    font-size: 23px;
}
.navid-details strong {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    font-family: var(--it500);
    line-height: 40px;
    padding: 5px 0 5px;
}
.navid-details div {
    color: #fff;
    font-family: var(--it400);
    font-size: 20px;
}
.trainng-dental-area{
    position: relative;
    z-index: 2;
    margin: 130px 0 120px;
}
.trainng-dental-area > img{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.trainging-wraper{
    padding-top: 80px;
}
.trainging-dental-content {
    max-width: 680px;
    margin-left: auto;
    background: #fff;
    padding: 90px 0 0px 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.trainging-dental-content::before {
    content: "";
    position: absolute;
    left: -105px;
    top: 135px;
    width: 200px;
    height: 200px;
    background: url(images/icons2.svg);
}
.trainging-dental-content h2 {
    color: var(--color);
    font-size: 46px;
    line-height: 60px;
    font-weight: 400;
    padding-bottom: 25px;
    margin-bottom: 40px;
    position: relative;
}
.trainging-dental-content h2::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color);
    width: 100px;
    height: 1px;
    margin: auto;
}
.trainging-dental-content p:last-child {
    padding-top: 25px;
}
section.advanced-dental-implants {
    background: rgba(143,150,172,0.08);
    padding-top: 100px;
}
.implants1{
    padding-bottom: 70px;
}
.all-dental-implants-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
}
.single-dental-implants {
    background: var(--color);
}
.single-dental-implants div {
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding: 23px 0 34px 60px;
}
.single-dental-implants p {
    color: #fff;
    padding: 45px 55px;
}
section.all-dental-implants {
    margin-top: -40px;
    margin-bottom: -40px;
}
.single-techonology {
    margin: 0 15px;
}
.treatment-slider-wraper .slick-list {
    padding-bottom: 200px;
}
.inner-page-wraper h6 {
    background: var(--color);
    color: #fff;
    text-align: center;
    font-size: 50px;
    line-height: 70px;
    font-weight: 400;
    font-family: var(--it400);
    padding: 35px 15px;
    margin: 60px 0 90px;
}
.choose-review-content {
    max-width: 1000px;
    margin: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
section.choose-review-area {
    background: var(--color);
    padding: 50px 0;
}
.choose-review-right {
    background: #fff;
    padding: 60px 80px;
}
.choose-review-right .all-reviews .slick-dots {
    position: unset;
    padding-top: 65px;
}
.choose-review-right .slick-slider {
    margin-bottom: 70px;
}
.choose-review-content h2 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    line-height: 50px;
}
.choose-review-content h2 div {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    padding-bottom: 10px;
}
.choose-review-right .single-review p{
    position: relative;
}
.choose-review-right .single-review p::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 170px;
    width: 32px;
    height: 32px;
    background: url(images/google.svg) no-repeat center;
    background-size: contain;
}
.choose-review-right .single-review {
    padding-top: 10px;
}
.fullWidthContainer {
    width: 100%;
    margin: 0 auto;
}
.inner-choose-review {
    background: var(--color);
    padding: 50px 0;
    margin-bottom: 70px;
	margin-top: 10px;
}
.inner-choose-review li::before{
    display: none;
}
.input-sbumit{
    position: relative;
    margin-top: 120px;
}
.input-sbumit::before {
    content: "";
    width: 7px;
    height: 13px;
    background: #212e4e;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.input-sbumit .common-btn{
    margin-top: 0;
}
.input-sbumit .common-btn:before{
    display: none;
}
.all-before-after-gallery {
    margin-top: 100px;
}
.internationally-recognized img {
    width: 500px;
}
.header-top p div{
    display: inline;
}
.treatment-slider-wraper .slick-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.menu-close {
    width: 62px;
    height: 62px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    cursor: pointer;
}
.menu-close::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 1px;
    background: #000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: 0;
    margin: auto;
    right: 0;
}
.menu-close::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 1px;
    background: #000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 0;
    margin: auto;
    right: 0;
}
.menu-area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10% 90%;
    grid-template-columns: 10% 90%;
    padding: 0;
}
.menu-header {
    text-align: center;
    background: var(--bg);
    padding-top: 80px;
}
.menu-area > ul {
    padding-top: 80px;
    max-width: 800px;
    padding-left: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
a.dt-single-image {
    display: block;
}
img.alignnone {
    width: 100%;
    height: auto;
}
.inner-page-wraper blockquote + h2 {
    margin-top: -30px;
}

.colnop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    max-width: 760px;
    margin: 0 auto;
}
ul.exp-list {
    display: none;
}
section.gallery-area img{
	margin: 0 auto;
	max-width: 1024px;
    height: auto;
}
.gallery-content .slick-list {
    max-height: 792px;
}
.widget_tag_cloud {
    margin-bottom: 50px;
}
.blog-page-area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 50px;
}
.blog-post-wraper {
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    padding-right: 60px;
}
.single-blog-post {
    width: 100%;
    position: relative;
}
.blog-post-thumb a {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
    background-color: #efefef;
    margin-bottom: 20px;
}
.post-info p {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    color: #631c65;
}
.blog-post-info > a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
    color: #000;
    min-height: 80px;
    position: relative;
}
.blog-post-exerp a {
    margin-top: 40px;
    background-color: #000;
    padding: 7px 25px 7px 55px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-family: 'Lato', Sans-serif;
    position: relative;
}
.blog-post-exerp a::before {
    content: "→ ";
    width: 20px;
    height: 20px;
    position: absolute;
    display: inline;
    bottom: 0px;
    top: 0px;
    left: 20px;
    margin: auto;
}
.on-blog-post-every {
    width: 80%;
}
.blog-sidebar {
    width: 20%;
    position: sticky;
    top: 170px;
}
.widget {
    padding-top: 15px;
}
.widget ul {
    padding-left: 15px;
}
li.cat-item, .wp-block-archives-list li {
    display: block;
}
li.cat-item a, .wp-block-archives-list li a {
    color: #333;
    margin: 5px 0px;
	font-size: 14px;
}
div.lists div ul li {
    display: block;
    line-height: 40px;
}
div.lists div h3 {
    text-align: left;
    padding-left: 40px;
}
div.lists div ul {
    padding: 20px 0px 30px 40px;
    min-height: 120px;
}
.lists.inner{
	margin: 0 120px;
}
.lists ul li {
    display: list-item;
    padding: 10px 0px;
    list-style: disc;
    padding-left: 10px;
}

.inner-page-wraper figure.alignright {
	min-width: 320px;
    float: right;
    padding: 0px;
    margin: 0 0 20px 20px;
}
.schedule-content .schedule-left h2 {
    color: #fff;
    padding-left: 20px;
    padding-bottom: 20px;
}
.footer-comp-holder {
	display: flex;
}
.footer-comp-holder a {
	width: 20px;
    height: 20px;
    margin: 0px 0 0 15px !important;
    padding: 0;
	transition: rotate .3s;
}
.footer-comp-holder a img {
	margin: 0;
    filter: invert(99%) sepia(99%) saturate(0%) hue-rotate(165deg) brightness(107%) contrast(101%);
}
.footer-comp-holder a:hover {
	transform: rotate(5deg);
	transition: rotate .3s;
}
@media all and (max-width: 1810px){
    .all-plans .single-plans {
        margin-left: 0;
    }
    .plan-img {
        width: 200px;
        height: 200px;
        background-size: 1600px;
        border: 10px solid #fff;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
    }
    .single-plans:nth-child(1) .plan-img {
        background-position: 0px -11px !important;
    }
    .single-plans:nth-child(2) .plan-img{
        background-position: -206px -10px !important;
    }
    .single-plans:nth-child(3) .plan-img{
        background-position: -407px -5px !important;
    }
    .single-plans:nth-child(4) .plan-img{
        background-position: -609px -7px !important;
    }
    .single-plans:nth-child(5) .plan-img{
        background-position: -813px -7px !important;
    }
    .single-plans:nth-child(6) .plan-img{
        background-position: -1003px -2px !important;
    }
    .single-plans:nth-child(7) .plan-img{
        background-position: -1211px -8px !important;
    }
    .single-plans:nth-child(8) .plan-img{
        background-position: -1412px -2px !important;
    }
    .all-plans .single-plans:first-child{
        margin-left: 0;
    }
    .all-plans .single-plans::before {
        left: -7px;
        top: -56px;
    }



}
/*1810 END*/

@media all and (max-width: 1600px){
    .header-top p div{
        font-size: 12px;
    }
    .all-plans .single-plans {
        margin-left: -20px;
    }
    .all-plans .single-plans:first-child{
        margin-left: 0;
    }
    .header-top p {
        font-size: 14px !important;
    }
    .header-top p:first-child {
        margin-right: 40px;
    }
    .header-top p:nth-child(4) a {
        font-size: 14px;
    }
    .header-top p:nth-child(3) a {
        margin-right: 30px;
    }
    .logo-area img {
        max-width: 300px;
    }
    .banner-left h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .banner-left h2 {
        font-size: 18px;
        line-height: 28px;
        max-width: 630px;
        padding-bottom: 6px;
        margin-bottom: 24px;
        padding-top: 10px;
    }
    .banner-left p {
        font-size: 20px;
        max-width: 630px;
        line-height: 28px;
    }
    .banner-area {
        padding: 90px 0 100px;
    }
    .about-main-content h2 {
        font-size: 20px;
        padding-bottom: 25px;
    }
    .about-main-content h2 div {
        font-size: 28px;
    }
    .about-main-content p {
        padding-bottom: 14px;
        font-size: 15px;
        line-height: 26px;
    }
    .dr-img img {
        max-width: 300px;
    }
    .about-main-content {
        max-width: 80%;
        padding: 50px 60px 50px 150px;
    }
    .review-btns a {
        width: 240px;
        min-width: 200px;
        height: 100px;
        font-size: 12px;
    }
    .about-content-wrap {
        -ms-grid-columns: auto 160px;
        grid-template-columns: auto 160px;
    }
    .review-btns a::before {
        top: 2px;
        -webkit-transform: scale(.7);
            -ms-transform: scale(.7);
                transform: scale(.7);
    }
    .about-area {
        border-bottom: 5px solid #8F96AC;
    }
    .implants-area {
        padding-top: 70px;
    }
    .sec-title h2 {
        font-size: 30px;
        padding-bottom: 26px;
        margin-bottom: 30px;
    }
    .sec-title p {
        max-width: 970px;
        font-size: 15px;
        line-height: 24px;
    }
    .acc__title {
        padding: 24px 0;
        font-size: 20px;
    }
    .inner-title h2 {
        font-size: 25px;
        padding-bottom: 20px;
    }
    .acc__panel {
        padding: 30px;
    }
    .tab-inner-content img {
        margin-right: 25px;
        margin-bottom: 25px;
    }
    .tab-inner-content p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 16px;
    }
    .tab-inner-content ul li {
        padding-bottom: 5px;
        margin-left: 30px;
        line-height: 26px;
        font-size: 16px;
    }
    .tab-inner-content ul li::before {
        top: 7px;
    }
    .why-choose-area {
        padding: 60px 0;
    }
    .why-choose-area .sec-title h2 {
        padding-bottom: 12px;
        font-size: 36px;
    }
    .why-choose-area .sec-title p {
        font-size: 18px;
    }
    .sec-title {
        padding-bottom: 35px;
    }
    .single-reason p {
        max-width: 400px;
        padding: 10px 22px;
        font-size: 14px;
        line-height: 24px;
    }
    .single-reason::after {
        top: 6px;
        width: 438px;
    }
    .certified-dental-content {
        padding: 40px 30px;
    }
    .certified-dental-content h2 {
        font-size: 26px;
        line-height: 40px;
        padding-bottom: 20px;
    }
    .certified-dental-content ul li {
        font-size: 16px;
        padding-bottom: 12px;
        padding-left: 23px;
    }
    .certified-dental-content p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 16px;
    }
    .single-count p div {
        font-size: 14px;
    }
    .single-count p {
        font-size: 30px !important;
    }
    .state-of-art-area {
        padding: 60px 0;
    }
    .big-title h2 {
        line-height: 40px;
    }
    .state-of-art-area .sec-title h2::after {
        width: 744px;
    }
    .all-plans {
        padding-top: 90px;
    }
    .plan-name {
        font-size: 14px;
        padding-top: 50px;
        line-height: 22px;
    }
    .techonology-area {
        padding: 60px 0;
    }
    .single-techonology h3 {
        font-size: 15px;
        line-height: 25px;
        padding-bottom: 180px;
    }
    .single-techonology::before {
    top: 25px;
        -webkit-transform: scale(.7);
            -ms-transform: scale(.7);
                transform: scale(.7);
    }
    .single-techonology {
        padding-top: 140px;
    }
    .single-techonology img {
        top: 220px;
        -webkit-transform: scale(.6) translate(0,-150px);
            -ms-transform: scale(.6) translate(0,-150px);
                transform: scale(.6) translate(0,-150px);
    }
    .tec-bottom-content p {
        font-size: 15px;
        line-height: 24px;
        max-width: 80%;
        margin: auto;
    }
    .sec-padd {
        padding: 60px 0;
    }
    .contact-btns p {
        line-height: 22px !important;
    }
    .tec-right h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .tec-right h2 div {
        font-size: 15px;
        padding-bottom: 5px;
        padding-top: 18px;
    }
    .tec-right h3 {
        font-size: 16px;
        padding: 10px 0 20px;
    }
    .tec-right p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .meet-doctor-area h2 {
        padding-top: 550px;
        font-size: 40px;
    }
    .gallery-content {
        max-width: 900px;
    }
    .gallery-area .slick-dots {
        width: 100%;
        margin-top: 34px;
        margin-bottom: 30px;
    }
    .slick-dots li {
        width: 60px;
        margin: 0 5px;
    }
    .common-btn {
        font-size: 14px;
        padding: 20px 30px;
    }
    .single-review p {
        font-size: 14px;
        line-height: 24px;
        padding-top: 50px;
    }
    .patient-choose-area .common-btn {
        margin-top: 50px;
    }
    .patient-choose-area {
        padding-bottom: 60px;
    }
    .painless-dentistry-content div {
        font-size: 16px;
    }
    .painless-dentistry-content h2 {
        font-size: 30px;
        line-height: 45px;
        max-width: 52%;
        margin: auto;
    }
    .painless-dentistry-content p {
        font-size: 15px;
        line-height: 26px;
        padding: 24px 0 30px;
        max-width: 68%;
        margin: auto;
    }
    .implants-dentistry-content h2 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 14px;
    }
    .implants-dentistry-content p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 15px;
    }
    .implants-dentistry-content {
        padding: 40px 0 40px 36px;
    }
    .certicicate-area img {
        max-width: 48%;
    }
    .upper-footer-content div {
        font-size: 14px;
    }
    .upper-footer {
        padding: 30px 0;
    }
    .footer-top ul li {
        font-size: 14px;
        line-height: 28px;
    }
    .footer-secound-top p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .map-content-slid a {
        margin-top: 28px;
    }
    .creadit-text p {
        font-size: 12px;
    }
    .about-top-text p {
        max-width: 100%;
    }
    .acc__title::before {
        right: 48px;
        height: 36px;
    }
    .acc__title::after {
        width: 36px;
    }
    .menu-area li a, .menu-area li button {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .single-office-image.slick-center img {
        margin: 0px 0px;
    }
    p{
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .inner-banner-area h1 {
        font-size: 36px;
        line-height: 48px;
    }
    .inner-banner-area p {
        color: #fff;
        padding-top: 10px;
    }
    .navid-img-area img {
        max-width: 330px;
    }
    .navid-img-area {
        left: 70px;
    }
    .implants-dental-content h2 {
        font-size: 36px;
        line-height: 50px;
    }
    .implants-dental-content h2 div {
        font-size: 16px;
    }
    .implants-dental-content {
        padding: 60px 40px 70px 170px;
    }
    .trainging-dental-content h2 {
        font-size: 36px;
        line-height: 42px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .trainging-dental-content::before {
        left: -50px;
        top: 135px;
        width: 100px;
        height: 100px;
        background-size: 269px;
    }
    .trainging-dental-content {
        padding: 55px 0 0px 88px;
    }
    .choose-review-content h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .choose-review-content h2 div {
        font-size: 15px;
        padding-bottom: 0;
    }
    .choose-review-right {
        padding: 40px 50px;
    }
    .choose-review-content {
        -ms-grid-columns: 40% 60%;
        grid-template-columns: 40% 60%;
    }
    .choose-review-right .slick-slider {
        margin-bottom: 30px;
    }
    .choose-review-right .all-reviews .slick-dots {
        padding-top: 35px;
    }
    blockquote {
        font-size: 16px;
        line-height: 26px;
    }
    blockquote::before {
        width: 8px;
        height: 120px;
    }
    .inner-page-wraper h2 {
        font-size: 36px;
        line-height: 50px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .inner-page-wraper h6 {
        font-size: 30px;
        line-height: 40px;
        padding: 20px 15px;
        margin: 30px 0 60px;
    }
    .schedule-left div {
        font-size: 36px;
        margin-bottom: 15px;
        line-height: 48px;
    }
    .schedule-left ul li a {
        font-size: 18px;
        padding-left: 70px;
        margin-right: 24px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .schedule-left ul li a::before, .schedule-left ul li button::before {
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7);
    }
    .schedule-left {
        padding: 100px 0;
    }
    .schedule-left ul li:nth-child(2) a {
        padding-left: 70px;
    }
    .page-contact-content h2 {
        font-size: 34px;
        line-height: 48px;
        padding-bottom: 20px;
    }
    .page-contact-right {
        padding-left: 40px;
        padding-top: 60px;
    }
    .page-contact-left {
        padding: 60px 50px;
    }
    .page-contact-left input {
        font-size: 15px;
        padding: 20px 0;
        margin-top: 15px;
    }
    .input-sbumit {
        margin-top: 52px;
    }
    .page-contact-right h3, .map-con-wraper h3 {
        font-size: 24px;
        padding-bottom: 16px;
    }
    .internationally-recognized img {
        width: auto;
    }
    .small-container {
        max-width: 1000px;
    }
    .internationally-recognized {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 35% 65%;
        grid-template-columns: 35% 65%;
        background: transparent;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .internationally-recognized-con {
        max-width: 100%;
        position: unset;
        background: #f2f3f5;
    }
    .navid-img-area img {
        max-width: 100%;
    }
    .navid-img-area {
        left: 0;
        max-width: 30%;
        top: unset;
        bottom: 0;
    }
    .implants-dental-content {
        padding: 60px 40px 70px 170px;
        padding-left: 35%;
        max-width: 100%;
    }
    .navid-details {
        height: 150px;
    }
    .navid-details strong {
        font-size: 22px;
        font-weight: 700;
    }
    .navid-details div {
        font-size: 16px;
    }
    .sidebar {
        top: 120px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        float: right;
        margin-right: -31%;
        margin-top: 0;
        padding: 15px 0 15px 15px;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
                box-shadow: 0 0 10px rgba(0,0,0,0.1);
        overflow: auto;
    }
    .sidebar ul{
        max-width: 250px;
        overflow-x: auto;
    }
    .header-content {
        -webkit-box-shadow: 0 6px 40px rgb(0 0 0 / 13%);
                box-shadow: 0 6px 40px rgb(0 0 0 / 13%);
    }
    .small-container{
        max-width: 850px;
    }
    .all-section-wrap .sidebar {
        margin-right: 0%;
    }
    .menu-area > ul {
        padding-left: 30px;
    }
    .menu-header img {
        max-width: 63%;
        margin: auto;
    }




}
/*1600 END*/

@media all and (max-width: 1367px){
    .schedule-left ul li {
        display: block;
        padding: 18px 0px;
    }
    .single-count {
        min-width: 200px;
    }
    .all-plans .single-plans {
        margin-left: -40px;
    }
    .patinet-choose-left {
        max-width: 535px;
        max-height: 335px;
    }
    .patinet-choose-right {
        max-width: 535px;
        min-height: 335px;
    }

}
/*1366 END*/

@media all and (max-width: 1300px){
    .all-plans {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4,1fr);
    }
    .all-plans .single-plans {
        margin-left: 0;
    }
    .plan-img {
        margin: auto;
    }
    .plan-img::before {
        bottom: calc(100% + 10px);
        width: 2px;
    }
    .plan-img::after {
        top: calc(100% + 10px);
        width: 2px;
    }
    .all-plans .single-plans::before {
        left: 0;
        top: -48px;
    }
    .plan-name {
        padding-top: 12px;
    }
    .all-plans {
        grid-row-gap: 80px;
    }

}
/*1300 END*/

@media all and (max-width: 1200px){
	.menu-area li {
    padding: 10px 10px;
}
	.menu-area > ul {
    width: 90%;
}
    ul.exp-list {
		display: block;
		margin-left: 16px;
		margin-top: 10px;
    }
    .sidebar {
        display: none;
    }
    .count-area {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 15px;
    }
    .single-count {
        min-width: auto;
        margin: 0;
    }
    .header-top {
        padding: 10px 15px;
    }
    .logo-area img {
        max-width: 250px;
    }
    .contact-btns a, .contact-btns button {
        font-size: 16px;
        padding: 0px 0;
    }
    .contact-btns p div {
        font-size: 12px;
    }
    .contact-btns p {
        font-size: 12px;
        margin-right: 30px;
    }
    .bar-btn {
        width: 55px;
    }
    .header-content {
        padding: 15px;
    }
    .banner-right {
        padding: 35px;
    }
    .banner-left h1 {
        font-size: 30px;
        line-height: 42px;
    }
    .review-btns a {
        margin-bottom: 10px;
    }
    .about-top-text p {
        font-size: 12px;
        padding: 10px 0;
    }
    .implants-content {
        max-width: 80%;
        margin: auto;
    }
    .sidebar {
        top: 100px;
    }
    .sidebar {
        position: unset;
        float: none;
        max-width: 100%;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .sidebar ul {
        max-width: 100%;
    }
    .sidebar ul li{
        display: block;
    }
    .imgWrap::before {
        width: 30px;
        height: 30px;
        top: -15px;
        left: -15px;
    }
    .sidebar ul {
        display: none;
    }
    .sidebar {
        padding: 15px;
    }
    .sidebar div::after {
        content: "";
        position: absolute;
        right: 0;
        top: 6px;
        bottom: 0;
        width: 8px;
        height: 8px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(134deg);
            -ms-transform: rotate(134deg);
                transform: rotate(134deg);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .open-slidebar.sidebar div::after{
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    .sidebar div {
        position: relative;
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
    }
    .office-photo-content .slick-track {
        /*max-width: 100% !important;*/
    }
    .slick-slide img {
        width: 100% !important;
        height: auto;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
    }
}
/*1200 END*/

@media all and (max-width: 1024px){
	.inner-page-wraper.inner-page-content.on-blog-post-every {
    padding-top: 0px;
	width: 100%;
}
	.blog-sidebar {
    width: 100%;
	max-width: 760px;
    margin: 0 auto;
}
	.blog-page-area {
    flex-direction: column;
}
	.on-blog-post-every {
    width: 100%;
}
	.blog-page-area {
    flex-direction: column;
}
	.blog-post-wraper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    padding-right: 0px;
	max-width: 760px;
    margin: 0 auto;
}
	.blog-post-exerp p {
    margin: 20px 0;
}
	.widget ul {
    padding-left: 0px;
}
	a {
    display: inline;
}
.inner-page-wraper > ul li::before, .colnop ul li::before {
    left: -20px;
    top: 14px;
    width: 4px;
    height: 4px;
}
	ul.exp-list {
    margin-left: 50px;
}
	.inner-page-wraper > ul li.exp-title:before {
    display: none;
}
	ul.exp-list li {
    padding: 0px;
    margin-left: 30px;
}
	.inner-page-wraper > ul li.exp-title {
	margin-left: 0px;
}
	ul.exp-list li a {
    color: #444!important;
    text-decoration: none!important;
}
}
@media all and (max-width: 992px){
    .header-top {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .banner-content {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-gap: 30px;
    }
    .dr-img img {
        left: -20%;
    }
    .about-main-content {
        max-width: 100%;
        padding: 50px 30px 50px 130px;
    }
    .review-btns {
        padding-left: 40px;
    }
    .sec-title p {
        max-width: 90%;
    }
    .single-reason::after {
        display: none;
    }
    .single-reason {
        height: 200px;
    }
    .certified-dental-content {
        max-width: 100%;
        padding-top: 530px;
    }
    .certified-dental-area > img {
        width: 100%;
        height: 500px;
    }
    .all-plans {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3,1fr);
    }
    .techonology-content {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
        grid-row-gap: 180px;
    }
    .advanced-tec-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 30px;
    }
    .meet-doctor-area h2 {
        padding-top: 400px;
        font-size: 30px;
    }
    .meet-doctor-content li {
        font-size: 16px;
    }
    .single-doctor div {
        font-size: 14px;
        padding-top: 2px;
    }
    .patinet-choose-left {
        max-height: 250px;
    }
    .patinet-choose-left > img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .painless-dentistry-content h2 {
        font-size: 26px;
        line-height: 40px;
        max-width: 75%;
        margin: auto;
    }
    .painless-dentistry-content p {
        max-width: 90%;
    }
    .contact-content {
        padding: 0 20px;
        -ms-grid-columns: 35% 65%;
        grid-template-columns: 35% 65%;
    }
    .contact-right {
        padding-left: 25px;
    }
    .upper-footer-content div {
        text-align: center;
    }
    .advanced-tec-area{
        overflow: hidden;
    }
    .state-of-art-area {
        overflow: hidden;
    }
    .gallery-area.sec-padd {
        overflow: hidden;
    }
    .header-top {
        padding: 10px 20px;
    }
    .contact-btns b {
        font-size: 12px;
        line-height: 18px;
    }
    .implants-content {
        max-width: 100%;
    }
    .tec-bottom-content {
        padding-top: 0;
    }
    .page-all-reviews {
        padding-top: 50px;
    }
    .single-page-review::after {
        left: 0;
        -webkit-transform: scale(0.5) translate(-47px,-38px);
            -ms-transform: scale(0.5) translate(-47px,-38px);
                transform: scale(0.5) translate(-47px,-38px);
    }
    .single-page-review:nth-child(2n)::after {
        right: 0;
        -webkit-transform: scale(0.5) translate(47px,38px) rotate(180deg) rotateX(180deg);
                transform: scale(0.5) translate(47px,38px) rotate(180deg) rotateX(180deg);
    }
    .single-dental-implants div {
        font-size: 16px;
        padding: 15px;
        line-height: 22px;
    }
    .single-dental-implants p {
        padding: 15px;
        padding-bottom: 30px;
    }
    .trainng-dental-area::before {
        width: 100%;
        height: 400px;
    }
    .trainng-dental-area {
        margin: 50px 0 50px;
        padding-top: 400px;
    }
    .trainging-wraper {
        padding-top: 0;
    }
    .trainging-dental-content {
        padding: 60px 15px;
        max-width: 100%;
    }
    .trainging-dental-content::before {
        left: 0;
        top: -62px;
    }




}
/*992 END*/
@media all and (max-width: 768px){
	.lists.inner {
		margin: 0;
	}
	blockquote.smbquote {
    float: none;
    width: 100%;
}
		ul.exp-list li a {
    border-left: none;
    padding-left: 0px;
}
    .colnop {
        display: block;
    }
    ul.twoColUl {
        grid-template-columns: repeat(1, 1fr);
    }
    .banner-left {
        padding-right: 0;
    }
    .about-main-content {
        padding: 30px;
    }
    .about-content-wrap {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    .about-content-wrap > img {
        max-width: 24%;
        margin-left: auto;
    }
    .implants-content {
        max-width: 100%;
    }
    .tab-inner-content img {
        padding-right: 0px;
        float: none;
    }
    .dr-img img {
        max-width: 247px;
    }
    .all-plans {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
    }
    .big-title h2 {
        line-height: 36px;
        font-size: 24px;
    }
    .patient-choose-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
    .painless-dentistry-content h2 {
        max-width: 100%;
    }
    .painless-dentistry-content p{
        max-width: 100%;
    }
    .implants-dentistry-area::before {
        width: 100%;
        height: 350px;
    }
    .implants-dentistry-content {
        padding: 15px;
        max-width: 100%;
        padding-top: 370px;
    }
    .certicicate-area img {
        max-width: 100%;
    }
    .contact-content {
        padding: 0 15px;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-gap: 34px;
    }
    .contact-right {
        padding-left: 0;
        border: none;
        border-top: 1px solid #232E4C;
    }
    .contact-right p {
        font-size: 14px;
    }
    .contact-left {
        padding-top: 60px;
    }
    .upper-footer-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
    }
    .footer-first-top {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 30px;
    }
    .footer-secound-top {
        padding-top: 40px;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 30px;
        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;
    }
    .map-content-slid {
        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;
    }
    .footer-secound-top a {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .iframe-wrapper {
        width: 85%;
        height: 57%;
    }
    .patient-choose-content {
        display: block;
    }
    .patinet-choose-left {
        max-height: unset;
    }
    .all-reviews .slick-dots {
        bottom: -42px;
    }
    .single-review div {
        font-size: 17px;
        letter-spacing: 0px;
        line-height: 17px;
        padding-top: 20px;
    }
    .logo-area img {
        max-width: 200px;
    }
    .bar-btn {
        width: 35px;
    }
    .single-bar {
        margin: 8px auto 8px auto;
    }
    .top-div {
        padding: 15px;
    }
    .inner-page-wraper h2 {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .inner-page-wraper p + .imgWrap {
        margin-top: 30px;
    }
    blockquote {
        padding: 30px 60px;
    }
    .inner-page-wraper h3 {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .inner-page-wraper > ul li {
        font-size: 16px;
        line-height: 26px;
    }
	.inner-page-wraper > ul.exp-list.show-exp li:before {
    filter: saturate(0);
}
    .inner-page-wraper iframe {
        height: 360px;
    }
    .schedule-area::after {
        width: 40%;
    }
    .schedule-left {
        max-width: 60%;
    }
    .schedule-area::before {
        width: 60%;
    }
    .schedule-left ul li a {
        margin-bottom: 25px;
    }
    .implants-dental-content {
        padding: 30px;
    }
    .implants-dental-wraper {
        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;
    }
    .navid-img-area {
        max-width: 50%;
        position: relative;
    }

    .all-dental-implants-content {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: repeat(2,1fr);
    }
    .single-dental-implants:last-child{
        -ms-grid-column: 1;
        -ms-grid-column-div: 2;
        grid-column: 1/3;
    }
    .single-dental-implants img{
        width: 100%;
    }
    .page-contact-content {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .menu-wrap.open-menu .menu-area {
        display: block;
    }
    .menu-header {
        text-align: left;
        padding: 15px;
    }
    .menu-header img {
        max-width: 60px;
	    height: auto;
    }
    .menu-close {
        width: 40px;
        height: 40px;
        top: 27px;
        right: 17px;
    }
    .menu-area > ul {
        padding: 15px;
    }
    .inner-page-wraper.inner-page-content {
        padding-top: 30px;
		padding-right: 0px;
        padding-left: 0px;
    }
    .inner-page-wraper > p {
        padding-left: 15px;
        padding-right: 15px;
    }
	.inner-page-wraper > h2, .inner-page-wraper > h3 {
        padding-left: 15px;
        padding-right: 15px;
    }
	.inner-page-wraper h2::after {
    	margin-left: 15px;
	}
	.trainng-dental-area > img {
    width: 100%;
    height: auto;
    z-index: 0;
}
	.bookOnline {
		font-size: 20px;
		margin-top: 20px;
		margin-left: 8px;
	}
/*	.header-area * {
    max-height: 67px;
}*/
}
/*768 END*/
@media all and (max-width: 576px){
	.faq-question.acc__title:before {
		right: 27px;
	}
	.banner-left img {
    margin: 10px 0px;
}
	.banner-content .banner-left a {
    margin: 0px 0px 20px;
}
	.banner-left p {
		padding-bottom: 10px;
	}
	p.mobileusers {
    text-align: center;
    display: block;
}
	.banner-left {
    height: 450px;
}
	.banner-right {
    height: 350px;
}
	.header-right {
    min-height: 67px;
}
	.header-top {
    padding: 0px;
    height: 52px;
}
	.header-area {
    width: 100%;
    height: 67px;
}
	.logo-area img {
    max-width: 220px;
}
	.logo-area a {
    max-width: 38px;
    overflow: hidden;
    display: inline-block;
}
	.footer-first-top ul li:first-child {
    padding-bottom: 20px;
    font-size: 18px;
}
	ul.exp-list {
    margin-left: 20px;
}
	.treatment-slider-wraper > h3 {
    padding: 20px 0px;
    font-size: 22px;
}
	.page-contact-left .sendmsg {
    font-size: 28px!important;
    padding-bottom: 10px;
}
	.tab-inner-content img {
    margin-right: 25px;
    margin-bottom: 0px;
    margin-bottom: 30px;
}
	.header-content {
    padding: 0px;
	width: 100%;
    height: 67px;
}
	.logo-area {
	width: 20%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.header-right {
    width: 80%;
	justify-content: space-evenly;
}
	.profileblock {
    padding: 20px;
}
	.drprofile .profileblock img {
    width: 40%;
    margin: 4px 24px 10px 0px;
}
	.inner-page-wraper div.faq-title {
    margin-bottom: 20px;
}
    .treatment-slider-wraper .slick-slide img {
        width: 30% !important;
    }
    .review-btns {
        padding-left: 0;
    }
    .about-content-wrap > img {
        max-width: 27%;
    }
    .dr-img img {
        left: 0px;
    }
    p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .about-main-content {
        padding: 30px;
        padding-bottom: 100px;
    }
    .sec-title h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .implants-area {
        padding-top: 50px;
    }
    .sec-title p {
        max-width: 100%;
    }
    .why-choose-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1,1fr);
    }
    .certified-dental-content {
        padding: 15px;
        padding-top: 530px;
    }
/*     .single-count p {
        font-size: 20px;
    } */
    .single-count {
        min-height: 100px;
    }
    .count-area {
        grid-gap: 10px;
    }
/*     .single-count p div {
        font-size: 12px;
    } */
    .techonology-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1,1fr);
    }
    .tec-bottom-content p {
        max-width: 100%;
    }
   .tec-bottom-content {
        padding-top: 0px;
    }
    .techonology-area .slick-dots {
        bottom: 15px;
    }
    .tec-right h2 {
        font-size: 20px;
        max-width: 100%;
        line-height: 28px;
    }
    .contact-right form {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 0;
        padding-bottom: 60px;
    }
    .painless-dentistry-area {
        padding: 140px 0 30px;
    }
    .sec-title h2::after {
        width: 100%;
    }
    .about-top-text p {
        line-height: 18px;
    }
    .meet-doctor-area h2 {
        padding-top: 30px;
        color: var(--color);
    }
    .meet-doctor-area {
        background: #fff !important;
    }
    .meet-doctor-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 20px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .meet-doctor-content li {
        max-width: 300px;
        width: 100%;
        height: 300px;
        background: url(images/Meet-The-Doctors.jpg);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        background-position: -99px 457px;
        background-size: 974px;
        margin: auto;
        position: relative;
        z-index: 2;
    }
    .meet-doctor-content li:nth-child(2) {
        background-position: -340px 360px;
    }
    .meet-doctor-content li:nth-child(3) {
        background-position: -571px 377px;
    }
    .meet-doctor-content li::after{
        content: "";
        position: absolute;
        width: 100%;
        height: 40%;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: -o-linear-gradient(top,rgba(33,46,78,0), rgba(33,46,78,1));
        background: -webkit-gradient(linear,left top, left bottom,from(rgba(33,46,78,0)), to(rgba(33,46,78,1)));
        background: linear-gradient(to bottom,rgba(33,46,78,0), rgba(33,46,78,1));
    }
    .acc__title::after {
        width: 30px;
        right: 15px;
    }

    .acc__title::before {
        height: 30px;
        right: 30px;
    }
    .contact-btns p div,
    .contact-btns p b {
        display: none;
    }
    .contact-btns p {
        margin-right: 20px;
    }
    .contact-btns a, .contact-btns button {
        font-size: 14px;
        padding: 0px 0;
    }
    .state-of-art-area .sec-title h2::after {
        width: 100%;
    }
    .single-office-image img {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
    .office-photo-area .slick-dots {
        margin: 20px 0 0;
    }
    .single-office-image.slick-center img {
            margin: 0 0px;
    }
    .header-top p:first-child,
    .header-top p:nth-child(2) {
        margin-right: 0px;
    }
    .acc__panel {
        padding: 15px;
    }
    .header-top p div{
        display: none;
    }
    .header-top p:nth-child(3) a {
        margin-right: 0;
    }
    .banner-area {
        padding: 40px 0 40px;
		background: rgb(35,46,76);
    	background: linear-gradient(0deg, rgba(35,46,76,0.2) 0%, rgba(255,255,255,1) 100%);
		height: 900px;
    }
    .menu-area {
        width: 100%;
    }
    .inner-banner-area h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .inner-banner-area p {
        padding-top: 20px;
    }
    .top-div img {
        padding: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .inner-page-wraper p {
        padding-bottom: 30px;
    }
    blockquote {
        padding: 30px;
        font-size: 16px;
        line-height: 24px;
    }
    blockquote::before {
        width: 5px;
    }
    blockquote + h2 {
        padding-top: 30px;
    }
    .inner-page-wraper p + blockquote {
        margin-top: 15px;
    }
    .inner-page-wraper blockquote + p {
        margin-top: 30px;
    }
    .inner-page-wraper p + h2 {
        margin-top: 15px;
    }
    .inner-page-wraper .imgWrap + p {
        margin-top: 30px;
    }
    .inner-page-wraper .imgWrap + blockquote {
        margin-top: 30px;
    }
    .inner-page-wraper > ul li {
        padding-left: 30px;
    }
	.inner-page-wraper > ul li::before {
		left: 15px;
	}
	.inner-page-wraper > ul li::before, .colnop ul li::before {
    top: 10px;
    width: 4px;
    height: 4px;
}
	.schedule-left ul li {
    padding: 0px;
}
	.schedule-left ul li:first-child {
    margin-left: 8px;
}
    .choose-review-content {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .choose-review-right {
        padding: 30px;
    }
    .schedule-left {
        max-width: 100%;
    }
    .schedule-area::after {
        width: 100%;
        z-index: -2;
    }
    .schedule-area::before {
        width: 100%;
        z-index: -1;
        opacity: 0.8;
    }
    .disclaimer-wrap {
        padding: 30px 0;
    }
    .top-div {
        margin-top: 15px;
    }
    .navid-img-area {
        max-width: 100%;
        padding-top: 20px;
    }
    .navid-img-area img {
        max-width: 70%;
    }
    .implants-dental-content {
        padding: 15px;
    }
    .implants-dental-content h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .implants-dental-content p {
        color: #fff;
        padding-top: 18px;
    }
    .single-page-review {
        padding: 120px 30px 40px 30px;
        -webkit-box-shadow: 0 0 16px rgba(33,46,78,0.06);
                box-shadow: 0 0 16px rgba(33,46,78,0.06);
        margin-bottom: 25px;
    }
    .single-page-review strong {
        padding-top: 50px;
    }
    .single-page-review:nth-child(2n)::after {
        right: 0;
        -webkit-transform: scale(0.5) translate(50px,-23px) rotate(180deg) rotateX(180deg);
                transform: scale(0.5) translate(50px,-23px) rotate(180deg) rotateX(180deg);
    }
    .header-content {
        -webkit-box-shadow: 0 0px 16px rgba(0,0,0,0.13);
                box-shadow: 0 0px 16px rgba(0,0,0,0.13);
    }
    .single-page-review strong::after {
        bottom: unset;
        top: 0;
    }
    .internationally-recognized {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .internationally-recognized-con {
        padding: 15px;
    }
    .internationally-recognized-con p:first-child {
        padding-bottom: 30px;
    }

    .choose-review-content h2 {
        padding-bottom: 20px;
    }
    section.advanced-dental-implants {
        padding-top: 50px;
    }
    .inner-page-wraper {
        padding-bottom: 0;
    }
    section.all-dental-implants {
        margin-top: 0;
        margin-bottom: 0;
    }
    .all-dental-implants-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1,1fr);
    }
    .single-dental-implants:last-child {
        grid-column: unset;
    }
    .treatment-techonology-slider .slick-dots {
        bottom: 0;
    }
    .page-contact-left {
        padding: 30px 15px;
    }
    .page-contact-content h2 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 12px;
        margin-bottom: 20px;
    }
    .page-contact-right {
        padding-left: 0;
        padding-top: 30px;
    }
    .page-map iframe {
        height: 300px;
        margin: 40px 0;
    }
    .lists {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
    .lists ul {
        padding: 20px 0 20px 00px;
    }
    .contact-area {
        padding: 60px 0 0;
    }
    .schedule-left {
        padding: 50px 0;
    }
    .navid-img-area {
        text-align: center;
    }
    .trainng-dental-area {
        margin: 50px 0 0px;
    }
    .page-all-reviews {
        padding-top: 25px;
    }
    .choose-review-right .single-review p::before {
        top: -26px;
        left: 100px;
    }
    .inner-page-wraper .single-review:before {
        top: 35px;
    }
    .inner-page-wraper .choose-review-right {
        padding: 15px;
    }
    .inner-page-wraper .single-review div {
        padding-top: 0;
    }
    .inner-page-wraper iframe {
        height: auto;
        margin-top: 20px;
    }
    .inner-page-wraper iframe + p {
        padding-top: 30px;
    }
    .footer-top {
        padding: 20px 0;
    }
    .content-inner-page-wraper .sidebar {
        padding: 15px 2px;
    }
    .sidebar ul {
        padding-top: 12px;
    }
    .single-office-image img {
        -webkit-transform: unset !important;
            -ms-transform: unset !important;
                transform: unset !important;
    }

.inner-page-wraper img.alignright, .inner-page-wraper img.alignleft{
    float: none;
    padding: 20px 0px;
    width: 100%;
    height: auto;
	margin: 0px;
}
	.inner-page-wraper figure {
    width: 100%!important;
}
	section.sec10.fl.faq div div p {
    margin-left: 0px;
    margin-top: 40px;
}
	.inner-page-wraper div.faq-block ul li {
    font-size: 16px;
    line-height: 24px;
}
	.inner-page-wraper div.faq-block ul li::before {
    left: 43px;
    top: 8px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #436996;
    border-right: 2px solid #436996;
}
.inner-page-wraper figure figcaption {
    font-size: 14px;
}
	.gal-images {
    display: block;
    width: 95%;
    max-width: 100%;
    justify-content: center;
}
	.gal-images img {
    width: 100%;
	margin-bottom: 0px!important;
}
	.gal-images2 {
    column-count: 1;
}
	.inner-page-wraper blockquote {
    margin: 30px 0px;
}
	    .acc__title {
			padding: 24px 15px;
			font-size: 16px;
			text-align: left;
    }
}   
/*576 END*/
@media all and (max-width: 500px){
    .trainng-dental-area {
        padding-top: 350px;
    }
}
@media all and (max-width: 425px){
    .trainng-dental-area {
        padding-top: 300px;
    }
}
@media all and (max-width: 400px){
    .trainng-dental-area {
        padding-top: 260px;
    }
/*     .single-count p {
        font-size: 20px !important;
    } */
    .count-area {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1,1fr);
    }
    .all-plans .single-plans:nth-child(2n) {
        margin-left: -64px;
    }
    .map-content-slid a::after {
        left: 0;
        bottom: -124px;
    }
    .footer-secound-top a {
        margin-bottom: 0px;
    }
    .map-side a {
        margin-bottom: 0;
    }
    .contact-btns p {
        margin-right: 12px;
    }
    .banner-left h1 {
        line-height: 33px;
    }
    .banner-area {
        padding: 44px 0 15px;
    }
    .about-area {
        overflow: hidden;
    }
    .dr-img img {
        max-width: 200px;
    }
    .painless-dentistry-content h2 {
        line-height: 30px;
    }
    .inner-title h2 {
        font-size: 20px;
    }
    .certified-dental-content {
        padding: 0;
        padding-top: 530px;
    }
    button.video-btn img {
        max-width: 70px;
    }
    .banner-right {
        padding: 20px;
    }
    .single-page-review::after {
        -webkit-transform: scale(0.3) translate(-146px,-117px);
            -ms-transform: scale(0.3) translate(-146px,-117px);
                transform: scale(0.3) translate(-146px,-117px);
    }
    .single-page-review:nth-child(2n)::after {
        -webkit-transform: scale(0.3) translate(127px,-125px) rotate(180deg) rotateX(180deg);
                transform: scale(0.3) translate(127px,-125px) rotate(180deg) rotateX(180deg);
    }
    .internationally-recognized {
        margin-top: 0;
    }
    .menu-area li a, .menu-area li button {
        font-size: 16px;
        margin-bottom: 8px;
    }
	.modal-content {width: 82%;padding: 20px;}
}

@media all and (max-width: 360px){
    .header-top p:nth-child(3) a {
        margin-left: 8px;
    }
    .common-btn {
        font-size: 12px;
        padding: 16px 20px;
    }
}

@media all and (max-width: 340px){
    .contact-btns a, .contact-btns button {
        font-size: 12px;
        padding: 0px 0;
    }
    .trainng-dental-area {
        padding-top: 210px;
    }
}

/*NYC Implants: twentytwenty.css (css/twentytwenty.css)*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }
/*Slick Slider*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* slick slider min */
@charset 'UTF-8';
.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    bottom: -45px;
    width: 100%;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}

