/* 2 styles bellow is for make logo bigger */

#davinci_app #navigation.modern .columns .logo a, #navigation.modern .columns .logo img {
    max-height: 70px;
}

#davinci_app #navigation.modern.scrolled .columns .logo a, #navigation.modern.scrolled .columns .logo img{
    max-height: 130px;
}

/* for make number bigger */

.important-string {
    font: caption;
    font-size: large;
    font-weight: 900;
}

/* for make email bigger */

.important-string-email {
    font: caption;
    font-size: larger;
    font-weight: 600;
}

/* rewrite style for social buttons on navbar */

#davinci_app #pagetop .right a {
    width: 65px;
}

/* for button to seem denestet */

.btn_arrow {
    float: right;
    background: url(../images/arrow_btn.png) center right no-repeat;
    padding-right: 3rem;
    padding-top: 3.3rem;
}

.btn_arrow span {
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
    border-top: 1px solid #fff;
    padding-top: 1.9rem;
    text-decoration: none;
    padding-left: 3rem;
    padding-right: 6rem;
}

.arrow_block h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

#arrow{
    padding-top: 30px;
    padding-bottom: 30px;
}

#davinci_app #navigation.modern .columns a {
    font-size: 18px;
    font-weight: 900;
    color: white;
}


/* rewrite footer subscription form */
#davinci_app .footer-newsletter input {
    background-color: white;
    color: #0c0e10;
}

#davinci_app .footer-newsletter textarea {
    margin-bottom: 15px;
    color: #0c0e10;
}

#davinci_app .d-phone {
    color: white;
    font-size: larger;
}

#davinci_app #footer .contact-button
{
    border: 1px solid #cacaca;
    background: #fff;
    border-radius: 0;
    padding: 13px 0;
    font-size: inherit;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    display: block;
}


.custom-animation {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #ffffff;
    padding: 20px;
}

@media only screen and (min-width: 370px) and (max-width: 460px){
    .custom-animation{
        /*left: 5%;*/
        /*right: 5%;*/
        /*width: 90%;*/
        padding: 20px 0;
        display: flex;
        justify-content: center;
    }
}

.t396__elem {
    position: absolute;
    box-sizing: border-box;
    display: table;
    text-align: center;
    visibility: visible;
}

.custom-animation .tn-atom {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.first {
    z-index: 5;
    position: absolute;
}

.first .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.second {
    position: absolute;
    z-index: 6;
}

.second a {
    border-width: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background-position: center center;
    border-color: #be9c4c;
    border-style: solid;
}

.third {
    position: absolute;
    z-index: 4;
}

.third .tn-atom{
    border-width: 1px;
    border-radius: 3000px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background-position: center center;
    border-color: #be9c4c;
    border-style: solid;
}

.custom-animation .tn-atom__img {
    width: 100%;
    display: block;
}

.rotate {
    /*animation: sbs-anim-rec88614504-1550485624731 1.2s infinite linear;*/
    animation-duration: 1.2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: alex;
    backface-visibility: hidden;
    /*-webkit-animation: alex 1.2s infinite linear;*/
}

.rotate:hover {
    animation-play-state: running;
}

@keyframes alex {
    100% {
        transform: rotate(90deg);
    }
}

.text_for_services{
    position: relative;
    margin-top: -70px;
}


@media only screen and (max-width: 460px){
    .text_for_services{
        position: relative;
        margin-top: 0;
        font-size: 13px;
    }
}

.first_service{
    margin-top: 195px;
}

@media only screen and (max-width: 460px) {
    .first_service{
        margin-top: 250px;
    }
}

.principal_div{
    position: relative;
    height: 290px;
    margin: 10px auto;
}

@media only screen and (max-width: 460px) {
    .principal_div{
        position: relative;
        height: 290px;
        margin: 10px auto 24px;
    }
}

.post_page{
    font-family: 'Montserrat',sans-serif !important;
}


@media only screen and (max-width: 1450px){
    .first {
        width: 242px;
        margin: 10px;
    }

    .second {
        width: 196px;
        height: 196px;
        margin: 33px;
    }

    .third {
        width: 262px;
        height: 262px;
    }
}

@media only screen and (max-height: 1000px){
    .first {
        width: 200px;
        height: 200px;
        margin: 5px;
    }

    .second {
        width: 180px;
        height: 180px;
        margin: 15px;
    }

    .third {
        width: 210px;
        height: 210px;
    }

}

@media only screen and (max-height: 750px){
    .first {
        width: 170px;
        height: 170px;
        margin: 5px;
    }

    .second {
        width: 150px;
        height: 150px;
        margin: 15px;
    }

    .third {
        width: 180px;
        height: 180px;
    }
}

@media only screen and (max-width: 460px){
    .first {
        width: 242px;
        height: 242px;
        margin: 10px;
    }

    .second {
        width: 196px;
        height: 196px;
        margin: 33px;
    }

    .third {
        width: 262px;
        height: 262px;
    }
}

/* more styles for page blogs ========================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400i,900i');





/*.bg-soft-colored:before,*/
/*.bg-soft-gradient:before{*/
/*    background: #e08f26; !* Old browsers *!*/
/*    background: -moz-linear-gradient(45deg,  #3856a2 0%, #e07526 100%); !* FF3.6-15 *!*/
/*    background: -webkit-linear-gradient(45deg,  #3856a2 0%,#e07526 100%); !* Chrome10-25,Safari5.1-6 *!*/
/*    background: linear-gradient(to 45deg,  #3856a2 0%,#e07526 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3856a2', endColorstr='#e07526',GradientType=1 ); !* IE6-9 *!*/
/*}*/


.bg-soft-colored:before,
.bg-soft-gradient:before{
    background: black; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #be9c4c 0%, black 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #be9c4c 0%,black 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to 45deg,  #be9c4c 0%,black 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3856a2', endColorstr='#e07526',GradientType=1 ); /* IE6-9 */
}

.bg-soft-gradient:before{ opacity: 0.95;}


/*for page clinic , first background */

#home .lifestyle-home-inner{ padding:250px 0; overflow: hidden; }
@media only screen and (max-height: 1000px){
    #home .lifestyle-home-inner{ padding:200px 0; }
}
@media only screen and (max-height: 750px){
    #home .lifestyle-home-inner{ padding:120px 0; }
}
@media only screen and (max-height: 600px){
    #home .lifestyle-home-inner{ padding:80px 0; }
}
#home .lifestyle-home-inner .home-title{ font-size: 56px; letter-spacing: -2.5px; font-weight: 900; line-height: normal; }
#home .lifestyle-home-inner .home-subtitle{ font-size: 35px; letter-spacing: -2px; font-weight: 300; }
#home .lifestyle-home-inner .home-description{ font-size: 15px; font-weight: 400; letter-spacing: 0; }

#home .lifestyle-texts{ width: 90%; width: calc(100% - 100px); float: left; }
@media only screen and (max-width: 1450px){
    #home .lifestyle-texts .home-title{ font-size: 42px; letter-spacing: -1px; }
    #home .lifestyle-home-inner .home-subtitle{ font-size: 30px; letter-spacing: -0.5px; font-weight: 300; }
}
@media only screen and (max-width: 769px){
    #home .lifestyle-texts{ width: 100%; float: none; }
    #home .lifestyle-texts .home-title{ font-size: 33px; letter-spacing: -1px; }
    #home .lifestyle-texts .home-subtitle{ font-size: 27px; letter-spacing: -0.5px; }
    #home .play-button{ width: 80px; margin:15px 0 !important; float: none; display: block; }
}
@media only screen and (max-width: 460px){
    #home .lifestyle-home-inner{ padding:100px 0 50px; }
    #home .lifestyle-texts .home-title{ font-size: 22px; }
    #home .lifestyle-texts .home-subtitle{ font-size: 19px; }
    #home .title-strips-over{ margin-top:0px; }
    #home .container h4{ margin-top:0px !important; font-size:15px; }
}

#davinci_app .xl-py {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
}

@media only screen and (max-height: 700px) {
    #davinci_app .xl-py {
        padding-top: 300px !important;
        padding-bottom: 300px !important;
    }
}

@media only screen and (min-width: 1025px) {
    #davinci_app [data-background].loaded, .slick-slider [data-background] {
        opacity: 1;
    }
}

#davinci_app #modal-form [data-background].loaded, .slick-slider [data-background] {
    opacity: 1;
}


/*Number animation*/

.number_size{
    font-size: 21px;
}

.number_animation {
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: num_anim_key;
    backface-visibility: hidden;
}


@keyframes num_anim_key
{
    10%{
        color: #eee2e4;
    }
    20%{
        color: #c3bcab;
    }
    30%{
        color: #aba596;
    }
    40%{
        color: #e6de7c;
    }
    50%{
        color: #e6cf52;
    }
    60%{
        color: #d7ba4c;
    }
    70%{
        color: #d7cf22;
    }
    80%{
        color: #be9c4c;
    }
    90%{
        color: #be9c4c;
    }
    100%{
        color: #be9c4c;
    }
}

.davinci_color{
    color: #be9c4c !important;
}

.bg_davinci{
    background-color: #be9c4c !important;
}

.load_more{
    padding: 20px 0;
}
/* for play button */
.js-player button {
    background-color: #be9c4c;
}

.special_style{
    font-weight: 700;
    font-size: 38px;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 3px;
}

/* picker select height */
#davinci_app .picker__select--year{
    height: 40px;
}

#davinci_app .picker__select--month{
    height: 40px;
}

#davinci_app .divider-1>span:before, #davinci_app .divider-1>span:after{
    background-color: #be9c4c;
}

/* check hour after date and time */
.p_time {
    align-items: center;
    border-radius: inherit;
    color: black;
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    white-space: nowrap;
    width: inherit;
    z-index: 7;
}

.button_time {
    /* align-items: center; */
    border-radius: 2px;
    background-color: white;
    display: inline-flex;
    height: 36px;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    margin: 6px 8px;
    min-width: 88px;
    outline: 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s cubic-bezier(.25, .8, .5, 1), color 1ms;
    position: relative;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 10;
}

#wizard .first{
    margin: 0px;
}

#davinci_app .button_select{
    background-color: #e9e9e9;
    border: 1px solid #160004;
}

#davinci_app .doctor_select{
    background-color: black;
    border: 1px solid red;
}

.sur_brand{
    color: #e9e9e9;
}

/* styles for pages services */

.afont2{
    font-weight: 300;
    font-size: 29px;

    padding: 0;
    margin: 16px;
    text-align: center;
    font-family: Inter,proxima-nova,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    color: #363636;
    line-height: 1.3;
    letter-spacing: -0.8px;
}

.afont2_special{
    font-weight: 600;
}

.atablist .card a.card-title {
    font-size: 24px;
    font-weight: bolder;
}

.atablist .card-body li{
    font-size: 18px;
    font-weight: normal;
}

.alist-special{
    font-size: 20px;
    font-weight: bold;
}

.atablist .fa-arrow-right{
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: a-arrow-animation;
    backface-visibility: hidden;
    line-height: normal;
}

@keyframes a-arrow-animation {
    50% {
        color: #e9e9e9;
        transform: rotate(180deg);
    }
    100% {
        color: #be9c4c;
        transform: rotate(360deg);
    }
}

/* Blog */

.block.block-image.v3 {
    display: table;
    width: 100%;
}

.block {
    margin: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    cursor: default;
    overflow: hidden;
    border-radius: 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px;
}

.block:after {
    clear: both;
}

.block:after {
    display: table;
    content: "";
}

.mb-40 {
    margin-bottom: 40px !important;
}

.blog .block.block-image.v3 .block-image {
    width: 30%;
}

.block.block-image.v3 .block-image {
    display: table-cell;
    width: 40%;
    vertical-align: top;
}

.block.block-image .block-image, .block.block-media .block-media-content {
    margin-bottom: 20px;
}

.block.block-image.v3 .block-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

.block.block-image.v3 .block-image img {
    width: 100%;
    border-radius: 6px;
}

img {
    vertical-align: middle;
    border: 0;
}

.block.block-image.v3 .block-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

.block.block-image .block-title, .block-media .block-title {
    margin-bottom: 8px;
    color: #282d33;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.block .block-title {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    font-weight: 500;
}

.block.block-image .block-title a, .block-media .block-title a {
    color: #282d33;
}

ul.inline-meta {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

ul.inline-meta li:first-child {
    padding-left: 0;
}

ul.inline-meta li {
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    border-right: 1px solid #dfddda;
}

ul.inline-meta {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

ul.inline-meta li a {
    font-size: 12px;
    color: #be9c4c;;
}

ul.inline-meta li:last-child {
    border: 0;
}

.btn-b-base-1 {
    background-color: transparent;
    border: 1px solid #be9c4c;
    color: #be9c4c;
}

.btn-sm {
    font-size: 10px;
    padding: 6px 14px;
}

.btn {
    border-radius: 4px;
}

.mt-15 {
    margin-top: 15px;
}

.sidebar .sidebar-object {
    margin-bottom: 30px;
}

.section-title-wrapper.style-1 {
    margin-bottom: 20px;
}

.section-title-wrapper {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.section-title-wrapper.style-1.v1 .section-title.left {
    border-color: #ddd;
}

.section-title-wrapper.style-1.v1 .section-title.left {
    display: table-cell;
}

.section-title-wrapper.style-1 .section-title.left {
    border-bottom: 1px solid;
    padding-bottom: 4px;
}

.section-title-wrapper.v1 .section-title {
    color: #282d33;
}

.sidebar .section-title.left, .section-title-sm.left {
    font-size: 16px;
}

.section-title.left {
    font-size: 20px;
}

.section-title {
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    position: relative;
}

.section-title-wrapper.style-1 .section-title-sm.left span, .sidebar .section-title-wrapper.style-1 .section-title span {
    padding-bottom: 0;
}

.section-title-wrapper.style-1 .section-title.left span {
    padding-bottom: 6px;
    display: inline-block;
    position: relative;
}

ul.list-style-1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.list-style-1>li {
    padding: 6px 0;
}

.category-list ul.list-style-1 > li > a {
    display: inline-block;
}

ul.list-style-1>li>a {
    display: block;
    color: #333;
    font-weight: 400;
}

ul.list-style-1>li>a img{
    width: 100%;
}

.category-list li .badge {
    float: right;
}

.badge {
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 10px;
    display: inline-block;
    min-width: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #be9c4c;
}

.section-title-wrapper.style-1 {
    margin-bottom: 20px;
}

.sidebar-object {
    margin-bottom: 30px;
}

ul.list-style-1.v2>li {
    padding: 10px 0;
    border-bottom: 1px solid #dfddda;
}

.post-item {
    margin-bottom: 20px;
    position: relative;
}

.post-title {
    font-size: 26px;
    color: #333;
    font-weight: 600;
}

ul.meta-info-cells {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

ul.meta-info-cells.v4 li:first-child {
    padding-left: 0;
}

ul.meta-info-cells.v4 li {
    display: inline-block;
    float: left;
    margin-right: 18px;
    vertical-align: middle;
    font-size: 1em;
    color: #999;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
}

ul.meta-info-cells.v4 li i {
    margin-right: 5px;
    color: #999;
    font-size: 1em;
}

ul.meta-info-cells.v4 li a {
    color: #999;
}

@media (max-width: 767px) {
    .block.block-image.v3 .block-content {
        display: block;
        padding-left: 0;
    }

    .block.block-image.v3 .block-image {
        display: block;
        margin-bottom: 20px;
    }

    .blog .block.block-image.v3 .block-image {
        width: 90%;
    }
}

#second_wiz .picker--opened .picker__holder{
}

.plus1{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: normal;
}

.echipa_hero {
    background: #060405;
    min-height: 100px;
}

.page_hero {
    padding-top: 80px;
    background-position: center;
    min-height: 600px;
    background-size: auto 100%;
    width: 100%;
    background-repeat: no-repeat;
}

.container_block {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}

.page_hero .page_title h1 {
    font-size: 70px;
    color: #fff;
    font-weight: 600;
}

.echipa_hero .medicul_zilei {
    margin-top: 3rem;
}

.echipa_hero .medicul_zilei a {
    text-decoration: none;
}

.hero_echipa_medicul_zilei {
    width: 100%;
}

.nume_medic{
    color: white;
}

.functia_medic{
    color: white;
    margin-bottom: 1rem;
}
.team-type-2 .member {
    margin: 0;
    height: auto;
    position: relative;
}

.kill-row-margin{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

@media (max-width: 800px) {
    .medic_prumul_element {
        padding: 20px 40px;
    }

    .echipa_hero .medicul_zilei {
        margin-top: 1rem;
    }
}

@media (max-width: 600px) {
    .page_hero .page_title h1 {
        font-size: 3rem;
    }
}

@media (max-width: 540px) {
    .post-main img {
        width: 100% !important;
    }

    .post-main span {
        width: 100% !important;
    }

    .post-main header{
        width: 100% !important;
    }

    body .wizard > .steps .number {
        width: 40px;
    }

}

.post-main img {
    max-width: 780px;
    max-width: -webkit-fill-available;
}

.doctor{
    margin-top: 30px;
    padding: 5px;
    cursor: pointer;
    border: 1px solid white;
    width: 160px;
    display: inline-block;
}

.page-item.active .page-link {
    background-color: #be9c4c;
    border-color: white;
}

.list_tratamente {
    padding: 2rem;
}

.tratament_item {
    width: 100%;
    -webkit-box-shadow: 0px 4px 22px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 22px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 22px -10px rgba(0,0,0,0.75);
    border-radius: 4rem;
    -moz-border-radius: 4rem;
    -webkit-border-radius: 4rem;
    -o-border-radius: 4rem;
    margin-bottom: 1rem;
}

.tratament_item .left_item {
    padding: 20px 30px 15px 40px;
}

.tratament_item h2 {
    color: black;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 15px;
}

.tratament_item p {
    color: black;
    font-weight: 400;
    font-size: 1.1rem;
}

.tratament_item .image_container {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: auto 100%;
    border-radius: 0 4rem 4rem 0;
    -moz-border-radius: 0 4rem 4rem 0;
    -webkit-border-radius: 0 4rem 4rem 0;
    -o-border-radius: 0 4rem 4rem 0;
    margin-bottom: 0 4rem 4rem 0;
    background-repeat: no-repeat;
    background-position: center right;
    right: 14px;
}

@media (max-width: 768px) {
    .tratament_item .image_container {
        min-height: 250px;
        position: static !important;
        margin-right: 14px;
        margin-left: 14px;
    }
}

.max_240 {
    max-width: 240px;
}

.show_more_tips {
    color: #fff;
    background: url(/images/white_arrow.png) 90% center no-repeat #be9c4c;
    padding: 1rem;
    font-size: 1.4rem;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    margin: 0 auto;
    text-decoration: none;
    display: block;
    margin-top: 15px;
}

.container_block_tratamente {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    overflow: hidden;
}

.tratament_item .image_container {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center right;
    right: 14px;
}


@media (max-width: 480px) {
    .tratament_item .left_item {
        padding-bottom: 0;
    }

    .tratament_item h2 {
        font-size: 2rem;
    }

    .tratament_item .left_item {
        padding: 35px;
    }
}

.link_programare {
    text-align: center;
    margin: 80px 0 10px;
}

.link_programare p {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.link_programare .blue_button_programare {
    color: #fff;
    background-color:  #be9c4c;
    padding: 15px;
    font-size: 1.4rem;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 450px;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    body #mobile-navigation .pagetop .left a {
        margin-bottom: 10px;
    }
}

.p-inherit{
    position: inherit !important;
}

.plashka{
    font-size: 60px;
    background-color: white;
    margin: 0 200px;
}

@media only screen and (max-width: 550px){
    .tratament_item p
    {
        font-size: 1rem;
    }

    .plashka{
        font-size: 40px;
        background-color: white;
        margin: 0;
    }
}

.plashka_text {
    width: 90%;
    -webkit-box-shadow: 0px 4px 22px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 22px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 22px -10px rgba(0,0,0,0.75);
    border-radius: 4rem;
    -moz-border-radius: 4rem;
    -webkit-border-radius: 4rem;
    -o-border-radius: 4rem;
    margin: 20px auto;
    padding: 20px;
    color: white;
    background-color: #c3bcab;
}

.mt-100{
    margin-top: 100px;
}

.pading-image {
    padding-top: 240px !important;
    padding-bottom: 40px !important;
}

.letter3{
    letter-spacing: 3px;
}

.fixed-bg2 {
    background-image: url("/images/services2.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

body .nav-pills .nav-link.active, body .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #be9c4c;
}

@media only screen and (max-width: 550px)
{
    .mobile-top{
        margin-top: 70px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 460px){
    .text_for_services {
        margin-top: -8px;
    }
}

.mt-70{
    margin-top: 70px !important;
}

.listul ul {
    padding: 20px;
}

.blue-check{
    color: rgba(14,176,126,0.76);
}

.black-check{
    color: white;
}

.black-check:hover{
    color: #be9c4c;
}

.red-check{
    color: red;
}

.blue-check-1{
    color: #0b36ba;
}

body .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: aliceblue;
}

#nav-financial-1 .apanel{
    padding: 20px 10px;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    background-color: aliceblue;
}

#davinci_app {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
}

.blog .post-main p{
    margin-top: 7px;
    font-weight: 600;
    color: rgba(17,15,14,0.59);
    font-size: 16px;
}

.blog .post-main h1 {
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif !important;
}

.blog .post-main h2 {
    color: #be9c4c;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Montserrat',sans-serif !important;
}

.blog .post-main h3 {
    color: #27bfb9;
    font-family: 'Montserrat',sans-serif !important;
    letter-spacing: 2px;
    font-weight: 600;
}

.blog .post-main h4 {
    font-family: 'Montserrat',sans-serif !important;
    font-weight: 400;
    color: rgba(145,16,19,0.86);
}

.blog .post-main blockquote {
    font-family: 'Bad Script', cursive;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(27,147,71,0.81);
}

.blog .post-main ul {
    text-align: left;
    color: black;
    list-style-type: disc;
    list-style-position: unset;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif !important;
    font-size: 22px;
    letter-spacing: 2px;
}

.blog .post-main a {
    text-decoration: underline;
    letter-spacing: 3px;
}

body .financial_parent p{
    text-indent: 25px;
}

@media (max-width: 600px) {
    body .financial_parent .nav-link {
        width: 100%;
    }

    .listul .nav-1 .nav-item {
        border-bottom-color: #dee2e6;
    }
}

.listul .nav-1 .nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.listul .nav-1 .nav .nav-item {
    border-bottom-color: #F1F6FF;
    width: 25%;
}

@media (max-width: 600px) {
    .listul .nav-1 .nav .nav-item {
        border-bottom-color: #dee2e6;
        width: 100%;
    }
}

.tab-content2{
    border: 1px solid;
    padding: 50px 30px 10px;
    background-color: lemonchiffon;
}

/*pentru telefon forma de programare*/
@media (max-width: 400px) {
    .doctor {
        width: 120px;
    }

    .doctor .circle {
        width: 100px !important;
        height: 100px !important; ;
    }

    .doctor .col-6 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .doctor h5 {
        font-size: 12px;
        line-height: 1;
    }
}

.min-h-500 {
    min-height: 500px;
}

/* SUN ABOUT */
.about{ padding:10px 0 150px; }
@media only screen and (max-width: 1200px){
    .about .container{padding: 30px 15px;}
    .about .container>h1{font-size:35px !important;}
}
@media only screen and (max-width: 640px){
    .about{ padding-top:100px; }
}

/* SUN FEATURES */
.features-boxes-1 .item{
    margin-top:40px;
}
.features-boxes-1 .item a{
    display: block;
    width: 70px;
    float: left;
    height: 70px;
    background-color:#e8e8e8;
    font-size:25px; color:#868686;
    line-height: 70px;
    text-align: center;
    margin-right: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.features-boxes-1 .item:hover a{
    color:white;
    background-color:#f0ca1b;
}

.features-boxes-1 .item .texts{
    float: left;
    width: 60%;
    width: calc(100% - 94px);
}

.features-boxes-1 .item .texts h2{
    font-size:26px;
    margin:0;
    padding:0;
}

.features-boxes-1 .item .texts p{
    font-size:19px;
    margin: 6px 0 0;
    padding:0;
}

@media only screen and (max-width: 480px){
    .features-boxes-1 .item{
        text-align: center;
    }
    .features-boxes-1 .item a{
        float: none;
        margin:15px auto;
    }
    .features-boxes-1 .item .texts{
        float: none;
        width: 100%;
    }
}
@media only screen and (max-height: 400px){
    .features-boxes-1 .item{
        text-align: center;
    }
    .features-boxes-1 .item a{
        float: none;
        margin:15px auto;
    }
    .features-boxes-1 .item .texts{
        float: none;
        width: 100%;
    }
}

.financial_parent #about .container {
    margin-top: 0px;
}

.financial_parent .sm-py {
    padding-bottom: 0px !important;
}

.new-slider-p{
    ont-variant-ligatures: common-ligatures;
    line-height: 1.4;
    font-weight: normal;
}








.timeline {
    list-style: none;
    position: relative;
}

.timeline:before {
    top: 5%;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 0px;
    /* background-color: black; */
    left: 9.9%;
    border: 0.5px solid black;
    border-style: dotted;

}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    left: 30%;
    width: 65%;
    float: left;
    position: relative;

    /* for border */
    /* border: 1px solid #d4d4d4; */
    /* border-radius: 2px; */
    /* -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
    /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
}

.timeline > li > .timeline-panel:before {
    /* position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " "; */
}

.timeline > li > .timeline-panel:after {
    /*position: absolute;*/
    /*top: 27px;*/
    /*right: -14px;*/
    /*display: inline-block;*/
    /*border-top: 14px solid transparent;*/
    /*border-left: 14px solid #fff;*/
    /*border-right: 0 solid #fff;*/
    /*border-bottom: 14px solid transparent;*/
    /*content: " ";*/
}

.timeline > li > .timeline-badge {
    color: #fff;
    /* width: 50px;
    height: 50px;
    line-height: 50px; */
    /* font-size: 1.4em; */
    text-align: center;
    position: absolute;
    top: 16px;
    left: 10%;
    /* background-color: #999999; */
    z-index: 100;
    /* border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%; */
}

.hexagon {
    width: 100px;
    height: 58px;
    background: #e1e3dc;
    /* margin: 150px auto; */
    position: relative;
    margin-left: -50px;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.hexagon:before {
    top: -25px;
    left: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #e1e3dc;
}

.hexagon:after {
    bottom: -25px;
    left: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #e1e3dc;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline.t-inverted > li > .timeline-badge{
    right: 10%;
    left: auto;
}

.timeline.t-inverted:before{
    right: 9.9%;
    left: auto;
}

.t-inverted .hexagon{
    margin-right: -50px;
}

.t-inverted.timeline > li > .timeline-panel{
    left: auto;
}

.t-inverted .timeline-heading{
    text-align: right;
}

.t-inverted .timeline-body{
    text-align: right;
}




/*my-clinic */

.my-clinic .for-text{

}

.my-clinic .for-image{
    vertical-align: center;
}

.clinic .container{
    max-width: 1200px ;
}

.my-clinic .head {
    font-size: 48px;
    margin-bottom: 16px;
    font-weight: 900;
    line-height: 1.21;
    letter-spacing: -.5px;
    color: #232222;
    margin-top: 0!important;
    font-family: 'Lato',sans-serif!important;
}

.my-clinic .head-second{
    font-size: 18px;
    font-size: 16px;
    font-weight: 900;
    font-family: 'Lato',sans-serif;
}

.my-clinic .head-description {
    line-height: 1.44;
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato',sans-serif;
}

.clinic .message h2 {
    font-size: 48px;
    margin-bottom: 24px;
    font-weight: 900;
    line-height: 1.21;
    letter-spacing: -.5px;
    color: #232222;
    margin-top: 0!important;
}

.clinic {
    font-family: 'Lato',sans-serif;
    font-weight: 400;
}

.clinic .card-header{
    padding: 1.4rem 1.25rem;
}

.clinic .card-header {
    background-color: #252b6a;
}
.clinic .card-h3 {
    color: white;
}

.clinic .card-body{
    font-size: 16px !important;
    color: black;
}

.clinic .card-body p{
    margin-top: 8px;
}

.clinic .card-header:hover{
    background-color: #be9c4c;
}

.clinic h3 {
    font-family: 'Lato',sans-serif;
    font-weight: 400;
}

.clinic h4{
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    margin-top: 7px;
}

.clinic .ma-100{
    margin-top: 100px;
}

.ma-100{
    margin-top: 100px;
}

@media only screen and (max-width: 700px){
    .clinic .ma-100{
        margin-top: 20px;
    }
    .ma-100 {
        margin-top: 20px;
    }
    .mt-xs-10{
        margin-top: 10px;
    }

    .clinica-final .message h2{
        font-size: 30px;
    }

    .a-logo {
        display: flex;
        flex-direction: column;
    }

    #flex1{
        order: 2;
    }

    #flex3{
        order: 1;
        margin-bottom: 20px;
    }
}

.clinica-final ul li {
    margin-top: 13px;
}

.my-tehnologies{
    font-family: "Droid Sans", sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
}


.my-tourism .title-strips-over:before{
    height: 2px;
    background-color: white;
}

.my-tourism .title-strips-over {
    height: 0px;
}

.my-tourism .basic-mark {
    right: 25px;
    top: 25px;
}



/*my-tourism */

.tour .for-text{
    vertical-align: center;
}

.tour .for-image{
    vertical-align: center !important;
}

.my-tourism .container{
    max-width: 1200px ;
}

.tour .head {
    font-size: 48px;
    margin-bottom: 16px;
    font-weight: 900;
    line-height: 1.21;
    letter-spacing: -.5px;
    color: #232222;
    margin-top: 0!important;
    font-family: 'Lato',sans-serif!important;
}

.tour .head-second{
    font-size: 16px;
    font-weight: 900;
    font-family: 'Lato',sans-serif;
}

.tour .head-description {
    line-height: 1.44;
    color: black;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato',sans-serif;
    padding-top: 10px;
}

.my-tourism .message h2 {
    font-size: 48px;
    margin-bottom: 24px;
    font-weight: 900;
    line-height: 1.21;
    letter-spacing: -.5px;
    color: #232222;
    margin-top: 0!important;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
}

.my-tourism .message h3 {
    font-family: 'Lato',sans-serif;
    font-weight: 400;
}

.my-tourism .ma-100{
    margin-top: 100px;
}

@media only screen and (max-width: 700px) {
    .my-tourism .ma-100 {
        margin-top: 50px;
    }

    .my-tourism .message h2{
        font-size: 36px;
    }

    .tour .head {
        font-size: 36px;
    }

    .sm-pl {
        padding-left: 10px !important;
    }

    .sm-pr {
        padding-right: 10px !important;
    }
}

.ptimeline{
    line-height: 1.44;
    color: black;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato',sans-serif;
    padding-top: 10px;
}

.htimeline{
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -.5px;
    color: #232222;
    font-family: 'Lato',sans-serif!important;
}

.py1{
    padding: 70px 40px;
}

.py2{
    padding: 70px 40px;
}

@media only screen and (max-width: 500px) {
    .py1{
        padding: 50px 20px 20px;
    }

    .py2{
        padding: 20px 20px 50px ;
    }

    .htimeline{
        font-size: 30px;
    }

    .flex-section {
        display: flex;
        flex-direction: column;
    }

    .flex-1{
        order: 2;
    }

    .flex-2{
        order: 1;
    }

    .flex-2 .v-center{
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
}

#lg-download{
    display: none !important;
}

#navigation.modern.dark-nav .columns ul.dropdown-menu{
    background-color: #be9c4c;
}

.error{
    color: red;
}

.errori{
    border-color: red !important;
}

.quick-contact-form {
    overflow: unset !important;
}

.my-tehnologies .container{
    max-width: 1250px !important;
}

.turismicons .icon-xxl{
    width: 150px;
    height: 150px;
    line-height: 150px;
}

.bg-red2{
    background-color: #D8FC12 !important;
}

.red2{
    color: #D8FC12;
}

.iconclinic{
    height: 39px;
}

.financialicon{
    height: 58px;
    z-index: 100;
}

.estimari .timeline-heading h3 {
    font-size: 22px;
    font-weight: bold;
}

.estimari .timeline-body p{
    font-size: 18px;
}

.quick_form .rc-anchor-normal {
    width: 225px;
}

.quick_form .rc-anchor-normal .rc-anchor-content {
    width: 106px;
}

.turismicon{
    height: 110px;
}

.timelinep{
    font-weight: 900;
    font-size: 28px;
}

my-tourism .strip-timeline .dates div:hover:before, .strip-timeline .dates div.active:before {
    background-color:  #be9c4c;
}

#history .gray7{
    font-size: 20px;
    font-weight: 600;
    color: black !important;
}

.more-space{
    letter-spacing: 2.5px;
    color: #f1f1f1 ;
}

.turismtwo{
    height: inherit;
    padding: 20px 10px 10px 30px;
    background-color: #be9c4c;
    color: white;
    margin: 20px auto 10px;
    font-family: 'Lato',sans-serif!important;
}

.turismtwo h3{
    font-size: 30px;
    font-weight: 700;
}

.turismtwo ul li{
    font-size: 18px;
    margin-top: 5px;
}

.colorredd{
    color: #B70000;
    background-color: white;
    padding: 2px;
}

.c-red{
    color: red;
}

.bg-red{
    background-color: #700000;
}

.m1{
    height: inherit;
}

.full-image-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 80px;
}

.full-image-box img {
    width: 20%;
    object-fit: cover;
}

@media (max-width: 769px) {
    .full-image-box img {
        max-width: 400px;
        margin: 0 auto 5px auto;
        width: 100%;
    }
}

.boxes-type-1 h2{
    font-size: 18px;
    text-transform: uppercase;
    margin: 25px 0 0;
    padding: 0;
}

.my-tourism.ro .turismicons h2, .my-tourism.ro .message h2, .my-tourism.ro .tour .head-description, .my-tourism.ro , .my-tourism.ro .tour .head , .my-tourism.ro .message h3{
    font-family: 'Montserrat',sans-serif !important;
}

.my-tourism .message h2 {
    font-size: 42px;
}

.bg-dentestet{
    background-color: #252b6a;
}

#davinci_app .drop-msg.dark{
    background-color: #a8000d !important;
}

.right2 {
    float: right;
    text-align: right;
    margin-right: 20px;
}

.bigmoney-hover:hover{
    color: #D8FC12 !important;
}

.atestimonials p {
    font-size: 25px;
    line-height: 38px;
    max-width: 920px;
    margin: 20px auto 25px;
    letter-spacing: 0;
    font-weight: inherit;
}

.blog .post-main img[alt~=left] {
    float: left;
}

.blog .post-main img[alt~=right] {
    float: right;
}

.blog .post-main ul li{
    text-indent: 22px;
}

@media (max-width: 600px) {
    .offer {
        margin-bottom: 20px;
    }
    .blog .post-main ul li{
        font-size: 18px;
    }
    .blog .post-main p{
        font-size: 14px;
    }
    .blog .post-main h2{
        font-size: 18px;
    }
}

.line{
    border-top: 2px solid #d09d20;
}

.al-py{
    padding-top: 150px;
    padding-bottom: 20px;
}

.limit_chars{
    tex: 200ch;
    overflow: hidden;
}

.show-a{
    font-size: 18px;
    border: 2px solid #be9c4c;
    background-color: #be9c4c;
    color: black;
}

.show-a:hover{
    color: white;
    background-color: black;
}

.programation_animation {
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: programation_key;
    backface-visibility: hidden;
}


@keyframes programation_key
{
    10% {
        color: white;
    }

    30%{
        color: #f3e592;
    }
    50%{
        color: #ef0;
    }
    65%{
        color: #ef0;
    }

    80%{
        color: #f3e68d;
    }

    100%{
        color: white;
    }
}

.saturat:hover {
    color: white !important;
    background-color: black !important;
}

.saturat-padding{
    padding: 15px 40px !important;
}

@media (max-width: 600px) {
    .pagetop .container-xl {
        padding-left: 5px;
    }

    .pagetop .right2 {
        float: none;
        text-align: start;
        margin-top: 10px;
    }
}

.service-post {
    width: 86%;
    margin-left: 7%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.our-button {
    color: #fff;
    background-color: #be9c4c;
    padding: 15px 30px;
    font-size: 1.4rem;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none !important;
    letter-spacing: 1px !important;
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: max-content;
    text-transform: uppercase;
    font-family: 'dosis2', sans-serif;
}

.our-button:hover {
    background-color: #0D0A0A;
    color: white;
}

.our-buuton-div {
    text-align: center;
    padding-top: 40px;
}

.programation-bg {
    background-image: url(/images/programare3.jpg);
}

.financial-bg {
    background-image: url(/images/terms_edited.jpg);
}

.modal-bg {
    background-image: url(/images/modal.jpg);
}

.post7 {
    font-family: 'Montserrat',sans-serif !important;
}

@media (max-width: 540px) {
    .post7 img {
        width: 100% !important;
    }

    .post7 span {
        width: 100% !important;
    }

    .post7 header {
        width: 100% !important;
    }

    .post7 ul li{
        font-size: 18px;
    }
    .post7 p{
        font-size: 14px;
    }
    .post7 h2{
        font-size: 18px;
    }
}

.post7 img {
    max-width: 780px;
    max-width: -webkit-fill-available;
}

.post7 p{
    margin-top: 7px;
    font-weight: 600;
    color: rgba(17,15,14,0.59);
    font-size: 16px;
}

.post7 h1 {
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif !important;
}

.post7 h2 {
    color: #be9c4c;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Montserrat',sans-serif !important;
}

.post7 h3 {
    color: #27bfb9;
    font-family: 'Montserrat',sans-serif !important;
    letter-spacing: 2px;
    font-weight: 600;
}

.post7 h4 {
    font-family: 'Montserrat',sans-serif !important;
    font-weight: 400;
    color: rgba(145,16,19,0.86);
}

.post7 blockquote {
    font-family: 'Bad Script', cursive;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(27,147,71,0.81);
}

.post7 ul {
    text-align: left;
    color: black;
    list-style-type: disc;
    list-style-position: unset;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif !important;
    font-size: 22px;
    letter-spacing: 2px;
}

.post7 a {
    text-decoration: underline;
    letter-spacing: 3px;
}

.post7 img[alt~=left] {
    float: left;
    margin-right: 15px;
}

.post7 img[alt~=right] {
    float: right;
    margin-left: 15px;
}

.post7 ul li{
    text-indent: 22px;
}

#works .p-first {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}

@media only screen and (max-width: 1441px) {
    #bloga .container {
        max-width: 1100px ;
    }
}

.mobile-social {
    display: none;
    text-align: right;
}

.mobile-social a {
    font-size: 30px !important;
    margin-top: 25px;
    margin-right: 20px;
}

@media only screen and (max-width: 600px) {
    .mobile-social {
        display: block;
    }
}

.mobile-nb {
    padding: 10px 15px 0 !important;
}

@media only screen and (max-width: 1441px) {
    #footer .container {
        max-width: 1050px;
    }
}

.footer-links a {
    color: white;
    font-size: 22px;
}

.footer-links a:hover {
    color: #be9c4c;
    font-size: 24px;
    cursor: pointer;
}

.footer-links li {
    margin-bottom: 26px;
}

.text-p {
    font-weight: 900;
    color: #232222;
    font-family: 'Lato',sans-serif !important;
    font-size: 24px;
}

.post_page p span {
    font-family: 'Montserrat',sans-serif !important;
}

.our-button2 {
    color: #fff;
    background-color: #252b6a;
    padding: 15px 30px;
    font-size: 1.4rem;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none !important;
    letter-spacing: 1px !important;
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: max-content;
    text-transform: uppercase;
    font-family: 'dosis2', sans-serif;
}

.our-button2:hover {
    background-color: rgba(108,118,127,0.6);
    color: #D8FC12;
}

.drop-abonament {
    cursor: pointer;
}
.newservice table td {
    padding: 8px 15px;
}

.newservice table tr:first-child td {
    padding-top: 13px;
    padding-bottom: 13px;
    color: white;
    background-color: #be9c4c;
    border: 1px solid #be9c4c;
}

.newservice table, .newservice th, .newservice td {
    border: 1px solid black;
}

.qbutton {
    position: absolute;
    z-index: 100;
    width: 50px;
    height: 20%;
    text-align: center;
    display: inline-block;
    padding-top: 2px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #be9c4c;
    font-size: 3em;
    cursor: pointer;

}

.qprevious {
    top: 40%;
    left: 1px
}
.qnext {
    top: 40%;
    right: 1px
}

.pading-for-slick {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.home-family {
    font-family: 'Montserrat',sans-serif !important;
}

.homefirst {
    line-height: 1.44;
    color: #737373;
    font-size: 18px;
    font-weight: 400;
}

.home .container {
    max-width: 1200px !important;
}

.newservice .tour .head {
    font-size: 36px !important;
}

.newservice .sm-py {
    padding-bottom: 0px !important;
}

.d-none {
    display: none;
}

.w-100 {
    width: 100% !important;
}

.text-change:after {
    width: 100px;
    height: 100px;
    animation-name: example2;
    animation-duration: 3s;
    content: 'Davinci Dental Clinic';
    color: white;
    font-size: 60px;
    font-weight: bolder;
    line-height: 60px;
}

.page-loader2{
    z-index: 9750;
    text-align: center;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    -webkit-animation-duration: 5s;
    /*-moz-animation-duration: 5s;*/
    /*-o-animation-duration: 5s;*/
    animation-duration: 5s;
    animation-name: example3;
    transform: translateX(100%)
}


@keyframes example3 {
    0%{
        transform: translateX(0%)
    }
    80% {
        transform: translateX(0%);

    }
    90% {
        transform: translateX(0%);
        background-color: #0b2e13;
        color: red;
    }
    100% {
        transform: translateX(100%);
    }
}

.newservice .service-post .tour .head {
    font-family: 'Montserrat',sans-serif !important;
}

.newservice .service-post .tour .head-description {
    font-family: 'Montserrat',sans-serif !important;
    font-weight: 500;
}

table {
    margin-top: 3rem;
}

/*for home messages*/
.home {
    font-family: 'Lato',sans-serif !important;
}

.youtube-video h2{
    white-space: "break-spaces";
}

.height-220 {
    height: 220px;
}

.width300 {
    min-width: 300px;
}
