:root{
    --brand-color: #7abeba;
    --brand-color-hover: #7abeba;
}
::-webkit-scrollbar {
    width: 7px;
    background-color: #111;
}
::-webkit-scrollbar-thumb {
    width: 7px; background-color: var(--brand-color);
}
::-webkit-scrollbar-thumb:hover{
    width: 7px; background-color: var(--brand-color);
}

@media only screen and (max-device-width: 667px) and (min-device-width: 320px) and (orientation: landscape){
    html{
        background: #000;
    }
    body{
        display: none;
    }
}

body{
    font-family: 'Roboto', sans-serif;
    color: #111; font-size: 15px;
    background: url(../img/header.jpg) top center no-repeat;
    background-size: contain;
    overflow-x: hidden;
}
.container{
    max-width: 1170px;
}
.container-ultra{
    max-width: 1520px;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.container-small{
    max-width: 760px;
    margin: 0 auto;
}
.display-none{
    display: none;
}

#myVideo {
    position: absolute;
    right: 0;
    /* top: -105px; */
    min-width: 100%;
    min-height: 100%;
}
.opacity-black{
  position: absolute; 
  right: 0;
  min-width: 100%;
  min-height: 100%;
  background:#000;
  z-index:-1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#viewbox{
    display:none;
    position:fixed;
    z-index:600;
    top:0;
    left:0;
    width:100%;
    height:48px;
    line-height:45px;
    color:#fff;
    background-color:#1a1a1a;
    border-bottom:1px solid #292b35;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Ruberoid';
}
    
#viewbox .container .row div:nth-child(2){
    text-align:center
}

#viewbox .container .row div:nth-child(3){
    text-align:right
}

.fas{
    padding:0 7px 0 0;
    font-size:16px
}

#viewbox .container .row span.btn-open-request{
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s
}

#viewbox .container .row span.btn-open-request:hover{
    cursor:pointer;
    color:#5d6273;
    -webkit-transition:all .3s ease-in-out 0s;
    -moz-transition:all .3s ease-in-out 0s;
    transition:all .3s ease-in-out 0s
}

.boxes-tape-mobile, .mobile-bar, .mobile-header{
    display: none;
}


.line-phone::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f095";
    display: inline-block;
    float: left;
    width: 19px;
    height: 44px;
    margin-right: 10px;
    font-size: 16px;
}

.line-mail {
    width: 185px;
    display: inline-block;
}

.line-mail::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    float: left;
    content: "\f3c5";
    width: 19px;
    height: 44px;
    margin-right: 10px;
    font-size: 17px;
}

.line-send {
    width: 200px;
    display: inline-block;
}

.line-send::before {
    display: inline-block;
    float: left;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f0e0';
    width: 19px;
    height: 44px;
    margin-right: 10px;
    font-size: 17px;
}

header.extended{
    height: 400px;
    display: flex;
    align-items: center;
    line-height: 55px;
}

header.extended address{
    display: flex;
    align-items: center;

    font-style: normal;
    color: #fff;
    font-size: 14px;

    font-weight: 300;
    font-family: 'Ruberoid';
}

header.extended address::before{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f3c5";
    display: block;
    width: 20px; height: 30px;
    margin-right: 5px;
    line-height: 30px;
    font-size: 18px;
    color: #9d9d9d;
}

header.extended address::after{
    content: '';
    display: block;
    clear: both;
}

header.extended button.mobile-menu{
    display: none;
}

header.extended .phone{
    display: flex;
    align-items: center;
}

header.extended .phone a{
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    font-family: 'Ruberoid Extra';
    font-weight: 800;
}

header.extended .phone::before{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f095";
    display: block;
    width: 40px; height: 35px;
    border-right: 1px solid #639794;
    font-size: 20px;
    color: #9d9d9d;
    margin-right: 20px;
    text-align: center;
    line-height: 35px;
}

header.extended nav{
    font-family: 'Ruberoid Semi';
    font-weight: 600;
}

header.extended nav ul li{
    display: inline-block;
    padding-left: 35px;
}

header.extended nav ul li a{
    color: #fff; font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}
header.extended nav ul li a:hover{
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header.extended .flex-r{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
section.component-intro h1{
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    font-family: 'Ruberoid Extra';
    text-transform: uppercase;
    line-height: 60px;
    opacity: 0.4;
}
section.component-intro h1 span{
    display: block;
    color: var(--brand-color);
    font-size: 38px;
    font-weight: 500;
}

section.component-intro h1.align-center{
    text-align: center;
}

section.component-intro .container > button{
    display: flex;
    align-items: center;

    border: 0;
    margin: 120px 0 0 0;
    padding: 0 0 3px 0;
    background: none;

    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Ruberoid';
    text-transform: uppercase;

    cursor: pointer;
    outline: none;

    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section.component-intro .container > button::before{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f105";
    display: block;
    width: 32px; height: 32px;
    background-color: var(--brand-color);
    border: 3px solid #95e7e2;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    margin-right: 15px;
    text-align: center;
    line-height: 32px;
}

section.component-intro .container > button:hover{
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section.component-mission{
    padding-top: 100px;
    background-color: #fff;
}
section.component-mission figure.figure-a{
    position: relative;
}
section.component-mission figure.figure-a::before{
    position: absolute;
    display: block;
    content: '';
    width: 90%;
    height: 97%;
    border: 6px solid #7abeba;
    top: 0; left: 0;
}
section.component-mission figure.figure-a img{
    width: 90%;
    position: relative;
    left: 30px;
    top: -30px;
}
section.component-mission figure.figure-b{
    position: relative;
}
section.component-mission figure.figure-b::before{
    position: absolute;
    display: block;
    content: '';
    width: 90%;
    height: 97%;
    border: 6px solid #7abeba;
    top: 0; left: 0;
    z-index: 2;
}
section.component-mission figure.figure-b img{
    width: 90%;
    position: relative;
    left: 30px;
    top: -30px;
}

section.component-mission h2{
    font-size: 38px;
    font-weight: 400;
    font-family: 'Ruberoid';
    margin-bottom: 40px;
}
section.component-mission h2 span{
    color: var(--brand-color);
}
section.component-mission p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Ruberoid';
}
section.component-mission h2,
section.component-mission p{
    padding-left: 50px;
    padding-right: 70px;
}
section.component-mission .container .row .second-mission h2,
section.component-mission .container .row .second-mission p{
    padding-left: 0px;
    padding-right: 100px;
}
section.component-mission .section-padding{
    height: 170px;
}

section.component-service{
    margin-top: 200px;
    padding-top: 100px;
    background-color: #fff;
}

section.component-service .prew-service{
    text-align: center;
    margin-bottom: 70px;
}

section.component-service h2{
    font-size: 32px;
    font-weight: 500;
    font-family: 'Ruberoid';
    margin-bottom: 110px;
}

section.component-service h2 span{
    color: var(--brand-color);
}

section.component-service .service-box{
    width: 100%;
    padding-bottom: 60px;
    margin-bottom: 10px;
    text-align: center;
}

section.component-service .service-box a{
    text-decoration: none;
    /*
    display: block;
    width: 220px;
    height: 50px;
    margin: 0 auto;
    margin-top: 35px;
    border-radius: 25px;
    text-align: center;
    line-height: 48px;
    text-decoration: none;
    border: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Ruberoid';
    background-color: var(--brand-color);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    */
}

section.component-service .service-box a:hover{
    /*
    color: #111;
    background-color: #eafefd;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    */
}

section.component-service .service-box.border-0{
    border-right: 0;
}

section.component-service .service-all{
    padding-top: 10px;
    padding-bottom: 70px;
}

section.component-service .service-all button,
section.component-service-page .service-all button{
    display: block;
    width: 300px;
    height: 52px;
    margin: 0 auto;
    border-radius: 28px;
    border: 3px solid #7abeba;
    background-color: #fff;

    font-size: 16px;
    font-weight: 500;
    font-family: 'Ruberoid';
    color: var(--brand-color);
    text-align: center;
    text-decoration: none;

    cursor: pointer;
    outline: none;

    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section.component-service .service-all button:hover{
    color: #fff;
    background: var(--brand-color);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section.component-service-page .service-all button{
    margin-top: 25px;
}

section.component-service figure{
    position: relative;
    margin: 0; padding: 0;
    text-align: center;
}

section.component-service figure figcaption{
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;

    color: #111;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Ruberoid';
}

section.component-service figure img{
    width: 400px;
    margin: 0 auto;
}

section.component-service p{
    font-size: 15px;
    font-weight: 300;
    font-family: 'Ruberoid';
    line-height: 30px;
    color: #8d8b8b;
    text-align: center;
    padding-left: 20px;
    padding-right: 40px;
}

section.component-service-page{
    margin-top: 120px;
    padding-top: 100px;
    background-color: #fff;
}

section.component-service-page .title-command{
    font-size: 42px;
    font-weight: 500;
    font-family: 'Ruberoid';
    margin-top: 50px;
    margin-bottom: 40px;
}

section.component-service-page .title-command span{
    color: var(--brand-color);
}

section.component-service-page a.link-doctor{
    color: #111;
    text-transform: inherit;
}

section.component-service-page p.doctor-name{
    font-size: 24px;
    font-weight: 500;
    font-family: 'Ruberoid';
    padding-top: 15px;
    padding-bottom: 5px;
}

section.component-service-page p.doctor-status{
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 30px;
}

section.component-service-page h2{
    font-size: 42px;
    font-weight: 500;
    font-family: 'Ruberoid';
    margin-bottom: 40px;
}

section.component-service-page h2.group-name,
section.component-portfolio h2.group-name{
    font-size: 32px;
    font-weight: 500;
    font-family: 'Ruberoid';
    margin-bottom: 40px;
    text-align: center;
}

section.component-service-page .table-title{
    color: var(--brand-color);
    font-weight: 300;
    font-family: 'Ruberoid';
    margin-bottom: 25px;
    margin-top: 15px;
}
section.component-service-page .table-price{
    display: flex;
    align-items: center;
    min-height: 55px;
    margin-bottom: 10px;
    background-color: #f4fffe;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Ruberoid';
}
section.component-service-page .table-price span,
section.component-service-page .table-title span{
    padding-left: 20px;
    display: block;
    line-height: 22px;
}
section.component-service-page .table-title span.sub-heading{
    font-weight: 500;
    color: #111;
    font-size: 19px;
}
section.component-service-page .table-price a{
    color: #111;
    text-decoration: none;
    padding-bottom: 3px;
    display: flex;
    align-items: center;

    font-size: 13px;
    font-weight: 500;
    font-family: 'Ruberoid';
    text-transform: uppercase;

    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section.component-service-page .table-price a:hover{
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
section.component-service-page .table-price a::before{
    content: '\f0da';
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    display: block;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--brand-color);
}
section.component-service-page .margin-service{
    margin-top: 100px;
}
section.component-service-page h2{
    margin-top: 50px;
}
section.component-service-page h3{
    font-size: 26px;
    font-weight: 500;
    font-family: 'Ruberoid';
    color: var(--brand-color);
    margin-bottom: 40px;
}
section.component-service-page .marginBottom{
    margin-bottom: 60px;
}
section.component-service-page p{
    margin: 0;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Ruberoid';
    padding-bottom: 30px;
}
section.component-service-page p.serivice-content,
section.component-service-page p.serivice-patient{
    position: relative;
    margin: 0;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Ruberoid';
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 30px;
}
section.component-service-page p.serivice-patient{
    font-weight: 500;
    padding-bottom: 45px;
}
section.component-service-page p.serivice-content::before{
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    display: block;
    width: 9px; height: 9px;
    background-color: #f1f1f1;
    border-radius: 2px;
    float: left;
}
section.component-service-page .marginBottom img{
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
section.component-service-page span.do,
section.component-service-page span.po{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    min-width: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Ruberoid';
    color: #fff;
    background-color: var(--brand-color);
    border-radius: 4px;
    margin-bottom: 18px;
}
section.component-service-page .number-keys{
    font-size: 34px;
    font-weight: 500;
    font-family: 'Ruberoid';
    color: var(--brand-color);
    border-right: 1px solid #ddd;
    padding-right: 16px;
    margin-right: 10px;

}
section.component-service-page .number-keys span{
    font-size: 30px;
    font-weight: 300;
}
section.component-service-page h4.header-keys{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Ruberoid';
    margin-bottom: 45px;
    margin-top: 10px;
}
section.component-service-page a{
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Ruberoid';
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
section.component-service-page a:hover{
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
section.component-service-page span.work-before,
section.component-service-page span.work-after{
    display: block;
    width: 80px;
    
    text-align: center;
    background-color: #f1f1f1;
    color: #111;
    padding-top: 8px;
    padding-bottom: 8px;
}
section.component-service-page span.work-before{
    float: right;
    border-top-left-radius: 15px;
    border-top-right-radius: 3px;
}
section.component-service-page span.work-after{
    border-top-left-radius: 3px;
    border-top-right-radius: 15px;
}
section.component-service-page .name-work{
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Ruberoid';
    margin-bottom: 40px;
}


/*
section.component-service-page .work-before{
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

section.component-service-page .work-after{
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}
section.component-service-page .border-right{
    border-right: 1px solid #7abeba;
}
*/

section.component-content{
    margin-top: 120px;
    padding-top: 100px;
    background-color: #fff;
}
section.component-content h2{
    font-size: 42px;
    font-weight: 500;
    font-family: 'Ruberoid';
    margin-bottom: 40px;
}
section.component-content.contact{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Ruberoid';
}
section.component-content.contact a{
    color: #111;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #919191;
}
section.component-content.contact span.column-left{
    display: block;
    line-height: 64px;
}
section.component-content.contact span.column-right{
    text-align: right;
    display: block;
    line-height: 64px;
}
section.component-content.contact h3{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 34px;
    font-weight: 500;
    font-family: 'Ruberoid';
}
section.component-content .thumb-wrap{
    margin-top: 80px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
section.component-content .thumb-wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

section.component-service-page a.button-service{
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    opacity: 1;
    line-height: 32px;
    margin-bottom: 75px;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Ruberoid';
    text-decoration: none;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.scale{
        display: inline-block; 
        overflow: hidden;
        background: #fff; 
    }
    .scale img{
        transition: 1s;
        display: block;
    }
    .scale img:hover {
        transform: scale(1.2);
        opacity: 0.4;
    }
    section.component-service-page a.button-service figure img{
        transition: 1s;
        display: block;
}


section.component-service-page a.button-service figure figcaption{
    display: block;
    position: relative;
    z-index: 10;
    width: 410px;
    height: 72px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 31px;
    line-height: 72px;
    margin-top: -50px;

    border-top-left-radius: 36px;
    border-bottom-right-radius: 36px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;

    border: 1px solid #f3f3f3;
}





section.component-great-doctor{
    margin-top: 150px;
    min-height: 800px;
    background-color: #eafefd;
}

section.component-great-doctor h3{
    font-size: 30px;
    font-weight: 400;
    font-family: 'Ruberoid';
    margin-bottom: 10px;
    margin-top: 30px;
}

section.component-great-doctor h3 span{
    color: var(--brand-color);
}

section.component-great-doctor p{
    display: inline-block;
    margin: 0;
    padding-bottom: 10px;
    padding-right: 45px;
    text-align: justify;

    font-weight: 300;
    font-family: 'Ruberoid';
    font-size: 14px;
    color: #8d8b8b;
    line-height: 23px;
}

section.component-great-doctor a{
    display: flex;
    align-items: center;

    width: 310px;
    height: 48px;
    margin-top: 30px;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;

    font-size: 13px;
    font-weight: 400;
    font-family: 'Ruberoid';

    color: #fff;
    background-color: var(--brand-color);

    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section.component-great-doctor a:hover{
    color: #111;
    background-color: #d7f9f7;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section.component-great-doctor a::before{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f105";
    display: block;
    width: 32px; height: 32px;
    background-color: var(--brand-color);
    border: 3px solid #95e7e2;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    margin-left: 4px;
    text-align: center;
    line-height: 32px;
}
section.component-great-doctor a:hover::before{
    border: 3px solid #eafefd;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
section.component-reviews{
    padding-top: 150px;
}
section.component-reviews h5 span{
    display: block;
    color: var(--brand-color);
    font-size: 30px;
    font-weight: 400;
    font-family: 'Ruberoid';
    margin-bottom: 60px;
}
section.component-reviews .reviews-container{
    min-height: 250px;
    padding: 25px;
    border: 1px solid #ebebeb;
}
section.component-reviews .reviews-container a{
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #ebebeb;
    margin-top: 25px;
    font-weight: 400;
    font-family: 'Ruberoid';
    font-size: 14px;
    color: #8d8b8b;
    line-height: 24px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
section.component-reviews .reviews-container a:hover{
    color: #111;
    border-bottom: 1px solid #111;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section.component-reviews .reviews-container p.reviews-date{
    margin: 0;
    padding-bottom: 25px;
    font-weight: 400;
    font-family: 'Ruberoid';
    font-size: 14px;
    color: #111;
    line-height: 24px;
}
section.component-reviews .reviews-container p.reviews-text{
    margin: 0;
    padding-bottom: 10px;
    font-weight: 400;
    font-family: 'Ruberoid';
    font-size: 14px;
    color: #8d8b8b;
    line-height: 26px;
}
section.component-reviews .reviews-all button.toggle-reviews{
    display: block;
    width: 300px;
    height: 52px;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 28px;
    border: 3px solid #7abeba;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Ruberoid';
    color: var(--brand-color);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
section.component-reviews .reviews-all button.toggle-reviews:hover{
    color: #fff;
    background: var(--brand-color);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.review-modal p{
    font-weight: 400;
    font-family: 'Ruberoid';
    font-size: 14px;
    color: #8d8b8b;
    line-height: 28px;
}
.review-modal p.reviews-date{
    margin: 0;
    padding-bottom: 25px;
    font-weight: 400;
    font-family: 'Ruberoid';
    font-size: 14px;
    color: #111;
    line-height: 24px;
}

section.component-consultation{
    padding-top: 150px;
    padding-bottom: 170px;
    background-color: #fff;
}
section.component-consultation h4{
    font-size: 32px;
    font-weight: 500;
    font-family: 'Ruberoid';
    margin-bottom: 50px;
}
section.component-consultation h4 span{
    color: var(--brand-color);
}
section.component-consultation p{
    display: block;
    width: 330px;
    margin: 0;
    padding-bottom: 30px;
    font-weight: 300;
    font-family: 'Ruberoid';
    font-size: 14px;
    color: #8d8b8b;
    line-height: 25px;
}
section.component-consultation a.phone{
    display: flex;
    align-items: center;

    color: #111;
    font-size: 19px;
    text-decoration: none;
    font-family: 'Ruberoid Extra';
    font-weight: 800;
}
section.component-consultation a.phone::before{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f095";
    display: block;
    width: 40px; height: 35px;
    border-right: 1px solid #e1e1e1;
    font-size: 20px;
    color: #7abeba;
    margin-right: 20px;
    text-align: center;
    line-height: 35px;
}
section.component-consultation ul{
    margin-top: 50px;
}
section.component-consultation ul li{
    display: inline-block;
    margin-right: 10px;
}
section.component-consultation ul li a{
    display: block;
    width: 52px; height: 52px;
    border-radius: 50%;
    line-height: 52px;
    text-align: center;
    background-color: #eafefd;
    font-family: "Font Awesome 6 Brands"; 
    font-weight: 400;
    font-size: 26px;
    color: #111;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
section.component-consultation ul li a:hover{
    color: #fff;
    background-color: var(--brand-color);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
section.component-consultation #app-consultation{
    font-weight: 300;
    font-family: 'Ruberoid';
}
section.component-consultation #app-consultation label{
    display: block;
    margin-bottom: 10px;
    color: #8d8b8b;
    font-size: 12px;
}

section.component-consultation #app-consultation .flex-box{
    display: flex;
    justify-content: space-between;
}
section.component-consultation #app-consultation .flex-box div{
    width: 48%;
}
section.component-consultation #app-consultation input{
    border: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 2px;
    height: 54px; width: 100%;
    background-color: #eafefd;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 13px;
    color: #52c8c2;
    outline: none;
}
section.component-consultation #app-consultation input::placeholder{
    color: #52c8c2;
}
section.component-consultation #app-consultation span{
    display: block;
    margin-top: 25px;
    margin-bottom: 20px;
    color: #6d6b6b;
    font-size: 13px;
    line-height: 22px;
}
section.component-consultation #app-consultation span a{
    color: var(--brand-color);
}
section.component-consultation #app-consultation button.submit{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 220px;
    height: 48px;
    margin-top: 15px;
    border-radius: 24px;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    border: 0;

    font-size: 15px;
    font-weight: 400;
    font-family: 'Ruberoid';

    color: #fff;
    background-color: var(--brand-color);

    cursor: pointer;
    outline: none;

    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
section.component-consultation #app-consultation button.submit:hover{
    color: #111;
    background-color: #eafefd;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
footer.component-footer{
    color: #fff;
    min-height: 400px;
    padding-top: 75px;
    background-color: #272727;
}
footer.component-footer p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
}
footer.component-footer p.copyright-paragraf{
    color: #898787;
    font-size: 13px;
    text-decoration: none;
    font-weight: 300;
    font-family: 'Ruberoid';
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 0;
    margin: 0
}
footer.component-footer p.copyright-paragraf a{
    font-size: 13px;
    color: #898787;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #404040;
}
footer.component-footer p a{
    color: #7abeba;
    font-weight: 500;
    text-decoration: none;
}
footer.component-footer ul{

}
footer.component-footer ul li{
    font-size: 14px;
    padding-bottom: 19px;
    font-weight: 300;
    font-family: 'Ruberoid';
    color: #fff;
}
footer.component-footer ul li:nth-child(1){
    padding-bottom: 40px;
    line-height: 65px;
}

footer.component-footer ul li span.phone,
footer.component-footer ul li span.market{
    display: flex;
    align-items: center;
    
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Ruberoid';
    font-weight: 500;
}
footer.component-footer ul li span.phone::before{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f095";
    display: block;
    width: 30px; height: 35px;
    font-size: 20px;
    color: #7fd3ce;
    text-align: left;
    line-height: 35px;
}
footer.component-footer ul li span.market::before{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f3c5";
    display: block;
    width: 30px; height: 35px;
    font-size: 20px;
    color: #7fd3ce;
    text-align: left;
    line-height: 35px;
}
footer.component-footer ul li a{
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-family: 'Ruberoid';
    font-size: 14px;
}
section.component-copyright{
    color: #fff;
    min-height: 60px;
    line-height: 60px;
    background-color: #1a1a1a;
}
section.component-copyright p{
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #959595;
    font-weight: 300;
    font-family: 'Ruberoid';
}
section.component-copyright p a{
    text-decoration: none;
    color: #959595;
}
section.component-commandos{
    margin-top: 150px;
    padding-top: 100px;
    padding-bottom: 120px;
    background-color: #eafefd;
}
section.component-commandos a{
    text-decoration: none;
    color: #111;
    font-weight: 600;
    font-family: 'Ruberoid';
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
section.component-commandos p.doctor-name{
    font-size: 30px;
    font-weight: 500;
    font-family: 'Ruberoid';
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 5px;
    padding-left: 40px;
}
section.component-commandos p.doctor-status{
    font-size: 18px;
    font-weight: 300;
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 40px;
}

section.component-commandos button.learning{
    display: flex;
    align-items: center;

    width: 340px;
    height: 54px;
    margin-top: 30px;
    margin-left: 40px;
    border-radius: 27px;
    text-align: center;
    text-decoration: none;
    border: 0;

    font-size: 14px;
    font-weight: 400;
    font-family: 'Ruberoid';

    color: #fff;
    background-color: var(--brand-color);

    cursor: pointer;
    outline: none;

    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section.component-commandos button.learning:hover{
    color: #111;
    background-color: #d7f9f7;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

section.component-commandos button.learning::before{
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;
    content: "\f105";
    display: block;
    width: 32px; height: 32px;
    background-color: var(--brand-color);
    border: 3px solid #95e7e2;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    margin-left: 4px;
    text-align: center;
    line-height: 32px;
}
section.component-commandos button.learning:hover::before{
    border: 3px solid #eafefd;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
section.component-commandos .title-commandos{
    font-size: 42px;
    font-weight: 500;
    font-family: 'Ruberoid';
    margin-bottom: 50px;
}
section.component-commandos .title-commandos span{
    color: var(--brand-color);
}
.whatapp-button{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.whatapp-button a{
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.whatapp-button a:hover{
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* portfolio */
section.component-portfolio{
    margin-top: 120px;
    padding-top: 100px;
    background-color: #fff;
}


#hello{
    width: 650px;
    border-radius: 24px;
    display: none;
    font-weight: 300;
    font-family: 'Ruberoid';
}
#hello h5{
    color: var(--brand-color);
    font-size: 20px;
    font-family: 'Ruberoid Semi';
}
#hello span{
    display: block;
    margin-top: 40px;
    color: #6d6b6b;
    font-size: 14px;
    line-height: 22px;
}
#hello span a{
    color: var(--brand-color);
}
#hello label{
    color: #8d8b8b;
    font-size: 12px;
    display: block;
    margin-top: 30px;
}
#hello input, select{
    font-weight: 400;
    display: inline-block;
    width: 100%;
    height: 52px;
    border: 0;
    font-size: 13px;
    color: #52c8c2;
    border-radius: 3px;
    margin: 10px 0 0 0;
    padding: 0 0 0 12px;
    border: 1px solid #ddd;
    background: #fff;
    outline: none;
}
#hello input.error{
    border: 1px solid red;
}
#hello button.submit{
    width: 200px;
    height: 52px;
    border-radius: 26px;
    margin: 20px 0 0 0;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--brand-color);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#hello button:hover{
    color: #111;
    background-color: #eafefd;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.professional-education,
#politica,
#reviews-a,
#reviews-b,
#reviews-c,
#reviews-d{
    display: none;
    max-width: 900px !important;
    border-radius: 24px;
}
.professional-education .konstantin-sertificate{
    display: block;
    margin-bottom: 35px;
    border-radius: 24px;
}
.professional-education .doctor-education-item{
    margin-bottom: 40px;
}
.professional-education .doctor-education-item span{
    display: block;
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Ruberoid';
}

.professional-education .doctor-education-item ul li{
    margin: 0;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    color: #605f5f;
    font-family: 'Ruberoid';
    padding-bottom: 15px;
    line-height: 23px;
    padding: 8px 0 8px 20px;
}
.professional-education .doctor-education-item ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background: #bce7e4;
    position: absolute;
    left: 0;
    top: 16px;
}
.professional-education .doctor-education-item p{
    font-size: 15px;
    font-weight: 300;
    color: #605f5f;
    font-family: 'Ruberoid';
    margin: 0;
    padding-bottom: 20px;
    line-height: 23px;
}

/* promo page */

.sale-box{
    width: 100%;
    border: 1px solid #ddd;
    padding: 50px;
}
.sale-box span:nth-child(1){
    display: block;
    margin-bottom: 60px;
    font-size: 26px;
    color: #7abeba;
    font-weight: 500;
    font-family: 'Ruberoid';
}
.sale-box span:nth-child(2){
    display: block;
    margin-bottom: 60px;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Ruberoid';
    line-height: 32px;
}
.sale-box span:nth-child(3){
    display: block;
    margin-bottom: 68px;
    font-size: 18px;
    color: #515050;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Ruberoid';
}
.sale-box span:nth-child(3) b{
    font-weight: 500;
}
.sale-box > button{
    width: 100%;
    height: 48px;
    margin-top: 15px;
    border-radius: 24px;
    text-align: center;
    line-height: 46px;
    text-decoration: none;
    border: 0;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Ruberoid';
    color: #fff;
    background-color: var(--brand-color);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;  
}
.sale-box > button:hover{
    color: #111;
    background-color: #eafefd;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.sale-title{
    text-align: center !important;
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
section.component-service-page p.text-center{
    text-align: center;
    margin-bottom: 50px;
}
section.component-service-page .post-feedback{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Ruberoid';
    padding-right: 50px;
}
section.component-service-page .post-feedback span{
    display: block;
    margin-bottom: 20px;
}
section.component-service-page .post-feedback p{
    
}
section.component-service-page .implants-manufacturers{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #ddd;
    padding: 50px;
    margin-bottom: 50px;
}
section.component-service-page .implants-manufacturers > div{
    width: 50%;
    text-align: center;
}
section.component-service-page .implants-manufacturers > div > p{
    text-align: center;
    padding: 0;
    line-height: 26px;
}
section.component-service-page .implants-manufacturers > div > p b{
    font-weight: 600;
}
section.component-service-page .youtube-box .thumb-wrap{
    margin-top: 90px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
section.component-service-page .youtube-box .thumb-wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

div.scrollup {
    position: fixed;
    color: #fff;
    background-color: var(--brand-color);
    right: 20px;
    bottom: 20px;

    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    opacity: 0.5;
    font-size: 20px;
    cursor: pointer;
    display: none;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
 }
 
 div.scrollup:hover {
    transform: scale(1.1)!important;
    background-color: #111;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
 }
 
review-lab{
     font-family: 'Ruberoid' !important;
	 line-height: 20px;
	 font-weight: 300;
}

widget-review .review{
	box-shadow: none !important;
    border: 1px solid #c7f9f6 !important;
}
review-lab .widget__src{
	display: none !important;
}

review-lab .widget__show-more{
    background-color: var(--brand-color) !important;
    color: #fff !important;
    width: 220px !important;
    height: 48px !important;
    border-radius: 24px !important;
    line-height: 48px !important;
    font-weight: 300 !important;
	padding: 0 !important;
}
widget-review .review__rating .icon_active {
    fill: #7abeba !important;
}

h4.heading-cookie{
    font-size: 28px;
    font-weight: 500;
    font-family: 'Ruberoid';
    margin-bottom: 30px;
}
p.heading-paragh{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    padding: 0 0 30px 0;
	text-align: justify;
}

section.cookie-notification{
  position: fixed;
  z-index: 8888;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  min-height: 70px;
  display: none;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  color: #fff;
  width: 960px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
section.cookie-notification a{
  color: #fff;
}
section.cookie-notification button.cookie-accept{
  height: 40px;
  width: 100px;
  background: #7abeba;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
section.cookie-notification button.cookie-accept:hover{
  cursor: pointer;
  background: #5e9390;
}

@media (max-width: 575.98px){
  section.cookie-notification{
    width: 90%;
    bottom: 20px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  section.cookie-notification div{
    width: 100%;
  }
  section.cookie-notification button.cookie-accept{
    margin-top: 20px;
    width: 100%;
  }
}