*{
    padding: 0;
    margin: 0;
}
body, html{
  overflow-x: hidden;
  font-family: "Ubuntu", sans-serif;
  background: #f4f4fa;
}
/* html{
  height: 100%;
}
body{
  height: 100%;
} */
.modal-open {
  padding-right: 0!important;
}
#exampleModal {
  padding-right: 0!important;
}
::-webkit-scrollbar
{
  width: 5px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb
{
  background-color: #0D1011;
}
.common_top_padding{
    padding-top: 70px;
}
.common_bottom_padding{
    padding-bottom: 70px;
}
.common_paragraph p {
    font-size: 16px;
    line-height: 27px;
    color: #101111;
    font-weight: 400;
}
.common_paragraph ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #101111;
}
.common_title {
  color: #000000;
  font-size: 28px;
  position: relative;
  text-transform: capitalize;
  line-height: 37px;
  font-weight: 700;
  width: fit-content;
  margin: auto;
}
.small_head {
  color: #036280;
  font-size: 18px;
  font-weight: 500;
}
.header_centre {
  text-align: center;
  margin-bottom: 50px;
}
.common_btn {
  background: #BF0404;
  color: #fff;
  text-decoration: none;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
}
.common_btn:hover{
  color: #fff;
  background: #BF0404;
}
.bg_blue{
  background: #72CCCB;
}
.bg_bluish{
  background: #A0B4FF;
}
.bgyellow{
  background: #FFCF9E;
}
.bg_pink{
  background: #FB9E9E;
}
.textblue{
  color: #036280;
}