.body{
  margin: 0;
  padding: 0;
  font-family:"Montserrat",sans-serif;
}
.main-header{
  padding: 0 45px 0 45px;
  width: 1349px;
  margin-left: auto;
  margin-right: auto;
  height: 83px;
  display: flex;
}

.center-top{
  display: flex;
  width: 852px;
  padding: 0 10px 0 10px;
  flex-direction: column;
  align-items: center;
}
.center-top1{
  display: flex;
  height: 40px;
  align-items: center;
  padding: 0 10px 0 10px;
  
}
.center-top2{
  width: 832px;
  display: flex;
  border-top: 1px rgb(207, 204, 204) solid ;
  padding: 0 10px 0 10px;
}
#box1{
  width: 179px;
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: center;
  padding: 0 5px 0 5px;
  margin-left: 55px;
  border: white;
  transition: 1s;

}

#box2{
  width: 144px;
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: center;
  padding: 0 5px 0 5px;
  border: white;
  transition: 1s;
}
#box3{
  width: 144px;
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: center;
  padding: 0 5px 0 5px;
}
.chervon{
  width: 13px;
  padding-left: 3px;
  cursor: pointer;
}
#box4{
  width: 178px;
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: center;
  padding: 0 5px 0 5px;
  color: rgb(113 190 194);
  border-bottom: 1px rgb(113 190 194) solid;
}
.chervon-2{
  color:rgb(113 190 194);
}
#box5{
  width: 144px;
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: center;
  padding: 0 5px 0 5px;
}

.right-top{
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 214px;
}
.right-top1{
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.right-top p{
  font-size: 11px;
  margin-top: 5px;
  color:rgb(148,214,218);
  font-weight: bold;
}
.right-top p:hover{
  color:rgb(0, 0, 0);
}
.icon1{
  border: 1px solid black;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon1 img{
  width: 20px;
  height: 20px;
}


.under-header{
  width:100%;
  height:54px;
  background-color: rgb(245,245,245);
  display:flex;
  justify-content:center;
  margin-bottom: 20px;
}
.container-1{
  width:1349px;
  padding:0 45px 0 45px;
  height:54px;
  display:flex;
  align-items: center;
}

.row{
  width: 1349px;
  padding: 0 45px 0 45px;
  display: flex;
  justify-content: center;
}
.container{
  width:80%;
  margin-left: 120px;
  padding:0 45px 0 45px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

