@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
/** {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

h1,
h2,
h3,
h4 {
    margin: 0px;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both
}*/

hr.style-one {
    margin-top: 12px;
    margin-bottom: 12px;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #66A4E6, #ccc);
}

hr.style-six {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.style-ten {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.style-ele {
    margin-top: 12px;
    margin-bottom: 12px;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #282a2b, #717171, #282a2b);
}

.und-constr {
    padding: 10%;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.heading1 {
    font-family: 'Exo 2', sans-serif;
    font-size: 21px;
    color: #fff;
    padding: 6px;
    background: -webkit-linear-gradient(left, #0067d5, #fff);
    background: -o-linear-gradient(right, #0067d5, #fff);
    background: -moz-linear-gradient(right, #0067d5, #fff);
    background: linear-gradient(to right, #0067d5, #fff);
}

.heading2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    color: #fff;
    padding: 6px;
    background: -webkit-linear-gradient(left, #0067d5, #fff);
    background: -o-linear-gradient(right, #0067d5, #fff);
    background: -moz-linear-gradient(right, #0067d5, #fff);
    background: linear-gradient(to right, #0067d5, #fff);
}

.heading3 {
    font-family: 'Noto Sans', sans-serif;
    color: #454545;
    font-size: 17px;
    margin-bottom: 1.5%;
}

.heading4 {
    font-family: 'Muli', sans-serif;
    color: #0067d5;
    font-size: 18px;
    margin-bottom: 0;
}

.heading5 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    color: #fff;
    padding: 7px;
    margin-top: 2%;
    background: -webkit-linear-gradient(left, #0067d5, #fff);
    background: -o-linear-gradient(right, #0067d5, #fff);
    background: -moz-linear-gradient(right, #0067d5, #fff);
    background: linear-gradient(to right, #0067d5, #fff);
}

.heading6 {
    font-size: 20px;
    color: #565656;
    padding: 6px;
    text-align: center;
    text-transform: uppercase;
    background: -webkit-linear-gradient(left, #bdcfe3, #fff);
    background: -o-linear-gradient(right, #bdcfe3, #fff);
    background: -moz-linear-gradient(right, #bdcfe3, #fff);
    background: linear-gradient(to right, #bdcfe3, #fff);
    border-bottom: 1px solid #bdcfe3;
}

.heading7 {
    color: #3673DB;
    font-weight: bold;
    text-decoration: none;
    padding: .5%;
}

.heading8 {
    color: #3673DB;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.heading9 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    color: #fff;
    padding: 6px;
    background: -webkit-linear-gradient(left, #ce2436, #fff);
    background: -o-linear-gradient(right, #ce2336, #fff);
    background: -moz-linear-gradient(right, #ce2336, #fff);
    background: linear-gradient(to right, #ce2336, #fff);
}

.heading10{
    color: #6d6d6d;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin: 15px 0;
    display: inline-block;
    margin-top: 0;
}

.heading11{
 color: #ff0002;
    font-size: 28px;
    font-weight: bold;
    margin: 15px 0;
    font-family: 'lato';
}


ul.news {
    list-style: none;
    padding: 2%;
    padding-left: 0px;
    padding-right: 0px;
}

ul li.news {
    text-align: justify;
    background: url('../images/new-ic.png') no-repeat left 12px;
    list-style-position: inside;
    padding: 10px 0px 10px 25px;
    text-indent: 0px;
    border: 0px;
    display: inline-block;
}

ul li.news:hover {
    text-decoration: underline;
}

ul.news2 {
    list-style: none;    
    padding-left: 0px;
    padding-right: 0px;
}

ul li.news2 {
    text-align: justify;
    background: url('../images/new-ic.png') no-repeat left 12px;
    list-style-position: inside;
    padding: 10px 0px 10px 25px;
    text-indent: 0px;
    border: 0px;
    display: inline-block;
}

ul li.news2:hover {
    text-decoration: none;
}

.nwsdate {
    color: red
}

.nwsdate2 {
    color: red;
    font-size: 16px;
}

.arrow1 {
    font-size: 21px;
}

.arrow2 {
    font-size: 21px;
    color: #2E82DD;
    font-weight: 700;
}

.br-custom {
    line-height: 35px;
}

.head-container1 {
    width: 100%;
    height: auto;
    %;
    overflow: hidden;
    background: #F3F3F3;
    background: -webkit-linear-gradient(#F3F3F3, #fff);
    background: -o-linear-gradient(#F3F3F3, #fff);
    background: -moz-linear-gradient(#F3F3F3, #fff);
    background: linear-gradient(#F3F3F3, #fff);
}


.head-container2 {
    max-width: 90%;
    height: 76px;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
}

.head-tital {
    display: table;
    float: left;
    padding: .5% 0 .5% 0;
}

.head-mail {
    float: right;
}

.head-mail div {
    margin-top: 4%;float: right;
}

.topsocial{
	
}

img.topsoc {
    opacity: 1;
    filter: alpha(opacity=100);
    float: left;
    height: 35px;
    cursor: pointer;
    margin-right: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 30px;
    height: 30px;
}

img.topsoc:hover {
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.serbtn {
    background-image: url('../images/go-btn.png');
    border: none;
    height: 30px;
    width: 30px;
    background-color: #F7F7F7;
    cursor: pointer;
}

.gst-query{
margin-top: 5%;
    background: #fff;
    padding: 0 10px 0 10px;
    border: 2px #006ade solid;
    text-transform: capitalize;
    font-weight: 700;
    color: #0052a9;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    float: right;
    text-decoration: none;
   margin-left: 20px;
}

.memberreg-form:hover, .gst-query:hover{
	background: #006ade;   
    border: 2px #006ade solid;
	color:#fff;
}

.memberreg-form{
margin-top: 5%;
    background: red;
    padding: 0 10px 0 10px;
    border: 2px red solid;
    text-transform: capitalize;
    font-weight: 700;
    color: #F8F8F8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    float: right;
    text-decoration: none;
   margin-left: 20px;
    text-transform: uppercase;
}

.memberreg-div{
    text-align: center;
}

.para1{
   text-align: justify;
    font-size: 17px;   
}

.wcm-photo {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
}

.manf-logotop {
    width: 90px;
    height: 90px;
}

.manf-cmpname {
    font-size: 30px;
    font-weight: bold;
    color: #005C9C;
    display: table-cell;
    vertical-align: middle;
    padding-left: 4%;
    white-space: nowrap;
}

.manf-gearlogo {
    float: right;
    margin: 0;
}

.manf-mail {
    display: inline-block;
    vertical-align: middle;
    /* vertical alignment of the inline element */
    font: 15px/1 'Roboto', sans-serif;
    /* reset the font property */
    padding: 1%;
    padding-right: 0;
    margin-top: 1.5%;
    width: 39%;
    height: auto;
    text-align: right;
    float: right;
}

.manf-mail span {
    margin-left: 3%;
    color: #555;
    vertical-align: middle;
    display: inline-block;
}

.manf-mail span.line-sep {
    margin-left: 7%;
    margin-right: 4%;
    border-left: 1px #bbb solid;
    float: none;
    height: 35px;
}

.head-mail div input {
    float: left;
}

.mn-container1 {
    max-width: 94%;
    margin: 0 auto;
    padding: 2%;
    padding-top: 2.5%;
    text-align: justify;
}

.mn-container1 ol{
    padding-left: 1.1%;
}

.mn-container2 {
    max-width: 1130px;
    margin: 0 auto;
    padding: .3%;
}

.det-home1 {
    display: flex;
    margin-top: 3%;
    text-align: justify;
}

.det-side {
    width: 45%;
    float: left;
}

.news-div {
    margin-bottom: 9%;
}

.new-con {
    margin-bottom: 5%;
    margin-top: 5%;
}

.event-con {
    background-color: #fff;
    border: 1px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    border: 1px solid #c5c5c5;
    padding-left: 1%;
    margin-top: 1%;
}

.event-con marquee {
    height: 250px;
    padding-left: 2%;
}

.event-con p {
    margin-bottom: 2.5%;
}

.event-con span {
    font-size: 12px;
}

.parafair {
    margin-top: 2%;
}

.fac-spn {
    font-weight: bold;
    color: #3673DB;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.cur-conv {
    clear: both;
    background-color: #fff;
    text-align: center;
}

.buyer-side1 {
    margin-bottom: 9%;
    margin-top: 9%;
    clear: both;
    background-color: #f3f3f3;
    overflow: hidden;
    text-align: center;
    border: 1px solid #0067d5;
}

.buyer-side1 img {
    float: left;
    margin-right: 1%;
}

.buyer-side1 h2 {
    font-size: 22px;
    color: #444;
}

.buyer-side2 {
    padding: 0;
    text-align: center;
    padding-top: 8%;
}

.line-div {
    /*border-left: 1px #d8d8d8 solid;*/
    float: left;
    margin: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.det-home2 {
    width: 99%;
    float: left;
}

.det-home3 {
    margin-bottom: 4%;
    text-align: justify;
}

.det-home4 {
    text-align: justify;
}

.det-home5 {
    margin-top: 1.8%;
    float: right;
}

.home-img1 {
    float: right;
    margin-left: 2%;
    margin-bottom: 5%;
    border: 1px solid #bbb;
}

.home-img2 {
    float: right;
    margin-left: 3%;
    margin-bottom: 5%;
    border: 1px solid #bbb;
    max-width: 260px;
}

.qcklink {
    float: none;
    padding: 0 2% 1% 0
}

.midspace-div {
    width: 3%;
    display: inline-block;
}

.advhome {
    display: inline-block;
    margin-bottom: 2%;
    margin-top: 4%;
    width: 48%;
    vertical-align: top;
}

.advhome img {
    border: 1px solid #ddd;
    width: 100%;
}

.advhome-bottom {
    display: block;
    text-align: center;
    width: 96%;
    background-color: brown;
    color: #eee;
    text-transform: uppercase;
    font-family: arial;
    padding: 1% 2.1%;
    text-decoration: none;
    transition: .5s;
    font-size: 17px;
}

.advhome-bottom:hover {
    background-color: #8c0000;
}

.botsld {
    width: 99.5%;
}

.botsldtxt {
    position: absolute;
    width: 90%;
    margin: auto;
    top: 85%;
    left: 0;
    bottom: 6%;
    right: 0;
    z-index: 99999;
    padding-top: 6.5%;
    font-family: 'Exo 2', sans-serif;
    font-size: 14.5px;
    color: #222;
    background: -webkit-linear-gradient(left, rgba(166, 166, 166, .65), rgba(255, 255, 255, .95));
    background: -o-linear-gradient(right, rgba(166, 166, 166, .65), rgba(255, 255, 255, .95));
    background: -moz-linear-gradient(right, rgba(166, 166, 166, .65), rgba(255, 255, 255, .95));
    background: linear-gradient(to right, rgba(166, 166, 166, .65), rgba(255, 255, 255, .95));
}

.cattxt {
    margin: auto;
    padding: 1.5%;
    font-family: 'Exo 2', sans-serif;
    font-size: 14.5px;
    color: #333;
    background: -webkit-linear-gradient(left, rgba(166, 166, 166, .65), rgba(255, 255, 255, .95));
    background: -o-linear-gradient(right, rgba(166, 166, 166, .65), rgba(255, 255, 255, .95));
    background: -moz-linear-gradient(right, rgba(166, 166, 166, .65), rgba(255, 255, 255, .95));
    background: linear-gradient(to right, rgba(166, 166, 166, .65), rgba(255, 255, 255, .95));
}

.container-cof {
  width: 100%;
    margin: 0 auto;   
    padding-top: 0;
    text-align: center;
    clear: both;   
}

.pro_cat1 {
    width: 22.1%;
    text-align: center;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    overflow: hidden;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
}

.pro_cat1:hover {}

.pro_cat2 {
    text-align: center;
    background-color: #e90076;
    width: 95%;
    padding: 3%;
    margin-bottom: 0%;
    border-radius: 3px;
}

.ftr-container1 {
    width: 100%;
    height: auto;
    %;
    overflow: hidden;
    background: #363839;
    border-top: 0px solid #0067d5;
}

.ftr-container2 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2%;
    text-align: center;
}

.ftr-div1 {
    color: #ddd;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 27%;
    margin: 0% 1.25% 0% 1.25%;
}

.ftr-div2 {
    color: #ddd;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 36%;
    margin: 0% 1.25% 0% 1.25%;
    line-height: 30px;
}

.ftr-container3 {
    width: 100%;
    height: auto;
    %;
    overflow: hidden;
    background: #282a2b;
    border-top: 1px solid #555555;
    padding-top: 0%;
    padding-bottom: .50%;
    font-family: 'Noto Sans';
}

.ftr-div3 {
    max-width: 1130px;
    margin: 0 auto;
    padding: 2%;
    text-align: center;
    padding-bottom: .5%;
}

.ftr-div4 {
    float: none;
    padding-bottom: 1%;
    display: inline-block;
}

.ftr-div5 {
    float: none;
    color: #efefef;
    font-size: 12px;
    display: inline-block;
    width: 33%;
}

.ftr-div5 span {
    color: darkorange;
    font-weight: 700;
}

.ftr-left {
    text-align: left;
}

.ftr-mid {
    text-align: center;
}

.ftr-right {
    text-align: right;
}

.ftr-div6 {
    float: none;
    color: #efefef;
    font-size: 12px;
    text-align: center;
    padding: .2%;
    padding-bottom: .5%;
}

img.grayscale {
    opacity: 0.75;
    filter: alpha(opacity=75);
    float: left;
    height: 35px;
    cursor: pointer;
    margin-right: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

img.grayscale:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.fxdiv {
    display: flex;
}

.addr-container {
    width: 48%;
    float: left;
    background-color: #fcfcfc;
    height: auto;
    border: 1px #bdcfe3 solid;
    margin-top: 1%;
    margin-right: 1%;
}

.adddiv {
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
}

.adddiv p{
	display: inline;
}

.enq-container {
    width: 50%;
    border: 1px;
    border-style: solid;
    height: auto;
    float: right;
    border-color: #DDDDDD;
    margin-top: 1%;
    background-color: #fcfcfc;
    margin-bottom: 0px;
}

.buyagn-container {
    width: 99%;
    border: 1px;
    border-style: solid;
    height: auto;
    float: left;
    margin-right: 3%;
    border-color: #DDDDDD;
    background-color: #fcfcfc;
    margin-bottom: 0px;
}

.form-alpha {
    display: inline-block;
    margin: .33%;
}

.btn-alpha {
    box-sizing: border-box;
    width: 36.5px;
    background-color: #fff;
    border: 2px;
    border-color: #0064f6;
    border-style: solid;
    padding: 10px;
    cursor: pointer;
    color: #555;
    font: bold 14px Raleway;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.btn-alpha:hover {
    background-color: #0064f6;
    color: #fff;
}

.memblink {
    float: left;
    font-size: 15px;
    padding: 2% 2% 1% 0;
}

.manf-div1 {
    text-align: center;
    margin-left: -0.5%;
    margin-right: -0.5%;    
   }

.manf-div1 input {
    margin: .337%;
}

.manf-div2 {
    text-align: center;
    margin: 0 -3% 0 -3%;
}

.manf {
    display: inline-block;
    margin: 1.8%;
    width: 45%;
    background-color: #fff;
    text-align: left;
    border: 1px solid #ddd;
    box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
    vertical-align: top;
}

.manf img {
    float: left;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 130px;
    width: 130px;
}

.manf h3 {
    text-align: left;
    color: #0064F6;
}

.manf-adr {
    float: left;
    line-height: 21px;
    padding: 2% 0 0 2%;
    text-align: left;
    width: 75%;
    line-height: 25px;
}

.div_paging {
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    margin-bottom: 4%;
    margin-top: 3%;
    width: 94%;
}

.pag_pre {
    float: left;
}

.pag_nex {
    float: right;
}

.pag_num {
    display: inline-block;
    width: 70%;
}

.ab_arrow3 {
    font-size: 25px;
    color: #3673DB;
    font-weight: bold;
}

.airlogo-image {
    border: 1px solid #ddd;
}

.vendet-container{	
    text-align: center;
    margin: 0 auto;
    margin: .1%;
    display: flex;
    }
    
.vetdet-tital{
display: inline-block;
    width: 30%;
    background-color: #656565;
    padding: 1%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}

.vet-detail{
	display: inline-block;
    width: 96%;
    background-color: #fbfbfb;
    padding: 1%;
    text-align: left;
    border: 1px #cccccc solid;
    font-weight: 700;
    color: #545454;
}

.vet-detail ul{	
padding-left:19px;
}

.vet-detail p{	

}


.menu1 {
    color: #333;
    text-decoration: none;
    display: inline-block;
}

.menu1:hover {
    color: #333;
    text-decoration: underline
}

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

.menu2 {
    color: #ddd;
    text-decoration: none
}

.menu2:hover {
    color: #ddd;
    text-decoration: underline;
}

.menu2:active {
    color: #ddd;
    text-decoration: none;
}

.menu4 {
    color: #555;
    text-decoration: none;
    display: inline-block;
}

.menu4:hover {
    color: #555;
    text-decoration: underline
}

.menu4:active {
    color: #555;
    text-decoration: none;
}

.menu5 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: .5px;
}

.menu5:hover {
    text-decoration: underline;
}

.menu5:active {
    text-decoration: none;
}

.menu5:visited {
    text-decoration: none;
}

.menu6 {
    color: #333;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
}

.menu6:hover {
    color: #333;
    text-decoration: underline
}

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

.menu7 {
    color: darkorange;
    text-decoration: none;
}

.menu7:hover {
    color: darkorange;
    text-decoration: underline
}

.menu7:active {
    color: darkorange;
    text-decoration: none;
}

.menu8 {
    color: #3673DB;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;    
}

.menu8:hover {
    color: #3673DB;
    ;
    text-decoration: underline;
}

.menu8:active {
    color: #3673DB;
    text-decoration: none;
}

.menu8:visited {
    color: #3673DB;
    text-decoration: none;
}

.menu9 {
    
    text-decoration: none;
    cursor: pointer; 
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    color: #fff;   
}

.menu9:hover {
    color: #fff;
    text-decoration: underline;
}

.menu9:active {
    color: #fff;
    text-decoration: none;
}

.menu10{
	color: #3673DB;
    float: right;
    cursor: pointer;
   text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-right: 2%;
    text-decoration: underline
}
.menu10:hover{color:#3673DB;text-decoration:underline}

.menu10:active{color:#3673DB;text-decoration:none;}




.error {color: #FF0000;
    font-size: 15px;
    padding-left: 5px;
    display: inline-table;}



.error2 {color: #FF0000; font-size:28px;padding-left: 5px;}

.tx{

	width:250px;border: 1px solid #aaaaaa;padding-left:5px; height:38px; border-radius:0px;box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);

	font-family: 'Exo 2', sans-serif;

}

.vendor-log{
margin: 0 auto;
display: table;
}


.vendor-log div{
	margin: 3%;
}

.vensearch{
	width: 100%;
}

.txven{

	width:250px;border: 1px solid #aaaaaa;padding-left:5px; height:38px; border-radius:0px;box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);

	font-family: 'Exo 2', sans-serif;

}

.notlog{

	text-align: center;padding: 5%;font-size: 20px; font-weight: 700;

}

ul.prilist{
	padding-left: 16px;   
    list-style: square;
}

ul.prilist li{
text-align: justify; 
    list-style: square;
}



@media handheld,
only screen and (max-width: 1024px) {
    .head-container2 {
        height: auto;
    }
    .head-tital {
        width: 65%
    }
    .head-mail {
        float: right;
        padding-bottom: 1.1%;
    }
    .mn-container1 {
        padding: 1%;
    }
    .det-home1 {
        display: block;
    }
    .det-side {
        width: 100%;
        float: none;
        text-align: center;
    }
    .news-div {
        float: none;
        width: 47%;
        margin: 1%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    .news-div h1 {
        margin-bottom: 3%;
    }
    .new-con {
        margin: 2%;
    }
    .buyer-side1 {
        margin-bottom: 4%;
        margin-top: 4%;
        width: 50%;
        display: inline-block;
    }
    .buyer-side2 {
        padding: 0;
        text-align: center;
        padding-top: 4.5%;
    }
    .line-div {
        display: none;
    }
    
    .home-img1 {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom:1%
}
    
    .det-home2 {
        width: 100%;
        float: none;
        padding: .5%;
    }
    .det-home3 {
        margin-bottom: 3%;
    }
    .det-home4 {
        text-align: center;
    }
    .pro_cat1 {
        width: 45%;
        margin: 2%;
    }
    
    .vensearch {
   
    margin-top: 5%;
}
    
    
    
    .ftr-div1 {
        width: 30%;
        margin-bottom: 5%;
    }
    .ftr-div2 {
        width: 48%;
        margin-bottom: 2%;
    }
    .fxdiv {
        display: block;
    }
    .addr-container {
        width: 100%;
        float: none;
    }
    .enq-container {
        width: 100%;
        float: none;
    }
    .buyagn-container {
        width: 100%;
        float: none;
    }
    .manf {
        text-align: center;
    }
    .manf img {
        float: none;
        display: inline-block;
    }
    .manf h3 {
        text-align: center;
    }
    .manf-adr {
        padding: 3% 1% 0 1%;
        text-align: center;
        width: 98%;
        display: inline-block;
        float: none;
    }
    .manf-adr a {
        float: none;
    }
    .home-img2 {
        float: none;
    }
}

@media handheld,
only screen and (max-width: 667px) {
    .head-tital {
        width: 100%
    }
    .head-mail div {
        margin-top: 0;
    }
	
	.gst-query {
		margin-top: 5%;
    margin-bottom: 2%;
}
	
    .mn-container1 {
        margin-top: 3%;margin-bottom: 5%;
    }
    .news-div {
        float: left;
        width: 100%;
        margin-bottom: 2%;
    }
    .home-img1 {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .home-img2 {
        min-width: 98%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .det-home3 {
        margin: 1%;
        margin-bottom: 7%;
    }
    .buyer-side1 {
        margin-bottom: 4%;
        margin-top: 4%;
        width: 98%;
    }
    .midspace-div {
        display: none;
    }
    .advhome {
        width: 99%;
    }
    .ftr-div1 {
        width: 100%;
        margin-bottom: 5%;
    }
    .ftr-div2 {
        width: 100%;
        margin-bottom: 5%;
    }
    .ftr-div3 {
        width: 100%;
        text-align: center;
    }
    .ftr-div4 {
        float: none;
        display: inline-block;
        padding-top: 2%;
    }
    .ftr-div5 {
        float: none;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .manf-gearlogo {
        display: none;
    }
    .manf {
        width: 92%;
    }
    .manf-adr {
        padding: 3% 2% 0 2%;
    }
    .div_paging {
        margin: 0 auto;
        text-align: center;
        font-size: 15px;
        margin-bottom: 4%;
        margin-top: 3%;
        width: 100%;
    }
    .pag_pre {
        float: none;
    }
    .pag_nex {
        float: none;
    }
    .pag_num {
        float: none;
        display: inline-block;
        margin: 1% 0 0 0;
        width: 90%;
    }
    .pro_cat1 {
        width: 96%;
        margin-bottom: 5%;
    }
    
    
.vendet-container {   
    display: block;
    margin-bottom: 2%;
}
.vetdet-tital {    
    width: 100%;
    text-align: center;   
}

.vet-detail {   
    width: 100%;  
    text-align: center;
}
    
}
