.container-fluid{
    padding: 30px; 
    padding-top: 40px !important;
    background-color: #f4f4f4;
    margin-bottom: 30px;
  }
  .container{

    margin-bottom: 50px;
  }
 .title_head{
    margin-top: 20px;
  }
  .multisteps-form__content{
    padding: 20px;
  }
  p{
    margin-top: 20px;
  }
  h2{
    font-size: 25px;
    color: #7F8081;
    font-weight: 500;
  }
  h3{
    font-size: 20px;
    font-weight: 600;
  }
  .firsttitle{
    background-color: #0069aa;
    color: #ffff;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    padding: 15px;
  }
   /*------------------  Summary  -------------------*/
  .summary_head{
    background-color: #0069aa !important;
    font-size: 22px;
    font-weight: 500;
    color: #ffff;
    text-align:center;
    padding: 15px;
  }
  .summary_title{
    padding: 15px;
  }
  .total_button{
    background-color: #777879;
    border-color: #777879;
    width: 320px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .total_button:hover{
    background-color: #777879;
    border-color: #777879;
  }
  .pay_button{
    margin-top: 10px;
    background-color: #0069aa;
    border-color: #0069aa;
    width: 320px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /*------------------  Progress Bar  -------------------*/
  #icon_progress{
    font-size: 40px;
    color:#0069aa;
    margin-left: 95px; 
    margin-top: -10px;   
    width: 100%;
  }
  /*#icon_progress:before{
    position: absolute;
    bottom:  25px;
    left: 208px;
    display: block;
  }*/
   #icon_progress:after{
    /*position: absolute;
    top: 5px;
    left: calc(-50% - 13px / 2);
    width: 100%;
    height: 2px;*/
   }
  .icon_title{
    font-size: 16px;
    top: 2px;
    position: absolute;
    margin-left: 10px;
    
  }
  /* Second icon class*/
  .pay_icon_title{
    font-size: 16px;
    margin-left: 10px;
    top: 2px;
    position: absolute;
   }

  #icon_progress_pay{
    font-size: 40px;
    color:#6c757db3; 
    margin-left: 40px; 
    margin-top: -10px;      
  }
  /*#icon_progress_pay:before{
    position: absolute;
    bottom: 25px;  
    left: 680px;
    display: block;
  }*/
 /* #icon_progress_pay:after{
    position: absolute;
    left: calc(252px - 13px / 2);
    width: 31.5%;
    height: 2px;
    top: -5px;
    content: '';
    background-color: #6c757db3;
  }*/

 @media (min-width: 576px) {
  
  .multisteps-form__form{
    margin-bottom: 30px;
  }
  .total_button{
    margin-top: 10px;
  }
 /* #icon_progress_pay:before{
    position: absolute;
    bottom: 25px;
    left: 570px;
    display: block;
  }*/
  /*.pay_icon_title{
    margin-left: 120px;
   } */

}
 @media (max-width: 576px) {
    #icon_progress{
    margin-left: 120px !important;
  }
}

@media only screen and (max-width: 350px) {
  #process_div{
    margin: 0px auto;
  }
}
