.five-star-img{
    padding:25px;
}


.no-webp .contentarea {
    background-image: url(../images/welcome-bg.png);
}

.webp .contentarea {
    background-image: url(../images/welcome-bg.webp);
}

.contentarea {
    position: relative;
    margin-top: -340px;
    padding-top: 440px;
    z-index: 0;
}

.contentarea .container {
    max-width: 100%;
}

.contentarea .post_content {
    max-width: 1172px;
    width: 100%;
    margin: 0 auto;
}

p.subheading {
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #004e7d;
    margin: 0 auto 15px;
}

h1.page-title {
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: #004e7d;
    margin: 0 auto 65px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
}

.no-webp h1.page-title:after {
    background-image: url(../images/page-title-line.png);
}

.webp h1.page-title:after {
    background-image: url(../images/page-title-line.webp);
}

h1.page-title:after {
    content: '';
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 1183px;
    height: 4px;
    position: absolute;
    bottom: -30px;
    left: -50px;
    z-index: 1;
}

.contentarea .post_content p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #004e7d;
}

.contentarea .button-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.insur-text {
    color: var(--dark-blue, #004E7D);
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
/* MEET DOCTOR SECTION
-----------------------------------------------*/
.meet-doc {
    background: linear-gradient(270deg, #00acd7 17.94%, #004e7d 91.55%);
    padding: 113px 0;
}

.doc-slider {
    max-width: 500px;
    width: 100%;
    min-height: 517px;
}

.no-webp .doc-slider .photo {
    background-image: url(../images/dr-punia-photo.jpg);
}

.webp .doc-slider .photo {
    background-image: url(../images/dr-punia-photo.webp);
}

/* When there are multiple doc photos use the css .doc-slider .photo.one, .photo.two, etc */

.doc-slider .photo {
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    max-width: 500px;
    width: 100%;
    min-height: 509px;
    position: relative;
    margin: 0 auto;
}

.slick-next {
    position: absolute;
    right: 50px;
    top: 45%;
    color: transparent;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-radius: 0;
    line-height: inherit;
    font-size: 0;
}

.slick-next::after {
    content: url(../images/white-arrow.svg);
    color: #000;
    width: 30px;
    height: 35px;
    position: absolute;
    font-weight: bold;
    font-size: 50px;
}

.slick-prev {
    position: absolute;
    left: 20px;
    top: 48%;
    color: transparent;
    background-color: transparent;
    z-index: 1;
    margin: 0;
    padding: 0;
    border-radius: 0;
    line-height: inherit;
    font-size: 0;
}

.slick-prev::before {
    content: url(../images/white-arrow.svg);
    color: #000;
    width: 30px;
    height: 35px;
    position: absolute;
    font-weight: bold;
    font-size: 50px;
    transform: rotate(180deg);
}

.doc-slider .slick-next {
    right: -20px;
}

.doc-slider .slick-prev {
    left: -50px;
}

.doc-slider .slick-dots {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
    list-style-type: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.doc-slider .slick-dots button {
    padding: 0;
    background: rgba(255, 255, 255, 0.7);
    text-indent: -9999px;
    width: 35px;
    height: 6px;
    border: 0;
    border-radius: 0;
}

.doc-slider .slick-dots .slick-active button {
    background: #fff;
}

.meet-doc .container {
    max-width: 1600px;
}

.meet-doc .row {
    align-items: center;
    justify-content: space-between;
}

.meet-doc .slideeshow-side {
    max-width: 530px;
    width: 100%;
    min-height: 517px;
}

.meet-doc .meet-side {
    max-width: 900px;
    width: 100%;
    min-height: 517px;
}

.no-webp .meet-doc .doc-info {
    background-image: url(../images/gold-box.png);
}

.webp .meet-doc .doc-info {
    background-image: url(../images/gold-box.webp);
}

.meet-doc .doc-info {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 919px;
    width: 100%;
    min-height: 517px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.doc-info .inner-box {
    max-width: 641px;
    width: 100%;
    margin: 0 auto;
}

.meet-doc h2 {
    font-family: 'Montserrat';
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
}

.meet-doc h2 span {
    font-family: 'URW Form Expand';
    font-size: 50px;
    font-weight: 700;
    line-height: 130%;
    display: block;
}

.meet-doc p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
    margin: 25px auto;
}

/* OUR SERVICES SECTION
-----------------------------------------------*/
.no-webp .services .service {
    background-image: url(../images/services-bg.png);
}

.webp .services {
    background-image: url(../images/services-bg.webp);
}

.services {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    min-height: 840px;
    padding: 113px 0;
}

.services .container {
    max-width: 100%;
}

.services .row {
    align-items: center;
}

.services h2 {
    font-family: 'Montserrat';
    font-size: 35px;
    font-weight: 500;
    line-height: 130%;
    color: #004e7d;
    text-transform: uppercase;
    max-width: 290px;
    width: 100%;
    position: relative;
}

.services h2:after {
    content: '';
    width: 1900px;
    height: 3px;
    background: linear-gradient(to right, #c49e49, #f2d672, #e1c05f);
    position: absolute;
    left: 320px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
}

.services .inner-box h3 {
    color: #004e7d;
    font-size: 50px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.services .inner-box p {
    color: #004e7d;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.outer-slider {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}


/*.no-webp .service-box.implants {*/
/*    background-image: url(../images/dental-implants-icon.png);*/
/*}*/

/*.webp .service-box.implants {*/
/*    background-image: url(../images/dental-implants-icon.webp);*/
/*}*/

/*.no-webp .service-box.invisalign {*/
/*    background-image: url(../images/invisalign-icon.png);*/
/*}*/

/*.webp .service-box.invisalign {*/
/*    background-image: url(../images/invisalign-icon.webp);*/
/*}*/

/*.no-webp .service-box.root-canal {*/
/*    background-image: url(../images/root-canal-icon.png);*/
/*}*/

/*.webp .service-box.root-canal {*/
/*    background-image: url(../images/root-canal-icon.webp);*/
/*}*/

/*.no-webp .service-box.extractions {*/
/*    background-image: url(../images/extractions-showcase.png);*/
/*}*/

/*.webp .service-box.extractions {*/
/*    background-image: url(../images/extractions-showcase.webp);*/
/*}*/

.service-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 312px;
    width: 100%;
    min-height: 384px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 7px auto;
    text-align: center;
    position: relative;
    background: #00ACD7;
    transform: skew(351deg);
}

.inner-service-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    min-height: 384px;
    width: 100%;
}

.service-image {
    padding: 10px 0 30px;
    transform: skew(11deg);
    margin: 0 auto;
}

.service-box:hover > .service-title h3 {
    animation: pulse 1s;
}

.services-slider .outer-div {
    margin: 0 15px;
}

.service-box .service-title {
    max-width: 314px;
    width: 101%;
    padding: 13px;
    background: #fff;
    /*transform: skew(351deg);*/
    margin: 0 auto 0 0;
    box-shadow: 0px 12px 10px rgba(0, 78, 125, 0.25);
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    margin: 0;
}

.service-box h3 {
    font-family: 'Montserrat';
    font-size: 23px;
    font-style: italic;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
    color: #004e7d;
    transform: skew(-352deg);
    margin: 0;
}

.services-slider .slick-next::after {
    content: url(../images/gold-arrow.svg);
}

.services-slider .slick-prev::before {
    content: url(../images/gold-arrow.svg);
}

.services-slider .slick-prev {
    left: -30px;
}

.services-slider .slick-next {
    right: 0;
}

.services-slider .slick-dots {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 435px;
    width: 100%;
    margin: 0 auto;
    list-style-type: none;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    z-index: 1;
}

.services-slider .slick-dots button {
    padding: 0;
    background: rgba(0, 78, 125, 0.7);
    text-indent: -9999px;
    width: 35px;
    height: 6px;
    border: 0;
    border-radius: 0;
}

.services-slider .slick-dots .slick-active button {
    background: #004e7d;
}

/* OFFICE TOUR SECTION
-----------------------------------------------*/
.office-tour {
    background: linear-gradient(to right, #00acd7 17.94%, #004e7d 91.55%);
    padding: 113px 0;
}

.office-tour .container {
    max-width: 1700px;
}

.office-tour .row {
    align-items: center;
    justify-content: space-evenly;
}
/*1*/
.no-webp .tour-slider .photo.one{
    background-image: url(../images/tour-photo1.jpg);
}

.webp .tour-slider .photo.one{
    background-image: url(../images/tour-photo1.webp);
}

/*2*/
.no-webp .tour-slider .photo.two{
    background-image: url(../images/tour-photo2.jpg);
}

.webp .tour-slider .photo.two{
    background-image: url(../images/tour-photo2.webp);
}

/*3*/
.no-webp .tour-slider .photo.three{
    background-image: url(../images/tour-photo3.jpg);
}

.webp .tour-slider .photo.three{
    background-image: url(../images/tour-photo3.webp);
}

/*4*/
.no-webp .tour-slider .photo.four{
    background-image: url(../images/office4.jpg);
}

.webp .tour-slider .photo.four{
    background-image: url(../images/office4.webp);
}

/*5*/
.no-webp .tour-slider .photo.five{
    background-image: url(../images/office5.jpg);
}

.webp .tour-slider .photo.five{
    background-image: url(../images/office5.webp);
}

/*6*/
.no-webp .tour-slider .photo.six{
    background-image: url(../images/tour-photo6.jpg);
}

.webp .tour-slider .photo.six{
    background-image: url(../images/tour-photo6.webp);
}

/*7*/
.no-webp .tour-slider .photo.seven{
    background-image: url(../images/office7.jpg);
}

.webp .tour-slider .photo.seven{
    background-image: url(../images/office7.webp);
}

/*8*/
.no-webp .tour-slider .photo.eight{
    background-image: url(../images/tour-photo8.jpg);
}

.webp .tour-slider .photo.eight{
    background-image: url(../images/tour-photo8.webp);
}

/*9*/
.no-webp .tour-slider .photo.nine{
    background-image: url(../images/tour-photo9.jpg);
}

.webp .tour-slider .photo.nine{
    background-image: url(../images/tour-photo9.webp);
}

/*10*/
.no-webp .tour-slider .photo.ten{
    background-image: url(../images/tour-photo10.jpg);
}

.webp .tour-slider .photo.ten{
    background-image: url(../images/tour-photo10.webp);
}

/*11*/
.no-webp .tour-slider .photo.eleven{
    background-image: url(../images/tour-photo11.jpg);
}

.webp .tour-slider .photo.eleven{
    background-image: url(../images/tour-photo11.webp);
}

/*12*/
.no-webp .tour-slider .photo.twelve{
    background-image: url(../images/tour-photo12.jpg);
}

.webp .tour-slider .photo.twelve{
    background-image: url(../images/tour-photo12.webp);
}

/* When there are multiple doc photos use the css .doc-slider .photo.one, .photo.two, etc */

.tour-slider .photo {
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    max-width: 500px;
    width: 100%;
    min-height: 509px;
    position: relative;
    margin: 0 auto;
}

.tour-slider {
    max-width: 500px;
    width: 100%;
    min-height: 509px;
}

.tour-slider .slick-next {
    right: -20px;
}

.tour-slider .slick-prev {
    left: -50px;
}

.tour-slider .slick-dots {
    display: none;
}

/*.tour-slider .slick-dots {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    max-width: 140px;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    list-style-type: none;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    z-index: 1;*/
/*}*/

.tour-slider .slick-dots button {
    padding: 0;
    background: rgba(255, 255, 255, 0.7);
    text-indent: -9999px;
    width: 35px;
    height: 6px;
    border: 0;
    border-radius: 0;
}

.tour-slider .slick-dots .slick-active button {
    background: #fff;
}

.no-webp .office-tour .tour-info {
    background-image: url(../images/tour-gold-box.png);
}

.webp .office-tour .tour-info {
    background-image: url(../images/tour-gold-box.webp);
}

.office-tour .tour-info {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 919px;
    width: 100%;
    min-height: 517px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.office-tour .inner-box {
    max-width: 641px;
    width: 100%;
    margin: 0 auto;
}

.office-tour h2 {
    font-family: 'Montserrat';
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
}

.office-tour h2 span {
    font-family: 'URW Form Expand';
    font-size: 50px;
    font-weight: 700;
    line-height: 130%;
    display: block;
}

.office-tour p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
    margin: 25px auto;
}


.section-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
}

.no-webp .section-bg {
    background-image: url(../images/section-bg.png);
}

.webp .section-bg {
    background-image: url(../images/section-bg.webp);
}


/* READ OUR REVIEWS SECTION
-----------------------------------------------*/
.our-reviews {
    padding: 92px 0;
}

.our-reviews .container {
    max-width: 1640px;
    padding: 0;
}

.our-reviews h2 {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: #004e7d;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    max-width: 480px;
    width: 100%;
    margin: 0 auto 50px;
    background: #fff;
}

.our-reviews h2:before {
    content: '';
    width: 900px;
    height: 3px;
    background: linear-gradient(to right, #c49e49, #f2d672, #e1c05f);
    position: absolute;
    right: 500px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: -1;
}

.our-reviews h2:after {
    content: '';
    width: 900px;
    height: 3px;
    background: linear-gradient(to right, #c49e49, #f2d672, #e1c05f);
    position: absolute;
    left: 500px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: -1;
}

.no-webp .reviews-box.left {
    background-image: url(../images/left-review.png);
}

.webp .reviews-box.left {
    background-image: url(../images/left-review.webp);
}

.no-webp .reviews-box.right {
    background-image: url(../images/right-review.png);
}

.webp .reviews-box.right {
    background-image: url(../images/right-review.webp);
}

.reviews-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 860px;
    width: 100%;
    min-height: 466px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews-box .inner-box {
    max-width: 600px;
    width: 100%;
    min-height: 367px;
    margin: 0 auto;
}

.no-webp .reviews-box .five-stars {
    background-image: url(../images/five-stars.png);
}

.webp .reviews-box .five-stars {
    background-image: url(../images/five-stars.webp);
}

.reviews-box .five-stars {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 160px;
    width: 100%;
    min-height: 39px;
    margin: 0;
}

.reviews-box h3.patient-name {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.reviews-box p.patient-review {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.reviews-slider .slick-next::after {
    content: url(../images/gold-arrow.svg);
}

.reviews-slider .slick-prev::before {
    content: url(../images/gold-arrow.svg);
}

.reviews-slider .slick-prev {
    left: -50px;
}

.reviews-slider .slick-next {
    right: -20px;
}

.reviews-slider .slick-dots {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
    list-style-type: none;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    z-index: 1;
}

.reviews-slider .slick-dots button {
    padding: 0;
    background: rgba(0, 78, 125, 0.7);
    text-indent: -9999px;
    width: 35px;
    height: 6px;
    border: 0;
    border-radius: 0;
}

.reviews-slider .slick-dots .slick-active button {
    background: #004e7d;
}

/* DOWNLOAD OUR PRICING & INFORMATION GUIDE SECTION
-----------------------------------------------*/
.guide {
    padding: 80px 0;
}

.guide .container {
    max-width: 1800px;
}

.no-webp .guide-book {
    background-image: url(../images/pricing-info-guide.png);
}

.webp .guide-book {
    background-image: url(../images/pricing-info-guide.webp);
}

.guide-book {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 341px;
    width: 100%;
    min-height: 458px;
}

.guide .row {
    align-items: center;
}

.guide-title h3 {
    color: #004e7d;
    font-size: 50px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.guide .book-side {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
}

.guide .book-side:after {
    content: '';
    background: linear-gradient(to bottom, #c49e49, #f2d672, #e1c05f);
    height: 447px;
    width: 4px;
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
}

.guide .book-side .main-btn {
    margin: 25px auto 0 0;
    padding: 10px 35px;
}

.guide .book-side .main-btn:hover {
    transition: color ease-in-out 0.5s;
    padding: 13px 38px;
}

.guide .content-side {
    text-align: center;
}

.guide .button-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

#info-form h3 {
    color: #004e7d;
    text-transform: uppercase;
    font-size: 35px;
}

#info-form p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #004e7d;
}

#info-form span {
    color: #004e7d;
}

/*Specials Section*/

.specials {
    min-height: 538px; 
    position: relative;
}

.specials .container{
    max-width: 90%;
    width: 100%;
}

.specials-content{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.specials-content .left {
    max-width: 339px;
    width: 100%;
}
.special-girl-holder {
    position: absolute;
    bottom: 0;
    left: 0;
}

.special-girl-holder img {
    display: block;
    margin: 0;
}

.specials-content .right {
    display: flex;
    justify-content: space-between;
    height: 225px;
    max-width: 1500px;
    width: 100%;
    z-index: 2;
    margin-top: 100px;
}

.special-card{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px 10px;
}

.special-card h3{
    color: var(--Dark-Blue, #004E7D);
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 130%;
    text-transform: capitalize;  
    margin: 0; 
}

.special-card span{
    color: var(--Dark-Blue, #004E7D);
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 130%; /* 52px */
    text-transform: capitalize;   
}

.special-card p{
    color: var(--Dark-Blue, #004E7D);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */   
    margin: 0
}


.special-1.special-card{
    max-width: 453px;
    width: 100%;
}
.special-2.special-card {
    max-width: 411px;
    width: 100%;
    border-left: 3px solid #af8229;
    border-right: 3px solid #af8229;
}
.special-3.special-card{
    max-width: 526px;
    width: 100%;
}

.special-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: 50px;
    margin-left: 320px;
}

.special-bottom p{
    color: var(--Dark-Blue, #004E7D);
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */   
    margin: 0; 
}

.special-girl-img-mobile{
    display: none;
}

@media (max-width: 1300px){
    .specials-content .right {
        display: flex;
        justify-content: space-between;
        height: 100%;
        max-width: 1000px;
        width: 100%;
        z-index: 2;
        margin-top: 0px;
    }
    
}

@media (max-width: 1100px){
    .specials-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .specials-content .left {
       max-height: 537px;
        height: 100%;
    }


    .specials-content .right {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        gap: 20px;
        max-width: 1100px;
        width: 100%;
        z-index: 2;
        margin-top: 30px;
    }

    .special-girl-holder{
        display: none;
    }
    
    .special-girl-img-mobile{
        display: block;
    }
    .special-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 2;
        margin-top: 50px;
        margin-left: 0px;
    }

    .special-2.special-card {
        max-width: 411px;
        width: 100%;
        border-top: 3px solid #af8229;
        border-bottom: 3px solid #af8229;
        border-left: none;
        border-right: none;
        padding: 20px 0px;
    }
}

/* INSTAGRAM SECTION
-----------------------------------------------*/
.instagram-section {
    margin: 90px 0;
}
.instagram-section .container {
    max-width: 1550px;
}
.instagram-section h2 {
    color: #004E7D;
    text-align: center;
    font-family: URW Form Expand;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 65px */
    text-transform: uppercase;
}
.sb_instagram_header.sbi_medium.sbi_no_avatar svg.external-link {
    display: none;
}

div#sbi_images svg.external-link {
    display: none;
}
/* RESPONSIVE
-----------------------------------------------*/
@media (max-width: 1800px) {
    .service-box {
        max-width: 300px;
    }

    .outer-slider {
        max-width: 750px;
    }
}

@media (max-width: 1760px) {
    .our-reviews .container {
        max-width: 1000px;
    }

    .reviews-slider .slick-dots {
        max-width: 280px;
    }
}
@media (max-width: 1700px) {
    .guide .book-side:after {
        right: -50px;
    }
}

@media (max-width: 1600px) {
    .specials .container{
        margin: 0 0 0 20px;
    }
    .specials .float-left-img{
        position: unset;
        transform: unset;
    }
    .specials .content-side.first{
        margin-bottom: 30px
    }
    .guide .row {
        flex-flow: column;
        gap: 134px 0;
    }

    .guide .book-side:after {
        width: 447px;
        height: 4px;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: -70px;
        top: auto;
    }

    .guide .col-lg-6 {
        max-width: 100%;
    }

    #info-form {
        max-width: 600px;
    }
}

@media (max-width: 1500px) {
    .meet-doc h2 {
        font-size: 26px;
    }

    .meet-doc h2 span {
        font-size: 37px;
    }

    .meet-doc p {
        font-size: 18px;
        margin: 15px 0;
    }

    .no-webp .doc-slider .photo {
        background-image: url(../images/dr-punia-photo-l.jpg);
    }

    .webp .doc-slider .photo {
        background-image: url(../images/dr-punia-photo-l.webp);
    }

    .doc-slider .photo {
        max-width: 315px;
        min-height: 383px;
        margin: 0 auto;
    }

    .doc-slider {
        max-width: 430px;
        min-height: 383px;
    }

    .meet-doc .doc-info {
        max-width: 681px;
        min-height: 383px;
    }

    .doc-info .inner-box {
        max-width: 590px;
    }

    .meet-doc .row {
        justify-content: space-evenly;
    }

    .meet-doc .container {
        padding: 0;
    }

    .office-tour .tour-info {
        max-width: 681px;
        min-height: 383px;
    }

    .office-tour h2 {
        font-size: 26px;
    }

    .office-tour h2 span {
        font-size: 38px;
    }

    .office-tour p {
        font-size: 18px;
        margin: 15px 0;
    }

    .office-tour .inner-box {
        max-width: 590px;
        margin: 0 10px 0 auto;
    }

    .tour-slider .photo {
        min-height: 383px;
        max-width: 315px;
    }

    .tour-slider {
        min-height: 315px;
        max-width: 325px;
    }
}

@media (max-width: 1400px) {
    .outer-slider {
        max-width: 372px;
    }

    .services .col-lg-8 {
        max-width: 40%;
    }

    .services .col-lg-4 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .services .row {
        justify-content: space-between;
    }
    .specials .float-left-img{
        float: none;
        margin: 0 auto 50px;
        display: block;
        max-width: 500px;
        width: 100%;
    }
}

@media (max-width: 1300px) {
    .doc-slider {
        max-width: 323px;
        margin: 0;
        padding: 0;
    }

    .doc-slider .slick-dots {
        max-width: 100%;
        justify-content: center;
        gap: 0 25px;
    }
}

@media (max-width: 1200px) {
    
    .specials{
        padding-top: 50px;
    }
    .contentarea {
        padding-top: 380px;
    }

    .services .col-lg-8 {
        max-width: 50%;
    }
    .services {
        min-height: 100px;
        padding: 50px 0 100px;
    }

    .office-tour .row {
        align-items: center;
        justify-content: center;
    }

    .office-tour .container {
        padding: 0;
    }

    .reviews-slider {
        max-width: 800px;
        margin: 0 auto;
    }

    .reviews-box {
        max-width: 654px;
        min-height: 338px;
    }

    .reviews-box p.patient-review {
        font-size: 20px;
    }

    .reviews-box h3.patient-name {
        font-size: 22px;
        margin: 0 0 10px;
    }

    .reviews-box .inner-box {
        max-width: 75%;
        min-height: 200px;
    }

    .reviews-box a.main-btn4.transition {
        padding: 6px 20px;
    }

    .reviews-slider .slick-next {
        right: 60px;
    }

    .reviews-slider .slick-prev {
        left: 30px;
    }
}

@media (max-width: 1000px) {
    .doc-slider {
        max-width: 35%;
    }
    
    .doc-slider .photo {
        max-width: 100%;
    }

    .meet-doc,
    .office-tour {
        padding: 32px 0;
    }

    .doc-info .inner-box {
        max-width: 100%;
        padding: 25px 40px;
    }

    .no-webp .meet-doc .doc-info {
        background-image: url(../images/gold-box-t.jpg);
    }

    .webp .meet-doc .doc-info {
        background-image: url(../images/gold-box-t.webp);
    }

    .no-webp .office-tour .tour-info {
        background-image: url(../images/tour-gold-box-rec.png);
    }

    .webp .office-tour .tour-info {
        background-image: url(../images/tour-gold-box-rec.webp);
    }

    .meet-doc .doc-info {
        max-width: 65%;
        margin-left: -10px;
        max-height: 383px;
    }

    .office-tour .tour-info {
        max-width: 65%;
    }

    .office-tour .inner-box {
        max-width: 100%;
        padding: 25px 40px;
    }

    .tour-slider {
        max-width: 35%;
    }

    .office-tour h2 {
        font-size: 24px;
    }

    .office-tour h2 span {
        font-size: 34px;
    }

    .office-tour p {
        font-size: 17px;
    }

    .doc-info a.main-btn4,
    .tour-info a.main-btn4 {
        padding: 6px 20px;
    }
    .doc-info .inner-box {
        padding: 25px;
    }

    .doc-info a.main-btn4 {
        margin: 0;
    }
    .specials .col-lg-6{
        max-width: 600px;
        border: 3px solid;
        border-image-slice: 1;
        border-width: 3px;
        border-image-source: linear-gradient(to right, #af8229, #c4993c, #a77720);
        width: 100%;
        margin: 0 auto;
    }
    .specials .container{
        margin: 0 auto;
    }
    .webp.loaded .specials .content-side.first::after{
        display: none;
    }
    .no-webp.loaded .specials .content-side.first::after{
        display: none;

    }
}

@media (max-width: 850px) {
    .service-box {
        max-width: 300px;
        min-height: 324px;
    }

    /*.service-box .service-title {*/
    /*    max-width: 82%;*/
    /*    left: 4px;*/
    /*}*/

    .service-box h3 {
        font-size: 18px;
    }

    .services .inner-box h3 {
        font-size: 35px;
    }

    .services .inner-box p {
        font-size: 18px;
    }

    .services h2 {
        font-size: 30px;
    }

    .services {
        padding: 50px 0 100px;
        min-height: 100px;
    }

    .services h2:after {
        left: 250px;
    }
}

@media (max-width: 800px) {
    p.subheading {
        font-size: 27px;
        line-height: 130%;
    }

    h1.page-title {
        font-size: 42px;
        line-height: 130%;
    }

    .contentarea .post_content p {
        font-size: 17px;
    }

    .contentarea .button-wrap {
        flex-flow: column;
        justify-content: center;
    }

    .meet-doc h2 span {
        font-size: 32px;
    }

    .meet-doc p {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .meet-doc .row,
    .office-tour .row {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .office-tour .row {
        flex-flow: column-reverse;
    }

    .doc-slider,
    .tour-slider {
        max-width: 100%;
        margin-bottom: 32px;
        padding: 0 32px;
    }

    .meet-doc .doc-info,
    .office-tour .tour-info {
        max-width: 100%;
        text-align: center;
        min-height: 100px;
    }

    .doc-info .inner-box,
    .tour-info .inner-box {
        padding: 25px 40px;
    }

    .doc-slider .photo,
    .tour-slider .photo {
        max-width: 315px;
    }

    .meet-doc,
    .office-tour {
        padding-bottom: 0;
    }

    .services .row {
        flex-flow: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .services .col-lg-4 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .services .col-lg-8 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 100px;
    }

    .our-reviews h2 {
        font-size: 35px;
        max-width: 330px;
    }

    .our-reviews h2:before {
        right: 300px;
    }

    .our-reviews h2:after {
        left: 300px;
    }

    .no-webp .reviews-box.left,
    .webp .reviews-box.left,
    .no-webp .reviews-box.right,
    .webp .reviews-box.right {
        background: linear-gradient(270deg, #00acd7 14.58%, #004e7d 64.06%);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .reviews-box {
        max-width: 100%;
        width: 100%;
        min-height: 400px;
    }

    #info-form h3 {
        font-size: 25px;
    }

    #info-form p {
        font-size: 16px;
    }

    .guide .book-side {
        flex-flow: column-reverse;
    }

    .guide .content-side h3 {
        font-size: 25px;
    }

    .guide .content-side h4 {
        font-size: 25px;
    }

    .guide .button-wrap {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .services-slider .slick-dots button {
        width: 25px;
    }
    .insur-text {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    p.subheading {
        font-size: 20px;
    }

    h1.page-title {
        font-size: 25px;
    }
}
@media (max-width: 376px) {
    .service-box {
        max-width: 260px;
    }
    .inner-service-box {
    min-height: 350px;
    }
    .service-image {
        padding: 10px 20px 30px;
    }
}
