@import url('../font/iconfont.css');
header {
  background: #00BCCD;
}
header .head {
  width: 1280px;
  height: 90px;
  margin: 0 auto;
  padding: 0 21px;
  box-sizing: border-box;
  display: flex;
  background: #00BCCD;
  align-items: center;
}
header .head .logo {
  width: 149px;
  height: 83px;
  margin-right: 98px;
}
header .head nav {
  display: flex;
  margin-right: 17px;
}
header .head nav a {
  color: #fff;
  display: flex;
  width: 170px;
  height: 56px;
  align-items: center;
  justify-content: center;
}
header .head nav a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
header .head nav a .ico1 {
  display: none;
}
header .head nav a i {
  vertical-align: middle;
  font-size: 18px;
  font-family: Gujarati MT-Bold;
  font-weight: bold;
}
header .head .search {
  position: relative;
}
header .head .search input {
  width: 295px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  border: none;
  padding-left: 10px;
  box-sizing: border-box;
}
header .head .search ::-webkit-input-placeholder {
  font-size: 16px;
  font-family: Gujarati MT-Bold;
  font-weight: bold;
  color: #C2C1C1;
}
header .head .search button {
  position: absolute;
  right: 0;
  width: 71px;
  height: 50px;
  background: linear-gradient(180deg, #08D8EB 0%, #01D4E8 100%);
  border-radius: 10px 10px 10px 10px;
  border: none;
  cursor: pointer;
}
header .head .search button img {
  width: 25px;
  height: 25px;
}
header .head .search .tabs {
  width: 295px;
  display: none;
  background: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 60px;
  padding: 26px 29px 6px;
  box-sizing: border-box;
  z-index: 10;
  overflow: hidden;
}
header .head .search .tabs a {
  max-width: 243px;
  display: inline-block;
  margin: 0 7px 20px 0;
  padding: 5px 7px;
  box-sizing: border-box;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #00BCCD;
  font-size: 16px;
  font-family: Gujarati MT-Regular;
  font-weight: 400;
  color: #00BCCD;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .head .search .tabs a:hover {
  background: #03D6E9;
  color: #fff;
}
.skr {
  height: 300px;
}
footer {
  height: 100px;
  background: url(../image/foot.png);
}
footer .foot {
  width: 1280px;
  height: 100px;
  background: #00BCCD;
  margin: 0 auto;
  padding: 35px 93px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
footer .foot .gun {
  width: 6px;
  height: 30px;
  background: linear-gradient(90deg, #10C9D0 0%, #00D4E5 100%);
  border-radius: 14px;
}
footer .foot a {
  font-size: 18px;
  font-family: Gujarati MT-Bold;
  font-weight: bold;
  color: #FFFFFF;
}
.bj {
  background: #DDFCFF;
  border-radius: 10px;
  color: #029588 !important;
}
.gg_title {
  font-size: 12px;
  font-family: Gujarati MT-Bold;
  font-weight: bold;
  color: #999999;
  text-align: center;
}
.crumbs {
  margin: 23px 0;
}
.crumbs a {
  color: #333333;
  font-size: 14px;
  font-family: Gujarati MT-Regular;
  font-weight: 400;
}
.crumbs :last-child {
  color: #00BCCD;
}
.btns {
  background-color: #00BCCD !important;
  border: 1px solid #00BCCD !important;
  color: #fff !important;
}
.gd {
  max-height: 750rem !important;
  transition: 0.5s;
}
.bian {
  color: #FFAD35 !important;
}
