@media print {
    body{
        -webkit-print-color-adjust: exact; 
    }
	
	.menu_bottom {display:none;}
	
}

 

html {overflow-x: hidden;}
body {      padding: 0;
    margin: 0;
    margin: 0 auto;
   }
	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: white;
    width: 700px;
    height: 1145px;
    background-size: unset;
    color: black;
    background-repeat: no-repeat;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
	 left: -8px;
    }
	
	.card:before {
       content: '';
    position: absolute;
    width: 100%;
    top: 0;
    height: 36px;
    background: linear-gradient(90deg, #377ae1 35%, #f85245 19%, #5aff62 72%, #ff6d3e 39%);
    left: 0;
    z-index: 3;
}
	.card:after {
       content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 20px;
    background: linear-gradient(90deg, #377ae1 35%, #f85245 19%, #5aff62 72%, #ff6d3e 39%);
    left: 0;
}
	
	.name_pos {           text-align: center;
    height: 165px;
    display: grid;
    align-items: center;}
	
	.name_pos p{      margin: 0;
    color: #777777;
    font-size: 14px;}
	
	.name_pos h2{      padding: 2px;
    text-transform: uppercase;
    margin: 10px 0px;
    border: 0px solid;
    font-size: 20px;
    overflow: hidden;
    display: grid;
    color: #051f5c;
    align-items: center;}
	
	.name_pos p i{}
	

	.u_title {    text-align: center;
    padding: 10px;
    font-size: 20px;
    color: #252525;}
	.cont_details  {            display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    text-align: center;
    width: fit-content;
    margin: 10px auto;
    height: 244px; }
	
	.cont_details >a {      border: 0px solid;
    height: 113px;
    width: fit-content;
    margin: 2px;
    }
	
	.cont_details .link_btn  {  
	    border: 1px solid #e3e3e3;
    border-radius: 6px;
   }
	
	.cont_details .link_btn i{        font-size: 50px;
    width: 90px;
    display: grid;
    align-items: center;
    height: 90px;
    border-radius: 100px;
    margin: 9px;
    text-align: center;}
	
	.cont_details .link_btn i.fa-phone {    background: linear-gradient(45deg, #673AB7, #2196F3);
    color: white;}
	.cont_details .link_btn i.fa-map-marker {      color: #ffffff;
    background: linear-gradient(45deg, #ff6f64, #F44336);
}
	.cont_details .link_btn i.fa-instagram {        color: white;
    background: linear-gradient(45deg, #26176b, #5964eb, #E91E63);}
	.cont_details .link_btn i.fa-whatsapp {       background: linear-gradient(45deg, #42dc48, #16831b);
    color: white;}
	
	.cont_details .link_btn i.fa-facebook {    background: #0a0a8a;
    color: white;}
	.cont_details .link_btn i.fa-envelope {    background: #FF5722;
    color: white;}
	.cont_details .link_btn i.fa-internet-explorer {    color: #f5f5f5;
    background: #673AB7;}
	.cont_details .link_btn i.fa-youtube {       color: #f5f5f5;
    background: #ee1212;}
	.cont_details .link_btn i.fa-google {       color: #f5f5f5;
    background: linear-gradient(45deg, #FF5722, #006bc1);}
	.cont_details .link_btn i.fa-shopping-cart {      color: #f5f5f5;
    background: #03A9F4;}
	
	.link_btn img {          width: 106px;
    display: block;
    margin: 8px 3px;
    border: 0px solid;
    border-radius: 80px;}
	
	    

#d_logo {
                   position: relative;
    width: -webkit-fill-available;
    border-radius: 0;
    margin: 0px auto 10px;
    display: block;
    border-top: 50px solid white;
    padding-top: 23px;
}

#d_logo img{           max-width: 300px;
    height: 150px;
    width: auto;
    margin: 0 auto;
    display: block;
    border: 4px solid #347ee4;
    border-bottom: 4px solid #28a72d;
    border-radius: 5px;
    border-left: 4px solid #ff5722;}

#qr_code {
    position: absolute;
    top: 451px;
    left: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%);
}


.user_company {
                    top: auto;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 50px;
    width: -webkit-fill-available;
    padding: 0px;
    text-align: center;
    margin: 10px auto;
    font-family: rajdhani;
    height: 58px;
    overflow: hidden;
    display: grid;
    align-items: center;
}

.qr_code {               display: inline-block;
    vertical-align: middle;
    text-align: center;}

.qr_code img {  
           margin: 10px;
    border: 2px solid #884600;
    padding: 6px;
    border-radius: 5px;}

.whatsapp_us {          background: white;
    color: black;
    width: fit-content;
    padding: 3px;
    border-radius: 5px;
    margin: 17px auto;
    font-weight: 600;
    display: flex;
    align-items: center;
    border: 2px solid black;}
.whatsapp_us i{    padding: 8px;
    font-size: 30px;
    background: green;
    color: white;
    border-radius: 4px;}
.whatsapp_us .detl{    font-size: 17px;
    padding: 0px 10px;
    margin: 0px;}
	
	.social_media_tray {   	     color: white;
    font-size: 47px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    width: fit-content;
    margin: 34px auto;
    text-align: center;
    padding: 3px;
    border-radius: 8px;}
	
	.social_media_tray .social_medicon {        margin: 0px 10px;
    background: black;
    padding: 12px;
    border-radius: 5px;
    width: 42px;}
	.social_media_tray .social_medicon i.fa-facebook{}
	.social_media_tray .social_medicon i.fa-twitter{}
	.social_media_tray .social_medicon i.fa-instagram{}
	.social_media_tray .social_medicon i.fa-youtube{}
	
	
	#svg_1 {display:none;}
	
	.about_us {           display: inline-block;
    width: 68%;
    vertical-align: middle;
    font-size: 15px;
    white-space: pre-line;
    font-weight: 800;
    padding-left: 15px;}
	
	.about_us li i {   
    color: #4CAF50;}
	.about_us li {    list-style: none;
    display: grid;
    grid-template-columns: 23px auto;
    align-items: center;
    padding: 0px 0px 0px 26px;}
	
	.bottom_logo {        position: absolute;
    bottom: 14px;
    right: 0;}
	
	.bottom_logo img{          display: block;
    margin: 6px auto;
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 0;}
	
	.bottom_logo > a {      border: 0px solid;
    height: 75px;
    width: 106px;}
	
	
	
@media screen and (max-width:700px){
	 .card {
		  left: 0px;
	 }
	
}