 html {
  scroll-behavior: smooth;
}  
      

  /* Riga principale: tutto allineato in verticale al centro */
.offer-row {
  display: inline-flex;
  align-items: center;     /* ✅ centra rispetto al numerone */
  gap: 12px;               /* ≈ ai due &nbsp; */
  margin: 0;
}

/* SOLO il prezzo iniziale ha il box bianco */
.price-box {
  display: inline-block;
  font-size: 44px;
  line-height: 44px;
  /*font-weight: 700;*/
  background-color: #ffffff;  /* ✅ box bianco */
  color: #00a0e6;             /* blu EOLO */
  padding: 4px 8px;
  margin-top: 2px;
}

/* Prezzo barrato accanto */
.price-cross {
  font-size: 25px;
  line-height: 1;
  /*font-weight: 700*/;
  text-decoration: line-through;
  color: #ffffff;
}

/* "/mese" accanto al barrato */
.per-month {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
   margin-left: -8px;
}

/* Testo descrittivo sotto */
.offer-desc {
  margin-top: 6px;
  font-size: 16px;
  color: #ffffff;
}

/* opzionale: evita flash bianco prima del JS */
[data-plan] [data-price] { visibility: hidden; }
[data-plan][data-prices-rendered="true"] [data-price] { visibility: visible; }
                  
                  .alternate {
    color: var(--main-btn-bg)!important;
    background-color: transparent!important;
    border: 1px solid var(--clr-blue-800)!important;   
            padding: 0.8rem 2.25rem;
    
                      }
                      
           
      @media (min-width: 576px) {
    .alternate  {
       padding: 1.15rem 2.25rem!important;
    }
}                
             


      
    /* Stili relativi agli errori */
    .error-message {
      display: none;
    }

    input.error {
        border: 2px solid red;
    }

    input.error::placeholder {
        color: red;
        opacity: 1;
    }

    input.error + .error-message {
        display: inline-block;
        color: red;
        font-size: 0.9em;
        margin-left: 10px;
    }

    /* Stili relativi al modale da mostrare durante invio */
    #sendingModal {
      position: fixed;
      display: flex;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8); /* Nero con opacità del 80% */
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999; /* Assicura che sia sopra altri elementi */
    }

    #sendingModal span {
        color: white;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }
      
    .box-verifica-copertura {
      width: 100%;
      
      box-shadow: 0 0 20px 0 rgba(101, 107, 115, 0.15);
    background-color: var(--clr-blue-50);
    border-radius: 20px;
    padding: 20px;
}
      
      input.form-control {
    font-family: 'Halcyon-SemiBold', sans-serif;
    margin: 0;
         
   
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    font-size: 18px;
    color: #193755;
    height: auto;
    float: none;
}
      
      
   .form-input {
    color: #000;
    background-color: #fff;
    border: 1px solid var(--clr-blue-800);
    border-radius: .5rem;
    align-items: center;
    width: 100%;
    height: 3.5rem;
    padding: 0 1.5rem;
    font-size: 1rem;
    transition: all .3s;
}
      

        
       .promo__list li svg {
    fill: #ffffff;
    width: 1rem;
    height: 1rem;
    margin-right: 0.4rem;
}    
     
        
        
    .promo__list li:not(:last-child) {
    margin-bottom:0.4rem;
}
.promo__list li {
    color: #fff;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
    margin-bottom:0.4rem;
}    
        
        
    .justify-content-center {
    justify-content: center;
}
        
        .align-items-center {
    align-items: center;
}
        
        
 .container-header {
  
  display: flex;
  align-items: flex-end;
}

                     
    .hero-hp-illustration {
        position: absolute;
        width: 28%;
        left:-5rem;
          margin-bottom: auto;
       
    } 
       
                                   
    .text-white  {
        color:#fff;
       
    }                               
           

     
          .no-pr {
    padding-left: 2rem;
    padding-right: 0rem;
    
}
            
    .no-pl {
    padding-left: 0rem;
    padding-right: 2rem;
    
}        
          
     

        
    .main-title {
    font-size: 2.2rem;
        line-height: 1.2;
}      
         



@media (min-width: 300px) and (max-width: 1024px) { 

        
        
    .no-pr {
    padding-left: 2rem!important;
    padding-right: 2rem!important;
    
}
            
    .no-pl {
    padding-left: 2rem!important;
    padding-right: 2rem!important;
    
}      

}



@media (min-width: 992px) and (max-width: 1024px) {
    .col-lg-40 {
        flex: none;
        width: 50%!important;
    }
    
    
        .col-lg-16 {
        flex: none;
        width: 25%;
            }
    
     .col-lg-33 {
        flex: none;
        width: 40%!important;
   }

 }




   .display-desktop {
        display: inline-block;
    }

   .display-mobile {
        display: none!important;
    }



.display-desktop-table {
        display: inline-block;
    }

   .display-mobile-table {
        display: none!important;
    }
            
    @media (min-width: 300px) and (max-width: 539px) { 

      .section {
    padding: 1.3rem 0 2rem!important;
}
        
     .main-title {
    font-size: 1.8rem!important;
    line-height: 1.2;
}   
        
        
    .h2 {
    font-size: 1.2rem!important;
    line-height: 1.25;
}
        
        
    
 .display-desktop {
        display: none!important;
    }
    
     .display-mobile {
        display: inline-block!important;
    }           
            
      } 
    



  @media (min-width: 300px) and (max-width: 991.95px) { 

               
.review-3-txt p {
     font-size: 0.9rem!important;
   
}    
    
 .display-desktop-table {
        display: none!important;
    }
    
     .display-mobile-table {
        display: inline-block!important;
    }           
            
      } 


    
    

    
    
.container_img {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }  



        
       .swiper {
      width: 90%;
      height: 100%;
     padding:20px 20px 50px 20px;
    }

          
       @media (min-width: 300px) and (max-width: 991.95px) {    
          .swiper {
      width: 100%!important;
      padding:20px!important;
     
    }
     }     
          
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
     width: 90%;
    }
          
          
    .swiper-slide {
     height: auto;
    }      
          
    .swiper-pagination {
    position: relative!important;
     margin-top:50px!important;
        }   

    .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color: #000;
      opacity: 1;
      background: rgba(0, 0, 0, 0.2);
    }

    .swiper-pagination-bullet-active {
      color: #fff;
      background: #007aff;
    }


            .second-btn{color:var(--second-btn-color);background-color:var(--second-btn-bg);font-size:1.125rem;font-family:var(--font-bold);border:1px;border-style: solid;border-color: var(--second-btn-color);border-radius:1.9rem;margin:0;padding:.5rem 1.25rem;transition:all .3s;display:inline-block}.second-btn:hover{cursor:pointer;background-color:var(--second-btn-hover-bg);color:var(--second-btn-hover-color)}
            .second-btn{text-align:center;width: 340px;line-height:1.2;font-family:var(--font-semibold);padding:0.6rem 1.375rem;font-size:1rem}@media (min-width:576px){.second-btn{padding:0.85rem 2.25rem}}
            


          
                    .rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
        
        
    .review-3 {
     flex-direction: column;
    height: 100%;
    display: flex;
   
}
       
       
.review-3-txt p {
     font-size: 1.1rem;
   
}   
   
    
/*****************************************/
/*    Highlight style for <strong> tag   */
/*****************************************/





  .high {
      position: relative;
  }

  .high::before {
      /* Highlight color */
      background-color: #193755;

      content: "";
      position: absolute;
      width: calc(100% + 4px);
      height: 80%;
      left: -2px;
      bottom: 0;
      z-index: -1;
      transform: rotate(-2deg);
  }
    

    

      /* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
opacity:1!important;
    
    
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #193755; 
      color: #FFFFFF; 
      border: 1px solid #193755; 
  text-align: center;
font-size: 13px;
	   font-family: Halcyon-Regular!important;
  padding: 10px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 999;
  bottom: 125%;
  left: 50%;
  margin-left: -88px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}
            
            
            
.tool-icon {
  font-size:2rem!important;
}
            

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #193755 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}      



 .icon,
.text {
  vertical-align: middle;
  display: inline-block;
}


.border-box {
 border: 0.1rem solid var(--clr-blue-800);
}



.table {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0rem 0rem 0rem 0rem;
  max-width: 1100px;
}

.table-cell {
  /*box-sizing: border-box;*/
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style-type: none;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-weight: 300;
  margin-top: 1px;
  margin-left: 1px;
}
.table-cell:first-child {
  border-bottom: 1px solid #fff;
  background: transparent;
}
        
.table-cell.last {
  border-bottom: 1px solid #fff!important;
  background: transparent;
}        
        

@media only screen and (max-width: 768px) {
  .table-cell:first-child {
    display: none;
  }
}
/*.table-cell:nth-child(3) {
  outline: 1px solid #30305b;
}*/
.table-cell:nth-child(-n+3) {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-cell > h3 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 23px;
    
 /* margin-bottom: 3rem;*/
}
.table-cell.cell-feature {
  text-align: left;
  font-size: 18px;
}
.table-cell.eolo {
  color: white;
  background-color: #009EE4;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
   
}
        
.table-cell.row-eolo {
  color: white;
  background-color: #009EE4;
border-bottom: 1px solid #fff;    
 
   
}  
        
        
.table-cell.row-eolo-last {
  color: white;
  background-color: #009EE4;
     border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
 
   
}           

.table-cell.cubo {
  background-color: #193755;
  color: white;
   border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  
}
        
        
.table-cell.row-cubo{
  background-color: #193755;
  color: white;
 border-bottom: 1px solid #fff;

  
}        

.table-cell.row-cubo-last {
  background-color: #193755;
  color: white;
 border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  
}          


/* Table columns
================================== */
.table-cell {
  width: calc(30% - 1px);
    margin-left: 30px;
}
@media only screen and (max-width: 768px) {
    
.table-cell {
    margin-left: 5px!important;
     border-radius: 25px;
 border-bottom: 1px solid #fff;
    
}    
    
  .table-cell.cell-feature {
    width: 100%;
    text-align: center;
  }
}




    
      /*Container esterno*/
.content{
/*margin:2em;*/
text-align:left;
overflow:hidden; 
/*padding:10px 10px 0;
border:1px solid #ddd;*/
}

/*Tabella SX*/
.table-left{
border-collapse:collapse;
border-spacing:0;
float:left;
border-right:1px solid #ddd;
    
}

.table-left th{
padding:15px 5px ;
font-size:16px;
}

.table-left tr:nth-of-type(even){background:#fff;}
.table-left tr:nth-of-type(odd){background:#f5f5f5;}

/*Content Interno per tabella dx*/
.content-inner{
float:left;
overflow-x:auto; 
}

/*Tabella DX*/
.table-right{
border-collapse:collapse;
border-spacing:0;
width:100%;
   
}

.table-right td{
font-size:16px;
text-align:left; 
/*white-space:nowrap;*/
padding:15px;
border-right:1px solid #ddd;

}

.table-right tr:nth-of-type(even){background:#fff;}
.table-right tr:nth-of-type(odd){background:#f5f5f5;}


/*MediaQueries*/
        
@media all and (min-width:344px){
.table-left{width:12%;}
.content-inner{width:35%;}
}        
        
        
@media all and (min-width:375px){
.table-left{width:12%;}
.content-inner{width:40%;}
}

@media all and (min-width:390px){
.table-left{width:12%;}
.content-inner{width:43%;}
}
        
        
 @media all and (min-width:411px){
.table-left{width:15%;}
.content-inner{width:47%;}
}           
       
 @media all and (min-width:430px){
.table-left{width:15%;}
.content-inner{width:50%;}
}   
 
  
        
        
  @media (min-width: 540px) {
    .table-left {
        width: 30%;
    }
   .content-inner{width:55%;}
}        

@media (min-width: 768px) {
    .table-left {
        width: 30%;
    }
   .content-inner{width:70%;}
}  




input[type=checkbox], input[type=radio] {
    opacity: 100;
    position: relative;
    /* z-index: 24; */
    width: 20px;
    height: 20px;
}




.promo_flash_banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
    z-index: 214748370!important;
   
}
                
             
   .pl-promo-flash       {
  padding-left:0px;
   
}      
               

.content {
  background: #193755;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 0 0 0 rgba(255, 138, 0, 1);
    color: #fff;
    padding: 20px 20px 10px 20px;
     transform: scale(1.08);
    animation: pulse-blue 1s infinite;
    width: 465px;
    
}
                
       
.promo_flash_title{
    font-size: 18px;
        /*font-size: 16px;*/
     letter-spacing: -0.6px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;  
    font-family: Halcyon-Bold;
  }   

.promo_flash_title_desc{
    font-size: 18px;
        /*font-size: 16px;*/
     letter-spacing: -0.6px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;  
    font-family: Halcyon-Regular;
  }  
                
                
@media (min-width: 321px) and (max-width: 768px) {
   .content {
  animation: pulse-blue 0s infinite;
    width: 220px;
      padding: 15px 15px 10px 15px!important; 
}
    
.pl-promo-flash       {
  padding-left:35px!important;
   
}         
    
    
.promo_flash_title{
    /*font-size: 15px!important;*/
    font-size: 13.4px!important;
    align-content: center!important;
    
  }  
    
.promo_flash_title_desc{
    /*font-size: 15px!important;*/
    font-size: 13.4px!important;
    align-content: center!important;
    
  }     
    
    
    
}                
                
 
       
                
                
    @keyframes pulse-blue {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(25, 55, 85, 0.9);
  }
  
  70% {
    transform: scale(1.08);
    box-shadow: 0 0 0 10px rgba(25, 55, 85, 0);
  }
  
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(25, 55, 85, 0);
  }
}            
                
      
            
            
            /* countdown styles */            
            
 .countdown {
 background: #ff8a00;

  box-shadow: 0 0 0 0 rgba(255, 138, 0, 1);     
     
  color:#fff;
  padding:8px 18px 8px 18px;
  top: 100px;
  right: 0;
 /* z-index: 1000000;*/
     z-index:1049;
    position: fixed;
    border-top-left-radius: 8px;
   border-bottom-left-radius: 8px;
     
transform: scale(1.08);
  animation: pulse-orange 1s infinite;     
     
 }                 
   

@keyframes pulse-orange {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 138, 0, 0.9);
  }
  
  70% {
    transform: scale(1.08);
    box-shadow: 0 0 0 10px rgba(255, 138, 0, 0);
  }
  
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(255, 138, 0, 0);
  }
}
  

div#countdown p{
	width: 100%;
	/*display: inline-block;*/
	text-align: center;
   
    margin-top:0px;
    margin-bottom:0px!important;
}

          
p.numbers{
	font-size:27px;
    line-height: 20px;
    margin:0px;
    color: #FFFFFF;
    font-family: Halcyon-Bold;
}          



div.cd-box {
  /*  width: 38px;*/
   
    float: right;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
   margin-left:5px;
    /*border: 2px dotted;*/
}
          
p.strings{
	width: 100%;
    text-align: center;
	color: #FFFFFF;
     font-size:10px;
   
}   
            
          
.countdown-slogan {font-size: 17px; color:#fff; margin-top:0px; margin-bottom:0px;} 
                      
.countdown-delay {font-size: 13px; font-family: Halcyon-Bold; color:#fff; margin-top:0px; margin-bottom:0px;} 
           
@media (min-width: 768px) and (max-width: 991.95px) { 
   /*countdown */
    .countdown {
    background: #ff8a00;
    color: #fff;
    padding: 8px 20px;
    top: 8px;
     }
    
    
    .countdown-slogan {font-size: 13px!important;} 

    p.numbers{
	font-size:20px;
    line-height: 15px;
    
}      
    
    
    div.cd-box {
   /* width: 35px;*/
    float: right;
    margin-top: 0px;
    padding-top: 0px;
        text-align: center;
   margin-left:5px;
    /*border: 2px dotted;*/
}
          
    .countdown-delay {
    font-size: 10px;
        display: none;
   
}        
     
  }   
            
            
  @media (min-width: 414px) and (max-width: 479.95px) {          
            
   /*countdown */
    .countdown {
    background: #ff8a00;
    color: #fff;
    padding: 8px 20px;
    top: 8px;
     }
    
    
    .countdown-slogan {font-size: 13px!important;} 

    p.numbers{
	font-size:20px;
    line-height: 15px;
    
}      
    
    
    div.cd-box {
   /* width: 35px;*/
    float: right;
    margin-top: 0px;
    padding-top: 0px;
        text-align: center;
   margin-left:8px;
    /*border: 2px dotted;*/
}
          
    .countdown-delay {
    font-size: 10px;
        display: none;
   
}             
            
            
   }           
            
         
    @media (min-width: 321px) and (max-width: 413.95px) {        
            
     /*countdown */
    .countdown {
    background: #ff8a00;
    color: #fff;
    padding: 8px 14px;
    top: 7px!important;
     }
    
    
    .countdown-slogan {font-size: 13px!important;} 

    p.numbers{
	font-size:18px;
    line-height: 15px;
    
}      
    
    
    div.cd-box {
    /*width: 33px;*/
    float: right;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
    padding-left: 5px;
   
    /*border: 2px dotted;*/
}
          
    .countdown-delay {
    font-size: 10px;
        display: none;
   
}       
            
            
            
 }              
            
   
        .col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
        

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}        
        
  

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
} 
    
        
@media (min-width: 768px) {
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        /* flex: 0 0 41.666667%; */
        max-width: 41.666667%;
    
}    
    
    
    .col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
    
}    
        
  }     
         
         
          
                                
                            .banner-extender{box-sizing:border-box;color:#fff;background-color:#193755;font-family: Halcyon-Bold; border-radius:1.50rem;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1rem;display:inline-flex}.banner-extender:before,.banner-extender:after,.banner-extender *,.banner-extender :before,.banner-extender :after{box-sizing:border-box}.banner-extender :where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}.banner-extender a,.banner-extender button{cursor:revert}.banner-extender ol,.banner-extender ul,.banner-extender menu{list-style:none}.banner-extender img{max-width:100%;display:block}@media (min-width:768px){.banner-extender{gap:2rem}}.banner-extender__content{text-align:left;flex:1 0;padding:0 1rem;font-size:2rem;line-height:1.25}@media (min-width:768px){.banner-extender__content{padding:.5rem 1rem}}.banner-extender__image{flex:none;width:auto;max-width:100%}.banner-extender__image img{max-width:7.5rem}@media (min-width:768px){.banner-extender__image{margin-top:-2rem;margin-bottom:-2rem;margin-right:-2rem}.banner-extender__image img{max-width:9rem}}    
           






   .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}      
        
        
    .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
        
        
        
  @media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}      
        
@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

  
        
        
.pb-5, .py-5 {
    padding-bottom: 1rem !important;
}
.pt-5, .py-5 {
    padding-top: 4rem !important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}        
        
        
    .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}    
        
    
    .consumer.modal-open .modal.show {
    background-color: rgba(25, 55, 85, .7);
}
        
        .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 214748372!important;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

        

        
        #qv-offer-banner {
  background-color: #F2F2F2;
}
.qv-offer-wrapper {
  gap: 30px;
}
.qv-offer-banner-title {
  font-size: 26px;
  font-weight: 900;
  line-height: 32px;
  color: #193755;
}
.qv-offer-banner-text-wrapper p {
  display: inline;
  margin-right: 2px;
}
.offerDetailsLabel {
  font-size: 20px;
  text-decoration: underline;
  color: #193755;
  cursor: pointer;
}

#qvBannerDetailsModal .modal-dialog {
  max-width: 790px!important;
  max-height: 604px!important;
}
#qvBannerDetailsModal .modal-content {
  width: 650px;
  height: 420px;
  margin: auto;
  border-radius: 20px;
}

#qvBannerDetailsModal .qv-modal-text {
  overflow-y: auto;
}

#qvBannerDetailsModal .qv-modal-text::-webkit-scrollbar-thumb {
  background-color: #bcbcbc;
  border-radius: 5px;
}

#qvBannerDetailsModal .qv-modal-text::-webkit-scrollbar {
  width: 5px;
  background-color: #F2F2F2;
  border-radius: 3px !important;
}


#qvBannerDetailsModal .modal-content p {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 20px;
}
.qv-banner-modal-title {
  margin-bottom: 20px;
  font-family: Halcyon-Bold;
  font-size: 29px;
    letter-spacing: -1px;
  /*font-weight: 500;*/
  line-height: 28px;
  color: #193755;
}
.close-qv-banner-modal {
  cursor: pointer;
}

        .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
   z-index: 214748371!important;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
  
.modal-backdrop.fade {
    opacity: 0;
}        
        
   .modal-backdrop.show {
    opacity: .8;
}


        
.consumer img {
    max-width: 100%;
    height: auto;
}
.close-qv-banner-modal {
    cursor: pointer;
}
.position-absolute {
    position: absolute !important;
}        
        