#badadiv {
  /*border: 1px solid black;*/
  width: 100%;
  background-color: white;
  height: 300px;
  display: flex;
  margin: auto;
}
#dodiv1 {
  display: flex;
  width: 39%;
  margin-left: 5%;
  height: 100%;
  margin-top: 20px;
}
#dodiv2 {
  width: 50%;
  height: 100%;
  /* border: 1px solid black;*/
  margin-left: 160px;
  margin-top: 20px;
}

.teendiv {
  margin: 10px;
  width: 33%;
  transition: 0.1s ease;
  /*border: 1px solid black;*/
}
.teendiv > h3 {
  color: #a5afb6;
  font-family: "$fm-mb-common-font-3", Helvetica, Arial, Sans-Serif;
  font-size: 13px;
  line-height: 30px;
}
.teendiv > h4 {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  color: #5c6c79;
  cursor: pointer;
  padding: 10px 10px 10px 0;
}

.teendiv > h4:hover {
  color: #e85826;
}

#chotadiv > h3:hover {
  color: #e85826;
}

#nichekadiv {
  display: flex;
  width: 100%;
  height: 270px;
  background-color: rgb(34, 33, 33);
  /*border: 1px solid black;*/
}

#nichekadiv1 {
  /* border: 1px solid black;*/
  width: 10%;
}

#nichekadiv1 > h4 {
  color: #909090;
  font-size: 13px;
  cursor: pointer;
  padding: 10px;
}

#nichekadiv3 {
  /* border: 1px solid black;*/
  width: 14%;
  margin-top: 29px;
  text-align: left;
}

#nichekadiv3 > h4 {
  color: #909090;
  font-size: 13px;
  cursor: pointer;
  padding: 10px;
}

#nichekadiv1 > h3 {
  font-size: 13px;
  color: white;
  cursor: pointer;
  padding-bottom: 10px;
  padding-top: 5px;
}

#andarkadiv {
  /* border: 1px solid black;*/
  width: 81%;
  margin: auto;
  display: flex;
}

#dodiv21 {
  color: #a5afb6;
  /*border: 1px solid black;*/
  font-size: 13px;
}

#dodiv22 {
  height: 50px;
  margin-right: 21%;
  background-color: whitesmoke;
}

#dodiv23 {
  /* border: 1px solid black;*/
  display: flex;
}

#dodiv232 {
  display: flex;
  margin-left: 20px;
  margin-top: 10px;
}

#dodiv232 > div {
  width: 50px;
  height: 30px;
  /* border: 1px solid black;*/
}

#dodiv232 > div > img {
  width: 50px;
  height: 30px;
  object-fit: contain;
}

#dodiv232 > div > img:hover {
  background-color: rgb(59, 137, 226);
}

#dodiv2 > div {
  margin: 15px;
}

#btn1img {
  width: 150px;
  height: 48px;
  cursor: pointer;
}

#btn2img {
  width: 150px;
  height: 47px;
  cursor: pointer;
}

#dodiv22 > input {
  height: 20px;
  width: 300px;
}

#btn1:hover {
  background-color: #e4572e !important;
  color: white;
}

#dodiv22 > input {
  width: 495px;
  height: 100%;
  background-color: #f5f7f7;
  border: none;
  outline: orange;
  padding-left: 5px;
  border-radius: 5px;
}

#dodiv22 > button {
  color: #4a4a4a;
  height: 68%;
  margin-left: -4px;
  border: none;
  width: 88px;
  border-radius: 5px;
  padding: 9px 16px;
  cursor: pointer;
  background-color: #f5f7f7;
  transition: 0.5s ease-in-out;
}
#chotadiv {
  display: flex;
  font-size: 13px;
  color: #5c6c79;
  transition: 0.1s ease;

  justify-content: center;
}

#chotadiv > h3 {
  margin-left: 5px;
  cursor: pointer;
}

#footer {
  width: 100%;
  margin-top: 10%;
}
