/* .flags{


}
.flags:hover{
  color: rgb(214, 124, 91);
} */

.h4{
  font-size: 2em;
  
}

table {
    table-layout: fixed;
    word-wrap: break-word;
    margin-top:74px;
    /* margin-bottom: 100px; */
    text-align:center;
    /* padding-left:100px;     
    padding-right:100px; */
    
   
}
.text-sm {
    font-size: 10px;
}

.price {
    font-size: 2em;
}
.thead{
      font-size: small;
      
  }


  .title-bg{
      background-color: rgba(249, 25, 66, 1);
      color: white;
     
  }
  .button{
      width: 130px;
      height: 40px;
      font-size: small;
      font-weight: 600;
      background-color: rgba(249, 25, 66, 1);
      border: none;
  }



  .section-bg {
    background-color: #f3f5fa;
  }
  
  .title1 {
    text-align: center;
    /* padding-bottom: 30px; */
    /* margin-top: 5px; */
  }
  
  .title1 h2 {
    font-size: 32px;
    font-weight: bold;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #000;
  }

  .title1 h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
   
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }
  
  .title1 h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 2px;
    
    background: rgb(218, 72, 72);
    bottom: 0;
    left: calc(50% - 60px);
  }

  
  @media screen and (max-width: 360px) {
   
   
    .title1 h2 {
       
        margin-top: 130px;
       
      }
  }


  @media screen and (max-width: 360px) {
    table {
    table-layout: fixed;
    word-wrap: break-word;
    margin-top:195px;
    /* margin-bottom:0px; */
    text-align:center;
    padding-left:100px;     
    padding-right:100px;
    font-size: small;
}
.h4{
  font-size: 8.6px;
  font-weight: 600;
  color: rgba(249, 25, 66, 1);
}
/* .thead{
    font-size: small;
} */

   
  }