.banner-container.containerdynamic-fixed {
    display: none;
}
div.banner-container {
    background: transparent;
/*height:420px;*/
background-size:1170px 100%;
}

@media (max-width: 1000px) {
    div.banner-container {
  background-size: 100%!important;
  height: 35vw !important;
}
}
li.menu-heading:nth-child(7) a {
    color: #f8c438 !important;
}

.center {
  text-align: center;
}

.social-media {
  color: #F8C438;
    font-size: 3em;
}

form.custom-form {
	color: #000;
	padding: 10px 0;
}


/**************DROP IN BTN*******/

a.btn.btn-default.detail {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 14px 80px;
    border-radius: 0;
    background: #00b2af!important;
    border-color: none!importnat;
}
.btn-vdetails {
    text-align: center;
}
@media (max-width: 968px)  {
#element-8b00ae07a1664deab94ab9946e4874fa .custom-form {
display:none
}
#row-4fe7042611fa4a5386e642bad24dd546 .custom-form {
display: block;
   margin-left: 40%;
    margin-top: 15%;
}
}

@media (min-width: 968px) {
#row-4fe7042611fa4a5386e642bad24dd546 .custom-form {
        display:none;
}

}