* {
  box-sizing: border-box;
}

form {
  margin: 15px auto 110px;
}

.intilogo  {
top:17px;
z-index:1000;
position:fixed;
border:0px;
height: 35px;
left:250px;

}


.topbar {
top:220px;
width: 800px; /*follow your image's size*/
height:0;/*follow your image's size*/
position:absolute;
z-index:1;
background-color:#ebecec;
left:50%;
transform: translate(-50%, -50%);
 border:0px solid #9a9a9a;
  border-radius: 50px 50px 50px 50px;
  text-align:left;
  
 	  
	  
	  
	  }

.search_bar {
   border: 0px solid #bcbdbd;
   border-radius: 3px;
  position: relative;
  max-width: 420px;
  height: 78px;
  font-family: 'Lato', sans-serif;
  z-index:1;
  top:265px;
  

  

}
.search_bar input[type=text] {
	background-color:#ebecec;
  box-shadow: none;
  width: 100%;
  padding: 0.9em;
  margin: 0;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  height:78px;
  color:#000;
  border-radius:50px 50px 50px 50px;

   

  
}
.search_bar input[type=text]:focus {
  outline: none;
}
.search_bar button[type=submit] {
  color: rgba(255, 255, 255, 0);
  height:auto;
  min-width: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 0px 50px 50px 0px;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
		  border-radius:10px;
background-color: transparent;
	outline:none;		 
		  
		  
}
.search_bar button[type=submit]:after {
  position: absolute;
  top: 34%;
  right: 0;
  bottom: 22%;
  left: 0%;
  font-family: 'icomoon';
  content: "\f002";
  color:#ed1b24;
  font-size:2em;
    border-radius: 0px 50px 50px 0px;
  background-color: transparent;
  outline:none;
  
  
  
 
}
.search_bar button[type=submit]:hover, .search_bar button[type=submit]:focus {
  cursor: pointer;
  border-radius:50px 50px 50px 50px;

}
.search_bar .search_dropdown {
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  font-size:1.1em;
  width: 105px;
  background-color:#ebecec;
border-radius:50px 0px 0px 50px;
  color: #000;
  padding: 0 28px 0 13px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-sizing: content-box;
  height:78px;
  text-align:center;
  outline:none;
  
  
}
	
.search_bar .search_dropdown:after {
  content: "\2193";
  text-align:center;
  outline:none;
}
.search_bar .search_dropdown:hover, .search_bar .search_dropdown.active {
   background: linear-gradient(#ebecec, #ebecec);
  cursor: pointer;
  color:#000;

 
}
.search_bar .search_dropdown > span {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  white-space: nowrap;
  font-size: 15px;
  color:#000;
  
}
.search_bar .search_dropdown ul {
  display: none;
  position: absolute;
  top: 105%;
  left: -1px;
  font-size: 14px;
  width: 225px;
  background: #fff;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #000;
  border-radius: 3px;
  padding: 7px 0;
}
.search_bar .search_dropdown li {
  list-style-type: none;
  margin: 0;
  padding: 5px 18px;
  color: #ed1b24;
  line-height: 1.2em;
  position: relative;
}
.search_bar .search_dropdown li:hover {
  background: #ed1b24;
}
.search_bar .search_dropdown li.selected {
  background: #ed1b24;
  color: #fff;
}
.search_bar.small {
  max-width: 300px;
}
.search_bar.small input[type=text] {
  font-size: 13px;
}
.search_bar.large {
  max-width: 560px;
}
.search_bar.large input[type=text] {
  font-size: 16px;
}
.search_bar.larger {
  max-width: 700px;
}
.search_bar.larger input[type=text] {
  font-size: 18px;
}
.search_bar.huge {
  max-width: 780px;
  
}
.search_bar.huge input[type=text] {
  font-size: 18px;
  text-align:center;
}
.search_bar ::-webkit-input-placeholder {
  font-weight: 400;
}
.search_bar :-ms-input-placeholder {
  font-weight: 400;
}
.search_bar ::-ms-input-placeholder {
  font-weight: 400;
}
.search_bar ::placeholder {
  font-weight: 400;
}

@media only screen and (min-width : 360px) and (max-width : 666px)  {
	
	
	
	.topbar {
top:220px;
width: 800px; /*follow your image's size*/
height:100px;/*follow your image's size*/
position:absolute;
z-index:1;
background-color:#e9e9e9;
left:50%;
transform: translate(-50%, -50%);
 border:0px solid #e9e9e9;	
   border-radius: 50px 50px 50px 50px;}
	
	
	
	
	.search_bar {
  background: #e9e9e9;
  top:98px;
  width:auto;
  height:60px;
	border-radius:50px 50px 50px 50px;
	font-size:0.9em;
	z-index:1;
	
  

}

.search_bar input[type=text] {
	background-color:#e9e9e9;
	color:#414040;
	height:60px;
	text-align:center;
	 border-radius: 50px 50px 50px 50px;

	
	
	
	
	 }

.search_bar input[type=text]:focus {
  outline: none;
    color:#414040;
	background-color:#e9e9e9;
	
	
}
.search_bar button[type=submit] {
  background:#e9e9e9;
  	height:60px;
	 border-radius: 50px 50px 50px 50px;
	
		   
}

.search_bar button[type=submit]:hover, .search_bar button[type=submit]:focus {
  background:#e9e9e9;
  cursor: pointer;
  

}



.search_bar button[type=submit]:after {
color:#757777;
  
 }


.search_bar .search_dropdown {
  background-color:#e9e9e9;
  color:#414040;
  	height:60px;
	 border-radius: 50px 50px 50px 50px;
	 width:75px;
	 text-align:center;


}
.search_bar .search_dropdown:after {
 border-radius: 20px;
  background: url("http://library.inti.edu.my/library/custom/img/arrow2.svg") no-repeat top left;

}
.search_bar .search_dropdown:hover, .search_bar .search_dropdown.active {
   background-color: #e9e9e9;
  cursor: pointer;
  border: 0px;
  color:#414040;
}
.search_bar .search_dropdown > span {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  white-space: nowrap;
  font-size: 15px;
  color:#000;
}
.search_bar .search_dropdown ul {
  display: none;
  position: absolute;
  top: 105%;
  left: -3px;
  font-size: 14px;
  width: 25px;
  background: #fff;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #000;
  border-radius: 3px;
  padding: 7px 0;
}
.search_bar .search_dropdown li {
  list-style-type: none;
  margin: 0;
  padding: 5px 18px;
  color: #ed1b24;
  line-height: 1.2em;
  position: relative;
}
.search_bar .search_dropdown li:hover {
  background: #ed1b24;
}
.search_bar .search_dropdown li.selected {
  background: #ed1b24;
  color: #fff;
}	

.search_bar.small {
  max-width: 300px;
}
.search_bar.small input[type=text] {
  font-size: 13px;
}
.search_bar.large {
  max-width: 560px;
}
.search_bar.large input[type=text] {
  font-size: 16px;
}
.search_bar.larger {
  max-width: 700px;
}
.search_bar.larger input[type=text] {
  font-size: 18px;
}
.search_bar.huge {
  max-width: 780px;
}
.search_bar.huge input[type=text] {
  font-size: 15px;
  text-align:center;
}
.search_bar ::-webkit-input-placeholder {
  font-weight: 400;
}
.search_bar :-ms-input-placeholder {
  font-weight: 400;
}
.search_bar ::-ms-input-placeholder {
  font-weight: 400;
}
.search_bar ::placeholder {
  font-weight: 400;
}