
.servicesImgBox{
  /* height: 500px; */
  padding-top: 130px;
  min-width: var(--main-width);
}

.servicesImgBox img{
  width: 100%;
  /* height: 500px; */
  visibility: inherit;
  vertical-align: bottom;
}

.listBox{
  background-color: #f6f7fb;
  padding-bottom: 50px;
  min-width: var(--main-width);
}
.listUl{
  width: var(--main-width);
  margin: 0 auto;
}
.listTitle{
  width: var(--main-width);
  font-size: 36px;
  font-weight: bold;
  margin: 0px auto;
  padding: 40px 0 20px;
}



.et-hero-tabs{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  text-align: center;
  padding: 0 2em;
  height: 60px;
  border-bottom: 1px solid #eeeeee;
}
.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  position: relative;
  background: #fff;
  text-align: center;
}

.et-hero-tabs h3,
.et-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}

.et-hero-tabs-container {
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 10;
  box-sizing: border-box;
}
.et-hero-tabs-main{
  width: var(--main-width);
  display: flex;
  flex-direction: row;
  height: 60px;
  margin: 0 auto;
  box-sizing: border-box;
  align-items: center;

}
.et-hero-tabs-container--top {
  position: fixed;
  top: 130px;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #6d6d6d;
  letter-spacing: 0.1rem;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-right: 1px solid #eeeeee;
  height: 28px;
}
.et-hero-tab:last-child{
  border-right: 0;
}
.et-hero-tab.active{
  color: #2daead;
}
.et-hero-tab:hover {
  color:#2daead;
  /* background: rgba(102, 177, 241, 0.8); */
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #66B1F1;
}


.dtl05 {
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.dtl05Img{
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.dtl05 img {
  /* width: 100%; */
  /* height: 190px; */
  /* max-height: 200px; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dtl05 .dtl {
  position: absolute;
  background: #2dafad;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 1;
  overflow: auto;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.dtl05 .dtl h3 {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin-top: 70px;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
}

.dtl05 .dtl p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #9d9c9c;
  text-indent: 10px;
}
.dtl05 .dtl a {
  background: #2dafad;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  padding: 4px 15px;
  text-align: center;
  margin-top: 50px;
  cursor: pointer;
}
.dtl05:hover img {
  left: 100%;
}
.dtl05:hover .dtl {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.item {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 300px;
  width: calc(100% / 3 - 20px);
  margin: 10px;
}

.dtl05  .textBox{
  /* border: 1px solid #eeeeee; */
  padding: 20px 30px;
  /* height: 150px; */
}
.dtl05  .textBox .applicationboxtitle{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.dtl05  .textBox .detail{
  font-size: 14px;
  text-align: justify;
  width: 100%;
  color: #858585;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dialogBox{
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: #00000040;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.dialogBox .modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  z-index: 1001;
  width: 700px;
  border-radius: 4px;
  height: 680px;
}
.dialogBox .modal-content .modal-header{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.dialogBox .modal-content .modal-header .close{
  cursor: pointer;
}

.dialogBox .modal-content iframe{
  width: 100%;
  height: 610px;
}