.bg_gray{
    background-color: rgb(241, 241, 241);
    padding: 50px 0px;
}
.bg_white{
    background-color: #ffff;
}


.product_list{
    list-style-type: none;
    padding: 0;
    border: 1px solid #ddd;
    margin-top: 15px;
}
.list_item, .list_item:hover{
    text-decoration: none;
    color:#222;
    padding: 8px 16px;
    border-bottom: 1px solid #ddd;
}

.modal-dialog{
    margin: 9vw auto !important;
}
.cata_img{
  width: 100%;
}
.modal-title{
  color: #1c1d1c;
  font-weight: 600;
}
.catalog_,.catalog_:hover{
    background-color: #006738 !important;
    color: #ffff !important;
    width: 80%;
    text-align: center !important;
    /* font-size: 1.2vw !important;
    padding: 0.5vw !important;
    border-radius: 0.4vw !important; */
    margin-bottom: 6px;
}
/************************************************* Our Product *******************************************************/
 
.grid-container {
    columns: 3 200px;
    column-gap: 1.5rem;
    width: 100%;
    margin:  auto;
    text-align: center;margin-top: 3vw;
  }
  .align_grid {
     width: 25%;
     margin: 0;
     margin-bottom: 0px;
     display: inline-block;
     width: 100%;
     background-color: #ffff;
     padding: 0.5vw 1.4vw 1vw 1.4vw;
     transition: all .25s ease-in-out;
     margin-bottom: 3vw;
     border: rgb(233, 233, 233) 1px solid;
   }
 
  .cata_head{
    text-align: center;
    color:  #1182ce;
    font-weight: 600;
    padding: 0.8vw 0vw;
      padding-right: 0vw;
      padding-left: 0vw;
    background-color: #f8f7f7 !important;
    font-size: 1.3vw;
  }
  .cata_text{
    text-decoration: none;
    color: #353535;
    font-weight: 500;
    padding: 3px;
    font-size: 14.5px;
    text-align: left;

    margin: 0.1vw 0vw;
    margin-top: 0.1vw;
    margin-top: 0.2vw;
  }
  .cata_text:hover{
    color: #006738; 
    font-weight: 500;
  }
  .arrow_png{
    width: 15px;
  }
  .text_decoration,.text_decoration:hover{
    text-decoration: none;
color: #353535;
  }
  .bi-asterisk{
    color: #253670;
    margin-right: 5px;
    font-size: 14px;
  }
.download_btn, .download_btn:hover{
    background-color: #826cc2;
    color: #ffff;
    text-decoration: none;
    margin-top: 10px;
    margin-right: 5px;
}
.fa-file-pdf{
    margin-right: 5px;
}
.catalog_modal_head{
    font-weight: 600;
    font-size: 19px;
    margin: 0px 0px 10px 10px;
    color: #253670;
}
.catalog_modal_header{
   color: #253670;
}
.modal_box{
    border-radius: 0px;
    border: #253670 3px solid;
}
.modal-header {
    border-bottom: none;
}
.download_png{
    width: 15px;
}
.modal-header{
    padding: 1vw !important;
}
/* .modal-dialog {
    max-width: 50vw !important; 
  } */
  .modal-title {
    margin-bottom: 0;
    /* line-height: 1.5;
    font-size: 1.3vw !important; */
  }
  /* .modal-header .btn-close {
    padding: .5vw .5vw;
    margin: -.5rem -.5rem -.5rem auto;
    font-size: 1.2vw;
  } */

  .modal-header .btn-close {
    padding: .5rem .5rem;
    margin: 0px;
}
  
@media only screen and (min-width: 280px) and (max-width:480px){
  .cata_head{
    padding: 15px 20px;
    font-size: 19px !important;
  }
  .cata_text{
    padding: 2px 15px;
    font-size: 16px;
  }
  .cata_img {
    width: 50%;
  }
  
.grid-container {
  columns: 1 200px;
}
}
@media only screen and (min-width: 480px) and (max-width:567px){
  .cata_head{
    padding: 15px 20px;
    font-size: 19px !important;
  }
  .cata_text{
    padding: 2px 15px;
    font-size: 16px;
  }
  .cata_img {
    width: 50%;
  }
  .grid-container {
    columns: 2 200px;
  }
}
@media only screen and (min-width: 567px) and (max-width:786px){
  .cata_head{
    padding: 15px 20px;
    font-size: 19px !important;
  }
  .cata_text{
    padding: 2px 15px;
    font-size: 16px;
  }
  .cata_img {
    width: 50%;
  }
  .grid-container {
    columns: 2 200px;
  }
}
@media only screen and (min-width: 786px) and (max-width:991px){
  .cata_head{
    padding: 15px 20px;
    font-size: 19px !important;
  }
  .cata_text{
    padding: 2px 15px;
    font-size: 16px;
  }
  .cata_img {
    width: 50%;
  }
  .grid-container {
    columns: 3 200px;
  }
}