/* SERVICE PAGE */
/* Page 1:   Product & Platform Development */
.inner-container .season_tabs {
  position: relative;
  clear: both;
  margin-top: 40px;
  background: #F4F5F8;
}

.season_tabs .season_tab {
  clear: both;
  width: 286px;
}

.season_tabs .season_tab label {
  padding-left: 15px;
  margin-left: -1px;
  font-size: 14px;
  vertical-align: middle;
  position: relative;
  left: 1px;
  width: 280px;
  height: 50px;
  display: table-cell;
  cursor: pointer;
}

.season_tab [type=radio] {
  display: none;
}

.season_tab .season_content {
  position: absolute;
  top: 0;
  left: 298px;
  background: white;
  right: 0;
  bottom: 0;
  padding-left: 35px;
  padding-right: 20px;
  padding-top: 10px;
}

.season_content .contents {
  animation: 0.5s ease-out 0s 1 slideInFromTop;
}

[type=radio]:checked~label {
  border-left: 4px solid #01b2d6;
  font-weight: 600;
}

[type=radio]:checked~label~.season_content {
  z-index: 1;
}

/* my udates */
.season_tabs .maintitle {
  padding: 15px;
  margin-left: -1px;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  left: 1px;
  width: 280px;
  height: auto;
  display: table-cell;
  font-weight: 600;
  color: #1D1D1F;
}

.contents .heading {
  font-weight: 600;
  color: #1D1D1F;
  font-size: 19px;
  text-align: left;
}

.contents .para.first {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.contents .para.first b {
  font-weight: 600;
}

.contents .para.second {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.contents .mvpimg {
  margin: 20px;
}

.season_tabs .season_tab.one {
  padding-top: 20px;
}

.contents .dotimg {
  margin-top: 15px;
  margin-bottom: 15px;
}


.season_tab .sideditsimage {
  padding: 20px;
}

/* Page 2: Cloud and Mobile Engineering */

@media screen and (min-width: 1100px) {
  .inner-product-listing .cloudmobile.list-item {
    min-height: 280px;
  }
}

@media screen and (min-width: 768px) {
  .cloud-and-mobile.inner-product-listing {
    background-color: #F4F5F8;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .inner-product-listing .cloudmobile.list-item {
    width: calc((100% - 4rem) / 2);
  }
}

.cloud-and-mobile.inner-product-listing .desc {
  width: 100%;
  font-size: 2rem;
  line-height: 2.7rem;
  justify-content: center;
  color: #696969;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  position: relative;
  max-width: 40rem;
  margin: 10px;
  padding: -5px 0rem;
}

.cloud-and-mobile.inner-product-listing .heading {
  text-align: left;
  font-size: 2rem;
  width: 100%;
}

.cloud-and-mobile.inner-product-listing .text-sec {
  font-size: 1.6rem;
}

.cloud-arrow.talkto {
  width: 50px;
  height: 50px;
  background: #f1f1f1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  transition: 0.25s all;
  color: #1D1D1F;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  font-weight: 600;
  padding-left: 2rem;
  position: relative;
  margin-top: 10px;
}

.cloud-arrow.talkto:hover {
  background: #01b2d6;
  color: #fff;
}

.cloud-arrow.talkto:before {
  content: "";
  width: 27px;
  height: 15px;
  position: absolute;
  right: 1.5rem;
  top: 1.8rem;
  transition: 0.25s all;
  background: url(../images/arow-black1.svg) no-repeat 5px center;
}

.cloud-arrow.talkto:hover::before {
  background: url(../images/arow-black1.svg) no-repeat 7px center;
}

/* popup */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

/* .popup {
  margin: 70px auto;
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;
  overflow: auto;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 15px;
  line-height: 3.3rem;
  display: block;
  color: #707a8b;
  padding: 20px;
} */

.popup .title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-left: 25px;
  margin-top: 10px;
  margin-top: 0;
  color: #333;
}

.popup .close-mark {
  position: absolute;
  top: 10px;
  right: 18px;
  transition: all 200ms;
  font-size: 50px;
  font-weight: 200;
  text-decoration: none;
  color: #CBD0D3;
}

.popup .close-mark:hover {
  color: #01b2d6;
}

.popup .paracontent {
  overflow: auto;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 15px;
  line-height: 3.3rem;
  display: block;
  color: #707a8b;
  padding: 20px;

}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }

  .popup {
    width: 70%;
  }
}

/* my update */
.popup .popupimg {
  max-width: 90%;
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.popup .popimg {
  padding: 10px;
}

/* scrollbar popup */
.popup::-webkit-scrollbar {
  width: 5px;
}

.popup::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.popup::-webkit-scrollbar-thumb {
  background: #888;
}

/* responsive */
@media only screen and (max-width: 600px) {

  .season_tabs .maintitle {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .cloud-and-mobile.inner-product-listing .heading {
    font-size: 18px;
  }

  .text-sec {
    font-size: 15px;
  }

  .popup .content {
    line-height: 2.3rem;
    font-size: 14px;
  }

  .popup .popupimg {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .popup .close-mark {
    top: -10px;
  }

  .popup .title {
    font-size: 18px;
  }
}

/* page3  */
.title.text-center {
  margin: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 3.4rem;
  font-weight: 600;
  color: #000;
}

.advancedtech .text-sec.one {
  margin: 20px auto;
  text-align: center;
}

/*  page 4-  SDET */
.season_tab.sdet .season_content {
  background: #F4F5F8;
}

.inner-container .season_tabs.sdet-test {
  background: #ffff;
  border-left: 1px solid #F4F5F8;
}

.season_tab.sdet .sideditsimage {
  padding: 10px;
}

/* page 5 - Block chain */
.cloudmobile .colm {
  width: calc((100% - 1.5rem) / 2);
}

.blockchain .block.list-item {
  box-shadow: none;
}

.blockchain .block.list-item:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, .2);

}

.blockchain.inner-product-listing {
  background-color: #fff;
}

/* responsive */
@media (max-width: 768px) {
  .season_tab .sideditsimage {
    display: none;
  }

  .inner-container .season_tabs {
    margin-top: 10px;
  }

  .title.text-center {
    font-weight: 500;
  }

  .season_tab .season_content {
    position: relative;
    left: auto;
  }

  .season_tabs .season_tab {
    width: 100%;
  }

  .season_tabs .maintitle {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-bottom: 0;
  }

  .inner-container .season_tabs {
    margin-bottom: 20px;
  }

  .season_tabs .season_tab label {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .blockchain .block.list-item .imagesectoin img{
    margin-top: 2rem;

  }
  .cloudmobile .colm {
    width: 100%;
  }

  .inner-product-listing.cloudmobile-page .list-item img {
    max-width: 120px;
    margin-top: 20px;
  }
}