.form-bg {
    background-color: transparent !important;
}
.zfFormHeader h2  {
    color: #0D82D2 !important;
}
.zplight-section-bg.curslide.white-bg, .zplight-section-bg {
  background-color: #fff !important;
}
.terms-left-img img{
    max-height:500px;
    object-fit:cover;
}
.trailer-box-img img{
    max-height:450px;
    object-fit:cover;
}
.theme-header .zpcontainer .theme-branding-info .theme-site-name-caption,
.theme-header .zpcontainer .theme-branding-info .theme-site-name-caption{
    display:none;
}
.zptable table{
    width:100% !important;
}
.custom-topbar a {
  font-size: 14px;
    display:flex;
    align-items: center;
    color:#fff;
}
.custom-topbar {
  display: flex;
  justify-content: space-between;
    background-color: #000000;
}
.custom-topbar svg{
    width:16px;
    fill: #fff;
    margin-right:7px;
}
.topbar-inner{
    display: flex;
  justify-content: space-between;
   height: 40px;
    width:100%;
}
.theme-lang-container .theme-lang-dropdown li span {
    text-transform: capitalize;
}
.form-box {
    max-width: 760px;
    margin: auto;
}
 .theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected > a,
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover > a{
    background: transparent;
    color: #A39279;
  }

@media (min-width: 992px) {
  .theme-header-fixed {
    position: absolute;
      top: auto !important;
    }
}
