@font-face {
    font-family: 'Fonth';
    src: url('/asset/fonts/IRANSansWeb.eot');
    src: url('/asset/fonts/IRANSansWeb.otf') format('opentype');
    src: url('/asset/fonts/IRANSansWeb.ttf')format('truetype');
    src: url('/asset/fonts/IRANSansMobile.ttf') format('truetype');
    
}

.head
{    	  
    background-image:url(/asset/img/hlr.png);
    overflow:hidden;
    height:134px;
    margin-bottom:10px !important;        
}
.headerImg
{        	 
    background:url(/asset/img/hc.png);
    background-repeat:no-repeat;
    background-position:center;   
    height:134px; 	  
}

.radio-box-new:hover {
    background-color: #f0fefe;
    cursor: pointer;
}

.radio-box-bank {
    display: flex;
    padding: 0;
      padding-top: 0px;
    text-align: center;
    margin-top: 20px;
    height: 60px;
    padding-top: 15px;
    background-color: #fcfcfc;
    border-radius: 5px;
    border: 1px solid #ddd;
  }
  
  .radio-box-bank input[type="radio"] {
    opacity: 0 !important;
    display: none !important;
  }
  
  .radio-box-bank label .bank-logo {
    position: relative;
    top: -15px;
    background-color: #fff;
    width: 70px;
    margin: 0 auto;
    height: 58px;
    padding: 11px 6px 0;
    border: 1px solid #efefef;
    border-radius: 0px 5px 5px 0px;
    float: right;
  }
  label .bank-logo img {
    height: 31px;
  }

  .radio-box-bank.radio label {
    padding: 0 !important;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .radio-box-new.radio label {
    padding: 0px 25px 0px 0px;
    color: #555;
    margin-bottom: 0;
    cursor: pointer;
    direction: rtl;
  }

  .radio-box-bank.radio.selected {
    border: 1px solid #00c853;
  }
  .radio-box-new.radio.selected {
    border-color: #00c853;
    background: #f5fdf8;
  }

  a {
      text-decoration: none!important;
      color:#000000;
  }