.logoatag {
    width: 40% !important;
}
#siq_searchForm{
	padding: 1.4rem;
}
.langcolor {
    color: #fff;
    padding: 8.5px 8.5px 8.5px 8.5px;
    border-radius: 6px;
    background-color: #333333; 
}
.search-hover:hover .togglesearch{
display:block !important;
}

.togglesearch:has(input:focus) {
  display: block !important;
}

.cus-box{
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #f7f7f7;
    padding: 5px;

}

.navbar-default.scrolled .langcolor {
    color: #fff !important;
}
    .togglesearch {
       
        position: absolute;
        top: 80px;
        right: 10%;
        width: 165px;
        padding: 5px;
        display: none;
		 box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #f7f7f7;
    }

.togglesearch input[type="text"] {
    width: 155px;
    padding: 5px 14px;
    margin-left: 0px;
    border-radius: 5px;
    outline: none;
	border: solid 1px #d0cece;
    
    background-color: #fff;
}

.togglesearch input[type="button"]{
  width: 80px;
  padding: 5px 0;
  background: #008d62;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #008d62;
  outline: none;
  cursor: pointer;
}

@media (max-width: 2048px){
	.togglesearch {
		 position: absolute;
        top: 70px;
        right: 20%;
        width: 165px;
        padding: 5px;
        display: none;
		 box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #f7f7f7;
	}
	
}

@media (min-width: 1336px){
	.togglesearch{
		
        position: absolute;
        top: 70px;
        right: 10%;
        width: 165px;
        padding: 5px;
        display: none;
		 box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #f7f7f7;
	}
	
}

@media (max-width: 1024px){
	.togglesearch{
		
        position: absolute;
        top: 70px;
        right: 0%;
        width: 165px;
        padding: 5px;
        display: none;
		 box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #f7f7f7;
	}
	
}

@media (max-width: 768px){
	.togglesearch{
		
        position: absolute;
        top: 70px;
        right: 0%;
        width: 165px;
        padding: 5px;
        display: none;
		 box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #f7f7f7;
	}
}
.cus-togglesearch{
		right: -65px !important;
    top: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding-top: 45px !important;
    padding: 0;
}

