/* new footer */
.new_footer{
    padding: 20px;
  }
  .copy_right_container {
    text-align: center;
    color: #fff;
   
  }
  .copyright strong{
    font-weight: bold;
  }
  .list_points{
    padding: 20px 0px 20px 0px;
  }
  .arrow svg{
    width:25px;
    fill: #fbad18;
  }
  .lpoints{
    display: flex;
    align-items: center;
  }
  .list_content{
    color: #fff;
    padding-left: 10px;
    font-weight: 600;
  }
  .list_content a{ 
    color: #fff !important;
    font-weight: 600 !important;
  }
  #u10386-6{
    width:100% !important;
    left: 0px !important;
  }
  .call_now{
    padding: 10px 8px;
    margin: 5px;
    background: #fff;
    color: #fbad18;
    border-radius: 8px;
  }
  .flash_msg{
    animation: flash 1s linear infinite;
    width: 50px;
    height: 50px;
    background: #fff;
    padding: 10px;
    margin: 5px;
    color: #000;
    border-radius: 22px
  }
  @keyframes flash {
    0% {
      opacity: 1;
    }
  
    50% {
      opacity: 0;
    }
    
    
    100% {
      opacity: 1;
    }
  }
  #u10386-4 {
    font-size: 16px !important;
  }
  #u10386-3{
    color:#fff !important;
  }
  .list_points{
    border-top: 2px solid #fbad18;
    border-bottom: 2px solid #fbad18;
    margin-bottom: 10px;
  }
  #u2915-25{
   width:100% !important;
  }
  #u3255_align_to_page {
    width: 100% !important;
    left: 0px !important;
  }
  .footer_links{
    text-align: center !important;
  }
  #u10385-6{
    font-size: 16px !important;
  }
  #u10385-8{
    width: 550px !important;
    left: 600px !important;
  }