/*
    Theme Name: Perio
    Description: This is the description of website
    Version: 1.0
*/

/* FONTS */
@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 {.certificate-wrap ul li a
    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;
}
/*Lato*/
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato/Lato-Bold.woff2') format('woff2'),
        url('fonts/lato/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato/Lato-Regular.woff2') format('woff2'),
        url('fonts/lato/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* TYPHOGRAPHY*/
* {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    display: inline-block;
}
body {
    font-size: 16px !important;
    line-height: 24px;
    color: #0D1D12;
    background: #FFFFFF;
    outline: none;
    font-family: 'ITC Avant Garde Gothic Std Book';
    font-weight: 300;
}
a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
a:hover {
    text-decoration: none !important;
}
img {
    border: none;
    max-width: 100%;
	height: auto;
}
span {
    display: block;
    line-height: normal;
    font-size: 16px;
}
p{
    font-family: 'Lato';
    font-weight: 400;
}
h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em !important;
}
.main-container {
    width: 100%;
    max-width: 1500px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.secound-container {
    width: 100%;
    max-width: 1030px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.third-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;
}
.fourth-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;
}

.all-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}
.single-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.single-div {
    background: red;
    height: 200px;
    width: 100%;
}
.covidhead {
	background-color: #002347;
    padding: 50px;
    font-size: 22px;
    line-height: 39px;
    color: #fff;
}

.blog-area .search-field {
	padding: 10px 15px;
    height: 44px;
    border: 1px solid #ccc;
}

.blog-area .search-submit {
	background: #002448;
    border: 0;
    color: #fff;
    padding: 12px;
    cursor: pointer;
    height: 44px;
}

.published-date {
	display: block;
    background: #efefef;
    color: #002447 !important;
    padding: 5px 10px;
    border-left: 2px solid #002347;
    margin: 10px 0;
}

.published-date span {
	display: inline;
}
.three-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.three-row figure {
    width: 100% !important;
}
.two-row, .gallery-columns-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.gallery-columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.gallery {
    margin-bottom: 20px;
}
.socials-sec {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
}
.socials-sec a {
    width: 36px;
    height: 36px;
    border: 1px solid #EAEFF7;
    margin: 5px 0;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}
.socials-sec a:hover {
    transform: rotate(5deg);
}
.socials-sec a.linkedin-icon {
    border: none;
}
.socials-sec a.linkedin-icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(images/linkedin-def-icon.png);
}
/*-------- RESPONSIVE CONTAINERS ------------*/

@media (max-width: 1600px) {
    .main-container {
        max-width: 1200px;
    }
    .third-container {
        max-width: 1300px;
    }
}
@media (max-width: 1200px) {
    .main-container {
        max-width: 1140px;
    }
}
@media (max-width: 992px) {
    .main-container {
        max-width: 960px;
    }
}
@media (max-width: 768px) {
    .main-container {
        max-width: 720px;
    }
    .three-row {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .main-container {
        max-width: 540px;
    }
    .three-row, .two-row {
        grid-template-columns: 1fr;
    }
}


/*------------------------------Hero area start-----------------------------*/
.hero-area {
	background-image: url('images/Dr._Navid_Rahmani.webp'), url('images/Dr._Navid_Rahmani.jpg');
    background-size: cover;
    background-position: top right;
    padding-top: 30px;
	background-color: #00244b;
}
header.header-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.contact-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contact-btns a {
    font-size: 20px;
    color: #fff;
    background: #002448;
    padding: 16px 40px;
    z-index: 2;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contact-btns a:hover{
    color: #002448;
}
.contact-btns a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1
}
.contact-btns a:nth-child(2)::after{
    top: 0;
    bottom: unset;
}
.contact-btns a:hover:after{
    height: 100%;
}
.contact-btns a:nth-child(2){
    background: #C9B16E;
    color: #002448;
}
button.bar-btn {
    width: 72px;
    height: 40px;
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 40px;
    cursor: pointer;
}
button.bar-btn:focus{
    outline: none;
}
button.bar-btn:hover .single-bars{
    width: 60%;
}
button.bar-btn:hover .single-bars:nth-child(2){
    width: 100%;
}
.single-bars {
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 26px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.banner-area {
    padding: 85px 0 225px;
    width: 39%;
}
.banner-area span {
    font-size: 60px;
    line-height: 64px;
    color: #C9B16E;
    border-bottom: 1px solid #fff;
    padding: 15px 0 23px;
    font-family: 'ITC Avant Garde Gothic Std Book';
}
.banner-area p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding-top: 23px;
}
.banner-area img{
    display: block;
    padding: 32px 0 40px;
}
.banner-area a,
.common-btns2 a {
    color: #002448;
    font-size: 20px;
    padding: 35px 40px;
    background: #C9B16E;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.10);
            box-shadow: 0 0 20px rgba(0,0,0,0.10);
    font-weight: 700;
    font-family: 'Lato';
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}
.banner-area p:first-child {
    text-transform: uppercase;
    position: relative;
    padding: 0;
    font-family: 'ITC Avant Garde Gothic Std';
    font-weight: 300;
}
.banner-area p:first-child::after {
    content: "";
    background: #C9B16E;
    height: 1px;
    width: 215px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.banner-area a:hover{
    background: #fff;
}
.breadcrumbs, .breadcrumbs span {
	color: #002448;
    display: inline;
    font-size: 14px;
}
.post-info.top, .post-info.top span {
    display: inline;
    color: #00234e8a;
    font-size: 16px;
}
/*------------------------------Hero area End-----------------------------*/

/*------------------------------Featured area Start-----------------------------*/
.featured-content {
    text-align: center;
    padding: 40px;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.16);
            box-shadow: 0 0 40px rgba(0,0,0,0.16);
    margin-top: -90px;
    background: #fff;
}
.featured-content span:first-child {
    color: #002448;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}
.featured-content h1 {
    color: #002448;
    font-size: 40px;
    font-weight: 300;
    line-height: 52px;
    padding: 33px 0 18px;
    border-bottom: 1px solid #6B98BE;
    width: 58%;
    margin: auto;
}
.featured-content span strong {
    color: #FF9300;
    padding: 0 5px;
}
.dr_name {
    color: #002448;
    font-size: 64px;
    line-height: 80px;
    font-weight: 500;
    padding: 15px 0;
    font-family: 'ITC Avant Garde Gothic Std';
}
.featured-content h2 {
    color: #000;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Lato';
    text-transform: uppercase;
    font-weight: 400;
}
.all-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 240px;
}
.single-feature {
    width: 33.33%;
    background: #002448;
    padding: 150px 60px 125px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    position: relative;
    min-height: 695px;
}
.single-feature::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    width: 156px;
    height: 110px;
    background-image: url(images/icons.svg);
    margin: auto;
    background-size: 600px;
}
.single-feature:nth-child(2){
    background-color: #103D6A;
}
.single-feature:nth-child(3){
    background-color: #2A5581;
}
.single-feature:nth-child(2):before {
    background-position: -155px 0;
}
.single-feature:nth-child(3):before {
    background-position: -310px 0;
}
.single-feature h2 {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.32);
    margin-bottom: 36px;
}
.single-feature h2 strong {
    display: block;
    font-weight: 500;
    color: #C9B16E;
}
.single-feature p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 25px;
}
.single-feature ul {
    width: 60%;
    margin: auto;
}
.single-feature ul li {
    color: #fff;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.20);
    padding: 5px;
    text-align: left;
    padding-left: 30px;
    position: relative;
}
.single-feature ul li::before {
    content: "";
    position: absolute;
    left: 6px;
    bottom: 0;
    top: -3px;
    margin: auto;
    width: 4px;
    height: 12px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 4px solid #C5B177;
    border-top: none;
    border-left: none;
}
.single-feature img {
    position: absolute;
    left: 0;
    bottom: -190px;
    right: 0;
    margin: auto;
}
.single-feature:nth-child(2) img{
    bottom: -140px;
}

/*------------------------------Featured area End-----------------------------*/

/*------------------------------Periodontal Clinic Start-----------------------------*/

.periodontal-clinic-area {
    padding: 200px 0 230px;
    position: relative;
    z-index: 2;
}
.periodontal-clinic-area .text-center img {
    padding-top: 60px;
}
.periodontal-clinic-area::after{
    content: "";
    width: 100%;
    height: 580px;
    background: #F7F7F7;
    position: absolute;
    z-index: -2;
    bottom: 0;
    left: 0;
}
.periodontal-clinic-content{
    position: relative;
}
.clicnic-left {
    padding: 90px 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.10);
            box-shadow: 0 0 40px rgba(0,0,0,0.10);
    width: 57%;
    background: #fff;
}
.clicnic-left h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    padding-bottom: 45px;
    padding-right: 30px;
	color: #002448;
}

.periodontal-clinic-content > picture {
    width: 960px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 0;
}
.clicnic-left p {
    font-size: 20px;
    line-height: 32px;
    font-family: 'ITC Avant Garde Gothic Std';
    font-weight: 300;
    padding-bottom: 40px;
    padding-right: 56px;
    color: #444;
}

.common-btns2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}
.common-btns2 a{
    color: #fff;
}
.common-btns2 a:hover{
    background: #002448;
}
.common-btns2 a:last-child{
    margin-left: 15px;
    background: #002448;
}
.common-btns2 a:last-child:hover{
    background: #C9B16E;
}
.text-center{
    text-align: center;
}
.periodontal-clinic-area .secound-container .text-center > img {
    margin-top: 65px;
    margin-bottom: 70px;
}

/*------------------------------Periodontal Clinic End-----------------------------*/

/*------------------------------patient-tab-area Start-----------------------------*/


.patient-tab-area {
    z-index: 333;
    position: relative;
}
.sec-title span {
    border-bottom: 2px solid #092445;
    color: #002448;
    font-size: 48px;
    line-height: 60px;
    padding: 110px 0 30px;
}
.tab-main-box{
    position: relative;
}
.tab-box {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
}
.tab-box.show{
    position: relative;
    opacity: 1;
    z-index: 9;
}
.patient-tab-content {
    margin-top: -160px;
    background: #fff;
    padding: 0 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.tab-menu {
    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;
    padding: 25px 0;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 50px;
}
.tab-menu a {
    text-transform: uppercase;
    color: #002448;
    font-weight: 500;
    padding: 15px 30px;
    border-right: 1px solid #D0D0D0;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: 'ITC Avant Garde Gothic Std';
}
.tab-menu a:hover{
    color: #C9B16E;
}
.tab-menu .active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 44px;
    height: 4px;
    background: #002448;
    bottom: -28px;
}
.all-reviews {
    padding: 0 65px;
}
.single-review {
    background: #F0F0F0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 45px 150px 45px;
    position: relative;
    margin-right: 18px;
    min-height: 650px;
}
.single-review::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 104px;
    width: 40px;
    height: 40px;
    background: url(images/icons.svg);
    background-position: -590px -56px;
}
.single-review::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 115px;
    width: 40px;
    height: 40px;
    background: url(images/icons.svg);
    background-position: -590px -56px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.single-review p{
    color: #000;
    line-height: 30px;
    font-style: italic;
}
.client-name {
    border-top: 1px solid rgba(112,112,112,0.30);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    padding: 25px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.rating::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 125px;
    height: 28px;
    background: url(images/google-review.svg) no-repeat center;
    background-repeat: no-repeat;
    background-size: contain;
}
.rating {
    padding-bottom: 60px;
    color: #FF9300;
    font-size: 26px;
    position: relative;
}
.single-review:last-child {
    margin-right: 0;
}



/*------------------------------patient-tab-area End-----------------------------*/

.team-area .sec-title {
    padding-left: 90px;
}
.sec-title p {
    padding: 35px 0 70px;
    color: #444444;
    font-size: 18px;
    line-height: 30px;
}
.all-members {
    /*display: -ms-grid;*/
    /*display: grid;*/
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-grid-columns: auto 95px auto 95px auto 95px auto 95px auto;
    grid-template-columns: auto auto auto auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-column-gap: 95px;
    grid-row-gap: 45px;
}
.single-member{
    text-align: center;
}
.single-member img {
    min-height: 250px;
    min-width: 250px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}
.single-member a{
    color: #002448;
    font-size: 22px;
    font-weight: 500;
    padding: 30px 0 12px;
    border-bottom: 1px solid #707070;
    margin-bottom: 8px;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: 'ITC Avant Garde Gothic Std';
}
.single-member p {
    color: #002448;
    font-size: 22px;
    font-weight: 500;
    padding: 30px 0 12px;
    margin-bottom: 8px;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: 'ITC Avant Garde Gothic Std';
	border-bottom: 1px solid #707070;
}
.single-member:hover a{
    color: #C9B16E;
}
.dr_deg {
    color: #444444;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Lato';
    line-height: 30px;
}


.faq-area {
    position: relative;
    z-index: 2;
    margin-top: 170px;
}
.faq-area::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #F0F0F0;
    z-index: -1;
}
.faq-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
}
.faq-right {
    padding: 120px 0 150px 160px;
}
.faq-right h4 {
    color: #444444;
    font-size: 19px;
    line-height: 23px;
    font-weight: 400;
    padding: 24px 0 15px;
    font-family: 'Lato';
}
.about-dr-navid {
    font-size: 50px;
    color: #002448;
    font-weight: 300;
    line-height: 62px;
    border-bottom: 1px solid #707070;
    padding-bottom: 8px;
}
.faq-right h3 {
    color: #002448;
    font-size: 30px;
    line-height: 37px;
    font-weight: 300;
    padding: 15px 0 26px;
    font-family: 'ITC Avant Garde Gothic Std';
}
.faq-right p {
    font-size: 18px;
    line-height: 26px;
    color: #444444;
    padding-bottom: 30px;
}
.faq-right a {
    background: #002448;
    color: #fff;
    padding: 35px 58px;
    font-family: 'Lato';
    line-height: 26px;
    margin: 42px 0 55px;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.faq-right a:hover{
    background: #C9B16E;
}
.faq-right a strong{
    display: block;
}
.manhattan-per{
    font-size: 48px;
    line-height: 60px;
    color: #002448;
    font-weight: 300;
    padding-bottom: 60px;
}
.faq-left .sec-title{
    padding-left: 115px;
}


.faq-left {
    padding-right: 80px;
}
.accordion__title {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 22px;
    color: #002448;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid #A3A3A3;
    padding: 45px 0;
    padding-left: 115px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: 'ITC Avant Garde Gothic Std';
}
.accordion__title:hover {
    color: #C9B16E;
}
.accordion__title::after {
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 24px;
    height: 24px;
    border: 1px solid #707070;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -12px;
    bottom: 0;
    margin: auto;
    right: 0;
    position: absolute;
    border-top: transparent;
    border-left: transparent;
}
.is-open .accordion__title::after {
    -webkit-transform: rotate(225deg) translate(-7px, -16px);
        -ms-transform: rotate(225deg) translate(-7px, -16px);
            transform: rotate(225deg) translate(-7px, -16px);
}
.accordion__body {
  border-radius: 5px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.accordion__content {
    padding: 25px 30px 30px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 15px auto;
    grid-template-columns: 100px auto;
    grid-column-gap: 15px; 
}
.faq-left .sec-title span {
    padding-top: 70px;
}
.accordion__content p {
    font-size: 18px;
    line-height: 30px;
    color: #444444;
}

.faq-left .common-btns2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 15px 50%;
    grid-template-columns: 50% 50%;
    grid-column-gap: 15px;
}
.faq-left .common-btns2 a:last-child {
    margin-left: 0px;
}
.faq-left .common-btns2 a strong,
.location-left .common-btns2 a strong {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.faq-left .common-btns2 a, .location-left .common-btns2 a {
    line-height: 30px;
    font-weight: 500;
    font-family: 'ITC Avant Garde Gothic Std';
    padding-left: 64px;
}
.location-left .common-btns2 a:hover{
    background: #002448 !important;
}
.faq-left .common-btns2 a:last-child {
    padding-left: 100px;
}

.office-slider-area {
    overflow: hidden;
}
.office-slider-area .slick-next:before{
    line-height: 1;
    opacity: 1;
    color: #000;
    font-size: 40px;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.office-slider-area .slick-prev:before {
    line-height: 1;
    opacity: 1;
    color: #000;
    font-size: 40px;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.office-slider-area .slick-prev,
.office-slider-area .slick-next {
    right: 0;
    background: #fff;
    width: 100px;
    height: 100px;
    z-index: 99;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.office-slider-area .slick-prev:hover,
.office-slider-area .slick-prev:focus,
.office-slider-area .slick-next:hover,
.office-slider-area .slick-next:focus{
    background: #fff;
}
.office-slider-area .slick-next {
    right: -36px;
}
.office-slider-area .slick-next:hover {
    right: 0px;
}
.office-slider-area .slick-prev {
    left: -36px;
}
.office-slider-area .slick-prev:hover {
    left: 0;
}
.office-slider-area  .single-slide.slick-slide:focus {
    outline: none;
}
.location.content {
    padding-top: 35px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
}
.location-left {
    padding-right: 160px;
}
.location-left p {
    color: #444444;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 35px;
}
.location-left .common-btns2 {
    margin-top: 10px;
}
.location-left a{
    background: #C9B16E !important;
    margin-left: 0 !important;
}
.location-area{
    padding-bottom: 170px;
}
.footer-top-area::before{
    content: "";
    position: absolute;
    top: 113px;
    height: 1px;
    background: #727272;
    width: 100%
}
.footer-top-area{
    background: #002448;
    position: relative;
}
.footer-top-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.33% 33.33% 33.33%;
    grid-template-columns: 33.33% 33.33% 33.33%;
    padding-bottom: 100px;
    position: relative;
}
.single-footer-title {
    color: #C9B16E;
    font-weight: 700;
    font-size: 18px;
    border-left: 3px solid #C9B16E;
    padding-left: 20px;
    text-transform: uppercase;
    margin: 56px 0 65px;
    font-family: 'ITC Avant Garde Gothic Std';
}
.shopperapproved {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.single-footer-item ul{
    padding-left: 20px;
}
.single-footer-item ul li a, .single-footer-item ul li {
    color: #fff;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
}
.single-footer-item ul li{
    display: block;
    margin-bottom: 18px;
	line-height: 28px;
}
.single-footer-item ul li a:hover{
    text-decoration: underline !important;
}
.blog-flex-right ul li a, .blog-flex-right ul li {
    font-size: 16px !important;
}
a.blog-title {
    display: block;
}
.location-left p a {
    background: none!important;
}
.open-houre li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 70%;
}
.copyright-area {
    background: #1C2833;
    padding: 45px 0;
}
.copyright-content {
    text-align: center;
    padding: 0 30px;
}
.copyright-content p strong{
    font-weight: 700;
    display: block;
    padding-bottom: 30px;
}
.copyright-content p {
    color: #fff;
    line-height: 30px;
}
.agency-name {
    background: #C9B16E;
    padding: 42px;
}
.agency-name p,
.agency-name p a{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.agency-name p a:hover{
    text-decoration: underline !important;
}
.contact-info li:last-child a {
    width: 30px;
    height: 30px;
    background: url(images/icons.svg);
    background-position: -546px -61px;
}
.periodontal-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 42% 38% 20%;
    grid-template-columns: 42% 38% 20%;
}
.periodontal-left {
    background: #002448;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 120px 36px 0 130px;
}
.periodontal-left h2 {
    color: #fff;
    font-size: 43px;
    line-height: 54px;
    font-weight: 300;
    padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 3px solid #C9B16E;
}
.periodontal-left p {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    padding-right: 44px;
    padding-bottom: 45px;
}
.periodontal-left p a{
    color: #fff;
}
.periodontal-middle {
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.periodontal-middle h4 {
    color: #002448;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 20px;
    font-family: 'ITC Avant Garde Gothic Std';
}
.periodontal-middle p {
    color: #444444;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 23px;
}
.periodontal-right img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.periodontal-area {
    padding: 170px 0 50px;
}
.contact-btn-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.menu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10% 80% 10%;
    grid-template-columns: 10% 80% 10%;
    -webkit-transform: translate(-40%,0);
        -ms-transform: translate(-40%,0);
            transform: translate(-40%,0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
}
.menu-are.open-menu{
    -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
            transform: translate(0,0);
    opacity: 1;
    visibility: visible;
}
.menu-header {
    background: #002448;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
    position: relative;
}
.main-menu {
    padding: 0 30px;
    padding-top: 200px;
}
.main-menu ul{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	 width: 70%;
}
.main-menu ul ul ul{
	width: 100%;
}
.main-menu > ul {
    padding-bottom: 40px;
}
.main-menu ul li {
    padding: 15px 0;
    position: relative;
    display: block;
}
.main-menu > ul > li {
    min-width: 50%;
    max-width: 100%;
}
.main-menu ul li a {
    color: #002448;
    font-size: 26px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.main-menu ul li a:hover{
    color: #C9B16E;
}
.main-menu > ul > li > a:hover{
    padding-left: 50px;
}
.main-menu > ul > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0px;
    height: 3px;
    background: #002448;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.main-menu > ul > li > a:hover:before{
    width: 40px;
}
.menu-header ul {
    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-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
            transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    position: absolute;
    left: 50%;
    bottom: 22%;
}
.menu-header ul li a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-header ul li a:hover{
    color: #C9B16E;
}
.main-menu ul ul li a {
    font-size: 23px;
}
.menu-close-btn {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    margin-top: 25px;
    margin-left: auto;
    margin-right: 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu-close-btn:hover{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.menu-close-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.menu-close-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.main-menu ul ul {
    display: none;
    padding-left: 30px;
	padding-top: 20px;
}
.dropdown-menu-items {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 8px;
    right: 4px;
    border: 3px solid #002448;
    border-top: none;
    border-left: none;
    -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);
    top: 12px;
}
.featured-area .slick-list.draggable {
    padding-bottom: 240px;
}

.patient-tab-area .slick-prev {
    left: 0;
    background: #002448;
    width: 32px;
    height: 62px;
}
.patient-tab-area .slick-next {
    right: 0;
    background: #002448;
    width: 32px;
    height: 62px;
}
.hero-are.inner-hero {
    background: #002448;
    padding-bottom: 260px;
}
.hero-are.inner-hero .contact-btns a:nth-child(1) {
    background: #6B98BE;
}
.about-dr-content {
    -webkit-box-shadow: 0 0 60px rgba(0,0,0,0.10);
            box-shadow: 0 0 60px rgba(0,0,0,0.10);
    position: relative;
    margin-top: -200px;
    background: #fff;
}
.about-dr-left img {
    position: absolute;
    left: 95px;
    top: 60px;
    z-index: 9;
}
.about-dr-right {
    padding: 60px 100px 80px;
    margin-left: auto;
    width: 48%;
}
.about-dr-right > span,
.about-test-dr-left > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #002448;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
	padding-top: 30px;
}
.about-dr-right > span span,
.about-test-dr-left > span span {
    color: #FF9300;
    font-size: 22px;
    padding: 0 8px;
    margin-top: -3px;
}
.about-dr-right h4 {
    font-size: 21px;
    line-height: 26px;
    font-weight: 400;
    color: #002448;
    padding: 21px 0 26px;
    border-bottom: 2px solid #6B98BE;
    margin-bottom: 16px;
}
.about-dr-right h2 {
    color: #002448;
    font-size: 60px;
    line-height: 75px;
    font-weight: 500;
}
.about-dr-right p,
.about-test-dr-left p {
    font-size: 18px;
    font-weight: 700;
    color: #002448;
    line-height: 32px;
    padding-top: 10px;
}
.about-test-dr-left p {
    padding-top: 26px;
}
.dr-teatment-area{
    position: relative;
    z-index: 2;
}
.dr-teatment-area::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 860px;
    background: #2A5581;
    z-index: -1
}
.casebf {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
    margin-bottom: 20px;
}
.twentytwenty-wrapper {
    padding-bottom: 70px;
	position: relative;
}
.twentytwenty-wrapper:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #002349;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 35px;
}
.teatment-bquote {
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.dr-treatment-content {
    background: #fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid rgba(0,7,14,0.14);
    border-bottom: 1px solid rgba(0,7,14,0.14);
}
.dr-teatment-left {
    padding: 0 60px;
}
.dr-teatment-left p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 50px;
}
.dr-teatment-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.teatment-bquote{
    position: relative;
}
.teatment-bquote img {
    position: absolute;
    left: 95px;
    bottom: 87px;
    z-index: 9;
    transform: scale(1.2);
}
.teatment-bottom-bquote {
    padding: 30px 0;
}
.certified-dr-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
}
.certified-dr-left {
    background: #002448;
    padding: 0 80px 0 115px;
    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;
}
.certified-dr-left p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    padding-bottom: 60px;
}
.certified-dr-left h2 {
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
}
.certificate-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.w-50{
    width: 50%;
}
.certificate-wrap ul li {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    position: relative;
    padding-left: 30px;
}
.certificate-wrap ul li::before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 20px;
    top: 8px;
    left: 0;
}
.certificate-wrap ul li a {
    color: #fff;
    text-decoration: underline;
}
.certificate-wrap ul {
    padding-top: 50px;
    padding-bottom: 50px;
}
.certificate-right span {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 40px;
}
.certified-dr-right img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.about-gallery-images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
}
.about-gallery-images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.book-appointment-area {
    padding: 80px 0;
}
.book-appointment-content h5 {
    color: #002448;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px solid #092445;
}
.book-appointment-content p {
    color: #444444;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 30px;
}
.book-appointment-content p a {
    font-size: 18px;
    line-height: 30px;
}
li.footeraddress span {
    display: contents;
}
.single-feature p a {
    color: inherit;
}
.about-dr-content h1 {
    font-size: 38px;
    line-height: 64px;
    color: #c9b16e;
    border-bottom: 1px solid #fff;
    padding: 0px;
    font-family: itc avant garde gothic std book;
}
span.page-subtitle {
    padding: 0px;
    font-size: 28px;
}
.booknowfooter {
    line-height: 30px;
    font-weight: 500;
    font-family: 'ITC Avant Garde Gothic Std';
    padding-left: 64px;
    color: #fff;
    font-size: 20px;
    padding: 35px 40px;
    background: #C9B16E;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.10);
            box-shadow: 0 0 20px rgba(0,0,0,0.10);
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}
.booknowfooter:hover{
    background: #002448;
    color: #fff;
}
.book-appointment-content a strong {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.content-wrap {
    padding: 90px 180px 100px 180px;
    -webkit-box-shadow: 0 0 60px rgba(0,0,0,0.10);
            box-shadow: 0 0 60px rgba(0,0,0,0.10);
    margin-top: -200px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #002448;
    font-size: 18px;
    line-height: 32px;
}
.content-wrap h1 {
    color: #002448;
    font-size: 60px;
    font-weight: 500;
    line-height: 75px;
    padding-bottom: 45px;
	padding-top: 20px;
    margin-bottom: 45px;
    border-bottom: 2px solid #6B98BE;
    text-transform: capitalize;
}
.content-wrap p {
    color: #002448;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 40px;
}
.content-wrap h2 {
    color: #002448;
    font-size: 44px;
    font-weight: 500;
    line-height: 60px;
    padding-bottom: 30px;
    padding-top: 20px;
    font-family: 'ITC Avant Garde Gothic Std Book';
    position: relative;
}
.content-wrap h2::before {
    content: "";
    clear: both;
    display: block;
}
.content-wrap img {
    height: auto;
    border-radius: 10px;
}
.content-wrap li img {
    margin: 30px 0px 0px 0px;
}
.content-wrap a{
    text-decoration: underline !important;
    /*color: #002448;*/
}
.content-wrap a:hover{
    text-decoration: none !important;
}

.content-wrap ul {
    padding-left: 30px;
    padding-bottom: 50px;
}
.content-wrap ul li {
    display: block;
    font-size: 18px;
    color: #002448;
    line-height: 32px;
    padding-left: 40px;
    position: relative;
    padding-bottom: 20px;
    font-family: 'Lato';
    font-weight: 400;
}
.content-wrap ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border: 1px solid #000;
    border-radius: 20px;
}
.content-wrap iframe {
    width: 100%;
    min-height: 560px;
    margin-bottom: 40px;
}
.inner-gallery-imgs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 12px;
}
.about-testimonial-content {
    background: #fff;
    -webkit-box-shadow: 0 0 60px rgba(0,0,0,0.10);
            box-shadow: 0 0 60px rgba(0,0,0,0.10);
    margin-top: -200px;
    padding: 60px;
    padding-bottom: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 63% 37%;
    grid-template-columns: 63% 37%;
}
.about-test-dr-left h1 {
    color: #002448;
    font-size: 60px;
    line-height: 75px;
    font-weight: 500;
}
.about-test-dr-left h2 {
    color: #002448;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    padding: 40px 0 20px;
    border-bottom: 2px solid #6B98BE;
    margin-right: 70px;
}
.about-test-dr-left img {
    padding: 26px 0 60px;
}
.about-test-dr-right {
    position: relative;
}
.about-test-dr-right img {
    max-width: 600px;
    bottom: 0;
    position: absolute;
    right: -60px;
}
.about-test-dr-left p {
    padding-right: 70px;
}
.would-you {
    background: #002448;
    padding: 75px 0 175px;
    text-align: center;
    position: relative;
    z-index: 3;
}
.would-you::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    width: 175px;
    height: 175px;
    background: url(images/top-rev.svg) no-repeat center;
    background-size: contain;
    z-index: 2;
}
.would-you p {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 32px;
    font-family: 'ITC Avant Garde Gothic Std';
}
.all-testimonial-area{
    position: relative;
    z-index: 2;
}
.all-testimonial-area::after{
    content: "";
    position: absolute;
    left: 0;
    top: -80px;
    width: 100%;
    height: 400px;
    background: #6B98BE;
    z-index: -1;
}
.all-testimonials {
    margin-top: 80px;
    -webkit-box-shadow: 0 0 60px rgba(0,0,0,0.10);
            box-shadow: 0 0 60px rgba(0,0,0,0.10);
    padding: 60px 160px;
    background: #fff;
}


.single-testimonial span {
    padding-bottom: 40px;
    position: relative;
}
.single-testimonial span:after {
    content: "";
    position: absolute;
    left: -34px;
    bottom: -24px;
    width: 24px;
    height: 20px;
    background: url(images/quote2.svg) no-repeat center;
    background-size: contain;
}
.single-testimonial span strong:first-child {
    position: relative;
    display: inline-block;
    border-right: 1px solid #002448;
    padding: 10px 0;
    padding-right: 50px;
    margin-right: 40px;
}
.single-testimonial span strong:first-child::after {
    content: "Google Review";
    left: 100%;
    color: #002448;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    padding-left: 17px;
}
.single-testimonial.yelp-test span strong:first-child::after {
    content: "Yelp Review" !important;
}
.single-testimonial span strong {
    color: #002448;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.single-testimonial p {
    font-size: 18px;
    line-height: 30px;
    color: #002448;
    padding-bottom: 30px;
    font-style: italic;
    position: relative;
}
.single-testimonial {
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 70px;
}
.single-testimonial::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 45px;
    background-image: url(images/icons.svg);
    background-position: -173px -139px;
}
.single-testimonial.yelp-test::before {
    background-position: -365px -139px;
}
.single-testimonial::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 325px;
    height: 2px;
    background: #002448;
}

.inner-faq-area {
    padding: 140px 0;
    background: #6B98BE;
}
.inner-faq-content h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    padding-bottom: 30px;
    border-bottom: 2px solid #fff;
    margin-bottom: 45px;
}
.single-faq {
    padding-bottom: 15px;
}
.single-faq:last-child{
    padding-bottom: 0;
}
.single-faq:last-child p:last-child{
    padding-bottom: 0;
}
.single-faq span {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}
.single-faq p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 30px;
}
.have-question {
    background: #C9B16E;
    padding: 190px 0 80px;
    text-align: center;
}
.have-question p {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    position: relative;
    padding: 0 123px;
}
.have-question p::after {
    content: "";
    position: absolute;
    left: 0;
    top: -140px;
    right: 0;
    margin: auto;
    width: 95px;
    height: 95px;
    background: url(images/icons.svg);
    background-position: -596px -157px;
}
.navid-contact {
    padding-left: 80px;
    padding-bottom: 90px;
}
.navid-contact strong {
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 33px;
    display: block;
}
.navid-contact p {
    line-height: 43px;
}
.schedule-consultaion-area {
    background: url(images/schadule_bg.png) no-repeat right bottom;
    background-size: cover;
}
.schedule-consultaion-content {
    padding: 300px 0 120px;
    position: relative;
    text-align: center;
    width: 50%;
}
.schedule-consultaion-content h2 {
    color: #002448;
    font-size: 50px;
    font-weight: 400;
    border-bottom: 1px solid #002448;
    line-height: 80px;
    margin-bottom: 24px;
}
.schedule-consultaion-content img {
    position: absolute;
    left: 110%;
    bottom: 0;
}
.schedule-consultaion-content ul li a {
    background: #fff;
    border: 1px solid #6B98BE;
    padding: 21px 67px 21px 115px;
    color: #002448;
    font-size: 26px;
    margin: 0 15px;
    position: relative;
}
.schedule-consultaion-content ul li:nth-child(2) a{
    background: #6B98BE;
    color: #fff;
} 
.schedule-consultaion-content ul li:nth-child(2) a::before{
    background-position: -509px -197px;
}
.schedule-consultaion-content ul li a::before {
    content: "";
    position: absolute;
    left: 64px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url(images/icons.svg);
    background-position: -438px -197px;
}
.single-faq a{
    color: #fff;
    text-decoration: underline;
}
.single-faq a:hover{
    text-decoration: none;
}
.single-faq ul li {
    display: block;
    color: #fff;
    font-size: 18px;
    padding-bottom: 21px;
    padding-left: 43px;
    position: relative;
}
.single-faq ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 20px;
}
.implants-txt{
    text-align: center;
    padding: 35px 0;
    background: #C9B16E;
}
.tip-box {
    text-align: center;
    padding: 35px 0;
    background: #C9B16E;
    margin: 0 -180px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 700;
    padding-left: 90px;
    position: relative;
}
.box-icon {
    position: absolute;
    left: 451px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 60px;
    background: url(images/flag.svg) no-repeat center;
}
.implants-txt span{
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 700;
    padding-left: 90px;
    position: relative;
    display: inline-block;
}
.implants-txt span::before,
.tip-box strong::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 60px;
    background: url(images/flag.svg) no-repeat center;
}
.all-related-implants,
.services-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 24px;
    padding: 40px 0;
}
.single-implants a:hover,
.services-box a:hover{
    background: #6b98be;
}
.single-implants a,
.services-box a {
    background: #002448;
    width: 100%;
    min-height: 100px;
    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;
    color: #fff;
    font-size: 20px;
    text-align: center;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.08);
            box-shadow: 0 0 20px rgba(0,0,0,0.08);
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 700;
    line-height: 32px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none !important;
}
.loc-date {
    background: #002448;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-family: 'Lato';
    padding: 20px 0;
}
.other-schedule.schedule-consultaion-area {
    margin: 0 -160px;
    background-position: 55% 0;
    margin-bottom: 60px;
}
.other-schedule .schedule-consultaion-content {
    margin-left: 60px;
}
.contact-area form {
    max-width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 70px;
}
.contact-area input {
    width: 48%;
    color: #002448;
    font-size: 20px;
    line-height: 28px;
    border: none;
    border-bottom: 1px solid #002448;
    padding: 22px 0;
    font-family: 'Lato';
    margin-bottom: 20px;
}
.contact-area input[type="submit"] {
    cursor: pointer;
    background: #C9B16E;
    color: #fff;
    padding: 10px 0 !important;
    border: none;
    max-height: 45px;
    -ms-flex-item-align: end;
        align-self: flex-end;
}
.content-wrap figure {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content-wrap blockquote {
    background: #F7F7F7;
    margin: 0 -180px;
    padding: 70px 180px;
    text-align: center;
    position: relative;
    padding-top: 150px;
    margin-bottom: 50px;
    clear: both;
}
.content-wrap .blog-flex-left blockquote {
    margin: 0 0px;
    padding: 70px 20px;
}
.content-wrap .blog-flex-left blockquote p {
    padding: 0 20px;
}
.content-wrap .blog-flex-left blockquote::before {
    top: 20px;
}
.content-wrap blockquote:not(.quote2)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 75px;
    width: 170px;
    height: 45px;
    background-image: url(images/icons.svg);
    background-position: -173px -139px;
    right: 0;
    margin: auto;
}
.content-wrap blockquote p {
    font-size: 18px;
    line-height: 30px;
    color: #002448;
    padding-bottom: 30px;
    font-style: italic;
    position: relative;
    padding: 0 100px;
}
.content-wrap blockquote.quote2 p {
    max-width: 60%;
    margin: 0 auto;
}
.content-wrap blockquote span {
    padding-bottom: 40px;
    position: relative;
}
.content-wrap blockquote span strong:first-child {
    position: relative;
    display: inline-block;
    border-right: 1px solid #002448;
    padding: 10px 0;
    padding-right: 50px;
    margin-right: 40px;
}
.content-wrap blockquote span strong:first-child::after {
    content: "Google Review";
    left: 100%;
    color: #002448;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    padding-left: 17px;
}
.content-wrap blockquote.yelp-review span strong:first-child::after {
    content: "Yelp Review";
}
.content-wrap blockquote.yelp-review::before {
    background-position: -365px -139px;
}
.content-wrap blockquote span strong {
    color: #002448;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.content-wrap blockquote span:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -24px;
    width: 24px;
    height: 20px;
    background: url(images/quote2.svg) no-repeat center;
    background-size: contain;
}
.img-caption, figcaption {
    padding-top: 10px;
    font-family: 'ITC Avant Garde Gothic Std';
    padding-bottom: 25px;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
}
.content-wrap .floatnone{
	width: 100%;
	height: auto;
	float: none;
	text-align: left;
}
div#before_after {
    height: 600px !important;
    margin-bottom: 60px;
}
#before_after img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.office-locations-area{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    margin-top: 60px;
}
.single-office-location span {
    color: #002448;
    font-size: 18px;
    padding-bottom: 30px;
}
.single-office-location ul{
    padding: 0;
}
.single-office-location ul li::before{
    display: none;
}
.single-office-location ul li {
    font-family: 'Lato';
    font-weight: 400;
    padding: 0;
    padding-bottom: 10px;
}
.single-office-location img {
    width: unset;
    padding-top: 26px;
}
blockquote.quote2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    font-family: 'Lato';
    padding: 100px 0;
    line-height: 32px;
    position: relative;
    z-index: 2;
}
blockquote.quote2::after {
    content: "";
    position: absolute;
    left: -55px;
    top: 95px;
    width: 35px;
    height: 25px;
    background: url(images/quote.svg) no-repeat center;
    z-index: -1;
}
.content-wrap blockquote.quote2::after {
    left: 200px;
}
.teatment-bquote blockquote.quote2 {
    width: 55%;
    margin-left: auto;
    padding-right: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.teatment-bottom-bquote blockquote.quote2 {
    color: #002448;
    max-width: 59%;
    margin: auto;
    text-align: center;
}
.periodontal-right {
    background: url(images/periodontal.webp), url(images/periodontal.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}
p a{
    color: inherit;
    text-decoration: underline !important;
}

p a:hover{
    text-decoration: none !important;
}

.re-thumb {
    width: 100%;
    height: 200px;
    background: url(images/not-av.jpg) no-repeat center;
    background-size: cover;
}
.vcard.author {
    font-size: 14px;
    line-height: 20px;
    color: #00234e8a;
}

.vcard.author span {
	font-size: 14px;
}

.related-blog-posts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
    padding: 30px 0;
}
.single-related-post span {
    font-size: 24px;
    padding: 10px 0;
}
.single-slide img {
    width: 100%;
}
.blog-content {
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
    width: 100%;
    margin: 0 auto;
}
.single-blog-post {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 40px #f7f7f7;
}
nav.navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
}
nav.navigation.pagination .nav-links a, nav.navigation.pagination .nav-links span{
	width: 50px;
}
nav.navigation.pagination {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.blog-image {
    min-height: 550px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-title {
    color: #002448;
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    padding-bottom: 25px;
    padding-top: 20px;
}
.blog-title:hover{
    text-decoration: underline !important;
}
.hero-area.inner-hero {
    background: #002448;
    padding-bottom: 260px;
}
.common-btns2.sidebar-button {
    display: block;
    margin-top: 0;
}
.common-btns2.sidebar-button a {
    margin: 0;
    color: #FFF;
    text-decoration: none !important;
    font-size: 16px;
    display: block;
}
.common-btns2.sidebar-button a strong {
    display: block;
    font-size: 20px;
}
.blog-flex-area {
    display: flex;
}
.blog-flex-left {
    width: 70%;
    padding-right: 15px;
}
.blog-flex-right {
    width: 30%;
    /*padding-right: 15px;*/
}
.blog-flex-right aside {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 40px #f7f7f7;
    margin-bottom: 30px;
}
h4.widgettitle {
    margin-bottom: 20px;
}
.blog-flex-right aside ul {
    padding: 0;
}
.blog-flex-right aside ul.recent-blog-posts li {
    padding: 0;
    display: flex;
    margin-bottom: 20px;
}
.blog-flex-right aside ul.recent-blog-posts li::before {
    display: none;
}
.repo-left {
    width: 30%;
    height: 87px;
}
.repo-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.repo-right {
    width: 70%;
    padding-left: 15px;
}
.repo-right a {
    font-size: 16px;
    line-height: 26px;
    text-decoration: none !important;
}
.repo-right p {
    font-size: 14px;
    padding: 0;
    color: #8a8a8a;
    line-height: 14px;
}
.hero-area.inner-hero .contact-btns a:nth-child(1) {
    background: #6B98BE;
}
.menu-area.open-menu {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
}
.header-area.fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #00244b;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.30);
            box-shadow: 0 0 30px rgba(0,0,0,0.30);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 99999;
}
.header-area.fixed-header .contact-btns a:nth-child(1){
	background: #003a6a;
}
.header-area.fixed-header .logo-area img {
    max-width: 500px;
	height: auto;
}
.before_after.twentytwenty-container img {
    width: 100%!important;
    height: auto!important;
}
.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; }
.before-after-gallery.bfonly.content-wrap{
    text-align: center;
}
.before-after-gallery.bfonly.content-wrap h2{
    font-size: 43px;
    font-weight: bold;
}
.before-after-gallery.bfonly.content-wrap p{
	position: relative;
}
.before-after-gallery.bfonly.content-wrap p:after {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #002349;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 18px;
}
.firstpara:after {
	display: none;
}
p.postbot a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #00244894;
}
.periodontal-middle a strong {
    color: #002448;
    font-weight: bold;
    font-size: 22px;
}
@media all and (min-width: 2000px){
	.periodontal-right{
	background-size: 80%;
    background-position: center;
}
	}
@media all and (max-width: 1600px){
	.periodontal-clinic-area .text-center img {
	width: 100%;
	height: auto;
}
    .box-icon {
        left: 358px;
    }
    .content-wrap p, .content-wrap blockquote p {
        font-size: 15px;
        line-height: 25px;
    }
    .all-members {
        grid-column-gap: 1%;
        grid-row-gap: 35px;
        -ms-grid-columns: 19% 1% 19% 1% 19% 1% 19% 1% 19%;
        grid-template-columns: 19% 19% 19% 19% 19%;
    }
    .logo-area  img {
        width: 500px;
    }
    button.bar-btn {
        width: 55px;
        margin-left: 25px;
        height: 35px;
    }
    .contact-btns a {
        font-size: 16px;
        padding: 14px 30px;
    }
    .banner-area p {
        font-size: 16px;
    }
    .banner-area p:first-child::after {
        width: 150px;
    }
    .banner-area span {
        font-size: 40px;
        line-height: 46px;
        padding: 12px 0 20px;
    }
    .banner-area a, .common-btns2 a {
        font-size: 16px;
        padding: 25px 26px;
    }
    .banner-area img {
        padding: 20px 0 25px;
    }
    .featured-content h1 {
        font-size: 32px;
        line-height: 36px;
        padding: 18px 0 12px;
    }
    .dr_name {
        font-size: 50px;
        line-height: 64px;
        padding: 8px 0;
    }
    .featured-content h2 {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .single-feature img {
        width: 70%;
        bottom: -160px;
    }
    .single-feature:nth-child(2) img {
        bottom: -95px;
    }
    .clicnic-left h2 {
        font-size: 36px;
        line-height: 46px;
        padding-bottom: 24px;
        padding-right: 0;
    }
    .clicnic-left p {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 20px;
        padding-right: 0;
    }
    .clicnic-left {
        padding: 80px;
    }
    .periodontal-clinic-content > picture {
        width: 760px;
    }
    .periodontal-clinic-area {
        padding: 110px 0 170px;
    }
    .periodontal-clinic-area .secound-container .text-center > img {
        margin-top: 25px;
        margin-bottom: 40px;
        height: 80px;
    }
    .periodontal-clinic-area::after {
        height: 380px;
    }
    .sec-title span {
        font-size: 36px;
        line-height: 44px;
        padding: 70px 0 20px;
    }
    .periodontal-left {
        padding: 80px 36px 0 75px;
    }
    .periodontal-left h2 {
        font-size: 36px;
        line-height: 46px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .periodontal-left p {
        font-size: 18px;
        line-height: 28px;
        padding-right: 20px;
        padding-bottom: 25px;
    }
    .periodontal-middle {
        padding: 0 25px;
    }
    .periodontal-middle p {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 15px;
    }
    .periodontal-middle h4 {
        font-size: 22px;
        line-height: 24px;
        padding-bottom: 15px;
    }
    .periodontal-middle a strong{
    color: #002448;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 20px;
    font-family: itc avant garde gothic std;
}
    .faq-area {
        margin-top: 100px;
    }
    .faq-right {
        padding: 80px 0 80px 60px;
    }
    .manhattan-per {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 25px;
    }
    .about-dr-navid {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 5px;
    }
    .faq-right h3 {
        font-size: 25px;
        line-height: 37px;
        padding: 10px 0 14px;
    }
    .faq-right h4 {
        font-size: 16px;
        padding: 20px 0 10px;
    }
    .faq-right a {
        padding: 25px 30px;
        line-height: 26px;
        margin: 30px 0 35px;
    }
    .faq-left {
        padding-right: 50px;
    }
    .accordion__title {
        font-size: 18px;
        line-height: 26px;
        padding: 25px 0;
    }
    .faq-left .common-btns2 a, .location-left .common-btns2 a {
        padding-left: 30px;
    }
    .faq-left .common-btns2 a:last-child {
        padding-left: 60px;
    }
    .sec-title p {
        padding: 15px 0 30px;
        color: #444444;
        font-size: 16px;
        line-height: 26px;
    }
    .office-slider-area .slick-prev, .office-slider-area .slick-next {
        width: 60px;
        height: 60px;
    }
    .location-left {
        padding-right: 60px;
    }
    .location-left p {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 20px;
    }
    .agency-name {
        padding: 30px;
    }
    .single-review {
        width: 24%;
        padding: 30px 30px 110px 30px;
        margin-right: 15px;
    }
    .single-review p {
        line-height: 25px;
        font-size: 15px;
    }
    .rating {
        padding-bottom: 45px;
        font-size: 18px;
    }
    .single-review::before {
        left: 0px;
        top: 67px;
    }
    .client-name {
        font-size: 16px;
        padding: 15px 40px;
    }
    .single-feature p {
        font-size: 14px;
        line-height: 25px;
        padding-bottom: 18px;
    }
    .single-feature ul {
        width: 73%;
    }
    .banner-area {
        padding: 80px 0 170px;
    }
    .featured-content {
        margin-top: -60px;
    }
    .single-member img {
        min-width: 100%;
    }
    .about-dr-right > span, .about-test-dr-left > span {
        font-size: 16px;
    }
    .about-dr-right h4 {
        font-size: 18px;
        padding: 10px 0 14px;
        margin-bottom: 12px;
    }
    .about-dr-right h2 {
        font-size: 44px;
        line-height: 58px;
    }
    .about-dr-right p, .about-test-dr-left p {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }
    blockquote.quote2 {
        font-size: 16px;
        padding: 50px 0;
        line-height: 24px;
    }
    blockquote.quote2::after {
        top: 48px;
    }
    .dr-teatment-left p {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 25px;
    }
    .teatment-bquote img {
        left: 150px;
        width: 250px;
        transform: scale(1);
    }
    .certified-dr-left p {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 30px;
    }
    .certified-dr-left h2 {
        font-size: 22px;
    }
    .certificate-wrap ul li {
        font-size: 14px;
        line-height: 24px;
        padding-left: 25px;
    }
    .certificate-wrap ul {
        padding-top: 25px;
        padding-bottom: 40px;
    }
    .certificate-right span {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 24px;
    }
    .book-appointment-area {
        padding: 70px 0;
    }
    .book-appointment-content h5 {
        font-size: 36px;
        line-height: 45px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .book-appointment-content p {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 20px;
    }
    .book-appointment-content a {
        line-height: 22px;
        font-size: 15px;
        padding: 25px;
    }
    .book-appointment-content p a {
        font-size: 16px;
        line-height: 24px;
        padding: 0;
    }
    .book-appointment-content a strong {
        font-size: 15px;
    }
    .about-test-dr-left h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .about-test-dr-left h2 {
        font-size: 24px;
        line-height: 36px;
        padding: 20px 0 8px;
        margin-right: 0px;
    }
    .about-test-dr-right img {
        max-width: 500px;
    }
    .would-you p {
        font-size: 14px;
        line-height: 22px;
    }
    .would-you::after {
        width: 100px;
        height: 100px;
    }
    .would-you {
        padding: 75px 0 110px;
    }
    .single-testimonial p {
        font-size: 15px;
        line-height: 24px;
        padding-bottom: 20px;
    }
    .single-testimonial span {
        padding-bottom: 20px;
    }
    .single-testimonial span strong {
        font-size: 14px;
    }
    .single-testimonial span strong:first-child::after {
        font-size: 14px;
        padding-left: 10px;
    }
    .single-testimonial span strong:first-child {
        padding-right: 25px;
        margin-right: 20px;
    }
    .single-testimonial {
        padding-top: 55px;
        padding-bottom: 15px;
        margin-bottom: 40px;
    }
    .schedule-consultaion-content {
        padding: 230px 0 120px;
    }
    .schedule-consultaion-content.other-schedule {
        padding: 115px 0 60px;
    }
    .schedule-consultaion-content h2 {
        font-size: 36px;
    }
    .schedule-consultaion-content ul li a {
        padding: 16px 40px 16px 80px;
        color: #002448;
        font-size: 20px;
        margin: 0px 5px;
    }
    .schedule-consultaion-content ul li a::before {
        left: 27px;
    }
    .content-wrap {
        padding: 70px 120px 80px 120px;
        font-size: 15px;
        line-height: 25px;
    }
    .tip-box {
        margin: 0 -120px;
    }
    .content-wrap h1 {
        font-size: 46px;
        line-height: 60px;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .content-wrap p {
        font-size: 15px;
        line-height: 25px;
        padding-bottom: 30px;
    }
    .content-wrap h2 {
        font-size: 32px;
        line-height: 42px;
        padding-top: 10px;
    }
    .content-wrap ul li {
        font-size: 15px;
        line-height: 25px;
        padding-left: 30px;
        padding-bottom: 12px;
    }
    .content-wrap blockquote {
        margin: 0 -120px;
        margin-bottom: 30px;
    }
    .single-implants a,
    .services-box a {
        min-height: 80px;
        font-size: 15px;
        line-height: 24px;
    }
    .inner-faq-area {
        padding: 80px 0;
    }
    .menu-header a img {
        width: 80px;
        height: auto;
    }
    .main-menu {
        padding-top: 160px;
    }
    .main-menu ul li a {
        font-size: 20px;
    }
    .main-menu ul ul li a {
        font-size: 18px;
    }
    .dropdown-menu-items {
        width: 13px;
        height: 13px;
        top: 11px;
        border-width: 2px;
    }
    .header-area.fixed-header .logo-area img {
        max-width: 400px;
    }


}
/*1600 End*/
@media all and (max-width: 1200px){
    .content-wrap blockquote.quote2::after {
        left: 150px;
    }
    .all-reviews {
        padding: 0 30px;
    }
    .logo-area img {
        width: 400px;
    }
    .hero-area {
        padding-top: 15px;
    }
    .contact-btns a {
        font-size: 14px;
        padding: 12px 20px;
    }
    button.bar-btn {
        width: 45px;
        margin-left: 15px;
        height: 32px;
    }
    .single-bars {
        height: 2px;
    }
    .banner-area {
        padding: 60px 0 125px;
    }
    .banner-area a, .common-btns2 a {
        font-size: 14px;
        padding: 18px;
    }
    .featured-content {
        padding: 25px;
    }
    .featured-content span:first-child {
        font-size: 16px;
    }
    .featured-content h1 {
        font-size: 26px;
        line-height: 28px;
        padding: 10px 0 8px;
        width: 52%;
    }
    .dr_name {
        font-size: 40px;
        line-height: 53px;
        padding: 4px 0;
    }
    .single-feature::before {
        top: 5px;
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7);
    }
    .single-feature h2 {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 8px;
        margin-bottom: 18px;
    }
    .single-feature {
        padding: 115px 40px 100px 40px;
    }
    .single-feature ul {
        width: 85%;
    }
    .single-feature img {
        bottom: -100px;
    }
    .single-feature:nth-child(2) img {
        bottom: -50px;
    }
    .periodontal-clinic-area {
        padding: 60px 0 80px;
    }
    .patient-tab-content {
        margin-top: -75px;
        padding: 0 20px;
    }
    .clicnic-left h2 {
        font-size: 26px;
        line-height: 35px;
        padding-bottom: 15px;
    }
    .clicnic-left p {
        font-size: 15px;
        line-height: 25px;
    }
    .clicnic-left {
        padding: 60px 40px;
    }
    .periodontal-clinic-content > picture {
        width: 60%;
    }
    .common-btns2 {
        margin-top: 15px;
    }
    .sec-title span {
        font-size: 30px;
        line-height: 40px;
        padding: 36px 0 10px;
    }
    .tab-menu {
        padding: 12px 0;
        margin-bottom: 20px;
    }
    .tab-menu a {
        padding: 11px 24px;
        font-size: 14px;
    }
    .tab-menu .active::after {
        width: 35px;
        height: 3px;
        bottom: -14px;
    }
    .single-review {
        width: 32%;
        margin-right: 6px;
        margin-bottom: 30px;
    }
    .all-reviews {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .periodontal-area {
        padding: 70px 0 50px;
    }
    .periodontal-left {
        padding: 50px 25px 0 20px;
    }
    .periodontal-left h2 {
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .periodontal-left p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 18px;
    }
    .periodontal-middle h4 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 8px;
    }
    .periodontal-middle p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .periodontal-middle {
        padding: 0 15px;
    }
    .team-area .sec-title {
        padding-left: 0;
    }
    .single-member a {
        font-size: 16px;
        padding: 20px 0 8px;
    }
    .all-members {
        grid-row-gap: 15px;
    }
    .dr_deg {
        font-size: 14px;
        line-height: 22px;
    }
    .faq-left .sec-title {
        padding-left: 0;
    }
    .faq-right {
        padding: 35px 0 40px 30px;
    }
    .accordion__title {
        font-size: 15px;
        line-height: 25px;
        padding: 16px 0;
    }
    .accordion__title::after {
        width: 12px;
        height: 12px;
    }
    .is-open .accordion__title::after {
        -webkit-transform: rotate(225deg) translate(-4px, -11px);
            -ms-transform: rotate(225deg) translate(-4px, -11px);
                transform: rotate(225deg) translate(-4px, -11px);
    }
    .accordion__content p {
        font-size: 14px;
        line-height: 24px;
    }
    .faq-left .common-btns2 a strong, .location-left .common-btns2 a strong {
        font-size: 14px;
    }
    .faq-left .common-btns2 a, .location-left .common-btns2 a {
        line-height: 22px;
        padding-left: 25px;
    }
    .faq-left .common-btns2 a:last-child {
        padding-left: 50px;
    }
    .about-dr-navid {
        font-size: 32px;
        line-height: 42px;
    }
    .faq-right h3 {
        font-size: 20px;
        line-height: 30px;
        padding: 6px 0 10px;
    }
    .faq-right p {
        font-size: 14px;
        line-height: 22px;
        color: #444444;
        padding-bottom: 20px;
    }
    .faq-right h4 {
        font-size: 14px;
        padding: 10px 0 3px;
    }
    .manhattan-per {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 12px;
    }
    .faq-right a {
        padding: 15px 20px;
        line-height: 23px;
        margin: 15px 0 18px;
    }
    .banner-area {
        width: 50%;
    }
    .schedule-consultaion-content img {
        left: 100%;
        bottom: 0;
        width: 350px;
    }
    .all-testimonials {
        padding: 60px 100px;
    }
    .other-schedule.schedule-consultaion-area {
        margin: 0 -100px;
    }
    .blog-content {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2,1fr);
    }
}

/*1200 End*/

@media all and (max-width: 1024px){
    .content-wrap blockquote.quote2::after {
        left: 50px;
    }
    .content-wrap blockquote.quote2 p {
        max-width: 90%;
    }
	a.booknowfooter {
    display: inline-block!important;
}
	.before-after-gallery.content-wrap h2{
    font-size: 22px;
    font-weight: bold;
}
	.book-appointment-content a {
    display: contents;
}
    .box-icon {
        left: 266px;
    }
    .single-review {
        min-height: 550px;
    }
    .dr-treatment-content {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .dr-teatment-left {
        padding: 30px;
    }
    .certified-dr-left {
        padding: 30px;
    }
    .about-testimonial-content {
        padding: 60px 30px 0 30px;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .about-test-dr-right img {
        max-width: 300px;
        position: unset;
    }
    .about-test-dr-right {
        text-align: right;
    }
    .schedule-consultaion-content img {
        left: 90%;
        width: 300px;
    }
    .inner-faq-area {
        padding: 50px 0;
    }
    .content-wrap {
        padding: 70px 50px;
    }
    .tip-box {
        margin: 0 -50px;
    }
    .content-wrap blockquote {
        margin: 0 -50px;
        margin-bottom: 30px;
        padding: 45px 60px;
        padding-top: 150px;
    }
    .content-wrap blockquote.quote2 {
        padding: 45px 60px;
    }
    .content-wrap iframe {
        min-height: 460px;
        margin-bottom: 30px;
    }
    .content-wrap h1 {
        font-size: 34px;
        line-height: 45px;
    }



}

/*1024 End*/

@media all and (max-width: 992px){
    .all-features {
        padding-bottom: 0;
    }
    .related-blog-posts {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1,1fr);
    }
    .box-icon {
        left: 170px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
    }
    .hero-are.inner-hero {
        padding-bottom: 30px;
    }
    .logo-area img {
        width: 300px;
    }
    .hero-area {
        background-position: -205px 0;
    }
    .banner-area {
        width: 60%;
    }
    .single-feature {
        width: 50%;
        padding: 115px 40px 60px 40px;
    }
    .single-feature:last-child {
        width: 100%;
    }
    .periodontal-clinic-content > picture {
        width: 100%;
        position: unset;
    }
    .periodontal-clinic-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .periodontal-clinic-area {
        padding: 0px 0 80px;
    }
    .clicnic-left {
        padding: 40px;
        width: 100%;
    }
    .single-review {
        width: 49%;
        margin-bottom: 15px;
    }
    .periodontal-content {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .periodontal-left {
        padding: 50px 25px 50px 20px;
    }
    .periodontal-middle {
        padding: 20px 15px;
    }
    .periodontal-right img {
        display: none;
    }
    .periodontal-area {
        padding: 70px 0 0px;
    }
    .all-members {
        -ms-grid-columns: 32% 32% 32%;
        grid-template-columns: 32% 32% 32%;
    }
    .faq-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .faq-right {
        background: #F0F0F0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 35px 15px 40px 15px;
    }
    .faq-area::after {
        display: none;
    }
    .faq-left {
        padding-right: 0;
    }
    .sec-title span {
        font-size: 26px;
        line-height: 34px;
        padding: 15px 0 10px;
    }
    .faq-left .common-btns2 {
        -ms-grid-columns: 49% 2% 49%;
        grid-template-columns: 49% 49%;
        grid-column-gap: 2%;
    }
    .faq-left {
        padding-bottom: 30px;
    }
    .footer-top-content {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .footer-top-area::before {
        display: none;
    }
    .faq-right img {
        display: block;
    }
    .faq-left {
        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;
    padding-top: 30px;
    }
    .faq-left .sec-title span {
        padding-top: 30px;
    }
    .periodontal-right {
        background-position: center;
        width: 100%;
        min-height: 550px;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
    }
    .featured-area .slick-prev {
        left: 0;
        background: #C9B16E;
        z-index: 9;
        top: 175px;
        width: 32px;
        height: 62px;
    }
    .featured-area .slick-prev::before {
        color: #fff;
        font-size: 30px;
        font-weight: 700
    }
    .featured-area .slick-next {
        right: 0;
        background: #C9B16E;
        z-index: 9;
        top: 175px;
        width: 32px;
        height: 62px;
    }
    .featured-area .slick-next::before {
        color: #fff;
        font-size: 30px;
        font-weight: 700
    }
    .featured-area .slick-prev:hover,
    .featured-area .slick-prev:focus,
    .featured-area .slick-next:hover,
    .featured-area .slick-next:focus{
        background: #C9B16E;
    }
    .featured-area .slick-list {
        padding-bottom: 150px;
    }
    .teatment-bquote img {
        left: 90px;
    }
    .content-wrap {
        padding: 30px 0px;
        margin: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .slick-next:before,
    .slick-prev:before{
        font-weight: 700;
        font-size: 30px;
    }
    .tip-box {
        margin: 0 0px;
    }
    .dr-teatment-left {
        padding: 30px 0;
    }
    .dr-treatment-content {
        border: none;
    }
    .teatment-bquote img {
        left: 0;
    }
    .teatment-bquote blockquote.quote2 {
        width: 60%;
        padding-right: 30px;
        background: #002448;
        padding-left: 40px;
    }
    blockquote.quote2::after {
        top: 14px;
        left: 6px;
    }
    .dr-teatment-area {
        padding-top: 200px;
    }
    .menu-area {
        -ms-grid-columns: 100px auto 48px;
        grid-template-columns: 100px auto 48px;
    }
    .main-menu {
        padding-top: 80px;
        padding-left: 20px;
    }
    .blog-title {
        font-size: 20px;
        line-height: 28px;
    }
    .hero-area.inner-hero {
        padding-bottom: 20px;
    }

}
/*992 END*/
@media all and (max-width: 768px){
    .content-wrap blockquote.quote2 p {
        max-width: 90%;
    }
    .content-wrap blockquote.quote2::after {
        left: 25px;
    }
.before-after-gallery.content-wrap p {
    position: relative;
    padding-bottom: 30px;
}
    .box-icon {
        left: 10px;
        -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
                transform: scale(0.6);
    }
    .tip-box {
        padding: 20px 0;
        font-size: 16px;
        padding-left: 50px;
    }
    .menu-header ul {
        display: none;
    }
    .featured-content span:first-child {
        font-size: 14px;
    }
    .featured-content h1 {
        font-size: 20px;
        width: 100%;
    }
    .dr_name {
        font-size: 30px;
        line-height: 40px;
        padding: 6px 0;
    }
    .featured-content h2 {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .single-feature {
        width: 100%;
        padding: 115px 15px 60px 15px;
    }
    .single-feature p {
        line-height: 21px;
        padding-bottom: 10px;
    }
    .single-feature img {
        width: 50%;
    }
    .clicnic-left {
        padding: 25px 15px;
    }
    .periodontal-clinic-area .secound-container .text-center > img {
        height: auto;
        margin-bottom: 20px;
    }
    .tab-menu a {
        padding: 5px 15px;
        font-size: 14px;
        border: none;
    }
    .single-review {
        width: 100%;
    }
    .all-reviews {
        padding: 0 15px;
    }
    .tab-menu {
        text-align: center;
    }
    .tab-menu .active::after {
        width: 60px;
        height: 2px;
        bottom: 0px;
    }
    .periodontal-left h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .all-members {
        -ms-grid-columns: 49% 49%;
        grid-template-columns: 49% 49%;
    }
    .dr_img {
        width: 160px;
    }
    .about-dr-navid {
        font-size: 28px;
        line-height: 36px;
    }
    .manhattan-per {
        line-height: 32px;
    }
    .sec-title p {
        padding: 10px 0 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .banner-area {
        width: 80%;
    }
    .hero-area {
        position: relative;
        padding-top: 20px;
    }
    .header-area {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .featured-area {
        position: relative;
        z-index: 9;
    }
    .hero-area {
        background-position: -445px 0;
        z-index: 2;
    }
    .header-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .contact-btns {
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 20px;
    }
    .logo-area img {
        width: 100%;
		height: auto;
    }
    .logo-area {
        text-align: center;
    }
    .logo-area a {
        width: 60%;
        margin: auto;
    }
    .periodontal-clinic-area .text-center img {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .location-left {
        padding-right: 0;
    }
    .location.content {
        padding-top: 20px;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .location-area {
        padding-bottom: 70px;
    }
    .hero-are.inner-hero {
        padding-bottom: 20px;
    }
    .about-dr-content {
        -webkit-box-shadow: none;
                box-shadow: none;
        margin-top: 0;
    }
    .about-dr-right {
        padding: 30px 0 30px;
        width: 100%;
    }
    .dr-teatment-area::after {
        display: none;
    }
    .about-testimonial-content {
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0;
        margin: 0;
    }
    .about-test-dr-left h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .about-test-dr-left h2 {
        font-size: 16px;
        line-height: 26px;
        padding: 12px 0 5px;
        margin-right: 0px;
    }
    .about-dr-right p, .about-test-dr-left p {
        font-size: 16px;
        line-height: 24px;
        padding-right: 0;
    }
    .about-dr-right > span, .about-test-dr-left > span {
        font-size: 14px;
    }
    .about-testimonial-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .about-test-dr-left {
        border-top: 1px solid #002448;
        padding-top: 30px;
    }
    .about-test-dr-right img {
        margin-bottom: -4px;
    }
    .would-you {
        padding: 40px 0 90px;
    }
    .all-testimonials {
        padding: 30px 50px;
    }
    .single-testimonial p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 15px;
    }
    .single-testimonial::after {
        width: 120px;
    }
    .single-testimonial span strong {
        font-size: 13px;
    }
    .single-testimonial span strong:first-child {
        padding-right: 10px;
        margin-right: 10px;
    }
    .single-testimonial span strong:first-child::after {
        font-size: 13px;
        padding-left: 10px;
    }
    .single-testimonial::before {
        -webkit-transform: scale(0.7) translate(-38px,0);
            -ms-transform: scale(0.7) translate(-38px,0);
                transform: scale(0.7) translate(-38px,0);
    }
    .schedule-consultaion-area {
        margin: 0 -50px !important;
        padding-top: 208px;
        margin-bottom: 20px !important;
    }
    .schedule-consultaion-content {
        margin-left: 0px;
        padding: 0px 0 20px;
        width: 100%;
    }
    .schedule-consultaion-content h2 {
        font-size: 25px;
        line-height: 42px;
        padding-top: 20px;
        border-bottom: none;
        border-top: 1px solid #002448;
    }
    .schedule-consultaion-content img {
        left: unset;
        width: 200px;
        right: 0;
        bottom: 100%;
    }
    .have-question p {
        padding: 0;
    }
    .schedule-consultaion-area {
        margin-bottom: 0px !important;
    }
    .content-wrap h1 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 10px;
        margin-bottom: 12px;
    }
    .content-wrap h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .content-wrap p {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .content-wrap iframe {
        min-height: 250px;
		height: auto;
    }
    .contact-area form {
        max-width: 100%;
    }
    .content-wrap ul li {
        padding-left: 0;
    }
    .other-schedule .schedule-consultaion-content {
        margin-left: 0;
    }
    .schedule-consultaion-area {
        margin: 0px !important;
    }
    .content-wrap blockquote {
        margin: 0 -15px;
        padding: 45px 15px;
        padding-top: 100px;
        margin-bottom: 15px;
    }
    .content-wrap blockquote.quote2 {
        padding: 45px 15px;
    }
    .content-wrap blockquote p {
        font-size: 15px;
        line-height: 24px;
        padding: 0 0px;
    }
    .content-wrap blockquote span strong {
        font-size: 13px;
        letter-spacing: 2px;
    }
    .content-wrap blockquote span {
        padding-bottom: 15px
    }
    .content-wrap blockquote span strong:first-child {
        padding: 6px 0;
        padding-right: 10px;
        margin-right: 10px;
    }
    .content-wrap blockquote span strong:first-child::after {
        font-size: 13px;
        letter-spacing: 2px;
        padding-left: 10px;
    }
    .content-wrap blockquote::before {
        top: 37px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
    }
    .content-wrap blockquote span::after {
        bottom: 0px;
    }
    .content-wrap h2 {
        padding-bottom: 15px;
    }
    .content-wrap ul {
        padding-left: 30px;
        padding-bottom: 20px;
    }
    .content-wrap ul li::before {
        left: -16px;
    }
    .content-wrap ul li {
        font-size: 15px;
        line-height: 22px;
        padding-left: 30px;
        padding-bottom: 8px;
    }
    .single-office-location ul {
        padding: 0 !important;
    }
    .content-wrap ul li {
        padding-left: 0 !important;
    }
    .implants-txt span,
    .tip-box strong {
        font-size: 15px;
        padding-left: 50px;
    }
    .implants-txt span::before,
    .tip-box strong::before {
        top: 5px;
        -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
                transform: scale(0.5);
    }
    .all-related-implants,
    .services-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 10px;
        padding: 20px 0;
    }
    .loc-date {
        font-size: 16px;
        line-height: 24px;
        padding: 20px 15px;
    }
    .about-dr-right h4 {
        font-size: 14px;
        padding: 5px 0 3px;
    }
    .about-dr-right h2 {
        font-size: 34px;
        line-height: 46px;
    }
    .dr-teatment-area {
        padding-top: 0px;
    }
    .teatment-bquote img {
        position: unset;
        width: 150px;
        margin-bottom: -5px;
    }
    .teatment-bquote blockquote.quote2 {
        width: calc(100% + 30px);
        padding-right: 30px;
        padding-left: 40px;
        margin: 0 -15px;
    }
    .teatment-bquote::after {
        content: "";
        position: absolute;
        left: 0;
        top: 184px;
        width: calc(100% + 30px);
        height: 160px;
        background: #2A5581;
        z-index: -1;
        margin: 0 -15px;
    }
    .dr-teatment-right {
        margin: 0 -15px;
    }
    .teatment-bottom-bquote blockquote.quote2 {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
    .certified-dr-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .certified-dr-left {
        padding: 20px;
    }
    .w-50 {
        width: 100%;
    }
    .certificate-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .about-gallery-images {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    .menu-area {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
		height: auto;
    }
    .hero-area {
        z-index: 999999;
    }
    .menu-header {
        display: unset;
        padding: 15px;
    }
    .menu-header a img {
        width: 45px;
    }
    .menu-close-area {
        position: absolute;
        top: 0;
        right: 0;
    }
    .menu-close-btn {
        margin-top: 20px;
        margin-right: 15px;
    }
    .menu-close-btn::before,
    .menu-close-btn::after {
        background: #fff;
    }
    .main-menu {
        padding: 15px;
    }
    .main-menu > ul {
        width: 100%;
    }
    .main-menu > ul > li {
        min-width: 100%;
        max-width: 100%;
    }


}

/*768 END*/

@media all and (max-width: 575px){
    .content-wrap figure {
        width: 100% !important;
    }
    .dr_img{
        width: 130px;
    }
    .faq-left .common-btns2 {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-row-gap: 10px;
    }
    .faq-left .common-btns2 a:last-child {
        padding-left: 25px;
    }
    .sec-title span {
        font-size: 24px;
        line-height: 32px;
    }
    .sec-title span br{
        display: none;
    }
    .location.content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .location-left p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 10px;
    }
    .location-left {
        padding-right: 0;
        padding-top: 15px;
    }
    .location-area {
        padding-bottom: 40px;
    }
    .single-footer-title {
        font-size: 16px;
        margin: 35px 0 30px;
    }
    .single-footer-item ul li {
        margin-bottom: 10px;
        max-width: 100%;
    }
    .copyright-content {
        text-align: center;
        padding: 0;
    }
    .copyright-content p {
        line-height: 24px;
        font-size: 14px;
    }
    .copyright-content p strong {
        padding-bottom: 12px;
    }
    .agency-name p, .agency-name p a {
        font-size: 14px;
    }
    .agency-name {
        padding: 25px;
    }
    .copyright-area {
        padding: 25px 0;
    }
    .banner-area {
        width: 100%;
    }
    .banner-area span {
        font-size: 30px;
        line-height: 32px;
        padding: 6px 0 12px;
    }
    .banner-area p:first-child {
        font-size: 13px;
    }
    .banner-area p:first-child::after {
        width: 130px;
    }
    .banner-area p {
        font-size: 14px;
        padding-top: 15px;
    }
    .logo-area a {
        width: 90%;
    }
    .featured-content {
        margin-top: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .banner-area {
        padding: 60px 0 50px;
    }
    .featured-content {
        padding: 25px 0;
        margin: 0 -15px;
    }
    .single-feature {
        padding: 115px 50px 60px 50px;
    }
    .single-feature {
        min-height: 550px;
    }
    .single-feature img {
        bottom: -165px;
        width: 80%;
    }
    .featured-area .slick-list.draggable {
        padding-bottom: 160px;
    }
    .clicnic-left {
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0;
    }
    .periodontal-clinic-area {
        border-top: 1px solid #002448;
        padding-top: 20px;
    }
    .common-btns2 {
        margin-bottom: 30px;
    }
    .periodontal-clinic-content > picture {
        width: calc(100% + 30px);
        margin: 0 -15px;
        max-width: calc(100% + 30px);
    }
    .patient-tab-content {
        margin-top: 0;
        padding: 0;
    }
    .patient-tab-area {
        padding-top: 25px;
    }
    .periodontal-clinic-area {
        padding: 0;
        padding-top: 20px;
    }
    .tab-menu {
        min-width: 581px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .tab-menu-wrap {
        overflow: hidden;
        overflow-x: scroll;
        position: relative;
        padding-top: 20px;
    }
    .tab-menu .active::after {
        width: 40px;
        height: 3px;
        bottom: -14px;
    }
    .patient-tab-content {
        position: relative;
    }
    .patient-tab-content::before {
        content: "\2192";
        position: absolute;
        top: 56px;
        right: 0;
        font-size: 30px;
    }
    .single-review {
        width: 100%;
        margin: 0 35px;
    }
    .patient-tab-area .slick-prev {
        z-index: 9;
    }
    .periodontal-area {
        padding: 30px 0 0px;
    }
    .periodontal-right {
        min-height: 700px;
    }
    .all-members {
        -ms-grid-columns: 1fr 25px 1fr;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 25px;
    }
    .single-member img {
    width: 100%;
    height: auto;
    }
    .faq-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .faq-area {
        margin-top: 10px;
    }
    .faq-left .common-btns2 {
        -ms-grid-columns: 1fr 0 1fr;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 0;
    }
    section.faq-area .third-container {
        padding: 0;
    }
    .faq-left .sec-title span {
        padding-left: 15px;
    }
    .accordion__content {
        padding: 15px 25px 20px 0;
        -ms-grid-columns: 60px 10px auto;
        grid-template-columns: 60px auto;
        grid-column-gap: 10px;
    }
    .accordion__title {
        font-size: 16px;
        line-height: 25px;
        padding: 16px 30px 16px 16px;
    }
    .accordion__body {
        padding-left: 10px;
    }
    .accordion__title::after {
        right: 12px;
    }
    .faq-right {
        padding: 35px 30px 40px 30px;
        text-align: center;
    }
    .faq-right img {
		margin: auto;
		width: 100%;
		height: auto;
    }
	.single-slide img {
    width: 100%;
    height: auto;
}
    .faq-right a {
        text-align: left;
        font-size: 14px;
    }
    .manhattan-per {
        font-size: 26px;
    }
    .office-slider-area .slick-prev, .office-slider-area .slick-next {
        width: 32px;
        height: 62px;
    }
    .office-slider-area .slick-prev {
        left: 0;
    }
    .office-slider-area .slick-next {
        right: 0;
    }
    .office-slider-area .slick-prev:before,
    .office-slider-area .slick-next:before {
        font-size: 28px;
    }
    .all-testimonial-area::after {
        height: 200px;
    }
    .all-testimonials {
        padding: 30px 15px;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .single-testimonial span strong {
        letter-spacing: 2px;
        padding: 6px 0;
    }
    .single-testimonial span strong:first-child {
        padding: 6px 0;
        padding-right: 10px;
    }
    .single-testimonial span::after {
        left: -25px;
        bottom: -18px;
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7);
    }
    .single-testimonial span strong:first-child::after {
        letter-spacing: 2px;
    }
    .schedule-consultaion-are.other-schedule {
        margin: 0 -30px !important;
        margin-bottom: 10px !important;
    }
    .schedule-consultaion-content ul li a {
        padding: 12px 20px 12px 60px;
        font-size: 14px;
        margin: 0px 5px;
    }
    .schedule-consultaion-content ul li a::before {
        left: 14px;
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7);
    }
    .inner-faq-content h3 {
        font-size: 26px;
        line-height: 32px;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    .single-faq span {
        font-size: 17px;
        padding-bottom: 12px;
        margin-bottom: 14px;
    }
    .single-faq p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 15px;
    }
    .have-question p::after {
        -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
                transform: scale(0.6);
        top: -90px;
    }
    .have-question p {
        font-size: 16px;
        line-height: 22px;
    }
    .have-question {
        background: #C9B16E;
        padding: 100px 0 45px;
    }
    .book-appointment-area {
        padding: 40px 0;
    }
    .navid-contact {
        padding-left: 0;
        padding-bottom: 20px;
    }
    .book-appointment-content h5 {
        font-size: 24px;
        line-height: 35px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .main-menu ul li a {
        font-size: 15px;
    }
    .main-menu ul li {
        padding: 6px 0;
    }
    .main-menu ul ul li a {
        font-size: 14px;
    }
    .single-feature:nth-child(2) img {
        bottom: -94px;
    }
    .blog-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 15px;
		width: 100%;
    }
	.single-blog-post {
    padding: 10px;
}
	.blog-image {
    min-height: 170px;
}
    .blog-title {
        margin-bottom: 0;
    }
	.banner-area img {
    padding: 20px 0 25px;
    width: 100%;
    height: auto;
}
.location-right img {
    width: 100%;
    height: auto;
}
}

/*575 END*/
@media all and (max-width: 425px){
	.content-wrap img {
		width: 100%;
	}
}

/* 425 END */
@media all and (max-width: 414px){
    .about-dr-content h1 {
    font-size: 25px;
    line-height: 34px;
    padding: 10px 0;

}
	.dropdown-menu-items {
    top: 3px;
}
	.banner-area a {
    margin-top: 30px;
}
	.banner-area p:nth-child(4) {
    padding-bottom: 30px;
}
	.featured-content {
    padding: 10px;
    margin: 0px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
}
	.featured-content span:first-child {
    font-size: 14px;
    height: 25px;
}
	.featured-content h1 {
    font-size: 20px;
    width: 100%;
    height: 36px;
    padding: 0px;
}
	.dr_name {
    font-size: 30px;
    line-height: 40px;
    padding: 6px 0;
    height: 46px;
}
	.featured-content h2 {
    font-size: 14px;
    letter-spacing: 1px;
    height: 34px;
}

	.before-after-gallery.bfonly.content-wrap h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}
	.page-template .hero-area {
    min-height: auto;
}
	header.header-area {
    height: 123.91px;
}
	.home.page-template .hero-area{
    background-image: url(images/Dr._Navid_Rahmani-m.webp), url(images/Dr._Navid_Rahmani-m.jpg);
	background-position: 0 0;
	background-color: #00244b;
	min-height: 621.61px;
	background-size: cover;
}
	.faq-right img {
    margin: auto;
    width: 40%;
    height: auto;
}
	img.alignnone.size-full.wp-image-5640 {
    width: 100%;
    height: 62px;
	padding: 0px;
}
	.periodontal-clinic-content > picture img {
    width: calc(100% + 30px);
    margin: 0 -15px;
    max-width: 100%;
    height: auto;
}
	.about-gallery-images img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
	.header-area.fixed-header {
    padding: 15px 15px;
	height: 154px;
}

}
@media all and (max-width: 380px){
    .contact-btns a {
        font-size: 13px;
        padding: 12px;
    }
    .faq-left .common-btns2 a, .location-left .common-btns2 a {
        padding: 10px;
        font-size: 14px;
    }
    .faq-left .common-btns2 a strong, .location-left .common-btns2 a strong {
        font-size: 13px;
    }
    .header-area.fixed-header {
        padding: 10px;
    }
    .single-feature {
    padding: 115px 35px 60px 35px;
}
.single-review {
    margin: 0 30px;
}
.single-review p {
    line-height: 22px;
    font-size: 14px;
}
.single-review {
    padding: 15px 20px 70px 20px;
}
.rating {
    padding-bottom: 25px;
    font-size: 14px;
}
.rating::after {
    width: 90px;
    height: 20px;
}
.single-review::before {
    left: -7px;
    top: 30px;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
}
.single-review::after {
    right: -5px;
    bottom: 50px;
    -webkit-transform: rotate(180deg) scale(0.5);
        -ms-transform: rotate(180deg) scale(0.5);
            transform: rotate(180deg) scale(0.5);
}
.single-member a {
    font-size: 16px;
}



}

@media all and (max-width: 374px){
	.banner-area p:first-child::after {
		width: 75px;
	}
	
	.featured-content span:first-child {
		height: 50px;
	}
	
	.featured-content h2 {
		height: 50px;
	}
	
	.schedule-consultaion-content ul li {
		margin: 10px 0;
	}
	
}