* {
    outline: none;
}
.whybuy {
    padding: 20px 20px 50px 20px;
}

.single-features {
    margin-bottom: 20px;
    padding: 35px 20px 25px 20px;
    background: #f9fdfc;
    border: 1px solid #D9E4E6;
    border-radius: 5px;
    min-height: 270px;
}

.single-features .feature-icon {
    display: inline-block;
    margin-bottom: 32px;
    background: rgb(185 247 241 / 20%);
    border-radius: 50%;
    border: 1px solid #c7eaff;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
}

.single-features .feature-icon svg {
    height: 35px;
    width: 35px;
}
.card {
    margin: 0 auto;
    border: none;
}
@media (min-width: 768px){
.pagination {
    display: flex !important;
    padding-left: 0;
    border-radius: 4px;
    margin: 0 auto 0!important;
    width: 100%;
    text-align: center;
    justify-content: center;
}
}


.dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    order: none;
      padding: 15px;
      background: #fff;
      border-radius: .5rem;
      box-shadow: 0 0 42px 0 rgb(32 32 32 / 15%);
      -webkit-box-shadow: 0 0 42px 0 rgb(32 32 32 / 15%);
      z-index: 20;
      will-change: transform;
      top: 25px;
      left: 0px;
      transform: translate3d(-150px, 0px, 0px);
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }
  .dropdown-content>p{
      min-width: 200px;
      width: 100%;
      float: left;
      clear: both;
      position: relative;
      text-align: left;

  }

  .dropdown-content>p>a {
      width: 100%;
      /* padding: 14px 20px 14px 10px; */
      border-bottom: 1px solid #e4e8ec;
      display: inline-block;
      /* float: left; */
      color: #70798b !important;
      font-size: 14px !important;

  }

  .navigation-portrait .nav-menus-wrapper {

    background-color: #fff;
  }
  .navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #dbdcde;
}

.general_header .nav-menu>li>a {
    /* color: #31429a; */
    font-weight: 700;
}
