a {
	text-decoration: none;
}

.part-A, .part-B, .part-C {
	margin-bottom: 30px;
}


/*section part-A*/
.part-A {
	display: flex;
	margin-top: 70px;
}

.A-left {
	width: 35%;
}

.A-right {
	width: 65%;
	display: flex;
    flex-direction: column;
}

.desc {
	padding-bottom: 15px;
}
.downloadpart {
	display: flex; 
	flex-wrap: wrap;
}

.downloadbox {
	display: flex;
    flex-wrap: nowrap;
    width: 33%;
    flex-direction: column
}

.path {
	height: 50px; margin: 0 auto;
}

.Qrcode {
	margin: 0 auto;
} 

.Qrcode.apkdownload {
	margin: auto;
}

.Qrcode.apkdownload > img{
	width: 98%;
}

.path.iosdownload{
	width: 150px; 
}

.path.androiddownload{
	width: 153px; 
}

.apk-btn {
    width: 140px;
    padding: 0px 15px;
    border-radius: 5px;
    background-color: #000;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 12pt;
    height: 49px;
}


/*section part- B*/
.logopart {
    display: flex;
    align-items: center;
    margin: 0 8%;
}

.logo-c, .logo-d, .logo-e {
	padding: 0 30px;
}

.logo-a {
	width: 25%;
	color: #0042ac;
	font-size: 25px;
	font-weight: bold;
}

.logo-b {
    /*width: 15%;*/
    width: 50px;
    height: 50px;
    background-image: url(/chi/pands/img/pads/logoright.png);
    background-size: cover;
    background-position: center;
}

.logo-c, .logo-d, .logo-e {
	width: 20%;
}





/*section part- C*/
.methods {
    display: flex;
	padding: 16px;
	padding-bottom: 5%;
    /*border: 15px #b997ff solid;*/
    border: 15px #ffffff00 solid;
    border-radius: 30px;
	position: relative;
}

.C-left {
	width: 35%;
	/*margin-top: -23px;*/
	position: relative;
	align-content: end;
}

.C-left-step {
	position: absolute;
    top: 343px;
    width: 50px;
    height: 50px;
    left: -26px;
    background-image: url(/chi/pands/img/pads/step.png);
    background-size: cover;
}

.C-right {
	width: 65%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-left: 4%;
    font-size: 16px;
    font-weight: bold;
}

.C-right li{
	list-style-type: decimal!important;
}

.step {
	text-align: center;
}
.step-title {	
	color: #0042ac;
	font-size: 25px;
	font-weight: bold;
}

.step-cont {
	text-align: left;
	margin: 30px 0 ;
	font-size: 19px;
    font-weight: bold;
    padding-left: 5%;
}

.video {
	text-align: center;
	color: #0042ac;
	font-size: 25px;
	font-weight: bold;
}

.youtubebox {

}

.contect {
	text-align: center;
    background-color: #00a3dc;
    border-radius: 25px;
    padding: 15px;
    bottom: -15px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    /*position: absolute;*/
    width: 819px;
    margin-left: 6px;
}