* {
  font-family: regular;
}
#iPhone-bg {
  padding-top: 25px;
  /* background: linear-gradient(90deg, #ffffff 21px, transparent 5%) center, linear-gradient(#ffffff 21px, transparent 5%) center, #828bf2; */
  background-size: 22px 22px;
  transition: all 0.5s ease-in;
  padding-bottom: 45px;
}
.mywidthc{
  width: 60px;
}
.servicesmy{
  color: #f15e25 !important;
}
.mycentercontainer{
  justify-content: space-between;
}
.owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s ease;
}
.owl-item.center > div {
  cursor: auto;
  margin: 0;
}
.myimgowl{
 width: auto;
  height: auto;
}
.owl-item:not(.center) > div:hover {
  opacity: .75;
}
.bannerH {
  font-size: 100px;

  color: #828bf2;
  font-family: thin;
  padding-top: 100px;
}
.bannerP {
  color: #828bf2;
  font-weight: 800;
  font-size: 40px;
  font-family: extrabold;
}
.peregraph p {
  text-align: justify;
}
.big {
  font-size: large;
  color: #4f5050;
  text-align: justify;
}
.justi {
  text-align: justify;
}
.bold {
  font-family: "extrabold";
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  background-color: #f15e25;
}

.orange {
  color: #f15e25;
  text-transform: uppercase;
  font-family: semibold;
  font-size: 14px;
  padding-top: 10px;
}
.btn.active {
  background-color: #f15e25;
}

.iphoneservices h2 {
  font-weight: 700;
  font-family: bold;
}
.text-dark {
  font-family: bold;
}
.services1 {
  justify-content: center;
  background-image: linear-gradient(#ed3b4b, #f67d31);

  margin-top: 13px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;

  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

/* customize card */

.card-big-shadow {
  width: 100%;
  height: 90%;
transition: all 0.2s ease-in-out;
  position: relative;
}
.card-big-shadow:hover{
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.coloured-cards .android-card {
  margin-top: 10px;
}

.android-card[data-radius="none"] {
  border-radius: 0px;
}
.android-card {
  border-radius: 8px;
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
  background-color: #ffffff;
  color: #252422;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.android-card[data-background="image"] .title,
.android-card[data-background="image"] .stats,
.android-card[data-background="image"] .category,
.android-card[data-background="image"] .description,
.android-card[data-background="image"] .content,
.android-card[data-background="image"] .card-footer,
.android-card[data-background="image"] small,
.android-card[data-background="image"] .content a,
.android-card[data-background="color"] .title,
.android-card[data-background="color"] .stats,
.android-card[data-background="color"] .category,
.android-card[data-background="color"] .description,
.android-card[data-background="color"] .content,
.android-card[data-background="color"] .card-footer,
.android-card[data-background="color"] small,
.android-card[data-background="color"] .content a {
  color: #ffffff;
}
.android-card.card-just-text .content {
  padding: 10px 10px;
  text-align: center;
}
.android-card.content {
  padding: 20px 20px 10px 20px;
}
.android-card[data-color="blue"] .category {
  color: #7a9e9f;
}

.android-card.category,
.android-card.label {
  font-size: 14px;
  margin-bottom: 0px;
}
.card-big-shadow:before {
  /* background-image: url("http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png"); */
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -12%;
  content: "";
  display: block;
  left: -12%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  transition: 0.3s ease;
}
.category {
  margin-top: 0px;
}
:hover::before {
  left: 0%;
  bottom: 0%;
  right: -19%;
  top: -12%;
}

h3,
.h4 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
}
h6,
.h6 {
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
}
.android-card.description {
  font-size: 16px;
  color: #66615b;
}
.content-card {
  margin-top: 30px;
}
a:hover,
a:focus {
  text-decoration: none;
}

/*======== COLORS ===========*/
.android-card[data-color="blue"] {
  background: #b8d8d8;
}
.android-card[data-color="blue"] .description {
  color: #506568;
}

.android-card[data-color="green"] {
  background: #d5e5a3;
}
.android-card[data-color="green"] .description {
  color: #60773d;
}
.android-card[data-color="green"] .category {
  color: #92ac56;
}

.android-card[data-color="yellow"] {
  background: #ffe28c;
}
.android-card[data-color="yellow"] .description {
  color: #b25825;
}
.android-card[data-color="yellow"] .category {
  color: #d88715;
}

.android-card[data-color="brown"] {
  background: #d6c1ab;
}
.android-card[data-color="brown"] .description {
  color: #75442e;
}
.android-card[data-color="brown"] .category {
  color: #a47e65;
}

.android-card[data-color="purple"] {
  background: #baa9ba;
}
.android-card[data-color="purple"] .description {
  color: #3a283d;
}
.android-card[data-color="purple"] .category {
  color: #5a283d;
}

.android-card[data-color="orange"] {
  background: #ff8f5e;
}
.android-card[data-color="orange"] .description {
  color: #772510;
}
.android-card[data-color="orange"] .category {
  color: #e95e37;
}
.category {
  color: darkgrey;
}

.widthhi {
  width: 60px;
  height: 60px;
  padding-top: 0px;
}
@media screen and (min-width: 325px) and (max-width: 430px) {
  .side {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1050px) {
  .cardsplit {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media screen and (min-width: 280px) and (max-width: 450px) {
  :hover::before {
    left: 0%;
    bottom: 0%;
    right: 0;
    top: 0;
  }
}

.services1 img {
  margin: 25px 25px;
}
.services2 {
  justify-content: center;

  background-image: linear-gradient(#2a47ca, #c131f6);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-top: 13px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
}
.services2 img {
  margin: 17px 17px;
}
.services3 {
  justify-content: center;

  background-image: linear-gradient(#1fa2cb, #2ad45c);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
}
.services3 .img {
  margin: 17px 17px;
}
.services4 {
  justify-content: center;
  margin-top: 13px;
  background-image: linear-gradient(#00b1e8, #00ebd4);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
}
.services4 img {
  margin: 13px 15px;
}
.services5 {
  justify-content: center;

  background-image: linear-gradient(#f83600, #fbca22);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
}
.services5 img {
  margin: 12px 22px;
}
.services6 {
  justify-content: center;
  background-image: linear-gradient(#4760ff, #0ecbff);
  margin-top: 13px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
}
.services6 img {
  margin: 19px 19px;
}

#ourexpert {
  background-image: url(../../../images/mobile/imges/bgipad.jpg);
  background-position-x: right;
  background-size: 50% 100%;
  background-repeat: no-repeat;

  background-color: #f15e25;
  padding-top: 100px;
  padding-bottom: 100px;
}

.st01 {
  fill: #f15e25;
}
.cardsize {
  width: 95px;
  height: 150px;
}
.market {
  background-color: #1d2122;
  width: 100%;
  height: 100%;
}

.market1 {
  background-color: #1d2122;
  width: 100%;
  height: 100%;
}
.marketT {
  color: white;
  transition: all 0.4s ease-in-out;
  text-shadow: white;
}
.hr {
  width: 70%;
  height: 7%;
  background-color: #f15e25;
  margin: 0% 15%;
  transition: all 0.4s;
}

.hr1 {
  width: 70%;
  height: 7%;
  background-color: #60aa45;
  margin: 0% 15%;
}

.market:hover {
  background-color: white;
  color: black;
}
.market:hover .marketT {
  color: black;
}

.market1:hover {
  background-color: white;
  color: black;
}
.market1:hover .marketT {
  color: black;
}
.stack {
  background-color: #f6f6f6;
  color: black !important;
  font-weight: 600 !important;
  font-size: large!important;
  width: 205px !important;
  height: 68px  !important;
}
/*today*/
.tecnology {
  margin-bottom: 25px;
}
.cardphone{
  padding: 12%;
}
@media screen and (min-width: 426px) and (max-width: 820px) {
  .cardphone{
    margin-bottom: -30px;
    margin-top: -21px;
  }
  .marketT {
    font-size: 11px;
    margin-top: 5px;
  }
  .market,
  .market1,
  .marketz {
    height: 90%;
  }
  .text-dark {
    padding-top: 6px;
  }
}

@media screen and (min-width: 310px) and (max-width: 325px) {
  .cardphone{
    padding: 0%;
  }
  .bannerH {
    font-size: 100px;

    color: #828bf2;
    font-family: thin;
    padding-top: 0px;
  }
}
@media screen and (min-width: 325px) and (max-width: 376px) {
  .cardphone{
    padding: 0%;
  }

  .marketz {
    height: 100%;
  }
  .market1,
  .market,
  .marketT {
    margin-left: 3px;
  }
  .text-dark {
    padding-top: 6px;
  }
  .bannerH {
    font-size: 100px;

    color: #828bf2;
    font-family: thin;
    padding-top: 0px;
  }
}

@media screen and (min-width: 980px) and (max-width: 1025px) {
  .stack {
    background-color: #f6f6f6;
    color: black;
    font-weight: 600;
    font-size: large;
    width: 125px;
    height: 68px;
  }
  .text-dark {
    padding-top: 6px; /*today*/
  }
}
@media screen and (min-width: 760px) and (max-width: 975px) {
  .stack {
    background-color: #f6f6f6;
    color: black;
    font-weight: 600;
    font-size: large;
    width: 126px;
    height: 35px;
    margin-left: -7px;
    margin-right: 70px;
    width: 100%;
  }
  .bannerH {
    font-size: 100px;

    color: #828bf2;
    font-family: thin;
    padding-top: 0px;
  }
  /* .ww {
    margin-left: 5px;
    width: 100%;
    margin-bottom: 55px;
  }
  .uu {
    justify-content: center;
  } */
  .text-dark {
    padding-top: 6px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .vv {
    padding-left: 35px;
  }
}
.marketz {
  background-color: #1d2122;
  width: 100%;
}
.marketz:hover {
  background-color: white;
  color: black;
}
.marketz:hover .marketT {
  color: black;
}
.hrz {
  width: 70%;
  height: 7%;
  background-color: #f15e25;
  margin: 0% 15%;
  transition: all 0.4s;
}
.hrz1 {
  width: 70%;
  height: 7%;
  background-color: #60aa45;
  margin: 0% 15%;
}
@media (max-width: 768px) {
  .cardsize {
    padding: 12px;
  }
  .cardsize1 {
    padding: 12px;
  }
}

@media (max-width: 350px) {
  .cardsize1 {
    padding: 12px;
  }
  .marketz {
    background-color: #1d2122;
    width: 50%;
    height: 100%;
    margin-left: 76px;
  }
  .hrz {
    width: 35%;
    height: 7%;
    background-color: #f15e25;
    margin: 0% 33%;
    transition: all 0.4s;
  }
  .hrz1 {
    width: 35%;
    height: 7%;

    background-color: #60aa45;
    margin: 0% 33%;
    transition: all 0.4s;
  }
}

.collapseCard {
  background-color: #f6f6f6;
}
.left {
  justify-content: right;
  text-align: right;
}
.right {
  align-items: flex-end;
  padding-left: 55px;
  justify-content: flex-end;
}

.development {
  background-color: #f7f7f7;
}
.disply {
  display: block;
}
.orange2 {
  color: #f15e25;
  text-transform: uppercase;
  font-family: semibold;
  font-size: 20px;
  padding-top: 10px;
}
.fw-bold {
  font-family: extrabold;
}
.iphoneservices h2 {
  font-family: extrabold;
}
.btncard {
  background-color: #5a5a5a !important;
  padding-bottom: 5px;
  color: white;
}

@media screen and (min-width: 300px) and (max-width: 700px) {
  .services1,
  .services2,
  .services3,
  .services4,
  .services6,
  .services5 {
    width: 100px;
    justify-content: center;
  }
  #ourexpert {
    background-image: url(../../../images/mobile/imges/bgipad.jpg);
    background-position-x: right;
    background-size: 0% 0%;
    background-repeat: no-repeat;

    background-color: white;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* today*/
  .services3 img {
    margin: 17px 27px;
  }
  .services2 img {
    margin: 17px 27px;
  }
  .services1 img {
    margin: 25px 27px;
  }
  .services4 img {
    margin: 17px 27px;
  }
  .services5 img {
    margin: 17px 27px;
  }
  .services6 img {
    margin: 17px 27px;
  }
  /*today*/
  .tecnology {
    padding: 1rem;
  }
  .bannerH {
    font-size: 70px;
    font-weight: 100;
  }
  .bannerP {
    font-weight: 800;
    font-size: 30px;
  }

  .aa {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 10px;
  }
  .peregraph {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .xx {
    display: flex;
  }
  .market1 {
    margin-bottom: 5px;
  }
}

.col {
  flex: 1 0 0%;
  margin-bottom: 35px;
}

@media screen and (min-width: 701px) and (max-width: 1026px) {
  .aa {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 110px; /*today*/
  }

  .services1,
  .services2,
  .services3,
  .services4,
  .services6,
  .services5 {
    width: 100px;
    justify-content: center;
  }
  .peregraph {
    font-size: 12px;
  }
  .ce {
    justify-content: center;
    align-items: center;
  }
  .peregraph {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .bannerH {
    font-size: 100px;

    color: #828bf2;
    font-family: thin;
    padding-top: 0px;
  }
}

/* timeline*/

*,
*:before,
*:after {
  /* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
  -webkit-box-sizing: border-box; /* Firefox (desktop or Android) 28- */

  -moz-box-sizing: border-box; /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
  box-sizing: border-box;
}
* {
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

img {
  border: 0px;
}

a:focus,
a:active,
a:visited {
  outline: none;
  border: 0px;
}
.border-none {
  border: none !important;
}
.bg-none {
  background: none !important;
}
.margint-none {
  margin-top: 0px !important;
}
.marginr-none {
  margin-right: 0px !important;
}
.marginb-none {
  margin-bottom: 0px !important;
}
.marginl-none {
  margin-left: 0px !important;
}
.padding-none {
  padding: 0px !important;
}
.paddingt-none {
  padding-top: 0px !important;
}
.paddingr-none {
  padding-right: 0px !important;
}
.paddingb-none {
  padding-bottom: 0px !important;
}
.paddingl-none {
  padding-left: 0px !important;
}
.fleft {
  float: left !important;
}
.fright {
  float: right !important;
}

/******* Common Element CSS End *********/

/* *************************** Media Query *************************** */

/* dsp/*

/******* Common Element CSS Start ******/
*,
*:before,
*:after {
  /* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
  -webkit-box-sizing: border-box; /* Firefox (desktop or Android) 28- */
  -moz-box-sizing: border-box; /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
  box-sizing: border-box;
}
* {
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
body {
  font-family: "sf_ui_displaylight" !important;

  overflow-x: hidden !important;
  -moz-overflow-x: hidden !important;
  -webkit-overflow-x: hidden !important;
  -o-overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.development {
  background-color: #f6f6f6;
}

img {
  border: 0px;
}

a:focus,
a:active,
a:visited {
  outline: none;
  border: 0px;
}
.border-none {
  border: none !important;
}
.bg-none {
  background: none !important;
}
.margint-none {
  margin-top: 0px !important;
}
.marginr-none {
  margin-right: 0px !important;
}
.marginb-none {
  margin-bottom: 0px !important;
}
.marginl-none {
  margin-left: 0px !important;
}
.padding-none {
  padding: 0px !important;
}
.paddingt-none {
  padding-top: 0px !important;
}
.paddingr-none {
  padding-right: 0px !important;
}
.paddingb-none {
  padding-bottom: 0px !important;
}
.paddingl-none {
  padding-left: 0px !important;
}
.fleft {
  float: left !important;
}
.fright {
  float: right !important;
}

/******* Common Element CSS End *********/

/* *************************** Media Query *************************** */

/******* Common Element CSS End *********/
.timeline1 {
  margin: 50px auto;
  max-width: 1170px;
  width: 100%;
}
.Timeline {
  position: relative;
  background-color: #f7f7f7;
}
.Timeline-box {
  padding: 0 16px 36px 58px;

  position: relative;
  width: 100%;
  max-width: 520px;
  height: 240px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  float: left;
}
.Timeline-box::before {
  content: "";
  height: 4px;
  background: #fff;
  right: -129px;
  position: absolute;
  width: 82px;
  top: 49%;
  z-index: auto;
}
.Timeline-box-right {
  padding: 0 58px 36px 16px;
  float: right;
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 240px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
.Timeline-box-right::before {
  content: "";
  height: 4px;
  background: #fff;
  left: -129px;
  right: auto;
  position: absolute;
  width: 82px;
  top: 49%;
  z-index: auto;
}
.Timeline-box::after {
  position: absolute;
  content: "";
  border-left: 50px solid #fff;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  top: 29%;
  right: -50px;
}
.Timeline-box-right::after {
  position: absolute;
  content: "";
  border-right: 50px solid #fff;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 0px;
  top: 29%;
  left: -50px;
  right: auto;
}
ul.Timeline-text {
  padding-top: 36px;
  justify-items: left;
}
ul.Timeline-text li {
  margin-bottom: 16px;
  font-family: bold;
  color: #4f5050;
}
ul.Timeline-text li:last-child {
  margin-bottom: 0;
}
.Timeline-index-box {
  flex: 0 0 204px;
  position: relative;
}
.Timeline-index {
  background: #ff8400;
  border-radius: 0 0 20px 20px;
  width: 204px;
  height: 216px;
  position: absolute;
  top: -18px;
}
.Timeline-index::before {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #c56a00;
  content: "";
  position: absolute;
  left: -10px;
  transform: rotate(45deg);
  top: 1px;
}
.Timeline-index::after {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #c56a00;
  content: "";
  position: absolute;
  right: -10px;
  transform: rotate(134deg);
  top: 1px;
}
.Timeline-no {
  padding: 0 0 0 24px;
  font-size: 120px;
  line-height: 126px;
  color: #fff;
  font-weight: 500;
}
.Timeline-head {
  padding-top: 22px;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  border-top: 3px solid #fff;
}
.Timeline > .Timeline-box:nth-child(even) {
  margin-left: 130px;
}

.Timeline > .Timeline-box:nth-child(odd) {
  margin-right: 130px;
}

.Timeline > .Timeline-box:nth-child(odd) .line:before {
  content: "";
  position: absolute;
  top: 94px;
  bottom: 0;
  left: 519px;
  width: 12px;
  height: 290px;
  background-color: #555555;
  -ms-transform: rotate(34deg); /* IE 9 */
  -webkit-transform: rotate(34deg); /* Safari */
  transform: rotate(34deg);
}
.Timeline > .Timeline-box:nth-child(odd) .line::after {
  width: 42px;
  height: 42px;
  background: #555;
  border-radius: 50%;
  position: absolute;
  left: 576px;
  top: 99px;
  content: "";
}
/*Style for odd div.line*/
.Timeline > .Timeline-box:nth-child(even) .line:before {
  content: "";
  position: absolute;
  top: 94px;
  bottom: 0;
  left: -88px;
  width: 12px;
  height: 290px;
  background-color: #555555;
  -ms-transform: rotate(-34deg); /* IE 9 */
  -webkit-transform: rotate(-34deg); /* Safari */
  transform: rotate(-34deg);
}
.Timeline > .Timeline-box:nth-child(even) .line::after {
  width: 42px;
  height: 42px;
  background: #555;
  border-radius: 50%;
  position: absolute;
  left: -173px;
  top: 99px;
  content: "";
}

.line {
  position: absolute;
}
.dot {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  position: absolute;
  top: 105px;
  z-index: 999;
  background: #fff;
}
.dot-orange {
  border: 9px solid #f87e00;
  left: 582px;
}
.dot-pink {
  border: 9px solid #c83da2;
  left: -166px;
}
.dot-purple {
  border: 9px solid #5a4b9c;
  left: 582px;
}
/* *************************** Media Query *************************** */
@media (min-width: 1200px) {
}
@media (min-width: 1200px) and (max-width: 1440px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 991px) {
  .myipadview {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .Timeline-box::before,
  .Timeline-box::after,
  .line {
    display: none;
  }
  .Timeline-box,
  .Timeline-box-right {
    margin: 0 0 40px 0;
    float: none;
  }
  .Timeline-box {
    padding: 0 16px 36px 26px;
  }
  .Timeline-box-right {
    padding: 0 26px 36px 16px;
  }
  .Timeline > .Timeline-box:nth-child(even) {
    margin-left: 0;
  }

  .Timeline > .Timeline-box:nth-child(odd) {
    margin-right: 0;
  }
  .Timeline-index-box {
    flex: 0 0 186px;
  }
  .Timeline-index {
    width: 186px;
    height: 206px;
  }
  .Timeline-no {
    font-size: 100px;
    line-height: 116px;
  }
  .Timeline-head {
    font-size: 16px;
    line-height: 22px;
  }
}

/* dsp/*

/******* Common Element CSS Start ******/
*,
*:before,
*:after {
  /* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
  -webkit-box-sizing: border-box; /* Firefox (desktop or Android) 28- */
  -moz-box-sizing: border-box; /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
  box-sizing: border-box;
}
* {
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
body {
  font-family: "sf_ui_displaylight" !important;

  overflow-x: hidden !important;
  -moz-overflow-x: hidden !important;
  -webkit-overflow-x: hidden !important;
  -o-overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.development {
  background-color: #f6f6f6;
}

img {
  border: 0px;
}

a:focus,
a:active,
a:visited {
  outline: none;
  border: 0px;
}
.border-none {
  border: none !important;
}
.bg-none {
  background: none !important;
}
.margint-none {
  margin-top: 0px !important;
}
.marginr-none {
  margin-right: 0px !important;
}
.marginb-none {
  margin-bottom: 0px !important;
}
.marginl-none {
  margin-left: 0px !important;
}
.padding-none {
  padding: 0px !important;
}
.paddingt-none {
  padding-top: 0px !important;
}
.paddingr-none {
  padding-right: 0px !important;
}
.paddingb-none {
  padding-bottom: 0px !important;
}
.paddingl-none {
  padding-left: 0px !important;
}
.fleft {
  float: left !important;
}
.fright {
  float: right !important;
}

/******* Common Element CSS End *********/
.containerpaddingmobile{
  margin: 50px auto;
  max-width: 1170px;
  width: 100%;
}
.Timeline {
  position: relative;
}
.Timeline-box {
  padding: 0 16px 36px 58px;
  background: #fff;
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 240px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  float: left;
}
.Timeline-box::before {
  content: "";
  height: 4px;
  background: #fff;
  right: -129px;
  position: absolute;
  width: 82px;
  top: 49%;
  z-index: auto;
}
.Timeline-box-right {
  padding: 0 58px 36px 16px;
  float: right;
}
.Timeline-box-right::before {
  content: "";
  height: 4px;
  background: #fff;
  left: -129px;
  right: auto;
  position: absolute;
  width: 82px;
  top: 49%;
  z-index: auto;
}
.Timeline-box::after {
  position: absolute;
  content: "";
  border-left: 50px solid #fff;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  top: 29%;
  right: -50px;
}
.Timeline-box-right::after {
  position: absolute;
  content: "";
  border-right: 50px solid #fff;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 0px;
  top: 29%;
  left: -50px;
  right: auto;
}
ul.Timeline-text {
  padding-top: 36px;
}
ul.Timeline-text li {
  margin-bottom: 16px;
  text-align: left;
}
ul.Timeline-text li:last-child {
  margin-bottom: 0;
}
.Timeline-index-box {
  flex: 0 0 204px;
  position: relative;
}
.Timeline-index {
  background-image: url(../../../images/Rectangle\ 04.png);
  border-radius: 0 0 20px 20px;
  width: 204px;
  height: 216px;
  position: absolute;
  top: -18px;
}
.Timeline-index::before {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #c55f00;
  content: "";
  position: absolute;
  left: -10px;
  transform: rotate(45deg);
  top: 1px;
}

.Timeline-index::after {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #c55f00;
  content: "";
  position: absolute;
  right: -10px;
  transform: rotate(134deg);
  top: 1px;
}
.Timeline-index1 {
  background: #b500c5;
  border-radius: 0 0 20px 20px;
  width: 204px;
  height: 216px;
  position: absolute;
  top: -18px;
}
.Timeline-index1 {
  background-image: url(../../../images/Rectangle\ 02.png);
}
.Timeline-index1::before {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #b500c5;
  content: "";
  position: absolute;
  left: -10px;
  transform: rotate(45deg);
  top: 1px;
}
.Timeline-index1::after {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #b500c5;

  content: "";
  position: absolute;
  right: -10px;
  transform: rotate(134deg);
  top: 1px;
}
.Timeline-index2 {
  background: #5500c5;

  border-radius: 0 0 20px 20px;
  width: 204px;
  height: 216px;
  position: absolute;
  top: -18px;
}
.Timeline-index2 {
  background-image: url(../../../images/Rectangle\ 04.png);
}
.Timeline-index2::before {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #5500c5;
  content: "";
  position: absolute;
  left: -10px;
  transform: rotate(45deg);
  top: 1px;
}
.Timeline-index2::after {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #5500c5;
  content: "";
  position: absolute;
  right: -10px;
  transform: rotate(134deg);
  top: 1px;
}
.Timeline-index3 {
  background: #009ec5;
  border-radius: 0 0 20px 20px;
  width: 204px;
  height: 216px;
  position: absolute;
  top: -18px;
}
.Timeline-index3 {
  background-image: url(../../../images/Rectangle\ 02.png);
}
.Timeline-index3::before {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #009ec5;

  content: "";
  position: absolute;
  left: -10px;
  transform: rotate(45deg);
  top: 1px;
}
.Timeline-index3::after {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #009ec5;
  content: "";
  position: absolute;
  right: -10px;
  transform: rotate(134deg);
  top: 1px;
}
.Timeline-index4 {
  background: #00c51a;

  border-radius: 0 0 20px 20px;
  width: 204px;
  height: 216px;
  position: absolute;
  top: -18px;
}
.Timeline-index4 {
  background-image: url(../../../images/Rectangle\ 04.png);
}
.Timeline-index4::before {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #00c51a;
  content: "";
  position: absolute;
  left: -10px;
  transform: rotate(45deg);
  top: 1px;
}
.Timeline-index4::after {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #00c51a;
  content: "";
  position: absolute;
  right: -10px;
  transform: rotate(134deg);
  top: 1px;
}
.Timeline-no {
  padding: 0 0 0 24px;
  font-size: 120px;
  line-height: 126px;
  color: #fff;
  font-weight: 500;
  padding-right: 132px;
}
.Timeline-head {
  padding-top: 22px;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  border-top: 3px solid #fff;
}

.Timeline > .Timeline-box:nth-child(even) {
  margin-left: 130px;
}

.Timeline > .Timeline-box:nth-child(odd) {
  margin-right: 130px;
}

.Timeline > .Timeline-box:nth-child(odd) .line:before {
  content: "";
  position: absolute;
  top: 94px;
  bottom: 0;
  left: 519px;
  width: 12px;
  height: 290px;
  background-color: #555555;
  -ms-transform: rotate(34deg); /* IE 9 */
  -webkit-transform: rotate(34deg); /* Safari */
  transform: rotate(34deg);
}
.Timeline > .Timeline-box:nth-child(odd) .line::after {
  width: 42px;
  height: 42px;
  background: #555;
  border-radius: 50%;
  position: absolute;
  left: 576px;
  top: 99px;
  content: "";
}
/*Style for odd div.line*/
.Timeline > .Timeline-box:nth-child(even) .line:before {
  content: "";
  position: absolute;
  top: 94px;
  bottom: 0;
  left: -88px;
  width: 12px;
  height: 290px;
  background-color: #555555;
  -ms-transform: rotate(-34deg); /* IE 9 */
  -webkit-transform: rotate(-34deg); /* Safari */
  transform: rotate(-34deg);
}
.Timeline > .Timeline-box:nth-child(even) .line::after {
  width: 42px;
  height: 42px;
  background: #555;
  border-radius: 50%;
  position: absolute;
  left: -173px;
  top: 99px;
  content: "";
}
.line {
  position: absolute;
}
.dot {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  position: absolute;
  top: 105px;
  z-index: 999;
  background: #fff;
}
.dot-orange {
  border: 9px solid #f87e00;
  left: 582px;
}
.dot-pink {
  border: 9px solid #c83da2;
  left: -166px;
}
.dot-purple {
  border: 9px solid #5a4b9c;
  left: 582px;
}
.dot-blue {
  border: 9px solid #31b1d1;
  left: -166px;
}
#remove {
  display: none;
}
.dot-green {
  height: 15px;
  width: 15px;
  top: 55%;
  position: relative;
  box-sizing: border-box;

  left: 160px;
  background-color: #fcfffb;
  border-radius: 50px;
  box-shadow: 0 0 0 8px #07e53f, 0 0 0 15px #555555;
}
/* *************************** Media Query *************************** */

@media (min-width: 1024px) and (max-width: 1366px) {
  .Timeline-box::before,
  .Timeline-box::after,
  .line {
    display: none;
  }
  .Timeline-box,
  .Timeline-box-right {
    margin: 0 0 40px 0;
    margin-right: 30%;
  }

  .Timeline-box {
    padding: 0 16px 36px 26px;
    margin-left: 30%;
    max-width: 650px;
  }
  .Timeline-box-right {
    padding: 0 26px 36px 16px;
    margin-left: 30%;
  }
  .Timeline > .Timeline-box:nth-child(even) {
    margin-left: 0;
  }

  .Timeline > .Timeline-box:nth-child(odd) {
    margin-right: 0;
  }
  .Timeline-index-box {
    flex: 0 0 186px;
  }
  .Timeline-index-box {
    flex: 0 0 186px;
  }
  .Timeline-index {
    width: 186px;
    height: 206px;
  }
  .Timeline-index1 {
    width: 186px;
    height: 206px;
    margin-left: -9%;
  }
  .Timeline-index3 {
    width: 186px;
    height: 206px;
    margin-left: -9%;
  }
  ul.Timeline-text {
    font-size: 1.4rem;
  }
  .Timeline-no {
    font-size: 100px;
    line-height: 116px;
  }
  .Timeline-head {
    font-size: 16px;
    line-height: 22px;
  }
  .dot-green {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .Timeline-box::before,
  .Timeline-box::after,
  .line {
    display: none;
  }
  .Timeline-box,
  .Timeline-box-right {
    margin: 0 0 40px 0;
    margin-right: 30%;
  }

  .Timeline-box {
    padding: 0 16px 36px 26px;
    margin-left: 30%;
  }
  .Timeline-box-right {
    padding: 0 26px 36px 16px;
    margin-left: 30%;
  }
  .Timeline > .Timeline-box:nth-child(even) {
    margin-left: 0;
  }

  .Timeline > .Timeline-box:nth-child(odd) {
    margin-right: 0;
  }
  .Timeline-index-box {
    flex: 0 0 186px;
  }
  .Timeline-index {
    width: 186px;
    height: 206px;
  }
  ul.Timeline-text {
    font-size: 1rem;
  }
  .Timeline-no {
    font-size: 100px;
    line-height: 116px;
  }
  .Timeline-head {
    font-size: 16px;
    line-height: 22px;
  }
  .dot-green {
    display: none;
  }
 
  .bannerH {
    font-size: 60px;
    font-weight: 100;
    color: #60aa45;
  }
  .bannerP {
    color: #60aa45;
    font-weight: 800;
    font-size: 20px;
  }
  .big {
    font-size: 14px;
  }
  .az img {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .Timeline-box::before,
  .Timeline-box::after,
  .line {
    display: none;
  }
  .containerpaddingmobile{
    padding: 10px;
  }
  .Timeline-box,
  .Timeline-box-right {
    margin: 0 0 40px 0;
    float: none;
  }
  .Timeline-box {
    padding: 0 16px 36px 26px;
    height: 200px;
  }
  .Timeline-box-right {
    padding: 0 26px 36px 16px;
  }
  .Timeline > .Timeline-box:nth-child(even) {
    margin-left: 0;
  }

  .Timeline > .Timeline-box:nth-child(odd) {
    margin-right: 0;
  }
  .Timeline-index-box {
    flex: 0 0 186px;
  }
  ul.Timeline-text {
    margin-left: -7%;
  }
  .Timeline-index {
    width: 150px;
    height: 150px;
  }
  .Timeline-index1 {
    width: 150px;
    height: 150px;
    margin-left: 20%;
  }
  .Timeline-index2 {
    width: 150px;
    height: 150px;
  }
  .Timeline-index3 {
    width: 150px;
    height: 150px;
    margin-left: 20%;
  }
  .Timeline-index4 {
    width: 150px;
    height: 150px;
  }
  .Timeline-no {
    font-size: 50px;
    line-height: 60px;
  }
  .Timeline-head {
    font-size: 16px;
    line-height: 22px;
  }
  .dot-green {
    display: none;
  }
}

@media (min-width: 280px) and (max-width: 423px) {
  .Timeline-box::before,
  .Timeline-box::after,
  .line {
    display: none;
  }
  .containerpaddingmobile{
    padding: 10px;
  }
  .Timeline-box,
  .Timeline-box-right {
    margin: 0 0 40px 0;
    float: none;
  }
  .Timeline-box {
    padding: 0 16px 36px 26px;
    height: 200px;
  }
  .Timeline-box-right {
    padding: 0 26px 36px 16px;
  }
  .Timeline > .Timeline-box:nth-child(even) {
    margin-left: 0;
  }

  .Timeline > .Timeline-box:nth-child(odd) {
    margin-right: 0;
  }
  .Timeline-index-box {
    flex: 0 0 133px;
  }
  ul.Timeline-text {
    margin-left: -3%;
  }
  .Timeline-index {
    width: 118px;
    height: 133px;
  }
  ul.Timeline-text {
    padding-top: 24px;
  }
  .Timeline-index1 {
    width: 118px;
    height: 133px;
    margin-left: 10%;
  }
  .Timeline-index2 {
    width: 118px;
    height: 133px;
  }
  .Timeline-index3 {
    width: 118px;
    height: 133px;
    margin-left: 8%;
  }
  .Timeline-index4 {
    width: 118px;
    height: 133px;
  }
  .Timeline-no {
    font-size: 33px;
    line-height: 60px;
  }
  .Timeline-head {
    font-size: 14px;
    line-height: 22px;
  }
  .dot-green {
    display: none;
  }
  .Timeline-text li {
    font-size: 12px;
    margin-left: 12px;
  }
  #iPhone-bg {
    padding-top: 17px;

    padding-bottom: 44px;
  }
}
