/* /////////////////// Start Banner    ///////////////*/
.headings {
    padding: 25% 0 30% 0;
    color: #fff;
}
.headings h1 {
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 20px;
}
.headings p {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
}
.hand-container {
    max-height: 630px;
    overflow: hidden;
}
.iphone-hand {
	padding: 20px 30px 0px 30px;
	height: 100%;
    width: 100%;
    /* height: 50vh;
    width: 50vw; */
	margin-top: 101px;
}
.store:hover{
    background: #00ceb8;
    border-color: #00ceb8;
    color: #fff; 
}
.polo-btn i {
    padding-right: 6px;
}
.slidedown {
    font-size: 50px;
    color: #fff;
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 99;
    cursor: pointer;
}
/* ///////////////////End  Banner    ///////////////*/


/* Home Services Detail - */
.img-responsive{
	max-width: 100%;
}

.home-content-container {
	float: left;
	width: 100%;
	background: #fff;
}
.home-txt-box {
	float: left;
	width: 50%;
}
.home-microatm-left {
	float: left;
	width: 50%;
	background: #061b30;
}
/* .home-microatm-img{
   float: right;
}
*/
.home-oems-right {
	float: right;
	width: 50%;
	background: #004c7f;
}
.home-oems-img {
	float: left;
}
.home-retail-left {
	float: left;
	width: 50%;
	background: #d9eaf0;
}
.home-retail-img {
	float: right;
}
.home-partners-logo {
	float: right;
	width: 50%;
   /* ---------------------------------------------------------------- */
	background: #dcdcdc url('~/assets/img/our-partners.png') top left no-repeat;
}
.home-partners-img {
	float: left;
	width: 100%;
	padding: 40px;
}
.home-partners-img ul {
	float: left;
	max-width: 1000px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.home-partners-img ul li {
	float: left;
	width: 30%;
	background: #fff;
	margin: 0% 3% 3% 0%;
	border: solid 1px #ddd;
}
.home-right-txt {
	float: left;
	width: 100%;
	max-width: 1000px;
	padding: 40px 30px;
}
.home-left-txt {
	float: right;
	width: 100%;
	max-width: 1000px;
	padding: 40px 30px;
}
.home-right-txt h3, .home-left-txt h3 {
	font-size: 26px;
	line-height: 32px;
	color: #0058a3;
	margin: 0px 0px 10px 0px;
}
.home-right-txt h6, .home-left-txt h6 {
	font-size: 16px;
	line-height: 22px;
	margin: 0px 0px 10px 0px;
}
.home-right-txt p, .home-left-txt p {
	font-size: 15px;
	line-height: 22px;
	color: #646464;
	margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.home-right-txt, .home-left-txt {
		padding: 15px 15px;
   }
	.home-right-txt h3, .home-left-txt h3 {
		font-size: 24px;
		line-height: 22px;
		margin: 0px 0px 10px 0px;
   }
	.home-right-txt p, .home-left-txt p {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 5px;
   }
}
@media (min-width: 768px) and (max-width: 991px) {
	.home-txt-box {
		width: 100%;
   }
	.home-right-txt, .home-left-txt {
		padding: 25px 25px 40px 25px;
		text-align: center;
   }
	.home-right-txt h3, .home-left-txt h3 {
		font-size: 22px;
		line-height: 24px;
		margin: 0px 0px 10px 0px;
   }
	.home-right-txt p, .home-left-txt p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
   }
	.home-microatm-left, .home-oems-right, .home-retail-left, .home-partners-logo {
		width: 100%;
   }
	.home-partners-img ul li {
		width: 20%;
		margin: 0% 2.5% 3% 2.5%;
   }
	.home-partners-img {
		padding: 20px 8px 10px 8px;
   }
}
@media (max-width: 767px) {
	.home-txt-box {
		width: 100%;
   }
	.home-right-txt, .home-left-txt {
		padding: 15px 15px 40px 15px;
		text-align: center;
   }
	.home-right-txt h3, .home-left-txt h3 {
		font-size: 20px;
		line-height: 24px;
		margin: 0px 0px 10px 0px;
   }
	.home-right-txt p, .home-left-txt p {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 5px;
   }
	.home-microatm-left, .home-oems-right, .home-retail-left, .home-partners-logo {
		width: 100%;
   }
	.home-partners-img {
		padding: 20px 8px 10px 8px;
   }
	.home-partners-img ul li {
		width: 44%;
		margin: 0% 3% 5% 3%;
   }
}
/* End Home Services Detail - */




 /* Service Section Design 4  */
 .cards-list {
    z-index: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  
  .card {
    margin: 30px auto;
    width: 300px;
    height: 300px;
    border-radius: 40px;
    box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25),
      -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: 0.4s;
    background-color:unset;
  }
  
  .card .card_image {
    width: inherit;
    height: inherit;
    border-radius: 40px;
  }
  
  .card .card_image img {
    width: inherit;
    height: inherit;
    border-radius: 40px;
    object-fit: cover;
  }
  
  .card .card_title {
    text-align: center;
    border-radius: 0px 0px 40px 40px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-top: -80px;
    height: 40px;
  }
  
  .card:hover {
    transform: scale(0.9, 0.9);
    box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25),
      -5px -5px 30px 15px rgba(0, 0, 0, 0.22);
  }
  
  .title-white {
    color: white;
  }
  
  .title-black {
    color: black;
  }
  
  @media all and (max-width: 500px) {
    .card-list {
      /* On small screens, we are no longer using row direction but column */
      flex-direction: column;
    }
  }
 /* End Service Section Design 4 */




 