.flexcspa{    
display: flex;
align-items: center;
justify-content: space-around;
}
.flexc{
display: flex;
align-items: center;
justify-content: center;
}
.flexcspb{    
display: flex;
align-items: center;
justify-content: space-between;
}
.headlongimg{
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center;
}
.bgcolorwhite{
  background-color: #ffffff;
}
.bgcolor{
  background-color: #fafafa;
}
.fs12{
  font-size: 12px;    
}
.fs16{
  font-size: 16px;
}  
.fs18{
  font-size: 18px;
}
.fs24{
  font-size: 24px;
}   
.fs30{
  font-size: 30px;
}
.desctextcolor{
  color: #7d88a2;
}

.midcontent{
  width: 1200px;
  margin: auto;
}

.hide1{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:100%;
}
.paddingpc{
  padding: 50px 0;
}