@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Mitr:wght@200;300;400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Clash Display';
}

:root {
    --colorff: #ffffff;
    --color00: #000000;
    --colord9: #D9D9D9;
    --colorcb: #cb2229;
    --colorf3: #f3f3f3;
    --font-family: "Montserrat", serif;
    --font-family1: "Clash Display", sans-serif;
    --font-90: 9rem;
    --font-70: 7rem;
    --font-60: 6rem;
    --font-50: 5rem;
    --font-48: 4.8rem;
    --font-46: 4.6rem;
    --font-42: 4.2rem;
    --font-40: 4rem;
    --font-36: 3.6rem;
    --font-34: 3.4rem;
    --font-30: 3rem;
    --font-28: 2.8rem;
    --font-26: 2.6rem;
    --font-24: 2.4rem;
    --font-21: 2.1rem;
    --font-20: 2rem;
    --font-18: 1.8rem;
    --font-16: 1.6rem;
    --font-15: 1.5rem;
    --font-14: 1.4rem;
    --font-13: 1.1rem;
    --font-12: 1rem;
    --font-11: 0.9rem;
    --font-10: 0.9rem;
    --line-height-36: 3.6rem;
    --line-height-35: 3.5rem;
    --line-height-30: 3rem;
    --line-height-26: 2.6rem;
    --line-height-24: 1.8rem;
    --line-height-23: 2.1rem;
    --line-height-21: 2.1rem;
    --line-height-18: 1.8rem;
    --line-height-17: 1.7rem;
}

@font-face {
    font-family: 'Clash Display';
    src: url('ClashDisplay-Extralight.woff2') format('woff2'),
        url('ClashDisplay-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('ClashDisplay-Light.woff2') format('woff2'),
        url('ClashDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('ClashDisplay-Medium.woff2') format('woff2'),
        url('ClashDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('ClashDisplay-Regular.woff2') format('woff2'),
        url('ClashDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('ClashDisplay-Bold.woff2') format('woff2'),
        url('ClashDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('ClashDisplay-Semibold.woff2') format('woff2'),
        url('ClashDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: unset !important;
    font-family: 'Clash Display';
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

a,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    font-family: 'Clash Display';
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-style: normal;
    line-height: 1.4em;
}

p {
    font-size: var(--font-16);
}

a {
    outline: 0;
    color: #222;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;

}

a:hover {
    color: #0a1729;
    text-decoration: none;
}

.btn {
    outline: 0;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    cursor: pointer;
}

button:focus {
    outline: none;
}

.container {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.main_section {
    width: 100%;
    margin: 0px;
    padding: 80px 0;
}


/******* Header ************/

/******* Back-to-top ************/
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    font-size: 21px;
    padding: 11px 0;
    background-color: #fbc508;
    border-color: #fbc508;
}

.btn-dark:hover {
    color: #fff;
    background-color: #fbc508;
    border-color: #fbc508;
}

/******* Menu ************/
.top_menu {
    position: relative;
    background-color: var(--colorf3);
    padding: 1rem 0rem;

}

.home-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 13%;
    padding: 0;
    text-align: center;
}

.home-logo {
    width: 100%;
}

.home-menu span {
    color: var(--colorff);
}

.menu-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    width: 100%;
    transition: 2s;
    -webkit-transition: 2s;
    text-align: center;
}

.number {
    display: flex;
    align-items: center;
}

.phone-icon i {
    background: var(--colorcb);
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    text-align: center;
    line-height: 50px;
    font-size: 23px;
    margin-right: 11px;
}

.phone-text h6 {
    color: var(--color00);
    font-size: var(--font-15);
    margin-bottom: 0px;
    font-family: var(--font-family);
    font-weight: 500;
}

.phone-text p a {
    color: var(--colorcb);
    font-weight: 700;
    letter-spacing: 0px;
    font-size: var(--font-26);
    line-height: 28px;
}

.cus-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-menu {
    padding: 1rem 0;
    background-color: var(--colorcb);
}

.wp-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vg-nav>ul>li>a {
    font-size: var(--font-16);
    line-height: 1.2;
    display: block;
    color: var(--colorff);
    text-decoration: none;
    font-weight: 500;
    border-radius: 7px;
    letter-spacing: 0px;
    position: relative;
    transition: 2s;
    -webkit-transition: 2s;
    text-transform: uppercase;

}

.vg-nav>ul>li {
    padding: .6rem 3.4rem .6rem 0;
}

.vg-nav .dropdown ul li a {
    text-align: left;
}

.vg-nav .dropdown ul li a {
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px;
}

.vg-nav>ul>li.active a,
.vg-nav>ul>li a:hover {
    color: var(--colorff);

}

.vg-nav>ul>li a:before {
    content: '';
    background: var(--colorff);
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: -4px;
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
}

.vg-nav>ul>li.active a:before {
    content: '';
    background: var(--colorff);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    opacity: 1;

}

.vg-nav>ul>li a:hover:before {
    content: '';
    background: var(--colorff);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    opacity: 1;
}

.vg-nav .dropdown ul li a:hover {
    color: #000;
}


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

.header-right ul {
    display: flex;
}

.header-right ul li {
    padding: 0 1.2rem;
    list-style-type: none;

}

.header-right ul li a {
    color: var(--colorff);
    font-size: var(--font-15);
    background-color: var(--colorcb);
    padding: 1.2rem 2rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: .3rem;
    display: inline-block;
    margin: 1rem 2rem 0 0;

}

.header-right ul li a:hover {
    background-color: var(--color00);
}

.social {}

.social a {
    color: var(--colorcb);
    margin-right: 4px;
    font-size: 15px;
    background: var(--colorff);
    padding: 1rem;
    border-radius: 10rem;
    width: 3.5rem;
    height: 3.5rem;
    display: inline-block;
    line-height: 1rem;
    text-align: center;
}

.fixed-header {
    position: fixed;
    top: 0;
    z-index: 99;
    transition: 2s;
    -webkit-transition: 2s;

}

/******* Slider ************/

/******* banner ************/
.banner {
    padding: 0px;
    position: relative;
    z-index: 0;
}

/* .banner::before{
    content: '';
    background: #0000004f;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;

} */

.cus-banner-text {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    left: 11px;
}

.cus-banner-text p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.banner .carousel-caption {
    text-align: left;
    /* bottom: 40px; */
    top: 0;
    padding: 0px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    left: 3%;
    right: 3%;
    z-index: 9;
}

.banner .carousel-caption::after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 90%;
    height: 106%;
    left: -6rem;
    z-index: -1;
    overflow: hidden;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .8), hsl(0deg 0% 0% / 0%) 99.68%);
}

.banner-text {
    width: 50%;
}

.banner-text h1 {
    color: var(--colorf5);
    font-size: var(--font-42);
    font-weight: 600;
    font-family: var(--font-family1);
    line-height: 5.1rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    letter-spacing: .2rem;

}

.banner-text p {
    font-size: var(--font-16);
    font-family: var(--font-family);
}


.banner .carousel-item img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
    height: 78vh;

    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.carousel-indicators {
    z-index: 99;
}

.carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 30px;
    border: 0px solid #fff;
}

.carousel-control-next {
    right: 0;
    z-index: 9;
}

.carousel-indicators {

    justify-content: right;
    padding: 0;
    margin-right: 6%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
    bottom: 20px;
}

.carousel-indicators .active {
    opacity: 1;
    width: 40px !important;
}

.carousel-control-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 86%;
    bottom: 0px;
    top: 92.8%;
    z-index: 999;
}

.carousel-control-next {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0px;
    top: 92.8%;
    right: 3%;
    z-index: 999;
}

.call-now {
    position: relative;
    display: inline-block;
    padding: 4px;
    margin-right: 22px;
    border: 1px dashed var(--colorcb);
    background-color: var(--colorcb);
    margin-top: 2rem;
}

.call-now .inner:before {
    position: absolute;
    content: '';
    background: rgba(34, 34, 34, 0.5);
    width: 8px;
    height: 8px;
    left: 0px;
    top: 0px;
}

.call-now .inner:after {
    position: absolute;
    content: '';
    background: rgba(34, 34, 34, 0.5);
    width: 8px;
    height: 8px;
    right: 0px;
    bottom: 0px;
}

.call-now .inner {
    position: relative;
    display: flex;
    padding: 1rem 1.5rem;
}

.inner-icon {
    margin-right: .6rem;
}

.inner-icon svg {
    width: 6rem;
    height: 6rem;
}

.call-now .inner i {
    position: absolute;
    left: 5px;
    top: 0px;
    color: #fff;
    font-size: 100px;
    font-weight: 400;
}

.call-now .inner span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
}

.call-now .inner h3 {
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}

.call-now .inner h3 a {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

.google-review {
    display: flex;
    border-top: 1px solid #ffffff7d;
    margin: 4rem 0 0;
    padding: 2rem 0 0 0;
    width: 80%;
}

.google-review-left {
    display: flex;
    align-items: center;
    width: 65%;
    border-right: 1px solid #fff;

}

.google-review-img {
    width: 40%;
    margin-right: 2rem;
}

.google-review-img img {
    height: auto !important;
}

.google-review-text {}

.google-review-text h3 {
    font-size: var(--font-26);
}

.google-rating {
    width: 35%;
    padding-left: 2.5rem;
}

.google-rating h3 {
    font-size: var(--font-26);
}

.google-rating p {
    font-size: var(--font-15);
}

.google-rating p i {
    font-size: var(--font-12);
    color: #f5c200;
}


/* ======================== */
.about {
    background: #fff;
}

.image_block_1 .image-box {
    position: relative;
    display: block;
    padding-bottom: 4.8rem;
    margin-right: 7rem;
}

.image_block_1 .image-box::before {
    content: '';
    border: 4px;
    border-style: solid;
    border-color: var(--colorcb);
    border-width: 3px 0px 0px 3px;
    position: absolute;
    top: -20px;
    left: -20px;
    height: 7rem;
    width: 7rem;
}

.image_block_1 .image-box::after {
    content: '';
    border: 4px;
    border-style: solid;
    border-color: var(--colorcb);
    border-width: 0px 3px 3px 0px;
    position: absolute;
    bottom: 27px;
    right: -27px;
    height: 7rem;
    width: 7rem;
}


.image_block_1 .image-box .image-1 {
    position: relative;
    overflow: hidden;
}

.image_block_1 .image-box img {
    width: 100%;
}

.image_block_1 .image-box .image-2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    background: #fff;
    padding: 10px;
}

.image_block_1 .image-box .image-content {
    position: absolute;
    display: flex;
    align-items: center;
    left: -5rem;
    top: 10rem;
    background: #fff;
    width: 320px;
    padding: 1.7rem 2rem 2.3rem 3rem;
    box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.1);
    border-left: 4px solid var(--colorcb);
}

.image_block_1 .image-box .image-content h2 {
    font-size: var(--font-40);
    line-height: 60px;
    font-weight: 700;
    margin-right: 15px;
}

.image_block_1 .image-box .image-content h3 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 300;
}

.content-box {
    margin-top: 1rem;
}

.sec-title span {
    position: relative;
    display: inline-block;
    font-size: var(--font-15);
    line-height: 24px;
    font-weight: 600;
    color: var(--colorcb);
    margin-bottom: 6px;
    text-transform: uppercase;
}

.sec-title h2 {
    font-size: var(--font-40);
    font-weight: 700;
    line-height: 4rem;
    margin-bottom: 2rem;
}

.text h3 {
    font-size: var(--font-24);
    font-family: var(--font-family);
    margin-bottom: 1rem;
}

.text p {
    font-size: var(--font-18);
}

/* =============services=========== */
.services {
    background-color: var(--colorf3);
}

.wp-service-box {
    background: var(--color00);
    position: relative;
    overflow: hidden;
    margin: 0 .5rem 3rem;
}

.wp-service-img img {
    -webkit-transition: 550ms;
    transition: 550ms;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    opacity: .5;
    height: 440px;
    object-fit: cover;
    width: 100%;
}

.wp-service-text {
    position: absolute;
    bottom: 0px;
    padding: 20px;

}

.wp-service-text h4 {
    font-size: 26px;
    font-weight: 600;
    color: var(--colorff);
}

.wp-service-text p {
    color: var(--colorff);
}

.wp-service-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cus-btn {
    color: var(--colorff);
    font-size: var(--font-15);
    background-color: var(--colorcb);
    padding: 1rem 2rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: .3rem;
    display: inline-block;
    margin: 1rem 2rem 0 0;
}

.cus-btn:hover {
    background-color: var(--colorff);
    color: var(--colorcb);
}


/* ===================== */

.coupons {
    background-color: #ffefe26e;
    padding: 8rem 4rem 6rem;
}

.cus-coupon {
    border: 3px dotted var(--colorcb);
    padding: 2rem;
    text-align: center;
}

.coupon-img {
    background: var(--color00);
    position: relative;
}

.coupon-img img {
    opacity: .3;
    height: 230px;
    object-fit: cover;
    width: 100%;
}

.coupon-heading {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.coupon-heading h2 {
    font-size: var(--font-42);
    color: var(--colorff);
}

.coupon-text {
    padding: 3rem 2rem 1rem;
}

.coupon-text h3 {
    font-size: var(--font-30);
    color: var(--colorcb);
    font-weight: 600;
    line-height: 3.2rem;
    margin-bottom: 2rem;
}

p.paragraph-default {
    margin-bottom: 3rem;
}

p.paragraph-small {
    font-size: var(--font-14);
}

p.paragraph-small span {
    color: var(--colorcb);
}

.coupon-text .cus-btn:hover {
    background-color: var(--color00);
    color: var(--colorff);
}

.coupons .owl-item.active {
    opacity: .2;
    padding: 1.5rem;
}

.coupons .owl-item.active.center {
    opacity: 1;
    padding: 0;
}

.coupons-slide .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: var(--colorcb);
    padding: 1rem 1.5rem !important;
    font-size: 3rem;
    height: 4rem;
    line-height: 1rem;
    color: var(--colorff);
}

.coupons-slide .owl-carousel .owl-nav button.owl-prev {
    position: absolute !important;
    left: -5rem;
    top: 18rem;
}

.coupons-slide .owl-carousel .owl-nav button.owl-next {
    position: absolute !important;
    right: -5rem;
    top: 18rem;
}

.coupons-slide .owl-dots {
    display: none;
}




.contact-map {
    padding: 0;
}

.info-inner {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f1f7fb;
    margin-top: -340px;
    z-index: 1;
}

.content_block_3 .content-box {
    position: relative;
    padding: 48px 40px 56px 70px;
}

.content_block_3 .content-box .text p {
    margin-bottom: 34px;
}

.content_block_3 .content-box .text .location-list li {
    position: relative;
    display: inline-block;
    float: left;
    width: 33.333%;
    font-size: 18px;
    color: #222;
    padding-left: 27px;
    margin-bottom: 8px;
}

ul.location-list.clearfix {
    padding: 0;
}

.content_block_3 .content-box .text .location-list li:before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-weight: 900;
    left: 0px;
    top: 0px;
}

.content_block_3 .content-box .text .location-list li:before {
    color: var(--colorcb);
}

.content_block_4 .content-box {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 350px 50px 35px 50px;
    margin-left: 30px;
    margin-top: 0rem;
}

.content_block_4 .content-box:before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.0) 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.content_block_4 .content-box .text p {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 21px;
}

.content_block_4 .content-box .support-box {
    position: relative;
    display: block;
    padding: 16px 30px 16px 100px;
}

.content_block_4 .content-box .support-box {
    border: 1px dashed #fff;
}

.content_block_4 .content-box .support-box:before,
.content_block_4 .content-box .support-box:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
}

.content_block_4 .content-box .support-box:before,
.content_block_4 .content-box .support-box:after {
    background-color: #fff;
}

.content_block_4 .content-box .support-box:before {
    left: -1px;
    top: -1px;
}

.content_block_4 .content-box .support-box:before,
.content_block_4 .content-box .support-box:after {
    background-color: #fff;
}

.content_block_4 .content-box .support-box .icon-box {
    position: absolute;
    left: 33px;
    top: -5px;
    font-size: 70px;
    color: #fff;
}

.content_block_4 .content-box .support-box:after {
    right: -1px;
    bottom: -1px;
}

.content_block_4 .content-box .support-box span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}

.content_block_4 .content-box .support-box h3 {
    display: block;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
}

.content_block_4 .content-box .support-box h3 a {
    display: inline-block;
    color: var(--colorcb);
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}

.why {
    background-color: var(--colorff);
}

.why::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #0000006e;
    z-index: -1;
}


.why-box {
    display: flex;
}

.left-box {
    width: 36%;
}

.right-box {
    width: 100%;
}

.main-dental-box {
    display: flex;
    flex-wrap: wrap;
    margin: 4rem 0 0 0;
}

.dental-box {
    width: 48%;
    background: #fff;
    margin: 0 22px 24px 0;
    padding: 10px;
    border-radius: 10px;
    transition: 1s;
    -webkit-transition: 1s;
    display: flex;
}

.dental-icon {
      width: 15%;
}
.dental-text {
    width: 85%;
}

.dental-box img {
    height: 60px;
}

.dental-box h4 {
    font-weight: 600;
    font-size: 23px;
    line-height: 25px;
    margin: 0px 0 10px;
}

.left-box .sec-title span {
    color: var(--colorff);
}

.left-box .sec-title h2 {
    color: var(--colorff);
}

.left-box .text p {
    color: var(--colorff);
}

.brands {
    background: var(--colorff);
}

.brand-logo img {
    height: 150px;
    object-fit: cover;
}

.brand-list {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.brand-box {
    width: 15%;
    margin: 0rem 0 4rem;
}

.review {
    background: var(--colorf3);
    padding: 90px 0 120px;
}

.review .dental-box {
    box-shadow: 0px 0px 3px 4px #0000000a;

}

.review .dental-box:hover {
    background-color: #cb222921;
}

.review .left-box {
    position: relative;
    margin-top: 4rem;
}

.review-box {
    position: sticky;
    top: 120px;
}

.review .dental-box:nth-child(2n+1) {
    margin-top: 80px;
    margin-bottom: -40px;
}

.review .right-box {
    padding: 0 0 0 60px;
    width: 74%;
}

.author {
    display: flex;
}

.author-img {
    margin-right: 10px;
}

.author-img img {
    height: 46px;
    width: 46px;
    border-radius: 100px;
}

.author-text p {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 11px;
}

.author-text span img {
    width: 20px;
    margin-right: 6px;
}

.review-box a {
    border: 1px solid #000;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
}

.review-box a:hover {
    background: #000;
    color: #fff;
}

.review .left-box .sec-title span {
    color: var(--colorcb);
}

.review .left-box .sec-title h2 {
    color: var(--color00);
}

.review .left-box .text p {
    color: var(--color00);
}

.left-box .text a {
    color: var(--colorff);
    font-size: var(--font-15);
    background-color: var(--colorcb);
    padding: 1.2rem 2rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: .3rem;
    margin-top: 2rem;
    display: inline-block;
}

.left-box .text a:hover {
    background-color: var(--color00);
}

.author-text span {
    font-size: var(--font-14);
}

.review .dental-box {
    width: 47%;
    display: block;
}

/******* footer ************/
.footer {
    background-color: #000000de;
    padding: 6.25rem 0 2rem;

}

.footer-logo {
    margin-bottom: 20px;
    width: 65%;
}

.footer-logo a img {
    width: 45%;
    margin-bottom: 15px;
}

.footer-social {
    margin: 5px 0 0 0;
    display: inline-block;
}

.footer-social a {
    color: #fff;
    margin-right: 4px;
    font-size: 17px;
    background: #454343;
    padding: 1rem;
    border-radius: 10rem;
    width: 4rem;
    height: 4rem;
    display: inline-block;
    line-height: 2rem;
    text-align: center;
}

.footer-social a:hover {
    background-color: var(--colorcb);
}

.footer-text {
    position: relative;
}

.footer-services1 {
    margin-top: -13px;
}

.footer-text a img {
    width: 70%;
    margin: 0 0 16px;
}

.footer-text h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
    padding-bottom: 14px;
}

.footer-text ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-decoration: none;
}

.footer-text ul li {
    line-height: 45px;
}

.footer-text ul li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;

    font-family: 'Montserrat', sans-serif;


}

.footer-text ul li a i {}

.footer-text .form-control {
    padding: 0.5rem 0.75rem;
    background-color: #fff0;
    border: 2px solid #fff;
    border-radius: 0px;
}

.footer-text .btn-primary {
    color: #fff;
    background-color: #0d6efd00;
    border-color: #0d6efd00;
    position: absolute;
    top: 5px;
    right: 4px;
}

.footer-text ::-webkit-input-placeholder {
    /* Edge */
    color: #666;
    font-style: italic;
}

.footer-text :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
    font-style: italic;
}

.footer-text ::placeholder {
    color: #666;
    font-style: italic;
}

.social-icons {
    margin: 35px 0 0 0;
}

.social-icons h4 {
    margin-bottom: 10px;
}

.footer-services {
    padding: 0 0px 0 0;
}

.footer-services ul li {
    line-height: 34px;

}

.footer-address ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.footer-address ul li {
    position: relative;
    margin-bottom: 15px;

}

.footer-address ul li .icon i {
    font-size: 22px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
}

.footer-address ul li .cont {}

.footer-address ul li .cont p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    font-family: 'Montserrat', sans-serif;
}

.footer-address ul li .cont p a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: auto;
    height: auto;
    border: inherit;
    font-family: 'Montserrat', sans-serif;
}

.subscribe {
    position: relative;
    padding: 0 0 0 20px;
}

.footer-text .form-control {
    padding: 1rem 0.75rem;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    font-size: 1.4rem;
}

.subcribr-arrow {

}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: var(--colorcb);
    border: none;
    color: var(--colorff);
    padding: 1rem;
}
.subcribr-arrow a {
    color: #fff;
    text-align: center;
    display: block;
}

.subcribr-arrow i {
    color: #fff;
}

hr {
    margin: 2rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .5;
}

.footer hr {
    color: #fff;
    height: 1px;
    opacity: 1;
}

.footer p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0px;
}

.footer p a {
    color: #fff;
    font-weight: 200;
    margin-bottom: 0px;
    text-decoration: none;
}

.footer-services1 ul li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Azonix';
}

.social-icons {
    margin: 15px 0 20px 0;
}

.social-icons a {}

.social-icons ul li {
    display: inline-block;
    padding: 0 18px 0 0;
    justify-content: space-between;
    border-radius: 3px;
    height: 36px;
    width: 36px;
    opacity: 1;
    border-radius: 100px;
    margin-right: 7px;
    box-shadow: 0px 6px 6px #0003;
}

.social-icons ul li a {
    color: #fff;
    text-align: center;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff1ceb0;
    border-radius: 3px;
    height: 36px;
    width: 36px;
    border-radius: 100px;
}

.social-icons ul li:nth-child(1) a {
    background-image: linear-gradient(to right, #5443d6, #e82152, #ffc154);
}

.social-icons ul li:nth-child(2) a {
    background: #385899;
}

.social-icons ul li:nth-child(3) a {
    background: #5da9dd;
}

.social-icons ul li:nth-child(4) a {
    background: #0274b3;
}

.social-icons ul li:nth-child(5) a {
    background: #ea412c;
}

.copy p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.copy1 p {
    text-align: right;
}

.copy1 p a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}

.copy-text {
    text-align: right;
}

.copy-text p a {
    color: #fff;
    font-weight: 200;
    margin-bottom: 0px;
    text-decoration: none;
    font-size: 15px;
    margin: 0 5px;
}

.inner-banner .carousel-item img {
    height: 45vh;
}

.inner-about {
    background-color: var(--colorf3);
}

.offers-inner {
    background-color: var(--colorff);
}

.offers-inner .cus-coupon {
    margin-bottom: 2rem;
}

.wp-according {
    margin-top: 30px;
}

.wp-according .accordion {
    display: flex;
    height: 45vh;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.wp-according .accordion .item {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    flex: 2;
    transition: flex 400ms;
    z-index: 7;
    position: relative;
}

.wp-according .accordion .item::before {
    content: '';

    width: 100%;
    height: 100%;
    position: absolute;

}

.wp-according .accordion .item:hover {
    flex: 3;
}

.bg-barcelona {
    background-image: url(../images/team-1-3.webp);
}

.bg-sydney {
    background-image: url(../images/team-1-6.webp);
}

.bg-venice {
    background-image: url(../images/team-2.jpg);
}

.bg-singapore {
    background-image: url(../images/team-6.jpg);
}


.overlay {
    position: absolute;
    width: 100%;
    top: 87%;
    transition: 2s;
    -webkit-transition: 1s;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 61%) 50%, rgb(0 0 0 / 0%) 100%);
}

.wp-according .accordion .item:hover .overlay {
    top: 58%;
}

.overlay-inner {
    padding: 20px;
}

.overlay-inner h3 {
    color: #fff;
    font-size: 24px;
    line-height: 26px;
}

.overlay-inner p {
    color: #fff;
    margin: 0 0 5px;
}

.overlay-inner p a {
    color: #fff;
    margin: 0 0 8px;
    display: inline-block;
}

.overlay-inner ul li {
    display: inline-block;
    margin-right: .5rem;
}

.overlay-inner ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
}

.athelete-team {
    display: flex;
    flex-wrap: wrap;
}

.athelete-team-box {
    width: 50%;
    padding: 0 15px;
    display: flex;
}

.athelete-team-img {
    width: 50%;
}

.athelete-team-img img {
    height: 380px;
    object-fit: cover;
    width: 100%;
}

.athelete-texm-text {
    width: 50%;
    background: #f7f4f4;
    padding: 54px 25px 0 30px;
}

.athelete-texm-text h4 {
    font-size: 19px;
    margin-bottom: 4px;
}

.athelete-texm-text p span {
    margin-bottom: 0px;
    font-weight: 600;
}

.athelete-texm-text p {
    margin: 10px 0;
}

.overlay-inner ul {
    padding: 0;
}

.contact-form .info-inner {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 53px 50px 55px 50px;
    box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.07);
    margin-top: 0px;
    z-index: 1;
}

.contact-text .form-control {
      padding: 1.975rem .75rem;
    font-size: 1.5rem;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: #ffffff00;
    color: #fff;
}

.contact-text .form-select {
    padding: 1.975rem .75rem;
    font-size: 1.5rem;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: #ffffff00;
    color: #fff;
}

.contact-text input::placeholder {
    color: var(--colorff);

}

textarea {
    color: var(--colorff);
    font-size: 1.5rem;
     color: var(--colorff);
}

textarea::placeholder {
    color: var(--colorff);
}

button.btn.btn-primary.cus-btn {
    border: none;
    letter-spacing: 1px;
}

button.btn.btn-primary.cus-btn:hover {
    background-color: var(--color00);
    color: var(--colorff);
}

.contact-info-two .single-info-box {
    position: relative;
    display: block;
    padding: 30px 30px 25px;
    background: #e5e5e51a;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.contact-info-two .single-info-box:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    top: 0px;
    right: -15px;
    opacity: .5;
}

.icon-bg {
    position: absolute;
    bottom: -40px;
    left: -22px;
    color: #888;
    opacity: .1;
    font-size: 84px;
    transform: rotate(-45deg);
}

.contact-info-two .single-info-box .icon-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    padding: 4px;
    margin-bottom: 17px;
    border: 1px dashed var(--color00);
}

.contact-info-two .single-info-box .icon-box .icon {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: var(--colorcb);
    border-radius: 50%;
}

.contact-info-two .single-info-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: var(--color00);
    font-weight: 600;
    margin-bottom: 13px;
}

.contact-info-two .single-info-box p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: var(--color00);
}

.contact-info-two .info-column:first-child .single-info-box:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    top: 0px;
    left: 0px;
}

.service-detail {
    padding-right: 7rem;
}

.bg-color-3 {
    background-color: var(--colorcb);
}

.cta-style-two .cta-text {
    position: relative;
    display: block;
    padding: 45px 0px 55px 0px;
}

.cta-style-two .cta-text .icon {
    position: absolute;
    left: 0px;
    top: -20px;
}

.cta-text p {
    display: block;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 6px;
}

.cta-text h3 {
    display: block;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    font-weight: 600;
}

.cta-text h3 i {
    font-size: 60px;
    position: relative;
    top: 19px;
    margin: 0 1rem;
    line-height: 1px;
}

.cta-text h3 a {
    display: inline-block;
}

.cta-style-two .cta-text h3 a {
    border-bottom: 1px dashed #fff;
    color: var(--colorff);
    font-size: var(--font-34);
    font-weight: 600;
}

.relative .wp-service-img img {
    height: 330px;
}

.relative .wp-service-text h4 {
    font-size: 22px;
}

.relative .cus-btn {
    font-size: var(--font-14);
    padding: .6rem 1rem;
}

.inner-banner .carousel-caption {
    align-items: center;
    justify-content: center;
    text-align: center;

}

.inner-banner .carousel-caption::after {
    width: 100%;
}

.inner-contact-map {
    background: #f1f7fb;
    padding: 8rem 0;
}

.inner-contact-map .info-inner {
    margin-top: 0;
}

.contact-form {
    background-color: var(--color00);
}

.contact-info h2 {
    font-size: var(--font-70);
    color: var(--colorff);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .9px;
}

.contact-info p {
    color: var(--colorff);
    font-size: var(--font-18);
}

.book-box {
    background-color: var(--colorcb);
    padding: 2.5rem;
    border-radius: 1.5rem;
    width: 74%;
    margin: 4rem 0;
}

.book-box img {
    margin-bottom: 2rem;
}

.book-box h3 {
    font-size: var(--font-50);
    font-weight: 700;
    color: var(--colorff);
    line-height: 5.4rem;
    letter-spacing: .8px;
}

.book-box .cus-btn {
    background-color: var(--colorff);
    color: var(--colorcb);
}

.book-box .cus-btn:hover {
    background-color: var(--color00);
    color: var(--colorff);
}

.contact-email {
    margin: 2rem 0 0;
    position: relative;
}

.contact-email h6 {
    font-size: var(--font-21);
    color: var(--colorff);
}

.contact-email p {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: var(--font-18);
}

.contact-email .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}
.mobile-logo{
    display: none;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 120px !important;
}
.inner-contact-map .content_block_3 .content-box {
    position: relative;
    padding: 0;
}
.footer-bottom{
	display:none;
}

/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
    .container {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0px 15px;
    }


}

@media screen and (max-width: 980px) {}

/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
:root {
    --font-90: 5.3rem;
    --font-70: 5.2rem;
    --font-60: 5rem;
    --font-50: 3.9rem;
    --font-48: 3.8rem;
    --font-46: 3.6rem;
    --font-42: 3.2rem;
    --font-40: 2.8rem;
    --font-36: 2.5rem;
    --font-34: 2.4rem;
    --font-30: 2.3rem;
    --font-28: 2.2rem;
    --font-26: 2.1rem;
    --font-24: 2rem;
    --font-21: 1.9rem;
    --font-20: 1.8rem;
    --font-18: 1.6rem;
    --font-16: 1.6rem;
    --font-15: 1.5rem;
    --font-14: 1.4rem;
    --font-13: 1.1rem;
    --font-12: 1rem;
    --font-11: 0.9rem;
    --font-10: 0.9rem;
    --line-height-36: 3.6rem;
    --line-height-35: 3.5rem;
    --line-height-30: 3rem;
    --line-height-26: 2.6rem;
    --line-height-24: 1.8rem;
    --line-height-23: 2.1rem;
    --line-height-21: 2.1rem;
    --line-height-18: 1.8rem;
    --line-height-17: 1.7rem;
}


.number {
    display: none;
}
.header-right ul li a{
    margin: 0;
}
.logo {
    width: 35%;
}
.mobile-logo{
    display: none;
    transition: 2s;
    -webkit-transition: 2s;
}
.fixed-header .social {
    display: none;
}

    .fixed-header .mobile-logo {
        display: block;
        width: 33%;
    }
.vg-nav-hamburger span{
    background-color: #000;
}
.banner-text {
    width: 100%;
}
.banner-text h1{
        line-height: 3.8rem;
}
.google-review {
        display: flex
;
        align-items: center;
}
.banner .carousel-caption::after {
    width: 100%;
    left: -1rem;
}
.vg-nav-sidebar{
    background-color: var(--color00);
}
.vg-nav-sidebar__content>ul>li>a, .vg-nav-collapse>ul>li>a{
    color: #fff;
    text-transform: uppercase;
}
.vg-nav-sidebar__close{
    color: #fff; 
}
.header-right {
    display: none;
}	
.cus-menu {
    position: absolute;
    right: 20px;
    top: 70px;
}
	.social {
    display: none;
}
	.top-menu {
    padding: 0rem 0;
}
.fixed-header .cus-menu {
    position: relative;
    right: 0;
    top: 0;
}
	.fixed-header .vg-nav-hamburger span{
	        background-color: #fff;
	}	
	
.image_block_1 .image-box {
    margin-right: 1rem;
}
.image_block_1 .image-box::before {
    top: -10px;
    left: -10px;
    height: 6rem;
    width: 6rem;
}
.image_block_1 .image-box::after {
    bottom: 37px;
    right: -17px;
    height: 6rem;
    width: 6rem;
}
.image_block_1 .image-box .image-content{
        left: -1rem;
    top: 22rem;
}
.image_block_1 .image-box .image-2{
    display: none;
}
.content-box {
    margin-top: 0rem;
}
.sec-title h2 {
    line-height: 3rem;
    margin-bottom: 2rem;
}
.text p br{
    display: none;
}
.cus-coupon{
  padding: 1rem;  
}
.coupon-text {
    padding: 2rem 1rem 1rem;
}
.coupon-text h3{
       margin-bottom: 1rem; 
}
p.paragraph-default {
    margin-bottom: 1rem;
}
.coupon-img img{
       height: 160px; 
}
.dental-box {
    width: 100%;
    margin: 0 4px 15px 0;
    padding: 3px;
}
.dental-icon {
    width: 20%;
}
.dental-box img {
    height: 40px;
    width: 45px;
    object-fit: contain;
}
.dental-text {
    width: 80%;
}
.content_block_3 .content-box {
    padding: 28px 20px 36px 40px;
}
.info-inner {
    margin-top: 0px;
}
.content_block_3 .content-box .text .location-list li{
           width: 100%;
}
.content_block_4 .content-box {
    padding: 180px 10px 25px 10px;
    margin-left: 0px;
    margin-top: 0rem;
}
.content_block_4 .content-box .support-box {
      padding: 16px 10px 16px 70px;
}
.content_block_4 .content-box .support-box .icon-box {
    left: 11px;
    font-size: 60px;
}
.content_block_4 .content-box .support-box h3 a {
    font-size: 26px;
    line-height: 32px;
}
	.copy p {
    font-size: 13px;
}
.brand-box {
        width: 44%;
        margin: 1rem 0 2rem;
}
.review .left-box {
    position: relative;
    margin-top: 0rem;
}
.why-box {
    flex-wrap: wrap;
}
.left-box {
    width: 100%;
}
.wp-service-img img {
    height: 370px;
    width: 100%;
}
.review .right-box {
    padding: 0;
    width: 100%;
}
.review .dental-box:nth-child(2n+1) {
    margin-top: 0;
    margin-bottom: 20px;
}
.review .dental-box {
    width: 100%;
    display: block;
}
.review .dental-box{
        padding: 15px;
}
.review {
  padding: 50px 0;
}
.footer-logo a img {
    width: 35%;
    margin-bottom: 15px;
}
.footer-services {
    padding: 30px 0px 0 0;
}
.footer-text{
        padding: 30px 0px 0 0;
}
.footer-text h4 {
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.subscribe {
    position: relative;
    padding: 0;
}
.copy-text {
    text-align: left;
}
.inner-contact-map {
    padding: 2rem 0;
}
   .inner-contact-map .content_block_3 .content-box {
        padding: 10px;
    }
.inner-banner .banner-text h1 br{
    display: none;
}
.inner-banner .carousel-item img {
    height: 52vh;
}
.coupons {
    padding: 6rem 0rem 6rem;
}
.book-box {
    width: 100%;
}
.book-box h3 {
    line-height: 4.4rem;
}

.inner-about .service-detail {
    padding-right: 0;
    margin-bottom: 5rem;
}

.cta-text h3 i {
    font-size: 44px;
    top: 9px;
}
.coupons-slide .owl-carousel .owl-nav button.owl-next {
    right: 0rem;
    top: 14rem;
}
.coupons-slide .owl-carousel .owl-nav button.owl-prev {
    left: 0rem;
    top: 14rem;
}
.banner-text p {
    display: none;
}
	.footer-address ul li .cont p a{
		font-size: 16px;
	}
	.footer-logo {
    margin-bottom: 10px;
    width: 45%;
}
.area {
    display: none;
}
	.fixed-header{
		padding:1rem 0;
	}	
.footer-bottom{
	display:block;
}
	    .footer-bottom {
        display: block;
           background-color: var(--colorcb);
        display: flex
;
        justify-content: space-around;
        align-items: center;
        padding: 1rem 0;
        position: relative;
        position: fixed;
        z-index: 9;
        bottom: 0;
        width: 100%;
    }
	.footer-call a{
		        color: #fff;
        font-size: 18px;
        font-weight: 600;
	}
	.footer-quote a{
		        color: #fff;
        font-size: 18px;
        font-weight: 600;
	}
	.footer-bottom:before{
		        content: '';
        background: #fff;
        height: 100%;
        width: 1px;
        position: absolute;
	}
	.footer {
    padding: 6.25rem 0 6rem;
}
	
}



/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {}



/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {}



/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:375px) {}