/* globals */
a{
    text-decoration: none !important;
}
a.text-read{
    font-family: Gotham-Medium;
    font-size: 1.111vw;
}
a.text-read2 {
    font-family: Gotham-Medium;
    font-size: 1.111vw;
}
ul{
    list-style: none;
    padding: 0;
}
img{
    width: 100%;
}
html {
    scroll-padding-top: 6rem;
  }
  
/* globals */

/* 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;
   
    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 .location{
    padding: 15px 0px;
}
header .location ul{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
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{
    padding: 1.5vw 0 1.2vw 0;
    width: 100%;
    height: auto;
}
.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 {
    border: none;
    justify-content: center !important;
    -webkit-animation-name: fixed-top;
    animation-name: fixed-top;
    padding-right: 0vw;
    
    z-index: 1005 !important;
}
.container-logo img {
   padding: 1vw 0 1vw 1.3vw;
   width: 94%;
   height: auto;
}
.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;
}
.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 */
.hero{
    margin-top: 60px;
}
.hero .container-text{
    position: absolute;
    width: 40%;
    left: 0;
    top: 22vw;
    z-index: 1;
}
.hero .container-text h4{
    font-family: Gotham-Book;
    font-size: 1.805vw;
    padding: 10px;
    text-align: center;
    width: 37vw;
    margin-bottom: 0px;
}
.lp .hero .container-text h4{
    width: 44vw;
}
.hero .container-text h2{
    font-family: Gotham-Light;
    font-size: 4vw;
    padding: 1.3vw 2vw 1.3vw 8.7vw;
    width: 48vw;
    margin-bottom: 0;
}
.hero .container-text h2 span {
    font-family: Gotham-book;
    font-style: italic;
}
.lp .hero .container-text h2{
    width: 54vw;
}
.hero .container-text h6{
    text-align: center;
    padding: 15px 0px 15px 0px;
    width: 48vw;
    margin-left: 0vw;
}
.hero .container-text h6 a{
    font-size: 1.388vw;
    font-family: Gotham-Book;
}
.hero .container-text .hero-btns{
    position: absolute;
    top: 12.4vw;
    left: 0vw;
    text-align: center;
    padding: 15px 0px 15px 0px;
    width: 24vw;
   
}
.hero .container-text .hero-btns a{
    font-size: 1.388vw;
    font-family: Gotham-Book;
}

.hero .container-text .hero-btns2{
    position: absolute;
    top: 12.4vw;
    left: 24vw;
    text-align: center;
    padding: 15px 0px 15px 0px;
    width: 24vw;
    
}
.hero .container-text .hero-btns2 a{
    font-size: 1.388vw;
    font-family: Gotham-Book;
}
.hero .container-text .hero-btns3{
    position: absolute;
    top: 12.4vw;
    left: 0vw;
    text-align: center;
    padding: 15px 0px 15px 0px;
    width: 24vw;
}
.hero .container-text .hero-btns3 a{
    font-size: 1.388vw;
    font-family: Gotham-Book;
    line-height: 1.2 !important;
}

.hero .container-text .hero-btns4{
    position: absolute;
    top: 12.4vw;
    left: 24vw;
    text-align: center;
    padding: 15px 0px 15px 0px;
    width: 24vw;
    
}
.hero .container-text .hero-btns4 a{
    font-size: 1.388vw;
    font-family: Gotham-Book;
    line-height: 1.2 !important;
}

.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: 55px 11vw 8vw 11vw;
    background: url(../images/stock/wood-bac.jpg);
    background-size: cover;
    background-position: center;
}
.calls-outs .call-img {
    width: 55%;
    height: auto;
}
.calls-outs h1{
    font-family: Gotham-medium;
    font-style: italic;
    font-size: 1.95vw;
    margin: auto;
    width: 70vw;
    margin-bottom: 50px;
}
.calls-outs h1 span {
    font-family: Gotham-book;

}
.calls-outs h2{
    font-family: Gotham-Medium;
    font-size: 1.875vw;
}
.calls-outs p{
    font-size: 1.666vw;
    font-family: Gotham-Medium;
    margin-top: 15px;
    margin-bottom: 2px;
}
.calls-outs a{
    font-family: Gotham-Book;
    font-size: 1.111vw;
}
/* call-outs */

/* philosophy */
.philosophy{
    padding: 13vw 0px;
}
.philosophy h1{
    font-family: Gotham-Bold;
    font-size: 2.222vw;
    margin-bottom: 2vw;
}
.philosophy h2 {
    font-family: Gotham-book;
    font-size: 1.7vw;
    margin-bottom: 1vw;
}
.philosophy h2 span {
    font-family: Gotham-medium;
   
}
.philosophy p{
    font-family: Gotham-light;
    font-size: 1.180vw;
    line-height: 2.3vw;
}
.philosophy p span {
    font-family: Gotham-medium;
    font-style: italic;
    
}
.philosophy .container-text{
    padding-left: 7vw;
}
.philosophy .container-img{
    position: absolute;
    /* right: 0; */
    z-index: 1;
    top: -10vw;
    overflow: hidden;
}
.philosophy .container-img2 {
    position: absolute;
    /* right: 0; */
    z-index: 1;
    top: -8vw;
    overflow: hidden;
}
/* .philosophy img{
    width: 100%;
} */


.diagonal-top{
    padding: 7vw;
    transform: skewY(6deg);
    margin-top: -5vw;
    margin-bottom: -8vw;
    width: 100%;
}
.diagonal-bottom{
    padding: 7vw;
    transform: skewY(-6deg);
    margin-top: -8vw;
    width: 100%;
}
.diagonal-top2 {
    padding: 7vw;
    transform: skewY(6deg);
    margin-top: -5vw;
    margin-bottom: -8vw;
    width: 100%;
}
.diagonal-bottom2 {
    padding: 7vw;
    transform: skewY(-6deg);
    margin-top: -8vw;
    width: 100%;
}
/* philosophy */

/* doctor */
.doctor{
    padding: 2vw 6vw;
}
.doctor h1{
    font-family: Gotham-Bold;
    font-size: 2.222vw;
    padding-left: 17.5vw;
    margin-bottom: -30px;
}
.doctor h1 span{
    font-family: Gotham-Medium;
    font-size: 1.666vw;
}
.doctor .img-text{
    width: 25%;
    margin-right: 25px;
    margin-bottom: 0px;
}
.doctor .title{
    font-family: Gotham-Book;
    font-size: 1.805vw;
    margin-bottom: 0px;
    display: block;
    padding-top: 4vw;
}
.doctor p{
    font-family: Gotham-light;
    font-size: 1.111vw;
    line-height: 2vw;
}
.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 .reviews-btnn a {
    position: relative;
    margin-top: 0vw;
}

.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: 8.5vw;
    height: 30vw;
}
/* doctor */


/* doctor2 */
.doctor2{
    padding: 2vw 6vw;
}
.doctor2 h2{
    font-family: Gotham-Bold;
    font-size: 2.222vw;
    padding-left: 17.5vw;
    margin-bottom: 0px;
}
.doctor2 h2 span{
    font-family: Gotham-Medium;
    font-size: 1.666vw;
}
.doctor2 h3{
    font-family: Gotham-light;
    font-size: 1.8vw;
    padding-left: 17.5vw;
    margin-top: 2vw;
    margin-bottom: 0px;
}
.doctor2 h3 span{
    font-family: Gotham-medium;
}
.doctor2 .img-text{
    width: 25%;
    margin-right: 5vw;
    margin-bottom: 0px;
}
.doctor2 p {
    margin-top: 1.8vw;
    font-family: Gotham-light;
    font-size: 1.111vw;
    line-height: 2vw;
}

.doctor2 a{
    margin-top: 30px;
    display: block;
}
/* doctor2 */


/* services */
.services{
    padding-bottom: 70px;
}
.services h1{
    font-family: Gotham-Bold;
    font-size: 1.666vw;
    margin: 30px 0px 22px 0px;
}
.services h2{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    margin-bottom: 45px;
}
.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: -10.5vw;
   
}

.services .title img {
   width: 35%;
   height: auto;
}
.services .container-img-left{
    overflow: hidden;
}
.services .container-img-right{
    padding-left: 7vw;
    overflow: hidden;
}
.diagonal-top-service{
    padding: 7vw;
    transform: skewY(6deg);
    margin-top: 2.5vw;
    margin-bottom: -8vw;
    width: 100%;
}
/* services */

/* footer */
footer{
    padding: 40px 0px;
}
footer ul{
    display: flex;
}
footer ul li{
    font-family: Gotham-Bold;
    font-size: 1.388vw;
}
footer .social{
    padding-left: 2.3vw;
}
footer .social a{
    border-radius: 80px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    background: transparent;
    display: block;
    font-size: 15px;
}
footer .phoner ul {
    margin-left: 2vw;
   
}
footer .hours ul{
    display: flex;
    margin-bottom: 2px;
    margin-left: 2vw;
   
}
footer ul li{
    font-family: Gotham-Medium;
    font-size: 1.180vw;
   
}
footer .hours ul li:nth-child(1){
    width: 4vw;
}
footer span{
    display: block;
    width: 20vw;
}
footer .hours span{
    width: 15vw;
}
footer img{
    margin: 2vw 0 0 0;
    width: 100%;
    height: auto;
}
/* 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;
}
/* 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 img.img-intro{
    margin-top: -8vw;
}
.content-secundary h1{
    font-family: Gotham-Book;
    font-size: 2.083vw;
    margin-bottom: 25px;
}
.content-secundary h2{
    font-family: Gotham-Book;
    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.458vw;
    text-align: center;
}
.content-secundary h5{
    font-family: Gotham-Medium;
    font-size: 1.666vw;
}
.content-secundary .philo h3 {
    font-family: Gotham-book;
    font-size: 3.5vw;
    text-transform: none;
}
.content-secundary .philo h3 span {
    font-style: italic;
}
.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;
}
.content-secundary p{
    font-family: Gotham-Light;
    font-size: 1.111vw;
    margin-bottom: 25px;
}
.content-secundary p span{
    font-family: Gotham-Medium;
}
.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: 3vw;
    margin-top: -5vw;
}
.content-secundary .container-btn a{
    font-family: Gotham-Medium;
    font-size: 1.111vw;
    padding: 1.1vw 2vw;
    width: 23vw;
    display: inline-block;
}
.content-secundary .container-btn a img{
    width: 20px;
}
.content-secundary .container-service-1{
    width: 19vw;
    margin: auto;
    display: block;
}
.secundary-technologies{
    margin-top: -6vw;
    padding-bottom: 4vw !important;
}
.secundary-technologies p, .secundary-technologies ul li, .secundary-technologies ul li a{
    font-family: Gotham-Light;
    font-size: 1.111vw;
}
.secundary-reviews{
    background: url(../images/stock/bg-reviews.jpg);
    background-size: cover;
    background-position: center;
    height: 35vw;
    display: flex;
    align-items: center;
}
.secundary-reviews h5{
    font-family: Gotham-Book;
    font-size: 1.388vw;
    text-align: center;
    margin: auto;
    width: 58vw;
    line-height: 2.5vw;
}
.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: 30px;
    margin-right: 15px;
}
.secundary-reviews ul li:nth-child(2) img {
    width: 135px;
}
.secundary-insurance{
    margin-top: -5vw;
    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;
}
.spacing{
    height: 10vw;
    background: transparent;
}
.spacing-1 {
    height: 2vw;
    background: transparent;
}
.spacing-2 {
    height: 8vw;
    background: transparent;
}
.title-intro-pr{
    font-family: Gotham-Medium !important;
    font-size: 1.666vw !important;
}
.testimonials-revs {
    margin-top: -8vw;
}
.testimonials .social{
    display: flex;
    list-style: none;
    align-items: center;
    margin-left: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.testimonials ul li:nth-child(1) img {
    width: 30px;
    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: 5px ;
}

.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 {
   margin-top: -7vw !important;
}
.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;
}
.btn-services{
    width: 9.2vw !important;
    text-align: center;
}
.btn-services2{
    width: 22vw !important;
    text-align: center;
}
/* end content secundary */

/* Landing page */
/* Section 1 */
.section-1{
    padding: 60px 7vw 0px;
}
.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 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 h1 span{
    font-family: Gotham-Medium;
    font-size: 1.666vw;
}
.section-5 .img-text{
    width: 25%;
    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: Segoe UI;
    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 */

/* section 6 */
.section-6{
    padding: 17vw 7vw;
}
.section-6 h1{
    font-family: Gotham-Medium;
    font-size: 1.666vw;
    margin-bottom: 30px;
}
.section-6 p{
    font-family: Segoe UI;
    font-size: 1.111vw;
}
.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%;
}

.section--pointer.branded--blue {
	padding: 18px 0;
	background-color: #c7c3b8;
}
.section--pointer.branded--blue a {
	color:#493141;
    font-family: gotham-medium;
    font-size: 20px;
	
}
.btn-pointer {
	background-color: transparent;
	color: #493141;
	border: 1px solid #493141;
}
.btn-pointer:hover {
	background-color: #fff;
	color: #4d8e41;
	border: 1px solid #fff;
}

@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;
    }
}