
/* Submit Ticket Button */
.tic {
  background-color:transparent ;
  color: white;
 padding: 1px 2px;
  font-size: 15px;
  border: none;
  width: 5%;
  float: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
    border-radius: 1000px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  background-size: 100% 100%;
  animation: mymove 4s linear infinite;
  
}


/* Dropdown Button */
.dropbtn {
  background-color:transparent ;
  color: white;
  padding: 35px;
  font-size: 15px;
  border: none;
  width: 35%;
  float: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  background-size: 100% 100%;
  animation: mymove 4s linear infinite;
}

.menucon{
padding: ;
}
.Header__clBoth{
padding:1px;
}

.Header__navbtn{
padding: 2px;
}

.Header__menuicon{
position: relative;
 width: 100%;
  padding: 5px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  background-color:transparent;
  position: relative;
  display: inline-block;
  padding: 12px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: salmon;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: transparent;
  color: #19b053;
 }

.tic:hover .tic {background-color: transparent;
  color: #19b053;
 }
<script type="text/javascript" id="zohodeskasap">var d=document;s=d.createElement("script"),s.type="text/javascript",s.id="zohodeskasapscript",s.defer=!0,s.nonce="{place_your_nonce_value_here}",s.src="https://desk.zoho.com/portal/api/web/asapApp/194740000140936605?orgId=651516806",t=d.getElementsByTagName("script")[0],t.parentNode.insertBefore(s,t),window.ZohoDeskAsapReady=function(s){var e=window.ZohoDeskAsap__asyncalls=window.ZohoDeskAsap__asyncalls||[];window.ZohoDeskAsapReadyStatus?(s&&e.push(s),e.forEach(s=>s&&s()),window.ZohoDeskAsap__asyncalls=null):s&&e.push(s)};</script>


