* {
    margin:0;
    padding: 0;
    outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
    background-color: #232323;
}
a{
    text-decoration:none;
}
.selfnav{
    background-color: #4e4e4e;
    color: #ffffff;
}
.main-margin{
    margin-top: 40px;
}
.about-downl {
    margin: 25px 0;
}
.about-downl a{
    margin: 0 10px 0 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    /* border: 1px solid #fff; */
    border-radius: 5px;
}
.about-downl a img{
    margin-right: 9px;
    width: 35px;
}
.deta-main{
    display: flex;
    align-items: center;
}
.deta-img{
    display: none;
}
.appphoto{
    display: flex;
    justify-content: end;
    align-items: center;
}
.deta-text h1{
    color: #fff;   
    font-size:36px;
    font-weight: 600;
}
.deta-text p{
    color: #01875f;     
    font-size:16px;
    font-weight: 500;
}
.deta-text p a{
    text-decoration:none;
    color: #01875f;
}
.down-num{
    display: flex;
    padding: 14px 0;
}
.newclip-text{
    text-align: center;
}
.newclip-text {
padding: 0 24px;
}
.newclip-text:nth-child(1) {
border-right: 1px solid #ffffff86;
}
.newclip-text h5{
    color: #fff;
    font-size: 14px;
}
.newclip-text p{
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
}
.dow-button {
    margin: 30px 0;
}
.dow-button a{
    text-decoration: none;
    padding: 10px 60px;
    border-radius: 5px;
    color: #fff;
    background-color: #01875f;
}
.lapto-text a{
    text-decoration: none;
    color: #fff;
}
.lapto-text a i{
    margin-right: 10px;
}
.app-imagemain{
    margin: 35px 0;
}
.app-imagemain img{
    border-radius:10px;
}
/*.allapp-imgtxt{*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
.allapp-imgtxt{
    margin: 10px 0 0;
}
.allapp-imgtxt img{
    /*margin-right: 10px;*/
    border-radius: 5px;
}
.allapp-imgtxt h4{
    font-size: 22px;
    color: #fff;
}
.allapp-imgtxt p{
    font-size: 15px;
    color: #fff;
    margin-bottom:0;
}
.allapp-main{
    border-radius: 10px;
    padding: 20px 10px;
    transition: 0.5s;
}
.allapp-main:hover{
    background-color: rgba(78, 78, 78, 0.8);;
}
.allapp-main{
    display: grid;
    justify-content: center;
}






/* MEDIA QUERy */

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 992px) {
    .about-downl a {
        padding: 10px 10px;
    }
    .appphoto {
        display: none;
    }
    .deta-img {
        display: block;
    }
    .deta-img img{
        width: 120px;
        margin-right: 30px;
    }


}
@media only screen and (max-width: 767px) {
    .deta-text h1 {
        font-size: 26px;
    }
    .down-num {
        display: flex;
        padding: 24px 0 14px;
    }
    .dow-button a {
        width: 100%;
        display: block;
        text-align: center;
    }
    .dow-button {
        margin: 8px 0 20px;
    }
    .app-imagemain img {
        border-radius: 5px;
    }

}
@media only screen and (max-width: 575px) {

}

@media only screen and (max-width: 575px) {

}

@media only screen and (max-width: 474px) {
    .about-downl {
        margin: 32px 0;
    }
    .deta-text{
        padding-left: 20px;
    }
    .deta-img img {
        margin-right: 0px;
    }
    .deta-text p {
        margin-bottom: 0;
    }
    .about-downl a {
        font-size: 20px;
    }
    .about-downl a img {
        width: 28px;
    }
    .about-downl {
        margin: 16px 0;
    }
}

@media only screen and (max-width: 424px) {
    .about-downl a img {
        width: 18px;
    }

    .main-margin {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 374px) {
    .deta-text h1 {
        font-size: 20px;
    }
    .deta-text p {
        font-size: 14px;
    }
    .dow-button a {
        font-size: 14px;
    }
    .lapto-text a {
        font-size: 14px;
    }
    .deta-img img {
        width: 100px;
    }
    .allapp-imgtxt h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 319px) {
    .about-downl a {
        margin: 0 2px 0 0;
    }
    .about-downl a {
        padding: 8px;
    }

    
}
