@import url('https://fonts.googleapis.com/css?family=Open+Sans');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}
body{
	background:#ffffff;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px;
	margin: 0px;
}
.App-Share {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 40%;
    padding: 30px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background: #fdfbf7;
}
.app-left-img {
    float: left;
    width: 25%;
}
.app-right {
    float: left;
    width: 75%;
}
.app-right h1 {
    margin: 10px 0 30px;
    color: #0b3e52;
    text-align: left;
    font-weight: 700;
    font-size: 22px;
}
.app-left-img img{
	max-width:100%;
	float:left;
}
.app-right h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #666;
	padding-bottom:15px;
}
.app-img a img {
    max-width: 25%;
    margin-top: 25px;
}
p.lk {
    padding-top: 15px;
}
@media screen and (max-width: 1280px){
.App-Share {
    width: 75%;
}
}
@media screen and (max-width: 1024px){
	.App-Share {
    width: 70%;
}
.app-right h4 {
    line-height: 25px;
}
.app-right h1 {
    margin: 10px 0 20px;
    font-size: 20px;
}
}
@media screen and (max-width: 991px){
	.App-Share {
    width: 80%;
}
.app-right h1 {
    font-size: 18px;
}
.app-right h4 {
    line-height: 20px;
    font-size: 14px;
}
.app-right {
    width: 70%;
    padding-left: 30px;
}
}
@media screen and (max-width: 768px){
	.app-right {
    width: 68%;
    padding-left: 30px;
}
.app-right h4 {
    line-height: 20px;
    font-size: 13px;
}
.app-right h1 {
    font-size: 16px;
}
.app-right p {
    font-size: 13px;
}
.app-img a img {
    max-width: 25%;
    margin-top: 15px;
}
p.lk {
    padding-top: 8px;
    text-align: center;
}

}
@media screen and (max-width: 640px){
	.app-right h1 {
    font-size: 15px;
    margin: 0px 0px 12px;
}
.app-right h4 {
    line-height: 18px;
    font-size: 13px;
}

}
@media screen and (max-width: 567px){
.app-left-img {
    float: initial;
    width: fit-content;
    margin: 0px auto;
}
.app-right {
    width: 100%;
    padding-left: 0px;
}
.app-right h1 {
    font-size: 16px;
    margin: 15px 0px 15px;
}
.App-Share {
    width: 70%;
	padding: 20px;
}
}
@media screen and (max-width: 480px){
	.app-img a img {
    max-width: 45%;
    margin-top: 15px;
}
}

