.section-desc {
    margin-top: -4px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 28px;
}

.pfx-slider-v1 {
  z-index: 1;
  padding: 40px 0;
  position: relative;
}

.pfx-slider-v1.img-v1 {
  background: url(../img/bg/18.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.pfx-slider-v1.img-v2 {
  background: url(../img/bg/19.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.pfx-slider-v1.img-v3 {
  background: url(../img/bg/18.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.pfx-slider-v1:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.3);
}

.pfx-slider-v1 h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.pfx-slider-v1 p.title {
  color: #fff;
  font-size: 29px;
  font-weight: 200;
  text-transform: uppercase;
  padding-top: 40px;
}

.pfx-slider-v1 p.title_promo {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  padding: 10px;
  font-style: italic;
  border: dashed 2px #bbb;
}

.pfx-slider-v1 .sky-form{
    border: none;
}

.pfx-slider-v1 .sky-form header {
    border: none;
    color : #EE3C49;
    font-size: 18px;
    padding: 7px 0px;
    text-align: center;
    background: rgba(237, 237, 237, 0.90);
}

@media (max-width: 768px) {
  .pfx-slider-v1 h2 {
    font-size: 30px;
  }

  .pfx-slider-v1 p {
    font-size: 18px;
  }
  
  .pfx-slider-v1 p.title {
    font-size: 16px;
    font-weight:bold;
    padding: 0px;
    text-align: center;
  }
  .pfx-slider-v1 p.title_promo {
    display: none; 
  }
}

.sky-form .box-bank {
    display: none;
    width: 88%;
    left: 6%;
    top: 11%;
    padding: 10px;
    height: 85%;
    background: #fff;
    border: 2px solid silver;
    position: absolute;
    z-index: 999;
}

.sky-form .box-bank p.title{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #EE3C49;
    padding: 0px;
}

.sky-form .box-bank a.child {
    padding: 5px;
    width: 100%;
    border: dashed 1px #bbb;
    margin-bottom: 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

.sky-form .box-bank a.child span.online {
    font-size: 9px;
    color: limegreen;
    padding-top: 3px;
}

.sky-form .box-bank a.child span.offline {
    font-size: 9px;
    color: red;
    padding-top: 3px;
}

.sky-form .box-bank a.child:hover {
    background: #E0E0E0;
    color: #3D8ED1;
}


.sky-form .box-bank .close{
    position:absolute;
    bottom:0;
    right:0;
    font-size: 15px;
}

/** Section Image */
.section-image .image {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.section-image .browser {
  max-width: 440px;
  margin: 35px auto;
}
.section-image .image:after,
.section-image .image:before {
  display: table;
  content: "";
  clear: both;
}
.image span {
	display: block;
}
.section-image .image span {
   -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (min-width: 768px) {
	.section-center .section-desc,
	.section-center .section-title {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.section-image {
		padding-top: 30px;
	}
}

/* Image: Instant Deposit */
.img-instant-depo {
	height: 200px;
	width: 530px;
}
.img-instant-depo .stop-watch {
	position: absolute;
	z-index: 2;
}
.img-instant-depo .arrow-right {
	position: absolute;
	top: 100px;
	right: 120px;
	color: #f09e24;
	font-size: 39px;
}

.img-instant-depo .usd-coin {
	position: absolute;
	color: #36BA23;
	font-size: 160px;
}

.stop-watch {
	height: 200px;
	width: 160px;
	background: url(../img/web/trading/stop-watch.svg);
}
.stop-watch .stop-watch-hand {
	position: absolute;
	top: 53px;
	right: 12px;
	height: 136px;
	width: 136px;
}
.stop-watch-hand:before {
	position: absolute;
	top: -3px;
	left: 50%;
	display: block;
	content: "";
	height: 82px;
	width: 14px;
	margin: 0 0 0 -7px;
	background: url(../img/web/trading/stop-watch-hand.svg);
}
.stop-watch-lines {
	position: absolute;
	left: -190px;
	top: 88px;
	height: 63px;
	width: 176px;
	background: url(../img/web/trading/stop-watch-lines.svg);
}

@media (max-width: 1199px) {
	.img-instant-depo {
		width: 440px;
	}
}
@media (min-width: 992px) {
	.img-instant-depo .stop-watch {
		right: 180px;
		top: 0;
	}
	.img-instant-depo .usd-coin {
		position: absolute;
		top: 30px;
		right: 0;
	}
}
@media (max-width: 991px) {
	.img-instant-depo {
		width: 200px;
		margin-top: 35px;
	}
	.img-instant-depo .stop-watch-lines {
		display: none!important;
	}
	.img-instant-depo .usd-coin {
		height: 168px;
		width: 135px;
	}
	.img-instant-depo .stop-watch {
		right: 20px;
		bottom: 0;
		height: 140px;
		width: 112px;
	}
	.img-instant-depo .stop-watch .stop-watch-hand {
		top: 38px;
		right: 8px;
		height: 96px;
		width: 96px;
	}
	.img-instant-depo .stop-watch .stop-watch-hand:before {
		top: -2px;
		height: 57px;
		width: 10px;
		margin: 0 0 0 -5px;
	}
    
    .img-instant-depo .arrow-right{
        display : none!important;
    }
}
@media (max-width: 767px) {
	.img-instant-depo {
		margin-top: -30px;
		margin-bottom: -15px;
 		-webkit-transform: scale(0.7);
 				transform: scale(0.7);
	}
}

/* Image: Automutasi bank */

.img-automutasi-bank {
	height: 200px;
	width: 530px;
}
.img-automutasi-bank .bank-bca {
	position: absolute;
    top:0;
    left:15%;
	width: 95px;
    height: 55px;
    background: url('../img/web/trading/bank-bca.png') no-repeat;
    background-size:contain;
}

.img-automutasi-bank .bank-mandiri {
	position: absolute;
    top:50%;
    left:15%;
	width: 95px;
    height: 55px;
    background: url('../img/web/trading/bank-bca.png') no-repeat;
    background-size:contain;
}

.img-automutasi-bank .bank-bri {
	position: absolute;
    top:0;
    left:65%;
	width: 95px;
    height: 55px;
    background: url('../img/web/trading/bank-bca.png') no-repeat;
    background-size:contain;
}

.img-automutasi-bank .bank-bni {
	position: absolute;
    top:50%;
    left:65%;
	width: 95px;
    height: 55px;
    background: url('../img/web/trading/bank-bca.png') no-repeat;
    background-size:contain;
}

.img-automutasi-bank .bank-reload {
	position: absolute;
    top:25%;
    left:45%;
    font-size: 50px;
    color: #7F7F7F;
    
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

@media (max-width: 1199px) {
	.img-automutasi-bank {
		width: 440px;
	}
}

/**
@media (min-width: 992px) {
	
}
**/

@media (max-width: 991px) {
    .img-automutasi-bank {
		width: 100%;
	}
    
    .img-automutasi-bank .bank-bca {
        top:0;
        left:0;
	}
    .img-automutasi-bank .bank-mandiri {
        top:40%;
        left:0;
	}
    /*
    .img-automutasi-bank .bank-bri {
        top:0;
        left:40%;
	}
    .img-automutasi-bank .bank-bni {
        top:40%;
        left:40%;
	}
    */
}
