@media screen and (max-width: 370px) {
  .guest-block-popup .image-border {
    float: none;
    margin-right: 0;
  }
  .guest-block h4 {
    clear: both;
    line-height: 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  h2.gold-text {
    font-size: 26px !important;
}
h3.gold-text-small {
  font-size: 18px;
}
.gold-text.big-font {
  font-size: 26px !important;
  margin-bottom: 15px;
}
  ul.partners-all li {
    display: inline-block;
    float: none;
    margin-right: 0;
}
ul.partners-all li:nth-child(8) {
  margin-right: 0;
  float: none;
}
  #videobycategory_id {
    margin-top: 5px;
}
  .thumbnail__image {
    height: auto;
}
  .guest-block h4 {
    clear: both;
    line-height: 24px;
    font-size: 16px;
  }
.section-pad.table-booking-area .custom-date {
    margin-left: 0px !important;
}
.section-pad.table-booking-area h1 {
    line-height: 24px;
    font-size: 20px;
}
  ul.partners-all li .sponsor-top-block {
    max-width: 140px;
  }
  .center-mobile {
    text-align: center;
  }
  .form-check-input {
    margin-top: 2px;
  }
  .mfp-auto-cursor .mfp-content {
    padding: 0;
  }
  .finale-top-h4-ul {
    margin: 0 0 10px 0;
  }
  .finale ul {
    padding-left: 10px;
    float: left;
  }
  .padding-top-10 {
    padding-top: 10px !important;
  }
  ul.table-index {
    margin-top: 0;
  }
  .mobile-none {
    display: none;
  }
  .custom-date {
    margin: 0 0 5px 0 !important;
    padding: 5px 10px;
  }
  .contact-us-block {
    text-align: left;
  }
  .contact-us-block h2 {
    font-size: 18px;
  }
  .corporate .btn.btn-2 {
    margin-bottom: 10px;
  }
  #footer .form-control {
    margin-bottom: 0 !important;
  }
  .view-desktop {
    margin-top: -5px;
  }
  .navbar-collapse {
    background: rgba(0, 0, 0, 0.9);
    padding: 15px;
    overflow-y: auto;
    height: auto;
  } 
  /* #navbarNav.collapse::after{
    content: "";
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    height: 100%;
    top: 73px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .mobileMenu{
    position: relative;
    z-index: 2;
  } */
  .navbar-light .navbar-nav li {
    padding: 0;
  }
  .navbar-light .navbar-nav .nav-link {
    border-bottom: 1px solid #333 !important;
    border-bottom: 0;
    padding: 9px 0 !important;
  }
  .navbar-light .navbar-nav li:last-child .nav-link {
    border-bottom: none !important;
  }
  .dropdown-menu .dropdown-item {
      padding: 7px 0;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    background: 0 0;
    padding: 0;
    padding-left: 15px;
  }
  .navbar-light .navbar-toggler {
    float: left;
    margin-top: 10px;
    padding: 4px 8px;
    border-radius: 0;
    margin-right: 12px;
    background: #986a4c;
    border: none;
  }
  .banner.banner-2 {
    height: 36vh;
  }
  .nominations-count-item {
    width: 58px;
    height: 58px;
    line-height: 58px;
    margin: 5px;
  }
  .nominesubmit-area {
    height: 50px;
    padding: 8px 0;
    margin: 0 auto !important;
  }
  .countdown > div {
    margin: 5px 5px;
    height: 58px;
    width: 58px;
  }
  .countdown div > span {
    font-size: 20px;
    line-height: 22px;
  }
  .countdown .smalltext {
    font-size: 11px;
  }
  #counterarea {
    padding: 5px 0 10px 0 !important;
  }
  .box-block {
    margin-bottom: 5px;
    margin-top: 5px;
	height: auto;
  }
  .home-banner-box {
    margin: 10px 0;
  }
  .responsive-margin {
    margin-bottom: 5px;
  }
  #footer p {
    /* margin: 10px 0 0; */
    text-align: left;
  }
  .Thomas-Lyte-Banner-modal-content {
    position: inherit;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 5% 5%;
    z-index: 2;
  }
  .show-only-mobile {
    display: block;
  }
  .show-only-dextop {
    display: none;
  }
  #participent_rest_name,
  #viewer_name {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .show-only-mobile {
    display: none;
  }
  .show-only-dextop {
    display: block;
  }
}

@media (max-width: 990px) {
    .formWrap{
      background: #fff;
      box-shadow: 0 0 10px rgb(0 0 0 / 30%);
      padding: 20px;
      margin: 15px 0;
      border-radius: 6px;
    }

    .formWrap h4{
      margin-bottom: 12px;
      margin-top: 0px;
    }

    .formWrap form input.form-control, 
    .formWrap form input#participent_rest_address, 
    .formWrap form input#restaurant_website{
		  height: 40px;
		  border-radius: 5px;
		  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    }
}