@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){

select#srchtname{
text-indent:210px;
}
select#srchtname1{
text-indent:225px;
}
select#srchtname2{
text-indent:210px;
}

}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

	select#srchtname{
	text-indent:102px;
}
select#srchtname1{
	text-indent:113px;
}
select#srchtname2{
	text-indent:100px;
}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
select#srchtname{
text-indent:170px;
}
select#srchtname1{
text-indent:180px;
}
select#srchtname2{
text-indent:170px;
}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

select#srchtname{
	text-indent:128px;
}
select#srchtname1{
	text-indent:143px;
}
select#srchtname2{
	text-indent:128px;
}
}

