.all-ads-filter-bar {
  width: 250px !important;
  border-right: 1px solid #0000001f;
}

.show-filter-menu-btn {
  display: none !important;
}

.all-ads-content {
  width: calc(100% - 250px) !important;
  min-height: 25vh;
}

.all-ads-filter-bar .magazine-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  text-align: center;
  /* font-weight: 300; */
  /* background-color: palevioletred; */
}
.all-ads-main-container {
  background: #dfdfdf;
  min-height: 800;
  /* padding: 50px 15px; */
  padding-bottom: 48px;
  padding-top: 8px;
}

.all-ads-container {
  background: #fff;
  margin: auto;
  border-radius: 8px;
  max-width: 960px !important;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .all-ads-container {
    border-radius: 0;
  }
  .all-ads-main-container {
    padding: 0;
  }
}

.all-ads-filter-bar .magazine-heading {
  font-size: 16px;
  margin-top: 0;
  text-align: center;
  color: #483a04;
}

.all-ads-filter-bar .magazine-card .maganize-img {
  width: 100%;
  border: 1px solid rgb(155, 119, 2);
  box-shadow: 4px 4px 10px -2px rgb(0 0 0 / 22%);
}

.all-ads-filter-bar .magazine-card span {
  /* padding-top: 5px; */
  font-size: 14px;
}

.all-ads-filter-bar .magazine-card .label {
  padding-top: 8px;
  margin-block: 0px;
  font-size: 14px !important;
  font-weight: 400;
  color: var(--typography-accent-2);
}

.all-ads-filter-bar .blog-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.all-ads-filter-bar .blog-card .heading {
  font-size: 16px;
  margin-top: 0;
  text-align: center;
  color: #483a04;
}

.all-ads-filter-bar .blog-card .cover-image {
  object-fit: cover;
}

.all-ads-filter-bar .review-card .heading {
  font-size: 16px;
  margin-top: 0;
  text-align: center;
  color: #483a04;
}

@media (max-width: 600px) {
  .hide-filter-menu-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    background: #e8e8e8;
    padding: 5px 9px;
    border-radius: 50%;
    color: #727272;
  }
}

@media (max-width: 480px) {
  .all-ads-filter-bar {
    width: 100vw !important;
    padding: 20px 0 100px 0;
    border-right: 1px solid #0000001f;
    position: relative;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .all-ads-filter-bar {
    width: 280px !important;
    padding: 20px 0 70px 0;
    border-right: 1px solid #0000001f;
    position: relative;
  }
}

@media (max-width: 767px) {
  /* .all-ads-filter-bar {
    display: none;
  } */

  .show-filter-menu-btn {
    position: absolute;
    display: block !important;
    font-size: 13px;
    z-index: 2;
    top: 22px;
    background: #000;
    color: #fff;
    padding: 9px 13px;
    border-radius: 4px;
  }

  .all-ads-content {
    width: 100% !important;
  }
}

/* alert */
.MuiAlert-standardSuccess {
  color: #fff !important;
  background-color: #27ae60 !important;
  border-top: 3px solid #075428;
}

.MuiAlert-standardSuccess .MuiAlert-icon {
  color: #fff !important;
}

.MuiDialog-paperWidthSm {
  max-width: 400px !important;
}

/* loading */
.all-ads-content .iVHGJo {
  position: relative !important;
  width: 100% !important;
  float: right !important;
}

@media (max-width: 767px) {
  .all-ads-content .iVHGJo {
    width: 100% !important;
  }
}

.p-top {
  padding-top: 120px;
}

@media (max-width: 768px) {
  .p-top {
    padding-top: 70px;
  }
}

.pagination-div {
  position: relative;
  width: 100%;
  margin-bottom: 20px !important;
  display: flex;
  justify-content: center;
}

.pagination-div .pagi {
  float: right;
}

.MuiPaginationItem-page.Mui-selected {
  background-color: var(--primary-color) !important;
}

.pagination-custom-btn {
  border: 1px solid #ccc !important;
  width: 96px;
  padding-block: 2px !important;
  background-color: #f2f2f2!important;
  color: rebeccapurple;
}

.pagination-custom-btn.Mui-disabled {
  opacity: 0.38;
}

.pagination-custom-btn > .MuiButton-label {
  text-transform: capitalize;
  font-weight: 400;
}

.pagination-custom-btn svg {
  width: 0.5em;
  height: 0.5em;
  vertical-align: -1px;
}

@media (max-width: 400px) {
  .MuiPaginationItem-root {
    margin: 0 !important;
    margin: initial !important;
  }
  .pagination-custom-btn {
    margin: 0 0.3rem !important;
    min-width: 95px !important;
  }
}

.post-details {
  position: relative;
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.post-details .post-details-col {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}

.post-details .post-date-col {
  position: absolute;
  display: inline-block;
  width: 150px;
  right: 15px;
}

.post-details .post-details-col .applicant-photo {
  width: 30px;
  background: #e8e8e8;
  border-radius: 50%;
  padding: 5px;
}

.post-details .post-details-col .name {
  display: inline-block;
  color: rgb(92, 92, 92);
  line-height: inherit;
  margin-bottom: 5px;
  margin-left: 13px;
  vertical-align: top;
  width: 75%;
  overflow: hidden;
  height: 24px;
}

.createdby-label {
  display: block;
  color: #ffffff;
  font-size: 11px;
  line-height: 10px;
  padding: 6px 9px;
  background: #4f4f4f;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 24px;
  margin-left: 71px;
  margin-top: 5px;
}

.post-details .post-details-col .location {
  margin: 0;
  color: rgb(53, 53, 53);
  font-size: 13px;
  margin-left: 54px;
  margin-top: -17px;
}

.post-details .post-date-col .date-of-post {
  margin: 0;
  font-size: 12px;
  color: #7b7b7b;
}

.post-details .applicant-info-col {
  display: inline-block;
  width: 70%;
  margin-top: 15px;
  color: rgb(73, 73, 73);
  font-size: 14px;
}

.post-details .applicant-info-col .info {
  display: inline-block;
  width: 31%;
  margin: 1%;
}

.post-details .applicant-info-col .info .icon {
  width: 15px;
  text-align: center;
}

.post-details .post-interest-col {
  display: inline-block;
  width: 170px;
}

.post-details .post-interest-col .interest-btn {
  float: right;
  color: #fff;
  background: #000;
  font-weight: 500;
}

.app-store-div {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 50px;
}

.hytch-label {
  display: block;
  color: #ffffff;
  font-size: 11px;
  line-height: 10px;
  padding: 6px 9px;
  background: #832ab0;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 24px;
  margin-left: 71px;
  margin-top: -21px;
}

@media (max-width: 480px) {
  .post-details .applicant-info-col .info {
    width: 90%;
    margin: 2% 5% !important;
  }

  .app-store-div {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
  }

  #app-store-logo {
    margin-top: 20px;
  }

  #hytch-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .back-btn-in-detail-pages {
    padding-top: 16px !important;
  }
}

@media (min-width: 575px) and (max-width: 860px) {
  .app-store-div {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
  }

  #app-store-logo {
    margin-top: 30px;
  }

  #hytch-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 480px) and (max-width: 959px) {
  .post-details .applicant-info-col .info {
    width: 46%;
    margin: 1% 2% !important;
  }
}

@media (min-width: 960px) and (max-width: 1280px) {
  .post-details .applicant-info-col .info {
    width: 31.3%;
    margin: 1.5% 1% !important;
  }
}

.post-details .desc {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 20px;
  margin-top: 30px;
  margin-left: 15px;
}

.post-details .heading {
  color: #494949;
  line-height: 20px;
  margin-top: 45px;
  margin-bottom: 20px;
}

.post-details .sub-heading {
  color: #6b6b6b;
  font-size: 15px;
  margin: 15px 0 5px 0;
}

.post-details .input-field label {
  color: #8a8a8a;
}

.post-details .input-field input {
  color: #494949;
}

.photos {
  width: 120px;
  height: 120px;
  margin: 25px 15px 0 0;
  object-fit: cover;
  cursor: zoom-in;
  border-radius: 5px;
}

@media (max-width: 480px) {
  .photos {
    margin: 15px 15px 0 0;
  }
}

.interest-btn {
  display: block;
  width: 175px;
  color: #fff !important;
  background: #000 !important;
  font-weight: 500;
  margin-top: 15px !important;
}

.action-btn {
  width: 175px;
  color: #000 !important;
  background: #c19d0d !important;
  font-weight: 500;
  margin-top: 15px !important;
}

.interest-btn-disbled {
  display: block;
  font-weight: 500;
  margin-top: 15px !important;
}

@media (max-width: 430px) {
  .post-details .phone-btn {
    margin-top: 15px;
    margin-left: 15px;
    width: 175px;
  }
}

/* notification */
.MuiSnackbar-anchorOriginTopRight {
  top: 85px !important;
}

/* time line */
.time-line {
  margin-bottom: 30px;
}

.time-line div:nth-child(2) div:nth-child(1) {
  color: #1b1b1b !important;
  font-size: 12px;
}

.only-received div:nth-child(2) div:nth-child(1) {
  font-weight: 500;
  font-size: 15px;
}

.time-line div:nth-child(2) div:nth-child(2) {
  font-weight: 500;
  font-size: 15px;
}

.time-line div:nth-child(3) {
  box-shadow: none !important;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 0 !important;
  margin-top: 5px !important;
  margin-right: 0 !important;
}

.back-btn-in-detail-pages {
  box-shadow: none !important;
  color: rgb(133, 133, 133) !important;
  padding-left: 0 !important;
  font-size: 14px !important;
}

.back-btn-in-detail-pages:hover {
  background: transparent !important;
  color: rgb(99, 99, 99) !important;
}

.invisible-photos {
  width: 100%;
  background: #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  padding: 10px;
  margin: 20px 1%;
  box-sizing: border-box;
}

.report-profile {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #f2994a;
  text-align: right;
  cursor: pointer;
  margin-bottom: 0;
}

.add-explanation {
  margin-top: 12px;
  margin-bottom: 7px;
  margin-left: 13px;
  display: block;
  color: #333333;
  font-size: 14px;
}

.report-add-desc-input {
  margin-left: 13px;
  width: calc(100% - 25px);
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.report-add-desc-input:focus {
  border: 1px solid #000 !important;
}

.ignore-int-text-btn {
  text-decoration: underline;
  margin: 0;
  cursor: pointer;
}

.received-ignore-btn {
  min-width: 150px !important;
  color: #000 !important;
  background: #fff !important;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  margin-bottom: 10px !important;
}

/* respond */
.respond-ways {
  border-radius: 6px;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-top: 15px;
}

.respond-ways tr td:nth-child(1) {
  width: 40px;
  padding: 0 0 0 15px;
}

.respond-ways tr td:nth-child(2) {
  padding: 0;
}

.respond-ways tr td {
  vertical-align: top;
}

.respond-ways .address {
  margin: 0;
}

.respond-ways .sample-envelop {
  text-decoration: underline;
  cursor: pointer;
}

.respond-ways i {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
}

.respond-ways .contact-link {
  color: inherit;
  text-decoration: none;
}

.respond-ways-hidden {
  width: 100%;
  border-radius: 6px;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-top: 15px;
}

.respond-ways-hidden tr td:nth-child(1) {
  width: 40px;
  padding: 10px 0 10px 15px;
}

.respond-ways-hidden tr td:nth-child(2) {
  background: #e0e0e0;
  padding: 10px 15px;
  border-radius: 6px;
}

.respond-ways-hidden i {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
}

.received-request-message {
  margin-top: 0 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #f54646;
}

.accept-before-rejection-msg-container {
  display: flex !important;
  align-items: center !important;
  column-gap: 4px !important;
  margin: 4px 0 14px 0;
}

.accept-before-rejection-msg {
  color: #333;
  border-radius: 5px;
}

.message-btn {
  display: block !important;
  min-width: 140px !important;
  margin-top: 0px !important;
  color: #fff !important;
  background: #000 !important;
}

.int-accept-btn {
  display: inline-block !important;
  min-width: 150px !important;
  margin-top: 0px !important;
  color: #fff !important;
  background: #000 !important;
  margin-bottom: 10px !important;
  border: 1px solid #000 !important;
}

.MuiDialog-paper {
  margin: 15px !important;
}

.MuiAlert-standardInfo {
  /* background-color: #fff2d7 !important; */
  color: #333333 !important;
}

.MuiAlert-standardInfo .MuiAlert-icon {
  color: #333333 !important;
}

@media (max-width: 600px) {
  .respond-ways .content-section .button-container .MuiButton-root {
    min-width: auto !important;
    padding: 4px 8px;
  }
}

.message-modal .MuiDialogContent-root {
  padding: 10px 20px 0 20px !important;
}

.message-modal .MuiDialogTitle-root {
  padding: 13px 20px;
}

.message-modal .messager {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #cca326;
  vertical-align: middle;
}

.message-modal .receivers-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  vertical-align: middle;
  margin-left: 12px;
}

.message-modal .MuiDialogContent-dividers {
  border-bottom: 0;
  padding: 0 !important;
}

.message-modal .close-message-modal {
  position: absolute;
  width: 23px;
  top: 17px;
  right: 17px;
  cursor: pointer;
}

.message-modal .message {
  width: -webkit-fit-content;
  width: fit-content;
  background: #e0e0e0;
  border-radius: 4px;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 15px;
  margin: 0;
  margin-bottom: 25px;
}

.message-modal .message-textarea {
  background: #f2f2f2;
  border-radius: 4px;
  width: 100%;
  padding: 10px 12px;
  box-sizing: border-box;
  border: 0;
  margin: 10px 0 0 0;
}
.message-modal .message-textarea:focus {
  border: 1px solid #333333;
  outline: 0;
}

.message-modal .cus-modal-error {
  color: #ff5858;
  outline: 0;
  font-size: 13px;
  margin-top: 2px;
  line-height: 1.2;
}

.message-modal .MuiInputLabel-outlined {
  width: 200px;
}

.message-modal .share-phone-number-div {
  width: 100%;
}

.message-modal .MuiTypography-h6 {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 400 !important;
}

.css-1w8q89d {
  background-color: #b4900b;
  border-radius: 18px;
}

.css-jfsaru-Switch{
  background-color: #b4900b !important;
  border-radius: 18px !important;
}

.css-w2bgmm {
  border-radius: 18px;
}

.css-tu4hyh {
  left: 15px;
}

.css-170e205 {
  right: 15px;
}

.message-modal .show-phone-on-off {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #333333;
  margin: 8px 0 0 0 !important;
}

.message-modal .show-phone-on-off .on-off-label {
  width: 75%;
  display: inline-block;
}

.MuiDialogActions-root {
  padding: 15px !important;
}

.message-modal .int-btn {
  width: auto;
  min-width: 100px;
  color: #fff;
  background: #000;
  font-weight: 500;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  text-transform: capitalize;
}

.message-modal .int-btn:hover {
  background: #000;
}

.message-modal .accept-btn {
  width: auto;
  min-width: 100px;
  color: #fff;
  background: #000;
  font-weight: 500;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  text-transform: capitalize;
}

.message-modal .accept-btn:hover {
  background: #c19d0d;
}

.MuiDialogTitle-root {
  min-height: 30px !important;
}

.close-modal {
  position: absolute;
  width: 23px;
  top: 17px;
  right: 17px;
  cursor: pointer;
}

/* Unmatch modal */
.modal-title {
  color: #000;
  padding: 16px 15px 0 15px !important;
}
.modal-banner {
  background-color: #ffe9d9;
  display: flex;
  border-radius: 5px;
  border-left: 3px solid #f0572d;
  padding: 5px;
}
.modal-banner-title {
  color: #b43631;
  font-weight: 500;
}
.modal-banner-description {
  color: #f54646;
  padding: 0 5px 5px 0;
}
.modal-primary-btn {
  background-color: #000 !important;
  color: #fff !important;
}

.cus-container {
  margin: auto;
  border-radius: 8px;
  padding-bottom: 40px !important;
  max-width: 960px !important;
}

@media (min-width: 768px) and (max-width: 970px) {
  .cus-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 960px) {
  .cus-inner-page {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.create-new-ad {
  margin: 30px 0 0 0 !important;
  font-size: 20px !important;
}

.form-heading {
  color: #404040;
  padding: 30px 0 0 11px;
}

.extra-info {
  color: rgb(116, 116, 116);
  padding-left: 13px;
}

.input-field {
  width: 23%;
  margin: 1% !important;
}

.input-field label,
.input-field-textarea label {
  font-size: 14px;
}

.input-field input,
.input-field select .input-field textarea {
  font-size: 15px !important;
}

option {
  line-height: 30px;
  padding-left: 10px;
  font-size: 14px !important;
}

option:hover {
  background: #fff7d8;
  cursor: pointer;
}

.input-field-textarea {
  width: 98%;
  margin: 1% !important;
}

.input-field-age {
  width: 120px;
  margin: 1% !important;
}

.height-field {
  width: 11%;
  margin: 1% 0% 1% 1% !important;
}

.height-field .MuiFormHelperText-marginDense {
  width: 220px;
}

.dob-field {
  width: 7%;
  margin: 1% 0% 1% 1% !important;
}

.dob-year-field {
  margin: 1% !important;
}

.dob-field .MuiFormHelperText-marginDense {
  width: 220px;
}

.dob-picker {
  margin-top: 7px !important;
}

.to-span {
  display: inline-block;
  padding: 20px 10px 0;
}

.input-field-partner-edu {
  display: flex !important;
  max-width: 300px;
  margin: 3% 1% 2% !important;
}

.password-show-hide-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: rgb(116, 116, 116);
}

.password-show-hide-btn:hover {
  color: rgb(54, 54, 54);
  cursor: pointer;
}

.settings-container .password-show-hide-btn {
  right: 23%;
}

@media (min-width: 576px) and (max-width: 992px) {
  .settings-container .password-show-hide-btn {
    right: 12%;
  }
}

@media (max-width: 575px) {
  .settings-container .password-show-hide-btn {
    right: 15px;
  }
}

@media (max-width: 480px) {
  .input-field-partner-edu {
    margin: 3% 5% 2% !important;
  }
}

.input-field-multiple {
  display: block !important;
  margin-bottom: 25px !important;
}

.input-field-multiple .MuiInputBase-root {
  width: 400px !important;
}

.input-field-multiple .MuiInputLabel-outlined.MuiInputLabel-shrink {
  margin-left: -15px;
  margin-top: 2px;
}

@media (max-width: 430px) {
  .input-field-multiple .MuiInputBase-root {
    width: 100% !important;
  }
}

.display-error {
  color: #f44336;
  margin-top: 4px;
  margin-left: 14px;
  margin-right: 14px;
  font-size: 0.75rem;
}

@media (max-width: 480px) {
  .form-heading {
    padding: 30px 0 0 20px;
  }

  .input-field {
    width: 90%;
    margin: 3% 5% !important;
  }

  .input-field-textarea {
    width: 90%;
    margin: 3% 5% !important;
  }

  .input-field-age {
    width: 120px;
    margin: 3% 5% !important;
  }

  .to-span {
    display: inline-block;
    padding: 20px 0 0;
  }
}

@media (min-width: 481px) and (max-width: 600px) {
  .input-field {
    width: 46%;
    margin: 1.5% 2% !important;
  }

  .input-field-textarea {
    width: 96%;
    margin: 1.5% 2% !important;
  }

  .input-field-age {
    width: 120px;
    margin: 1.5% 2% !important;
  }
}

@media (min-width: 601px) and (max-width: 960px) {
  .input-field {
    width: 46%;
    margin: 2% 2% !important;
  }

  .input-field-textarea {
    width: 96%;
    margin: 1.5% 2% !important;
  }

  .input-field-age {
    width: 120px;
    margin: 2% 2% !important;
  }
}

@media (min-width: 961px) and (max-width: 1280px) {
  .input-field {
    width: 31.3%;
    margin: 1.5% 1% !important;
  }

  .input-field-textarea {
    width: 98%;
    margin: 1.5% 1% !important;
  }

  .input-field-age {
    width: 120px;
    margin: 1.5% 1% !important;
  }
}

@media (min-width: 961px) and (max-width: 1280px) {
  .height-field {
    width: 14.6% !important;
  }

  .dob-field {
    width: 9.8%;
    margin: 1% 0% 1% 1% !important;
  }
}

@media (min-width: 480px) and (max-width: 960px) {
  .height-field {
    width: 22% !important;
    margin: 2% 0% 1% 2% !important;
  }

  .dob-field {
    width: 14%;
    margin: 2% 0% 1% 2% !important;
  }

  .dob-year-field {
    margin: 2% 2% 1% 2% !important;
  }
}

@media (max-width: 480px) {
  .height-field {
    width: 42.5% !important;
    margin: 3% 0% 3% 5% !important;
  }

  .dob-field {
    width: 26.5% !important;
    margin: 3% 0% 3% 5% !important;
  }
}

.reg-nav-div .reg-nav {
  background: #000;
  height: 70px;
}

.save-btn {
  min-width: 177px !important;
  height: 36px !important;
  float: right;
  background: #fccd12 !important;
  color: #000 !important;
  text-transform: capitalize !important;
}

.back-btn {
  background: transparent !important;
  box-shadow: none !important;
  color: rgb(133, 133, 133) !important;
  padding-left: 0 !important;
}

.back-btn:hover {
  color: rgb(92, 92, 92) !important;
}

.back-btn:focus {
  background: transparent !important;
}

/* photo */
.image-input-div {
  display: inline-block;
  position: relative;
  width: 140px;
  height: 100px;
  margin-top: 15px;
  margin-right: 15px;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  vertical-align: top;
}

.things-not-allow-btn:hover {
  background: none !important;
}

@media (max-width: 550px) {
  .image-input-div {
    width: 46%;
    margin-right: 3%;
  }
}

.imgUpload {
  display: none;
}

.img-upload-label {
  margin-bottom: 0;
  border-radius: 11px;
}

.img-upload-label svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #bdbdbd;
  background: #fff;
  border-radius: 50%;
}

.img-upload-label svg:hover {
  color: #000 !important;
}

.img-upload-label .profilePic {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.img-upload-label {
  /* background: #f5f5f5; */
  cursor: pointer;
}

/* partner */
.MuiCheckbox-colorSecondary.Mui-checked {
  color: #000000;
}

/* review */
.review-table {
  width: 80% !important;
  margin: auto;
}

.review-sec-heading {
  font-size: 1.25rem;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 10px;
}

.edit-add {
  color: #c38c0e;
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
  margin-left: 5px;
  vertical-align: middle;
}

.edit-add:hover {
  color: #694d0b;
}

.review-sub-sec-heading {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 30px;
}

.review-col {
  display: inline-block;
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
  vertical-align: top;
}

.review-col .con-row {
  width: 100%;
}

.review-col .con-row:nth-child(odd) {
  background: #f2f2f2;
}

.review-col .con-row .con-col {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
}

.review-col .con-row .con-col:nth-child(1) {
  width: 40%;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;

  color: #333333;
}

.review-col .con-row .con-col:nth-child(2) {
  width: 60%;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  word-break: break-all;
}

.desktop-mother-col {
  display: inline-block;
}

.mobile-mother-col {
  display: none;
}

@media (max-width: 575px) {
  .review-sub-sec-heading {
    padding-left: 0;
  }

  .review-col {
    width: 100%;
    padding-left: 0;
  }

  .desktop-mother-col {
    display: none;
  }

  .mobile-mother-col {
    display: inline-block;
  }
}

/* contact no */
.contact-numb-div {
  margin: 12px 0 10px 1%;
}

.contact-numb-div label {
  color: #0000008a;
  font-size: 14px;
}

@media (max-width: 480px) {
  .contact-numb-div {
    margin: 12px 0 10px 5%;
  }
}

@media (max-width: 960px) and (min-width: 481px) {
  .contact-numb-div {
    margin: 12px 0 10px 2%;
  }
}
/* modal */
.react-tel-input .form-control {
  width: 23.2% !important;
}

@media (max-width: 480px) {
  .react-tel-input .form-control {
    width: 95% !important;
  }
}

@media (max-width: 960px) and (min-width: 481px) {
  .react-tel-input .form-control {
    width: 47% !important;
  }
}

@media (max-width: 1280px) and (min-width: 961px) {
  .react-tel-input .form-control {
    width: 31.8% !important;
    /* margin: 1.5% 1% !important; */
  }
}

.styles_react-code-input__CRulA input:nth-child(1) {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 21px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 3px solid #c4c4c4 !important;
  color: #000;
  font-weight: 600;
  margin-right: 5px;
  width: 45px !important;
  height: 40px !important;
  border-radius: 0 !important;
  background: #fff !important;
  border-right: 0 !important;
}

.styles_react-code-input__CRulA input:nth-child(2) {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 21px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 3px solid #c4c4c4 !important;
  color: #000;
  font-weight: 600;
  margin-right: 5px;
  width: 45px !important;
  height: 40px !important;
  border-radius: 0 !important;
  background: #fff !important;
  border-right: 0 !important;
}

.styles_react-code-input__CRulA input:nth-child(3) {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 21px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 3px solid #c4c4c4 !important;
  color: #000;
  font-weight: 600;
  margin-right: 5px;
  width: 45px !important;
  height: 40px !important;
  border-radius: 0 !important;
  background: #fff !important;
  border-right: 0 !important;
}

.styles_react-code-input__CRulA input:nth-child(4) {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 21px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 3px solid #c4c4c4 !important;
  color: #000;
  font-weight: 600;
  margin-right: 5px;
  width: 45px !important;
  height: 40px !important;
  border-radius: 0 !important;
  background: #fff !important;
  border-right: 0 !important;
}

.styles_react-code-input__CRulA input:nth-child(5) {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 21px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 3px solid #c4c4c4 !important;
  color: #000;
  font-weight: 600;
  margin-right: 5px;
  width: 45px !important;
  height: 40px !important;
  border-radius: 0 !important;
  background: #fff !important;
  border-right: 0 !important;
}

.styles_react-code-input__CRulA input:nth-child(6) {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 21px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 3px solid #c4c4c4 !important;
  color: #000;
  font-weight: 600;
  margin-right: 5px;
  width: 45px !important;
  height: 40px !important;
  border-radius: 0 !important;
  background: #fff !important;
  border-right: 0 !important;
}

.styles_react-code-input__CRulA input:focus {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.phone-verify-div .back {
  margin-top: 0;
  font-size: 16px;
  line-height: 19px;
  color: #868686;
  cursor: pointer;
}

.phone-verify-div .your-phone {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}
.phone-verify-div .phone {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin-top: 7px;
}

.phone-verify-div .enter-code {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  margin-top: 40px;
  margin-bottom: 5px;
}

.phone-verify-div .opt {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin: 15px 0 0 0;
}

.phone-verify-div .opt span {
  font-weight: 400;
  text-decoration: underline;
}

.phone-verify-div .opt-error {
  font-size: 80%;
  color: #f44336;
  margin-top: 7px;
}

.verify-btn {
  background: #000 !important;
  color: #fff !important;
  min-width: 124px !important;
  margin-top: 20px !important;
}

/* review */
.create-account-div {
  max-width: 300px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 50px;
  padding: 30px 15px;
  border-radius: 5px;
}

.create-account-div .inputs {
  display: grid;
  width: 100%;
  margin: auto;
  margin-top: 20px;
}

.create-account-div .inputs label {
  font-size: 14px;
}

.create-account-div .inputs {
  font-size: 15px;
}
.create-without-email .MuiTypography-body1 {
  font-size: 14px !important;
  margin-top: 3px;
  font-weight: 500;
}

/* checkout */
.remember-notice {
  background: rgba(0, 133, 207, 0.13);
  /* margin-top: 100px; */
  margin-bottom: 20px;
  text-align: center;
  padding: 20px 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.choose-currency-dropdown-div {
  display: flex;
  justify-content: flex-end;
}

.choose-currency-dropdown-div .choose-currency-dropdown {
  padding: 5px 10px;
  background: #f2f2f2;
  border: 0;
  border-radius: 4px;
  margin-bottom: 10px;
  cursor: pointer;
}

.payment-choose-currency-dropdown-div {
  display: flex;
  justify-content: center;
}

.payment-choose-currency-dropdown-div .payment-choose-currency-dropdown {
  padding: 5px 10px;
  background: #f2f2f2;
  border: 0;
  border-radius: 4px;
  margin-bottom: 10px;
  cursor: pointer;
}

.invoice-terms {
  max-width: 550px !important;
  margin: auto;
}

.invoice {
  padding: 15px 15px 25px 15px;
  color: #000;
}

.payment-invoice {
  padding: 15px 15px 10px 15px;
  color: #000;
}

.invoice .inv-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-top: 0;
}

.checkout-table {
  max-width: 500px !important;
  margin: auto;
}

.checkout-table tr td {
  padding: 10px;
  font-size: 14px;
}

.checkout-table tr:nth-child(1) td {
  border-bottom: 0;
  font-weight: 300;
}

.checkout-table tr:nth-child(2) td {
  font-weight: 300;
}

.invoice-terms .MuiOutlinedInput-inputMarginDense {
  padding-bottom: 7.5px;
}

.invoice-terms .MuiInputLabel-outlined.MuiInputLabel-marginDense {
  transform: translate(9px, 12px) scale(1);
  font-weight: 300;
}

.promo-input {
  width: 100px;
  height: 33px;
  line-height: 16px;
  font-size: 12px;
  border: 0.5px solid rgba(0, 0, 0, 0.31);
  box-sizing: border-box;
  border-radius: 2px;
  padding-left: 8px;
  vertical-align: middle;
}

.promo-input:focus {
  border: 1px solid rgba(0, 0, 0, 0.31) !important;
}

.apply-btn {
  background: #cca326 !important;
  color: #fff !important;
  margin-left: 6px !important;
  font-weight: 500 !important;
  font-size: 11px !important;
  vertical-align: middle !important;
}

.payment-options {
  display: block !important;
  width: 420px;
  margin: auto !important;
  margin-top: 40px !important;
}

.pay-by-card {
  display: inline-block !important;
  width: 200px;
  background: #fccd12 !important;
  color: #000 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin: 5px !important;
  font-size: 0.8rem !important;
}

@media (max-width: 350px) {
  .checkout-table tr td {
    width: 50%;
  }
}

@media (max-width: 386px) {
  .apply-btn {
    margin-top: 5px !important;
  }
}

@media (max-width: 450px) {
  .payment-options {
    width: 200px;
  }

  .pay-by-card {
    width: 200px;
  }
}

.confirm-bank-transfer {
  display: block !important;
  background: #fccd12 !important;
  color: #000 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: auto !important;
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.back-to-checkout {
  display: inline-block !important;
  width: 160px;
  background: #ffffff !important;
  color: #858585 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin: 5px !important;
}

.all-ads-btn {
  display: block !important;
  margin: auto !important;
  margin-top: 65px !important;
  width: 160px;
  background: #fccd12 !important;
  color: #000 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 0.8rem !important;
}

.all-ads-btn-attract-responses{
  margin-top: 0px !important;
  margin: 0 !important;
  margin-bottom: -20px !important;
}

.payment-banner-link{
  color: #000;
  text-decoration:none;
}

.payment-banner-link:active{
  color: #333333;
}

.bank-info {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: center;
}

/* promo code */
.promo-input label {
  font-size: 14px;
}

.promo-error {
  margin: 0;
  font-size: 13px;
  color: red;
  padding-top: 5px;
}

.MuiDialog-paperWidthMd {
  max-width: 600px !important;
}

/* user agreement */

.user-agreement-div .MuiTypography-body1 {
  padding-right: 7px;
}

@media (max-width: 480px) {
  .MuiDialog-paperWidthMd {
    width: 100vw !important;
  }
}

@media (max-width: 575px) {
  .invoice-terms {
    padding: 0 10px;
  }

  .user-agreement-div {
    max-width: 475px;
    padding: 0 15px;
  }
}

/* payement success */
.success-error-div {
  max-width: 420px;
  margin: auto;
  margin-top: 20vh;
  margin-bottom: 20vh;
  text-align: center;
}

.success-error-div .fa-check-circle {
  color: #28a745;
}

.success-error-div .fa-times-circle {
  color: #dc3545;
}

.age-restriction-error {
  justify-content: flex-end;
  margin-top: 8px !important;
}
.age-restriction-error,
.age-restriction-error a {
  color: #fa0521;
}
.success-error-div .message {
  font-size: 22px;
  font-weight: 700;
  margin-top: 2.5rem !important;
}

.how-did-you-hear {
  color: #747474;
  font-size: 14px;
  margin-top: 30px;
}

.disabled-btn {
  background: #dfdfdf !important;
  color: #b1b1b1 !important;
}

.marketing-source {
  padding: 5px 15px;
  cursor: pointer;
}

/* pre loading */
.eQwZKN {
  position: absolute;
  top: 0px !important;
  background: #fff;
}

/* sinhala font weights */
.sinhala-w-600 {
  font-weight: 600 !important;
  letter-spacing: 1px;
}

.sinhala-w-500 {
  font-weight: 500 !important;
  letter-spacing: 1px;
}

.sinhala-w-200 {
  font-weight: 200 !important;
  letter-spacing: 1px;
}

.sinhala-w-600 span {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px !important;
}

.sinhala-size-28 {
  font-size: 24px;
}

.sinhala-size-18 {
  font-size: 18px;
}

.sinhala-size-17 {
  font-size: 17px;
}

.sinhala-size-16 {
  font-size: 16px;
}

.sinhala-size-14 {
  font-size: 14px;
}

.sinhala-size-13 {
  font-size: 13px;
}

.sinhala-size-12 {
  font-size: 12px !important;
}

.sinhala-size-11 {
  font-size: 10px !important;
}

.sinhala-size-10 {
  font-size: 10px !important;
}

.sinhala-size-9 {
  font-size: 9px !important;
}

.loading-div {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-div .loading-circle {
  color: #c19d0d;
}

.availability-messsage {
  color:#868686;
  font-size: 14px;
  font-weight: 400;
  margin-top: 40px;
}

.message-header-text{
 font-weight: 400;
 margin-bottom: 10px !important;
 font-size: 14px !important;
}

.call-us-to-create-your-account {
  position: relative;
  flex: 1 1;
  max-width: 100%;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #000;
  margin-top: 80px;
  margin-bottom: 15px;
}

.call-us-to-create-your-account i {
  float: left;
  font-size: 18px;
}

.call-us-to-create-your-account.mobile {
  display: none;
}

.call-us-to-create-your-account.mobile a {
  color: #333333;
  text-decoration: none;
}

@media (max-width: 575px) {
  .call-us-to-create-your-account.mobile {
    display: block;
  }

  .call-us-to-create-your-account.non-mobile {
    display: none;
  }
}

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

.pay-for-ad-new-pricing-notice {
  background-color: lightblue;
}

.pay-for-ad-new-pricing-notice .new-pricing-nav-link {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(data:image/gif;base64,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) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);
    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format('embedded-opentype'), url(/static/media/slick.295183786cd8a1389865.woff) format('woff'), url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format('truetype'), url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.carousel .control-arrow,.carousel.carousel-slider .control-arrow{transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{transition:all .15s ease-in;transform:translate3d(0, 0, 0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,0.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:0.25;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px rgba(0,0,0,0.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,0.9);color:#fff}.carousel:hover .slide .legend{opacity:1}


.reviews-main-div {
  border-color: #dadce0;
  border-radius: 5px;
  /* padding: 10px; */
  padding: 4px;
  width: 30%;
  height: -webkit-fit-content;
  height: fit-content;
  min-height: 100px;
}

.pagination-div {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.no-records-div {
  min-height: 50vh;
  text-align: center;
  padding-top: 10%;
}

.pre-loading-reviews {
  text-align: center;
  margin-top: 70px;
  min-height: 62vh;
}

.reviews-slider-grid {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 48px !important;
  padding-block: 16px;
}

.reviews-slider-sub-grid {
  margin: auto !important;
  min-height: 0;
  min-height: initial;
  width: 100%;
}

.slider-review-item {
  cursor: pointer;
  padding-top: 15px;
  height: 100%;
}

.magazine-reviews-container {
  margin: auto;
  border-radius: 8px;
  max-width: 960px !important;
  background: transparent;
}

.sidebar-review-container{
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.sidebar-review-container .review-heading {
  font-size: 16px;
  text-align: center;
  color: #483a04;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 970px) {
  .magazine-reviews-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 600px) and (max-width: 970px) {
  .reviews-main-div {
    width: 43%;
  }
}

@media (min-width: 0) and (max-width: 600px) {
  .reviews-main-div {
    width: 90%;
  }
  .progress-div {
    margin-right: 25px;
    margin-top: 10px;
    width: 60% !important;
  }
  .total-avg-div {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

@media (min-width: 0) and (max-width: 400px) {
  .main-rating-div {
    /* flex-direction: column; */
  }
  .progress-div {
    width: 95% !important;
    margin-top: 10px;
  }
}

.show-more-less-clickable {
  color: #2979FF;
  display: block;
  text-decoration: none;
  width: -webkit-fit-content;
  width: fit-content;
}

.review-item-header-sub-div {
  display: flex;
  justify-content: space-between;
  color: #333333;
  align-items: center;
}

.reviews-parent-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content-css {
  min-height: 75px;
}

.content-css span{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
  font-size: 15px !important;
}

.content-css span.show-more-less-clickable{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
  font-size: 13px !important;
}

.review-component {
  margin: 5px;
  background-color: #ffffff;
}

.review-component .review-content-wrapper .name{
  font-size: 18px;
  font-weight: 500;
  word-break: break-all;
}

.review-content-wrapper {
  row-gap: 8px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid rgb(155, 119, 2);
}

.review-progress {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 8px;
}

.average-rating {
  font-size: 64px;
  font-weight: 400;
  line-height: 77.45px;
}

.total-avg-div {
  margin-left: 55px;
  margin-right: 55px;
  text-align: center;
}

.review-count {
  color: #333333;
  margin-top: 10px;
  font-weight: 200;
}

.main-rating-div {
  display: flex;
  margin-top: 20px;
}

.progress-div {
  width: 70%;
  margin-right: 10px;
}

.slick-review-item {
  /* border-radius: 10px; */
}

.slick-dots {
  display: inline;
  display: initial;
  bottom: auto;
  bottom: initial;
  position: static;
  position: initial;
}
.register-new .header-sec {
  background: #000;
  padding: 16px;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .register-new .header-sec {
    margin-bottom: 15px;
  }
}

.register-new .header-sec .logo {
  display: block;
  margin: auto;
  width: 138px;
  /* margin-top: -20px; */
}

.register-new .heading {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 8px;
}

.register-new .heading-sub {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  padding-bottom: 25px;
}

.register-new .reg-container {
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.register-new .reg-col {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .register-new .feature-col-cus {
    display: none;
  }

  .register-new .login-paper-wrapper {
    width: 100%;
  }
}

.register-new .reg-col .feature-table {
  margin: 8% 10%;
}

.register-new .reg-col .feature-table td:nth-child(1) {
  width: 60px;
  vertical-align: top;
}

.register-new .reg-col .feature-table td .feature-topic {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  margin-bottom: 0;
  margin-top: 0;
}

.register-new .reg-col .feature-table td .feature-desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.register-new .terms-n-policy {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #636363;
  margin: auto;
  margin-top: 0;
  margin-bottom: 25px;
  width: 300px;
}

.register-new .terms-n-policy a {
  color: #636363;
}
.register-new .terms-n-policy a:hover {
  color: #333333;
}

.all-ads-container {
  background: #fff;
  margin: auto;
  border-radius: 8px;
  max-width: 960px !important;
  margin-top: 10px;
}

.all-ads-main-container {
  background: #dfdfdf;
  min-height: 800;
  /* padding: 50px 15px; */
  padding-bottom: 48px;
  padding-top: 8px;
}

@media (max-width: 480px) {
  .all-ads-main-container {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .register-new .reg-col .feature-table {
    margin: 8% 5%;
  }

  .all-ads-container {
    border-radius: 0;
  }
}

@media (max-width: 970px) and (min-width: 768px) {
  .all-ads-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 575px) and (max-width: 768px) {
  .cus-new-register-container {
    width: 70% !important;
  }
}

@media (max-width: 768px) {
  .register-new .reg-col {
    width: 100%;
  }
}

/* MuiBottomNavigation-root */
.register-new .MuiBottomNavigation-root {
  background-color: #f7f7f7 !important;
}

.register-new .MuiBottomNavigationAction-root.Mui-selected {
  font-weight: 800 !important;
  color: #333333;
}

@media (min-width: 768px) {
  .button-navs {
    display: none !important;
  }
}

.ignore-int-text-btn {
  text-decoration: underline;
  margin: 0;
  cursor: pointer;
}


/*# sourceMappingURL=1531.b3af2f61.chunk.css.map*/