/*
Theme Name: MATHRITVA CLINIC
Theme URI: https://rainhopes.com
Description: MATHRITVA CLINIC Custom Wordpress Theme
Version: 1.0
Author: Rainhopes
Author URI: https://fb.me/fasil878
*/

/* .row-equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-equal-height > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
} */
.row-equal-height {
  display: flex;
  flex-wrap: wrap;
}
.row-equal-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.centered {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.listnone ul li{
list-style: none;
}
.listnone ul{
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    }