@media (min-width: 767px) {

  .navbar-header{
    float: none;
  }

  .carousel-caption {
    background: rgba(0, 0, 0, 0.47);
    padding: 0 15px 30px 14px;
    font-size: 14px;
  }

  .carousel-caption h3{
    color: #fff;
  }

  .menu-base-theme a:hover, 
  .menu-base-theme a:focus, 
  .menu-base-theme a:active, 
  .menu-base-theme a.highlighted{
    color: #FFF;
    text-decoration: none;
    background: transparent;
  }

  .region-primary-menu{
    background: #fff;
    border-radius: 3px;
    width: 100%;
    margin-top: 14px;
  }

  .region-primary-menu,
  .menu-base-theme li a{
    background: #5b0d10;
  }

  .custm-anonymous-user .region-primary-menu,
  .custm-anonymous-user .menu-base-theme li a{
    background: #000;
  }

  .slideshow{
    display: block;
  }

  .main-menuwrap nav {
    background: #272727; 
  }

  .menu-base-theme a{
    border: 0;
  }

  .menu-base-theme > li{
    border: 0;
    /* background: url(../images/nav-border.png) repeat-y right; */
    padding: 0 2px 0 0;
  }

  .menu-base-theme a span.sub-arrow {
    padding: 0;
      top: 20px;
      margin-top: 0;
      bottom: 2px;
      right: 5px;
      margin-left: -5px;
      left: auto;
      width: 14px;
      height: 14px;
      /* border-width: 7px; */
      /* border-style: solid dashed dashed dashed; */
      /* border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); */
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="11" viewBox="0 0 15 11" fill="none"><path d="M7.33658 10.9999H7.33336C7.14659 10.9999 6.96626 10.9162 6.84712 10.7713L0.181427 2.86587C-0.0472027 2.59538 -0.0117812 2.18642 0.258711 1.95779C0.529202 1.72916 0.93816 1.76459 1.16679 2.03508L7.34624 9.36412L13.7125 2.02864C13.9443 1.76137 14.3533 1.73238 14.6205 1.96423C14.8878 2.19608 14.9168 2.60504 14.6849 2.87231L7.82282 10.7778C7.70046 10.9194 7.52335 10.9999 7.33658 10.9999Z" fill="white"/><path d="M7.43636 5.91862C5.80375 5.91862 4.47705 4.59192 4.47705 2.95931C4.47705 1.3267 5.80375 0 7.43636 0C9.06897 0 10.3957 1.3267 10.3957 2.95931C10.3957 4.59192 9.06897 5.91862 7.43636 5.91862ZM7.43636 1.28806C6.5154 1.28806 5.76511 2.03835 5.76511 2.95931C5.76511 3.88027 6.5154 4.63056 7.43636 4.63056C8.35732 4.63056 9.10761 3.88027 9.10761 2.95931C9.10761 2.03835 8.35732 1.28806 7.43636 1.28806Z" fill="white"/></svg>');
      border: navajowhite;
      background-size: contain;
      background-repeat: no-repeat;
      filter: grayscale(9) brightness(1);
      font-size: 0;
  }

  .menu-base-theme ul {
    border: 1px solid #a8a8a8;
    padding: 0;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.74);
  }

  .menu-base-theme ul.has-submenu li {
    border-bottom: 1px solid #fff;
  }

  .welcome-banner-text h2{
    font-size: 50px;
  }

  .welcome-banner-text{
    font-size: 14px;
  }

  .bottom-widgets{
    text-align: left;
    padding: 50px 0;
  }

  .footerwidget{
    padding: 0 20px;
  }

  .credit-link{
    text-align: right;
  }

  .social-media{
    float: right;
  }

  .social-media a{
    margin: 0 0 0 10px;
  }

  /*comment*/

  .comment-wrap .author-details{ width: 10%; }

  .comment-wrap .author-comments{ width: 90%;}
}

@media (max-width: 766px) {
  .region-primary-menu {
    display:none;
  }
  .footer-menu-list-primary {
    gap: 15px;
    flex-direction: column;
    align-items: center;
}
.footer-menu-list-secondary {
    gap: 15px;
    margin: 25px 0;
    flex-direction: column;
    align-items: center;
}
.footer-social-icons {
    gap: 20px;
    justify-content: center;
}
.footerwidget .region-footer-first #block-creative-responsive-theme-footeraddress {
    padding: 1rem 0;
}
.company-contact-details {
    text-align: center;
    line-height: normal;
    padding: 1rem 0rem;
    border-right: none;
}
.footerwidget .region-footer-first #block-creative-responsive-theme-footersignup {
    padding: 1rem 0rem;
    text-align: center;
}
.signup-text a.pink-btn {
    float: inherit;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0;
}
}