@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,300,600");
body {
  font-family: "Open Sans", sans-serif !important;   
}

.my-nav {
  padding: 20px;
  background-color: rgb(104, 113, 122);
  /*background-image: url("images/kitchen.jpg");*/
}

.cover {
  /*background-color: rgb(255 156 191);*/
 /* background-image: url("../images/bg_login.jpg");*/
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 80vh;
}
.cover .container {
  display: flex;
  align-items: center;
  height: 100%;
  
}

.my-form {
  background: white;
  padding: 30px 50px 50px;
  width: 400px;
}

.my-form h2 {
  text-align: center;
  margin-bottom: 30px;
  color: rgb(128, 128, 128);
  font-weight: bold;
}

.cover .my-form .btn {
  width: 100%;
}

.flex {
  display: flex;
  justify-content: space-around;
}
.flex-searchbar{
  flex: 1;
  display: inline-flex;	
  align-items: flex-start;
  justify-content: flex-start;  
  flex-direction: column;
  align-self:flex-start;
}
.flex-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  border: 1px solid red;
  align-self:flex-start;
}
.benefit {
  padding: 50px 0;
}
.T1 {
  font-size: 24px;
  color: rgb(128, 128, 128);
  font-weight: bold;
}
.T2 {
  color: rgb(128, 128, 128);
  text-align: center;
}
.flex-item img {
  margin-bottom: 10px;
}

.header img {
  width: 60px;
  margin: 0 auto 15px;
  display: block;
}
.title {
  font-size: 32px;
  font-weight: bold;
  color: rgb(128, 128, 128);
  text-align: center;
}
.T3 {
  font-size: 20px;
  color: rgb(169, 169, 169);
  text-align: center;
}
.blog {
  background-color: rgb(247, 247, 247);
  padding: 50px 0 0;
}
.list-container {
  list-style: none;
  padding: 20px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.list-container .list-item {
  flex: 0 30%;
  text-align: center;
  margin-bottom: 20px;
}

.thumb img {
  width: 100%;
}

.head_color {
  font-size: 18px;
  color: rgb(89, 163, 252);
  margin-bottom: 0px;
  padding: 15px 0px;
}

.colored_button_div {
  padding: 15px 0;
  width: 100%;
  border-radius: 30px;
  border: 1px solid rgb(89, 163, 252);
  color: rgb(89, 163, 252);
}

.colored_button_div:hover {
  background-color: rgb(89, 163, 252);
  cursor: pointer;
}

.colored_button_div:hover a {
  color: white;
  text-decoration: none;
}

.company {
  padding: 40px 0 0;
}

.flex-3 {
  flex: 3;
}

.flex-2 {
  flex: 2;
}

.flex-2 img {
  width: 100%;
}

.points_div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.single_point_div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

.single_point_div img {
  margin-right: 10px;
}

.single_point_text {
  line-height: 2;
}
