.contact-txt { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #c5cdde; }
.hm-txt { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #666666; line-height: 20px; }
a.whlk:link { font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #c4cd9c; text-decoration: underline; }
a.whlk:visited { font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #c4cd9c; text-decoration: underline; }
a.whlk:hover { font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #d9e1f2; text-decoration: none; }
a.whlk:active { font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #c4cd9c; text-decoration: none; }
.blue-txt { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #03286f; line-height: 20px; }
.copy-txt { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #666666; line-height: 20px; }
a.copylk:link { font-family: Arial, Helvetica, sans-serif; font-size:10px; color: #03286f; text-decoration: underline; }
a.copylk:visited { font-family: Arial, Helvetica, sans-serif; font-size:10px; color: #03286f; text-decoration: underline; }
a.copylk:hover { font-family: Arial, Helvetica, sans-serif; font-size:10px; color: #000000; text-decoration: none; }
a.copylk:active { font-family: Arial, Helvetica, sans-serif; font-size:10px; color: #03286f; text-decoration: none; }
a.copylk1:link { font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #03286f; text-decoration: underline; }
a.copylk1:visited { font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #03286f; text-decoration: underline; }
a.copylk1:hover { font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #000000; text-decoration: none; }
a.copylk1:active { font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #03286f; text-decoration: none; }
.black { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; line-height: 20px; }
.black1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000; line-height: 20px; }
.blackCopy { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000; line-height: 20px; text-align: center; }
.hm-txtCopy { font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #666666; line-height: 20px; }
.blue-txtCopy { font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: normal; color: #03286f; line-height: 25px; }


/*============================== New Added Css =============================*/

body { background-color: #19449a; }
img, object, embed { max-width:100%; }

::-moz-selection {
    color: #fff;
    background: #6372E5;
}

::selection {
    color: #fff;
    background: #6372E5;
}
a:focus{border:none !important;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html {font-family:Arial, Helvetica, sans-serif;font-size: 100%;overflow-y: scroll;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;overflow-x:hidden;}

.body-block {display: inline-block;width: 100%;font-size:12px;}
.container {margin: 0 auto;width: 1024px;}
.bg-color-white{background-color:#fff;padding: 0px 10px 0 10px !important;}
.space-block{border: 1px solid #000;display: flex !important;}

/*------------------------- Header -------------------------*/
.header{-webkit-box-shadow: inset 1px 25px 20px 0px rgba(232, 232, 232, 0.75);
-moz-box-shadow:    inset 1px 25px 20px 0px rgba(232, 232, 232, 0.75);
box-shadow:         inset 1px 25px 20px 0px rgba(232, 232, 232, 0.75); position:relative;padding: 10px 0;background-color: #fff; border:1px solid #000; border-bottom:none;}
.header{background-image:url("images/header-border-img.png");background-repeat: repeat-x;background-position: left bottom;padding-bottom: 15px;}
.header-logo{display: inline-block;width: 13%;text-align: right;float:left;}
.header-data{display: inline-block;width: 64%;margin-left: 2%;}
.header-data h2{margin: 10px 0 15px 0;}
.header-right-img {display: inline-block;top: 0;right:0px;position: absolute;}
.header-data p{font-size: 12px;color: #666;margin-top: 0;letter-spacing: 0.5px;line-height:20px;}
.white-space-bg-hd{padding: 10px 10px 0px 10px;background: #fff;}
.header-data em{text-transform:uppercase; font-style:normal;}


/*------------------------- LEFT MENU -------------------------*/
.left-menu-block{width:30%; float:left;background: url("images/sidebar-bg.png");
position: relative;
padding-bottom: 115px !important;}
.animenu > ul:after { content: ""; display: table; clear: both; }
.left-menu-block { -webkit-animation: bugfix infinite 1s; }
 @-webkit-keyframes bugfix {  from {
 padding: 0;
}
to { padding: 0; }
}
.animenu { font: bold 13px Arial, Helvetica; }
.animenu * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.animenu ul { margin: 0; padding: 0; list-style: none;  }
.animenu li { position: relative; }
.animenu li:hover > ul { opacity: 1; visibility: visible; margin: 0; }
.animenu li:hover > a, .animenu li.active { color: white;background-image: url("images/menu-hover-bg.png"); background-repeat:repeat;}
.animenu li.new-txt{background-image:url("images/txt-new.png"); background-repeat:no-repeat; background-position:98% 50%;}
.animenu input[type=checkbox] { position: absolute; top: -9999px; left: -9999px; }
.animenu label { display: none; cursor: pointer; user-select: none; }
.animenu > ul { background-image:url("images/sidebar-bg.png");
/*background: #03286f; 
background: -moz-linear-gradient(left, #03286f 0%, #0a43ae 50%, #0a43ae 100%); 
background: -webkit-linear-gradient(left, #03286f 0%,#0a43ae 50%,#0a43ae 100%); 
background: linear-gradient(to right, #03286f 0%,#0a43ae 50%,#0a43ae 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03286f', endColorstr='#0a43ae',GradientType=1 );*/
}
.animenu > ul > li { float: left; width: 100%;border-bottom: 1px solid #6889C8; }
.animenu > ul > li > a { float: left; padding: 0.7em 0.5em; text-transform: capitalize; }
.animenu > ul a { color: #fafafa; text-decoration: none; text-shadow: 0 1px 0 #111111; width: 100%;font-size: 16px;font-family: Arial, Helvetica, sans-serif;font-weight: normal;}
.animenu > ul ul { position: absolute; top: 100%; left: 0; z-index: 1; opacity: 0; visibility: hidden; margin: 2em 0 0 0; background-color: #373737; background-image: none; -webkit-transition-property: margin, opacity; -moz-transition-property: margin, opacity; -o-transition-property: margin, opacity; transition-property: margin, opacity;  -webkit-transition-duration: .15s;
 -moz-transition-duration: .15s;
 -o-transition-duration: .15s;
 transition-duration: .15s;
-webkit-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; }
.animenu > ul ul li { display: block; -webkit-box-shadow: 0 1px 0 #1e1e1e, 0 2px 0 #515151; -moz-box-shadow: 0 1px 0 #1e1e1e, 0 2px 0 #515151; box-shadow: 0 1px 0 #1e1e1e, 0 2px 0 #515151; }
.animenu > ul ul li:first-child > a { -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; -ms-border-radius: 3px 3px 0 0; -o-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; }
.animenu > ul ul li:first-child > a:after { content: ''; position: absolute; left: 4em; top: -12px; border: 6px solid transparent; border-bottom-color: inherit; }
.animenu > ul ul li:last-child { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.animenu > ul ul li:last-child > a { -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; -ms-border-radius: 0 0 3px 3px; -o-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; }
.animenu > ul ul a { padding: 1em; width: 175px; display: block; border-color: #373737; }
.animenu > ul ul a:hover { background-color: #0186ba; border-color: #0186ba; }
 @media screen and (max-width: 767px) {
 .animenu > ul, .animenu > ul ul {
 visibility: visible;
 opacity: 1;
 display: none;
}
 .animenu input[type=checkbox]:checked ~ label,  .animenu input[type=checkbox] ~ label:hover {
 color: white;
}
.animenu li:hover > a, .animenu li.active { background-size: 100%;}
 .animenu label {
 border: 1px solid #040404;
color:#fff !important;
 background: #03286f; 
background: -moz-linear-gradient(left, #03286f 0%, #0a43ae 50%, #0a43ae 100%); 
background: -webkit-linear-gradient(left, #03286f 0%,#0a43ae 50%,#0a43ae 100%); 
background: linear-gradient(to right, #03286f 0%,#0a43ae 50%,#0a43ae 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03286f', endColorstr='#0a43ae',GradientType=1 );
 -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
 -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
 color: #999999;
 text-shadow: 0 1px 0 #111111;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 -ms-border-radius: 3px;
 -o-border-radius: 3px;
 border-radius: 3px;
 text-transform: uppercase;
 position: relative;
 display: block;
 padding: 1em 3em;
}
 .animenu label:before {
 position: absolute;
 left: 0.5em;
 top: 0.2em;
 content: "\2261";
 font-size: 2em;
}
 .animenu > ul {
 position: relative;
 border-color: #111111;
 margin: 0.5em 0 !important;
 padding: 0.25em;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 background-color: #111111;
 background-image: none;
}
 .animenu > ul:after {
 content: '';
 position: absolute;
 left: 2em;
 top: -12px;
 border: 6px solid transparent;
 border-bottom-color: inherit;
}
 .animenu > ul li {
 display: block;
}
 .animenu > ul > li {
 float: none;
 border: 0;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 background-color: #111111;
 background-image: none;
}
 .animenu > ul > li > a {
 float: none;
 display: block;
 padding: 1em;
}
 .animenu > ul ul {
 position: static;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 -ms-border-radius: 0;
 -o-border-radius: 0;
 border-radius: 0;
 background-color: #2b2b2b;
 background-image: none;
 margin: 0;
 -webkit-transition-property: none;
 -moz-transition-property: none;
 -o-transition-property: none;
 transition-property: none;
}
 .animenu > ul ul li:first-child > a {
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 -ms-border-radius: 0;
 -o-border-radius: 0;
 border-radius: 0;
}
 .animenu > ul ul li:first-child > a:after {
 content: none;
}
 .animenu > ul ul li:last-child > a {
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 -ms-border-radius: 0;
 -o-border-radius: 0;
 border-radius: 0;
}
 .animenu > ul ul a {
 padding-left: 2em;
 display: block;
 width: auto;
}
 .animenu input[type=checkbox]:checked ~ ul {
 display: block;
}
 .animenu input[type=checkbox]:checked ~ ul ul {
 display: block;
}
}
@media screen and (max-width: 600px) {
 .animenu > ul > li > a {
 padding: 1em 2em;
}
}

.sidebar-address{background-image:url("images/sidebar-bg.png");display: inline-block;width: 100%;color: #c5cdde;padding: 60px 0 60px 10px;}
.sidebar-address2 p a{color: #c5cdde; text-decoration:none;}
.sidebar-address2 p a:hover{color: #c4cd9c;}
.sidebar-address1 p{margin-bottom:0;}
.sidebar-address2 p{margin:0;}
.sidebar-address2 em{font-style: normal;width: 40px;display: inline-block;}
.sidebar-timer #clock{text-align: center;display: inline-block;width: 100%;padding-bottom: 50px;font-size: 16px;}
.sidebar-timer{
    position: absolute;
    border: 0;
    bottom: 0;
    width: 93%;
}


/*---------------------------- Footer ---------------------------*/
.footer-txt {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: normal;color: #666666;line-height: 20px;}
.copyright, .paypal, .powerby {width: 33%;display: inline-block;height: 100%;}
.footer-txt .container.bg-color-white{display:inline-block;}
.copyright, .powerby{padding: 40px 0 30px 0;float: left;}
.paypal{float: left;}
.footer-inner {
    border: 1px solid #000; border-top:3px solid #000;
    display: inline-block;
    width: 100%;
}


/**/
.right-contant-block{width:70%; background:#E7E7E7; float:left;}
.space-block{display:inline-block;}

/*--------------------- Home ----------------------*/
.home-testi {text-align: center;padding: 20px 0; color:#666;}
.home-contant {position:relative;}
.home-contant .kng-new1{position:absolute;top: 90px;z-index: 4;/*position: absolute;top: -7%;left: 20%;*/}
.wdth78{width:78%;}
.right-contant-block p{font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: normal;color: #666666;line-height: 20px;}
.style2 {color: #000000;font-weight: bold;font-size: 14px;}
.home-last{margin:30px 0;}
.home-last span{display:inline-block;}

/**/
.inner-main-title{border-bottom: 1px solid;font-weight: normal;font-size: 26px;padding-left: 10px;}
.right-inner-contant{padding: 0 10px;}
.right-inner-contant h4{font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;color: #03286f;line-height: 20px;}

/*-------Home Fade In Slider ----------*/
.home-fadein-slider {
    padding: 0;
}
	#cycler1{position:relative;}
#cycler1 img{position:absolute;z-index:1; left:0; right:0; margin:0 auto;}
#cycler1 img.active{z-index:3}

	#cycler2{position:relative;}
#cycler2 img{position:absolute;z-index:1; left:0; right:0; margin:0 auto;}
#cycler2 img.active{z-index:3}

	#cycler3{position:relative;}
#cycler3 img{position:absolute;z-index:1; left:0; right:0; margin:0 auto;}
#cycler3 img.active{z-index:3}

	#cycler4{position:relative;}
#cycler4 img{position:absolute;z-index:1; left:0; right:0; margin:0 auto;}
#cycler4 img.active{z-index:3}
.home-fadein-slider li{
    height: 301px;
    width: 38%;
    display: inline-block;
}

/*--------------------- 3ply-envelopes ----------------------*/
.single-box{text-align:center; color:#666;line-height: 20px;}
.boxone{
    width: 33%;font-family: Arial, Helvetica, sans-serif;
    margin: 5px auto 20px;
    border: 5px solid #18459A;padding: 10px 5px;font-size: 12px;color: #666666; display:inline-block;
}
.boxtwo{
    width: 49%;font-family: Arial, Helvetica, sans-serif;
    margin: 5px auto 20px;
    border: 5px solid #18459A;padding: 10px 5px;font-size: 12px;color: #666666; display:inline-block;float:left;
}
.marright2{margin-right:2%;}
.align-center{display:block;}
.no-border{border:none !important;}
.data-red-bigtext{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #b50900;
    line-height: 25px;
}
.data-black-bigtext{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15pt;
    font-weight: 600;
    color: #000;
    line-height: 25px;
}
.style3{
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.data-grey11{font-size: 11pt;color: #666666;
line-height: 20px;}
.data-grey13{font-size: 13pt;color: #666666;
line-height: 20px;}
.ordernow-btn{margin-bottom:0;}
.main-row{display:inline-block; width:100%;}

/*--------------------- Order Form ----------------------*/
.order-form-section input[type="text"], .order-form-section select, .order-form-section textarea {
    width: 250px !important;
    border: 1px solid #ccc;
    padding: 5px;
}


/*------------------------------ thank-you --------------------------------*/
.evelope-box{width: 80%;font-family: Arial, Helvetica, sans-serif;
    margin: 5px auto 20px;
    border: 5px solid #18459A;padding: 10px 5px;font-size: 12px;color: #666666; display:table;}
.evelope-box ul{padding:0;}
.evelope-box li {
    display: inline-block;
    width: 32%;
    text-align: center;
    margin-bottom: 30px;
}
.thank-box-block {
    margin: 0 auto;
    display: table;
}
.thank-box1 {
  
    display: inline-block;
    text-align: center;
    float: left;
}
.thank-box2{
    display: inline-block;
    text-align: center;
}
.style4 {
    font-size: 12px;
    color: #000000;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

/*------------------------------ testimonial --------------------------------*/
.main-conn-bg { background-color:#FFF!important; padding: 10px!important; border: 5px solid #d6d6d6!important; -moz-border-radius: 8px!important; -webkit-border-radius: 8px!important; border-radius: 8px!important; behavior: url(border-radius.htc)!important; }
.main-conn-bg1 { background-color:#FFF!important; padding: 10px!important; border: 5px solid #d6d6d6!important; -moz-border-radius: 8px!important; -webkit-border-radius: 8px!important; border-radius: 8px!important; behavior: url(border-radius.htc)!important; }
.testimonial { color:#03286F; text-decoration:none; }
.testimonial:link { color:#03286F; text-decoration:none; }
.main-conn-bg2 { background-color:#FFF!important; padding: 10px!important; border: 5px solid #d6d6d6!important; -moz-border-radius: 8px!important; -webkit-border-radius: 8px!important; border-radius: 8px!important; behavior: url(border-radius.htc)!important; }
.main-conn-bg3 { background-color:#FFF!important; padding: 10px!important; border: 5px solid #d6d6d6!important; -moz-border-radius: 8px!important; -webkit-border-radius: 8px!important; border-radius: 8px!important; behavior: url(border-radius.htc)!important; }

/*------------------------------ Contact --------------------------------*/
.contact-us-block .width50 {
    display: inline-block;
    width: 48%;
    margin: 0;
}
.contact-us-block a{color: #03286f; text-decoration:none !important;}
.contact-us-block a:hover{color: #000; text-decoration:none;}
.contact-us-block .flash-video{
    margin: 5px auto 20px;
    border: 5px solid #18459A;
    padding: 10px 5px;
    font-size: 12px;
    color: #666666;
    display: table;width:100%;
}

	#rowslider1{position:relative;}
#rowslider1 img{position:absolute;z-index:1; left:0; right:0; margin:0 auto;}
#rowslider1 img.active{z-index:3}

	#rowslider2{position:relative;}
#rowslider2 img{position:absolute;z-index:1; left:0; right:0; margin:0 auto;}
#rowslider2 img.active{z-index:3}

	#rowslider3{position:relative;}
#rowslider3 img{position:absolute;z-index:1; left:0; right:0; margin:0 auto;}
#rowslider3 img.active{z-index:3}
ul.contact-slider {padding:0;}
.contact-slider li{
    height: 520px;
    width: 32%;
    display: inline-block;
}



/*============================================== RESPONSIVE CSS==========================================*/

@media (max-width: 1024px) {
/*--------------------- Heder ----------------------*/
.container {
    width: 100%;
}	
.header-logo {width: 75px;
text-align: center;
float: none;}
.header-data {
    width: 71%;
    margin-left: 6px;
}
/*--------------------- Home ----------------------*/
.home-contant .kng-new1 {
    position: relative;
    top: 0px;
}

/*--------------------- Footer ----------------------*/
.copyright, .powerby {
    padding: 10px 0 10px 0;}
.copyright, .paypal, .powerby {
    width: 100%;}
}

@media (max-width: 990px) {
/*--------------------- Heder ----------------------*/
.header-logo {
    width: 100%;}
.header-data {
    width: 100%;
    margin-left: 0px;
    text-align: center;
}
.header-right-img img{
    width: 180px;
}

/*--------------------- 3ply-envelopes ----------------------*/
.threein1box .boxone{width: 30%;} 

}

@media (max-width: 900px) {
/*--------------------- 3ply-envelopes ----------------------*/
.boxone {
    width: 40%;}
.threein1box .boxone {
    width: 50%;
}
}

@media (max-width: 800px) {
/*--------------------- Heder ----------------------*/
.header-data h2 img {
    width: 420px;
}
}

@media (min-width: 767px) and (max-width: 1024px) {
/*---------------------- SideBar --------------*/
.animenu > ul a { font-size: 14px;}	
.animenu li.new-txt {  background-size: 40px;background-position: 99% 99%;}
}

@media (min-width: 767px) and (max-width: 990px) {
/*-------Home Fade In Slider ----------*/
.home-fadein-slider li{
    height: 301px;
    width: 100%;
    display: inline-block;
}
/*-------Contact Fade In Slider ----------*/
.contact-slider li{
    width: 32%;
}
}

@media (max-width: 767px) {
/*--------------------- Heder ----------------------*/
.header-right-img {position: inherit;width: 100%;text-align: center;}
.header-data h2 {
    margin: 5px 0 5px 0;
}
.header {
    background-image: none;
    padding-bottom: 0px;
}

/*---------------------- SideBar --------------*/
.left-menu-block , .right-contant-block{
    width: 100% !important;}
.space-block {
    display: inline-block !important;width: 100%;
}
.left-menu-block{padding-bottom: 20px !important;}
.sidebar-address {padding: 0px 0 0px 10px;margin-top: 10px;}
.sidebar-timer {position: relative;
border: 0;
bottom: auto;
width: auto;
right: 10px;
top: auto;
float: right;
}
.sidebar-timer #clock { padding-bottom: 0px;}
.sidebar-timer #clock font{color:#333 !important;}
.sidebar-address1, .sidebar-address2 {
    display: inline-block;width: 35%;
border-right: 1px solid #666;
margin-top: 10px; color:#333;
}
.sidebar-address1 p {
    margin-top: 0;
}
.sidebar-address2 p a {
    color: #333 !important;}
.sidebar-address2 p a:hover {
    color: #03286F !important;
}
.sidebar-address2 {
    display: inline-block;margin-left:30px;
}
.left-menu-block {background: none;
    background-color: #D2D2D2;
}
.sidebar-address {
    background-image:none;}
.left-menu-block, .sidebar-address {
    background-size: 100%;
}
.sidebar-address{padding-bottom: 10px;}

/*--------------------- 3ply-envelopes ----------------------*/
.inner-main-title { font-size: 20px;}

/*-------Contact Fade In Slider ----------*/
.contact-slider li{
    width: 31%;
}

}

@media (max-width: 600px) {
/*-------Home Fade In Slider ----------*/
.home-fadein-slider li{
    width: 100%;
}
/*---------------------- SideBar --------------*/
.sidebar-address1, .sidebar-address2 {width: 100%; text-align:center; border-right:0;
}
.sidebar-address2 {
    margin-left: 0;
}
.sidebar-timer {
    right: 0px;
    float: left;
    margin-top: 10px;width: 100%;
}
.sidebar-address2 {
    border-bottom: 1px solid #666;
    width: auto;
    margin: 10px auto 0;
    display: table;
    padding-bottom: 15px;
}
.sidebar-timer #clock {
    text-align: center;}
.sidebar-address {
    padding-left: 0;
}

/*--------------------- 3ply-envelopes ----------------------*/
.boxone {
    width: 50%;}
.boxtwo {width:100%;}
.boxtwo.marright2{margin:0;}

/*------------------------------ Contact --------------------------------*/
.contact-us-block .width50 { width: 100%;}
/*-------Contact Fade In Slider ----------*/
.contact-slider li{
    width: 100%;
}


/*--------------------- Order Form ----------------------*/
.order-form-section table > tbody > tr.bio-detail tr td{width:100% !important; clear:both !important;display: table;}
.order-form-section table #form1 > table{width:100% !important;}
.order-form-section input[type="text"], .order-form-section select, .order-form-section textarea {
    width: 100% !important;
    padding: 8px;
}
}

@media (max-width: 480px) {
/*--------------------- Heder ----------------------*/
.header-data h2 img {
    width: 100%;
}

/*---------------------- SideBar --------------*/
.animenu > ul a {font-size: 14px;}
.animenu li.new-txt { background-size: 40px;
}

/*--------------------- 3ply-envelopes ----------------------*/
.boxone, .threein1box .boxone  {
    width: 98%;}
	
/*------------------------------ thank-you --------------------------------*/
.evelope-box li {
    width: 100%;}

}











