/* ============= 767 =========== */
@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
  ul.second-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }
  .top-nav-items {
    padding: 0px 0;
    flex-direction: column-reverse;
  }

  .top-nav-items ul.second-nav li {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-right: 0px solid #712277;
    position: relative;
    flex-wrap: wrap;
    margin: 0;
    min-height: 65px;
    padding: 5px 10px;
  }
  .top-nav-items ul.second-nav li:nth-child(3),
  .top-nav-items ul.second-nav li:nth-child(4) {
    border-top: 1px solid #712277;
  }
  .top-nav-items ul.second-nav li:after {
    content: "";
    background-color: #712277;
    width: 1px;
    height: 30px;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-nav-items ul.second-navul li:last-child::after {
    display: none;
  }

  .top-nav-items .dropdown .dropdown-toggle {
    padding: 8px 15px;
    border-radius: 0;
    position: relative;
    width: 100%;
    font-size: 0.75rem;
    display: block;
    padding-right: 25px;
  }

  .top-nav-items .dropdown {
    margin-right: 0;
  }

  .top-nav-items ul.dropdown-menu {
    width: 100%;
    text-align: center;
    margin-left: 0% !important;
    margin-top: -1px !important;
  }

  .top-nav-items ul.second-nav li a {
    font-size: 0.65rem;
  }

  .top-nav-items .dropdown-toggle::after {
    top: 12px;
  }

  .top-nav-items .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
    top: 7px;
  }

  .hero-btns {
    grid-template-columns: 100%;
    grid-row-gap: 20px;
  }
  .theme-btn {
    padding: 10px 10px;
    font-size: 18px;
  }
  .hero-inner {
    padding: 0 20px;
  }
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .modal-btns {
    grid-template-columns: 100%;
    grid-row-gap: 15px;
  }
  .modal-btns a {
    padding: 15px 0;
  }
  .back-to-top {
    bottom: 0;
  }
  .topBar p,
  .topBar p a {
    font-size: 12px;
  }
  .topBarSecond p {
    font-size: 12px;
  }
  .como-block h2 img {
    max-width: 50px;
    margin-right: 10px;
  }
  .como-table-row {
    grid-template-columns: 85px 70px 1fr 1fr;
    grid-column-gap: 3px;
    font-size: 14px;
  }
  p.footer-text {
    text-align: center;
  }
  .bannerv04 {
    text-align: center;
  }
  .bannerv04 h2 {
    margin-bottom: 15px;
  }
  .banner-04 {
    background-image: none;
    padding: 0;
  }
  .blockv5-left {
    padding: 30px 0;
    border-right: 0px solid #007f86;
    border-bottom: 3px solid #007f86;
    margin-bottom: 30px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .blockv5-right {
    padding-left: 0;
    text-align: center;
  }
  .pagina ul {
    padding-left: 20px;
  }
  .pagina ul li {
    display: block;
    border-right: 0px solid #712277;
    padding-right: 0;
    margin-right: 0;
    padding: 8px 0;
    font-size: 18px;
  }
  .pagina ul li br {
    display: none;
  }
  .blockv7-table-row {
    grid-template-columns: 100%;
  }
  .securityInfo.securityInfoHeight .securityInfo_inner {
    padding-right: 0;
  }
  .showMore {
    position: absolute;
    right: 5px;
    top: 20px;
  }
  .showMore span {
    display: none;
  }
  .securityInfo.securityInfoHeight .row .col-md-4 .content-inner {
    padding-bottom: 0;
    padding-top: 0;
  }
  .securityInfo .content-inner .dummytext h3 {
    font-size: 16px;
  }
  section.securityInfo.homePageSecurityInfo.securityInfoHeight .dummytext {
    display: none !important;
  }
  .securityInfo .securityInfo_inner {
    height: 150px;
  }
  .dummytext p {
    line-height: 20px;
  }
}
/* ============= 767 =========== */
