* {
  font-family: regular;
}
#iPhone-bg {
  padding-top: 70px;
  background-color: #f6ad99;
  padding-bottom: 45px;
}
.owl-dots{
 display: flex;
 justify-content: center;

}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #009ec5 !important;
 
}
.servicesmy{
  color: #f15e25 !important;
}
.bannerH {
  font-size: 100px;

  color: #5fa4bc;
  font-family: "extrabold";
}
.timer-section {
  min-height: 100vh;

}
.timer-section .container {
  padding-left: 15px;
  padding-right: 15px;
}

.timer-section .timer-container {
  list-style: none;
}

.timer-section .timer {
  list-style: none;
  position: relative;
  max-width: 750px;
  margin: auto;
  justify-content: center;
  display: contents;
}
.timer-section .timer::before {
  /* content: ''; */
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #F2F2F2;
  left: 50%;
  transform: translateX(-50%);
}

.timer-section .timer .step {
  width: 50%;
  padding: 20px 15px;
  position: relative;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  
}
.timer-section .timer .step:not(:first-child),
.timer-section .timer .step:not(:last-child) {
  margin: 90px 0 60px 0;
}
.timer-section .timer .step:nth-child(odd) {
  transform: translateX(100%);
  border-left: 2px solid #009ec5;
  border-radius: 0 3px 3px 0;
}
.timer-section .timer .step:nth-child(even) {
  border-right: 2px solid #f15e25;
  border-radius: 3px 0 0 3px;
}

.timer-section .timer .step > span {
  position: absolute;
  height: 26px;
  width: 25px;
  color: #333;
  background-color: #F2F2F2;
  text-align: center;
  line-height: 22px;
  border-radius: 3px;
  font-size: .8rem;
}
.timer-section .timer .step:nth-child(odd) > span {
  top: -40px;
  left: -13px;
  border: 2px solid #009ec5;
}
.timer-section .timer .step:nth-child(even) > span {
  top: -40px;
  right: -13px;
  border: 2px solid #f15e25;
}

.timer-section .timer .step h3 {
  margin-bottom: 15px;
  color: black;
  font-family: "regular"
}
.timer-section .timer .step p {
  font-weight: 300;
  font-size: .85rem;
  color: #555;
}

@media screen and (max-width: 500px) {
  .timer-section .timer .step {
    width: 100%;
    text-align: center;
    transform: translateX(0%);
    border-radius: 3px !important;
  }
  .timer-section .timer .step:nth-child(odd) {
    transform: translateX(0%);
    border: none;
    border-top: 2px solid #009ec5;
  }
  .timer-section .timer .step:nth-child(even) {
    border: none;
    border-top: 2px solid #f15e25;
  }
  .timer-section .timer .step span {
    left: 50% !important;
    transform: translateX(-50%);
  }
  .myrowskill {
    display: block;
    padding: 10px;

}
.mycol4{
  width: 100% !important;
  margin: 25px 0px;
  justify-content: center;
  display: inline-block;
  height:min-content;
  padding: 15px 30px;

}
.myh2skill{
  font-size: 22px !important;
}
}
.bannerP {
  color: #5e8fa0;
  font-weight: 800;
  font-size: 40px;
  font-family: bold;
}
.big {
  font-size: large;
  color: #4f5050;
  text-align: justify;
}
.justi {
  text-align: justify;
}
.Android_padding img {
  padding-top: 0px;
}
.bold {
  font-family: "extrabold";
  margin-bottom: 1px;
}
.Android_padding {
  display: flex;
  justify-content: center;
}
.fw-bold {
  font-family: extrabold;
}
.peregraph p {
  text-align: justify;
}
.peragraphskill{
  text-align: justify;

}
.myrowskill{
  justify-content: space-around !important;
  margin: 25px auto;
}
.mycol4{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px,
   rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  padding: 20px 40px;
width: 32%;
  
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.mycol4:hover{
background-color: #009ec5;
color: white;
}

.myh2skill{
  background-color: #009ec5;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  justify-content: center;
  border-radius: 10% / 50%;
  font-size: 25px;
}
.mycol4::after{
  position: absolute;
  content: "";
  
  top: 25px ;
  left: 25px;
  background-color: #f15e25;
  color: #f15e25;
  border-radius: 50%
}
.orange {
  color: #f15e25;
  text-transform: uppercase;
  font-family: semibold;
  font-size: 15px;
  padding-top: 10px;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  background-color: #f15e25;
}
.btn.active {
  background-color: #f15e25;
}

.text-dark {
  font-family: bold;
}
.iphoneservices h2 {
  font-weight: 700;
  font-family: bold;
}
.bgiphone {
  background-image: linear-gradient(#ed3b4b, #f67d31);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  justify-content: center;
  padding: 0px 0px;
  text-align: justify;
  width: 15%;
  height: 25%;
}
.bgiphone img {
  width: 55px;
  height: 55px;
  margin: 20px;
}
.bgiphone1 img {
  width: 55px;
  height: 55px;
  margin: 20px;
}
.bgiphone2 img {
  width: 55px;
  height: 55px;
  margin: 20px;
}
.bgiphone3 img {
  width: 55px;
  height: 55px;
  margin: 20px;
}
.bgiphone4 img {
  width: 55px;
  height: 55px;
  margin: 20px;
}
.bgiphone5 img {
  width: 55px;
  height: 55px;
  margin: 20px;
}
.bgiphone1 {
  background-image: linear-gradient(#2a47ca, #c131f6);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  justify-content: center;
  text-align: justify;
  padding: 0px 0px;
  width: 15%;
  height: 25%;
}
.bgiphone5 {
  background-image: linear-gradient(#4760ff, #0ecbff);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  justify-content: center;
  padding: 0px 0px;
  text-align: justify;
  width: 15%;
  height: 25%;
}
.bgiphone2 {
  background-image: linear-gradient(#1fa2cb, #2ad45c);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  justify-content: center;
  padding: 0px 0px;
  text-align: justify;

  width: 15%;
  height: 25%;
}
.bgiphone3 {
  background-image: linear-gradient(#f83600, #fbca22);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  justify-content: center;
  padding: 0px 0px;
  text-align: justify;
  width: 15%;
  height: 25%;
}
.bgiphone4 {
  background-image: linear-gradient(#00b1e8, #00ebd4);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  justify-content: center;
  padding: 0px 0px;
  text-align: justify;
  width: 15%;
  height: 25%;
}
.cardapp {
  text-align: justify;
}
                    
.set {
  width: 60px;
  height: 67px;
}

#ourexpert {
  background-image: url(../../../images/mobile/imges/photo-1607252650355-f7fd0460ccdb.jpeg);
  background-position-x: left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-color: #009ec5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.iphoneservices h2 {
  font-weight: 700;
  font-family: extrabold;
}

.st01 {
  fill: #f15e25;
}
.cardsize {
  width: 95px;
  height: 150px;
}
.market {
  background-color: #1d2122;

  width: 100%;
  height: 95%;
}

.market1 {
  background-color: #1d2122;
  width: 100%;
  height: 95%;
}
.marketz {
  background-color: #1d2122;
  width: 100%;
  height: 95%;
}
.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%;
  transition: all 0.4s;
}

.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;
}

/*card */

.card .bg1 {
  background-image: linear-gradient(#ed3b4b, #f67d31);
  padding: 50px;
  width: 100%;
  height: 30%;
}
.card {
  width: 100%;
  height: 100%;
}
.card .bg2 {
  background-image: linear-gradient(#2a47ca, #c131f6);
  padding: 50px;
  width: 100%;
  height: 100%;
}
.card .bg3 {
  background-image: linear-gradient(#1fa2cb, #2ad45c);
  padding: 50px;
  width: 100%;
  height: 100%;
}
.card .bg4 {
  background-image: linear-gradient(#4760ff, #0ecbff);
  padding: 50px;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .tecnology_padding {
    padding-left: 35px;
  }
}
.marketz {
  background-color: #1d2122;
  width: 100%;
  height: 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;
  }
}
.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%;
  }
  .bgiphone,
  .bgiphone1,
  .bgiphone2,
  .bgiphone3,
  .bgiphone4,
  .bgiphone5 {
    width: 100px;
  }
  .servicerow {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 325px) and (max-width: 376px) {
  .cardphone{
    padding: 0%;
  }

  .marketz {
    height: 100%;
  }
  .market1,
  .market {
    margin-left: 3px;
  }
  .text-dark {
    padding-top: 6px;
  }
  .bgiphone,
  .bgiphone1,
  .bgiphone2,
  .bgiphone3,
  .bgiphone4,
  .bgiphone5 {
    width: 100px;
  }
  .servicerow {
    display: flex;
    justify-content: center;
  }
}

@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: 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%;
  }
  .mycol4{
    width: 40% !important;
    margin: 25px 20px;
    justify-content: center;
    display: inline-block;
    height:min-content;
    padding: 15px 30px;
    height: 500px;
  
  }
  .accordion_margin {
    margin-left: 5px;
    width: 100%;
    margin-bottom: 55px;
  }
  .Technology_justiy {
    justify-content: center;
  }
  .text-dark {
    padding-top: 6px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .tecnology_padding {
    padding-left: 35px;
  }
}

.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;
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 5px;
  font-family: semibold;
  padding-top: 10px;
}
.fw-bold {
  font-family: "extrabold";
}
.btncard {
  background-color: #5a5a5a;
  padding-bottom: 5px;
  color: white;
}

@media screen and (min-width: 300px) and (max-width: 700px) {
  .bgiphone,
  .bgiphone1,
  .bgiphone2,
  .bgiphone3,
  .bgiphone4,
  .bgiphone5 {
    width: 100px;
  }
  .servicerow {
    display: flex;
    justify-content: center;
  }

  #ourexpert {
    background-image: url(../../../images/mobile/imges/photo-1607252650355-f7fd0460ccdb.jpeg);
    background-position-x: left;
    background-size: 0% 0%;
    background-repeat: no-repeat;
    background-color: white;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .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;
  }
  .tecnology {
    padding: 1rem;
  }
  .bannerH {
    font-size: 70px;
    font-weight: 100;
  }
  .bannerP {
    font-weight: 800;
    font-size: 30px;
  }

  .Technology_margin {
    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) {
  .Technology_margin {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 120px;
  }
  .bgiphone,
  .bgiphone1,
  .bgiphone2,
  .bgiphone3,
  .bgiphone4,
  .bgiphone5 {
    width: 100px;
  }
  .servicerow {
    display: flex;
    justify-content: center;
  }
  .peregraph {
    font-size: 12px;
  }
  .Technology_justiy {
    justify-content: center;
    align-items: center;
  }
  .peregraph {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

/* 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 *************************** */

/******* 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%;
}

/* *************************** Media Query *************************** */


  

@media (min-width: 768px) and (max-width: 1023px) {
 
  .bannerH {
    font-size: 40px;
    font-weight: 100;
  }
  .bannerP {
    font-weight: 800;
    font-size: 20px;
  }
  .big {
    font-size: 14px;
  }
  .Android_padding img {
    padding-top: 90px;
  }
}

@media (min-width: 280px) and (max-width: 423px) {

  .z_font {
    font-size: 10px;
  }
  #iPhone-bg {
    padding-top: 10px;
    background-color: #f6ad99;
    padding-bottom: 15px;
  }
}

.item{
  display: flex;
  justify-content: center;
  align-items: center;
}
.item h4{
background-color: #00b1e8;
margin: auto 20px;
width: 200px;
height: 100px;
justify-content: center;
display: flex;
color: white;
align-items: center;
font-family: "reguler";
text-align: center;
padding: 10px;


}