/* globals */
a{
    text-decoration: none !important;
}
a.text-read{
    font-family: Gotham-light;
    font-size: 1.111vw;
}
ul{
    list-style: none;
    padding: 0;
}
img {
    width: 100%;
}

body {
    margin: 0;
}
html {
    overflow-x: hidden;
}
.btn-border{
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 30px;
    letter-spacing: 2px;
    font-family: Poppins-Medium;
}
/* globals */

/* btn */
.btn-home5  {
    padding: 14px 4vw 14px 4vw;
    font-size: 1.2vw;
    font-family: Gotham-Light !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}


/* index */
body header{
    padding: 0px 6.5vw 0vw;
}
.home .p-body{
    padding: 0px 7vw 0vw;
}
.home .p-body header{
    padding: 0;
}
.home h1{
    font-family: Gotham-Light;
    font-size: 2vw;
    margin-top: 40px;
    margin-bottom: 40px;
}
/* index */

/* header */
.container-menu {
    padding-top: 6.7vw;
}
.main-menu-btn {
    position: relative;
    display: block;
    padding: 0.815em 40px;
    height: 50px;
    width: 100%;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 20px;
    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";
    clear: both;
    display: block;
    font: 0px/0 serif;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.sm,
.sm *,
.sm *:before,
.sm *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.menu-items a,
.menu-items a:hover,
.menu-items a:focus {
    background: transparent;
    font-family: Gotham-Light;
    font-size: 1vw;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23px;
    padding: 10px 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-items a span.sub-arrow {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    font: bold 16px/34px monospace !important;
    height: 34px;
    left: auto;
    margin-top: -17px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    text-align: center;
    text-shadow: none;
    top: 50%;
    width: 34px;
}
.menu-items a.highlighted span.sub-arrow:before {
    display: block;
    content: '-';
}
.menu-items ul {
    background: transparent;
}
header .container-location ul {
    display: flex;
}
header .container-location ul li {
    margin-left: 5px;
}
header .address {
    padding: 5px 20px;
}
header .address a {
    font-family: Gotham-Light;
    font-size: 1.05vw;
}
header .appointments img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
header .appointments p {
    font-family: Gotham-Light;
    font-size: 13px;
}
header .social .social-links a {
    border-radius: 30px;
    height: 25px;
    width: 25px;
    display: inline-block;
    border: solid 1px white;
    text-align: center;
    line-height: 23px;
}
header .social2 a {
    font-family: Gotham-light;
    font-size: 1.180vw;
    line-height: 25px;
}
header .phone {
    padding: 5px 0px;
}
header .phone a {
    font-size: 1.2vw;
    font-family: Gotham-book;
}
header .social {
    padding: 5px 2vw;
}
header .social2 {
    padding: 5px 2vw;
}
header .container-logo img {
    width: 85%;
    height: auto;
    margin-left: 4vw;
}
header .container-logo {
    padding: 1.5vw 0vw 1.5vw 1vw;
}
header .line {
    border-right: solid 1px #02020266;
    height: 15px;
    position: absolute;
    top: 12px;
    right: -1vw;
}
.home header {
    position: absolute;
    width: 100%;
    z-index: 2;
    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: 5px;
    z-index: 1005 !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;
    padding: 0;
}
@-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 */

/* hero */
.hero .container-text {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    padding-bottom: 13%;
    width: 100%;
    z-index: 1;
}
.hero .container-text img {
    margin-right: 15px;
    max-width: 200px;
}
.hero .container-text .hero-btn {
    display: block;
    margin-top: 1vw;
    margin-left: 0vw;
}
.hero h1 {
    font-family: Gotham-Light;
    font-size: 55px;
}
.hero h1 span {
    font-family: Gotham-Bold;
}
.hero h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 4vw;
    margin: 0;
    padding: 0 !important;
}
.hero h4 {
    font-family: Poppins-Bold;
    font-size: 2vw;
}
#myVideo {
    width: 100%;
    height: auto;
}
@media (max-width: 767px){
    #myVideo {
        display: none;
    }
    #bg-pic {
        display: none;   
    }
}
@media (min-width: 768px){
    #sm-pic {
        display: none;   
    }
}
/* hero */

/* hero-reviews */
.hero-reviews {
    margin-top: -12vw;

}
.hero-reviews h5 {
    font-family: Poppins-Medium;
    font-size: 1.4vw;
}
.hero-reviews h1 {
    font-family: Poppins-Medium;
    font-size: 2.1vw;
    margin: 0;
}
.hero-reviews h2 {
    font-family: Poppins-Bold;
    font-size: 1.5vw;
}
.hero-reviews h3 {
    font-family: Qwigley-Regular;
    font-size: 3.5vw;
}
.hero-reviews p{
    font-family: Poppins-Regular;
    font-weight: 300;
    margin-top: 2vw;
    font-size: 1.3vw;
    line-height: 2.1vw;
}
.container-right p{
    font-family: Poppins-Italic;
    font-size: 1.2vw;
    line-height: 2.5vw;
}
.hero-reviews p span {
    font-weight: 500;
}
.hero-reviews .google-stars img {
    width: 35%;
    height: auto;
}
.hero-reviews .container-left{
    padding: 5vw 0vw 6vw 5vw;
    position: relative;
    z-index: 1;
}
.hero-reviews .container-left img {
    width: 35%;
    height: auto;
}
.hero-reviews .container-right{
    z-index: 1;
}
.hero-reviews .container-right img {
    width: 140px;
}
.hero-reviews hr{
    border-top: 2px solid #959f8b;
}
.hero-reviews .hero-rev-vid {
    padding: 1vw 12vw 3vw 12vw;
}

/* hero-reviews */

/* calls-outs */
.calls-outs {
    margin-top: 0px;
    padding: 0;
    position: relative;
    top: 4vw;
}
.calls-outs .link-to-page{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
}
.call-1 {
    height: 100%;
    position: relative;
}
.call-1.border-right {
    border-right: 1px solid !important;
}
.calls-outs h3 {
    font-family: Gotham-Medium;
    font-size: 22px;
}
.calls-outs p {
    font-family: Gotham-Light;
    font-size: 15px;
}
.calls-outs a {
    font-family: Gotham-Book !important;
    font-size: 15px;
}
.calls-outs img {
    height: 85px;
    object-fit: contain;
    width: 105px;
}
/* calls-outs */


/* doc-home */
.home .doc-home{
    background: url("../images/home/home-doc-bac.jpg") !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 15vw 7vw 16vw 7vw;
}
.home .doc-home h2{
    color: white;
    font-family: Gotham-medium;
    font-size: 3.6vw;
    font-weight: 300;
    margin-bottom: 2vw;
}
.home .doc-home p{
    font-family: Gotham-Light;
    font-size: 1.180vw;
    line-height: 2vw;
    width: 90%;
}
.home .doc-home p span {
    font-family: Gotham-Light;
    font-size: 1.6vw;
}
.home .doc-home a {
    font-family: Gotham-Medium;
    font-style: normal;
}
.home .doc-home {
    margin-bottom: -7.6vw !important;
}

/* doc-home */
.diagonal-bottom {
    padding: 7vw;
    transform: skewY(-6deg);
    margin-top: -8vw;
    width: 100%;
}

/* doc-home2 */
.home .doc-home2{
    background: url("../images/home/doc2-bac.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 10vw 7vw 10vw 7vw;
}
.home .doc-home2 h2{
    font-family: 'Times New Roman', Times, serif;
    color: white;
    font-size: 2.7vw;
    font-weight: 300;
    margin-bottom: 2vw;
    margin-bottom: 2vw;
}
.home .doc-home2 a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.5vw;
}
.home .doc-home2 p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.5vw;
    line-height: 145%;
    width: 95%;
}
.home .doc-home2 p span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.home .doc-home2 .docc-txt {
    padding: 0 0 0 0vw;
}
.home .doc-home2 .docc-txt ul {
    margin-top: 2vw;
    margin-bottom: 2vw;
}
.home .doc-home2 .docc-txt ul li {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.3vw;
    line-height: 155%;
}
.home .doc-home2 .docc-pic img {
    margin-left: 2vw;
    width: 80%;
    height: auto;
}

/* doc-home2 */

/* three-six */
.home .three-six{
    margin-top: -5.5vw;
    padding: 2vw 7vw 10vw 7vw;
}
.home .three-six h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2.7vw;
    line-height: 120%;
}
.home .three-six h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.7vw;
    line-height: 120%;
}
.home .three-six p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.5vw;
    line-height: 145%;
    width: 95%;
}
.home .three-six .docc-txt {
    padding: 0 0 0 0vw;
}
.home .three-six .docc-txt img {
    margin-bottom: 1vw;;
    width: 15%;
    height: auto;
}
.home .three-six .docc-pic img {
    margin-left: 2vw;
    width: 80%;
    height: auto;
}

/* three-six */

/* meet-our-doctors */
.home .meet-our-doctors {
    padding: 10vw 7vw;
}
.home .meet-our-doctors h2 {
    font-family: Gotham-Light;
    font-size: 41px;
}
.home .meet-our-doctors h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 32px;
}
.home .meet-our-doctors p {
    font-family: Poppins-Regular;
    font-size: 18px;
    width: 62vw;
    margin: auto;
    margin-top: 60px;
    display: block;
}
.home .meet-our-doctors p span {
    font-family: Gotham-Light;
    font-size: 1.5vw;
    line-height: 145%;
    width: 95%;
}
.home .meet-our-doctors .docc-txt {
    padding: 0 0 0 0vw;
}
/* .home .meet-our-doctors .docc-txt img {
    margin-bottom: 1vw;
    width: 15%;
    height: auto;
}
.home .meet-our-doctors .docc-pic img {
    margin-left: 2vw;
    width: 80%;
    height: auto;
} */
.home .meet-our-doctors ul{
    padding: 0;
    display: flex;
    justify-content: center;
}
.home .meet-our-doctors ul li{
    width: 230px;
}
.home .meet-our-doctors ul p {
    font-family: Poppins-Regular;
    font-size: 21px;
    width: 100%;
    margin-top: 0;
}
.home .meet-our-doctors ul img {
    width: 180px !important;
}
/* yomi */

/* reviews-body */
.home .reviews-body {
    background: url("../images/home/bg-reviews.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 10vw 7vw 10vw 7vw;
    height: 38vw;
    margin-bottom: 0vw !important;
}
.home .reviews-body p,
.home .reviews-body a {
    font-family: Gotham-Light;
    font-size: 20px;
}
.home .reviews-body span {
    font-family: Gotham-Bold;
    margin: 0 !important;
    display: initial !important;
}
.home .reviews-body {
    margin-bottom: -0vw !important;
}
.home .reviews-body img {
    width: 130px;
    height: auto;
}
/* reviews-body */
.schedule img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-right: 15px;
}
.schedule h2 {
    font-family: Gotham-Light;
    font-size: 47px;
}
/* services */
.home .p-body-servtop {
    padding: 0px;
}
.home .services .serv-top {
    margin-top: -6vw;
}
.services h2 {
    padding: 0;
    font-family: Gotham-Light;
    font-size: 46px;
}
.home .services {
    margin-top: 0vw;
    padding-bottom: 6vw;
 }
 .home .services p {
    font-family: Gotham-Light;
    font-weight: 300;
    font-size: 16px;
}
.services .container-btn-service {
    padding: 10px 0px;
}
.services .container-btn-service a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.4vw;
}
.services .servv-pic img {
    height: 225px;
}
/* services */

/* about */

.about {
    padding: 5vw 0px 6vw;
}
.about h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
}
.about p {
    margin-top: 2vw;
    margin-bottom: 1vw;
    padding: 0 3vw 0 3vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.3vw;
    line-height: 140%;
}
.about p span {
    font-weight: 600;
    font-size: 1.5vw;
}
.about h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.3vw;
    margin-bottom: 15px;
}
.about h4 {
    margin-top: 2vw;
    padding: 0 2vw 0 2vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 1.3vw;
    line-height: 150%;
}

.about .cases img {
    display: block;
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    height: auto;
}

/* about */

/* doctor */
.doctor h1{
    font-size: 2.5vw;
}
.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 2vw;
}
.doctor iframe{
    border: 2px solid #748067;
    padding: 8px;
}
/* doctor */

/* reviews */
.video--testimonial {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin: 0px auto;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: 0;
	border: 1px solid #1a324a;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.6);
}

/* reviews */

/* footer */
footer iframe{
    margin-bottom: -5px;
}
footer .logo {
    width: 280px !important;
    margin-bottom: 20px;
}
footer .phone ul {
    display: flex;
}
footer .phone ul li {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.111vw;
}
footer .phone ul li {
    margin-right: 10px;
}
footer .phone .text-phone{
    font-size: 1.7vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
footer .address {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.25vw;
}
footer .social a {
    border-radius: 50%;
    padding: 3px;
    /* font-size: 22px !important; */
    width: 28px !important;
    height: 28px !important;
    text-align: center;
    display: inline-block;
    line-height: 21px;
}
footer .social {
    padding-left: 1.5vw;
}
footer .social ul {
    padding-left: 1vw;
}
footer .social ul li {
    margin-right: 8px;
}
/* footer span {
    display: block;
    width: 18vw;
    margin: auto;
} */
footer .fa-phone-alt{
    font-size: 23px;
}
footer i {
    margin-right: 0;
    font-size: 18px;
}
.container-hours {
    padding: 0px 4vw;
}
.container-hours ul {
    display: inline-block;
    padding-left: 0px;
    padding-bottom: 10px;
}
.container-hours ul li {
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.container-hours p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
}
footer .img-contact a img {
        width: 100% !important;
        margin: 0;
}
footer .foot-year {
    margin-top: 2vw;
    margin-left: 3vw;
 }
 footer .foot-year span {
    display: contents;
  
 }
/* footer */


/* secundaries page */
.page-intro .container-text{
    padding: 4vw 0vw 6vw 75px;
}
.page-intro h1{
    font-family: Gotham-Bold;
    font-size: 2.083vw;
}
.page-intro .container-img {
    position: absolute;
    right: 0;
    overflow: hidden;
    bottom: -30px;
}
/* end secundaries page */

/* content secundary */
.content-secundary{
    padding: 5vw 7vw;
}
.content-secundary article{
    margin-bottom: 65px;
}
.content-secundary hr{
    margin-top: 35px;
    margin-bottom: 90px;
}
.content-secundary img {
    width: 80%;
}

.content-secundary h1{
    font-family: Gotham-medium;
    font-size: 2.083vw;
    margin-bottom: 25px;
}
.content-secundary h2{
    font-family: Gotham-medium;
    font-size: 2.083vw;
    margin-bottom: 25px;
}
.content-secundary h3{
    font-family: Gotham-Bold;
    font-size: 2.222vw;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.content-secundary h4{
    font-family: Gotham-book;
    font-size: 1.7vw;
    text-align: left;
}
.content-secundary h5{
    font-family: Gotham-Medium;
    font-size: 1.666vw;
}
.content-secundary ul{
    list-style: outside;
    margin-left: 18px;
}
.content-secundary ul li {
    font-family: Gotham-Light;
    font-size: 1.111vw;
}
.content-secundary ul li a{
    font-family: Gotham-Light;
    font-size: 1.111vw;
}
.secundary-technologies{
    padding-bottom: 4vw !important;
}
.secundary-technologies ul {
    list-style: outside;
    margin-left: 18px;
}
.secundary-technologies p {
    font-family: Gotham-Light;
    font-size: 1.111vw;
}
.secundary-technologies ul li a {
    font-family: Gotham-Light;
    font-size: 1.111vw;
}
.content-secundary p{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    margin-bottom: 25px;
}
.content-secundary p span{
    font-family: Gotham-Medium;
    font-size: 1.3vw;
}
.content-secundary .gallery{
    padding: 3vw 8vw;
    position: relative;
    z-index: 2;
}
.content-secundary .gallery img {
    width: 100%;
    padding: 5px;
}
.content-secundary.secundary-philosophy{
    padding-top: 18vw;
}
.secundary-philosophy h3 {
    font-family: Gotham-Book;
}
.secundary-philosophy h3 span {
    font-family: Gotham-medium;
}
.secundary-philosophy h4 {
    margin-top: -1vw;
    text-align: center;
    font-family: Gotham-book !important;
    padding: 0 3vw;
}
.secundary-philosophy p {
    font-family: Gotham-Book;
}
.secundary-philosophy p span {
    font-family: Gotham-medium;
}
.content-secundary .container-btn a{
    font-family: Gotham-book;
    font-size: 1.111vw;
    padding: 1.1vw 2vw;
    width: 23vw;
    display: inline-block;
}
.content-secundary .container-btn a img {
    width: 20px;
}
.content-secundary .container-btn2 a{
    font-family: Gotham-book;
    font-size: 1.111vw;
    padding: .7vw 1.7vw;
    width: 21vw;
    display: inline-block;
}
.content-secundary .container-btn2 a img {
    width: 20px;
}

.content-secundary .container-btn3 a{
    font-family: Gotham-Medium;
    font-size: 1.111vw;
}
.content-secundary .container-btn3 .goog-stars {
margin-left: -2vw;
margin-right: 2vw;
   width: 30%;
   height: auto;
}
.content-secundary .container-btn3 .playy-btn {
    width: 20px;
    height: auto;
 }
/*
.content-secundary .container-btn3 a img {
    width: 18px;
    height: auto;
} */
.content-secundary .container-service-1{
    width: 19vw;
    margin: auto;
    display: block;
}
.page-intro h1{
    font-family: Gotham-Bold;
    font-size: 2.083vw;
}
.content-secundary .team-pics h4{
    text-align: left;
    margin-top: 12px;
    font-family: Gotham-Medium;
    font-size: 1.1vw;
}
.team-pix h1{
    position: relative;
    z-index: 999;
    font-family: Gotham-Bold !important;
    font-size: 2.083vw !important;
    margin-top: -6vw;
    margin-bottom: 3vw;
}
.team-pix h4{
    font-family: Gotham-Medium !important;
    font-size: 18px !important;
    text-align: center;
}
.team-pix hr{
    width: 75%;
    margin: 1vw 0 !important;
    border-color: #c6c2b7!important;
}
.content-secundary .team-pics p {
    margin-top: -5px;
    font-family: Gotham-light;
    font-size: 1vw;
}
.about-doc {
    padding-bottom: 7vw !important;
}

.secundary-reviews{
    background: url(../images/home/bg-reviews.jpg);
    background-size: cover;
    background-position: center;
    height: 35vw;
    display: flex;
    align-items: center;
}
.secundary-reviews h5{
    font-family: Gotham-book;
    font-weight: 500;
    font-size: 1.5vw;
    text-align: center;
    margin: auto;
    width: 65vw;
    line-height: 2.3vw;
}
.secundary-reviews h5 span{
    display: block;
    margin-top: 40px;
}
.secundary-reviews .social{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.secundary-reviews ul li:nth-child(1) img {
    width: 95%;
}
.secundary-reviews ul li:nth-child(2) img {
    width: 135px;
}
.secundary-insurance{
    padding-bottom: 4vw !important;
}
.secundary-insurance p{
    font-family: Gotham-Light;
}
.secundary-insurance h6{
    font-family: Gotham-book;
    font-size: 1.666vw;
    margin-bottom: 30px;
}
.tarjets img {
    margin-bottom: 0px !important;
}
.tarjets .care-btn img {
   width: 93%;
}
.spacing {
    height: 10vw;
    background: transparent;
}
.spacing-1 {
    height: 2vw;
    background: transparent;
}
.spacing-2 {
    height: 8vw;
    background: transparent;
}
.title-intro-pr{
    font-family: Gotham-book;
    font-size: 1.666vw !important;
}
.revvs-body{
    margin-top: -8.5vw;
}
.testimonials .social{
    list-style: none;
    align-items: center;
    margin-left: 0px;
    margin-top: 25px;
    margin-bottom: 0vw;
}
.testimonials ul li:nth-child(1) img {
    width: 95%;
    margin-right: 15px;
}
.testimonials ul li:nth-child(2) img {
    width: 135px;
    margin-right: 20px;
}
.text-testimials{
    font-family: Gotham-Book !important;
}
.google-reviews{
    padding: 2vw 0;
    width: 100%;
}
.pointer {
    display: flex;
    width: 100%;
    justify-content: center;
}
.pointer .pointer-google img {
    width: 30%;
}

.secundary-contact .after-hours{
    width: 27vw;
}
.secundary-contact ul{
    display: flex;
    list-style: none;
    margin: 0;
    margin-bottom: 0px;
}
.secundary-contact ul li{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    text-align: left;
}
/* .secundary-contact ul li:nth-child(1){
    width: 9vw;
} */
/* .secundary-appointment{
    padding: 5vw 7vw 9vw;
} */
.secundary-appointment p{
    font-family: Gotham-Light;
}
.secundary-appointment input, .secundary-appointment textarea{
    border-radius: 0px;
    font-family: Gotham-Book;
    font-size: 12px;
    padding: 20px 10px;
}
.secundary-appointment .btn-contact{
    font-family: Gotham-Medium;
    font-size: 1.111vw;
    padding: 1vw 2vw;
    width: 20vw;
    display: inline-block;
}
.secundary-appointment .btn-contact img {
    width: 20px;
}
.secundary-appointment .appt-side{
    margin: 0 2vw 0 2vw;
    padding: 3vw 3vw;
}
.secundary-appointment a {
    font-family: Gotham-Medium;
}
.btn-services{
    width: 9.2vw !important;
    text-align: center;
}
.content-secundary .servz-links a {
    font-family: Gotham-Book !important;
    font-size: 1.4 !important;
}
/* end content secundary */

/* nu enhanced serv!! */


.secundary-page .page-intro2{
    padding: 3vw 0px 3.5vw 0px;
    width: 100%;
}
.secundary-page .page-intro2 h2 {
    font-family: Gotham-light;
    font-size: 3.4vw;
}
.secundary-page .page-intro2 h3 {
    font-family: Gotham-medium;
    font-size: 4vw;
    margin-top: 1.5vw;
    width: 100%;
}
.secundary-page .dent-serv {
   padding-right: 6vw;
}
.secundary-page .dent-serv h2 {
    font-family: Gotham-book;
    font-size: 2.7vw;
    padding-right: 5vw;
}
.secundary-page .dent-serv h3 {
    font-family: Gotham-light;
    font-size: 1.7vw;
    line-height: 130%;
    padding-right: 5vw;
}
ul.dent-serv-list {
    margin-top: -1.5vw;
    list-style-type: none !important;
}
ul.dent-serv-list li  {
    font-size: 1.319vw !important;
}
ul.dent-serv-list li span {
    font-family: Gotham-medium;
}

.secundary-page .dent-serv2 {
    padding-right: 6vw;
    padding-left: 6vw;
 }
.secundary-page .dent-serv2 h2 {
     font-family: Gotham-book;
     font-size: 2.7vw;
     padding-right: 5vw;
 }
 .secundary-page .dent-serv2 h3 {
    font-family: Gotham-book;
    font-size: 2.7vw;
    padding-right: 0;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}
.secundary-page .dent-serv2 h4 {
    font-family: Gotham-book;
    font-size: 1.8vw;
   
}
 .secundary-page .dent-serv p span, .secundary-page .dent-serv2 p span {
    font-family: Gotham-medium;
    font-size: 1.4vw;
   
}
 ul.dent-serv-list2 {
    margin-top: -1.5vw;
}
ul.dent-serv-list2 li  {
    font-size: 1.1vw !important;
}
ul.dent-serv-list2 li span  {
    font-family: Gotham-medium !important;
}

hr.dent-serv  {
    border-top: .5px solid #808184;
    margin: 2vw 6vw 2vw 6vw;
}

.secundary-page .dent-serv3 {
    padding-right: 0vw;
    padding-left: 6vw;
 }
.secundary-page .dent-serv3 h2 {
     font-family: Gotham-book;
     font-size: 2.7vw;
     padding-right: 0vw;
     line-height: 100%;
 }
 .secundary-page .dent-serv3 p {
    padding: 0 0 0 0;
}
.secundary-page .dent-serv3 h4 {
    font-family: Gotham-book;
    font-size: 1.8vw;
}
.secundary-page .dent-serv3 p span {
    font-family: Gotham-medium;
    font-size: 1.4vw;
}
 .secundary-page .dent-serv3 img {
    width: 85% !important;
    height: auto;
  }
  .secundary-page .dent-serv3a img {
   padding-right: 6vw;
  }
  #dentservv {
    padding-right: 6vw;
}
#ds-consult-pic img {
    margin-right: 6vw;
}



/* nu enhanced serv!! */



/* Landing page */
/* Section 1 */
.section-1{
    padding: 60px 7vw 0px 7vw;
    margin: 0vw 0vw -6vw 0vw;
}
.section-1 .sec-1-left {
    position: relative;
    z-index: 999;
}
.section-1 ul{
    display: flex;
    padding: 0;
    list-style: none;
}
.section-1 ul li img {
    width: 20px;
    margin-right: 10px;
}
.section-1 h2{
    font-family: Gotham-Bold;
    font-size: 1.666vw;
}
.section-1 h2 span{
    font-family: Gotham-Book;
    font-size: 1.458vw;
}
.section-1 h5{
    font-family: Gotham-Book;
    font-size: 1.388vw;
    text-align: center;
    line-height: 2.5vw;
}
.section-1 .reviews ul{
    justify-content: center;
}
.section-1 .reviews ul li:nth-child(1) img {
    width: 30px;
    margin-right: 15px;
}
.section-1 .reviews ul li:nth-child(2) img {
    width: 135px;
}
/* Section 1 */

/* section 2 */
.section-2{
    padding: 18vw 7vw;
}
.section-2 h1{
    font-family: Gotham-Bold;
    font-size: 2.222vw;
    line-height: 2.8vw;
}
.section-2 h2{
    font-family: Gotham-Medium;
    font-size: 1.666vw;
    width: 29vw;
    line-height: 2.3vw;
}
.section-2 p{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    margin-top: 35px;
    line-height: 2.1vw;
}
.section-2 a{
    font-family: Gotham-Medium;
    font-size: 1.111vw;
}
.section-2 ul{
    display: flex;
    padding: 0;
    list-style: none;
}
.section-2 ul li img {
    width: 20px;
    margin-right: 10px;
}
.section-2 ul li{
    font-family: Gotham-Medium;
    font-size: 1.180vw;
}
.section-2 ul li span{
    font-family: Gotham-Book;
}
/* section 2 */

/* section 3 */
.section-3{
    padding: 0px 7vw;
}
.section-3 .sec-3-top {
    margin-top: -6vw;
}
.section-3 h1{
    font-family: Gotham-Bold;
    font-size: 2.222vw;
}
.section-3 h2{
    font-family: Gotham-Medium;
    font-size: 1.666vw;
    margin-top: 20px;
    margin-bottom: 30px;
}
.section-3 h3{
    font-family: Gotham-Book;
    font-size: 1.388vw;
    line-height: 2vw;
}
.section-3 p{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    line-height: 2vw;
}
.section-3 p span{
    font-family: Gotham-Medium;
}
.section-3 .container-img img {
    width: 240px;
    height: 175px;
}
.section-3 ul{
    list-style: outside;
    padding-left: 15px;
    margin-top: 35px;
}
.section-3 ul li{
    font-family: Gotham-Light;
    font-size: 1.111vw;
}
/* section 3 */

/* section 4 */
.section-4{
    padding-bottom: 70px;
}
.section-4 h2{
    font-family: Gotham-Bold;
    font-size: 1.666vw;
    margin-bottom: 45px;
}
.section-4 p{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    margin-bottom: 40px;
}
.section-4 ul{
    list-style: outside;
    padding-left: 15px;
}
.section-4 ul li{
    font-family: Gotham-Light;
    font-size: 1.111vw;
}
.section-4 .container-text-right{
    padding: 16vw 11vw 14vw 7vw;
}
.section-4 .container-img-right{
    padding-left: 7vw;
    overflow: hidden;
}

/* section 4 */

/* section 5 */
.section-5{
    padding: 0vw 7vw;
   
}
.section-5 .sec-5-top {
    position: relative;
    margin-top: -6vw;
    z-index: 999;
}
.section-5 .sec-5-mid {
    position: relative;
    z-index: 999;
}
.section-5 h1 {
    font-family: Gotham-Medium;
    font-size: 2.5vw;
}
.section-5 h1 span{
    font-family: Gotham-book;
    font-size: 1.666vw;
}
.section-5 .img-text{
    width: 35%;
    margin-right: 25px;
    margin-bottom: 0px;
}
.section-5 .title{
    font-family: Gotham-Book;
    font-size: 1.805vw;
    margin-bottom: 0px;
    display: block;
}
.section-5 p{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    line-height: 2vw;
}
.section-5 a{
    margin-top: 30px;
    display: block;
}
.section-5 ul{
    padding-left: 15px;
    list-style: outside;
    margin-top: 40px;
}
.section-5 ul li{
   font-family: Gotham-Light;
   font-size: 1.111vw;
}
.section-5 .light{
    font-family: Gotham-Light;
}
.section-5 .light{
    font-family: Gotham-Light;
}
.section-5 .reviews{
    position: relative;
    z-index: 999;
}

/* section 5 */

/* section 6 */
.section-6{
    padding: 14vw 7vw 17vw 7vw;
   
}
.section-6 h1{
    font-family: Gotham-Medium;
    font-size: 1.666vw;
    margin-bottom: 30px;
}
.section-6 p{
    font-family: Gotham-light;
    font-size: 1.111vw;
}
.section-6 p span {
    font-family: Gotham-medium;
    font-size: 1.2vw;
    
}
.section-6 p img {
    width: 25%;
    margin-left: 10px;
}
/* section 6 */

/* section 7 */
.section-7{
    padding: 0vw 7vw 6vw;
}
.section-7 h1{
    font-family: Gotham-Bold;
    font-size: 2.222vw;
}
.section-7 h2{
    font-family: Gotham-Medium;
    font-size: 1.666vw;
}
.section-7 h2 span{
    font-family: Gotham-Bold;
}
.section-7 h3{
    font-family: Gotham-Medium;
    font-size: 1.666vw;
}
.section-7 h3 span{
    font-size: 1.111vw;
}
.section-7 p{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    line-height: 2vw;
}
.section-7 h4{
    font-family: Gotham-Medium;
    font-size: 1.319vw;
}
.section-7 h4 span{
    font-size: 1.666vw;
}
.section-7 ul{
    list-style: outside;
    padding-left: 15px;
    margin-top: 30px;
}
.section-7 ul li{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    line-height: 2vw;
}
.section-7 .second-opinion p{
    font-family: MyriadPro-Regular;
}
.section-7 .second-opinion p span{
    font-family: Gotham-Medium;
}
/* section 7 */
.lp footer img {
    width: 70%;
}
/* new */
.article-center{
    margin: auto;
    display: block;
}
.pt-rs{
    padding: 5vw 7vw 9vw;
}
.logo-v{
    width: 40px;
    margin: 5px;
}
/* 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: 100%;
}

@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;
    }
}
.mask-reviews{
    background: #00000087;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/* .copyrigth{
    position: absolute;
    bottom: -2vw;
} */
.hours-contact ul{
    display: block;
}
/* ////////////// */
.hours-contact ul{
    display: block;
}
.secundary-page {
    background: url("../images/home/paque.jpg") !important;
    background-size: 100% 100% !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-color: #1D3955 !important;
    padding: 0 0 0 0;
}
body.secundary-page header{
    padding: 0;
}
.secundary-page .p-body{
    padding: 0px 7vw .2vw;
}
.secundary-page .p-body2{
    padding: 0px 6vw .2vw;
}
/* .secundary-page .container-btn {
    padding: 0 8.6vw;
} */
.secundary-page .container-btn a{
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    padding: 30px 0vw;
}
.hero-secundary{
    padding: 5vw 0vw;
}
.hero-secundary h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 3.5vw;
}
.hero-secundary h3{
    font-family: Gotham-Book;
    font-size: 1.5vw;
    width: 64vw;
    margin: auto;
    line-height: 2.5vw;
}
.hr-line hr{
    border-top: 1px solid #174FA2 !important;
    width: 69%;
}
.libre-baskerville{
    font-family: LibreBaskerville-Regular !important;
}
.reviews-secundary{
    margin-top: -35px;
}
.secundary-page .p-body2{
    position: relative;
    z-index: 1;
}

/* .mask-secundary{
    position: absolute;
    width: 100%;
    top: 0;
    background: #0000008f;
    height: 100%;
} */
