/*C24*/
/*Big Screen Responsive*/
@media only screen and (min-width: 1981px) {
    .wizard-text h4 {
      font-size: 25px !important;
    }
    .wizard-text h3 {
      font-size: 35px !important;
    }
    .wizard-text {
      padding-bottom: 0 !important;
    }
    .wizard-dashboard, .wizard-telegram, .wizard-messenger, .wizard-email {
      padding: 3% !important;
    }
    }
/*Big Screen Responsive*/

body.auth-page.auth.login-page {
    background: url(/images/customerbe-sfondo-login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 99vh !important;
}

.auth img {
    display: none !important;
}

.auth .client-pannel, .auth .login-container {
    background-color: transparent;
    padding: 0;
    height: 84vh;
}

.auth .panel-body button.btn.btn-primary {
    width: 100%;
}

.auth .panel-body {
    background-color: transparent;
    margin-top: 15vh;
    border: 0px;
    max-width: 400px;
}

.auth .login-container input, body.login-page input {
    border-color: #12b1ff !important;
}

.auth .login-container .btn-primary {
    background-color: #e20315;
    border-color: #e30514;
    height: 50px;
    text-transform: uppercase;
}

.auth input {
    height: 50px;
}

.auth .panel-body .text-center {
    background: url(/images/dm-logo.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
    height: 75px;
}

.auth .panel-body h2.text-center {
    color: transparent;
}

.auth .login-container a {
    color: #dc3545;
    margin-left: -5px;
}

.auth input#remember {
    margin-top: -5px;
}

.auth footer .text-dark {
    display: none;
}

.auth .card {
    background: transparent;
    border: 0;
    margin-top: 15vh;
}

.auth .row.justify-content-center {
    margin: 0;
}

.navbar .dashbord-icon {
    background: #fff !important;
}

.wizard-dashboard {
    float: right;
    padding: 5%;
}

.customDashboard {
    height: 100vh;
}

/* .section-wizard-dashboard {
    height: 40vh !important;
    margin-bottom: 5%;
} */

.row.section-wizard-dashboard {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.single-wizard-box .col-md-12 {
    height: 30vh;
    display: flex;
    align-items: flex-end;
    border-radius: 20%;
}

.single-wizard-box {
    padding: 0;
    text-align: center;
}

.single-wizard-box:hover h4, .single-wizard-box:hover h3 {
    text-shadow: 1px 1px 5px #000;
}

.wizard-text {
    flex: 0 0 100%;
    max-width: 100%;
}

.wizard-dashboard h3 {
    font-weight: bold;
    color: #fff;
}

.wizard-dashboard p {
    font-size: 1.5rem;
    color: #fff;
}

.wizard-dashboard a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
    /* background: red;
    color: #fff;
    padding: 10px 50px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 2px; 
}*/

.wizard-dashboard a:hover {
    text-decoration: none;
}

.wizard-dashboard {
    background: url(/images/chatbotWizard.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8%;
}

.wizard-dashboard, .banner {
    display: inline-block;
}


/* Telegram */
.wizard-telegram {
    float: right;
    padding: 5%;
}

.wizard-telegram h3 {
    font-weight: bold;
    color: #fff;
}

.wizard-telegram p {
    font-size: 1.5rem;
    color: #fff;
}

.wizard-telegram a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.wizard-telegram a:hover {
    text-decoration: none;
}

.wizard-telegram {
    background: url(/images/telegramWizard.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8%;
}

.wizard-telegram, .banner {
    display: inline-block;
}

/* Messenger */
.wizard-messenger {
    float: right;
    padding: 5%;
}

.wizard-messenger h3 {
    font-weight: bold;
    color: #fff;
}

.wizard-messenger p {
    font-size: 1.5rem;
    color: #fff;
}

.wizard-messenger a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.wizard-messenger a:hover {
    text-decoration: none;
}

.wizard-messenger {
    background: url(/images/messengerWizard.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8%;
}

.wizard-messenger, .banner {
    display: inline-block;
}

/* Whatsapp */
.wizard-whatsapp {
    float: right;
    padding: 5%;
}

.wizard-whatsapp h3 {
    font-weight: bold;
    color: #fff;
}

.wizard-whatsapp p {
    font-size: 1.5rem;
    color: #fff;
}

.wizard-whatsapp a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.wizard-whatsapp a:hover {
    text-decoration: none;
}

.wizard-whatsapp {
    background: url(/images/whatsappWizard.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8%;
}

.wizard-whatsapp, .banner {
    display: inline-block;
}


.banner {
    background: url(/images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

img.main-image {
    max-height: 190px;
}

.wizard-text hr {
    border: 3px solid #fff;
    width: 15%;
    margin: 6% 0;
}

.col-md-6.wizard-text {
    float: initial;
    float: none;
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
}

.wizard-text h4 {
    color: #fff;
}

.wizard-text h4, .wizard-text h3 {
    font-size: 1.5rem;
}

.single-wizard-box:hover {
    opacity: 0.8;
}

.stepNumbers {
    display: contents;
}

.stepNumbers hr {
    border: 1px solid #ade1fe;
    width: 25px;
    margin-left: -10px;
}

.step.active {
    background: #0aa2f9;
    color: #fff;
    font-size: 10px;
}

.step {
    font-size: 10px;
}

.wizard-form h1 {
    font-size: 3rem;
}

.wizard-form h3 {
    font-size: 1.4rem;
}

#regForm {
    background: linear-gradient(to right, white 50%, #e1f5ff 50%);
    background-color: #ffffff;
    margin: 50px auto;
    padding: 10% 0;
    padding-top: 0px !important;
    width: 90%;
    min-width: 321px;
    border-radius: 10px;
    height: 100%;
}

.chatsteps-pages #regForm {
    background: linear-gradient(to right, white 50%, #e1f5ff 50%);
    background-color: #ffffff;
    margin: 50px auto;
    padding: 10% 5%;
    padding-top: 0px !important;
    width: 100%;
    min-width: 321px;
    border-radius: 10px;
    height: 100%;
}


#editTwilioForm {
    background: linear-gradient(to right, white 50%, #e1f5ff 50%);
    background-color: #ffffff;
    margin: 50px auto;
    padding: 10% 0;
    padding-top: 0px !important;
    width: 90%;
    min-width: 321px;
    border-radius: 10px;
    height: 100%;
}

.chatsteps-pages #editTwilioForm {
    background: linear-gradient(to right, white 50%, #e1f5ff 50%);
    background-color: #ffffff;
    margin: 50px auto;
    padding: 10% 5%;
    padding-top: 0px !important;
    width: 100%;
    min-width: 321px;
    border-radius: 10px;
    height: 100%;
}
.questionNumbers {
    margin-top: -15px;
    margin-right: 10px;
}

.wizard-form .questionNumbers div {
    width: 38px;
    height: 38px;
}

.chatbot .data img {
    width: 100%;
    margin: 0 auto;
    float: none;
    display: block;
    margin-top: -16px;
}

    /* .data{
        background-color: #fff;
    } */

img#imgchat2 {
    margin-bottom: 20%;
}

button.closee-modal {
    background: #4891e0;
    border: 0;
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    text-align: left;
    color: white;
    float: inline-end;
}

.step.finish {
    color: #fff;
}

.http img {
    width: 50%;
    margin-left: 25%;
}

.heading h6 {
    display: none;
}/*HIDE-ACTUAL-TITLE-SECTION-CHATBOT*/

.section-buttons {
    width: 50%;
    margin-top: 5%;
}

button#nextBtn, button#prevBtn {
    height: 65px;
    font-size: 22px;
}

button#nextBtn {
    width: 70% !important;
    margin: 0 5px;
    border-radius: 5px;
}

button#prevBtn {
    width: 30% !important;
    margin: 0 5px;
    border-radius: 5px;
    background: #e1f6ff;
    color: #000;
}

.button-steps {
    width: 85%;
    display: flex;
}

img#blah[src="#"], img#blah1[src="#"] {
    opacity: 0;
}

.wizard-form textarea#messagioBenvenuto {
    padding: 5px;
    border-radius: 5px;
    border-color: #dee2e6;
    width: 100%;
}

.wizard-form  button.btn-copy {
    float: right;
    margin-top: 5px;
    background: #e9ecef;
    color: #000;
    border: 1px solid #8e8e8e;
}

.wizard-form textarea#myInput1 {
    height: 100px;
}

    .wizard-hype {
        background: url(/images/sfondo-hype-solo-background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 98vh;
    }
    
    .col-md-6.wizard-text-hype {
        float: right;
        padding-top: 5%;
        width: 100% !important;
    }
    
    .wizard-text-hype .container {
    text-align: center;
    height: 100%;
    background: #12b1ff;
    padding: 10% 5%;
    border-radius: 10px;
    margin-top: 15%;
    width: 75%;
    }
    
    .wizard-text-hype h3 {
        color: #0353a4;
        font-size: 2.5rem;
        font-weight: bold;
    }
    
    .wizard-text-hype p {
        color: #0353a4;
        font-size: 1.5rem;
    }
    
    .wizard-text-hype a {
        background: red;
        color: #fff;
        padding: 15px 15%;
        border-radius: 5px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 1.5rem;
    }

    .wizard-text-hype a:hover {
        text-decoration: none;
    }

    .wizard-thank-you {
        background: url(/images/sfondo-thank-box-Solo-background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 98vh;
    }
    
    .col-md-6.wizard-text-thankyou {
        float: none;
        padding-top: 10%;
        width: 50%;
        margin: 0 auto;
    }
    
    .wizard-text-thankyou .container {
    text-align: center;
    max-height: 550px;
    height: 100%;
    background: #12b1ff;
    padding: 10% 5%;
    border-radius: 10px;
    margin-top: 15%;
    width: 50%;
    margin: 0 auto;
    }
    
    .wizard-text-thankyou h3 {
        color: #0353a4;
        font-size: 3.5rem;
        font-weight: 800;
    }
    
    .wizard-text-thankyou p {
        color: #0353a4;
        font-size: 1.5rem;
    }
    
    .wizard-text-thankyou a {
        background: red;
        color: #fff;
        padding: 10px 50px;
        border-radius: 5px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }


    .col-lg-2.col-md-4.single-wizard-box {
        height: 30%;
    }

    .col-md-12.customSectionStyle {
        padding-top: 0% !important;
    }

@media screen and (max-width: 1680px) {
    .wizard-form .questionNumbers div,.wizard-form input[type="radio"] {
        width: 35px !important;
        height: 35px !important;
    }

    .button-steps {
        width: 100%;
        display: flex;
    }

    button#nextBtn, button#prevBtn {
        height: 60px;
        font-size: 18px;
    }
}

@media screen and (max-width: 1440px) {
    .wizard-form h1 {
        font-size: 2rem;
    }

    .wizard-form h3 {
        font-size: 1rem;
    }

    #regForm {
        width: 100%;
        background: linear-gradient(to right, white 65%, #e1f5ff 35%);
    }

    .wizard-text h4, .wizard-text h3 {
        font-size: 1.5rem;
    }

    .chatsteps-pages #regForm {
        width: 100%;
        background: linear-gradient(to right, white 65%, #e1f5ff 35%);
    }

    .chatbot {
        width: 35%;
        margin-left: 45%;
        margin-top: 0;
    }

    .wizard-form .questionNumbers div,.wizard-form input[type="radio"] {
        width: 35px !important;
        height: 35px !important;
    }

    .content-step {
        width: 65%;
    }

    .stepNumbers hr {
        width: 10px;
        margin-left: 5px;
    }

    ul.mobi.customNavTabs.nav.nav-tabs.tab-basic {
        margin-top: -10%;
    }
    .mobi.tab-content.tab-content-basic.tab-content-basic-scripts {
        margin-top: -7%;
    }

   

}

@media only screen and (max-width: 1440px) and (min-width: 1024px) {
    .col-md-12.customSectionStyle {
        padding-top: 5% !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .col-md-6.wizard-text-hype {
        width: 100% !important;
        max-width: 100%;
    }

    .wizard-text-hype h3 {
        font-size: 2rem;
    }

    .wizard-text-thankyou .container {
        width: 100%;
    }

    .col-md-6.wizard-text-thankyou {
        width: 75%;
    }

    .single-wizard-box .col-md-12 {
        height: 20vh;
        display: flex;
        align-items: flex-end;
    }
    .section-wizard-dashboard {
        height: 15vh !important;
        margin-bottom: 5%;
    }

   
}

@media screen and (max-width: 991px) {
    body.auth-page.auth.login-page {
        background: url(/images/immagini-sfondo-login_mobile.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
    }
    .wizard-text h4, .wizard-text h3 {
        font-size: 25px;
    }
}
@media screen and (max-width: 1024px) {
    ul.mobi.customNavTabs.nav.nav-tabs.tab-basic {
        margin-top: -23%;
    }
    .mobi.tab-content.tab-content-basic.tab-content-basic-scripts {
        margin-top: -18%;
    }
    }


@media screen and (max-width: 768px) {
    .col-lg-2.col-md-4.single-wizard-box {
        height: 133%;
    }

    .col-md-12.customSectionStyle {
        padding-top: 39% !important;
    }

ul.mobi.customNavTabs.nav.nav-tabs.tab-basic {
    margin-top: -25%;
}
.mobi.tab-content.tab-content-basic.tab-content-basic-scripts {
    margin-top: -18%;
}
.single-wizard-box .col-md-12 {
    height: 20vh;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
    .wizard-text h4, .wizard-text h3 {
        font-size: 25px;
        line-height: 25px;
    }

    .col-md-6.wizard-text {
        bottom: 0;
    }

    .single-wizard-box {
        margin: 5px 0;
    }

    ul.customNavTabs.nav.nav-tabs.tab-basic {
        margin-top: 350%;
    }

    ul.mobi.customNavTabs.nav.nav-tabs.tab-basic {
        margin-top: -70%;
    }
    .mobi.tab-content.tab-content-basic.tab-content-basic-scripts {
        margin-top: -56%;
    }
}


/* multistep messenger install  step1 elvira */

/* ----wizard messenger first step --- */

  .fs-title-msg {
    margin-bottom:2rem;
    color: #11b1ff;
    font-size: 3.2rem !important;
    font-weight: 900 !important;
    text-align:left;
    line-height:3.2rem;
}
.text-muted
{
    font-size: 22px;
    margin-bottom:2rem;
}

.mid video 
{
   width:100%;
   height:100%;
   object-fit: cover;
   position: absolute;
   left:3%;
   border:6px solid #11b1ff;
   border-radius: 8px;
   min-height:400px;
}

@media screen and (max-width: 767px)
{
.content-step {
    width: 100%;
}
.button-messenger
{
    margin-top:10%;
}

}

@media screen and (min-width: 1441px)
{
    .mid video 
    {
        top:30%;
    }
}

@media screen and (max-width: 1100px)
{
    .fs-title-msg
    {
        font-size: 2.6rem !important;
    }

    .subtitle-text
    {
        font-size: 2.6rem;
    }

    .text-muted
    {
        font-size: 20px !important;
    }
} 

/* ---graficha 2 su wizard messenger */
 .link-addres
{
    background-color: #fff;
}

.button-messenger #prevBtn:focus,
.button-messenger #nextBtn:focus
{
    outline: none;
}

.messenger-chatbot
{
    width:100% !important;
    height:auto !important;
    margin-left:0 !important;
   
}

.messenger-chatbot .img-fluid 
{
    border-radius: 8px;
}  

@media screen and (min-width: 1441px)
{
    .messenger-chatbot .img-fluid 
    {
        margin-top: 15% !important;
    }
}


@media screen and (max-width: 767px)
{
    .section-buttons
    {
        width:100%;
    }
} 

/* style for messenger step 3 */

.subtitle-text
{
    color:#11b1ff;
    font-size: 3rem !important;
    text-transform: capitalize;
}
.mobile-chat
{
    margin-top:2rem;
}

@media screen and (max-width: 767px)
{
.mobile-messenger
{
min-height:400px;
margin-bottom: 80px;
}
.mobile-chat
{
    margin-top:6rem;
    margin-bottom: 6rem;
}
}

/* wizard messnger step 4 */
.smile-img
{
    width:200px;
    height:200px;
    margin-top:20%;

}

.success-msg
{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.messenger-chatbot .img-fluid
{
    border-radius:8px;
}

@media screen and (max-width: 991px)
{
    .text-left
{
    margin-left: 0px !important;
}

} 

/* finit le wizard messenger */


/* ----wizard email step 1------------ */

.configurazione
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.configurazione-email
{
    border:1px solid #e1f5ff;
    border-radius:8px;
    background-color: #e1f5ff;
    min-height:140px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.img-config
{
    max-width:50px;
    max-height:50px;
    display: block;
    margin: auto;
}

.title-msg
{
    font-size: 12px !important;
    font-weight: 900 !important;
    text-align: center;
    line-height: 1rem;
}

.email-step1
{
    border-radius: 8px;
}

@media screen and (max-width: 1440px)
{
.messenger-chatbot {
    width: 100% !important;
    margin-left: 0 !important;
}
}

@media screen and (max-width: 767px)
{
    .email-step1
    {
        margin-top:4rem !important;
    }
}

/* ---wizard email -step-2  */


@media screen and (max-width: 767px)
{
    .email-step2
    {
        margin-top:4rem !important;
    }
}

.email-step2
{
    border-radius: 8px;
}

input#email-addres
{
    background-color: #fff;
}
input#password-addres
{
    background-color: #fff;
}

/* ---wizard email -step-2.1  */


@media screen and (max-width: 767px)
{
    .email-step2-1
    {
        margin-top:4rem !important;
    }
}

.email-step2-1
{
    border-radius: 8px;
}

/* ---wizard email -step-2.2  */

input#port-addres
{
    background-color: #fff;
}

input#mail-addres
{
    background-color: #fff;
}

input#password-encryption
{
    background-color: #fff;
}

.icon-provider {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #11b1ff;
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin-left: 20px;
    padding: 0 14;
}


/* ---wizard email -step-2.3  */
.icon-provider1
{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #11b1ff;
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin-left: 20px;
    padding: 0 14; 
}

/* ---wizard email -step-2.3  */
.smile-img1
{
    margin-top:20%;
}

/* wizard email step 2.4 */
.modal-dialog
{
    max-width: 600px;
}
.modal-paragraph
{
    font-size: 1rem !important;
}

.modal.show .modal-dialog
{
    top:20%;
}
.modal-title
{
    padding-left: 6%;
    font-size: 2.6rem;
    font-weight: 900;
}

.modal-button {
    margin-top: -6% !important;
    background-color: #11b1ff;
    border: 1px solid #11b1ff;
    padding: 10px 32px;
    margin-bottom: 1rem;
}
.modal-button:focus
{
    outline: none;
}

.modal-button:hover
{
    color:#11b1ff;
    background-color: #fff;
    border: 1px solid #11b1ff;
}

@media screen and (max-width: 991px)
{
    .button-messenger #prevBtn
    {
        width:40% !important;
    }
    .button-messenger #nextBtn
    {
        width:60% !important;
    }
}


.content-step-first
{
    width:35% !important;
}

@media screen and (max-width: 991px)
{
    .content-step-first
{
    width:50% !important;
}

}


@media screen and (max-width: 767px)
{
    .content-step-first
{
    width:80% !important;
}

}

.wizard-email
{
    background: url(/images/email-wizard.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8%;
}

.wizard-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 2%;
}


@media screen and (max-width: 425px){
.wizard-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 22%;
}

.col-lg-2.col-md-4.single-wizard-box {
    height: 30%;
}
.section-wizard-dashboard {
    height: 112vh !important;
    margin-bottom: 174% !important;
}
.single-wizard-box .col-md-12 {
    height: 40vh;
    display: flex;
    align-items: flex-end;
}}

@media screen and (max-width: 375px)
{
ul.customNavTabs.nav.nav-tabs.tab-basic 
{
    margin-top: 200%;
}
.single-wizard-box .col-md-12 {
    height: 20vh;
    display: flex;
    align-items: flex-end;
}
.section-wizard-dashboard {
    height: 20vh;
    margin-bottom: 5%;
}
.wizard-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 5%;
}
}



/*img inside installazione*/
/* .chatbot .data img {
    width: 50%;
    float: none;
    display: block;
    align-items: center;
    margin: auto;
    border-radius: 15px;
} */
/* .chatbot {
    background-color: #fff;
    width: 100%;
    align-items: center;
    margin-top: 0;
} */

img#imgchat {
    width: 50%;
    margin: auto;
    display: block;
    margin-top: 16%;
    border-radius: 15px;
}

.messenger-chatbot .img-fluid {
    border-radius: 8px;
    width: 50% !important;
}

.fs-title {
    margin: 0 0 5px;
    line-height: 1;
    color: #0AA2F9;
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    padding-top: 3%;
}
.content-step {
    position: relative;
    width: 50%;
    padding: 15px;
    padding-left: 0px;
    padding-top: 2%;
}

/*Script page*/
h1.title_script {
    color: #17a2b8;
    font-size: 1.5rem;
}
    .text-wiz {
        padding: 2% 0;
    }
    .row.paragraph {
        display: block;
    }
    ul.conf-list {
        padding-top: 1%;
    }
    p.frm-txt {
        padding-top: 1%;
    }
    p.form-boldd {
        padding-top: 1%;
    }


    /*Thank you page*/
    .admin-page.customDesignPage.thank-you {
        background: white;
        padding: 0;
        display: flex;
        align-items: center;
        height: 100vh;
    }

    .col-md-7.thanks {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    h2.thank-u-page {
        font-size: 3em;
        font-weight: 900;
        color: #09b0fb;
    }

    img.img-fluid.smilee {
        width: 40%;
    }

    .container.mt-5.thank-you {
        display: flex;
        justify-content: space-around;
        width: 100%;
        max-width: 1200px;
    }

    h3.thanku-page {
        padding-top: 1%;
        padding-bottom: 2%;
    }


    /* Instant */
.wizard-instant {
    float: right;
    padding: 5%;
}

.wizard-instant h3 {
    font-weight: bold;
    color: #fff;
}

.wizard-instant p {
    font-size: 1.5rem;
    color: #fff;
}

.wizard-instant a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.wizard-instant a:hover {
    text-decoration: none;
}

.wizard-instant {
    background: url(/images/Instant-chat.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8%;
}

.wizard-instant, .banner {
    display: inline-block;
}

    /* Chatbot */
    .wizard-chhatbot {
        float: right;
        padding: 5%;
    }
    
    .wizard-chhatbot h3 {
        font-weight: bold;
        color: #fff;
    }
    
    .wizard-chhatbot p {
        font-size: 1.5rem;
        color: #fff;
    }
    
    .wizard-chhatbot a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }
    
    .wizard-chhatbot a:hover {
        text-decoration: none;
    }
    
    .wizard-chhatbot {
        background: url(/images/Chatbot.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 8%;
    }
    
    .wizard-chhatbot, .banner {
        display: inline-block;
    }


    
    /* Pop Up */
    .wizard-popupp {
        float: right;
        padding: 5%;
    }
    
    .wizard-popupp h3 {
        font-weight: bold;
        color: #fff;
    }
    
    .wizard-popupp p {
        font-size: 1.5rem;
        color: #fff;
    }
    
    .wizard-popupp a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }
    
    .wizard-popupp a:hover {
        text-decoration: none;
    }
    
    .wizard-popupp {
        background: url(/images/popup.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 8%;
    }
    
    .wizard-popupp, .banner {
        display: inline-block;
    }

    /* Exit Intent */
    .wizard-Exit-Intent {
        float: right;
        padding: 5%;
    }
    
    .wizard-Exit-Intent h3 {
        font-weight: bold;
        color: #fff;
    }
    
    .wizard-Exit-Intent p {
        font-size: 1.5rem;
        color: #fff;
    }
    
    .wizard-Exit-Intent a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }
    
    .wizard-Exit-Intent a:hover {
        text-decoration: none;
    }
    
    .wizard-Exit-Intent {
        background: url(/images/exit-intent.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 8%;
    }
    
    .wizard-Exit-Intent, .banner {
        display: inline-block;
    }


      /* Form */
      .wizard-forma {
        float: right;
        padding: 5%;
    }
    
    .wizard-forma h3 {
        font-weight: bold;
        color: #fff;
    }
    
    .wizard-forma p {
        font-size: 1.5rem;
        color: #fff;
    }
    
    .wizard-forma a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }
    
    .wizard-forma a:hover {
        text-decoration: none;
    }
    
    .wizard-forma {
        background: url(/images/form.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 8%;
    }
    
    .wizard-forma, .banner {
        display: inline-block;
    }


      /* Survey */
      .wizard-survei {
        float: right;
        padding: 5%;
    }
    
    .wizard-survei h3 {
        font-weight: bold;
        color: #fff;
    }
    
    .wizard-survei p {
        font-size: 1.5rem;
        color: #fff;
    }
    
    .wizard-survei a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }
    
    .wizard-survei a:hover {
        text-decoration: none;
    }
    
    .wizard-survei {
        background: url(/images/survey.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 8%;
    }
    
    .wizard-survei, .banner {
        display: inline-block;
    }

    .row.strumenti {
        padding: 30px;
    }

    .single-wizard-box {
        padding: 10px;
        text-align: center;
    }