/* globals */
/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

/* html, body {width: auto!important; overflow-x: hidden!important} */

button.sub-menu-toggle {
    display: none;
}

.content-information h2 {
    margin-bottom: 15px;
}

.content-information ul { margin : 15px 0; }

ul#main-menu .active {
    background-color: transparent;
}

header ul#main-menu .active a { color: var(--color9) !important; }

#accessibilityWidget { cursor: pointer; }

.height-gap { height: 1vw; }
.height-gap-three { height: 3vw; }

.row-count-4 hr, .row-count-4 .height-gap-last { display: none; } 
.content-information-with-image img { margin-bottom : 15px; }

.content-information-with-image.py-4.pad-top-0, .content-information-with-image.py-4.pad-top-0 .py-5 { 
	padding-top: 0 !important;  
}

.secundary-page .pad-btm-0 .p-body.pb-5 {
    padding-bottom: 0 !important; 
}

.secundary-page .mar-btm-0 .p-body.mb-5 { 
    margin-bottom: 0 !important;
}

.container-links-pages.breadcrumbs-info a, .container-links-pages.breadcrumbs-info span { color: var(--color9) !important; line-height: 16px; }

a {
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
html {
    overflow-x: hidden;
  }
a img {
    width: 20px;
    margin-right: 5px;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    width: 100%;
}
h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0;
}
.img-70{
    width: 70%;
}
.img-80{
    width: 80%;
}
.img-90{
    width: 90%;
}
.img-95{
    width: 95%;
}
.pl-1 {
   padding-left: 1.5vw;
}
.pl-1 img {
   padding-left: 1.5vw;
}

.fz-19{
    font-size: 15px !important;
}
.fz-17{
    font-size: 1.180vw !important;
}
.fz-18{
    font-size: 1.25vw !important;
}
.txt-initial{
    text-transform: initial;
}
.spacing {
    height: 8vw;
    background: transparent;
}
.spacing-2 {
    height: 3vw;
    background: transparent;
}

#wpadminbar .quicklinks ul img.avatar {
    width: auto !important;
    height: auto !important;
}

img.avatar {
    border-radius: 50%; 
    border: 3px solid;
    height: 200px !important; 
    width: 200px !important;
    object-fit: cover;
}
.read-more {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    text-align: left;
}
.quotation-marks {
    font-family: SpaceGrotesk-Light !important;
    font-weight: 300 !important;
    font-size: 119px !important;
    line-height: 20px !important;
    margin: 0 !important;
}
.title {
    min-height: 100px !important;
}
.arrow {
    border-radius: 50%;
    height: 20px;
    position: relative;
    width: 20px;
}
.arrow.left {
  transform:rotate(180deg);
}
.arrow:before, .arrow:after {
    border-right: 2px solid;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: rotate(135deg);
    width: 0;
}
.arrow:after {
    margin-top: -1px;
    transform: rotate(45deg);
}
.arrow:hover, .arrow:focus,
.arrow:hover:before, .arrow:hover:after,
.arrow:focus:before, .arrow:focus:after {
    color: #000;
}
.btn-appointment {
    border-radius: 10px;
    font-family: Poppins-Bold;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    padding: 11px 22px;
    text-transform: uppercase;
}
.btn-appointment-sm {
    font-family: Poppins-Bold;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    padding: 11px 0;
    text-transform: uppercase;
}
.txt-appointment {
    font-family: Poppins-Regular;
	font-weight: 500;
    font-size: 20px !important;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.txt-appointment .icon {
    border-radius: 50%;
    height: 40px;
    padding: 10px;
    width: 40px;
}
.txt-appointment .icon img {
    height: 100%;
    margin: 0 !important;
    padding: 0;
    position: unset;
    vertical-align: top;
    width: 100%;
}
/* globals */

/* btn */
.home .container-btn{
    margin-top: 2.5vw;
}
.home .container-btn2 {
    margin-top: 2.5vw;
}
.btn-home{
    font-size: 1.6vw;
}
.btn-sm{
    padding: 10px 20px;
}
/* btn */

/* index */
.home .p-body, .home .p-body2 {
    padding: 0px 7vw;
}
.home h1{
    font-family: Gotham-Light;
    font-size: 2vw;
    margin-top: 40px;
    margin-bottom: 40px;
}
.home h4 {
    font-family: Gotham-Light;
    font-size: 2vw;
    margin-top: 40px;
    margin-bottom: 40px;
}
.home .reviews-body {
    margin-bottom: 0vw !important;
}
/* index */

/* header */
/* header */
.main-menu-btn {
    position: relative;
    display: block;
    /* height: 50px; */
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}
.main-menu-btn .border-left {
    border-left: 1px solid;
}
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    height: 2px;
    width: 24px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}
.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-menu-btn-logo-separator {
    margin-right: 0.222em;
    border-right: 1px solid #dad3c9;
    padding-right: 0.5em;
}
#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
#main-menu-state:not(:checked)~#main-menu {
    display: none;
}
#main-menu-state:checked~#main-menu {
    display: block;
}
.sm {
    position: relative;
    z-index: 10;
}
.sm,
.sm ul,
.sm li {
    display: block;
    list-style: none;
    margin: 0px 10px;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
}
.sm ul {
    display: none;
}
.sm li,
.sm a {
    position: relative;
}
.sm a {
    display: block;
}
.sm a.disabled {
    cursor: not-allowed;
}
.sm:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.sm,
.sm *,
.sm *:before,
.sm *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-items a,
.menu-items a:hover,
.menu-items a:focus {
    padding: 10px 15px;
    background: transparent;
    font-family: Poppins-Regular;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none;
}
.menu-items a span.sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 0px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.menu-items a.highlighted span.sub-arrow:before {
    display: block;
    content: '-';
}
header .container-menu {
    padding: 1vw 0 3px 0;
}
.menu-items ul {
    background: transparent;
}
.nav-logo {
   padding: 0 0 0 0;
   position: relative;
   margin: 0 1.5vw 0 -1.5vw !important;
}
.nav-logo img {
    margin: -1.5vw 0vw 0 4vw;
    width:18vw;
    height: auto;
}

.home .nav-logo img {
    width: 12vw;
}

.nav-logo img {
    width: 9vw;
}

.fixed-top .nav-logo img {
    width: 12vw;
}
header .container-location {
   padding: 8px 0 !important;
}
header .fixed-top .container-location {
    padding: 0px 0 !important;
}
header .container-location ul {
    display: flex;
}
header .container-location ul li {
    margin-right: 12px;
}
header .address{
    padding: 1.25vw 0px 5px 1vw !important;
}
header .address a {
    font-family: Roboto-Regular;
    font-size: 15px; 
}
header .address i {
    font-size: 2vw;
    margin-right: 5px;
}
/* header .social {
    padding: 5px 2vw;
} */

header .social {
    border-radius: 50%;
    font-size: 25px;
    height: 37px;
    width: 37px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
}
/* header .google-star img {
   width: 35px;
   height: auto;
} */
header .google-star img {
    width: 185px;
    height: 37px;
}
header .appt {
    padding: 5px 0px;
}
header .appt img {
    height: 40px;
    object-fit: cover;
    width: 40px;
}
header .appt a {
    font-family: Oswald-VariableFont_wght;
    font-weight: 500;
    font-size: 2vw;
    padding: 5px 20px;
    border: 2px solid;
    border-radius: 15px;
}
header .address {
    padding: 10px 0px 5px 2vw;
}
header .address a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
header .container-logo img {
    width: 100%;
    height: auto;
    margin-right: 0px;
}
header .btn-appointment {
    font-size: 14px;
    padding: 11px 10px;
}
header .container-logo {
    padding: 1vw 0vw 1vw 3vw;
}
header .line {
    border-right: solid 1px #02020266;
    height: 15px;
    position: absolute;
    top: 12px;
    right: -1vw;
}

header {
    position: absolute;
    width: 100%;
    z-index: 9;
    left: 0;
}

.fixed-top {
    border: none;
    justify-content: center !important;
    -webkit-animation-name: fixed-top;
    animation-name: fixed-top;
    padding-right: 0vw;
    padding-top: 5px;
    /* padding-bottom: 12px !important; */
    z-index: 9999 !important;
    -webkit-box-shadow: 0px 3px 4px -1px rgba(0,0,0,0.64);
    -moz-box-shadow: 0px 3px 4px -1px rgba(0,0,0,0.64);
    box-shadow: 0px 3px 4px -1px rgba(0,0,0,0.64);
}
.fixed-top .container-logo{
    display: none !important;
}
.fixed-top .container-menu{
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center !important;
}
@-webkit-keyframes fixed-top {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fixed-top {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.scrollToTop {
    display: none;
    padding: 12px 20px;
    font-size: 20px;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 29px;
    text-align: center;
    z-index: 1005 !important;
    border-radius: 30px;
}
/* header */


/* Nav */

.navbar-expand-lg ul li ul li ul {
    top: 47px !important;
}
.navbar-expand-lg ul li ul li a .sub-arrow {
display:block;
	border-color: #fff transparent transparent transparent !important;
	right: -10px;
 top: 16px;
    -webkit-transform: rotate(-90deg);   -moz-transform: rotate(-90deg);   transform: rotate(-90deg);

}

.navbar-expand-lg ul li ul li ul{
	left: 18px !important;
}

.navbar-expand-lg ul li ul{
	padding-right:20px;
}
/* Nav end */

/* hero */
.hero .overlay {
    width: 100%;
    height: 9vw;
    position: absolute;
    left: 0;
    top: 2.8vw;
    padding-left: 0vw;
    z-index: 1;
    background: linear-gradient(rgba(0,0,0,.5), rgba(255,0,0,0));
}
.hero .container-text {
    position: absolute;
    left: 0vw;
    top: -8vw;
    z-index: 1;
}
.hero .container-text img {
    display: block;
    margin-bottom: 2vw;
    width: 43%;
}
.hero h1 {
    font-family: Oswald-VariableFont_wght;
	font-weight: 600;
    font-size: 57px;
	line-height: 1em;
    text-shadow: 1px 1px 10px #00000066;
	text-transform : uppercase;
}
.hero h1 span {
    font-family: Poppins-Light;
	font-weight: 400;
    font-size: 34px;
    text-shadow: 1px 1px 10px #00000066;
    line-height: 40px;
	text-transform : capitalize;
}
.hero h3 {
    font-family: Poppins-Bold;
    font-size: 4.2vw;
    text-align: center;
}
.hero h3 span {
    font-size: 5.6vw;
    font-weight: 400;
}
.hero p {
    font-family: Poppins-Light;
    font-size: 2vw;
    line-height: 120%;
}
.hero a {
    font-family: Poppins-Bold;
    font-size: 2.2vw;
}
.hero h4 {
    margin-top: 1vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2vw;
}
.hero .phone-white{
    width: 40px !important;
}
.hero-container-txt {
    border-radius: 16px;
    z-index: 1;
}

.hero .container-text2 {
    position: absolute;
    left: 56vw;
    top: 25vw;
    padding-left: 0vw;
    z-index: 1;
}
.hero .container-text3{
    position: absolute;
    left: 56vw;
    top: 13vw;
    padding-left: 0vw;
    z-index: 1;
}
.hero .container-text3 img {
    width: 70%;
    height: auto;
    z-index: 1;
}
.hero .container-text4 {
    position: absolute;
    left: 0vw;
    top: 19.5vw;
    padding-left: 0vw;
    z-index: 1;
}
.hero .container-text4 p {
    margin-top: 3vw;
	padding: 0 20vw;
    text-align: center;
     font-family: Poppins-light;
    font-weight: 300;
    font-size: 1.3vw;
	line-height: 1.6em;
}

.page-id-48 .hero .container-text4 h1, .page-id-48 .hero .container-text4 h1 span { 
    font-size: 18px;
    text-transform: none;
    max-width: 700px;
    margin: 0 auto;
    line-height: 28px;
    font-family: Poppins-light;
}

.page-id-48 .hero .container-text4 h3 {  
	margin-top: 25px;
	display: block;
	text-transform: none;
	font-size : 18px;
}	

.hero .container-text4 h1 {
    margin-top: 1vw;
	 margin-bottom: 1vw;
    text-align: center;
    font-family: Oswald-VariableFont_wght;
    font-weight: 400;
    font-size: 2.8vw;
    text-transform: uppercase;
}
.hero .container-text4 h1 span, .hero .container-text4 h3 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height:1.5em;
    font-size: 1.5vw;
    padding: 0 13vw 0 13vw;
	text-transform: uppercase;
}

.page-id-46 .hero .container-text4 h1 span, .page-id-46 .hero .container-text4 h3 {
	text-transform : none;
}

.hero .container-text4 h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 150%;
    font-size: 2vw;
    padding: 0 13vw 0 13vw;
}
.hero .container-text4 h5 {
    margin-top: 2vw;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.8vw;
}
.hero .container-text4 img {
    margin-top: 2vw;
    width: 22%;
    height: auto;
}

.hero .container-text4 img.banner-image-ext {
    margin: 15px auto 25px;
    width: 15%;
}

.hero .container-text4a {
    position: absolute;
    left: 0vw;
    top: 12vw;
    padding-left: 0vw;
    z-index: 1;
}
.hero .container-text4a h3 {
    margin-top: 2vw;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2.5vw;
}
.hero .container-text4a h4 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 150%;
    font-size: 1.5vw;
}
.hero .container-text5 {
    position: absolute;
    left: 0vw;
    top: 3vw;
    padding-left: 0vw;
    z-index: 1;
}
.hero .container-text5 h3 {
    margin-top: 2.5vw;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 3vw;
}
.hero .container-text5 h4 {
    margin-top: 1vw;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2vw;
}
.hero .container-text5 h5 {
    margin-top: 2vw;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.8vw;
}
.hero .container-text6 {
    position: absolute;
    left: 0vw;
    top: 9vw;
    padding-left: 0vw;
    z-index: 1;
}
.hero .container-text6 h3 {
    margin-top: 3vw;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2.5vw;
}
.hero .container-text6 h5 {
    margin-top: 3vw;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.8vw;
}

/* hero video */
#myVideo{
    width: 100%;
    height: auto;
}
@media (max-width: 767px){
    #myVideo{
        display: none;
    }
}
@media (min-width: 768px){
    #sm-pic, #bg-pic {
        display: none;   
    }
}
/* hero video */
/* hero */
.hero .google-stars {
    max-width: 13%;
    margin-right: 10px !important;
}
.hero .google-stars-text {
    font-family: Poppins-Regular;
    font-size: 28px;
    font-weight: 400;
}


/* hero-reviews */
.hero-reviews{
    padding: 0px 3vw 0px 6vw;
    margin-top: -5px;
    z-index: 1;
    position: relative;
}
.hero-reviews .container-left, 
.hero-reviews .container-right {
    padding: 6vw 0 190px 0;
}
.border {
    border: 1px solid #C19B32 !important;
}
.hero-reviews h2 {
    font-family: Oswald-VariableFont_wght !important;
	font-weight: 500;
    font-size: 44px;
    line-height: 135%;
}
.hero-reviews h2 b {
    font-family: Poppins-Bold;
}
.hero-reviews .container-right h2 {
    font-family: 'Poppins-Bold' !important;
    font-weight: 500;
    font-size: 24px;
}
.hero-reviews h3 {
    font-family: Poppins-Regular;
    font-size: 1.7vw;
    font-weight: 400;
    margin-top: .5vw;
}
.hero-reviews h4 {
    font-family: Poppins-Medium;
	font-weight: 500;
    font-size: 1.5vw;
    text-transform: uppercase;
    margin: 0;
}

.hero-reviews ul, .hero-reviews ol {
	padding-left : 15px;
}

.hero-reviews p, .hero-reviews ul li, .hero-reviews ol li {
    font-family: 'Poppins-Regular';
	font-weight: 300;
    font-size: 22px;
    margin: 0;
    line-height: 150%;
}
.hero-reviews p span, .hero-reviews ul li strong, .hero-reviews ol li strong {
    font-family: 'Poppins-Medium';
    font-size: 22px; 
}

.hero-reviews ul, .hero-reviews ol {
	margin-top : 25px; 
	color: var(--color10);
}

.hero-reviews ul li, .hero-reviews ol li {
	margin-bottom : 25px; 
}
.hero-reviews ul li strong, .hero-reviews ol li strong, .hero-reviews ul li::marker, .hero-reviews ol li::marker  {
    color: var(--color2)
}

.hero-reviews p b {
    font-family: Poppins-Bold;
}
.hero-reviews p.revv {
    font-family: Poppins-Italic;
    font-size: 23px;
    line-height: 43px !important;
}
.hero-reviews a {
    font-size: 20px;
}
.hero-reviews .container-right {
    z-index: 0;
}
.hero-reviews .container-right img {
    width: 100%;
}
.hero-reviews .container-right .service-text {
	font-family: Oswald-VariableFont_wght !important;
    font-weight: 500;
    font-size: 20px;
}
.hero-reviews .container-right .google-stars img {
    max-width: 200px !important;
}
.hero-reviews .container-right .service-text .square {
    width: 30px;
}
.hero-reviews .cont-text-left {
    padding: 2vw 3vw;
}
/* hero-reviews */



/* fam-servs */
.fam-servs{
    padding: 0px 3vw 0px 6vw;
}
.fam-servs .container-left, 
.fam-servs .container-right {
    padding: 100px 0 190px 0;
}
.border {
    border: 1px solid #C19B32 !important;
}
.fam-servs h2 {
    font-family: Oswald-VariableFont_wght !important;
	font-weight: 500;
    font-size: 2.8vw;
    line-height: 1.2em;
}
.fam-servs h2 b {
    font-family: Poppins-Bold;
}
.fam-servs .container-right h2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 25px;
}
.fam-servs h3 {
    font-family: Poppins-Regular;
    font-size: 1.7vw;
    font-weight: 400;
    margin-top: .5vw;
}
.fam-servs h4 {
    font-family: 'Roboto', sans-serif;
	font-weight: 500;
    font-size: 1.5vw;
    text-transform: uppercase;
    margin: 0;
}
.fam-servs p {
    font-family: 'Poppins-Regular';
	font-weight: 300;
    font-size: 1.5vw;
    margin: 0;
    line-height: 150%;
}
.fam-servs p span {
    font-family: 'Roboto', sans-serif;
	font-weight: 500;
   
}
.fam-servs p b {
    font-family: Poppins-Bold;
}
.fam-servs p.revv {
    font-family: Poppins-Italic;
    font-size: 23px;
    line-height: 43px !important;
}
.fam-servs a {
    font-size: 20px;
}
.fam-servs .container-right {
    z-index: 1;
}
.fam-servs .container-right img {
    width: 100%;
    height: 100%;
}
.fam-servs .container-right .service-text {
	font-family: 'Poppins-Regular' !important;
    font-weight: 500;
    font-size: 20px;
}
.fam-servs .container-right .google-stars img {
    max-width: 200px !important;
}
.fam-servs .container-right .service-text .square {
    width: 30px;
}
.fam-servs .cont-text-left {
    padding: 2vw 3vw;
}
.fam-servs .serv-revvs {
    margin-top: -4vw;
}
/* fam-servs */








/* calls-outs */
/* .about-calls {
    margin-top: -30px;
    
} */
.calls-outs {
    padding: 45px 0px;
}
.calls-outs h3{
    font-family: Oswald-VariableFont_wght !important;
    font-size: 1.5vw;
    font-weight: 500;
	text-transform : uppercase;
}
.calls-outs h3 b{
    font-family: Poppins-Bold;
}
.calls-outs p {
    font-family: Poppins-Regular;
    font-size: 1.2vw;
    font-weight: 300;
    padding-right: 2vw;
    margin: 0;
}

.calls-outs .mb-4 {
    margin-bottom: .5rem!important;
}
.page-id-48 .hero .container-text4 h1 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
}

.calls-outs a {
    font-family: 'Roboto', sans-serif;
    font-size: 1vw;
    font-weight: 500;
	text-transform : uppercase;
}

.calls-outs .callz-img img {
    width: 10vw;
    height: 10vw;
}
/* calls-outs */
.doctor-name-index {
    font-family: 'Poppins-Regular';
    font-size: 20px;
    margin-top: 15px;
}
.meet-doc {
    padding: 151px 0 5.5vw 0;
}
.meet-doc .meet-doc-mid {
   padding: 2vw 0 0 4vw;
}
.meet-doc .meet-doc-pic img {
    padding: 0vw 1vw 0 1vw;
 }
.meet-doc-mid p span{
    font-family: Poppins-Regular;
 }
.meet-doc img {
    width: 80%;
    height: auto;
}
.meet-doc h2 {
    font-family: 'Oswald-VariableFont_wght';
    font-size: 2.8vw;
    padding: 0 9vw;
    margin-bottom: 15px;
    margin-top: 50px;
}
.meet-doc h3 {
    font-family: Poppins-Regular;
    font-size: 2.5vw;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 25px;
}
.meet-doc h4 {
    font-family: Poppins-Regular;
    font-size: 19px;
    font-weight: 500;
    line-height: 140% !important;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: left;
    width: 90%;
}
.meet-doc p {
    font-size: 22px;
    font-family: 'Poppins-Regular';
    font-weight: 300;
    margin-bottom: 30px;
}
.meet-doc p.italic {
    font-family: Poppins-Italic !important;
}
.meet-doc p.text-white {
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
    font-size: 1.5vw;
	padding: 0 9vw;
    margin-top: -1vw;
    line-height: 1.9em;
}
.meet-doc p.text-doc{
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.meet-doc a {
   font-family: 'Poppins-Regular';
    font-size: 20px;
}

.meet-doc a.txt-color3 {
	text-transform : uppercase;
}

/* meet-doc */

/* patient-experience */
.patient-experience{
    margin-top: 7vw;
    padding-bottom: 4vw;
}
.patient-experience h2 {
    font-family: Poppins-Light;
    font-size: 2.8vw;
    font-weight: 400;
}
.patient-experience h2 b{
    font-family: Poppins-Bold;
}
.patient-experience h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 3.1vw;
    font-weight: 300;
    margin-bottom: .5vw !important;
    margin-top: .5vw;
}
.patient-experience p {
    font-family: Poppins-Regular;
    font-size: 1.3vw;
    font-weight: 300;
    padding: 0 5vw;
    text-align: left;
}
/* patient-experience */

/* services */
.services{
    margin-top: -102px;
    position: relative;
    z-index: 1;
}
.services h2 {
    font-family: 'Oswald-VariableFont_wght';
    font-size: 44px;
}
.services h3 {
    font-family: 'Oswald-VariableFont_wght';
    font-size: 32px;
    margin-bottom: .7vw;
    text-align: center;
    font-weight: 700;
	text-transform : uppercase;
}

.services a.read-more {
	text-transform : uppercase;
}

.services p {
    font-family: 'Poppins-Regular';
    font-size: 22px;
    text-align: center;
}
.services .service img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.services .border-container {
    border: 1px solid;
    position: relative;
    border-radius: 20px;
}
.services .container-bottom {
    margin-bottom: -151px !important;
    max-height: 151px !important;
    position: relative !important;
    z-index: 1 !important;
}
.services .border-container.left::before {
    background: url("https://webdevelopers1.com/tributedentistry/wp-content/uploads/2025/03/arrow-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100px;
    left: -75px;
    position: absolute;
    top: calc(50% - 50px);
    width: 100px;
}
.services .border-container.right::after {
    background: url("https://webdevelopers1.com/tributedentistry/wp-content/uploads/2025/03/arrow-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100px;
    right: -75px;
    position: absolute;
    top: calc(50% - 50px);
    width: 100px;
}
.services .container-btn-service{
    padding: 10px 0px;
}
.services ul li a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}
.services .container-btn-service a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 1.6vw;
}
/* services */

/* reviewws */
.review-author h3 {
    font-family: Poppins-Medium;
    font-weight: 400;
    font-size: 26px !important;
    margin: 0 !important;
}
.review-author img {
    height: 50px !important;
    margin: 0;
    object-fit: cover;
    width: 50px !important;
}
.reviewws {
    background: url("../images/home/bg-revvs.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 2.5vw;
    padding: 5vw 0;
}
.reviewws .google-stars img {
    max-width: 200px !important;
    margin-bottom: 20px;
}
.reviewws .google-stars h2 {
    font-family: Poppins-Light;
    font-size: 2.7vw;
    font-weight: 300;
    margin-bottom: 32px;
}
.reviewws h3 {
    font-family: Poppins-Regular;
    font-size: 1.8vw;
    font-weight: 300;
}
.reviewws p {
    font-family: Poppins-Italic;
    font-size: 1.5vw;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 32px;
    margin-top: -70px;
}
.reviewws h6{
    font-family: SpaceGrotesk-Light !important;
    display: inline-block;
    font-size: 119px;
    padding: 0 !important;
    margin: 0;
    font-style: initial;
}
.reviewws .rev-text {
    padding: 3vw .5vw 3vw .5vw;
}
.reviewws .rev-text img {
    width: 35%;
    height: auto;
    margin-bottom: 1.5vw;
}
.reviewws .rev-pic1 {
    background: url("../images/home/revvs-2.jpg");
    background-size: cover;
    background-position: center;
}
.reviewws .rev-pic2 {
    background: url("../images/home/revvs-3.jpg");
    background-size: cover;
    background-position: center;
}
.reviewws .rev-pic3 {
    background: url("../images/home/revvs-1.jpg");
    background-size: cover;
    background-position: center;
}
/* reviewws */
/* reviewws3 */
.reviewws3 {
    margin-top: 2.5vw;
}
.reviewws3 .rev-pic1 {
    background: url("../images/home/revvs-11.jpg");
    background-size: cover;
    background-position: center;
    padding: 4vw 0;
}
.reviewws3 .rev-pic2 {
    background: url("../images/home/revvs-12.jpg");
    background-size: cover;
    background-position: center;
    padding: 4vw 0;
}
.reviewws3 .rev-pic3 {
    background: url("../images/home/revvs-13.jpg");
    background-size: cover;
    background-position: center;
    padding: 4vw 0;
}

.reviewws3 h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.8vw;
    font-weight: 600;
    line-height: 160% !important;
    margin-bottom: 1vw;
    padding: 0 1vw 0 1vw;
}
/* reviewws3 */

/* patient-experience2 */
.patient-experience2 {
    margin-top: 7vw;
    padding-bottom: 4vw;
}
.patient-experience2 h2 {
    font-family: Poppins-Light;
    font-size: 2.8vw;
    font-weight: 400;
}
.patient-experience2 h2 b{
    font-family: Poppins-Bold;
}
.patient-experience2 h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 3.1vw;
    font-weight: 300;
    margin-bottom: .5vw !important;
    margin-top: .5vw;
}
.patient-experience2 p {
    font-family: Poppins-Regular;
    font-size: 1.3vw;
    font-weight: 300;
    padding: 0 5vw;
    text-align: left;
}
/* patient-experience */


/* what-love */
.what-love{
    margin-top: 7.5vw;
    margin-bottom: 7vw;
    
}
.what-love h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.4vw;
    font-weight: 700;
    line-height: 2.5vw;
}
.what-love h3{
    font-family: 'Roboto', sans-serif;
    font-size: 1.1vw;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 15px;
}
.what-love p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
    margin-top: 25px;
    margin-bottom: 30px;
}
.what-love a {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
}
.what-love img {
    margin: 5vw 0 1vw 0;
    padding: 0 0 0 3vw;
    width: 90%;
    height: auto;
}
/* what-love */
.savings-plan h2 {
    font-family: Oswald-VariableFont_wght;
    font-size: 2.8vw;
    margin: 0;
    margin-bottom: 20px;
	text-transform: uppercase;
    font-weight: 500;
}

.savings-plan a {
    font-family: 'Poppins-Regular';
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
}

/* doctor */
.doctor{
    padding: 0vw 0vw 5vw;
}
.doctor p{
    font-family: Gotham-Light;
    line-height: 2.2vw;
    font-size: 1.6vw;
}
.doctor p span{
    font-family: Gotham-Book;
    font-style: italic;
}
.doctor .container-text {
    padding: 5vw;
}
/* doctor */

.mapa img {
    width: 100%;
    height: auto;
}
.text-right {
    text-align: right !important;
}
/* footer */
footer {
    padding: .5vw 3vw 2.5vw 6vw;
}
footer .phone img.logo {
    width: 80%;
    height: auto;
}
footer .phone ul {
    display: flex;
	margin-left: 5vw;
}
footer .phone ul li {
    font-family: Gotham-Book;
    font-size: 1.111vw;
}
footer .phone ul li:nth-child(1), footer .phone ul li:nth-child(2) {
    margin-right: 10px;
}
footer .phone .text-phone{
    font-size: 1.3vw;
    font-family: Gotham-Bold;
     margin-bottom: 3vw;
}
footer .phone a img {
    width: 80% !important;
    margin-right: 3vw !important;
}
footer .phone a .img-google{
    width: 30px !important;
}
footer .appt-foot a {
     font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
}
footer .appt-foot h2  {
    margin-top: 3vw;
    text-align: center;
    font-family: Oswald-VariableFont_wght;
    font-weight: 500;
    font-size: 2vw;
    margin-bottom: 30px;
    text-transform: uppercase;
}
footer .appt-foot h3 {
    margin-top: 1.4vw;
    margin-bottom: 2vw;
}
footer .appt-foot h3 a {
    font-family: Oswald-VariableFont_wght;;
    font-weight: 500;
    font-size: 2vw;
}
footer .appt-foot h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
footer .appt-foot h4 a {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 18px;
}
footer .address {
    font-family: Gotham-Light;
    font-size: 1.1vw;
}
/* footer .social a {
    border-radius: 50%;
    font-size: 25px;
    height: 37px;
    width: 37px;
    display: inline-block;
    padding: 6px 0 1px 0;
    text-align: center;
    line-height: 16px;
} */
footer .appt-foot a.text-phone{
    border-radius: 12px;
    padding: 8px 20px;
}
/* footer .google-stars {
    max-height: 30px;
}
footer .social ul {
    text-align: center;
    margin: 0 !important;
}
footer .social ul li:nth-child(1){
    margin-right: 5px;
}
footer .social ul li:nth-child(2){
    margin-right: 5px;
}
footer .social ul li:nth-child(3){
    margin-right: 5px;
}
footer .social ul li:nth-child(4){
    margin-right: 5px;
} */
footer .social {
    border-radius: 50%;
    font-size: 25px;
    height: 37px;
    width: 37px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
}
footer .google-star  {
   margin-right: 8vw !important;
}
footer .google-star a img {
    width: 200px !important;
    height: auto;
}
footer .icon-footer i{
    font-size: 1.7vw;
}
.container-hours{
    padding: 0 0 0 0;
}

.container-hours ul{
    margin-top: -1vw;
    display: inline-block;
    padding-left: 0px;
}
.container-hours ul li{
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2vw;
}
.container-hours .days li{
    width: 110px;
}
footer .container-hours p  {
    font-size: 1.2vw;
}
.days li.info-hours{
    position: absolute;
    width: 100%;
    margin-top: 10px;
}
/* footer */

.copyright p {
    font-size: 12px;
}

/* content secundary */
.secundary-page .p-body{
    padding: 0px 7vw 0vw;
} 

.secundary-page .p-body.content-with-dentistry { padding-top: 5vw; padding-bottom: 5vw; }

.secundary-page .content-secundary h1{
    font-family: Oswald-VariableFont_wght;
    font-size: 2.5vw;
}
.secundary-page .content-secundary h1 span {
    font-family: Oswald-VariableFont_wght;
    font-size: 2.5vw;
}
.secundary-page .content-secundary h2 {
    font-family: Oswald-VariableFont_wght;
    font-size: 2.5vw;
	text-transform : uppercase;
}

.secundary-page .content-with-team .content-secundary h2, .secundary-page .content-with-gallery .content-secundary h2, .secundary-page .normal-heading-font .content-secundary .para-serv h2, .contact1 .content-secundary h2 {
	text-transform : none;
}

.secundary-page .content-secundary.normal-font h2 {
	text-transform : none;
} 

.secundary-page .content-secundary h3 {
    font-family: Oswald-VariableFont_wght;
    font-weight: 500; 
    font-size: 2.5vw;
    margin-bottom: 10px;
	
}
.secundary-page .content-secundary h3 span {
    font-family: Gotham-Book;
    font-size: 16px;
    font-style: italic;
}
.secundary-page .content-secundary h4{
    font-family: Oswald-VariableFont_wght;
    font-weight: 400;
    font-size: 1.6vw; 
    line-height: 2.5vw;
    
    margin: auto;
}
.secundary-page .content-secundary h5{
    font-family: Poppins-Medium;
    font-weight: 400;
    font-size: 1.458vw;
}
.secundary-page .content-secundary .about-text p {
    font-size: 1.3vw;
    margin-top: .5vw;
} 

.secundary-page .content-secundary .about-text h3 {
    font-size: 23px;
    line-height: 130%;
}
.secundary-page .content-secundary .team-pics h4{
    margin-top: 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1vw;
}
.secundary-page .content-secundary .philosophee h3 {
    margin: -7px 0 0 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3vw !important;
}
.secundary-page .content-secundary .philosophee h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1vw !important;
}
.secundary-page .content-secundary .philosophee h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.5vw !important;
    padding: 0 6vw;
}
.secundary-page .content-secundary .revvs h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6vw !important;
    font-weight: 400;
    padding: 0 8vw 0 8vw;
    line-height: 140%;
}
.secundary-page .content-secundary .revvs img {
    width: 15%;
    height: auto;
    margin-bottom: 3.5vw;
}
.secundary-page .content-secundary .revvs a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.secundary-page .content-secundary p{
    font-family: Poppins-Regular;
    font-size: 1.3vw;
    margin-bottom: 25px;
}
.secundary-page .content-secundary .para-serv p{
    font-family: Poppins-Regular;
    font-size: 1.3vw;
    /* line-height: 210% !important; */
    margin-bottom: 25px;
}
.secundary-page .content-secundary .para-serv p span, .secundary-page .content-information .content-secundary .para-serv a {
    font-family: Poppins-SemiBold;
	color: #46A6D9;
} 
.secundary-page .content-secundary .para-serv a {
    font-family: Poppins-Regular;
    font-size: 1.3vw;
    margin-top: 10px;
}
 

.secundary-page .content-secundary .para-serv .call-arrow{
    width: 17px;
    height: 17px;
    font-size: 14px;
    line-height: 19px;
}

.secundary-page .content-secundary p a {
    font-family: Poppins-SemiBold;
    color: #46A6D9;
}
.secundary-page .content-secundary .servz-links a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.3vw;
}

.content-secundary .content-patient-forms a {
    font-size: 1.3vw;
}
.secundary-page .content-secundary {
    padding: 5vw 3vw;
}
.secundary-page .reviews-body, .home .reviews-body{
    background: url("../images/home/bg-reviews.png");
    background-size: cover;
    background-position: center;
    padding: 15vw 0px;
    margin-top: -16vw;
    margin-bottom: -6vw;
    position: relative;
    z-index: -1;
}
.home .reviews-body{
    margin-top: -6vw;
}
.secundary-page .reviews-body p, .home .reviews-body p{
    font-family: Gotham-Light;
    font-style: italic;
    font-size: 1.6vw;
    text-align: center;
    margin: auto;
    width: 58vw;
    line-height: 2.5vw;
}
.secundary-page .reviews-body p span, .home .reviews-body p span{
    display: block;
    margin-top: 40px;
    font-style: normal;
}
.secundary-page .reviews-body .social, .home .reviews-body .social{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.secundary-page .reviews-body ul li:nth-child(1) img, .home .reviews-body ul li:nth-child(1) img {
    width: 30px;
    margin-right: 15px;
}
.secundary-page .reviews-body ul li:nth-child(2) img, .home .reviews-body ul li:nth-child(2) img {
    width: 135px;
}
.secundary-page .content-secundary .gallery {
    padding: 4vw 9px;
}
.secundary-page .content-secundary .gallery img {
    width: 100%;
    padding: 5px;
}
.secundary-page .content-secundary .title-line::before{
    content: "";
    position: absolute;
    width: 41vw;
    right: 0;
    top: 2.2vw;
    height: 0.5px;
    background: #57565665;
}
.secundary-page .content-secundary .office .title-line::before{
    width: 45vw;
}
.secundary-page .container-btn a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.527vw;
    display: block;
    padding: 2vw 0px;
}
.secundary-page .page-intro{
    padding: 4vw 0px;
}
.secundary-page .content-secundary .row{
    margin: 0 !important;
}
.secundary-page .content-secundary ul {
    list-style: outside;
    margin-left: 2vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
	margin-bottom : 15px;
}

.secundary-page .content-secundary ul li {
	margin-bottom : 10px;
}

.secundary-page .content-secundary .new-list-services ul li {
	margin-bottom : 0;
}

.secundary-page .content-secundary ul li strong { 
	font-weight : 700;
}

/* .secundary-page .content-secundary ul li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px !important;
} */
.secundary-page .content-secundary ul li {
    font-family: Poppins-Regular;
    font-size: 1.3vw;
}
.secundary-page .content-secundary .ul-list {
   margin-top: -1.5vw;
}
.secundary-page .content-secundary .ul-list li {
   margin-top: 1vw;
}
.secundary-page .content-secundary .more-information{
    font-size: 1.2vw !important;
    margin-top: 40px;
}
.secundary-page .content-services .title-line::before {
    width: 38vw;
    right: 5vw;
    top: 2.3vw;
}
.secundary-page .content-patient-forms .title-line::before, .content-secundary .content-insurance .title-line::before, .secundary-page .content-payment .title-line::before {
    width: 47vw;
}
.secundary-page .content-secundary .content-insurance p{
    font-family: Gotham-Light;
    font-size: 1.25vw;
}
.secundary-page .content-secundary .content-insurance img {
    width: 350px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.secundary-page .content-secundary ul li a, .secundary-page .content-secundary .content-reviews span{
    font-size: 16px;
}
.tarjets {
    padding-top: 1vw;
}
.tarjets img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    border: 0px;
}
.secundary-page .content-secundary .content-reviews p{
    font-style: italic;
    font-size: 1.319vw;
}
.secundary-page .content-secundary .content-reviews p span{
    font-style: normal;
    display: block;
    margin-top: 30px;
}
.secundary-page .content-secundary .content-contact {
    padding: 0 6vw 0 6vw;
}
.secundary-page .content-secundary .content-contact p, .secundary-page .content-secundary .content-contact p a {
    font-size: 1.319vw;
}
.secundary-page .content-secundary .content-contact p span{
    font-family: Gotham-Light;
}
.secundary-page .content-secundary .content-contact ul{
    list-style: none;
    margin-left: 0;
}
.secundary-page .content-secundary .content-contact img {
    border: 4px solid #582d49;
}
.secundary-page .content-secundary .content-contact ul li{
    font-family: Gotham-Light;
    font-size: 1.319vw;
}
.secundary-page .content-contact button{
    font-family: Gotham-Medium;
    font-size: 1.111vw;
    box-shadow: 0px 0px 2px #02020266;
    border-radius: 7px;
    border: none;
    padding: 8px 3vw;
    margin-top: 15px;
}
.secundary-page .content-contact input, .secundary-page .content-contact textarea {
    font-family: Gotham-Book;
    font-size: 12px;
    border-radius: 0;
    padding: 1.4vw 10px;
}
.secundary-page .content-contact .form-group {
    margin-bottom: .5rem;
}
.secundary-page .content-contact .text-appointment {
    width: 22vw;
    margin: auto;
    display: block;
}
.secundary-page .content-secundary.testimonials .social{
    display: flex;
    list-style: none;
    align-items: center;
    margin-left: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.secundary-page .content-secundary.testimonials ul li:nth-child(1) img {
    width: 30px;
    margin-right: 15px;
}
.secundary-page .content-secundary.testimonials ul li:nth-child(2) img {
    width: 135px;
    margin-right: 0px;
}


.secundary-page .content-secundary .airway p{
    padding: 0 0vw 0 0vw;
    line-height: 190%;
	font-size: 1.3vw !important;
}
.secundary-page .content-secundary .airway img {
    /* display: block;
    margin-left: auto;
    margin-right: auto; */
    width: 300px
}
.airway2 {
   margin-top: -5vw;
}
.comp1 {
    margin-top: 0vw;
 }
.airway2 p span {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    font-size: 1.3vw !important;
 }
.airway4 p span {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    color: #32bfb6;
    font-size: 1.3vw !important;
 }
.secundary-page .content-secundary .airway2-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    height: auto;
}
.secundary-page .content-secundary .airway2-p {
    padding: 3vw 2vw 0vw 9vw;
}
.secundary-page .content-secundary .airway3-p {
    padding: 3vw 9vw 0vw 2vw;
}
.airway4 {
    margin: 0vw 0vw 0vw 0vw;
    padding: 0 0 0 0;
 }
 
.secundary-page .airway4-p {
    padding: 3vw 13vw 0vw 6vw;
}
.secundary-page .airway4-p h2 {
    margin-top: 3vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2vw;
}
.secundary-page .airway4-p p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.3vw;
}
.secundary-page .airway4-pic {
    background: url("../images/stock/airway4.jpg");
    background-size: cover;
    background-position: center;
}
.secundary-page .airway4 ul {
    list-style-type: disc;
   
 }
 .secundary-page .airway4 ul li {
     font-family: 'Roboto', sans-serif;
     font-size: 1.3vw;
     font-weight: 200;
 }
 .secundary-page .airway4 .invisalign img {
    margin-top: 3vw;
    display: block;
    width: 60%;
    height: auto;
}

/* tech pages */
.secundary-page .content-secundary .who-benefit {
    margin-top: 3vw;
    margin-bottom: 5vw;
    padding: 0 7vh 0 7vh;
    
}
.secundary-page .content-secundary .airway4-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: auto;
}
.secundary-page .content-secundary .airway4-img2 img {
    margin-top: 5vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60% !important;
    height: auto;
}
.secundary-page .content-secundary .who-benefit h3{
    font-family: 'Roboto', sans-serif;
    padding-right: 30vw;
    text-align: center;
    font-size: 1.1vw;
    font-weight: 500;
    line-height: 120%;
    margin-top: 25px;
    margin-bottom: 15px;
}
.secundary-page .content-secundary .who-benefit-list {
   padding-left: 4vw;
}
.secundary-page .content-secundary .who-benefit-list2 {
    padding-left: 4vw;
 }
.secundary-page .content-secundary .who-benefit ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 200;
}
.secundary-page .content-secundary .ortho2-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 63%;
    height: auto;
}
.secundary-page .ortho-pic {
    background: url("../images/home/implants1.jpg");
    background-size: cover;
    background-position: center;
}
.secundary-page .tmj-pic {
    background: url("../images/home/tmj1.jpg");
    background-size: cover;
    background-position: center;
}
.secundary-page .map-pic img {
   width: 100%;
   height: auto;
}

.secundary-page .content-secundary .digital-smile{
    margin-top: 2vw;
    margin-bottom: 0vw;
    padding: 0 7vh 0 7vh;
    
}
.secundary-page .content-secundary .digital-smile h3{
    font-family: 'Roboto', sans-serif;
    padding-right: 30vw;
    text-align: center;
    font-size: 1.1vw;
    font-weight: 500;
    line-height: 120%;
    margin-top: 25px;
    margin-bottom: 15px;
}
.secundary-page .content-secundary .digital-smile h4 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    line-height: 120%;
    margin-top: 25px;
    margin-bottom: 15px;
}
.secundary-page .content-secundary .digital-smile p {
    font-family: 'Roboto', sans-serif;
    padding: 0 3vw 0 3vw;
    
}
.secundary-page .content-secundary .digital-smile p span {
    font-weight: 600;
}
.secundary-page .content-secundary .digital-smile-list {
   padding-left: 5vw;
}
.secundary-page .content-secundary .digital-smile ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 200;
}
.secundary-page .content-secundary .digital-smile-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: auto;
}
.secundary-page .content-secundary .tmj-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 43%;
    height: auto;
}
.secundary-page .content-secundary .digital-smile-img2 img {
    display: block;
    margin-top: 3vw;
    margin-bottom: 1vw;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    height: auto;
}
.secundary-page .content-secundary .tmd1-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 42%;
    height: auto;
}
.comp1 {
    margin: 0vw 0vw 0vw 0vw;
    padding: 0 0 0 0;
 }
 .secundary-page .comp1-p {
    padding: 3vw 13vw 0vw 6vw;
}
.secundary-page .comp1-p h2 {
    margin-top: 0vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.2vw;
}
.secundary-page .comp1-p a {
    font-weight: 300;
}
.secundary-page .comp1-p h2 {
    margin-top: 0vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.2vw;
}
.secundary-page .comp1-pic {
    background: url("../images/stock/comp1.jpg");
    background-size: cover;
    background-position: center;
}
.secundary-page .comp2-pic {
    background: url("../images/stock/comp2.jpg");
    background-size: cover;
    background-position: center;
}
.secundary-page .comp3-pic {
    background: url("../images/stock/comp3.jpg");
    background-size: cover;
    background-position: center;
}
.secundary-page .comp-tooth img {
    float: right;
    width: 65%;
    height: auto;
}
.secundary-page .comp1 ul {
    list-style-position: outside !important;
    list-style-type: disc;
   
 }
 .secundary-page .comp1-p ul {
    list-style-position: outside !important;
    list-style-type: disc;
    margin-top: 2vw;
    padding-left: 0vw;
 }
 .secundary-page .comp1-p ul li  {
     font-family: 'Roboto', sans-serif;
     font-size: 14px;
     font-weight: 200;
 }

 .secundary-page .comp3-p {
    padding: 3vw 13vw 0vw 6vw;
}
.secundary-page .comp3-p h2 {
    margin-top: 0vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.2vw;
}
.secundary-page .comp3-p p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.secundary-page .comp3-p p span {
    font-weight: 600;
}


.contact1 {
    margin: 0vw 0vw 0vw 0vw;
    padding: 6vw 7vw 5vw 7vw;
 }
 
.secundary-page .contact-p {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.secundary-page .contact-p .contact-p-2 {
    margin: 0 0 0 3vw;
}
.secundary-page .contact-p h3 {
    margin-top: 1vw;
    margin-bottom: 1.3vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.2vw;
}
.secundary-page .contact-p h4 a {
    margin-top: 1vw;
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 1.5vw;
}
.secundary-page .contact-p h5  {
    margin-top: 1vw;
}
.secundary-page .contact-p h5 a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.5vw;
}
.secundary-page .contact-p ul{
    display: flex;
    list-style: none;
    margin: 0;
    margin-bottom: 0px;
}
.secundary-page .contact-p ul li{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.3vw;
    text-align: left;
}
.secundary-page .contact-p-hour ul li{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.3vw;
}
.secundary-page .contact-p-hour h3{
    margin-top: 1vw;
    margin-bottom: 1.3vw;
    font-family: Poppins-Medium;
    font-weight: 400;
    font-size: 1.2vw;
}
.secundary-page .contact-p-hour .container-hours ul{
    padding-left: 0 !important;
}
.secundary-page .contact-p ul li:nth-child(1){
    width: 6vw;
}
.secundary-page .contact-p p {
    margin-top: 1vw;
    padding: 0 0 0 0 !important;
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 1.3vw;
    width: 85% !important;
}
.contact-sqr1, .contact-sqr2 {
    padding: 5vw 0 5vw 0;
}
.contact-sqr1 img {
    width: 10%;
    height: auto;
}
.contact-sqr2 img {
    width: 10%;
    height: auto;
}
.contact-sqr1 h4, .contact-sqr2 h4 {
    margin-top: 1vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.1vw;
}
.contact-sqr1 p, .contact-sqr2 p {
    margin-top: 1vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 16px;
}
.secundary-page .revv-googs img {
    margin-top: -.5vw;
    width: 15%;
    height: auto;
}
 
/* tech pages */

/* pointer */
.pointer {
    padding: 3vw 0 3vw 0;
    overflow: hidden;
}
.pointer h3 {
    text-align: center;
    font-family: Gotham-Light;
    font-weight: 400;
    font-size: 2vw;
}
.pointer h3 span{
    background: #023347;
    border-radius: 12px;
    display: inline-block;
    padding: 5px 15px;
}
.pointer h3 span img{
    width: 20px;
    margin-top: -7px;
}
.pointer a {
    text-align: center;
    font-family: Gotham-Medium;
    font-weight: 500;
    font-size: 2vw;
}
/* pointer */
/* reviewws2 */
.reviewws2 {
    margin-top: 0vw;
}
.reviewws2 h2 {
    margin-top: -2vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.7vw;
    text-align: center;
    padding: 0 3vw 0 3vw;
}
.reviewws2 ul{
    margin-top: 1vw;
    margin-bottom: 2vw;
    list-style: outside;
    padding: 0 3vw 0 4vw;
}
.reviewws2 ul li {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px !important;
}
.reviewws2 .rev-text img {
    width: 25%;
    height: auto;
    margin-bottom: .5vw;
}
.reviewws2 .rev-text p {
    font-family: Poppins-light;
    font-size: 1.3vw;
    padding: 0 3vw 0 0 !important;
	margin-bottom : 15px;
}
.reviewws2 .rev-text p:last-child {
	margin-bottom : 0;
}

.reviewws2 .rev-text2 {
    padding: 2.5vw .5vw 2.5vw 0vw;
}
.reviewws2 .rev-text2 img {
    width: 12.5%;
    height: auto;
    margin-bottom: 1.5vw;
    margin-left: 2.8vw;
}
.reviewws2 .rev-text2 p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3vw;
    font-weight: 300;
    line-height: 160% !important;
    padding: 0 3vw 0 3vw;
}
.reviewws2 p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 160% !important;
    padding: 0 3vw 0 3vw;
}
.reviewws2 .rev-pic1 {
    padding: 0 !important;
}
.reviewws2 .rev-pic2 {
    padding: 0 !important;
}
.reviewws2 .rev-pic3 {
    padding: 0 !important;
}
/* reviewws2 */
/* covvid */
.covvid {
    margin-top: 0vw;
}
.covvid h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2vw;
    text-align: center;
    padding: 0 3vw 0 3vw;
}
.covvid h2 {
    margin-top: 1vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.7vw;
    text-align: center;
    padding: 0 3vw 0 3vw;
}
.covvid h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.5vw;
    padding: 0 3vw 0 3vw;
}
.covvid p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 160% !important;
    padding: 0 3vw 0 3vw;
}
.covvid ul{
    margin-top: 1vw;
    margin-bottom: 2vw;
    list-style: outside;
    padding: 0 3vw 0 4vw;
}
.covvid ul li {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px !important;
}
/* covvid */

/* content secundary */

/* Landing page */
.btn-xl-lp{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 12px 20px;
    box-shadow: 0px 0px 3px #02020266;
    border-radius: 7px;
    font-size: 1.180vw;
}
.container-subtitle{
    padding: 1vw 0px;
    position: relative;
    z-index: 1;
    margin-top: -6.4vw;
}
.container-subtitle h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 2vw;
    line-height: 5vw;
}
.container-subtitle h1 span{
    font-family: Gotham-Bold;
    font-size: 2.5vw;
}
.hero.lp img {
    position: relative;
    top: 9vw;
}
.hero.lp h2 {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 4vw;
    text-align: left;
}
.hero.lp .container-text5 {
    top: 12vw;
    padding-bottom: 12vw !important;
}
/* Landing page */


/* new */
.ul-services ul{
    margin-left: 0 !important;
    width: 15vw;
}
.ul-services ul li a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}
.ul-services ul.wd-100{
    margin-left: 0 !important;
    width: 100%;
}
.ul-services ul li{
    list-style: none !important;
}
.prl-services{
    padding: 0px 0vw 0px 3vw;
}
.ul-center{
    display: flex;
    justify-content: center;
}
footer .btn-home{
    font-size: 1.4vw;
}
.sub-title{
    font-size: 1.736vw !important;
    color: #22495A !important;
    font-family: Gotham-Light !important;
    width: 58vw !important;
}
.text-green-5{
    font-size: 3.263vw !important;
    
}
/* carousel fade */
.carousel-fade .carousel-item {
    display: block;
    /* position: absolute; */
    opacity: 0;
    transition: opacity .75s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 2;
}

html,
body,
.carousel,
.carousel-inner,
.carousel-item {
    width: 100%;
    height: auto;
}

@media all and (min-width: 800px) {
    .fancybox-thumbs {
        top: auto !important;
        width: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        height: 95px !important;
        padding: 10px 10px 5px 10px !important;
        box-sizing: border-box !important;
        background: rgba(0, 0, 0, 0.3) !important;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 0 !important;
        bottom: 95px !important;
    }

    .fancybox-show-thumbs .fancybox-thumbs {
        justify-content: center !important;
        display: flex !important;
    }
}
.carousel {
    margin-top: 64px;
}
.mask-sm{
    background: #0000004f;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-tour iframe{
    width: 100% !important;
}
.finantial-option-form label{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}
.finantial-option-form input {
    width: 300px;
    border: solid 1px gray;
    border-radius: 3px;
    margin-bottom: 20px;
    outline: none;
}
.finantial-option-form button{
    border: none;
}
#player{
    width: 100%;
    margin-bottom: 30px;
}
.dental-services-page header .container-menu{
    background: white !important;
}
.hero .container-text4a h3.savings-plan{
    margin-top: 16vw;
}
.call-arrow{
    width: 25px;
    height: 25px;
    font-size: 20px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
}
.new-list-services h3{
    font-family: Oswald-VariableFont_wght !important;
    font-size: 31px !important;
    font-weight: 500 !important;
}

.page-id-52 .new-list-services h3 {
    text-transform: uppercase;
}

.new-list-services ul{
    padding: 0;
    margin: 0 !important;
    list-style: none !important;
    margin-top: 20px !important;
}
.new-list-services ul li a{
    font-family: Poppins-Light;
    font-size: 19px;
    margin-bottom: 5px;
}
.new-list-services ul li span{
    font-weight: 700;
}
.container-picture picture, .container-picture figure{
    position: relative;
    height: 100%;
    display: block;
}
.container-picture picture img, .container-picture figure img {
    height: 100%;
}
.container-picture a picture img, .container-picture a figure img{
    width: 100%;
}
.container-picture picture p, .container-picture figure figcaption{
    position: absolute;
    font-family: Oswald-VariableFont_wght !important;
    font-size: 1.5vw !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
    bottom: 2vw;
	color : #fff;
	text-transform : uppercase;
    left: 2vw;
}
.container-picture picture p:before, .container-picture figure figcaption:before{
    content: '';
    background: white;
    width: 100%;
    height: 1px;
    display: block;
}
.container-serv img{
    padding-left: 2vw;
}
nav .border-left span {
    height: 30px;
    width: 30px;
    line-height: 27px;
    border-radius: 50%;
}
.align-img{
    vertical-align:text-top;
}
.contact-p-hour ul{
    list-style: none !important;
    margin: 0 !important;
}
.container-links-pages{
    padding: 30px 70px;
}
.container-links-pages a, .container-links-pages span{
    font-family: Poppins-Light !important;
    font-weight: 300;
    letter-spacing: 0px;
    font-size: .9vw;
}
.container-links-pages span{
    font-family: Poppins-Light !important;
    font-weight: normal;
}
.secundary-page .content-secundary .subtitle{
    font-family: Oswald-VariableFont_wght !important;
    font-size: 26px !important;
}
.secundary-page .content-secundary p span.subtitle2{
    font-family: Poppins-Light !important;
    font-size: 21px !important;
}

.secundary-page .content-secundary .subtitle3{
    font-size: 26px;
	text-transform: uppercase;
}
.btn-secundary-options{
    padding: 10px 30px;
    border-radius: 12px;
    line-height: 30px;
    font-family: Poppins-Medium !important;
    font-size: 16px !important;
}
.h-carousel{
    height: 50vh;
    /* background: #22495A; */
}
.secundary-page .carousel {
    margin-top: 70px;
}
.secundary-page.hero-h .carousel {
    margin-top: 55px;
}
.secundary-page.hero-h-in .carousel {
    margin-top: 42px;
}
.fa-phone{
    transform: rotate(90deg);
}

/** tabs and accordion**/

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
	font-family: Poppins-Regular;
    font-size: 1.4vw;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	font-family: Poppins-light;
    font-size: 1.4vw;
	line-height: 1.8em;
  padding: 1vw 2vw;
  background-color: white;
  display: none;
  overflow: hidden;
}
/* New style navbar */
.dropdown-toggle::after{
    display: none !important;
}
header .dropdown {
    margin-right: 10px;
    border: none !important;
}
.sm .dropdown .dropdown-menu li {
    margin: 0 !important;
}
.navbar-toggler-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    filter: invert(100%) sepia(99%) saturate(2%) hue-rotate(355deg) brightness(103%) contrast(101%) !important;
}
.navbar-toggler{
    outline: none !important;
    box-shadow: none !important;
}
.menu-items .sm-nowrap>li:nth-child(1)>a:hover{
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
.menu-items .sm-nowrap>li:last-child>a:hover{
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
span.icon-phone {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
}
.fa-phone{
    transform: rotate(90deg);
}
/* prev service */
.carousel-container {
    width: 1098px;
    position: relative;
    margin: auto;
}
@media (max-width: 768px) {
    .carousel-container {
        width: 95%;
    }
    .nav button {
        width: 40px !important;
        height: 40px !important;
        font-size: 10px;
        top: 80% !important;
    }
}
.inner-carousel {
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.track {
    display: inline-flex;
    height: 100%;
    transition: transform 0.2s ease-in-out;
}
.card-container {
    width: 366.5px;
    height: 400px;
    flex-shrink: 0;
    /* padding-right: 10px; */
}
@media (max-width: 768px) {
    .card-container {
      width: 350px !important;
    }
    .nav .next {
        right: -10px !important;
    }
    .nav .prev {
        left: -10px !important;
    } 
    .calls-outs {
        overflow: hidden;
    }
}
.nav button {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}
.nav .prev {
    left: -65px;
    display: none;
}
.nav .prev.show {
    display: block;
}
.nav .next {
    right: -65px;
}
.nav .next.hide {
    display: none;
}
.Roboto-Bold{
    font-family: Roboto-Bold !important;
}



