body {
	font-family: "Helvetica Neue",Arial,sans-serif;
	background-color: #FFF;
    width: 758px;;
    height: 1150px;
    }

* {
    box-sizing: border-box;
}  


/*tab-panels*/
.tabs {
	display: flex;
    overflow: hidden;
    flex-basis: 100%;
    flex-wrap: wrap;
    margin: 0 0;
    padding: 0 0;
    cursor: pointer;
 
}

li, li.active {	
	flex: 1 1;	  
    font-size: 20px;
    font-weight: 500;
    height: 56px;
    overflow: hidden;
    padding: 16px 1rem;
    text-align: center;
    -webkit-transition: height 0.12s ease;
    transition: height 0.12s ease;
    text-overflow: ellipsis;
    white-space: nowrap;
	background: transparent;
    border: none;	
}

li.active {
   background: #e6e6e6;
   color: #333;

}

li {
    color: #1083ff;
}

li.active:hover {
   text-decoration: none;
   color: #333;
}

li:hover {
    text-decoration: none;
    color: #3f9bff;
}

li:active {
    text-decoration: none;
}
	
/*buttons*/
.butcontainer {
    position: absolute;
    margin-top: 2%;
}
.button {
    color: #fff;
    background: #009688;
    padding: 10px;
    cursor: pointer;   
    display: inline-block;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: inset 0 -1px 0 #009688;
    transition-property: background-color, border-color, box-shadow, color;
    transition-duration: 0.08s;
    transition-timing-function: ease;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
   
}

.button:hover {
    background: #00b28f ;
}

.file {
    display: none;
}

.filename {
    padding-left: 5px;
}

.landurlcontainer {
    margin-top: 80%;
    font-weight: bold;
    font-size: 18px;
}	

#exp4 {
    margin-bottom: 0;
}

/*pannels*/	

.tab-panels .panel {
    display: none; 
}

.tab-panels .panel.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: self-start;
    flex-basis: 100%;
    background: #e6e6e6;
    padding-top: 50px;
}

/*input container*/	
.inpcontainer {
    position: relative;
    padding-left: 5px;
    }  
	
textarea {
	min-width: 280px;
    max-width: 280px;
    min-height: 100px;
	max-height: 200px;
    font-size: 16px;
    overflow: hidden;
    margin-top: 2%;
    margin-bottom: 4%;
	}

 .overlmt {
    margin-top: 0;
    color: red;
    display: none;
 }   
	
.cpytil {
	background-color: transparent; 
	border: 0px; 
	width: 22px;
    font-size: 16px;
	}	

label {
	font-size: 16px;
	}	
#expl { 
    font-size: 10px;
    margin-top: -9%;
    }

/*output container*/	
.opttcontainer {
   padding-top: 20px;
   padding-left: 15px;
    }

a.landpage {
    color: #000000;
}

a.landpage: hover{
    color: #000000;
    text-decoration: none;
}

a.landpage: active{
     color: #000000;
    text-decoration: none;
}

a.landpage: visted{
     color: #000000;
    text-decoration: none;;
}


p#list{
    font-size: 14px;
    font-weight: bold;
    }	
.output1 {
	height: 126px;
    width: 430px;
    background-color: #FFF;
    z-index: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
    cursor: pointer;
    position: relative;
	}	
div#container1 {
	background-color: #FFF;
	width: 23px;
    height: 16px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);	
	z-index: 2;
	margin: 2%;
	position: absolute;
	}
div#ad1{
    font-size: 11px;
    text-align: center;
	position: relative;
    float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);   
	}	
img#image1 {
    display: none;
	}
.crop1{
	overflow: hidden; 
	width: 108.3px;
	z-index: 1;
	position: absolute;
	margin: 2%;
	}
img#image1[src]{
	display: inline-block;
	margin: 0px -49.45px 0px -49.45px;
	height: 108.3px;
	}
img#logo1 {
    display: none;
	}	
img#logo1[src] {
    margin-left: 377px;
    bottom: 6px;
	z-index: 1;
    width: 40px;
    height: 40px;
	display: inline-block;
	position: absolute;
    }

#textoutput1 {
	position: absolute;
	text-align: left;		
	margin-left: 125px;
	height: 100%;
	z-index: 2;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    flex-direction: column;
	}		
#line1 {
    width: 295px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    top: 15px;
    position: absolute;
	}	
#line2 {
    width: 295px;
    color: #A1A1A1;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: absolute;
    top: 35px;
	}	
#line3 {
    width: 255px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: absolute;
    bottom: 26px;
	}
#line4 {
    width: 255px;
    font-size: 11px;
    color: #A1A1A1;
    font-weight: normal;
    line-height: 12px;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: absolute;
    bottom: 13px;
	}
		
/*card view*/
.btm {
    margin-left: 7%;
}
p#card{
    font-size: 14px;
    font-weight: bold;
    margin-top: 20%;
    }   
.output2 {
	position: relative;
    height: 363.88px;
    width: 351px;
    background-color: #FFF;
    z-index: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
    cursor: pointer;
	}
div#container2 {
	background-color: #FFF;
	width: 24.8px;
    height: 16.5px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);	
	z-index: 2;
	position: absolute;
    }	
div#ad2  {
    font-size: 12px;
    text-align: center;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}	
img#image2 {
    display: none;
	}
img#image2[src] {
	height: 183.5px;
	width: 351px;
	margin: 0;
	position: absolute;
	display: inline-block;
	z-index: 1;
	border: 0;
	outline: 0;
	}
img#logo2 {
    display: none;
	}	
img#logo2[src] {
	position: absolute;
    bottom: 3%;
	right: 3%;
	z-index: 1;
    width: 50.4px;
    height: 50.4px;
	display: inline-block;
    }
#textoutput2 {
    height: 50%;
    text-align: left;
    margin-top: 53%;
    margin-left: 2%;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    z-index: 2;
    position: absolute;
    flex-direction: column;
	}
#line5 {
    width: 336px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: absolute;
    top: 10px;
	}
#line6 {
    width: 336px;
    color: #A1A1A1;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    position: absolute;
    top: 30px;
	}			
#line7 {
    width: 287px;
    color: #000;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: absolute;
    bottom: 40px;
	}
#line8 {
    width: 288px;
    font-size: 12px;
    color: #A1A1A1;
    font-weight: normal;
    line-height: 12px;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: absolute;
    bottom: 25px;
	}

p#exp2 { 
    font-size: 10px;
    margin-left: 35%;
    margin-top: 7%;
    width: 300px;
	}
.imgcontainer {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
    flex-basis: 100%;
	}			
/*dispay on device*/

.mobile, .tablet {
    position: relative;
    margin-bottom: 3%;
}

.output3 {
    background-color: #FFF;
    z-index: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
    cursor: pointer;
    height: 66px;
    width: 248px;
    left: 9%;
    top: 60%;
    position: absolute;
	}
div#container3 {
	background-color: #FFF;
	width: 13px;
    height: 10px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);	
	z-index: 2;
	position: absolute;
    }		
div#ad3{
	background-color: #FFF;
    font-size: 7px;
    text-align: center;
    position: relative;
	float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}	
img#image3 {
    display: none;
	}
.crop2{
	overflow: hidden; 
	width: 63px;;
	z-index: 1;
	position: absolute;
	top: 2%;
	bottom: 1%
	}	
img#image3[src]{
	height: 63px;
	margin: 0px -29px 0px -29px;
	display: inline-block;
	}
img#logo3 {
    display: none;
	}	
img#logo3[src] {
	position: absolute;
    right: 8px;
    bottom: 4px;
	z-index: 1;
    width: 18px;
    height: 18px;
	display: inline-block;
    }
#textoutput3 {
	height: 100%;
    margin-left: 28%;
    text-align: left;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    position: absolute;
    z-index: 2;
	}		
#line9 {
    width: 135px;
    color: #000;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: absolute;
    top: 5px;
	}	
#line10 {
   width: 135px;
    color: #A1A1A1;
    font-size: 8px;
    font-weight: normal;
    line-height: 8px;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: absolute;
    top: 17px;
	}	
#line11 {
    width: 125px;
    color: #000;
    font-size: 8px;
    font-weight: bold;
    line-height: 8px;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: absolute;
    bottom: 14px;
	}
#line12 {
   width: 125px;
    font-size: 7px;
    color: #A1A1A1;
    font-weight: normal;
    padding-top: 1%;
    line-height: 8px;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: absolute;
    bottom: 5px;
	}

.output4 {
	position: absolute;
    background-color: #FFF;
    margin-left: 61px;
    margin-top: -40.5%;
    z-index: 0;
    height: 156px;
    width: 140px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
    cursor: pointer;
	}	
div#container4 {
	background-color: #FFF;
	width: 13px;
    height: 10px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);	
	z-index: 2;
	position: absolute;
    }	
div#ad4 {
	background-color: #FFF;
    font-size: 7px;
    text-align: center;
	position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}	
img#image4 {
    display: none;
	}
.crop3 {
	overflow: hidden; 
	z-index: 1;	
	width: 140px;
	}	
img#image4[src] {
    height: 72px;
    display: inline-block;
    width: 140px;
	}
img#logo4 {
    display: none;
	}	
img#logo4[src] {
	position: absolute;
    bottom: 5px;
    right: 7px;
    z-index: 1;
    width: 17px;
    height: 17px;
    display: inline-block;
    }
#textoutput4 {
	z-index: 2;
    text-align: left;
    height: 50%;
    margin-left: 2%;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    position: absolute;
	}		
#line13 {
        width: 108px;
    color: #000;
    font-size: 9px;
    font-weight: 500;
    line-height: 9px;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: absolute;
    top: 5px;
    }
#line14 {
    width: 108px;
    color: #A1A1A1;
    font-size: 8px;
    font-weight: normal;
    line-height: 8px;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: absolute;
    top: 17px;
	}	
#line15 {
    width: 95px;
    color: #000;
    font-size: 8px;
    line-height: 8px;
    font-weight: bold;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: absolute;
    bottom: 14px;
	}
#line16 {
    width: 95px;
    font-size: 8px;
    color: #A1A1A1;
    line-height: 7px;
    white-space: pre-wrap;
    font-weight: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: absolute;
    bottom: 3px;
	}
p#exp3 { 
	font-size: 10px;
    margin-left: 34%;
	}	
