.head_r {
    position: absolute;    
    top:4px;
    right:6px;    
}
.header{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ulr_ss{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:2%;
}
.url_ssdv{
    width:100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
}

h1{
        font-family: Arial Narrow, sans-serif;
        font-weight: 600;
        font-size: 25px;
}
h2{
        font-family: Arial Narrow, sans-serif;
        font-weight: 300;
        font-size: 20px;
}
h3{
        font-family: Arial Narrow, sans-serif;
        font-weight: 300;
        font-size: 16px;
}

hr{border:0;border-top:1px solid #eee;margin:20px 0}

.main{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2.5%;
}

@media screen and (max-width: 809px) { 
.s_main{
    color:#000;
    margin: 2%;
    margin-bottom:25px; 
    border-radius: 6px;
    padding: 2%;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    width: auto;
    max-width: 99%;
    padding-top:15px;
}
}

@media screen and (min-width: 809px) { 
.s_main{
    color:#000;
    margin: 2%;
    border-radius: 6px;
    padding: 2%;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    width: 70%;
    padding-top:15px;
}
}


@media screen and (max-width: 809px) { 
    .photo_div{max-width: 80%;}
    .video_div{max-width: 80%;}
    .img_viewer{width: 100%;}
     video{width: 100%;}
    .data_div{width:auto;}
    .heading_h1{margin-top: 55px;margin-bottom:0px;}
}
@media screen and (min-width: 810px) { 
    .photo_div{max-width: 50%;}
    .video_div{max-width: 50%;}
    .img_viewer{width: 100%;}
     video{width: 100%;}
    .data_div{float: left; width:275px; height: 400px;}
}

.ssurl_rslt{
    width:94%;
    margin-top: 30px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    font-size: 23px;
}
#ssurl_preview{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    height: auto;
    margin: 2%;
    transition: transform 0.3s;
}
.img_preview{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom:2.5%;
}
.qrcd_rslt{
    margin-top: 30px;
}
.qrcd_prv{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.button_d_qrcd{
    font-size: 12px; 
    font-weight: bold; 
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: white;
    color: #000;
    padding: 12px; 
}
.button_d_qrcd:hover{
    color: white;
    background-color: #000;
}


.mf-right{float:right!important}
.mf-opacity{opacity:0.60}
.mf-card-4{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.mf-white{color:#000!important;background-color:#fff!important}

.wc_ad{
    padding: 0.01em 16px;
    margin-left:6.5%;
    margin-right:6.5%;
    margin-top: 2%;
    margin-bottom: 8%;
}
.fp-footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 35px!important;
    height: auto;
    background-color: #808080;
    padding-top: 18px;
    display: flex;
    flex-wrap: wrap;    
    justify-content: center;
    z-index: 3;
}
a{
    cursor: pointer;
}
a:link {
    cursor: pointer;
    text-decoration:none;
    color: #000!important;
}
a:visited {
    color: #000;
}
a:hover {
    text-decoration: underline;
}

input[type=radio], label{
    cursor: pointer;
    line-height: 1.5;
}
