.gh-menu{
    background-color: #FFE500;
}
.gh-menu-li a{

    background-color: #58AF47  !important;
}
.nav-link span{
    color: rgb(189, 185, 185) !important;
    
}
.gh-center{
text-align: left;
}
.gh-input{
    display: flex;
    justify-content: space-between;
    height: 50px;
    position: relative;
}
.gh-input input{
    width: 95%;
    height: 100%;
    padding: 0;
    padding-left: 30px;
    box-sizing: border-box;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.gh-input .gh-search{
    height: 100%;
    width: 5%;
    background-color: #04BFF3;
}
.gh-input .gh-search {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.gh-input .gh-search div i{
    color: white;
}
.gh-input .gh-location{
    position: absolute;
    left: 14px;
    top: 14px;
}

.gh-text p{
    color: black;
}

.gh-wrp{
    display: flex;
    
}
.gh-show-btn{
    display: flex;
    align-items: center;
}
.gh-show-btn div{
    height: 30px;
    display: flex;
    align-items: center;
  
}
.gh-show p{
    margin-bottom: 30px;
}
.gh-show h1{
  
    font-size: 28px;
}
.gh-show-btn div:nth-child(1){
    background: url('../images/ribbon-left--orange.svg')   no-repeat ;
    height: 56px;
    width: 25px;
    
  
}
.gh-show-btn div:nth-child(2){
    background: url('../images/DM_20230509032647_001.svg') 0px  no-repeat ;
    height: 56px;
    width: 100%;
    color: #f5f5f5;
    font-size: 18px;
    
    
  
}
.gh-show-btn div:nth-child(3){
    background: url('../images/arrow-right--orange.svg') 0 no-repeat ;
    background-size: 100%;
    height: 56px;
    width: 40%;
    
  
}

.gh-centers{
    position: absolute;
    top: 54px;
    left: 21px;
}
.gh-sd{
    position: relative;
}
@media(max-width:1200px){
    .gh-centers{
        position: absolute;
        top: 88px;
        left: 53px;
    }
}



@media(max-width:768px){
    .gh-search{
       padding: 0 20px;
    }
    .gh-centers{
        display: none;
    }
}

@media(max-width:980px){
    .fp-nav-green {
        background-color:#FFE500 !important;
        border: 2px solid #ae9d01 !important;
    }
    
    
}


.span6{
    background-color:#FFE500 !important;
    border: 2px solid #ae9d01 !important;
}
.text-center div h1 a{
    color: black !important;
}
.nav-item a span{
    color: black !important;
    
}