.search-photogallery [type="checkbox"] + label {
  display: block;
}

.afterregistering-page p {
  text-align: center;
}

.profile-photography__white-box .row {
  margin-right: -15px;
  margin-left: -15px;
}

.profile-photography__white-box .gap-top {

}

.profile-photography__white-box .gap-top div:first-child {
  padding-left: 0;
}

.profile-pic-social-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -10px;
}

.profile-pic-social-icon .icon {
  margin-top: 10px;
  padding-right: 3%;
  padding-left: 3%;
}

.text-right-box-search,
.profile-photography__white-box .photography {
  line-height: 1.75;
}

.search-help-bar-content ul > li {
  position: relative;
  overflow: visible;
}
.search-help-bar-content ul > li > img {
  border-radius: 50%;
}

.search-help-bar-content ul > li > a[data-el='close-item-bar'] {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 50%;
  background: #d22b09;
}

.search-help-bar-content ul > li > a[data-el='close-item-bar']::before,
.search-help-bar-content ul > li > a[data-el='close-item-bar']::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: 5px;
  height: 2px;
  margin-top: -1px;
  content: '';
  background: #fff;
}

.search-help-bar-content ul > li > a[data-el='close-item-bar']::before {
  transform: rotate(-45deg);
}

.search-help-bar-content ul > li > a[data-el='close-item-bar']::after {
  transform: rotate(45deg);
}

.video-box {
  display: flex;
}

.page-content-video {
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .profile-photography__white-box .photography {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .video-box {
    align-items: flex-start;
  }

  .page-content-video {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .search-photogallery {
    width: 100%;
  }

  .text-right-box-search {
    font-size: 14px;
  }

  .profile-photography__white-box {
    margin-right: -15px;
    margin-left: -15px;
  }

  .profile-photography__white-box .gap-top div:first-child {
    padding-right: 0;
  }

  .video-box {
    flex-direction: column;
  }

  .profile-photography__white-box {
    background: #fff;
    padding: 15px;
  }
}

@media (max-width: 575px) {
  .bdy-section-seven {
    text-align: center;
  }

  .bdy-section-seven .pull-right {
    float: none !important;
  }

  .bdy-section-seven span {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .profile-photography__white-box .photography {
    display: none;
  }
}
