* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    padding: 0;
    font-family: 'Varela Round', sans-serif;
    color: #603;
    background: rgb(102 0 51 / 9%);
}

a {
    text-decoration: none;
    color: inherit;
}

a:active,
a:focus,
input {
    outline: 0;
}

button:focus {
    outline: 0;
}

img {
    max-width: 100%;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
}
.bckRepeat {
    background-image: url(https://www.drbindermylife.shop/funnels/visofnel/img-viso/backgfunnel1.jpg);
}


.row {}

#meetForm #datiAnagrafici .row,
#fastForm #datiAnagrafici .row {
    display: flex;
    flex-wrap: wrap;
}

[class*="col-"] {
    position: relative;
    min-height: 1px;
    float: left;
}

#meetForm [class*="col-"],
#fastForm [class*="col-"]{
    padding-right: .5rem;
    padding-left: .5rem;
}

.col-lg-6 {
    width: 50%;
}
#meetForm .col-lg-6,
#fastForm .col-lg-6{
    flex: 0 0 auto !important;
}
.col-lg-4 {
    width: 33.3333333333%;
}

.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    display: table;
    content: " ";
}

.container-fluid:after,
.row:after {
    clear: both;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Checkbox Personalizzati */

/*Container*/
#preventivo-lipo .container-checkbox,
#meetForm .container-checkbox,
#preventivo-lipo .container-radio,
.container-radio-pers {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#preventivo-lipo [id*="-step"] .container-radio:not(:last-child) {
    margin-right: 25px;
}

/* Hide the browser's default checkbox */
#preventivo-lipo .container-checkbox input,
#meetForm .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
#preventivo-lipo .checkmark,
#meetForm .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #603;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
#preventivo-lipo .container-checkbox:hover input~.checkmark,
#meetForm .container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#preventivo-lipo .container-checkbox input:checked~.checkmark,
#meetForm .container-checkbox input:checked ~ .checkmark {
    background-color: #603;
}

/* Create the checkmark/indicator (hidden when not checked) */
#preventivo-lipo .checkmark:after,
#meetForm .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#preventivo-lipo .container-checkbox input:checked~.checkmark:after,
#meetForm .container-checkbox input:checked ~ .checkmark::after {
    display: block;
}

/* Style the checkmark/indicator */
#preventivo-lipo .container-checkbox .checkmark:after,
#meetForm .container-checkbox .checkmark::after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Radio Personalizzati */

#preventivo-lipo .container-radio input,
.container-radio-pers input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
#preventivo-lipo .checkmark-radio,
.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
#preventivo-lipo .container-radio:hover input~.checkmark-radio,
.container-radio-pers:hover input ~ .checkmark-radio {
    background-color: #902359;
}

/* When the radio button is checked, add a blue background */
#preventivo-lipo .container-radio input:checked~.checkmark-radio,
.container-radio-pers input:checked ~ .checkmark-radio {
    background-color: #603;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
#preventivo-lipo .checkmark-radio:after,
.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
#preventivo-lipo .container-radio input:checked~.checkmark-radio:after,
.container-radio-pers input:checked ~ .checkmark-radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
#preventivo-lipo .container-radio .checkmark-radio:after,
.container-radio-pers .checkmark-radio:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* Bottoni */
#calcola,
.btn-pdf {
    border: 2px solid #146868;
    border-radius: 16px;
    color: #146868;
    font-size: 22px;
    padding: 10px 14px;
    background: #fff;
    cursor: pointer;
}

.btn-pdf {
    border-color: #603;
    color: #603;
    font-size: 17px;
    border-width: 1px;
    font-weight: normal;
    padding: 8px 12px;
}

#calcola:hover {
    background: #146868;
    color: white;
}

#calcola i {
    font-size: 25px;
    margin-right: 5px;
}

.torna-indietro {
    padding: 8px 12px;
    border: 1px solid #603;
    color: #603;
    background-color: #fff;
    border-radius: 16px;
    cursor: pointer;
    font-size: 17px;
}

/*.torna-indietro i{
margin-right: 5px;
vertical-align: -1px;
}*/
.torna-indietro:hover,
.btn-pdf:hover {
    background-color: #603;
    color: #fff;
}

.text-center {
    text-align: center;
}

#preventivo-lipo form.seleziona-tratt {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*margin-top: -20px;*/
    min-height: 500px;
}

#preventivo-lipo #primo-step {
    position: relative;
    opacity: 1;
}

.errore-primo-step {
    color: #603;
    font-size: 18px;
}

.icona-mano {
    font-size: 45px;
    margin-right: 10px;
}

.valore-preventivo {
    font-size: 0;
    opacity: 0;
    text-align: center;
    margin-top: 75px;
}

.ris {
    font-size: 0;
    font-weight: bold;
    opacity: 0;
    color: #146868;
}

.container-checkbox {
    float: left;
    clear: both;
}

.lista-checkbox {
    margin-top: 30px;
}

.nuovi-bottoni {
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    /*margin: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}

.gruppo-checkbox {
    margin-top: 40px;
    margin-left: 100px;
    margin-right: 100px;

    background-image: linear-gradient(#f1e8ec, white, #6600332e);
    border-radius: 16px 16px 0 0;
}

.gruppo-checkbox .trattamento {
    /* margin: 10px 20px 30px;
max-width: 20%;
border: 1px solid #603;
padding: 15px;
border-radius: 16px;
    background-color: rgb(255 255 255);
box-shadow: 0 0 10px #603;
*/
    max-width: 25%;
}

.gruppo-checkbox .trattamento .internoTratt {
    margin: 10px 20px 30px;
    border: 1px solid #603;
    padding: 15px;
    border-radius: 16px;
    background-color: #f1f1f1;
    box-shadow: 0 0 10px #603;
    float: left;

    position: relative;
    overflow: hidden;
    padding-left: 25px;
}

.gruppo-checkbox h2 {
    background: #66003329;
    padding: 5px;
    color: #3b001e;
    width: 100%;
    box-shadow: 1px -12px 10px 2px #0000007a;
}

.cont-img-trattamento {
    margin-top: 15px;
}

/* TABELLA */
#tabellaLink tr {
    background-color: #eee;
}

.titolo-tabella th {
    background-color: #603;
    color: #fff;
}

.titolo-tabella th:first-child {
    border-radius: 10px 0 0 0;
}

.titolo-tabella th:last-child {
    border-radius: 0 10px 0 0;
}

#tabellaLink tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

#tabellaLink tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

#tabellaLink {
    border-radius: 16px;
    font-size: 18px;
}

tr.totale {
    background-color: hsl(180deg 68% 24% / 17%) !important;
    font-weight: bold;
}

tr.totale td:first-child {
    text-align: center;
}

tr.totale td i {
    font-size: 50px;
    color: #146868;
}

.cont-tabella {
    max-width: 1300px;
    margin: 20px auto 50px;
}

.riga-img {
    text-align: center;
    background-color: #fff;
    transition: all .3s;
    overflow: hidden;
}

/* .riga-img:hover {
    background: #eee;
} */

.riga-img img {
    transition: all .3s;
    animation: pulsa 4s infinite forwards;
}

.riga-img:hover img {
    transform: scale(1.5);

}
/* FINE TABELLA */
@keyframes pulsa{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}

.cont-img-trattamento img {
    border-radius: 10px;
    box-shadow: -1px 1px 16px 12px #ffffff;
}

.label-trattamento {
    height: 107px;
    word-break: break-word;
    font-size: 15px;
}

.cont-tasti-sup {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 25px;
    display: table;
}

.spiegazione-tab {
    max-width: 1100px;
    margin: 100px auto 50px;
}

.pannello-trattamenti {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* border: 1px solid #603; */
    padding-top: 25px;
    /* border-top: 0;
border-radius: 0 0 16px 16px; */
}

.titolo-gruppo {
    margin-bottom: 0;
    cursor: pointer;
    border: 1px solid #603;
    border-radius: 16px 16px 0 0;
}

.box-pannello {
    display: none;
    border-top: 0;
    border-radius: 0 0 16px 16px;
    border: 1px solid #603;
}

.box-form-email {
    max-width: 800px;
    margin: auto;
    border: 1px solid #603;
    /*display: none;*/
    border-radius: 16px;
}

.box-form-email input:not(#consenso) {
    padding: 6px 8px;
    font-size: 17px;
    border: 1px solid #c2c2c2;
    margin-bottom: 16px;
    width: 100%;
    border-radius: 16px;
    background-color: rgb(255 255 255 / 24%);
    color: #603;
    transition: all .5s;
}

.box-form-email ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.box-form-email ul li {
    text-align: right;
    height: 34.5px;
    margin: 0 auto 16px !important;
    font-size: 17px;
    padding: 6px 0;
}

.invia-email {
    padding: 13px 7px;
    border-radius: 16px;
    background: #146868;
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    /* box-shadow: 0px 0px 10px 0px #146868; */
    border: 1px solid #083e3e;
    cursor: pointer;
    display: block;
}

button.invia-email:hover {
    color: #128c7e;
    background: #fff;
}

.errore-sconto {
    display: none;
    color: red;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}

#risultato-email {
    display: none;
    text-align: center;
    max-width: 650px;
    margin: auto;
    background: #128c7e;
    border: 1px solid #fff;
    padding: 25px;
    margin-top: 20px;
    border-radius: 16px;
    color: #fff;
}

div.box-input-sconto {
    position: relative;
    margin-bottom: -5px;
}

div.box-input-sconto::after {
    content: '€';
    position: absolute;
    right: 0;
    border-left: 1px solid #b7b7b7;
    padding: 7px 15px 6px 8px;
    font-size: 17px;
    color: #fff;
    border-radius: 0 16px 16px 0;
    background-color: #146868;
}

#consenso {
    margin: 0 7px 0 0;
    transform: scale(1.3);
    vertical-align: middle;
}

label[for="consenso"] {
    font-size: 13px;
    cursor: pointer;
}

.colonna-campi {
    padding: 15px 10px;
}

.colonna-input {
    padding: 15px 20px 15px 10px;
    border-left: 1px solid;
}

.box-form-email input:not(#consenso):focus {
    border-color: #603 !important;
    box-shadow: 0 0 10px #603;
}

.errore-input {
    border-color: red !important;
}

.titolo-form-email {
    font-size: 26px;
    font-weight: bold;
}

#linkToCart a {
    padding: 8px 12px;
    border: 1px solid #603;
    color: #603;
    background-color: #ccd2d5;
    border-radius: 16px;
    cursor: pointer;
    font-size: 17px;
    transition: all .25s;
    display: inline-block;
    margin: 0 5px;
}

/* #linkToCart a.azioneCart{

} */
#linkToCart a:hover {
    background-color: #fff;
}

.action-trattamento {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.action-trattamento a {
    color: #146868;
    font-size: 19px;
}

.giallino,
.giallino-carrello {
    background: rgb(245, 251, 6, .11) !important;
}

.giallino:hover {
    background: rgb(245, 251, 6, .3) !important;
    color: #603;
}

.giallino-carrello:hover {
    background: #fff !important;
    color: #603;
}

.box-stretto {
    margin-left: 100px;
    margin-right: 100px;
}

/* Loader */
#loader {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    display: none;
}

#loader .inner-loader {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.position-relative {
    position: relative;
}

#WA {
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 10;
}

#WA .contWA {
    font-size: 4rem;
}

#WA .contWA a {
    color: inherit;
}

#WA .contWA i {
    cursor: pointer;
}

.btn-default {
    padding: 8px 16px;
    border: 1px solid #603;
    color: #603;
    border-radius: 16px;
}

.btn-default:hover {
    background-color: #603;
    color: #fff;
}

.d-inline-block {
    display: inline-block;
}

.call-other-page {
    margin-top: 20px;
}

.call-other-page a {
    background-color: #66003329;
    color: #3b001e;
}

.gruppo-checkbox .trattamento .internoTratt::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 15px;
    left: 0;
    top: 0;
    background: #e2eee3;
}

.product-price {
    margin-top: 15px;
}

.product-price button {
    background: #e2eee3;
    border: 0;
    padding: 8px 16px;
    font-size: 18px;
    color: #603;
    border-radius: 16px;
    font-family: inherit;
}

/* Fast Form */
#fastForm > div{
    padding: 50px 10px;
}
.font-domanda{
    font-size: 1.8rem;
}
.m-50{
    margin: 50px 0;
}
.d-flex{
    display: flex;
}
.gruppo-radio{
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}
.cont-radio {
    width: 50%;
    margin: 15px 0;
}
.box-icona-scelta{
    max-width: 400px;
    margin: auto;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: #6600331c;
    border-radius: 16px;
    cursor: pointer;
}
.box-icona-scelta.adx{
    margin-right: 15px;
}
.box-icona-scelta.asx{
    margin-left: 15px;
}
.box-icona-scelta i{
    margin-right: 8px;
}
.box-icona-scelta.container-radio-pers{
    padding: 0;
    font-size: inherit;
}
.font-risposta{
    font-size: 1.3rem;
}
/* .cont-radio-form .container-radio-pers{
    display: block;
} */
.cont-radio-form .checkmark-radio {
    background-color: #cecece;
    top: -2px;
}
.mini-box{
    max-width: 500px !important;
    margin: auto;
}
.middle-box{
    max-width: 990px;
    margin: auto;
}
.cont-radio-form,
#meetFormChirurgia .cont-checkbox-form {
    margin-top: 35px;
}
.cont-radio-form label,
#meetFormChirurgia .cont-checkbox-form label{
    margin-bottom: 25px;
    font-size: 1.2rem;
}
.mt-100{
    margin-top: 100px;
}
.mt-50{
    margin-top: 50px;
}
.mt-25{
    margin-top: 25px;
}
.form-group-input,
.form-group-textarea{
    margin-bottom: 25px;
}
.form-group-input input {
    padding: 12px;
    max-width: 100%;
    border: 1px solid #603;
    border-radius: 16px;
    font-size: 1.2rem;
}
.form-group-input button{
    padding: 8px 24px;
    font-size: 1.3rem;
    background: #603;
    color: #fff;
    border: 1px solid #603;
    border-radius: 16px;
    cursor: pointer;
    transition: all .3s;
}
.form-group-input button:hover{
    background-color: #fff;
    color: #603;
}
.form-group-textarea textarea{
    width: 100%;
    border: 1px solid #603;
    border-radius: 16px;
    border-bottom-right-radius: 0;
    padding: 10px;
    font-size: 1rem;
    transition: all .3s;
	font-size: 15px;
    font-style: italic;
}
.form-group-textarea textarea:focus {
    outline: 0;
    box-shadow: 0 0 5px #603;
}
input#beautycoach,
input#nome{
    min-width: 350px;
    text-transform: capitalize;
    display: block;
    margin: auto;
}
.frecciaGiu{
    display: flex;
    font-size: 2.5rem;
    justify-content: center;
}
.frecciaGiu > div{
    padding: 10px 30px;
    cursor: pointer;
}
.errore{
    color: red;
}
.layout-box{
    padding: 30px 0;
}
input.ws-date {
    padding: 12px;
    max-width: 100%;
    border: 1px solid #603;
    border-radius: 16px;
    font-size: 1.2rem;
    min-width: 250px;
    text-align: center;
}
.ws-inline-picker{
    margin: 1rem auto 0;
}
.ws-inline-picker .ws-po-box{
    border-radius: 16px;
}
.lista-orari{
    list-style-type: none;
    text-align: center;
    margin-bottom: 50px;
    padding: 0;
    margin: 0;
    color: #000;
}
.sottotesto{
    font-size: 1.4rem;
    font-weight: bold;
}
.sottotitolo-ravvicinato{
    margin: 0;
    color: #000;
    margin-top: -20px;
}
#titoloForm p.sottotitolo{
    max-width: 900px;
    display: block;
    margin: auto;
    line-height: 1.6;
    font-size: .875rem;
}
.ws-empty, .ws-current {
    display: none !important;
}
/* Fine Fast Form */
.nascosto{
    display: none;
}
.mezza-colonna{
    width: 50%;
}
.m-0{
    margin: 0;
}
.fw-bold{
    font-weight: bold;
}
.d-none{
    display: none;
}
#risultatoEmail .cont-res{
    padding: 2rem 1rem;
    border-radius: 32px;
    max-width: 450px;
    margin: 0 auto 5rem;
    text-align: center;
    font-size: 1.1rem;
	box-shadow: 0 0 10px;
}
.cont-res.successo{
    background: #3aa04c;
    color: #fff;
}
.cont-res.errore{
    background: rgb(130, 26, 26);
    color: #fff;
}
#waFixed{
    display: none;
}
/* .box-input-edit{
    display: flex;
    align-items: center;
    justify-content: center;
} */
.box-input-edit{
    position: relative;
    max-width: 350px;
    text-transform: capitalize;
    display: block;
    margin: auto;
}
.box-input-edit input{
    width: 100%;
    padding-right: 50px;
}
.box-textarea-edit textarea{
    padding-right: 40px;
}
.box-input-edit div.edit,
.box-textarea-edit div.edit{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.8rem;
    cursor: pointer;
    height: 100%;
    display: none;
}
.box-textarea-edit div.edit{
    top: 5px;
    height: auto;
}
.box-input-edit div.edit > div,
.box-textarea-edit div.edit > div{
    display: flex;
    align-items: center;
    height: 100%;
}
.box-input-edit i,
.box-textarea-edit i {
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.box-input-edit div.edit i.fa-floppy-disk,
.box-textarea-edit div.edit i.fa-floppy-disk{
    display: none;
}
.cursor-pointer{
    cursor: pointer;
}
.box-mod-giorni {
    margin-top: 1rem;
}
.text-normal{
    text-transform: none !important;
}
.link-risalto{
    text-decoration: underline;
    font-weight: bold;
    color: #62153b;
}
.justify-content-center{
    justify-content: center;
}
/* #meetForm  */.container{
    max-width: 1320px;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-left: auto;
    margin-right: auto;
}
.mw-100{
    max-width: 100% !important;
}
.label-anag{
    display: block;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}
/* Countdown */
.countdown-wrapper {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
    /*padding-bottom: 4rem;*/
    /*border-bottom: 2px solid #603;*/
    /* background: #1e1e1e; */
    /* padding: 40px; */
    /* border-radius: 20px; */
    /* box-shadow: 0 0 30px rgba(255, 123, 0, 0.3); */
}

.countdown-title {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #603;
    animation: pulse 3.5s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% { opacity: 1; }
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 2.5rem;
}

.time-box {
    background: #6600334f;
    padding: 20px;
    border-radius: 15px;
    width: 140px;
    /* box-shadow: inset 0 0 10px #f7c3dd; */
    color: #660033;
    border-color: brown;
    border: 1px;
	
}
.label-countdown {
    font-size: 0.8rem;
    color: #660033;
    margin-top: 10px;
    display: block;
}
.expired {
    font-size: 2rem;
    color: #e74c3c;
    margin-top: 20px;
}
/* Fine Countdown */

#head .cont-ombrina{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
#head .cont-ombrina .ombrina::before,
#head .cont-ombrina .ombrina::after {
    max-width: 524px !important;
    bottom: 20px !important;
    box-shadow: -1px 20px 35px 7px rgb(0 0 0 / 46%) !important;
}
#head iframe.smartphone {
    display: none;
}
#head iframe.desktop {
    display: block;
}
/* OMBRINA */
.ombrina{
    position: relative;
    z-index: 1;
}
.ombrina::before, .ombrina::after {
    position: absolute;
    bottom: 17px;
    left: 10px;
    z-index: -1;
    height: 20%;
    max-height: 100px;
    max-width: 460px;
    width: 60%;
    content: "";
    opacity: .85;
    box-shadow: 0 17px 10px rgba(0,0,0,.85);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    margin: 0 10px;
}
.ombrina::after{
    left: auto;
    right: 10px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}
/* FINE OMBRINA */
.sfondo-opaco{
    background: rgba(255, 255, 255, 0.45);
}
.mb-1{
    margin-bottom: .25rem;
}
.mb-2{
    margin-bottom: .5rem;
}
.mb-3{
    margin-bottom: 1rem;
}
.mb-4{
    margin-bottom: 2rem;
}
.mb-5{
    margin-bottom: 3rem;
}
.me-1{
    margin-right: .25rem;
}
.me-2{
    margin-right: .5rem;
}
.me-3{
    margin-right: 1rem;
}
.me-4{
    margin-right: 2rem;
}
.me-5{
    margin-right: 3rem;
}
.mt-1{
    margin-top: .25rem;
}
.mt-2{
    margin-top: .5rem;
}
.mt-3{
    margin-top: 1rem;
}
.mt-4{
    margin-top: 2rem;
}
.mt-5{
    margin-top: 3rem;
}
.m-0{
    margin: 0 !important;
}
.pb-1{
    padding-bottom: .25rem;
}
.pb-2{
    padding-bottom: .5rem;
}
.pb-3{
    padding-bottom: 1rem;
}
.pb-4{
    padding-bottom: 2rem;
}
.pb-5{
    padding-bottom: 3rem;
}
.pt-1{
    padding-top: .25rem;
}
.pt-2{
    padding-top: .5rem;
}
.pt-3{
    padding-top: 1rem;
}
.pt-4{
    padding-top: 2rem;
}
.pt-5{
    padding-top: 3rem;
}
.fs-md{
    font-size: 25px;
}
.fs-xl{
    font-size: 40px;
}
.cont-video.cont-ombrina {
    padding: 0 1rem;
}
#meetForm textarea::-webkit-input-placeholder {
    font-family: 'Varela Round', sans-serif;
}
  
#meetForm textarea:-ms-input-placeholder {
    font-family: 'Varela Round', sans-serif;
}
  
#meetForm textarea:-moz-placeholder {
    font-family: 'Varela Round', sans-serif;
}
  
#meetForm textarea::-moz-placeholder {
    font-family: 'Varela Round', sans-serif;
}
/* Testimonianze */
.box-testimoni {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 75px;
}
.avatar {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    box-shadow: 0 0 10px #660033;
}
.stelle {
    text-align: center;
    margin-top: 25px;
}
.img-stelle {
    max-width: 40px;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
.c-testimonianza {
    padding: 25px 0;
}
.img-apici {
    max-width: 75px;
    margin-bottom: 15px;
}
.nome-autore {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 3px;
    margin-bottom: 0;
}
.grado-autore {
    font-style: italic;
    text-decoration: underline;
    margin-top: 5px;
}
/* Fine Testimonianze */
.iframe-yt{
    border-radius: 0 0 16px 16px;
}

/* Style del testo personalizzato */
.maiuscolo{
    text-transform: uppercase;
}
.grassetto{
    font-weight: bold;
}
.cambio-font{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.font-grande{
    font-size: 140%;
}
.evidenziato{
    background-color: yellow;
}

.blocco-input{
    opacity: .6;
    position: relative;
}
#meetFormChirurgia .blocco-input::after,
#fastForm .blocco-input::after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 9999999;
    cursor: default;
    position: absolute;
    left: 0;
    top: 0;
}
/* ANIMATION PULSE */
.pulsa{
	/* box-shadow: 0 0 0 rgba(0, 106, 17, 0.4); */
	animation: pulsaFreccia 8s infinite;	
}
@-webkit-keyframes pulsaFreccia {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.5);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulsaFreccia {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.5);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.text-danger{
    color: red;
}
sup{
    vertical-align: text-top;
}
.modifica-giorno {
  font-size: .9rem;
}
.griglia-mono{
    display: grid;
    justify-content: center;
}

#postInvio .griglia-container{
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    /* gap: 1rem; */
    justify-content: center;
    width: min(800px, 75vw);
    margin: auto;
    padding: 3rem 0;
}
.griglia-container-video{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 1rem;
    row-gap: 1.5rem;
    justify-content: center;
    width: min(1280px, 90vw);
    margin: auto;
    padding: 3rem 0;
}
/* .griglia-container-video > div:first-child{
    grid-column-start: 1;
    grid-column-end: 3;
}
.griglia-container-video > div:nth-child(2){
    grid-column-start: 3;
    grid-column-end: span 2;
}
.griglia-container-video > div:last-child{
    grid-column-start: 2;
    grid-column-end: span 2;
} */
#postInvio{
    display: none;
}
#postInvio .griglia-container a{
    display: block;
    transition: all .3s ease-in-out;
}
#postInvio .griglia-container a:hover{
    transform: scale(1.1);
}
#postInvio .griglia-container .griglia-item{
    position: relative;
    padding: .5rem;
}
#postInvio .griglia-container .griglia-item img{
       width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #efefef;
    border-radius: 16px;
    box-shadow: 0 0 10px;
}
.border-radius {
    border-radius: 16px;
}
.accordion{
    overflow: hidden;
}
.accordion .accordion-header{
    padding: 1rem;
    cursor: pointer;
}
.accordion .accordion-header .accordion-titolo{
    font-size: 1.2rem;
    margin: 0;
}
.accordion .accordion-header .accordion-titolo svg{
    vertical-align: -3px;
    margin-right: 5px;
}
.accordion .accordion-body{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion .accordion-body .cont-ombrina{
    max-width: 700px !important;
    padding-bottom: 3rem !important;
}
.accordion .accordion-header .accordion-titolo:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.box-accordion-video > div.cont-video:last-child{
    margin-top: 3rem;
}

.accordion .accordion-header.active .accordion-titolo:after {
  content: "\2212";
}


@media only screen and (min-width: 768px) and (max-width: 1300px){
    .gruppo-checkbox {
        margin-left: 30px;
        margin-right: 30px;
    }
}

/* MEDIA QUERY */
@media only screen and (max-width: 767px){
    .box-accordion-video > div.cont-video:last-child{
        margin-top: 1rem;
    }
    #head .cont-ombrina .ombrina::after,
    #head .cont-ombrina .ombrina::before{
        bottom: 30px !important;
    }
    /* .griglia-container-video > div{
        grid-column-start: 1 !important;
        grid-column-end: span 4 !important;
    } */
    #head iframe.smartphone {
        display: block;
    }
    #head iframe.desktop {
        display: none;
    }
    #meetForm [class*="col-"] {
        padding: 0;
    }
    .box-testimoni{
        padding: 0;
    }
    /* #meetForm  */.container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #qualeTrattamento .cont-radio-form, .countdown{
        flex-wrap: wrap;
    }
    #qualeTrattamento .mezza-colonna{
        width: 100%;
    }
    #waFixed {
		position: fixed;
		z-index: 9999999;
		bottom: 3%;
        right: 5%;
        width: 60px;
        height: 60px;
        display: block;
	}
	#waFixed a {
		font-size: 40px;
		color: #fff;
		background: green;
		border-radius: 50%;
		height: 60px;
		display: flex;
		align-content: center;
		align-items: center;
		width: 60px;
	}
    #waFixed a i {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    input#beautycoach,
    input#nome{
        min-width: auto;
        width: 100%;
    }
    #risultatoEmail{
        padding: 0 10px;
    }
    #InputDate .row div.col-lg-4 {
        width: 100%;
        margin-bottom: 2rem;
    }
    .cont-radio-form label{
        font-size: 1rem;
    }
    #fastForm > div {
        word-break: break-word;
    }
    #risposte1 .cont-radio{
        width: 100%;
    }
    #risposte1 .cont-radio .box-icona-scelta{
        margin-left: 0;
        margin-right: 0;
    }
    #boxVideo .box-video.text-center iframe:not(.noresize) {
        max-width: 100%;
        height: auto;
        padding: .5rem;
    }
    #preventivo-lipo #primo-step {
        padding-bottom: 150px;
    }

    #WA .contWA {
        font-size: 3.5rem;
    }

    #calcola {
        font-size: 19px;
        padding: 8px 14px;
    }

    #calcola i {
        font-size: 22px;
    }

    .nuovi-bottoni {
        bottom: 28px;
        left: 8%;
        text-align: left;
    }

    #WA {
        right: 8%;
    }

    .titolo-gruppo {
        font-size: 16px;
        border-left: 22px solid #603;
    }

    .box-stretto {
        margin-left: auto;
        margin-right: auto;
    }

    .cont-img-trattamento img {
        max-width: 100px;
    }

    .gruppo-checkbox .trattamento .internoTratt {
        margin: 10px 5px 30px;
        float: none;
        padding: 15px 5px;
        min-height: 300px;
    }

    .pannello-trattamenti {
        padding: 25px 10px 0;
    }

    .label-trattamento {
        word-break: break-word;
    }

    .cont-img-trattamento {
        /*width: 130px;
    margin-left: -30px;*/
        max-width: 100%;
        overflow: hidden;
    }

    #preventivo-lipo form.seleziona-tratt {
        padding: 0 5px;
    }

    .spiegazione-tab {
        margin: 65px auto;
        padding: 0 15px;
    }

    #risultato {
        padding: 0 10px;
    }

    .header-cell {
        padding: 0 10px;
    }

    /*.cont-img-trattamento img {
    width: 110px;
}*/
    #tabellaLink {
        font-size: 16px;
    }

    .cont-tabella {
        overflow-x: scroll;
    }

    .gruppo-checkbox {
        justify-content: normal;
        margin-left: 10px;
        margin-right: 10px;
    }

    .gruppo-checkbox .trattamento {
        /*margin: 10px 10px 30px;
    max-width: 44%;
    margin: 10px 10px 20px;
    padding: 15px 10px;
    max-width: 44%;
    */
        max-width: 50%;
        width: 100%;
    }

    .label-trattamento {
        height: 95px;
        word-break: break-word;
        font-size: 15px;
        padding-right: 3px;
    }

    #primo-step h2 {
        margin-top: 10px;
    }

    .gruppo-checkbox.row .col-lg-6 {
        width: 100%;
    }

    #meetForm .col-lg-6,
    #fastForm .col-lg-6{
        width: 100%;
    }

    .errore-primo-step {
        margin-bottom: 0;
        font-size: 16px;
    }

    #preventivo-lipo .container-checkbox,
    #preventivo-lipo .container-radio {
        font-size: 15px;
        padding-left: 25px;
        max-width: 100%;
        width: 100%;
    }

    #primo-step .gruppo-checkbox.row {
        margin-top: 20px !important;
    }

    #preventivo-lipo .checkmark {
        top: -4px;
    }

    .icona-mano {
        font-size: 35px;
        margin-right: 5px;
    }

    .lista-checkbox {
        margin-bottom: -10px;
        margin-top: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px){
    .gruppo-checkbox .trattamento{
        max-width: 33.3333333333%;
    }
}

@media only screen and (max-width: 400px) {
    .gruppo-checkbox .trattamento {
        max-width: 100%;
    }
}

@media (max-width: 320px) {
    .cont-img-trattamento {
        width: 150px;
        margin-left: auto;
        margin-right: auto;
    }

    .label-trattamento {
        height: 100%;
        word-break: break-word;
        font-size: 14px;
    }

    .gruppo-checkbox .trattamento {
        max-width: 215px;
        width: 100%;
    }
}