* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html {
    width: 100%;
    height: 100%;
  }
  body {
    width: 100%;
    height: 100%;
    background-color: hsl(223, 64%, 98%);
    font-family: "Kumbh Sans", sans-serif;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }


#advantage .dia-advantage img {
    width: 100%;
}
.custom-accord-item.active .custom-accord-eclipse {
    top: -6px;
    left: -21px;
    background-color: var(--dia-blue);
    height: 41px;
    width: 41px;
    padding: 5px;
    border-radius: 50%;
    position: absolute;
}

.custom-accord {
    padding: 20px 0 20px 40px;
}
.custom-accord-item.active .custom-accord-item-body {
    display: block;
    padding-bottom: 20px;
}
.custom-accord-wrapper {
    max-width: 700px;
}
.custom-accord-item-section {
    position: relative;
    padding-left: 35px;
    border-left: 1px solid var(--dia-light);
}
.custom-accord-item.active .custom-accord-eclipse img {
    display: block;
}
.custom-accord-item-header {
    cursor: pointer;
}
.custom-accord-item.active .custom-accord-item-header h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--dia-blue);
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 15px;
}
.custom-accord-item-body p {
    color: var(--dia-blue);
    font-size: 14px;
}
.custom-accord p, .custom-accord h2 {
    margin: 0;
    padding: 0;
}
.custom-accord-eclipse {
    position: absolute;
    top: 5px;
    left: -7.5px;
    background-color: var(--dia-light);
    border-radius: 9px;
    height: 14px;
    width: 14px;
}

/* =================featured caterories==================== */
.featured-categories {
    background-color: #002c4614;
    margin-bottom: 50px;
    padding-top: 50px;
}
.featured-categories h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
    color: var(--dia-blue);
    text-transform: capitalize !important;
}
.featured-categories .featured-categories-wrapper {
    padding: 0 150px 60px 150px;
}
.featured-categories-item {
    background-color: white;
    padding: 10px;
    margin-bottom: 20px;
}
.featured-categories-item-left {
    padding-left: 20px;
}
.featured-categories-item-left h4 {
    color: var(--dia-blue);
    margin: 0;
    text-transform: none;
}
.featured-categories-item-left p {
    margin: 7px 0 0 0;
    font-size: 15px;
    color: var(--dia-blue);
    line-height: 1.2;
    margin-bottom: 0 !important;
}
.featured-categories-item-left p a {
    font-size: 15px;
    font-weight: normal;
    color: var(--dia-blue);
    text-decoration: none;
}
.featured-categories-item-right {
    text-align: right;
}
a {
    color:#002c46;
    text-decoration: none;
    cursor: pointer;
    
}
a:hover{
    color: #80CC28;
    text-decoration: none;
    cursor: pointer;
    
}
.featured-categories-item-right img {
    height: 80px;
    width: 80px;
}
.featured-categories-item:hover {
    text-decoration: underline;
    box-shadow: 3px 3px 13px -7px rgba(0, 0, 0, 0.71);
}
.home-c-page * {
    box-sizing: border-box;
}

@media screen and (max-width: 992px){

.featured-categories-item-left {
    padding: 10px 0;
}
}

@media (max-width: 576px){
.featured-categories .featured-categories-wrapper {
    padding: 0 50px 60px 50px;
}
}
/* icons css */
.icon_1 i {
  font-size: 48px !important;
  line-height: 1 !important;
  color: #fff !important;
  transition: all 0.3s ease-in-out !important;
  }
/* =================featured caterories end==================== */

/*
=============================================
     product page started
=============================================
*/



/* ==========================cart =====================================*/

  .main {
    width: 100%;
    height: 100%;
  }
  .card-panel {
    margin-top: 10%;
    width: 90%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 2px 8px -1px rgba(196, 201, 233, 0.92);
    overflow: hidden;
    position: relative;
  }
  .menu {
    display: none;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 6;
    position: absolute;
    display: none;
  }
  .menu-nav {
    padding: 0;
    margin: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background-color: white;
    z-index: 1;
    text-align: center;
    position: relative;
  }
  .menu-nav a {
    top: 10%;
    left: 15%;
    padding: 16px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: rgb(0, 0, 0);
    z-index: 1;
    width: 70%;
    display: flex;
    position: relative;
  }
  .menu-nav a:hover {
    color: dimgray;
  }
  .close-menu {
    top: 40px;
    left: 40px;
    position: absolute;
  }
  .nav {
    top: 15px;
    width: 390px;
    height: 73px;
    text-align: center;
    margin-left: 220px;
    display: flex;
    position: absolute;
    border-bottom: 3px transparent;
    background-color: transparent;
  }
  .nav a {
    padding: 14px;
    text-decoration: none;
    margin: 3px;
    font-size: 20px;
    display: block;
    cursor: pointer;
    color: hsl(220, 14%, 75%);
  }
  .nav a:hover {
    color: hsl(219, 9%, 45%);
    border-bottom: 3px solid hsl(26, 100%, 55%);
  }
  .logo {
    margin-top: 36px;
    margin-left: 63px;
    cursor: pointer;
    position: inherit;
  }
  hr {
    margin: 0 auto;
    width: 90%;
    margin-top: 22px;
    color: hsl(220, 14%, 75%);
  }
  .line-br {
    color: hsl(220, 14%, 75%);
    border-top: 1px solid hsl(220, 14%, 75%);
  }
  .nav-icons {
    width: 120px;
    height: 50px;
    float: right;
    position: absolute;
    background-color: transparent;
    right: 40px;
    top: 30px;
  }
  .avatar {
    width: 30px;
    height: 30px;
  }
  .badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
  }
  #cartCount {
    font-size: 12px;
    background: hsl(26, 100%, 55%);
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
  }
  .avatar:hover {
    border: 3px solid hsl(26, 100%, 55%);
    border-radius: 50%;
  }
  .mobile-navigation {
    display: none;
  }
  .mobile-slider {
    display: none;
  }
  .mobile-img-slide {
    display: none;
  }
  .slide-panel {
    width: 50%;
    height: 550px;
    float: left;
    background-color: transparent;
    text-align: center;
    overflow: hidden;
  }
  .slider {
    width: 300px;
    text-align: center;
    overflow: hidden;
  }
  .slider {
    top: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 280px;
    background-color: transparent;
    margin-bottom: 110px;
    border-radius: 10px;
    position: relative;
  }
  #product-1,
  #product-2,
  #product-3,
  #product-4 {
    width: 100%;
    height: 280px;
    object-fit: cover;
    overflow: hidden;
  }
  .active {
    /* border: 3px solid hsl(26, 100%, 55%); */
    opacity: 0.7;
  }
  .img-slide {
    width: 300px;
    height: 280px;
    border-radius: 10px;
  }
  
  .slides {
    width: 300px;
    height: 80px;
    position: relative;
    margin: 0 auto;
    left: 2px;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    display: flex;
  }
  .slider-img {
    width: 58px;
    height: 58px;
    margin: 5px;
    border-radius: 10px;
    position: relative;
  }
  
  .slider-img:hover {
    opacity: 0.7;
  }
  .active {
    /* border: 3px solid hsl(26, 100%, 55%); */
    opacity: 0.7;
  }
  .card-desc {
    width: 50%;
    height: 650px;
    float: right;
    background-color: transparent;
    text-align: left;
    position: relative;
  }
  .title {
    margin-top: 90px;
    width: 300px;
   
  }
  .subtitle {
    color:  #002c46;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .card-title {
    color:  #002c46;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
    font-weight: 900;
  }
  .desc-text {
    width: 330px;
    color: hsl(220, 14%, 75%);
    font-size: 16px;
    margin-bottom: 30px;
  }
  .price {
    width: 330px;
    color: hsl(220, 14%, 75%);
    display: flex;
    background-color: hsl(223, 64%, 98%);
  }
  .current-price {
    color: hsl(219, 9%, 45%);
    font-size: 24px;
    margin-top: 10px;
  }
  .percent {
    color:  #002c46;
    font-size: 18px;
    margin: 15px;
  }
  .caret-price-items {
    color: hsl(220, 14%, 75%);
    font-size: 16px;
    text-decoration: line-through;
  }
  .counter {
    width: 330px;
    margin: 5px;
    margin-top: 20px;
    display: flex;
    background-color: hsl(223, 64%, 98%);
  }
  .minus,
  .plus {
    border: none;
    margin: 6px;
    background-color: transparent;
  }
  .counter-output {
    margin: 5px;
  }
  .add {
    /* float: right; */
    margin-right: 50%;
    /* bottom: 39px; */
    /* position: relative; */
    width: 350px;
    height: 40px;
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
      7px 7px 20px 0px #002c465d, 4px 4px 5px 0px#002c465d;
    background: linear-gradient(
      0deg,
      #002c46,
      #002c46
    );
  }
  
  .add:hover {
    background: #80CC28;
    color: #fff;
  }
  .button-icon {
    text-align: center;
  }
  .attribution {
    font-size: 11px;
    text-align: center;
  }
  .attribution a {
    color: hsl(228, 45%, 44%);
  }
  #myModal {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: hsl(0, 0%, 0%);
    opacity: 0.9;
    z-index: 1;
  }
  .close {
    color: hsl(26, 100%, 55%);
    font-size: 40px;
    font-weight: 700;
    float: right;
    margin-right: 170px;
    margin-top: 50px;
    cursor: pointer;
  }
  .modal-content {
    width: 400px;
    height: 480px;
    float: right;
    right: 120px;
    top: 100px;
    background-color: transparent;
    position: absolute;
    border-radius: 20px;
  }
  .modal-slide-panel {
    width: 500px;
    height: 480px;
    float: right;
    background-color: transparent;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
  }
  .modal-slider {
    width: 400px;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .modal-slider {
    right: 5px;
    top: 10px;
    width: 400px;
    height: 280px;
    background-color: transparent;
    margin-bottom: 110px;
    border-radius: 20px;
    position: absolute;
    z-index: -1;
  }
  .modal-slides {
    width: 300px;
    height: 80px;
    position: absolute;
    margin: 0 auto;
    bottom: 30px;
    left: 50px;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    display: flex;
  }
  #modal-product-1,
  #modal-product-2,
  #modal-product-3,
  #modal-product-4 {
    width: 100%;
    height: 280px;
    object-fit: cover;
    overflow: hidden;
  }
  .modal-img-slide {
    width: 300px;
    height: 280px;
    border-radius: 10px;
  }
  .modal-slider-img {
    width: 58px;
    height: 58px;
    margin: 5px;
    border-radius: 10px;
    position: relative;
  }
  
  .modal-slider-img:hover {
    opacity: 0.7;
  }
  .previous,
  .next {
    background-color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
  }
  .previous {
    float: left;
    margin-left: 25%;
    margin-top: 25%;
    z-index: 1;
  }
  .next {
    float: right;
    margin-top: 25%;
    margin-right: 35px;
  }
  .cart {
    width: 45%;
    height: 200px;
    background-color: white;
    float: right;
    right: 5%;
    z-index: 1;
    position: absolute;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border-radius: 10px;
    display: none;
  }
  
  .cart-title {
    background-color: transparent;
    width: 100%;
    height: 50px;
    top: 20px;
    border-bottom: 1px solid hsl(220, 14%, 75%);
  }
  .cart-title h1 {
    top: 10px;
    left: 10px;
    bottom: 10px;
    font-size: 16px;
    color: hsl(220, 13%, 13%);
  
    position: relative;
  }
  #cartEmpty {
    margin-top: 40px;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
    height: 10%;
    background-color: transparent;
    position: absolute;
    text-align: center;
  }
  #cartEmpty p {
    top: 50px;
  }
  .fullCart {
    width: 100%;
    height: 250px;
    display: none;
  }
  .cartProduct {
    margin-top: 10px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
  }
  .cartDesc {
    display: flex;
  }
  .cartdesc {
    top: 60px;
    left: 60px;
    font-size: 13px;
    position: absolute;
  }
  .cartPrice {
    color: hsl(219, 9%, 45%);
    font-size: 18px;
    font-weight: bold;
    top: 80px;
    left: 60px;
    position: absolute;
  }
  #counterNumb {
    color: hsl(219, 9%, 45%);
    font-size: 18px;
    font-weight: bold;
    top: 80px;
    left: 130px;
    position: absolute;
  }
  #total {
    color: hsl(219, 9%, 45%);
    font-size: 18px;
    font-weight: bold;
    top: 80px;
    left: 170px;
    position: absolute;
  }
  .delete {
    font-size: 18px;
    font-weight: bold;
    top: 80px;
    left: 260px;
    position: absolute;
  }
  .checkout {
    top: 29px;
    left: 15%;
    position: relative;
    width: 200px;
    height: 40px;
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
      7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    background: linear-gradient(
      0deg,
     #002c46,
     #002c46
    );
  }
  @media screen and (max-width: 992px) {
    body {
      width: 100%;
    }
    .add {
      float: right;
      margin-right: 30%;
      bottom: 39px;
      position: relative;
      width: 200px;
      height: 40px;
      border: none;
      border-radius: 10px;
      color: white;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.3s ease;
      text-align: center;
      overflow: hidden;
      align-items: center;
      justify-content: center;
      box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
        7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
      background: linear-gradient(
        0deg,
       #002c46,
       #002c46
      );
    }
  }
  @media screen and (max-width: 850px) {
    body {
      width: 100%;
    }
  
    .nav a {
      padding: 16px;
      text-decoration: none;
      margin: 1px;
      font-size: 18px;
      display: block;
      cursor: pointer;
      color: hsl(220, 14%, 75%);
    }
  
    .nav-icons {
      width: 120px;
      height: 50px;
      float: right;
      position: absolute;
      background-color: transparent;
      right: 20px;
      top: 30px;
    }
    .add {
      float: right;
      margin-right: 25%;
      bottom: 39px;
      position: relative;
      width: 200px;
      height: 40px;
      border: none;
      border-radius: 10px;
      color: white;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.3s ease;
      text-align: center;
      overflow: hidden;
      align-items: center;
      justify-content: center;
      box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
        7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
      background: linear-gradient(
        0deg,
       #002c46,
       #002c46
      );
    }
  }
  @media screen and (max-width: 800px) {
    body {
      width: 100%;
    }
  
    .nav a {
      padding: 18px;
      text-decoration: none;
      font-size: 16px;
      display: block;
      cursor: pointer;
      color: hsl(220, 14%, 75%);
    }
  
    .nav-icons {
      width: 120px;
      height: 50px;
      float: right;
      position: absolute;
      background-color: transparent;
      right: 15px;
      top: 30px;
    }
    .desc-text {
      width: 300px;
      color: hsl(220, 14%, 75%);
      font-size: 16px;
      margin-bottom: 30px;
    }
    .add {
      float: right;
      margin-right: 18%;
      bottom: 39px;
      position: relative;
      width: 200px;
      height: 40px;
      border: none;
      border-radius: 10px;
      color: white;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.3s ease;
      text-align: center;
      overflow: hidden;
      align-items: center;
      justify-content: center;
      box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
        7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
      background: linear-gradient(
        0deg,
        #002c46,
        #002c46
      );
    }
  }
  @media screen and (max-width: 780px) {
    body {
      width: 100%;
    }
  
    .nav a {
      padding: 18px;
      text-decoration: none;
      font-size: 13px;
      display: block;
      cursor: pointer;
      color: hsl(220, 14%, 75%);
    }
  
    .nav-icons {
      width: 110px;
      height: 50px;
      float: right;
      position: absolute;
      background-color: transparent;
      right: 3px;
      top: 30px;
    }
  }
  @media screen and (max-width: 720px) {
    body {
      width: 100%;
    }
    .nav {
      top: 15px;
      width: 390px;
      height: 73px;
      text-align: center;
      margin-left: 200px;
      display: flex;
      position: absolute;
      border-bottom: 3px transparent;
      background-color: transparent;
    }
    .add {
      float: right;
      margin-right: 14%;
      bottom: 39px;
      position: relative;
      width: 200px;
      height: 40px;
      border: none;
      border-radius: 10px;
      color: white;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.3s ease;
      text-align: center;
      overflow: hidden;
      align-items: center;
      justify-content: center;
      box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
        7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
      background: linear-gradient(
        #002c46,
        #002c46
      );
    }
  }
  @media screen and (max-width: 695px) {
    body {
      width: 100%;
    }
    .nav {
      top: 15px;
      width: 330px;
      height: 73px;
      text-align: center;
      margin-left: 190px;
      display: flex;
      position: absolute;
      border-bottom: 3px transparent;
      background-color: transparent;
    }
    .add {
      float: right;
      margin-right: 14%;
      bottom: 39px;
      position: relative;
      width: 200px;
      height: 40px;
      border: none;
      border-radius: 10px;
      color: white;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.3s ease;
      text-align: center;
      overflow: hidden;
      align-items: center;
      justify-content: center;
      box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
        7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
      background: linear-gradient(
        0deg,
        #002c46,
        #002c46
      );
    }
  }
  
  @media screen and (max-width: 685px) {
    body {
      width: 100%;
    }
    .nav {
      display: none;
    }
    .logo {
      top: 0px;
      margin-left: 83px;
      position: absolute;
    }
    hr {
      display: none;
    }
    .menu {
      display: block;
      margin-top: 39px;
      margin-left: 10%;
      cursor: pointer;
    }
    .slide-panel {
      width: 100%;
      height: 350px;
      background-color: transparent;
      text-align: center;
      overflow: hidden;
      position: relative;
    }
    .mobile-navigation {
      display: block;
      top: 55%;
      z-index: 1;
    }
    .mobile-previous {
      float: left;
      top: 55%;
      left: 10%;
      z-index: 1;
      position: absolute;
      background-color: white;
      border-radius: 50%;
      width: 25px;
      height: 25px;
    }
    .mobile-next {
      float: right;
      top: 55%;
      right: 10%;
      z-index: 1;
      position: absolute;
      background-color: white;
      border-radius: 50%;
      width: 25px;
      height: 25px;
    }
    .mobile-slider {
      top: 30px;
      width: 100%;
      height: 450px;
      background-color: transparent;
      position: relative;
      overflow: hidden;
      display: block;
    }
    #product-1,
    #product-2,
    #product-3,
    #product-4 {
      width: 100%;
      height: 450px;
    }
    .mobile-img-slide {
      width: 100%;
      height: 450px;
      display: block;
    }
    .slider {
      display: none;
    }
    .img-slide {
      display: none;
    }
    .slides {
      display: none;
    }
    .card-desc {
      width: 90%;
      height: 550px;
      background-color: transparent;
      text-align: left;
      position: relative;
    }
    .title {
      margin-top: 90px;
      width: 350px;

    }
    .subtitle {
      color:#002c46;
      font-size: 18px;
      margin-bottom: 10px;
    }
    .card-title {
      color: hsl(220, 13%, 13%);
      font-size: 28px;
      margin-bottom: 5px;
      font-weight: 700;
      font-weight: 900;
    }
    .desc-text {
      width: 90%;
      color: hsl(220, 14%, 75%);
      font-size: 16px;
      margin-bottom: 30px;
    }
    .price {
      width: 330px;
      color: hsl(220, 13%, 13%);
      display: flex;
      background-color: hsl(223, 64%, 98%);
    }
    .current-price {
      color: hsl(219, 9%, 45%);
      font-size: 24px;
      margin-top: 10px;
    }
    .percent {
      color: #002c46;
      font-size: 18px;
      margin: 15px;
    }
    .caret-price-items {
      color: hsl(220, 14%, 75%);
      font-size: 16px;
      float: right;
      top: 48%;
      right: 20px;
      position: absolute;
      text-decoration: line-through;
    }
    .counter {
      width: 90%;
      margin: 0 auto;
      margin-top: 50px;
      display: flex;
      background-color: hsl(223, 64%, 98%);
    }
    .minus,
    .plus {
      border: none;
      margin: 6px;
      width: 35%;
      background-color: hsl(223, 64%, 98%);
    }
    .counter-output {
      margin: 5px;
    }
    .add {
      margin: 0 auto;
      bottom: 11%;
      position: absolute;
      width: 90%;
      height: 50px;
      border: none;
      border-radius: 10px;
      color: white;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.3s ease;
      text-align: center;
      overflow: hidden;
      align-items: center;
      justify-content: center;
      box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
        7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
      background: linear-gradient(
        0deg,
        #002c46,
        #002c46
      );
    }
  }
  @media screen and (max-width: 376px) {
    body {
      width: 100%;
    }
  }


  /*============== underline============= */
  .underline{
    height: 2px !important ;
    width: 500px !important;
    background: #D9D9D9;
    display: block;
    margin-bottom: 20px;
  }