@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&amp;display=swap');
*{margin:0px;padding:0px;}
section.gyeer {
	background:#fafafa;
	padding:50px 0;
}
.lstng_tle{
	font-family:'Ubuntu';
	color:#000;
	line-height:40px;
	font-size:29px;
	padding-top:15px;
	font-weight:bold;
}
.lstng_tle_anl{
	font-family:'Ubuntu';
	color:#000;
	line-height:40px;
	font-size:29px;
	padding-top:15px;
	font-weight:bold;
	text-align:center;
}
.srch_cty {
  position: relative;  
  float: left;
  min-width: 200px;
}
 
.srch_cty:after {
  content: '>';
  font: 17px "Consolas", monospace;
  color: #000;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  top: 18px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
 
.srch_cty select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dedede;
  -ms-word-break: normal;
  word-break: normal;
  font-family:'PT Sans';
}
.tbsbtt {
	width:auto;
	margin-top:35px;
}
.btn_blw {
    background-color: #e0dcdc;
    color: #000;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 10px 30px;
    text-align: center;
    font-size: 17px;
	font-family:'PT Sans';
    font-weight: 400;
    border: none;
 }
.btn_blw:hover {
	background:#438adf;
	color:#fff;
}
.btn_gre {
    background-color: #e0dcdc;
    color: #000;
    border-top-right-radius: 25px;
    border-bottom-right-radius:25px;
    padding: 10px 30px;
	font-family:'PT Sans';
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    border: none;
}
.btn_gre:hover {
	background:#438adf;
	color:#fff;
}
.btntb_active {
    background-color: #115cb7;
    color: #fff;
	transition:2s;
}
.nstedtbt {
	width:auto;
	margin-top:25px;
}
.mstbtntbs {
	background:#f0efef;
	color:#000;
	font-family:'PT Sans';
    text-align: center;
    font-size: 17px;
	padding:8px 25px;
	border:1px solid #dedede;
	box-shadow:0px 0px 25px #ccc;
	margin-right:15px;	
}
.mstbtntbs:hover {
	background:#fcfcfc;
}
.mstbtntbs_active {
	background:#fff;
}
.paging {
	display:inline-block;
	margin:35px 0;
}
.paging a {
	padding:8px 13px;
	text-align:center;
	font:15px/18px 'PT Sans', sans-serif;
	background:#fff;
	margin:0px!important;
	border-radius:5px;
	border:1px solid #dedede;
	cursor:pointer
}
.paging a, .paging a:visited, .paging a.act {
	color:#343434;
	text-decoration:none;
}
.paging a:hover, .paging a.act {
	background:#115cb7;
	border:1px solid #3580c4;
	color:#fff;
	text-decoration:none;
}
.paging a:hover {
	color:#fff!important
}


.cmp_lst {
	margin:25px 0;
}
.cmp_lst>ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.cmp_lst>ul>li {
	font-size:13px;
	font-weight:400;
	font-family: "Ubuntu", sans-serif;
	line-height:22px;
	display:inline-block;
	color:#0c0c0c;
	width:43%;
	border-bottom:1px dashed #dedede;
	padding:12px 0px 12px 28px;
	margin:0px 30px;
	background-image:url('https://www.exportgenius.in/listing_page/images/blut_icn_lsting.png');
	background-repeat:no-repeat;
	background-position:5px 16px;
	text-decoration:none;
	transition:1s;
}
.cmp_lst>ul>li a{
	color:#0c0c0c;
	text-decoration:none;
}
.cmp_lst>ul>li a:hover{
	color:#e74c3c;
	text-decoration:none;
}


.paging_lsc_red {
	margin:25px 0px;
}
.paging_lsc_red a {
	padding: 8px 12px;
	text-align:center;
	 font-weight:400;
	 font-size:14px;
	margin:2px;
	border-radius:5px;
	background-color:#e7e7e7;
	border:1px solid #dedede;
	font-family:'PT Sans';
	cursor:pointer;
	display:inline-block;
}
.paging_lsc_red a, .paging_lsc_red a:visited, .paging_lsc_red a.act {
	color:#000
}
.paging_lsc_red a:hover, .paging_lsc_red a.act {
	background:#115cb7;
	color:#fff;
 
}
.paging_lsc_red a:hover {
	color:#fff!important
}

.pdg20{padding:20px 0;}

.listingpgw{
	
}

.listingpgw>h1{
	 font-family: "Ubuntu", sans-serif;
	color:#000;
	font-size:33px;
	font-weight:600;
}

.lstsb{text-align: center;}
.lstsb>h2{
	font-family: "Ubuntu", sans-serif;
	font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    padding:0 0 5px;
}
.lstsb>p{
	font-family: "Ubuntu", sans-serif;
	font-style:14px;
	line-height: 24px;
}

.paging_lsc_red{
	margin:0 0 15px;
}

.paging_lsc_red>ul{}
.paging_lsc_red>ul>li{
	float: left;
}



@media only screen and (max-width:800px) {
.cmp_lst>ul>li {
	font-size:15px;
	font-weight:400;
	line-height:22px;
	display:inline-block;
	color:#0c0c0c;
	width:80%;
	border-bottom:1px dashed #dedede;
	padding:12px 0px 12px 28px;
	margin:0px 30px;
	background-image:url('https://www.exportgenius.in/listing_page/images/blut_icn_lsting.png');
	background-repeat:no-repeat;
	background-position:5px 16px;
	text-decoration:none;
	transition:1s;
}

}