.main_slider .item {
  background-image: url(../images/Godrej_Golf_Link_Revealer_desktop.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}
.site_header .container{
  align-items: center;
}
.brand_logo img {
    filter: invert(0) !important;
    width: 80px;
}
.form_close {
    display: block;
    text-align: right;
    color: #fff;
    position: absolute;
    right: 5%;
    top: 1%;
}
.brand_logo {
    max-width: 5% !important;
    width: 15%;
    margin:auto !important;
}
.fp-viewing-home .form_close{
    display: block !important;
}
.fp-viewing-home #fixed_form_wrap{
    display: none;
}
.fp-viewing-home #fixed_form_wrap.active{
    display: block;
}

#fixed_form_wrap.active{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    height: auto !important;
}
.form_container{
    padding: 20px !important
}
.fieldwrapper_row{
    gap:5px;
}
.site_heading5{
    text-align: center;
}
@media (max-width:768px) {
  .main_slider .item {
  background-image: url(../images/Godrej_Golf_Link_Revealer_mobile.jpg);
  }
  #fixed_form_wrap.active{
      height:100% !important;
  }
}
.brand_logo{
  max-width: 15% !important;
  margin: 0 20px 0 auto;
}
.brand_logo img{
  filter: invert(1);
}
.location_txt {
    position: absolute;
    bottom: 0;
    left: 1%;
    max-width: 450px;
    width: 100%;
}
@media only screen and (max-width: 1023px) {
    .location_txt {
        position: static;
    }
}