/* globals */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
a {
    text-decoration: none !important;
    font-family: Gotham-Medium;
}
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-60{
    width: 60%;
}
.img-70{
    width: 70%;
}
.img-80{
    width: 80%;
}
.img-90{
    width: 90%;
}
.fz-19{
    font-size: 1.319vw !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;
}
.spacing-3 {
    height: 2vw;
    background: transparent;
}
.google-review {
    font-size: 32px;
    font-weight: 700;
}
.bg-blackout {
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
span.title {
    font-family: Qwigley-Regular !important;
}
/* globals */

/* btn */
.home .container-btn {
    margin-top: 1vw;
}
.btn-home {
    font-size: 1.6vw;
}
.btn-home2 {
    font-size: 1.2vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-home3, .btn-home4  {
    padding: 10px 2vw 10px 2vw;
    font-size: 1.1vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3vw;
}
.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-call-outs  {
    border-radius: 10px;
    font-family: Poppins-Bold;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0px;
    padding: 11px 22px;
    text-transform: uppercase;
}
.btn-appointment span img {
    margin-bottom: 3px;
}
.btn-home4a  {
    width: 90%;
    padding: 10px 2vw 10px 2vw;
    font-size: 1vw !important;
    font-family: Gotham-Light !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-home5  {
    padding: 14px 4vw 14px 4vw;
    font-size: 1.2vw;
    font-family: Gotham-Light !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.btn-appt {
    padding: 2px 0vw 2px 0vw;
    font-size: 15px;
    font-family: Gotham-Light !important;
}
.btn-sm{
    padding: 10px 20px;
}
/* btn */

/* index */
.home .p-body{
    padding: 0px 7vw 0vw;
}
.home h1{
    font-family: Gotham-Light;
    font-size: 2vw;
    margin-top: 40px;
    margin-bottom: 40px;
}
/* index */

/* header */
.main-menu-btn {
    position: relative;
    display: block;
    padding: 0.815em 40px;
    height: 50px;
    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;
    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;
    text-transform: uppercase;
    font-family: Gotham-Medium;
    font-size: 1.041vw;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    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;
    -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: '-';
}
.menu-items ul {
    background: transparent;
}
header{
    position: relative;
    z-index: 100;
}
header .location{
    padding: 15px 0px;
}
header .location ul{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 2vw;
}
header .location ul li .fa-map-marker-alt{
    font-size: 25px;
}
header .location ul li:nth-child(1){
    margin-right: 15px;
}
header .location p{
    margin: 0;
    font-family: Gotham-Book;
    font-size: 1.180vw;
}
header .contact a{
    font-size: 1.388vw;
    font-family: Gotham-Bold;
}
header .contact ul{
    justify-content: start;
}
header .contact ul li a{
    border-radius: 80px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    background: transparent;
    display: block;
    font-size: 15px;
}
header .contact ul li:nth-child(1){
    margin-right: 10px;
}
header .contact ul li:nth-child(2){
    margin-right: 10px;
}
header img{
    width: 100%;
}
header .container-logo{
    padding: 15px;
}
header .container-menu{
    padding-right: 6vw;
    padding-bottom: 1vw;
}
.header-fixed header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
header .line{
    height: 15px;
    position: absolute;
    top: 12px;
    right: -1vw;
}
.lp header img{
    width: 160px !important;
}
.fixed-top {
    display: none !important;
}
.fixed-top .container-logo{
    display: none !important;
}
.fixed-top .col-lg-9 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-bottom: 0;
}
.fixed-top .location {
    padding: 3px 0px;
}
@-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 */
#myVideo {
    width: 100%;
    height: auto;
}
@media (min-width: 900px) {
    .hero-sm {
       display: none;
    }
    }
    @media (max-width: 901px) {
        #myVideo {
       display: none;
    }
    }

/* hero */

/* hero */
/* .hero{
    margin-top: 60px;
} */
.hero{
    margin-top: -8vw;
    position: relative;
    z-index: 2;
}
.hero .container-text{
    position: absolute;
    width: 100%;
    left: 0;
    top: 18vw;
    z-index: 1;
}
.hero .container-text h4{
    font-family: Gotham-Book;
    font-size: 5.854vw;
    /* padding: 10px; */
    text-align: center;
    /* width: 37vw; */
    margin-bottom: -1.5vw;
}
.lp .hero .container-text h4{
    width: 44vw;
}
.hero .container-text h2{
    font-family: Gotham-Bold;
    font-size: 7vw;
    /* padding: 20px 8.7vw;
    width: 50vw; */
    margin-bottom: -2vw;
    text-align: center;
}
.lp .hero .container-text h2{
    width: 54vw;
}
.hero .container-text h6{
    text-align: center;
    padding: 10px 0px;
    width: 25vw;
    margin-left: 25vw;
}
.hero .container-text h6 a{
    font-size: 1.388vw;
    font-family: Gotham-Book;
}
.hero .container-text .container-container {
    position: relative;
    display: block;
    padding: 0vw 7vw;
    margin-left: 5vw;
    width: 100%;
    z-index: 99 !important;
}
.hero .container-text .container-slogan{
    margin: 0 1vw;
    width: 30%;
    padding: 2vw 0vw;
    border-radius: .5em;
}
.hero .container-text .container-slogan span{
    padding: 20px;
    display: block;
    text-align: center;
    border-radius: 12px;
    margin-top: 20px;
}
.hero .container-text .container-slogan span p:nth-child(1){
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3.3vw;
    line-height: 1.2em;
    margin-bottom: -1.4vw;
    letter-spacing: -0.01em;
}
.hero .container-text .container-slogan span p:nth-child(2){
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3.3vw;
    margin-bottom: -10px;
}
.hero .container-text .container-slogan span p:nth-child(3){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.5vw;
    line-height: 1.2em;
    margin-bottom: 1.3vw;
    padding: 0 2vw;
}
.hero .container-text .container-slogan span a{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2vw;
    border-radius: 12px;
    padding: 5px 10px;
}
.hero .container-corner {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0vw;
    z-index: 1;
}
.img-play img{
    width: 20px;
    margin-right: 10px;
}
.lp .hero .container-text h4 img{
    width: 20px;
    margin-right: 10px;
}
.lp .hero .container-text h6{
    text-align: center;
    padding: 10px 0px;
    width: 32vw;
    margin-left: 22vw;
    font-size: 1.805vw;
    font-family: Gotham-Book;
}
.lp .img-play img, .lp a img{
    width: 20px;
    margin-right: 10px;
}
/* hero */

/* call-outs */
.calls-outs{
    padding: 0px 6vw 80px 6vw;
    margin-top: -8vw;
    margin-bottom: -6vw;
    position: relative;
    z-index: 1;
}
.calls-outs img{
    width: 170px;
    margin: auto;
}
.calls-outs h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.875vw;
    margin: auto;
    width: 100%;
    margin-bottom: 45px;
    line-height: 2.7vw;
}
.calls-outs .container-text{
    height: 30vw;
}
.calls-outs h1 span{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: italic;
}
.calls-outs h2{
    font-family: Elliana-Samantha;
    font-size: 3.90vw;
}
.calls-outs p{
    font-size: 1.7vw;
    font-family:'Times New Roman', Times, serif;
    font-weight: 500;
    line-height: 120%;
    width: 16vw;
    margin: auto;
    position: absolute;
    bottom: 2vw;
    left: 0;
    right: 0;
}
.calls-outs a{
    font-family: Gotham-Book;
    font-size: 1.111vw;
}
.calls-outs ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calls-outs .container-np{
   
    padding: 0vw 10vw;
    display: block;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
   
}
.calls-outs .container-np .container-slogan{
    padding: 2vw 4vw;
    border-radius: 10px;
}
.calls-outs .container-np .container-slogan h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 2.6vw;
    margin-bottom: 0;
}
.calls-outs .container-np .container-slogan h3 {
    margin-bottom: 2vw;
}
.calls-outs .container-np .container-slogan h3 a{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.5vw;
}
.calls-outs .container-np .container-slogan p {
    
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.2vw;
    width: 100%;
}

/* call-outs */

/* philosophy */
.philosophy{
    padding: 10vw 0px 13vw;
    background-image: url(../images/home/background-solution.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.philosophy h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 2.222vw;
}
.philosophy p{
    font-family: Gotham-Book;
    font-style: italic;
    font-size: 1.180vw;
}
.philosophy p span{
    font-family: Gotham-Medium;
}
.philosophy .container-text{
    padding-left: 7vw;
}
.philosophy .container-img{
    position: absolute;
    /* right: 0; */
    z-index: 1;
    top: -10vw;
    overflow: hidden;
}
/* .philosophy img{
    width: 100%;
} */
.diagonal-top{
    padding: 7vw;
    transform: skewY(6deg);
    margin-top: 0vw;
    margin-bottom: -8vw;
    width: 100%;
    position: relative;
    z-index: 0;
}
.diagonal-bottom{
    padding: 7vw;
    transform: skewY(-6deg);
    margin-top: -8vw;
    width: 100%;
}
.philosophy .flower{
    margin-bottom: -46px;
    margin-left: 50px;
    position: relative;
    z-index: 1;
    width: 95%;
}
/* philosophy */

/* doctor */
.doctor{
    padding: 12vw 7vw 5vw;
}
.doctor h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 2.8vw;
    padding-left: 13.4vw;
    margin-bottom: -30px;
}
.doctor .img-text{
    width: 25%;
    margin-right: 25px;
    margin-bottom: 0px;
}
.doctor .title{
    font-family: 'Times New Roman', Times, serif !important;
    font-size: 2vw;
    margin-bottom: -10px;
    display: block;
    padding-top: 4vw;
}
.doctor p{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    line-height: 2vw;
}
.doctor p b{
    font-family: Gotham-Book;
}
.doctor h5{
    font-family: Gotham-Book;
    font-style: italic;
    font-size: 1.111vw;
    line-height: 1.7vw;
}
.doctor h5 span{
    font-family: Gotham-Book;
    font-style: normal;
}
.doctor a{
    margin-top: 30px;
    display: block;
}
.doctor ul{
    display: flex;
}
.doctor ul li:nth-child(1) img{
    width: 30px;
    margin-right: 15px;
}
.doctor ul li:nth-child(2) img{
    width: 135px;
}
.doctor .reviews{
    padding-top: 5.5vw;
}
/* doctor */

/* services */
.services{
    padding-bottom: 50px;
    overflow: hidden;
    /* position: relative;
    z-index: 1; */
}
.services h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 3vw;
    margin: 30px 0px 22px 0px;
}
.services h1 span{
    font-size: 2.5vw;
}
.services h2{
    font-family: Gotham-Book;
    font-size: 1.5vw;
    margin-bottom: 45px;
    line-height: 2.1vw;
}
.services h3{
    font-family: Gotham-Medium;
    font-size: 1.111vw;
    margin-bottom: 20px;
}
.services p{
    font-family: Gotham-Book;
    font-size: 1.388vw;
    margin-bottom: 40px;
}
.services ul{
    list-style: outside;
    padding-left: 20px;
}
.services ul li{
    font-family: Gotham-Light;
    font-size: 1.111vw;
}
.services .container-text-left{
    padding-left: 7vw;
}
.services .container-text-right{
    padding: 15vw 5vw 0px 7vw;
}
.services .title{
    display: flex;
    list-style: none;
}
.services .title li:nth-child(1){
    margin-right: 30px;
    margin-top: 40px;
}
.services .container-img-left{
    overflow: hidden;
}
.services .container-img-right{
    padding-left: 7vw;
    overflow: hidden;
}
.services .container-sheet{
    margin-top: -165px;
    position: relative;
    z-index: 1;
    margin-right: -180px;
}
.container-sheet img{
    width: 100%;
}
.diagonal-top-service{
    padding: 7vw;
    transform: skewY(6deg);
    margin-top: 2.5vw;
    margin-bottom: -8vw;
    width: 100%;
}
/* services */

.services .container-btn-service {
    padding: 10px 0px;
}
.services .container-btn-service a {
    font-family: Poppins-Bold;
    font-weight: 400;
    font-size: 1.614vw;
}
.bg-mobil{
    display: none !important;
}
/* services */

/* dental care*/
.diagonal-top-dental-care{
    padding: 7vw;
    transform: skewY(-4deg);
    margin-top: -10vw;
    margin-bottom: -5vw;
    width: 100%;
}
.dental-care{
    background-image: url(../images/home/background-dental-care.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 16vw 7vw;
}
.dental-care h1{
    margin-top: 0;
    font-family: 'Times New Roman', Times, serif;
    font-size: 3vw;
    margin-bottom: 10px;
    line-height: 2.5vw;
}
.dental-care h1 span{
    margin-top: 0;
    font-family: 'Times New Roman', Times, serif;
    font-size: 2.5vw;
}
.dental-care p{
    font-family: Gotham-Book;
    font-size: 1.2vw;
}
.dental-care span{
    font-family: Gotham-Medium;
}

/* emerg-pointer */
.emerg-pointer{
    width: 100%;
    padding: 1.9vw 10vw;
}
.emerg-pointer h2 {
    font-family: Times, 'Times New Roman', serif;
    font-size: 3vw;
    width: 100%;
    line-height: 1em;
    margin-bottom: 1vw;
    
}
.emerg-pointer a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.8vw;
    width: 40%;
    border-radius: 12px;
    padding: .5vw 4vw;
    
}







/* 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{
    overflow: hidden;
    padding: 20px 0px;
}
footer iframe {
    margin-bottom: -5px;
}
footer .phone{
    padding-top: 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 ul li:nth-child(1){
    padding-top: 4px;
}
footer .phone ul li:nth-child(1) i{
    font-size: 22px;
}
footer .phone .text-phone {
    font-size: 1.7vw;
    font-family: Gotham-Bold;
    font-weight: 500;
}
footer .address{
    font-family: Gotham-Book;
    font-weight: 300;
    font-size: 1.25vw;
}
footer .social a {
    border-radius: 50%;
    margin: 0 4px;
    font-size: 22px !important;
    width: 35px !important;
    height: 35px !important;
    text-align: center;
    display: inline-block;
}
footer .social {
    padding-left: 1.5vw;
}
footer .social ul {
    padding-left: 1vw;
}
footer .social ul li {
    margin-right: 5px;
}
footer .google img {
    max-width: 200px;
}
/* .container-hours{
    padding: 0px 4vw;
} */
footer .container-hours{
    padding-top: 20px;
}
.container-hours ul {
    display: inline-block;
    padding-left: 0px;
    padding-bottom: 10px;
}
.container-hours ul li {
    width: auto;
    font-family: Poppins-Regular;
    font-weight: 300;
    font-size: 1.25vw;
}
.container-hours p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
}
.container-hours .btn-appointment{
    font-size: 1vw;
    width: 16.5vw;
    display: block;
    margin: auto;
    padding: 11px 10px;
}
footer .img-contact {
    padding-left: 6vw;
}
footer .img-contact a img{
        width: 200px !important;
        margin: 0;
}
footer .foot-year {
    margin-top: 2vw;
    margin-left: 3vw;
 }
 footer .foot-year span {
    display: contents;
 }
/* footer */

/* scroll */
* {
    scrollbar-width: thin;
}
*::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}
*::-webkit-scrollbar-track {
    border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

/* content secundary */

.secundary-page {
    /* background: url("../images/stock/secondary-bac.jpg") !important; */
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #f5f5f5 !important;
    padding: 0 0 0 0;
}
.content-secundary .container-days{
    display: flex;
}
.content-secundary .container-days ul.title{
    display: none !important;
}
.secundary-page .p-body{
    padding: 0px 7vw .2vw;
}
.secundary-page .p-body2{
    padding: 0px 6vw .2vw;
}
/* secondary margins!!!!!! */
.secundary-page .content-secundary {
    padding:  5vw 3vw;
    /* margin:  0vw 1.6vw !important; */
}
.secundary-page .second-pad {
   margin:  0vw 1.1vw;
}
.secundary-page .content-secundary h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2.5vw;
}
.secundary-page .secundary-philosophy h1  {
    font-family: Gotham-Light;
   
    font-size: 3.3vw;
}
.secundary-page .secundary-philosophy h1 span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 3.3vw;
}

.secundary-page .secundary-philosophy h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300 !important;
    font-size: 1.5vw;
}

.secundary-page .content-secundary h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.7vw;
}
.secundary-page .content-secundary h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.388vw;
    line-height: 2.5vw;
    margin: auto;
}
.secundary-page .content-secundary h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.458vw;
}
.secundary-page .content-secundary h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1vw;
}
.secundary-page .content-secundary p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.180vw;
    margin-bottom: 25px;
}
.secundary-page .content-secundary .upper-content {
    padding-right: 4vw;
}
.secundary-page .content-secundary .upper-content h3 a {
    padding: 1vw 2vw 1vw 2vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.3vw;
    letter-spacing: -.5px;
}
.secundary-page .content-secundary p span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.527vw;
}
.secundary-page .content-secundary p a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.3vw;
}
.secundary-page .content-secundary p a span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.3vw;
}
.content-secundary .content-patient-forms a {
    font-size: 1.2vw;
    margin-bottom: 10px;
}
.content-secundary .plan1-box {
    padding:0vw 1vw 0vw 0vw;
}
.content-secundary .plan1 {
    padding: 2vw 2vw 2vw 2vw;
}
.content-secundary .plan2-box {
    padding: 0vw 0vw 0vw 1vw;
}
.content-secundary .plan2 {
    padding: 2vw 2vw 2vw 2vw;
}
.secundary-page .reviews-body {
    background: url("../images/home/bg-reviews.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 21vw 0px 0vw 0px;
    margin-top: -16vw;
    margin-bottom: -0vw !important;
    position: relative;
    z-index: -1;
}
.secundary-page .reviews-body img {
    width: 15%;
    height: auto;
}

.secundary-page .secundary-carrucel{
    margin-bottom: 0vw !important;
}
.secundary-page .secundary-carrucel .carousel-inner{
    height: 15vw;
    /* background: red; */
}
.secundary-page .secundary-carrucel-resources .carousel-inner{
    height: 15vw;
    /* background: red; */
}

.secundary-page .reviews-body p, .home .reviews-body p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.5vw;
    text-align: center;
    margin: auto;
    height: 25vw;
    width: 100%;
    line-height: 2.8vw;
    padding: 4.5vw 6vw 1vw 6vw;
}
.secundary-page .reviews-body p span, .home .reviews-body p span {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: normal;
    
}
.secundary-page .reviews-body .social, .home .reviews-body .social{
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}
.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 8vw;
}
.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;
}
.tarjets img{
    border: none;
    width: 80%;
}
.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: 1.3vw;
    display: block;
    padding: 1.8vw 0px;
}
.secundary-page .page-intro{
    padding: 3vw 0px;
}
.secundary-page .content-secundary .row{
    margin: 0 !important;
}
.secundary-page .content-secundary ul {
    list-style: outside;
    margin-left: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.secundary-page .content-secundary ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.111vw;
}
.secundary-page .content-secundary ul li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.3vw;
}
.secundary-page .content-secundary .more-information {
    font-size: 1.3vw !important;
    margin-top: 40px;
}
.secundary-page .content-services .title-line::before {
    width: 38vw;
    right: 5vw;
    top: 2.3vw;
}
.content-insurance iframe {
    padding: 7px;
    border: 2px solid #748067;
}
.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: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.25vw;
}
.secundary-page .content-secundary .content-insurance img{
    width: 350px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.secundary-page .content-secundary .content-plan h2 {
    font-size: 2.5vw !important;
}
.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 .vid-tri img{
    display: block;
    padding-bottom: 2vw !important;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: auto;
}
.secundary-page .covid-text {
    margin-top: 1vw;
    padding: 3vw 7vw 8vw 7vw !important;
}
.secundary-page .covid-text h2 {
    padding: 0vw 0 0vw 8vw !important;
}
.secundary-page .covid-text ul {
    padding: 0vw 1vw 0vw 1vw !important;
}
.secundary-page .content-secundary .content-contact p, .secundary-page .content-secundary .content-contact p a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.319vw;
}
.secundary-page .content-secundary .content-contact p span {
    font-family: Gotham-book;
}
.secundary-page .content-secundary .content-contact ul {
    list-style: none;
    margin-left: 0;
}
.secundary-page .content-secundary .content-contact ul li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.319vw;
}
.secundary-page .content-contact button {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    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 .appt-btn a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.111vw;
    background: #808b74;
    color: #fff;
    box-shadow: 0px 0px 2px #02020266;
    border-radius: 7px;
    border: none;
    padding: 8px 3vw;
    margin-top: 15px;
}
.secundary-page .content-contact .img-contact img {
    width: 75% !important;
    height: auto;
    margin-bottom: 3vw;
}
.secundary-page .content-contact .appt-btn a:hover {
    color: #95c363;
}
.secundary-page .content-contact input, .secundary-page .content-contact textarea {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 34vw;
    font-size: 12px;
    border-radius: 0px;
    padding: 1.2vw 10px;
}
.secundary-page .content-contact .form-group {
    margin-bottom: .5rem;
}
.secundary-page .content-contact .text-appointment{
    width: 22vw;
    margin: auto;
}
.secundary-page .content-contact .text-appointment a{
    font-weight: 600 !important;
}
.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 .servz-links a {
    font-family: Gotham-book;
    font-size: 1.180vw;
}
/* 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.319vw !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: 100% !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 */
.landing-page .hero h2 span {
    font-size: 2.1vw;
    font-family: Gotham-Medium;
}
/* .landing-page header{} */
.btn-xl-lp{
    font-family: Gotham-Medium;
    padding: 12px 20px;
    box-shadow: 0px 0px 3px #02020266;
    border-radius: 7px;
    opacity: 1;
    font-size: 1.4vw;
}
.container-subtitle {
    padding: 1vw 0px;
    position: relative;
    z-index: 1;
    margin-top: -6.4vw;
}
.container-subtitle h1{
    font-family: Gotham-book;
    font-size: 2.5vw;
    line-height: 5vw;
}
.container-subtitle h1 span {
    font-family: Gotham-Bold;
    font-size: 2.5vw;
}
.hero.lp h2 {
    font-family: Gotham-Light;
    font-size: 3.7vw;
    margin-left: 2vw;
    background: transparent;
}
.hero.lp .container-text {
    top: 16vw;
    padding-left: 9vw;
}
/* Section 1 */
.home .section-2 h1{
    margin-top: 0;
}
.section-1 hr {
    margin: 25px 0px;
}
.section-1 ul {
    display: flex;
    padding: 0;
    list-style: none;
}
.section-1 ul li {
    margin-top: 5px;
    margin-right: 15px;
}
.section-1 ul li img{
    width: 20px;
    margin-right: 30px;
}
.section-1 h2 {
    font-family: Gotham-Bold;
    font-size: 1.319vw;
    line-height: 2vw;
}
.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;
    font-style: italic;
    margin-top: 25px;
}
.section-1 h5 span {
    font-style: normal;
}
.section-1 .container-left{
    padding: 5vw 6vw 5vw;
}
.section-1 .container-right{
    padding: 5vw 3vw 4vw 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: 6vw 1vw 15vw;
}
.section-2 h1{
    font-family: Gotham-Bold;
    font-size: 2.361vw;
    line-height: 2.8vw;
}
.section-2 h1 span {
    font-family: Gotham-Book;
}
.section-2 h2 {
    font-family: Gotham-Medium;
    font-size: 1.597vw;
    width: 36vw;
    line-height: 2.3vw;
}
.section-2 h3{
    font-family: Gotham-Bold;
    font-size: 1.458vw;
    font-style: italic;
    width: 32vw;
    line-height: 2.3vw;
}
.section-2 h3 span {
    font-family: Gotham-Book;
    font-style: normal;
}
.section-2 p{
    font-family: Gotham-Light;
    font-size: 1.597vw;
    margin-top: 35px;
    line-height: 2.5vw;
    width: 39vw;
}
.section-2 hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.section-2 ul {
    display: flex;
    padding: 0;
    list-style: none;
}
.section-2 ul li img{
    width: 20px;
    margin-right: 10px;
}
.section-2 ul li i{
    margin-right: 10px;
}
.section-2 ul li {
    font-family: Gotham-Bold;
    font-size: 1.180vw;
}
.section-2 ul li span {
    font-family: Gotham-Book;
}
/* section 2 */

/* section 3 */
.section-3{
    padding: 6vw 7vw 9vw;
}
.section-3 h2 {
    font-family: Gotham-Medium;
    font-size: 2.430vw;
    margin-top: 20px;
    margin-bottom: 30px;
}
.section-3 h2 span {
    font-size: 1.597vw;
}
.section-3 h3{
    font-family: Gotham-Light;
    font-size: 1.597vw;
    line-height: 2.4vw;
}
.section-3 h3.title-dental{
    font-family: Gotham-Medium;
    font-size: 1.944vw;
    line-height: 2.4vw;
}
.section-3 p{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    line-height: 2vw;
}
.section-3 p span {
    font-family: Gotham-Book;
    font-size: 1.319vw;
}
.section-3 .container-img img{
    width: 100%;
    height: 14vw;
}
.section-3 ul {
    list-style: outside;
    margin-top: 35px;
    padding-left: 15px;
}
.section-3 ul li {
    font-family: Gotham-Light;
    font-size: 1.111vw;
}
.section-3 ul li:nth-child(1){
    list-style: none !important;
    margin-left: -15px;
}
.section-3 ul span {
    font-family: Gotham-Book;
    font-size: 1.319vw;
    text-align: left;
}
.section-3 .btn-xl-lp, .section-7 .btn-xl-lp{
    font-size: 1.19vw;
}
/* section 3 */

/* section 4 */
.section-4{
    padding: 10vw 7vw;
}
.section-4 h2 {
    font-family: Gotham-Medium;
    font-size: 2.430vw;
    margin-bottom: 45px;
}
.section-4 p{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    margin-bottom: 40px;
}
.section-4 p span {
    font-family: Gotham-Book;
    font-size: 1.319vw;
    margin-bottom: -12px;
    display: block;
}
.section-4 ul {
    list-style: outside;
    padding-left: 15px;
}
.section-4 ul li {
    font-family: Gotham-Light;
    font-size: 1.111vw;
}
.section-4 ul span {
    font-family: Gotham-Medium;
}
/* section 4 */

/* section 5 */
.section-5{
    padding: 5vw 7vw 9vw;
}
.section-5 h1{
    font-family: Gotham-book;
    font-size: 2.083vw;
}
.section-5 .img-text{
    width: 55%;
    margin-right: 25px;
    margin-bottom: 0px;
}
.section-5 .title {
    font-family: Gotham-Book;
    font-size: 1.319vw;
    margin-bottom: 15px;
    display: block;
}
.section-5 p{
    font-family: Gotham-Light;
    font-size: 1.319vw;
    line-height: 2.4vw;
}
.section-5 ul {
    padding-left: 15px;
    list-style: outside;
    margin-top: 40px;
}
.section-5 ul li {
   font-family: Gotham-Light;
   font-size: 1.319vw;
}
.section-5 .light{
    font-family: Gotham-Light;
}
/* section 5 */

/* section 6 */
.section-6{
    padding: 3vw 7vw 15vw;
}
.section-6 h1{
    font-family: Gotham-Medium;
    font-size: 2.430vw;
    margin-bottom: 25px;
    margin-top: 15px;
}
.section-6 p{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    line-height: 2.1vw;
}
.section-6 p span {
    font-family: Gotham-Book !important;
    font-size: 1.111vw;
}
.section-6 p img{
    width: 45%;
    margin-left: 10px;
}
.section-6 .text-implants{
    font-family: Gotham-Light;
    width: 31vw;
}
.section-6 .text-implants span {
    font-family: Gotham-Book;
}
.container-implants{
    padding: 0vw 4vw;
}
.section-6 .container-implants img{
    height: 18vw;
    width: 100%;
}
.section-6 .col-12 .col-12{
    margin-top: 5vw;
}
/* section 6 */

/* section 7 */
.container-subtitle.opinion {
    margin-bottom: -9vw;
}
.section-7{
    padding: 13vw 7vw 6vw;
}
.section-7 h1{
    font-family: Gotham-Medium;
    font-size: 1.597vw;
}
.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.597vw;
}
.section-7 h4 span {
    font-family: Gotham-Bold;
    font-size: 1.805vw;
}
.section-7 h5{
    font-family: Gotham-Medium;
    font-size: 1.597vw;
}
.section-7 h5 span {
    font-family: Gotham-Bold;
    font-size: 1.805vw;
}
.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: Gotham-Light;
    font-size: 1.111vw;
}
.section-7 .second-opinion p span {
    font-family: Gotham-Book;
}
/* section 7 */
/* new */
.ul-services ul {
    margin-left: 0 !important;
    width: 15vw;
}
.ul-services ul.wd-100{
    margin-left: 0 !important;
    width: 100%;
}
.ul-services ul li {
    list-style: none !important;
}
#imp-sup{
    padding-top:.3vw;
    line-height: 100%;
}
.prl-services {
    padding: 0px 0vw 0px 3vw;
}
.ul-center{
    display: flex;
    justify-content: center;
}
footer .btn-home {
    font-size: 1.4vw;
    pointer-events: none;
}
.sub-title {
    font-size: 1.5vw !important;
    color: #313234!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300 !important;
    width: 62vw !important;
}
.text-green-5{
    font-size: 3.263vw !important;
}
/* carousel fade */
.carousel-fade .carousel-item {
    display: block;
    /* position: absolute; */
    opacity: 0;
    transition: opacity .90s 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;
    }
}
.subTitle {
    list-style: none !important;
    margin-left: -15px !important;
}
.img-contact a img{
    	width: 100% !important;
}
.buttonResources {
    background: #7e8b72;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    min-width: 50%;
    padding: 13px 45px;
    font-family: Gotham-Light;
}
button.buttonResources:focus {
    outline: 1px dotted !important;
}

.buttonResources:hover{
    color: #fff;
}

.font-service ul li a {
    font-size: 1vw !important;
}
.t-line::before {
    top: 4.2vw !important;
}
/* .font-service ul li a.fontz-1{
    font-size: 1.0vw !important;
} */
.text-decoration-white:hover{
    text-decoration: underline !important;
}
.video-url{
    width: 100%;
    height: 315px;
    border: none;
}