/* CSS Only For HTML Coder */
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

canvas,
audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

b,
strong {
  font-weight: bold;
}

hr {
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

pre {
  white-space: pre-wrap;
}

small {
  font-size: 80%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body {
  background-color: #f1f1f1;
  border: none;
  margin: 0px;
  outline: none;
  position: relative;
  line-height: 18px;
  color: #333;
  font-size: 14px;
}

.clear,
.spacer {
  font-size: 0px;
  line-height: 0px;
  clear: both;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
lengend,
button,
input,
textarea,
th,
td,
div {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  /*  text-rendering: optimizelegibility !important; */
}

body,
blockquote,
fieldset,
lengend,
button,
input,
textarea,
select,
code,
samp {
  padding: 0;
  font-family: 'Oxygen', sans-serif;
}

button,
input,
textarea {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

p {
  padding: 0px;
  margin: 0px 0px 8px 0px;
  border: none;
}

p:last-child {
  margin: 0;
}

label {
  cursor: pointer !important;
}

label,
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
}

label input[type="checkbox"],
label input[type="radio"] {
  margin-right: 5px;
}

a {
  color: #9b0f0b;
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

a:hover {
  outline: none;
  text-decoration: underline;
}

img {
  max-width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  display: block;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* ::after, ::before{font-family:Font Awesome 5 Free;} */
.m-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.wrapper {
  display: block;
  max-width: 1422px;
  margin: 0 auto;
  padding: 0 15px;
}

.sm-wrapper-container {
  display: block;
  width: 978px;
  max-width: 100%;
  margin: 0 auto;
}

.buttonset {
  display: block;
  width: 100%;
  margin: 32px 0 0 0;
  text-align: center;
}

.buttonset.text-left {
  text-align: left;
}

.buttonset .c-btn {
  margin: 3px 0;
}

.buttonset .c-btn:not(:last-child) {
  margin-right: 4px;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: #EF0000;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  min-height: 34px;
  padding: 6px 16px;
  border-radius: 100px;
  transition: 600ms;
}

@media (max-width: 480px) {
  .c-btn {
    font-size: 13px;
    min-height: 30px;
    padding-left: 14px;
    padding-right: 14px;
  }
}

.c-btn img {
  display: block;
  float: left;
  height: auto;
  max-height: 26px;
  margin: 0 8px 0 0;
  filter: brightness(0) invert(1);
}

.c-btn:hover {
  background-color: #ff5e5e;
}

.c-btn.block {
  width: 100%;
}

.c-btn.uppercase {
  text-transform: uppercase;
}

.c-btn.lg {
  font-size: 22px;
  min-height: 58px;
  padding-left: 28px;
  padding-right: 28px;
}

@media (max-width: 1279px) {
  .c-btn.lg {
    font-size: 20px;
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .c-btn.lg {
    font-size: 18px;
    min-height: 48px;
  }
}

@media (max-width: 350px) {
  .c-btn.lg {
    font-size: 17px;
    min-height: 44px;
  }
}

.c-btn.md {
  font-size: 18px;
  min-height: 52px;
}

.c-btn.md img {
  max-height: 22px;
}

.c-btn.sm {
  font-size: 13px;
  min-height: 36px;
  height: 20px;
}

.c-btn.sm img {
  max-height: 18px;
  width: auto !important;
}

.c-btn.xs {
  font-size: 13px;
  line-height: 15px;
  min-height: 24px;
  padding: 4px 8px;
}

.c-btn.icon-md img {
  height: 22px;
}

.c-btn.min-236 {
  min-width: 236px;
  max-width: 100%;
}

.c-btn.black {
  background-color: #433B3B;
}

.c-btn.black:hover {
  background-color: #686161;
}

.c-btn.green {
  background-color: #07BC24;
}

.c-btn.green:hover {
  background-color: #09e52c;
}

.c-btn.deep-red {
  background-color: #9B2629;
}

.c-btn.deep-red:hover {
  background-color: #ce383c;
}

.form-filed {
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
}

.form-filed:first-child {
  margin: 0;
}

.form-filed .txt-link {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

.form-filed .txt-with-link {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
}

.form-filed .txt-with-link.w-360,
.form-filed .txt-with-link.w-290 {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.form-filed .txt-with-link.w-290 {
  max-width: 290px;
}

.form-filed .txt-with-link a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: 500;
}

.field {
  display: block;
  width: 100%;
  background-color: rgba(217, 217, 217, 0.06);
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 100%;
  height: 52px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  position: relative;
  transition: 500ms;
}

.field::-webkit-input-placeholder {
  color: #fff;
}

.field::-moz-placeholder {
  color: #fff;
}

.field:-ms-input-placeholder {
  color: #fff;
}

.field:-moz-placeholder {
  color: #fff;
}

.field[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.field.md {
  font-size: 14px;
  height: 38px;
  padding-left: 14px;
  padding-right: 14px;
}

.field.dark {
  border-color: #696666;
  color: #2F2B2B;
}

.field.dark::-webkit-input-placeholder {
  color: #2F2B2B;
}

.field.dark::-moz-placeholder {
  color: #2F2B2B;
}

.field.dark:-ms-input-placeholder {
  color: #2F2B2B;
}

.field.dark:-moz-placeholder {
  color: #2F2B2B;
}

.field.gray {
  border-color: #DFDFDF;
  background-color: #F3F3F3;
  color: #2F2B2B;
  font-size: 14px;
  font-weight: 600;
  height: 48px;
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;
}

.field.gray:focus {
  border-color: #bebebe;
}

.field.gray::-webkit-input-placeholder {
  color: #919191;
}

.field.gray::-moz-placeholder {
  color: #919191;
}

.field.gray:-ms-input-placeholder {
  color: #919191;
}

.field.gray:-moz-placeholder {
  color: #919191;
}

.field[type="date"],
select.field {
  background: url(../images/down-arrow.png) no-repeat right 16px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(217, 217, 217, 0.06);
  padding-right: 38px;
  background-size: 10px auto;
}

select.field.dark,
select.field.gray {
  background: url(../images/down-arrow-black.png) no-repeat right 16px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding-right: 38px;
  background-size: 10px auto;
}

select.field.gray {
  background-color: #F3F3F3;
  padding-right: 32px !important;
  background-position: right 12px center !important;
}

select.field.md {
  padding-right: 26px !important;
  background-position: right 10px center !important;
}

textarea.field {
  height: 100px;
}

textarea.field.gray {
  height: 160px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -15px 0 -15px;
}

.form-row .colm {
  display: block;
  float: left;
  padding: 0 15px;
  max-width: 100%;
  flex: 0 0 100%;
}

.form-row .colm:not(.full) {
  max-width: 50%;
  flex: 0 0 50%;
}

@media (max-width: 639px) {
  .form-row .colm:not(.full) {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.form-group {
  display: block;
  margin: 18px 0 0 0;
}

.form-group:first-child {
  margin: 0;
}

.form-group label:not(.upload-btn) {
  display: block;
  color: #2F2B2B;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin: 0 0 6px 0;
}

.form-group .field-area {
  display: block;
  position: relative;
}

.form-group .field-area .field~.field {
  margin-top: 12px;
}

.form-group .field-area.with-ico .field {
  padding-right: 40px;
}

.form-group .field-area.with-ico>img {
  display: block;
  position: absolute;
  top: 11px;
  right: 8px;
  width: 26px;
  height: auto;
  z-index: 1;
}

.form-group .field-area.with-txt .field {
  padding-right: 66px;
}

.form-group .field-area.with-txt .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 5px 5px 0px;
  background-color: #E0E2F4;
  color: #6C6C6C;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  position: absolute;
  top: 1px;
  right: 1px;
  height: 46px;
  width: 54px;
  z-index: 1;
}

.dob-field {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.dob-field .dob-colm {
  display: block;
  float: left;
  max-width: 33.333333%;
  flex: 0 0 33.333333%;
  padding: 0 6px;
}

.upload-pic {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.upload-pic .show-pic {
  display: block;
  float: left;
  width: 148px;
  height: 148px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 10px 0 0;
  background-color: #C7CAE0;
  border: 1px solid #B0B3CD;
}

.upload-pic .show-pic img {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.upload-pic .upload-btn {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}

.upload-pic .upload-btn input {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}

.c-checkbox {
  display: block;
  max-width: 100%;
  padding: 0 0 0 28px;
  position: relative;
}

.c-checkbox label {
  display: inline-block;
  color: #f2f2f2;
  font-size: 13.5px;
  line-height: 20px;
  font-weight: 300;
}

.c-checkbox label a {
  color: #f2f2f2;
  text-decoration: underline;
}

.c-checkbox label a:hover {
  color: #ff5959;
  text-decoration: none;
}

.c-checkbox label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.c-checkbox label input:checked~.txt:before {
  background: url(../images/check.svg) no-repeat center center;
  background-size: 12px auto;
}

.c-checkbox label .txt {
  display: block;
}

.c-checkbox label .txt:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.gender-field {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.gender-field .gender-box {
  display: flex;
  float: left;
  padding: 0 10px;
  position: relative;
}

.gender-field .gender-box .ico {
  display: block;
  float: left;
  width: 58px;
  height: 58px;
  border-radius: 5px;
  border: 1px solid #DFDFDF;
  background: #C7CAE0;
  margin: 0 12px 0 0;
  overflow: hidden;
}

.gender-field .gender-box .ico img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.gender-field .gender-box .txt {
  display: block;
  float: left;
  color: #2F2B2B;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin: 0;
  align-self: center;
}

.gender-field .gender-box input {
  display: block;
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}

.gender-field .gender-box input:checked~.ico {
  background-color: #9B2629;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #696666;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  color: #2F2B2B;
  text-decoration: none;
  font-size: 14px;
  min-height: 38px;
  padding: 6px 16px;
  border-radius: 100px;
  transition: 600ms;
}

.filter-btn img {
  display: block;
  float: left;
  height: 20px;
  width: auto;
  transition: 600ms;
  margin: 0 8px 0 0;
}

.filter-btn img+.toogle-check {
  margin: 0;
}

.filter-btn.img-right img {
  margin: 0 0 0 8px;
}

.filter-btn.icon-only {
  padding: 0;
  width: 38px;
  justify-content: center;
  font-size: 0;
  text-indent: -99999em;
}

.filter-btn.icon-only img {
  margin: 0;
}

a.filter-btn:hover,
button.filter-btn:hover {
  background-color: #696666;
  color: #fff;
}

a.filter-btn:hover img,
button.filter-btn:hover img {
  filter: brightness(0) invert(1);
}

.toogle-check {
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 0 0 8px;
}

.toogle-check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.toogle-check input:checked~.toggle-bg .toggle-circle {
  background-color: #09AB23;
  border: 2px solid #fff;
  left: calc(100% - 18px);
}

.toogle-check .toggle-bg {
  display: block;
  float: left;
  width: 36px;
  height: 18px;
  position: relative;
  background-color: #fff;
  border-radius: 100px;
}

.toogle-check .toggle-bg .toggle-circle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background-color: #433B3B;
  transition: 600ms;
}

.toogle-check.gray .toggle-bg {
  background-color: #E7E0E0;
}

.toogle-check.gray .toggle-bg .toggle-circle {

  left: calc(100% - 18px);
  background-color: #FF0000;
}

.age-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.age-field .txt {
  display: block;
  float: left;
  color: #2F2B2B;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.age-field .field-box {
  display: block;
  float: left;
  padding: 0 0 0 10px;
  width: 80px;
}

.c-modal {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 800ms;
  opacity: 0;
  visibility: hidden;
}

.c-modal.show-modal {
  opacity: 1;
  visibility: visible;
}

.c-modal-container {
  display: block;
  width: 550px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 0;
}

.c-modal-container .modal-logo {
  display: block;
  margin: 0 auto 24px auto;
  max-height: 58px;
}

.c-modal-container .c-modal-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #A4A4A4;
  padding: 50px 30px;
  border-radius: 8px;
  position: relative;
}

.c-modal-container .c-modal-box .check-circle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #4BAE4F;
  width: 86px;
  height: 86px;
  border-radius: 100px;
  margin: 0 0 14px 0;
}

.c-modal-container .c-modal-box .check-circle img {
  display: block;
  float: left;
  width: 46px;
  height: auto;
}

.c-modal-container .c-modal-box .close-modal {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/close-white.svg) no-repeat center center;
  background-size: 18px auto;
  cursor: pointer;
  opacity: 0.8;
  transition: 500ms;
}

.c-modal-container .c-modal-box .close-modal:hover {
  opacity: 1;
}

.c-modal-container .c-modal-box .head-tl {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  align-items: center;
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  font-weight: 300;
  margin: 0 0 20px 0;
}

.c-modal-container .c-modal-box .c-btn {
  font-size: 16px;
}

.c-tab {
  display: flex;
  margin: 0 -3px;
  align-items: flex-end;
  padding: 0 0 14px 0;
  white-space: nowrap;
  overflow: auto;
  flex-wrap: nowrap;
}

.c-tab li {
  display: block;
  float: left;
  padding: 0 3px;
}

.c-tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  border-radius: 5px 5px 0px 0px;
  background: #E2E1E1;
  color: #3E3939;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding: 6px 16px;
  position: relative;
}

.c-tab li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: inherit;
  right: 0;
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #9B2629;
  transition: all 500ms ease-in-out;
}

.c-tab li a:hover {
  color: #9b2629;
  background-color: #ededed;
  text-decoration: none;
  left: 0;
  right: inherit;
}

.c-tab li a:hover:before {
  width: 100%;
}

.c-tab li a.active {
  background-color: #9B2629;
  color: #fff;
  min-height: 42px;
}

@media (max-width: 767px) {
  .c-tab li a {
    font-size: 13px;
    line-height: 15px;
    padding: 6px 10px;
    min-height: 34px;
  }

  .c-tab li a.active {
    background-color: #9B2629;
    color: #fff;
    min-height: 36px;
  }
}

.c-tab-data {
  display: block;
}

.p-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.footer {
  display: block;
  background-color: transparent;
  padding: 60px 0;
}

@media (max-width: 1023px) {
  .footer {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 30px 0;
  }
}

.footer .footer-top {
  display: block;
}

.footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0 0 0;
  margin: 40px 0 0 0;
  border-top: 1px solid #515151;
}

.footer .footer-bottom .f-bottom-left {
  display: block;
  float: left;
  min-width: 135px;
}

.footer .footer-bottom .f-bottom-left img {
  display: block;
  float: left;
  width: 135px;
  height: auto;
}

@media (max-width: 800px) {
  .footer .footer-bottom .f-bottom-left img {
    width: 116px;
  }
}

.footer .footer-bottom .f-bottom-mid {
  display: flex;
  float: left;
  flex-flow: column;
  align-items: center;
  width: 100%;
  flex: 1;
  padding: 0 16px;
}

.footer .footer-bottom .f-bottom-right {
  display: block;
  float: left;
  min-width: 135px;
}

@media (max-width: 767px) {
  .footer .footer-bottom {
    flex-flow: column;
    justify-content: center;
  }

  .footer .footer-bottom .f-bottom-left,
  .footer .footer-bottom .f-bottom-right {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
  }

  .footer .footer-bottom .f-bottom-mid {
    padding: 30px 0;
  }
}

.footer .footer-bottom .trans-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -10px;
}

.footer .footer-bottom .trans-card li {
  display: block;
  float: left;
  padding: 0 10px;
}

.footer .footer-bottom .trans-card li img {
  display: block;
  height: 27px;
  width: auto;
}

.footer .footer-bottom .footer-logo {
  display: block;
  float: left;
}

.footer .footer-bottom .footer-logo img {
  display: block;
  width: auto;
  max-width: 266px;
}

@media (max-width: 800px) {
  .footer .footer-bottom .footer-logo img {
    max-width: 100%;
    max-height: 38px;
  }
}

.footer .footer-bottom .footer-partners {
  display: block;
  margin: 20px 0 0 0;
}

.footer-partners ul{
  padding-left: 0px !important;
}

.footer .footer-bottom .footer-partners h4 {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

@media (max-width: 800px) {
  .footer .footer-bottom .footer-partners h4 {
    font-size: 20px;
    line-height: 22px;
  }
}

.footer .footer-bottom .footer-partners .partner-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px 0 -10px;
  justify-content: center;
}

.footer .footer-bottom .footer-partners .partner-list li {
  display: block;
  float: left;
  padding: 0 10px;
  position: relative;
}

.footer .footer-bottom .footer-partners .partner-list li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 14px;
  border-right: 1px solid #fff;
}

.footer .footer-bottom .footer-partners .partner-list li a {
  display: block;
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  transition: 500ms;
}

.footer .footer-bottom .footer-partners .partner-list li a:hover {
  color: #ff4040;
  text-decoration: none;
}

.footer .f-top-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media (max-width: 480px) {
  .footer .f-top-row {
    margin: 0 -10px;
  }
}

.footer .f-top-row .colm {
  display: block;
  float: left;
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 15px;
}

@media (max-width: 1023px) {
  .footer .f-top-row .colm {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }

  .footer .f-top-row .colm:last-child {
    max-width: 100%;
    flex: 0 0 100%;
    padding-top: 30px;
  }
}

@media (max-width: 480px) {
  .footer .f-top-row .colm {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 10px;
  }

  .footer .f-top-row .colm:nth-child(3),
  .footer .f-top-row .colm:last-child {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 10px;
  }
}

@media (max-width: 350px) {
  .footer .f-top-row .colm {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.footer .f-top-row .colm h6 {
  display: block;
  color: transparent;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0;
}

.footer .f-top-row .colm .f-links {
  display: block;
  margin: 0;
  padding: 0;
}

.footer .f-top-row .colm .f-links li {
  display: flex;
  flex-wrap: wrap;
}

.footer .f-top-row .colm .f-links li:not(:first-child) {
  margin: 7px 0 0 0;
}

.footer .f-top-row .colm .f-links li a {
  display: block;
  float: left;
  color: transparent;
  font-size: 14.5px;
  line-height: 20px;
  font-weight: 300;
  transition: 500ms;
}

.footer .f-top-row .colm .f-links li a:hover {
  color: #ff4040;
  text-decoration: none;
}

.footer .f-top-row .colm p {
  display: block;
  color: #e8e8e8;
  font-size: 14.5px;
  line-height: 20px;
  font-weight: 300;
}

.footer .f-top-row .colm p:not(:first-child) {
  margin: 10px 0 0 0;
}

.inner-header {
  display: block;
  background-color: #fff;
  padding: 7px 0;
}

.inner-header .inner-header-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 46px;
}

.inner-header .inner-header-c .inner-logo {
  display: flex;
  float: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1023px) {
  .inner-header .inner-header-c .inner-logo {
    position: static;
    transform: inherit;
  }
}

.inner-header .inner-header-c .inner-logo a {
  display: block;
}

.inner-header .inner-header-c .inner-logo a img {
  display: block;
  max-height: 40px;
  width: auto;
  max-width: 100%;
}

@media (max-width: 639px) {
  .inner-header .inner-header-c {
    min-height: 40px;
  }
}

@media (max-width: 599px) {
  .inner-header .inner-header-c {
    flex-flow: column;
    justify-content: center;
  }
}

.u-notification {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #383131;
  border-radius: 5px;
  padding: 4px 6px;
  position: relative;
}

.u-notification .c-close {
  display: none;
}

.u-notification .photo-area {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  position: relative;
}

.u-notification .photo-area .photo {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  overflow: hidden;
}

.u-notification .photo-area .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.u-notification .photo-area .status {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background-color: #acacac;
  border: 2px solid #fff;
  border-radius: 100px;
}

.u-notification .photo-area .status.on {
  background-color: #0DD02C;
}

.u-notification .txt {
  display: block;
  float: left;
  width: 100%;
  flex: 1;
  padding: 0 10px;
  color: #DA8383;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .u-notification {
    position: fixed;
    padding: 8px 16px 8px 6px;
    bottom: 3px;
    left: 3px;
    max-width: calc(100% - 6px);
    z-index: 8;
  }

  .u-notification .txt {
    font-size: 13px;
  }

  .u-notification .c-btn.xs {
    font-size: 11px;
    line-height: 13px;
    min-height: 20px;
    padding: 4px 6px;
  }

  .u-notification .c-close {
    display: block;
    width: 18px;
    height: 18px;
    background-color: transparent;
    background-size: 8px auto;
    top: 1px;
    right: 1px;
  }
}

.in-header-right {
  display: block;
  float: right;
  margin-left: auto;
}

@media (max-width: 599px) {
  .in-header-right {
    margin: 10px 0 0 0;
    width: 100%;
  }
}

.log-links {
  display: flex;
  flex-wrap: wrap;
}

.log-links li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: left;
  padding: 0 7px;
}

.log-links li:not(:first-child) {
  border-left: 1px solid #E2E1E1;
}


.log-links li .log-user-photo {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  border: 2px solid #B7B7B7;
  overflow: hidden;
}

.log-links li .log-user-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 639px) {
  .log-links li .log-user-photo {
    width: 26px;
    height: 26px;
    border-width: 1px;
  }
}

@media (min-width: 1201px) {

  .log-links li.menu-bar-li,
  .log-links li.search-li {
    display: none;
  }
}

.log-links li .menu-bar {
  display: block;
  width: 22px;
  height: 14px;
  position: relative;
  cursor: pointer;
}

.log-links li .menu-bar:before,
.log-links li .menu-bar:after,
.log-links li .menu-bar span {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff0000;
}

.log-links li .menu-bar:after {
  top: auto;
  bottom: 0;
}

.log-links li .menu-bar span {
  top: 50%;
  transform: translate(0, -50%);
}

.log-links li .head-search-ico {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.log-links li .head-search-ico img {
  display: block;
  float: left;
  width: auto;
  height: 26px;
  opacity: 0.55;
}

@media (max-width: 639px) {
  .log-links li .head-search-ico img {
    width: 22px;
  }
}

@media (max-width: 1200px) {

  .log-links li,
  .log-links li:nth-child(4) {
    padding: 0 12px;
  }
}

@media (max-width: 639px) {

  .log-links li,
  .log-links li:nth-child(4) {
    padding: 0 6px;
    border: none !important;
  }

  .log-links li .menu-bar {
    width: 20px;
  }

  .log-links li .c-btn.sm {
    font-size: 12px;
    min-height: 28px;
    padding: 5px 8px;
  }

  .log-links li .c-btn.sm img {
    max-height: 18px;
  }
}

@media (max-width: 1200px) {
  .log-links {
    margin: 0 -12px;
  }
}

@media (max-width: 639px) {
  .log-links {
    margin: 0 -6px;
  }
}

@media (max-width: 599px) {
  .log-links li:nth-child(2) {
    margin-left: auto;
  }
}

.notify-bell {
  display: block;
  float: left;
  position: relative;
  background: transparent;
  padding: 0;
  border: 0;
}

.notify-bell img {
  display: block;
  width: 24px;
  height: auto;
}

@media (max-width: 639px) {
  .notify-bell img {
    width: 20px;
  }
}

.notify-bell .count {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  border: 1px solid #F5060C;
  color: #F5060C;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  position: absolute;
  top: -4px;
  right: -4px;
}

.c-close {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  background: url(../images/close-white.svg) no-repeat center center;
  background-size: 9px auto;
  cursor: pointer;
  transition: 500ms;
  background-color: #EF0000;
  border-radius: 100px;
  transition: 600ms;
}

.c-close:hover {
  background-color: #ff5e5e;
}

.header-filter {
  display: block;
  background-color: #F3F3F3;
  padding: 3px 0;
  position: relative;
}

.header-filter .filter-close {
  display: none;
}

.header-filter .header-filter-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -8px;
}

.header-filter .header-filter-area .colm {
  display: block;
  float: left;
  padding: 8px;
}

.header-filter .header-filter-area .colm.search-field {
  width: 280px;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .header-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 600ms;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
  }

  .header-filter .wrapper {
    width: 400px;
    max-width: 100%;
    max-height: calc(100vh - 32px);
    overflow: auto;
    background-color: #F3F3F3;
    padding: 20px;
    border-radius: 10px;
    position: relative;
  }

  .header-filter .wrapper .filter-close {
    display: block;
  }

  .header-filter .header-filter-area .colm {
    width: 33.333333%;
    padding: 5px;
  }

  .header-filter .header-filter-area .colm:nth-child(2),
  .header-filter .header-filter-area .colm.colm.search-field {
    width: 100%;
  }

  .header-filter .header-filter-area .colm:nth-child(3) {
    flex: 1;
  }

  .header-filter .header-filter-area .colm:nth-child(4) {
    width: 26%;
  }

  .header-filter .header-filter-area .colm:nth-child(6),
  .header-filter .header-filter-area .colm:nth-child(7) {
    width: 50%;
  }

  .header-filter .header-filter-area .colm .filter-btn {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .header-filter .header-filter-area .colm .age-field .field-box {
    width: 100%;
    flex: 1;
  }
}

.advance-filter-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.advance-filter-container .advance-filter {
  display: block;
  background-color: #fff;
  padding: 34px 20px 20px 20px;
  position: relative;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
}

.advance-filter-container .advance-filter .close {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 2px solid #9b2629;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
  transition: 600ms;
}

.advance-filter-container .advance-filter .close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/close.svg) no-repeat center center;
  background-size: 11px auto;
  transition: 600ms;
}

.advance-filter-container .advance-filter .close:hover {
  background-color: #9b2629;
}

.advance-filter-container .advance-filter .close:hover:before {
  filter: brightness(0) invert(1);
}

.advance-filter-container .advance-filter .advance-filter-list,
.advance-filter-container .advance-filter .interest-listing {
  display: block;
  height: calc(100vh - 230px);
  min-height: 300px;
  overflow: auto;
}

.advance-filter-container .advance-filter .advance-filter-row {
  display: block;
  column-count: 6;
  padding: 0;
}

.advance-filter-container .advance-filter .advance-filter-row .colm {
  display: flex;
  flex-flow: column;
  padding: 8px;
}

.advance-filter-container .advance-filter h4 {
  display: block;
  color: #2F2B2B;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 0 0 14px 0;
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: #fff;
}

.advance-filter-container .advance-filter h4.red {
  color: #9B2629;
}

.advance-filter-container .advance-filter .adv-filter-list {
  display: block;
  margin: 0;
  padding: 0;
}

.advance-filter-container .advance-filter .adv-filter-list li {
  display: block;
}

.advance-filter-container .advance-filter .adv-filter-list li:not(:first-child) {
  margin: 14px 0 0 0;
}

.advance-filter-container .advance-filter .adv-filter-list li label {
  display: block;
  position: relative;
  color: #2F2B2B;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding: 0 0 0 22px;
}

.advance-filter-container .advance-filter .adv-filter-list li label .chk-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #9B2629;
  border-radius: 100px;
  transition: 500ms;
}

.advance-filter-container .advance-filter .adv-filter-list li label .chk-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/check.svg) no-repeat center center;
  background-size: 11px auto;
  background-color: #9B2629;
  border-radius: 100px;
  opacity: 0;
  visibility: hidden;
  transition: 500ms;
}

.advance-filter-container .advance-filter .adv-filter-list li label input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
}

.advance-filter-container .advance-filter .adv-filter-list li label input:checked~.chk-icon:before {
  opacity: 1;
  visibility: visible;
}

.advance-filter-container .advance-filter .buttonset {
  margin: 16px 0 0 0;
}

.advance-filter-container .advance-filter .interest-listing {
  display: block;
  padding: 0 3px;
}

.advance-filter-container .advance-filter .interest-listing .interest-list-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}

.advance-filter-container .advance-filter .interest-listing .interest-list-row .colm {
  display: block;
  float: left;
  padding: 3px;
  max-width: 25%;
  flex: 0 0 25%;
}

@media (max-width: 1023px) {
  .advance-filter-container .advance-filter .interest-listing .interest-list-row .colm {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }
}

@media (max-width: 767px) {
  .advance-filter-container .advance-filter .interest-listing .interest-list-row .colm {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 479px) {
  .advance-filter-container .advance-filter .interest-listing .interest-list-row .colm {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box {
  display: block;
  padding: 0;
  margin: 0;
}

.advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box .u-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 5px;
  padding: 9px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box .u-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 5px;
  transition: 600ms;
  background: linear-gradient(to right, #F3F3F3, #F3F3F3);
  background-color: #F3F3F3;
  z-index: 1;
}

.advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box .u-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: 0;
  background: linear-gradient(to right, #ef0000, #507cea);
  transition: 600ms;
  opacity: 0;
  visibility: hidden;
}

.advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box .u-box .photo {
  display: block;
  float: left;
  width: 58px;
  height: 58px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box .u-box .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box .u-box .tl {
  display: block;
  float: left;
  color: #2F2B2B;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  flex: 1;
  padding: 0 26px 0 16px;
  position: relative;
  z-index: 2;
  transition: 600ms;
}

.advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box .u-box .tl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: url(../images/check-circle.svg) no-repeat center center;
  background-size: 20px auto;
  opacity: 0;
  visibility: hidden;
  transition: 500ms;
}

@media (max-width: 639px) {
  .advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box .u-box {
    padding: 7px;
  }

  .advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box .u-box .photo {
    width: 48px;
    height: 48px;
  }

  .advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box .u-box .tl {
    font-size: 15px;
  }
}

.advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box input {
  position: absolute;
  bottom: 100%;
  right: 100%;
  opacity: 0;
  visibility: hidden;
}

.advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box input:checked~.u-box .tl:after {
  opacity: 1;
  visibility: visible;
}

.advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box .u-box:hover .tl,
.advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box input:checked~.u-box .tl {
  color: #e21616;
}

.advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box .u-box:hover:before,
.advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box input:checked~.u-box:before {
  background: linear-gradient(to right, #ffeded, #f1f5ff);
  background-color: #ffeded;
}

.advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box .u-box:hover:after,
.advance-filter-container .advance-filter .interest-listing .interest-list-row .colm .interest-u-box input:checked~.u-box:after {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1200px) {
  .advance-filter-container .advance-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1200px) and (max-width: 1023px) {
  .advance-filter-container .advance-filter {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 12px;
  }

  .advance-filter-container .advance-filter .buttonset {
    margin: 10px 0 0 0;
  }
}

@media (max-width: 1200px) {

  .advance-filter-container .advance-filter .advance-filter-list,
  .advance-filter-container .advance-filter .interest-listing {
    min-height: 1px;
    height: calc(100vh - 110px);
  }
}

@media (max-width: 1200px) and (max-width: 1023px) {

  .advance-filter-container .advance-filter .advance-filter-list,
  .advance-filter-container .advance-filter .interest-listing {
    height: calc(100vh - 94px);
  }
}

@media (max-width: 1200px) {
  .advance-filter-container .advance-filter .advance-filter-row {
    column-count: 5;
  }
}

@media (max-width: 1200px) and (max-width: 1023px) {
  .advance-filter-container .advance-filter .advance-filter-row {
    column-count: 4;
  }
}

@media (max-width: 1200px) and (max-width: 800px) {
  .advance-filter-container .advance-filter .advance-filter-row {
    column-count: 3;
  }
}

@media (max-width: 1200px) and (max-width: 639px) {
  .advance-filter-container .advance-filter .advance-filter-row {
    column-count: 2;
  }
}

@media (max-width: 1200px) and (max-width: 359px) {
  .advance-filter-container .advance-filter .advance-filter-row {
    column-count: 1;
  }
}

.page-container {
  display: block;
}

.page-container.grey {
  background-color: #ddd;
}

.page-container.light-grey {
  background-color: #FBFBFC;
}

.page-container.white {
  background-color: #fff;
}

.page-container.light {
  background-color: #FBFBFC;
}

@media (max-width: 1200px) {
  .page-container {
    padding: 10px 0 0 0;
  }
}

.page-container .page-section {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 24px;
}

.page-container .page-section.pt-16 {
  padding-top: 16px;
}

.page-container .page-section.pt-24 {
  padding-top: 24px;
}

.page-container .page-section .left-sidebar {
  display: block;
  float: left;
  width: 286px;
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 0;
  position: relative;
  z-index: 1;
  transition: 600ms;
}

.page-container .page-section .right-sidebar {
  display: block;
  float: right;
  width: 286px;
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 0;
  position: relative;
  z-index: 1;
  transition: 600ms;
}

@media (max-width: 1200px) {
  .page-container .page-section .left-sidebar {
    position: fixed;
    top: 0;
    left: -286px;
    z-index: 9;
    overflow: auto;
    height: 100%;
    padding: 0;
  }

  .page-container .page-section .left-sidebar .sidebar-banner {
    display: none;
  }
}

@media (max-width: 639px) {
  .page-container .page-section .left-sidebar {
    width: 232px;
  }
}

.page-container .page-section .page-right-section {
  display: block;
  float: left;
  width: 100%;
  flex: 1;
  padding: 16px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .page-container .page-section .page-right-section {
    padding: 12px;
  }
}

.page-container .page-section .page-right-section:first-child {
  padding-left: 0;
  padding-right: 0;
}

.page-container .afterlog-menu {
  display: block;
}

.page-container .afterlog-menu li {
  display: block;
}

.page-container .afterlog-menu li:not(:last-child) {
  border-bottom: 1px solid #CDCCCC;
}

.page-container .afterlog-menu li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #3D3D3D;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  padding: 16px 20px;
  min-height: 56px;
  transition: 500ms;
}

.page-container .afterlog-menu li a img {
  display: block;
  float: left;
  width: 22px;
  height: auto;
  margin: 0 8px 0 0;
  transition: 500ms;
}

.page-container .afterlog-menu li a:hover,
.page-container .afterlog-menu li a.active-route {
  background-color: #EF0000;
  color: #fff;
  text-decoration: none;
}

.page-container .afterlog-menu li a:hover img, .page-container .afterlog-menu li a.active-route img {
  filter: brightness(0) invert(1);
}

@media (max-width: 639px) {
  .page-container .afterlog-menu li a {
    padding: 12px 16px;
    min-height: 44px;
  }

  .page-container .afterlog-menu li a img {
    width: 20px;
  }
}

.sidebar-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: 600ms;
}

@media (max-width: 1200px) {
  .show-sidebar .sidebar-overlay {
    opacity: 1;
    visibility: visible;
  }

  .show-sidebar .left-sidebar {
    left: 0 !important;
  }
}

@media (max-width: 1200px) {
  .show-searchbox .header-filter {
    opacity: 1;
    visibility: visible;
  }
}

.sidebar-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sidebar-banner:not(:first-child) {
  margin: 20px 0 0 0;
}

.sidebar-banner>img {
  display: block;
  width: auto;
  max-width: 100%;
}

.profile-list-row {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}

.profile-list-row .colm {
  display: flex;
  flex-flow: column;
  padding: 6px;
  max-width: 25%;
  flex: 0 0 25%;
}

@media (max-width: 1200px) {
  .profile-list-row .colm {
    max-width: 20%;
    flex: 0 0 20%;
  }
}

@media (max-width: 1024px) {
  .profile-list-row .colm {
    max-width: 25%;
    flex: 0 0 25%;
  }
}

@media (max-width: 800px) {
  .profile-list-row .colm {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }
}

@media (max-width: 639px) {
  .profile-list-row .colm {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 440px) {
  .profile-list-row .colm {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.profile-list-row.colm-5 .colm {
  max-width: 20%;
  flex: 0 0 20%;
}

@media (max-width: 1024px) {
  .profile-list-row.colm-5 .colm {
    max-width: 25%;
    flex: 0 0 25%;
  }
}

@media (max-width: 800px) {
  .profile-list-row.colm-5 .colm {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }
}

@media (max-width: 639px) {
  .profile-list-row.colm-5 .colm {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 440px) {
  .profile-list-row.colm-5 .colm {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.profile-box {
  display: flex;
  flex-flow: column;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.02);
  transition: 500ms;
}

.profile-box:hover {
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.24);
}

.profile-box .profile-image {
  display: block;
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  height: 240px;
}

.profile-box .profile-image img {
  display: block;
  width: 100%;
  height: auto;
  background-color: #b5b5b5;
}

.profile-box .profile-image img.p-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition-duration: 0.6s;
}

.profile-box:hover .profile-image img.p-image {
  transform: scale(1.2);
}

.profile-box .profile-box-bottom {
  display: block;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  border-top: none;
  padding: 0 10px 28px 10px;
}

.profile-box .profile-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 208px;
  margin: 0 auto;
}

@media (min-width: 640px) and (max-width: 1200px) {
  .profile-box .profile-actions {
    max-width: 172px;
  }
}

@media (max-width: 599px) {
  .profile-box .profile-actions {
    max-width: 172px;
  }
}

.profile-box .profile-actions .actn-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.18);
  margin: -27px 0 0 0;
  position: relative;
  z-index: 1;
  border: none;
  outline: none;
  transition: 400ms;
}

.profile-box .profile-actions .actn-btn img {
  display: block;
  float: left;
  width: auto;
  max-width: 28px;
  margin: 0;
  transition: 400ms;
}

@media (max-width: 1379px) {
  .profile-box .profile-actions .actn-btn {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 0;
  }

  .profile-box .profile-actions .actn-btn img {
    max-width: 24px;
  }
}

@media (max-width: 1200px) {
  .profile-box .profile-actions .actn-btn {
    width: 42px;
    height: 42px;
    margin: -21px 0 0 0;
  }

  .profile-box .profile-actions .actn-btn img {
    max-width: 22px;
  }
}

@media (max-width: 639px) {
  .profile-box .profile-actions .actn-btn {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 0;
  }

  .profile-box .profile-actions .actn-btn img {
    max-width: 24px;
  }
}

@media (max-width: 599px) {
  .profile-box .profile-actions .actn-btn {
    width: 42px;
    height: 42px;
    margin: -21px 0 0 0;
  }

  .profile-box .profile-actions .actn-btn img {
    max-width: 22px;
  }
}

@media (min-width: 441px) and (max-width: 480px) {
  .profile-box .profile-actions .actn-btn {
    width: 36px;
    height: 36px;
    margin: -18px 0 0 0;
  }

  .profile-box .profile-actions .actn-btn img {
    max-width: 18px;
  }
}

.profile-box .profile-actions .actn-btn:hover , .profile-box .profile-actions .actn-btn.liked {
  background-color: #EF0000;
}

.profile-box .profile-actions .actn-btn:hover img , .profile-box .profile-actions .actn-btn.liked img{
  filter: brightness(0) invert(1);
}

.profile-box .p-nm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: transparent;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  margin: 20px 0 0 0;
  position: relative;
  padding: 0 12px;
}

.profile-box .p-nm span {
  color: #3D3D3D;
  font-size: 15px;
  font-weight: 400;
}

.profile-box .p-nm .status {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #cecece;
  border-radius: 100px;
  position: absolute;
  top: 3px;
  right: 0;
}

.profile-box .p-nm .status.on {
  background-color: #0DD02C;
}

.profile-box .p-loc {
  display: flex;
  justify-content: center;
  color: #3D3D3D;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin: 10px 0 0 0;
}

.p-details-with-img {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .p-details-with-img {
    flex-flow: column;
    align-items: center;
  }
}

.p-details-with-img .p-img-colm {
  display: block;
  float: left;
  width: 336px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .p-details-with-img .p-img-colm {
    width: 400px;
  }
}

.p-details-with-img .p-details-imgbox {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.12);
  padding: 10px;
}

.p-details-with-img .p-details-imgbox .p-details-img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.p-details-with-img .p-details-imgbox img {
  display: block;
  width: 100%;
  height: auto;
  background-color: #b5b5b5;
}

.p-details-with-img .p-details-imgbox img.p-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.p-details-with-img .p-details-img-rw {
  display: flex;
  flex-wrap: wrap;
  margin: 6px -2px 0 -2px;
}

.p-details-with-img .p-details-img-rw .p-details-img-colm {
  display: block;
  float: left;
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 2px;
}

.p-details-with-img .p-details-img-rw .p-details-img-colm .p-details-img {
  border: 5px solid transparent;
  transition: 500ms;
  cursor: pointer;
}

.p-details-with-img .p-details-img-rw .p-details-img-colm .p-details-img:hover,
.p-details-with-img .p-details-img-rw .p-details-img-colm .p-details-img.selected {
  border-color: #F2EFEF;
}

.p-details-with-img .p-desc-colm {
  display: block;
  float: left;
  width: 100%;
  flex: 1;
  padding: 0 0 0 20px;
}

@media (max-width: 767px) {
  .p-details-with-img .p-desc-colm {
    padding: 30px 0 0 0;
  }
}

.p-details-with-img .p-desc-colm .p-nm {
  display: flex;
  color: #9B2629;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

.p-details-with-img .p-desc-colm .p-nm span {
  color: #3D3D3D;
  font-size: 26px;
  font-weight: 400;
}

.p-details-with-img .p-desc-colm p {
  display: block;
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.p-details-with-img .p-desc-colm p:not(:first-child) {
  margin: 12px 0 0 0;
}

.p-details-with-img .p-desc-colm h5 {
  display: block;
  color: #423F3F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.p-details-with-img .p-desc-colm h5:not(:first-child) {
  margin: 14px 0 0 0;
}

.wh-box,
.grey-box {
  display: block;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.09);
}

.wh-box.p-14,
.grey-box.p-14 {
  padding: 14px;
}

.wh-box.p-14 h2,
.grey-box.p-14 h2 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wh-box.p-20,
.grey-box.p-20 {
  padding: 20px;
}

.wh-box.p-20 h2,
.grey-box.p-20 h2 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wh-box:not(:first-child),
.grey-box:not(:first-child) {
  margin: 30px 0 0 0;
}

.wh-box h2,
.grey-box h2 {
  display: block;
  color: #9B2629;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  padding: 12px 14px;
  border-bottom: 1px solid #D4D2D2;
}

.wh-box h2{
  color: transparent !important;
}

.wh-box h2.lg,
.grey-box h2.lg {
  font-size: 26px;
  line-height: 30px;
}

.grey-box {
  border: 1px solid #E4E4E4;
  background: #F8F8F8;
}

.grey-box h2 {
  color: #463D3D;
  border: none;
}

.two-colm-table {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.two-colm-table .table-data-colm {
  display: block;
  float: left;
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 11px;
}

.two-colm-table .table-data-colm:first-child {
  border-right: 1px solid #D4D2D2;
}

@media (max-width: 767px) {
  .two-colm-table .table-data-colm {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .two-colm-table .table-data-colm:first-child {
    border-right: none;
    border-bottom: 1px solid #D4D2D2;
  }
}

.txt-table {
  border: none;
  width: 100%;
}

.txt-table tr td {
  color: #4F4B4B;
  text-align: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 14px 14px;
  min-height: 118px;
}

.txt-table tr td:first-child {
  text-align: left;
  color: #9B2629;
  font-weight: 600;
}

.txt-table tr:not(:last-child) td {
  border-bottom: 1px solid #D4D2D2;
}

.txt-data-table {
  width: 100%;
}

.txt-data-table:not(:first-child) {
  margin: 16px 0 0 0;
}

.txt-data-table tr th {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  padding: 16px;
  background-color: #9B2629;
}

.txt-data-table tr th:not(:first-child) {
  border-left: 1px solid #fff;
}

.txt-data-table tr th:first-child {
  border-radius: 10px 0 0 10px;
}

.txt-data-table tr th:last-child {
  border-radius: 0 10px 10px 0;
}

.txt-data-table tbody tr td {
  color: #5d5d5d;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding: 14px 16px;
  border-top: 1px solid #d2d2d2;
  background-color: #f5f5f5;
}

.txt-data-table tbody tr td.no-msg {
  background: transparent;
  border: none;
  padding: 0;
}

.txt-data-table tbody tr td.no-msg .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6C6C6C;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background-color: #F0F8FA;
  padding: 14px 16px;
  min-height: 74px;
}

.txt-data-table tbody tr:first-child td {
  border: none;
}

.txt-data-table tbody tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}

.txt-data-table tbody tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}

.txt-data-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

.txt-data-table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

@media (max-width: 767px) {
  .txt-data-table tbody {
    display: block;
  }

  .txt-data-table tbody tr {
    display: block;
  }

  .txt-data-table tbody tr td {
    display: block;
  }

  .txt-data-table tbody tr td:not(:first-child) {
    padding-top: 6px;
  }

  .txt-data-table tbody tr td:not(:last-child) {
    padding-bottom: 6px;
  }
}

@media (max-width: 767px) {
  .txt-data-table thead {
    display: none;
  }
}

.safe-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #E5E8EF;
  padding: 10px 16px;
  margin: 24px 0 0 0;
}

.safe-icons img {
  display: block;
  float: left;
  height: 50px;
    width: 320px;
}

.tl-with-border {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #9B2629;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  border-bottom: 1px solid #D9D9D9;
  padding: 0 0 12px 0;
  margin: 16px 0 16px 0;
}

.tl-with-border:first-child {
  margin: 0;
}

.tl-with-border .c-btn {
  margin-left: auto;
}

.ac-box {
  display: block;
}

.ac-box:not(:first-child) {
  margin-top: 24px;
}

.ac-box h3 {
  display: block;
  color: #2F2B2B;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.ac-box .bg-tl {
  border-radius: 5px;
  border: 1px solid #DFDFDF;
  background-color: #E7EFF1;
  padding: 14px 16px;
  position: relative;
}

.ac-box .bg-tl:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 3px;
  height: calc(100% - 6px);
  background-color: #9B2629;
  border-radius: 0 3px 3px 0;
}

.border-box {
  display: block;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background-color: #FBFBFC;
  padding: 18px;
}

.border-box:not(:first-child) {
  margin: 20px 0 0 0;
}

.border-box p {
  display: block;
  color: #6C6C6C;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.border-box p:not(:first-child) {
  margin: 16px 0 0 0;
}

.text-with-toggle {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
  border-bottom: 1px solid #D9D9D9;
  justify-content: space-between;
  align-items: center;
}

.text-with-toggle .txt {
  display: block;
  float: left;
  color: #827878;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding: 0 16px 0 0;
}

.text-with-toggle .toogle-check {
  margin: 6px 0;
}

/*# sourceMappingURL=inner-style.css.map */