  .Footer__footerQus, .Footer__footerDescription{
  font-size: 0
}
.Footer__footerQus::before{
  content: "Still need help?";
  font-size: 1.875rem;
  color: #333
}
.Footer__footerDescription::before{
  content: "Submit a support ticket and we'll get back to you promptly";
  font-size: 1rem;
  color: #333
}
@media (max-width: 48em){
  .Footer__footerQus::before{
    font-size: 1.375rem
  }
}

    background-color: #ffffffa1;
}

.home .Header__homeContent .Header__searchSection {
    padding: 6.250rem 0 2rem;
}

#logoutDetails{
display:none;
}
.Header__logo img {
    max-height: 5rem;
}

.Header__homeContent .Header__navbar, .Header__defaultContent .Header__navbar {
    background-color: rgb(255 255 255 / 80%);
}

.html {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.Header__tabs__link {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
portal b {
    font-family: "Montserrat",sans-serif;
}
.commonStyle__zt3BrandBg {
    background-color: #f7ce20;
}

.Button__footerBtn:hover {
  	background: #636363;
  	color: #fff;
}

.Button__footerBtn:after {
  	/* content: "Create a Ticket"; */
}

.Button__footerBtn {
    background: #f7ce20;
    color: #000;
    padding: 1.5rem 1.5rem;
    font-size: 1.5rem;
}
/* new ticket button */

.row {
margin: 10px auto 10px auto;
max-width:750px;

}

.column {
  float: left;
  width: 50%;
  text-align: center;
  padding: 25px;
  line-height: 20px;
  vertical-align: middle;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

 /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
  
} 

.Newticket {
    padding: 1.25rem;
    border: 1px solid transparent;
    letter-spacing: normal;
    padding: 0.7rem 1rem;
    font-size: 1.0005rem;
    border-radius: 2rem;
    background: #f7ce20;
    transition: all .15s ease;
    color: #000;
    display: table;
    Margin:auto;
    box-shadow: 2px 4px 5px #80808099;
}

.Newticket:hover {
  background: #f7ce20;
  color:#000;
}

.NTtext{
    color: #fff;
  	font-size:24px;
}

.Newticket a:hover{
    color: #000;
}

