@media print {
    body{
        -webkit-print-color-adjust: exact; 
    }
	
	.menu_bottom {display:none;}
	
}

 @page 
    {
        size: 700px 676px ;   /* auto is the initial value */
        margin: 0mm;  /* this affects the margin in the printer settings */
    }	

html {overflow-x: hidden;}
body {padding: 0;
    margin: 0;
    
    background: #ffffff;}
	a {text-decoration:none;color:unset;}
	
div,h1,h2,h3,h4,p,i,a {position:relative;transition:0.4s;}

* {font-family:archivo,poppins;}
:root {
	--color:#848484;
	--color2:#64af35;
}
/*alerts */
div,h1,h2,h3,h4,p,i,a,footer {position:relative;transition:0.4s;}

input,select,textarea,button {font-family: archivo,poppins;}

a {    text-decoration: unset;
    color: unset;}

input::placeholder {font-size:12px}

.card {    background: url(card_images/pdfcard1.png);
    width: 700px;
    height: 676px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;}
	
	.name_pos {        color: white;
    position: absolute;
    top: 45px;
    left: 286px;
    width: 298px;
    text-align: center;}
	.name_pos p{    margin: 0;
    color: #1c202b;}
	.name_pos h2{    margin: 16px 0px 0px;}
	.name_pos p i{}
	
	.cont_details {        color: white;
    position: absolute;
    top: 92px;
    left: 34px;
    width: 277px;}
	.cont_details .link_btn{    font-size: 13px;
    text-align: left;}
	
	.cont_details .link_btn .detl {    width: 225px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
    line-height: 1;}
	.cont_details .link_btn i{    background: white;
    color: #1c202b;
    padding: 7px;
    width: 18px;
    text-align: center;
    margin: 4px;}
	
	
	#d_logo {    position: absolute;
    top: 156px;
    max-width: 100px;
    max-height: 100px;
    right: 166px;
    border-radius: 5px;}
	
	#d_logo2 {    position: absolute;
    top: 433px;
    right: 71px;
    max-width: 2150px;
    max-height: 150px;
    border-radius: 5px;}
	
	#qr_code {    position: absolute;
    top: 380px;
    left: 122px;
    width: 150px;
    height: 150px;}
	
	.user_company {    position: absolute;
    top: 569px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 29px;
    left: 127px;
    width: 297px;
    overflow: hidden;
    color: white;
    text-align: center;}