.gx-only-banner-outer{
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;

}
.gx-ban-search-outer{
  background-color: #fff;
  padding:80px 0px;
  box-sizing: border-box;
}
.gx-only-banner-outer img {
  width: 100%;
}
.gx-ban-search-left-heads h1 {
  margin: 0px;
  font-size: 65px;
  line-height: 65px;
  font-weight: 300;
  color: #00263E;
  margin-bottom: 20px;
}

.gx-ban-search-left-btns a {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  background-color: #00263E;
  padding: 14px 18px;
  border-radius: 20px;
}

.gx-ban-search-left-btns a img.cross-icon {
  vertical-align: middle;
  padding-right: 5px;
  width: 13px;
}

.gx-ban-search-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gx-ban-search-left {
  flex: 0 40%;
}

.gx-ban-search-right {
  flex: 0 50%;
}

.gx-pops-heads p {
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #00263E;
  opacity: 50%;
  margin-bottom: 10px;
}

.gx-popular-topic-rep-outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.gx-popular-topic-rep-inner a {
  font-size: 20px;
  line-height: 20px;
  color: #00263E;
  font-weight: 400;
  display: inline-block;
  position:relative
}
.gx-popular-topic-rep-inner a:after{
  position:absolute;
  content:'';
  background-image:url(https://21079245.fs1.hubspotusercontent-na1.net/hubfs/21079245/BBQ%20LP/GX-2024/Expand.png);
  background-repeat:no-repeat;
  background-size:10px;
  width:10px;
  height:10px;
  top:40%;
  right:-20px;
}


.gx-site-search {
  margin-bottom: 15px;
}
.gx-site-search  form.new-form {
  position: relative;
}

.gx-site-search  form.new-form:after {
  content: '';
  position: absolute;
  background-image: url(https://21079245.fs1.hubspotusercontent-na1.net/hubfs/21079245/BBQ%20LP/GX-2024/Vector-3.png);
  background-repeat: no-repeat;
  background-size:20px;
  height:20px;
  width:20px;
  left:3%;
  top:30%;
}
.gx-site-search form input[type=text]{
  padding:7px 10px 10px 50px;
  background-color: rgb(0 38 62 / 5%);
  border:rgb(0 38 62 / 5%);
  color:#00263E50;
}
.gx-site-search form input[type=text]::placeholder {
  color:rgb(0 38 62 / 50%);!important;
  font-size:16px!important;
  line-height:22px!important;
  font-weight:400!important;
}
.gx-site-search form button.search-button.new-val {
  border: none;
  color: #00263E;
  opacity: 50%;
  font-size: 13px;
  line-height: 15px;letter-spacing: 0.65px;
  font-weight: 700;
  position: absolute;
  right: 0;
      cursor: pointer;
    padding: 14px 18px;
  top: 7%;
}
.gx-site-search form button:hover{
  background:transparent;
}



/* media query */
@media(max-width:920px){
  .gx-popular-topic-rep-inner {
    margin-bottom: 10px;
    flex: 0 49%;
  }
}
@media(max-width:767px){
  .gx-ban-search-left {
    flex: 0 100%!important;
    margin-bottom:20px;
  }

  .gx-ban-search-right {
    flex: 0 100%!important;
  }
  .gx-ban-search-left-heads h1 {
    font-size:40px;
    line-height:40px;
  }
}

@media(max-width:467px){
  .gx-ban-search-left-heads h1 {
    font-size:28px;
  }
}

@media(max-width:380px){
  .gx-popular-topic-rep-inner {
    flex: 0 100%;
    margin-bottom: 10px;
  }
}