  .paging3 {
    margin          : 0;
    display         : inline-block;
    margin          : 0;
    display         : inline-block;
    background-color: #e4e4e4;
    border-radius   : 50%;
    height          : 50px;
    width           : 50px;
    border          : 2px solid #dadada;
  }

  .pagingselected {
    margin          : 0;
    display         : inline-block;
    margin          : 0;
    display         : inline-block;
    background-color: #26abe2;
    border-radius   : 50%;
    height          : 50px;
    width           : 50px;
    border          : 2px solid #dadada;
  }

  .paging {
    padding              : 0 17px;
    position             : relative;
    display              : inline-block;
    z-index              : 30;
    font-family          : "Montserrat", sans-serif;
    font-size            : 16px;
    color                : #313131;
    line-height          : 50px;
    -webkit-border-radius: 0;
    -moz-border-radius   : 0;
    -ms-border-radius    : 0;
    border-radius        : 0;
    border               : none;
    background-color     : transparent !important;
    color                : #6d6d6d;
    font-weight          : 600;
  }


  .listpaging {
    display     : inline-block;
    margin-right: 15px;
    text-align  : center;
  }


  .tinypic {

    width        : 130px;
    height       : 130px;
    border-radius: 8px;
    border       : solid 2px #c2bfbf;
    padding      : 1px;
  }


  .navrequest {
    text-align       : center;
    /* margin        : 1% 0% 0% 0%;
  background-color   : #f7f7f7;
  border             : 1px solid #d4d4d4;*/
    /*  border-bottom: 1px solid #d4d4d4;*/
    padding          : 0.5% 0% 0% 0%;
  }

  .selectedtitle {
    border-radius: 10px;
    border       : 2px solid #6f6f6f;
    background   : #003c7b;
    color        : white;
    width        : 250px;
    height       : 60px;
    padding-top  : 2.6%;
    font-weight  : 500;
    border       : 2px solid #d4d4d4;
    font-size    : 12px;
    font-weight  : 600;
    /* box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.14);*/
  }

  .unselectedtitle {
    border-radius: 10px;
    border       : 2px solid #6f6f6f;
    background   : #003c7b;
    color        : white;
    width        : 250px;
    height       : 60px;
    padding-top  : 3.8%;
    font-weight  : 500;
    border       : 2px solid #d4d4d4;
    font-size    : 12px;
    font-weight  : 600;
    /* box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.14);*/

  }

  .expired {
    color      : red;
    font-weight: 700;
  }

  .tinypicexpired {
    width        : 130px;
    height       : 130px;
    border-radius: 8px;
    border       : solid 2px #c2bfbf;
    padding      : 1px;
    opacity      : 0.5;
  }