.post-promise {
  width: 990px;
  max-width: 95%;
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0 !important;
  /* padding-left: 34px;
  padding-right: 34px; */
}

.get-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-img {
  width: 50%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
.main-img.ctm-width {
  width: 65%;
}
@media (max-width: 991px) {
  .main-img,
  .main-img.ctm-width {
    padding: 0;
    width: 100%;
  }
}

.main-des {
  width: 50%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-des.ctm-width {
  width: 35%;
}

@media (max-width: 991px) {
  .main-des,
  .main-des.ctm-width {
    padding: 0;
    width: 100%;
  }
}

.main-des h3 {
  /*text-align: center;*/
  font-weight: 700;
  color: #363636;
  font-size: 20px;
  line-height: 1;
  line-height: 26px;
}

.main-des p {
  margin-top: 25px;
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.main-des .main-link {
  background: #51abed;
  max-width: 360px;
  height: 52px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
}

.main-des .main-link:hover {
  text-decoration: none;
}

/* @media (max-width: 991px) {
  .main-des .main-link {
    position: fixed;
    bottom: 0;
    max-width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
  }
} */

.photo-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*@media (max-width: 991px) {
  .photo-counter {
    position: absolute;
    bottom: 0rem;
  }
}*/

.photo-no {
  font-size: 37px !important;
  font-weight: 700;
  color: #51abed;
  font-size: 24px;
  margin-bottom: 0.3px;
}

.photo-title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #363636;
}

.link-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.img-link-card {
  max-width: 165px;
  min-width: 165px;
  height: 165px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.20);
  background-color: #f1f1f1;
  margin: 0 1.2% 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* .img-link-card:last-child {
  margin-right: 0;
} */

.file-upload .image-box {
  margin: 0 auto;
  margin-top: 10px;
  max-width: 330px;
  width: 100%;
  height: 330px;
  background: #f1f1f1;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  mix-blend-mode: darken;
}

@media (max-width: 325px) {
  .file-upload .image-box {
    height: 320px;
  }
}

@media (max-width: 285px) {
  .file-upload .image-box {
    height: 275px;
  }
}

.file-upload .image-box img {
  height: 100%;
  display: none;
}

.file-upload .image-box p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #666;
  font-size: 50px;
}

.file-upload {
  position: relative;
  max-width: 330px;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

@media (max-width: 325px) {
  .file-upload {
    height: 320px;
  }
}

@media (max-width: 285px) {
  .file-upload {
    height: 275px;
  }
}

.file-upload .select-filtr {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ant-btn {
  width: 32px;
  height: 32px;
  border-radius: 500%;
  font-weight: 600;
  font-style: normal;
  border-color: #51abed;
  background: #51abed;
  color: #ffffff;
}

.cpt-btn {
  margin: 0 10px;
  font-size: 24px;
  color: #666;
  height: 30px;
  width: 30px;
  padding: 0px;
}

.blue-cpt-btn {
  font-weight: 600;
  font-style: normal;
  background: #51abed;
  color: #ffffff;
  max-width: 775px;
  width: 100%;
  height: 32px;
  border-radius: 5px;
  font-size: 14px;
  text-transform: capitalize;
  margin: 0 5px;
}

.blue-cpt-btn-temp {
  font-weight: 600;
  font-style: normal;
  background: #51abed;
  color: #ffffff;
  max-width: 75px;
  width: 100%;
  height: 32px;
  border-radius: 5px;
  font-size: 14px;
  text-transform: capitalize;
  margin: 0 5px;
}

.filtr-slider-sec {
  max-width: 730px;
  width: 100%;
}

.filtr-slider-sec .slick-slide {
  margin: 0 10px;
}

.filtr-slider-sec .filtr-img {
  cursor: pointer;
}

.filtr-slider-sec .filtr-img img {
  width: 48px;
  max-width: 48px;
  height: 48px;
}

.filtr-slider-sec .slick-slide {
  width: 48px !important;
  max-width: 48px;
  height: 48px;
  opacity: 0.3;
}

.filtr-slider-sec .slick-slide.slick-current.slick-center {
  opacity: 1;
}

.filtr-slider-sec .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.up-img-title {
  font-size: 17px;
  font-weight: 600;
  color: #000000d9;
}

.up-img-title::first-letter {
  text-transform: capitalize;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #37389d !important;
  opacity: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-next {
  right: 40% !important;
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}

.slick-prev {
  left: 40% !important;
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}

.slick-prev,
.slick-next {
  top: 80px !important;
}

p.more {
  white-space: initial !important;
  font-size: 16px !important;
  line-height: 23px !important;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

.post-user .user-name-1 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 5px;
  color: #222;
  font-weight: 600;
}

.post-user .name-for {
  min-width: 32px;
  max-width: 32px;
  width: 100%;
  border-radius: 50%;
  height: 32px;
  font-size: 14px;
  font-weight: 500;
}

.post-user .user-verify-tik {
  min-width: 15px;
  max-width: 15px;
  width: 100%;
  border-radius: 50%;
  height: 15px;
  background-color: #51abed;
  color: #fff;
  font-size: 9px;
}

.post-row-box {
  border: 1px solid #e0e0e0;
  padding: 20px;
}

/*@media (max-width: 991px) {
  .post-row-box {
    display: none;
  }
}*/

.index-page-img {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.current-page-img {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrum-img-list a {
  max-width: 36px;
  width: 100%;
  height: 36px;
  margin: 3px 0px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrum-img-list a:last-child {
  height: 30px;
  pointer-events: none;
  text-align: center;
  background: #efefef;
  color: #888;
  padding: 0 6px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0 !important;
}

.breadcrum-img-list a:last-child img {
  display: none;
}

.bb-separate {
  margin: 0 15px;
  position: relative;
  overflow: inherit !important;
}

.bb-separate::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: -25px;
  color: #888;
  font-size: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.bb-separate:last-child::after {
  display: none;
}

.img-upload-sec .slick-slide {
  display: none;
}

.img-upload-sec .slick-initialized {
  display: block;
}

.slider-arrow-left,
.slider-arrow-right {
  font-size: 30px;
  color: #51abed;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-arrow-left:hover,
.slider-arrow-right:hover {
  color: #888;
}

.slider-arrow-left {
  left: 0px;
}

.slider-arrow-right {
  right: 0px;
}

textarea.add-caption-text {
  max-width: 100%;
  width: 100%;
  height: 330px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  font-weight: 400;
  color: #000000a6;
  font-family: "Roboto", sans-serif !important;
}

textarea.add-caption-text:focus {
  outline: none;
}

@font-face {
  font-family: Arial, Helvetica, sans-serif;
  src: url(../fonts/Helvetica-Font/Helvetica-Bold.ttf);
  src: url(../fonts/Helvetica-Font/Helvetica.ttf);
  src: url(../fonts/Helvetica-Font/helvetica-light-587ebe5a59211.ttf);
}

body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  font-family: "Oswald", sans-serif;
}
/*# sourceMappingURL=main.css.map */

.loader-bg {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #51abed;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader-cover-d {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.main-img img.edit-img-mt {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .filtr-slider-sec .filtr-img img {
    width: 46px;
    max-width: 46px;
    height: 46px;
  }
  .filtr-slider-sec .filtr-img {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  canvas {
    max-width: 340px !important;
    width: 100% !important;
    height: auto !important;
  }
  .canvas-container {
    max-width: 340px !important;
    width: 100% !important;
    height: auto !important;
  }
  .file-upload {
    height: 341px;
  }
}

@media only screen and (max-width: 380px) {
  .file-upload {
    height: 327px;
  }
}

@media only screen and (max-width: 325px) {
  .file-upload {
    height: 272px;
  }
}

@media only screen and (max-width: 575px) {
  .filtr-slider-sec {
    max-width: 330px;
    width: 100%;
  }
}

#camera-t {
  margin-bottom: 10px;
}

@media only screen and (max-width: 360px) {
  .file-upload {
    height: 312px;
  }
}

@media only screen and (max-width: 575px) {
  .filtr-slider-sec {
    max-width: 330px;
    width: 100%;
  }
}

.filtr-img {
  image-rendering: -webkit-optimize-contrast !important;
}

@media (max-width: 575px) {
  .upper-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 830px !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .upper-section {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .main-des {
    margin-left: 10px;
  }
}

@media (max-width: 575px) {
  .main-des {
    margin-left: 0px;
  }
}

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

/*=================== for max width ===================*/
.mw-100 {
  max-width: 100% !important;
}

.mw-200 {
  max-width: 200px !important;
}

.mw-150 {
  max-width: 150px !important;
}

/*=================== for margin auto ===================*/
.m-l-r {
  margin-left: auto;
}

.rtl .m-l-r {
  margin-left: 0;
  margin-right: auto;
}

/*=================== for margin top ===================*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 5rem;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

/*=================== for margin bottom ===================*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

/*=================== for padding top ===================*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 5rem;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

/*=================== for padding bottom ===================*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 5rem;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}
