.basic, .basic1{
	width:100%;
	border:1px solid #c9c8c8;
	height:40px;
	padding: 0.675rem 0.575rem;
	cursor:pointer
}
.imgCountry{
	width:20px;	
}
.countrydrop, .countrydrop1{
	border:1px solid #ddd;
	width:83%;
	position:absolute;
	list-style-position:outside;
	background-color: #fff;
	z-index:999
}
.countrydrop li, .countrydrop1 li{
	list-style-type:none;
	padding:10px;
	text-align:left;
	margin-left: -16px;
	cursor:pointer
}

@media (min-width: 768px) and (max-width: 1024px) {
  
 	.basic, .basic1{
		font-size:13px
	}
	.imgCountry {
	    width: 13px;
	}
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
	.basic, .basic1{
		font-size:13px
	}
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media ( max-width : 767px) {
  	.basic, .basic1{
		text-align: center!important;
		font-size:13px
	}
  	.countrydrop li, .countrydrop1 li {
  		font-size:14px
  	}
  	.countrydrop, .countrydrop1 {
   		width: 87%!important;
  	}
}
    