#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

.nexus-business-plans .pricing_box {
  padding: 15px;
  background: #3e1084;
}
.nexus-business-plans .pricing_box .nexus_data_box {
  background: #ffffff;
}
.nexus-business-plans .pricing_box .nexus_data_box .pr_title:before {
  content: "";
  position: absolute;
  height: 60px;
  left: 10%;
  right: 10%;
  top: 0;
  background: #3e1084;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 15% 100%);
          clip-path: polygon(0 0, 100% 0%, 85% 100%, 15% 100%);
}
.nexus-business-plans .pricing_box .nexus_data_box .pr_title h3 {
  background-color: transparent;
  position: relative;
  padding: 0;
  font-weight: 600;
}
.nexus-business-plans .pricing_box .nexus_data_box .price_range {
  padding-top: 20px;
}
.nexus-business-plans .pricing_box .nexus_data_box .price_range img {
  padding: 10px;
}
.nexus-business-plans .pricing_box .nexus_data_box .price_range h3 {
  color: #3e1084;
  font-weight: 700;
}
.nexus-business-plans .pricing_box .nexus_data_box .pr_content {
  font-size: 14px;
  padding: 5px 20px 50px;
}
.nexus-business-plans .pricing_box .nexus_data_box .pr_content li {
  text-align: left;
  color: #0b0b0b;
}
.nexus-business-plans .pricing_box .nexus_data_box .pr_content li span {
  background: #3e1084;
  float: right;
  color: whitesmoke;
  width: 100px;
  text-align: center;
  font-size: 15px;
}
.nexus-business-plans .pricing_box .nexus_data_box .pr_footer {
  background: #3e1084;
  position: absolute;
  height: 35px;
  left: 15%;
  right: 15%;
  bottom: 0;
  -webkit-clip-path: polygon(10% 0, 90% 0%, 100% 100%, 0 100%);
          clip-path: polygon(10% 0, 90% 0%, 100% 100%, 0 100%);
  padding: 0;
}
.nexus-business-plans .pricing_box:hover {
  background: #06cfa0;
  transform: scale(1.05);
  box-shadow: 0 0 15px 0 #1c1c1c;
}
.nexus-business-plans .pricing_box:hover .nexus_data_box {
  box-shadow: 0 0 15px 0 #1c1c1c;
}
.nexus-business-plans .pricing_box:hover .nexus_data_box .pr_title:before {
  background: #06cfa0;
  box-shadow: 0 0 15px 0 #1c1c1c;
}
.nexus-business-plans .pricing_box:hover .price_range h3 {
  color: #06cfa0;
}
.nexus-business-plans .pricing_box:hover .pr_content li span {
  background: #06cfa0;
}
.nexus-business-plans .pricing_box:hover .pr_footer {
  background: #06cfa0;
  box-shadow: 0 0 15px 0 #1c1c1c;
}

.creative-team-section .team_info h4 {
  text-decoration: underline;
}
.creative-team-section .team_info p {
  text-decoration: underline;
}

#calculator .bonus_box .discount_box {
  border-width: 3px;
}
#calculator .bonus_box .discount_box input {
  color: #6000b5;
  font-weight: bold;
}
#calculator .bonus_box .discount_box input::-moz-placeholder {
  font-weight: 700;
}
#calculator .bonus_box .discount_box input::placeholder {
  font-weight: 700;
}

.nico_token {
  margin: 20px 30px;
}
.nico_token .content_box {
  border-radius: 15px;
  padding: 10px 30px;
  margin-bottom: 20px;
  width: 100%;
}
.nico_token p {
  color: whitesmoke;
  margin: 0;
}

.business-seals {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
}
.business-seals a, .business-seals img {
  pointer-events: none;
  cursor: default;
}

@media only screen and (max-width: 767px) {
  .doc_dropdown {
    margin-bottom: 80px;
  }
}

