

.footertxt a {
	color: #999797;
}

.titletxt {
    font-size: xx-large !important;
    color: white !important;
}
#biriyani-section {
    display: flex;
    color: #b0598c;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 510px;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem;
}

.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}

.pl-2, .px-2 {
    padding-left: 0.5rem!important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem!important;
}

.btxt {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 12px;
    line-height: 24px;
    /*padding-bottom: 10px;*/
    font-weight: 600;
    color: #5e646a;
    text-align: left;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}

.pm{
  margin: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  user-select: none;
}

.pm label{
  display: block;
    width: 100%;
    color: #666;
    background-color: #ffffffed;
    border: 1px solid #eee;
    padding: 15px 20px 15px 55px;
    /*text-align: center;*/
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 12px;
}
.pm label:hover{
  background-color: rgb(245, 245, 245);
  border-color: rgb(210, 210, 210);
}
.pm label:active{
  background-color: #788ab3e3;
}
.pm input[type='radio']{
  display: none;
}
.pm input[type='radio']:checked + label{
  background-color: #F68338;
  border-color: rgb(52, 52, 52);
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.pm h1{
  font-size: 20px;
  font-weight: normal;
  color: #444;
  margin-bottom: 20px;
  text-align: center;
  line-height: 2rem;
}
.pm span{
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}

.btitle{
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 700;
    color: black;
    text-align: left;
}

.ls{
    text-align: left;
}

.cl{
    padding-left: 30px;
    list-style: disc !important;
}

.tab-btn{
    padding: 10px;
    border: 1px solid #555;
    background: #fff;
    cursor: pointer;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
    
}
.tab-btn.active{
    background-color: #f68338;
    color: #fff;
}

.tab-wrap{
    padding: 0;
    border: 1px solid #999;
    background: #dbdce317;
    overflow-x: hidden;
    height:auto;
}

    table, th,td {
      border: 1px solid;
    }
    table {
      width: 100%;
    }
    th {
        padding-bottom:20px;
    }
    
    table.blueTable {
      border: 1px solid #1C6EA4;
      /*background-color: #EEEEEE;*/
      width: 100%;
      text-align: left;
      border-collapse: collapse;
    }
    table.blueTable td, table.blueTable th {
      border: 1px solid #AAAAAA;
      padding: 3px 2px;
    }
    table.blueTable tbody td {
      font-size: 13px;
    }
    table.blueTable tr:nth-child(even) {
      /*background: #D0E4F5;*/
    }
    table.blueTable thead {
      /*background: #1C6EA4;*/
      /*background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);*/
      /*background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);*/
      /*background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);*/
      /*border-bottom: 2px solid #444444;*/
    }
    table.blueTable thead th {
      font-size: 15px;
      font-weight: bold;
      /*color: #FFFFFF;*/
      border-left: 1px solid ;
    }
    table.blueTable thead th:first-child {
      border-left: none;
    }
    .ths{
        padding: 5px;
        text-align: center;
        font-weight: 600;
    }
    td{
        padding-left: 3px;
    }

    .project-details{
        z-index:999999 !important;
    }
    
    
.scroll-link{
    cursor: pointer !important;
}



