.Section {
  background-color: #fbfbfb;
}

.Tabs {
  position: sticky;
  top: 20px;
}

.Tab {
  border-radius: 15px;
  width: 100%;
  background-color: white;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  height: 60px;
  line-height: 60px;
  color: #3d5472;
  padding: 0 20px;
  font-family: IRANSansWeb_Medium, Nunito-Medium !important;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all ease 0.5s;
  font-size: 15px;
}

.Active {
  background-color: var(--blue);
  color: white;
  transition: all ease 0.5s;
}

#FirstContent {
  display: block;
}

#FirstContent img {
  width: 100%;
}

#FirstContent p {
  font-family: IRANSansWeb_Light, Nunito-Light !important;
  margin: 20px 0;
}

#FirstContent h5 {
  margin: 20px 0;
}

#FirstContent h5:before {
  content: "\25CF";
  color: cornflowerblue;
  margin: 0 5px;
}

#ThirdContent,
#SecondContent {
  display: none;
}

#FirstContent h3,
#SecondContent h3,
#ThirdContent h3 {
  margin: 30px 0;
}

.Expand {
  margin-bottom: 10px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
}

.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  color: black;
  transition: all ease 0.5s;
  background: white;
  transform: scale(1);
  font-size: 18px;
}

.accordionContent {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  background-color: white;
}

.accordionContent h5 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #3d5472;
}

.accordionContent p {
  font-family: IRANSansWeb_Light, Nunito-Light !important;
  font-size: 15px;
}

.accordion:after {
  position: absolute;
  font-size: 20px;
  text-align: center;
  content: "\002B";
  color: black;
}

.active:after {
  position: absolute;
  font-size: 20px;
  text-align: center;
  content: "\2212";
  color: black;
}

.Files {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  width: 100%;
  background-color: white;
  height: 70px;
  margin-top: 15px;
  color: black;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Files p {
  margin-bottom: 0;
}

.Files button {
  background-color: var(--blue);
  color: white;
  border-radius: 7px;
  padding: 10px 15px;
  min-width: 100px;
  outline: none;
  border: none;
  transform: scale(1);
  transition: all ease 0.5s;
}

.Files button:active {
  transform: scale(0.9);
}

.Box {
  margin-top: 120px;
  border-radius: 15px;
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.introduceTable{
    width: 100%;
}
.introduceTable tr {
  border-bottom: 1px solid #eee;
}

.introduceTable tr:last-child {
  border-bottom: none;
}
.introduceTable tr td {
  padding: 8px 0;
}
.introduceTable tr td:first-child {
  width: 200px;
}
.introduceTable tr td:last-child {
  font-family: IRANSansWebFaNum, Nunito-Light !important;
}
.mainList{
    font-family: IRANSansWebFaNum ,  Nunito-Light !important;
}
.mainList li{
    margin-bottom: 15px;
}
.childList{
    margin: 0 25px;
}
.childList li{
    margin: 5px 0 0;
}

.contactInfo{
    margin-bottom: 25px;
}
.contactInfo h5{
    display: inline-block;
    margin: 0 15px 20px;
}
.contactInfo i{
    color: #66a0eb;
}
.contactInfo p{
    margin: 0 30px 10px;
    font-family: IRANSansWebFaNum ,  Nunito-Light !important;
}

@media screen and (max-width: 600px) {
  .Files {
    padding: 10px 20px;
  }
  .Files p {
    font-size: 12px;
    margin-left: 10px;
  }
  .tableBox {
    margin-top: 0;
  }
}
