/* globals */

@font-face {
    font-family: Gotham;
    src: url('../../fonts-imp/GothamBook.ttf');
}

@font-face {
    font-family: Gotham-bold;
    src: url('../../fonts-imp/GothamBold.ttf');
}

@font-face {
    font-family: Gotham-Book;
    src: url('../../fonts-imp/Gotham-Book.ttf');
}

@font-face {
    font-family: Gotham-Light;
    src: url('../../fonts-imp/Gotham-Light.ttf');
}

@font-face {
    font-family: Gotham-Medium;
    src: url('../../fonts-imp/Gotham-Medium.ttf');
}

@font-face {
    font-family: Segoe-UI;
	src: url('../../fonts-imp/Segoe-UI.ttf');
}
@font-face {
    font-family: TrumpMediaeval-Roman;
	src: url('../../fonts-imp/TrumpMediaeval-Roman.ttf');
}

/* globals */

/* hero */
.hero  {
    position: relative;
    margin-top: 50px;
}
@media (max-width: 767px) {
.hero  {
        margin-top: 0px;
    }
}
.hero .container-text{
    position: absolute;
    left: 0;
    top: 25vw;
    padding-left: 5vw;
}
.hero h2{
    font-family: TrumpMediaeval-Roman;
    font-size: 3.125vw;
}
.hero h2 span{
    font-family: Gotham-Medium;
    font-size: 1.805vw;
}
.hero .container-btn {
    margin-top: 1%;
    
}

.btn-xl-lp {
    
    font-family: Gotham-Medium;
    padding: 12px 20px;
    box-shadow: 0px 0px 3px #02020266;
    border-radius: 7px;
    font-size: 1.180vw;
}
.container-subtitle{
    padding: 1vw 0px;
    position: relative;
    z-index: 1;
    margin-top: -6.4vw;
}
.container-subtitle h1{
    font-family: Gotham-Light;
    font-size: 2vw;
    line-height: 5vw;
}
@media (max-width: 767px) {
    .container-subtitle h1{
        font-size: 16px;
    }
    .container-subtitle h1 span{
        font-size: 16px;
    }
}
.container-subtitle h1 span{
    font-family: Gotham-Bold;
    font-size: 2.5vw;
}
.hero.lp h2{
    font-family: Gotham-Light;
    font-size: 3.263vw;
}
.hero.lp .container-text {
    top: 20vw;
    padding-left: 9vw;
}
/* hero */
/* Section nav */
.section-navv {
    background: #666666;
    margin-top: -50px;
    padding: 0px 0 8px 0;
}
.section-navv .container-fluid {
    padding: 0 0 0 0;
}
.section-navv a {
   color: #fff;
   font-family: Gotham-Book;
   font-size: 17px;
   padding: 0 2% 0 2%;
   line-height: 110%;
}
.section-navv a:hover {
    color: #beb495;
    
 }
 @media (max-width: 767px) {
    .section-navv {
        background: #666666;
        margin-top: 0px;
        padding: 8px 0 8px 0;
    }
    .section-navv a {
        font-size: 14px;
        line-height: 110%;
     } 
     .expect {
        display: none;
     } 
}
 @media (min-width: 1300px) {
    .section-navv a {
        font-size: 17px;
     } 
}
 @media (min-width: 1600px) {
    .section-navv a {
        font-size: 19px;
     } 
}
/* /Section nav */
/* Section 1 */

.section-1 hr {
    margin: 25px 0px;
}
.section-1 ul{
    display: inline-table;
    padding: 0;
    list-style: none;
}
.section-1 ul li img{
    width: 20px;
    margin-right: 30px;
}
.section-1 h2{
    font-family: Gotham-Bold;
    font-size: 1.6vw;
    line-height: 2vw;
}
.section-1 h2 span {
    font-family: Gotham-Book;
    font-size: 1.6vw;
}
.section-1 h5{
    font-family: Gotham-Book;
    font-size: 1.388vw;
    text-align: center;
    line-height: 2.5vw;
    text-transform: none;
    margin-top: 25px;
}
.section-1 h5 span{
    font-style: italic;
}
.section-1 .container-left{
    height: 33vw;
    padding: 3vw 5vw 2vw 5vw;
}
.section-1 .container-left img {
    width: 20px;
    height: auto;
}
.section-1 .container-right {
    height: 33vw;
    padding: 6vw 6vw 6vw 6vw;
}
@media (max-width: 767px) {
	.section-1 .container-left{
        height: 50vw;
        padding: 3vw 5vw 2vw 5vw;
    }
    .section-1 .container-right {
        height: 50vw;
        padding: 6vw 6vw 6vw 6vw;
    }
}
.section-1 .reviews img {
    position: relative;
    margin: 0 auto 0 auto;
    width: 150px;
}
.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 */
.home .section-2 h1{
    margin-top: 0;
}
.section-2 {
    padding: 6vw 1vw 15vw;
}
.section-2 .left-box {
    padding: 0 0 0 5vw;

}
.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: 2vw;
}
.section-2 h4 {
    color: #4d4d4d;
    font-family: Gotham-bold;
    font-size: 1.2vw;
    line-height: 110%;
}
.section-2 h4 span {
    font-family: Gotham-light;
    
}
.section-2 .right-box hr {
   margin-top: 4px;
   margin-bottom: 4px;
   border-color: #c0c0bb;
    
}
@media (max-width: 767px) {
    
    .section-2 h1{
  
        font-size: 18px;
    }
    .section-2 h3 {
        padding-top: 25px;
        font-size: 20px;
    }
    .section-2 .left-box {
        margin: 0 0 30px 0;
    
    }
    .section-2 .right-box {
        position:relative;
       
        
    }
    .section-2 h4 {
        font-size: 16px;
        
    }
}
.section-2 hr {
    margin-right: 7vw;
    width: 87%;
    margin-top: 0px;
    margin-bottom: 0px;
}
.section-2 p{
    font-family: Gotham-Light;
    font-size: 1.597vw;
    margin-top: 35px;
    line-height: 2.5vw;
    width: 39vw;
}

.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-Bold;
    font-size: 1.180vw;
}
.section-2 ul li span{
    font-family: Gotham-Book;
}
/* section 2 */

/* section 3 */
.section-3{
    padding: 6vw 8vw 9vw 8vw;
}
.section-3 h2{
    font-family: Gotham-Medium;
    font-size: 2.430vw;
    margin-top: 20px;
    margin-bottom: 0px;
}
.section-3 h2 span{
    font-size: 1.597vw;
}
.section-3 h3{
    padding: 0 3% 0 3%;
    font-family: Gotham-Light;
    font-size: 1.597vw;
    line-height: 2.4vw;
}
.section-3 h3.title-dental {
    padding: 3% 11% 0 0;
    font-family: Gotham-Medium;
    font-size: 1.944vw;
    line-height: 2.7vw;
}
.section-3 h5{
    color: #211f20;
    padding: 2vw 0 0 0;
    font-family: Gotham-Book;
    font-size: 1.319vw;
}
@media (max-width: 767px) {
    .section-3 h5{
        font-size: 17px;
    }
}
.section-3 p{
    padding: 0 4vw 0 0;
    font-family: Gotham-Light;
    font-size: 1.111vw;
    line-height: 2vw;
}

.section-3 .container-img img{
    margin: 3vw 0 0 0;
    width: 100%;
    height: auto;
}
.section-3 ul{
    list-style: outside;
    
    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 */
/* bg-dental */
.bg-dental img {
    width: 100%;
    height: 100%;
}
 /*/bg-dental */
/* 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-Light;
    font-size: 2.083vw;
}
@media (max-width: 767px) {
    .section-5 h1{
        font-size: 22px;
    }
}
.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: Segoe-UI;
    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: 4vw 8vw 15vw 8vw;
}
.section-6 h1{
    font-family: Gotham-Medium;
    font-size: 2.430vw;
    margin-bottom: 25px;
    margin-top: 15px;
}
@media (max-width: 767px) {
    .section-6 h1{
        font-size: 22px;
    }
}
.section-6 p {
    padding: 3vh 3vh 0 0;
    font-family: Segoe-UI;
    font-size: 1.111vw;
    line-height: 2.1vw;
}
.section-6 p span{
    font-family: Segoe-UI;
    font-size: 1.111vw;
}
.section-6 p img{
    width: 45%;
    margin-left: 10px;
}
.section-6 hr {
    margin-top: 3vw;
    margin-bottom: 3vw;
}
.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 */

/* section 7 */
.container-subtitle.opinion {
    margin-bottom: -9vw;
}
.section-7{
    padding: 13vw 8vw 6vw 9vw;
}
.section-7 h1{
    color: #211f20;
    font-family: Gotham-Medium;
    font-size: 1.597vw;
}
.section-7 h2{
    color: #211f20;
    font-family: Gotham-Medium;
    font-size: 1.666vw;
}
.section-7 h2 span{
    font-family: Gotham-Bold;
}
.section-7 h3{
    color: #211f20;
    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{
    padding-top: 3vw;
    color: #211f20;
    font-family: Gotham-Medium;
    font-size: 1.597vw;
}
.section-7 h4 span{
    font-family: Gotham-Bold;
    font-size: 1.805vw;
}
.section-7 hr {
    margin-top: 3vw;
    margin-bottom: 3vw;
}
.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 img {
    padding: 3vh 2vh 2vh 0vh;
}
/* section 7 */
.fixed-sp{
    padding-top: 5.902vw !important;
}
.fixed-ot{
    padding-top: 6.5vw !important;
}