.margin20 {
  margin-right: 20px;
}

.weight-600 {
  font-weight: 600;
}

.margin-50 {
  margin-left: 70px;
  margin-right: 70px;
}

.Display_none {
  display: none;
}

.weight-200 {
  font-weight: 200;
}

.unset-text-shadow {
  text-shadow: unset;
}

.Justify-Flex-Center {
  display: flex;
  justify-content: center;
}

.trades-div .bottom-div {
  padding: 0 15px;
}

.bottom-div {
  align-items: center;
  height: 60%;
  /*padding: 0 15px;*/
}

.top-div {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  height: 40%;
}

@media (min-width: 768px) {
  .whoweare {
    margin-top: -50px;
    z-index: 99;
  }
}

@media (min-width: 768px) {
  .Parag-Style-margin {
    margin-right: 50px;
  }
}

@media (min-width: 992px) {
  .bordered-img {
    border: 10px solid white;
    border-radius: 2px;
  }
}

/* Custom mobile */

@media (max-width: 768px) {
  .sm-center {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .sm-mt5 {
    margin-top: 35px !important;
  }
}

/* Header style */

@media (max-width: 768px) {
  .header-wrapper-mob {
    min-height: calc(40vh + 64px) !important;
  }
}

@media (min-width: 768px) {
  .header-wrapper-tab {
    min-height: calc(40vh + 86px) !important;
  }
}

@media (min-width: 992px) {
  .header-wrapper-lg {
    min-height: calc(40vh + 142px) !important;
  }
}

.flex-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .marginy-mobile {
    margin: 0 1rem;
  }
}

@media (max-width: 992px) {
  .mb2-mobile {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 576px) {
  .big-on-sm {
    min-height: 900px !important;
  }
}

@media (max-width: 576px) {
  .text-left-mob {
    text-align: left !important;
  }
}

/* Buttons */

.secondary-btn {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0em;
}

/* icon */

#TopNav a:hover .icon-img {
  opacity: 0.59;
}

.accordion-item-content p {
  text-transform: capitalize;
}

/* modal */

.modal-content {
  background-color: var(--primary-color);
  color: white;
}

.btn-close:hover, .btn-close:focus {
  color: #091833 !important;
  box-shadow: unset;
}

.custom-btn:hover, .custom-btn:focus {
  box-shadow: none !important;
}

