@charset "UTF-8";

div {
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

.container {
  max-width: 1050px;
}

@media (max-width: 1080px) {
  .container {
    max-width: 100%;

    width: 95%;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;

    padding-left: 15px;

    padding-right: 15px;
  }
}

#breadcrumbs {
  margin-bottom: 30px;

  margin-top: 0;
}

@media (max-width: 767px) {
  #breadcrumbs {
    margin-bottom: 20px;
  }
}

#breadcrumbs a,
#breadcrumbs span {
  color: #bbbbbb;

  font-size: 0.875rem;
}

@media (max-width: 767px) {

  #breadcrumbs a,
  #breadcrumbs span {
    line-height: 1rem;
  }
}

#site-content {
  padding-top: 12px;
}

ul {
  list-style-type: none;

  padding-left: 0;
}

.feature-listing-wrapper {
  /* background: #FFFADF;

  padding: 20px; */

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

@media (max-width: 1040px) {
  .feature-listing-wrapper {
    width: 100%;
  }
}

.common-listing-wrap {
  background: transparent;

  padding: 0;

  margin-top: 22px;

  width: 100%;
}

@media (max-width: 767px) {
  .common-listing-wrap {
    padding: 0 10px;
  }
}

.search-result .container {
  max-width: 990px;
}

@media (max-width: 1152px) {
  .search-result .container {
    width: 100%;
  }
}

@media (max-width: 1066px) {
  .search-result .container {
    max-width: 95%;
  }
}

@media (max-width: 991px) {
  .search-result .container {
    max-width: 100%;

    padding: 0 15px;
  }
}

.page-title,
.entry-title {
  font-size: 1.875rem;

  line-height: 2.25rem;

  font-weight: 800;

  color: #5e5e5e;

  margin-bottom: 10px;
}

@media (max-width: 991px) {

  .page-title,
  .entry-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {

  .page-title,
  .entry-title {
    font-size: 1.25rem;
  }
}

.search-filter-wrapper {
  background: #ecf3fc;

  padding: 20px 0;

  margin-bottom: 35px;
}

.search-filter-wrapper .search-output p,
.search-filter-wrapper .search-output strong {
  font-size: 1rem;

  line-height: 1.188rem;

  font-weight: 800;

  font-style: italic;

  color: #586c85;

  margin-top: 0;
}

#form_search-dir {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

@media (max-width: 1152px) {
  #form_search-dir {
    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
  }
}

#form_search-dir label {
  display: none;
}

#form_search-dir .form-field-dir {
  width: 100%;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-right: 7px;

  border-radius: 5px;

  width: 162px;

  position: relative;
}

@media (max-width: 1152px) {
  #form_search-dir .form-field-dir {
    width: auto;

    margin-bottom: 7px;
  }
}

@media (max-width: 520px) {
  #form_search-dir .form-field-dir {
    width: 48%;
  }
}

@media (max-width: 387px) {
  #form_search-dir .form-field-dir {
    width: 100%;

    margin-right: 0;
  }
}

/* #form_search-dir .form-field-dir:before {

  content: "";

  position: absolute;

  top: 17%;

  right: 2px;

  background: #fff;

  height: 30px;

  width: 30px;

  border-radius: 0;

  z-index: 1;

}



#form_search-dir .form-field-dir:after {

  content: '';

  position: absolute;

  top: 39%;

  right: 13px;

  height: 8px;

  width: 8px;

  border-style: solid;

  border-color: #5E5E5E;

  border-width: 0 1px 1px 0;

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

  z-index: 2;

} */

#form_search-dir .form-field-dir input,
#form_search-dir .form-field-dir select {
  width: 100%;

  display: block;

  padding: 13px 5px;

  border: 1px solid #bbbbbb;

  font-size: 0.938rem;

  line-height: 1.125rem;

  color: #666;

  background: #fff;
}

#form_search-dir .form-field-dir input:focus,
#form_search-dir .form-field-dir select:focus {
  border: 1px solid #bbbbbb;

  outline: none;
}

#form_search-dir .form-field-dir input:placeholder,
#form_search-dir .form-field-dir select:placeholder {
  font-size: 0.938rem;

  line-height: 1.125rem;

  color: #bbbbbb;
}

#form_search-dir .form-field-dir input {
  padding: 13px 16px;
}

@media (min-width: 1153px) {
  #form_search-dir .form-field-dir input {
    width: 162px;
  }
}

@media (min-width: 1153px) {
  #form_search-dir .form-field-dir select {
    width: 154px;
  }
}

@media (min-width: 1153px) {
  #form_search-dir .form-field-dir select#speciality {
    width: 142px;
  }
}

@media (min-width: 1153px) {
  #form_search-dir .form-field-dir select#source_language {
    width: 154px;
  }
}

@media (min-width: 1153px) {
  #form_search-dir .form-field-dir select#target_language {
    width: 152px;
  }
}

@media (min-width: 1153px) {
  #form_search-dir .form-field-dir select#field_expertise {
    width: 154px;
  }
}

@media (min-width: 1153px) {
  #form_search-dir .form-field-dir select#country_search {
    width: 142px;
  }
}

#form_search-dir .name.form-field-dir:before,
#form_search-dir .name.form-field-dir:after {
  display: none;
}

#form_search-dir .button-wrap {
  width: auto;

  background: #ff4343;

  border-radius: 5px;

  margin-top: 0;

  width: 47px;

  height: 47px;

  padding: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

@media (max-width: 520px) {
  #form_search-dir .button-wrap {
    width: 100%;
  }
}

#form_search-dir .button-wrap:hover {
  background: #dc0000;
}

#form_search-dir .button-wrap a {
  width: 100%;

  display: block;

  padding: 5px;

  text-align: center;
}

#form_search-dir .button-wrap svg {
  width: 21px;

  height: 21px;

  fill: white;
}

ul.gold-listing li,
ul.silver-listing li,
ul.premium-listing li.card {
  width: 32%;

  /* display: block; */
}

@media (max-width: 1023px) {

  ul.gold-listing li,
  ul.silver-listing li,
  ul.premium-listing li.card {
    width: 48%;
  }
}

@media (max-width: 730px) {

  ul.gold-listing li,
  ul.silver-listing li,
  ul.premium-listing li.card {
    width: 100%;

    margin-left: 0;

    margin-right: 0;
  }
}

.feature-listing-wrapper {
  position: relative;

  padding-top: 40px;
}

@media (max-width: 333px) {
  .feature-listing-wrapper {
    padding-top: 30px;
  }
}

.feature-listing-wrapper .featured-listing-wrap h4 {
  font-size: 1.188rem;

  position: absolute;

  position: absolute;

  left: 50%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  top: -12px;

  overflow: hidden;

  width: 100%;

  line-height: 1.438rem;

  font-weight: bold;

  text-transform: uppercase;
}

@media (max-width: 653px) {
  .feature-listing-wrapper .featured-listing-wrap h4 {
    font-size: 1rem;
  }
}

@media (max-width: 455px) {
  .feature-listing-wrapper .featured-listing-wrap h4 {
    font-size: 0.938rem;
  }
}

@media (max-width: 767px) {
  .feature-listing-wrapper .featured-listing-wrap h4 {
    margin-bottom: 0;

    position: relative;
  }
}

.feature-listing-wrapper .featured-listing-wrap h4:before {
  content: "";

  left: 0;
}

.feature-listing-wrapper .featured-listing-wrap h4:after {
  content: "";

  right: 0;
}

.feature-listing-wrapper .featured-listing-wrap h4:before,
.feature-listing-wrapper .featured-listing-wrap h4:after {
  background: #ffa200;

  height: 1px;

  width: 18%;

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  z-index: -5;
}

@media (max-width: 971px) {

  .feature-listing-wrapper .featured-listing-wrap h4:before,
  .feature-listing-wrapper .featured-listing-wrap h4:after {
    width: 37%;
  }
}

@media (max-width: 783px) {

  .feature-listing-wrapper .featured-listing-wrap h4:before,
  .feature-listing-wrapper .featured-listing-wrap h4:after {
    width: 35%;
  }
}

@media (max-width: 573px) {

  .feature-listing-wrapper .featured-listing-wrap h4:before,
  .feature-listing-wrapper .featured-listing-wrap h4:after {
    width: 30%;
  }
}

@media (max-width: 455px) {

  .feature-listing-wrapper .featured-listing-wrap h4:before,
  .feature-listing-wrapper .featured-listing-wrap h4:after {
    width: 25%;
  }
}

@media (max-width: 767px) {

  .feature-listing-wrapper .featured-listing-wrap h4:before,
  .feature-listing-wrapper .featured-listing-wrap h4:after {
    display: none;
  }
}

.basic-listing {
  margin-left: -5px !important;

  margin-right: -5px !important;
}

.basic-listing .user-type {
  position: absolute;

  top: 0;

  left: 0;

  margin: 0;

  padding: 0;
}

.basic-listing .user-type svg {
  width: 71px;

  height: 51px;
}

.basic-listing li {
  width: 18.94%;

  background: white;

  border: 1px solid #d1ddec;

  position: relative;

  padding-bottom: 12px;

  margin-bottom: 10px;

  margin-left: 5px;

  margin-right: 5px;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  min-height: 210px;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;
}

@media (max-width: 1060px) {
  .basic-listing li {
    width: 23.6%;
  }
}

@media (max-width: 767px) {
  .basic-listing li {
    width: 30%;
  }
}

@media (max-width: 650px) {
  .basic-listing li {
    width: 45%;
    padding-bottom: 6px;
  }
}

@media (max-width: 450px) {
  .basic-listing li {
    width: 46.3%;
  }
}

.basic-listing li .user-info-wrap {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;
}

.basic-listing li .user-info-wrap a {
  width: 100%;

  overflow: hidden;

  height: 158px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  background: rgba(209, 221, 236, 0.3);

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.basic-listing li .user-info {
  padding: 15px;

  display: block;
}

@media (max-width: 500px) {
  .basic-listing li .user-info {
    padding: 10px;
  }
}

.basic-listing li .user-info p {
  margin-bottom: 0 !important;

  font-weight: bold;

  color: #5e5e5e;
}

.basic-listing li .user-info p:last-child {
  margin-bottom: 0 !important;
}

.basic-listing li .user-info .country-name {
  margin-top: 0;

  color: #bbbbbb;

  font-size: 0.75rem;

  text-transform: uppercase;
}

.basic-listing li .user-info .user-name {
  margin-top: 0;

  font-size: 1rem;

  line-height: 1.188rem;
}

@media (max-width: 500px) {
  .basic-listing li .user-info .user-name {
    font-size: 0.875rem;
  }
}

.basic-listing li .user-info .user-name a {
  background: transparent;

  height: auto;

  display: block;

  text-align: left;
}

.basic-listing li .user-info .user-language {
  font-size: 0.875rem;

  margin-top: 10px;

  font-weight: 400;
}

@media (max-width: 500px) {
  .basic-listing li .user-info .user-language {
    font-size: 0.75rem;
  }
}

.basic-listing li img.user-profile {
  padding: 0;

  display: block;

  margin-right: 0;

  width: 100%;
}

.basic-listing li .user-info-right {
  width: 100%;

  padding: 10px;

  padding-left: 0;
}

.basic-listing li .gold-anchor-reviews {
  text-decoration: none;

  color: #00a8ff;

  font-size: 0.6875rem;
}

.basic-listing li p.company-name,
.basic-listing li p.user-name {
  color: #586c85;

  font-weight: bold;

  font-size: 1.0625rem;

  margin-bottom: 10px;

  line-height: 1.1875rem;
}

.basic-listing li p.company-name a,
.basic-listing li p.user-name a {
  text-decoration: none;

  color: #586c85;
}

.basic-listing li p.work-langauge,
.basic-listing li p.user-language {
  font-size: 0.875rem;

  line-height: 1rem;
}

.basic-listing li .additional-details {
  padding: 10px 13px;
}

.basic-listing li .additional-details p.additional-text {
  color: #586c85;

  line-height: 1.0625rem;
}

.basic-listing li .links-wrap {
  padding: 0 7px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  width: 100%;

  width: auto;

  margin-top: 10px;

  -webkit-box-align: end;

  -ms-flex-align: end;

  align-items: flex-end;

  margin-top: 0;
}

@media (max-width: 500px) {
  .basic-listing li .links-wrap {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

.basic-listing li .links-wrap .left {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;
}

@media (max-width: 500px) {
  .basic-listing li .links-wrap .left {
    width: 100%;
  }
}

.basic-listing li .links-wrap .right {
  width: 50%;
}

@media (max-width: 500px) {
  .basic-listing li .links-wrap .right {
    width: 100%;
  }
}

.basic-listing li .links-wrap .right a {
  width: 100%;
}

.basic-listing li .links-wrap .right a svg {
  margin-left: 5px;
}

.basic-listing li .links-wrap .right a:hover {
  background: transparent;

  color: #283673;
}

.basic-listing li .links-wrap .right a:hover svg {
  fill: #283673;
}

.basic-listing li .links-wrap a {
  display: block;

  width: 30px;

  width: 23px;

  height: 30px;

  height: 23px;

  background: #d1ddec;

  margin-right: 5px;

  text-align: center;

  line-height: 30px;

  line-height: 20px;

  border-radius: 3px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;
}

.basic-listing li .links-wrap a svg {
  width: 13px;

  height: 30px;

  height: 23px;

  fill: #283673;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;
}

.basic-listing li .links-wrap a.user-quick-lick {
  background: transparent;

  padding: 0;

  font-weight: bold;

  color: #00a8ff;

  font-size: 0.625rem;

  line-height: 0.875rem;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: end;

  -ms-flex-align: end;

  align-items: flex-end;

  -webkit-box-pack: end;

  -ms-flex-pack: end;

  justify-content: flex-end;

  text-decoration: none;
}

@media (max-width: 500px) {
  .basic-listing li .links-wrap a.user-quick-lick {
    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

    margin-top: 5px;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
  }
}

.basic-listing li .links-wrap a.user-quick-lick svg {
  width: 7px;

  height: 7px;

  margin-bottom: 3px;
}

@media (max-width: 500px) {
  .basic-listing li .links-wrap a.user-quick-lick svg {
    width: 8px;

    height: 8px;
  }
}

.basic-listing li .links-wrap a.user-phone svg {
  width: 8px;

  height: 13px;
}

.basic-listing li .links-wrap a:hover {
  background: #ff4343;
}

.basic-listing li .links-wrap a:hover svg {
  fill: #fff;
}

.modal .modal-dialog {
  max-width: 700px;
}

@media (max-width: 750px) {
  .modal .modal-dialog {
    max-width: 100%;

    margin: 0 !important;
  }
}

.modal button.close {
  position: absolute;

  right: 0;

  top: 0;

  width: 40px;

  height: 40px;

  outline: none;

  border: none;

  background: transparent;

  cursor: pointer;
}

.modal button.close span {
  font-size: 24px;

  line-height: 1.5em;
}

.modal .modal-body {
  padding: 0;
}

.modal .modal-content-wrapp {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

@media (max-width: 650px) {
  .modal .modal-content-wrapp {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    padding: 25px 15px 15px;
  }
}

.modal .modal-content-wrapp .modal-content-left {
  width: 36%;

  width: 215px;

  margin-right: 25px;

  border-right: 1px solid #adbed4;
}

@media (max-width: 650px) {
  .modal .modal-content-wrapp .modal-content-left {
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;

    margin-right: 0;

    border-right: none;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

.modal .modal-content-wrapp .modal-content-left img {
  width: 100%;
}

@media (max-width: 650px) {
  .modal .modal-content-wrapp .modal-content-left img {
    width: auto;
  }
}

.modal .modal-content-wrapp .modal-content-right {
  width: 60%;

  padding: 30px 0px 15px 0;
}

@media (max-width: 650px) {
  .modal .modal-content-wrapp .modal-content-right {
    width: 100%;

    padding: 0;

    padding-top: 15px;
  }
}

.modal .modal-content-wrapp .modal-content-right .Name {
  color: #586c85;

  font-size: 1.125rem;

  font-weight: bold;

  padding-left: 8px;
}

@media (max-width: 650px) {
  .modal .modal-content-wrapp .modal-content-right .Name {
    padding-left: 0;
  }
}

.modal .modal-content-wrapp .modal-content-right .country-name {
  color: #5e5e5e;

  font-weight: bold;

  font-size: 0.75rem;

  text-transform: uppercase;

  padding-left: 8px;

  margin: 5px 0;
}

@media (max-width: 650px) {
  .modal .modal-content-wrapp .modal-content-right .country-name {
    padding-left: 0;
  }
}

.modal .modal-content-wrapp .modal-content-right .user-language {
  color: #5e5e5e;

  font-size: 0.875rem;

  padding-left: 8px;

  margin-top: 0;
}

@media (max-width: 650px) {
  .modal .modal-content-wrapp .modal-content-right .user-language {
    padding-left: 0;
  }
}

.modal .modal-content-wrapp .modal-content-right .translator-languages {
  border-top: 1px solid #707070;

  padding-top: 15px;
}

.modal .modal-content-wrapp .modal-content-right .translator-languages div ul {
  margin-top: 0;
}

.modal .modal-content-wrapp .modal-content-right h4 {
  font-size: 0.875rem;

  font-weight: bold;

  color: #586c85;
}

.modal .modal-content-wrapp .modal-content-right ul {
  list-style-type: none;

  padding-left: 0;
}

.modal .modal-content-wrapp .modal-content-right ul li {
  color: #5e5e5e;

  font-size: 0.75rem;

  line-height: 1.25rem;
}

.modal .modal-content-wrapp .modal-content-right .view_link {
  text-align: right;
}

.modal .modal-content-wrapp .modal-content-right .view_link .view-details {
  color: #00a8ff;

  font-size: 0.875rem;

  text-decoration: none;

  font-weight: bold;
}

.modal .modal-content-wrapp .modal-content-right .view_link .view-details svg {
  width: 20px;

  height: 20px;

  margin-left: 5px;
}

.modal .modal-content-wrapp .modal-content-right .view_link .view-details:hover {
  color: #283673;
}

.modal .link-wrap {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  margin-right: 15px;

  margin-top: 8px;

  padding-left: 15px;
}

@media (max-width: 650px) {
  .modal .link-wrap {
    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-top: 8px;

    margin-right: 0;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    padding-left: 0;
  }
}

.modal .link-wrap p {
  background: #ecf3fc;

  border-radius: 3px;

  margin-top: 0;

  margin-bottom: 7px;
}

@media (max-width: 650px) {
  .modal .link-wrap p {
    background: transparent;

    width: auto;
  }
}

@media (max-width: 650px) {
  .modal .link-wrap p:first-child {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .modal .link-wrap p:first-child span {
    display: block !important;
  }
}

.modal .link-wrap p a {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-bottom: 0;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  text-decoration: none;
}

.modal .link-wrap p a span {
  color: #283673;

  font-size: 0.688rem;

  line-height: 1.563rem;
}

@media (max-width: 650px) {
  .modal .link-wrap p a span {
    display: none;
  }
}

.modal .link-wrap p a span.icon {
  width: 30px;

  height: 30px;

  background: #d1ddec;

  margin-right: 10px;

  text-align: center;

  line-height: 30px;

  border-radius: 3px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;
}

@media (max-width: 650px) {
  .modal .link-wrap p a span.icon {
    display: block;
  }
}

.modal .link-wrap p a svg {
  width: 13px;

  height: 30px;

  fill: #283673;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;
}

.modal .link-wrap p a:hover span {
  color: #00a8ff;
}

.modal .link-wrap .user-phone span.icon {
  line-height: 28px;
}

.modal .link-wrap .user-phone svg {
  width: 11px;

  height: 17px;
}

.modal .link-wrap .user-link svg {
  width: 13px;

  height: 13px;
}

.modal .link-wrap .user-email span {
  width: 150px;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;
}

.modal .link-wrap .user-email span.icon {
  width: 30px;
}

.modal .link-wrap .icon-tr-mob {
  width: 11px;

  height: 17px;
}

.modal .wpcr_aggregate {
  margin-bottom: 25px;

  margin-left: -15px;

  margin-right: auto;

  width: 215px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
}

@media (max-width: 767px) {
  .modal .wpcr_aggregate {
    margin-left: 0;

    margin-right: 0;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

    width: 100%;
  }
}

.modal .wpcr_averageStars {
  margin: 0 !important;

  margin-right: 7px !important;
}

.modal .user-reviews {
  color: #00a8ff;

  font-size: 0.688rem;
}

.modal-open .modal {
  z-index: 9999999;
}

.pagination {
  margin-top: 40px;

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 20px;

    padding-bottom: 0;
  }
}

.pagination a,
.pagination span {
  margin: 0 5px;

  padding: 8px;

  text-align: center;

  color: #5e5e5e;

  text-decoration: none;
}

@media (max-width: 767px) {

  .pagination a,
  .pagination span {
    margin: 0 3px;
  }
}

.pagination a:hover {
  color: #00a8ff;
}

.pagination .current {
  background: #00a8ff;

  border-radius: 3px;

  color: #fff;

  width: 32px;

  height: 23px;

  padding: 5px 0;

  line-height: 1.5em;
}

.user-profile-detail {
  padding-top: 15px !important;
}

.user-profile-detail .container {
  max-width: 947px;
}

@media (max-width: 991px) {
  .user-profile-detail .container {
    max-width: 100%;

    width: 100%;
  }
}

@media (max-width: 767px) {
  .user-profile-detail .container {
    padding: 0;
  }
}

.user-profile-detail .container .detail-wrapper {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;
}

@media (max-width: 991px) {
  .user-profile-detail .container .detail-wrapper img {
    max-width: 100%;

    height: auto;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  position: relative;
  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .user-profile-detail .container .detail-wrapper .detail-top {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .img-wrapp {
  margin-right: 26px;

  width: 215px;

  height: 215px;

  background: rgba(209, 221, 236, 0.3);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  overflow: hidden;
}

@media (max-width: 767px) {
  .user-profile-detail .container .detail-wrapper .detail-top .img-wrapp {
    margin-right: 0;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .img-wrapp img {
  width: 100%;
}

.user-profile-detail .container .detail-wrapper .detail-top .detail-left {
  margin-right: 26px;
}

@media (max-width: 991px) {
  .user-profile-detail .container .detail-wrapper .detail-top .detail-left {
    width: 28%;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .link-wrap {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  margin-right: 15px;

  margin-top: 15px;

  position: absolute;

  top: 220px;

  width: 20%;

  margin-left: 13px;

  margin-right: 10px;
}

@media (max-width: 960px) {
  .user-profile-detail .container .detail-wrapper .detail-top .link-wrap {
    margin-left: 0;

    margin-right: 0;
  }
}

@media (max-width: 838px) {
  .user-profile-detail .container .detail-wrapper .detail-top .link-wrap {
    width: 28%;
  }
}

@media (max-width: 767px) {
  .user-profile-detail .container .detail-wrapper .detail-top .link-wrap {
    position: relative;

    top: 0;

    width: 100%;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    margin-top: 0;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .link-wrap p {
  background: #ecf3fc;

  border-radius: 3px;

  margin-top: 0;

  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .user-profile-detail .container .detail-wrapper .detail-top .link-wrap p {
    margin-right: 10px;

    margin-bottom: 0;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .link-wrap p a {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-bottom: 0;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  text-decoration: none;
}

.user-profile-detail .container .detail-wrapper .detail-top .link-wrap p a span {
  width: 131px;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  color: #283673;

  font-size: 0.688rem;

  line-height: 1.563rem;
}

@media (max-width: 767px) {
  .user-profile-detail .container .detail-wrapper .detail-top .link-wrap p a span {
    display: none;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .link-wrap p a span.icon {
  width: 30px;

  height: 30px;

  background: #d1ddec;

  margin-right: 10px;

  text-align: center;

  line-height: 30px;

  border-radius: 3px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;
}

@media (max-width: 767px) {
  .user-profile-detail .container .detail-wrapper .detail-top .link-wrap p a span.icon {
    display: block !important;

    margin-right: 0;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .link-wrap p a svg {
  width: 17px;

  height: 22px;

  fill: #283673;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;
}

.user-profile-detail .container .detail-wrapper .detail-top .link-wrap p a:hover span {
  color: #00a8ff !important;
}

@media (max-width: 767px) {

  .user-profile-detail .container .detail-wrapper .detail-top .link-wrap .user-email span,
  .user-profile-detail .container .detail-wrapper .detail-top .link-wrap .user-email,
  .user-profile-detail .container .detail-wrapper .detail-top .link-wrap .direct-link {
    margin-right: 8px;
  }
}

@media (max-width: 767px) {
  .user-profile-detail .container .detail-wrapper .detail-top .link-wrap .direct-link {
    margin-right: 0;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .link-wrap .user-phone span.icon {
  line-height: 28px;
}

.user-profile-detail .container .detail-wrapper .detail-top .link-wrap .user-phone svg {
  width: 11px;

  height: 17px;
}

.user-profile-detail .container .detail-wrapper .detail-top .link-wrap .user-skype svg {
  width: 16px;

  height: 16px;
}

.user-profile-detail .container .detail-wrapper .detail-top .link-wrap .user-link svg {
  width: 13px;

  height: 13px;
}

@media (max-width: 767px) {
  .user-profile-detail .container .detail-wrapper .detail-top .link-wrap .user-email {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .user-profile-detail .container .detail-wrapper .detail-top .detail-right {
    width: 70%;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .profile-left {
  width: 73%;
}

@media (max-width: 767px) {
  .user-profile-detail .container .detail-wrapper .detail-top .profile-left {
    padding-top: 15px;
  }
}

@media (max-width: 520px) {
  .user-profile-detail .container .detail-wrapper .detail-top .profile-left {
    width: 100%;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .profile-left h2 {
  width: 52%;

  width: 100%;
}

@media (max-width: 794px) {
  .user-profile-detail .container .detail-wrapper .detail-top .profile-left h2 {
    width: 100%;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .profile-left .top {
  margin-bottom: 34px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

@media (max-width: 991px) {
  .user-profile-detail .container .detail-wrapper .detail-top .profile-left .top {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    margin-bottom: 10px;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .profile-left .top .rating-wrapp {
  width: 60%;

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-left: 10px;

  margin-right: 0;

  -webkit-box-pack: end;

  -ms-flex-pack: end;

  justify-content: flex-end;

  text-align: right;
}

@media (max-width: 996px) {
  .user-profile-detail .container .detail-wrapper .detail-top .profile-left .top .rating-wrapp {
    width: 100%;

    margin-left: 0;

    text-align: left;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .profile-left .top .rating-wrapp .p-img {
  display: none;
}

.user-profile-detail .container .detail-wrapper .detail-top .profile-left .top .rating-wrapp .wpcr_aggregate {
  margin-top: 4px;
}

.user-profile-detail .container .detail-wrapper .detail-top .profile-left .top .rating-wrapp .wpcr_averageStars {
  margin: 0 !important;

  margin-right: 5px !important;
}

.user-profile-detail .container .detail-wrapper .detail-top .profile-left .top .rating-wrapp a {
  font-size: 0.875rem;

  color: #283673;

  font-weight: bold;

  text-decoration: underline;
}

.user-profile-detail .container .detail-wrapper .detail-top .profile-left .top .rating-wrapp .count-review {
  margin-right: 5px;
}

.user-profile-detail .container .detail-wrapper .detail-top .profile-left .top .rating-wrapp .count-review a {
  color: #00a8ff;

  font-size: 0.75rem;

  text-decoration: underline;
}

.user-profile-detail .container .detail-wrapper .detail-top .profile-left .top .rating-wrapp .wppcr_rating:not(:checked)>label {
  font-size: 16px !important;

  width: 0.9em;
}

.user-profile-detail .container .detail-wrapper .detail-top .profile-left .top .rating-wrapp .wppcr_rating {
  margin-right: 5px !important;

  margin-bottom: 0 !important;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;
}

@media (max-width: 991px) {
  .user-profile-detail .container .detail-wrapper .detail-top .profile-left .top .rating-wrapp .wppcr_rating {
    margin-left: 0;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .profile-left .bottom {
  padding-bottom: 10px;
}

.user-profile-detail .container .detail-wrapper .detail-top .profile-left .bottom p {
  margin-bottom: 7px;

  margin-top: 0;
}

.user-profile-detail .container .detail-wrapper .detail-top .profile-left .bottom p:last-child {
  margin-bottom: 0;
}

.user-profile-detail .container .detail-wrapper .detail-top h2 {
  color: #586c85;

  font-size: 1.5rem;

  line-height: 1.563rem;

  font-weight: bold;

  text-transform: capitalize;
}

@media (max-width: 991px) {
  .user-profile-detail .container .detail-wrapper .detail-top h2 {
    font-size: 1.188rem;

    margin-bottom: 5px;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .country span {
  font-size: 0.875rem;

  color: #5e5e5e;

  text-transform: uppercase;

  font-weight: bold;
}

.user-profile-detail .container .detail-wrapper .detail-top h3,
.user-profile-detail .container .detail-wrapper .detail-top h4 {
  color: #586c85;
}

.user-profile-detail .container .detail-wrapper .detail-top h3 {
  color: #586c85;

  font-size: 1rem;

  line-height: 1.25rem;

  font-weight: bold;

  text-transform: uppercase;
}

@media (max-width: 767px) {
  .user-profile-detail .container .detail-wrapper .detail-top h3 {
    margin-bottom: 5px;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top h4 {
  font-size: 0.875rem;

  font-weight: bold;
}

.user-profile-detail .container .detail-wrapper .detail-top ul {
  list-style-type: none;

  padding-left: 0;

  margin-top: 2px;
}

.user-profile-detail .container .detail-wrapper .detail-top ul:last-child {
  margin-bottom: 0;
}

.user-profile-detail .container .detail-wrapper .detail-top li,
.user-profile-detail .container .detail-wrapper .detail-top p {
  color: #5e5e5e;

  font-size: 0.75rem;

  line-height: 1.25rem;
}

.user-profile-detail .container .detail-wrapper .detail-top .bottom p {
  color: #5e5e5e;

  font-size: 0.875rem;
}

.user-profile-detail .container .detail-wrapper .detail-top .bottom p strong {
  font-weight: bold;
}

.user-profile-detail .container .detail-wrapper .detail-top .user-profile-info {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  border-bottom: 1px solid #bbbbbb;

  padding-bottom: 25px;

  padding-bottom: 0;

  margin-bottom: 18px;

  width: 73%;
}

@media (max-width: 971px) {
  .user-profile-detail .container .detail-wrapper .detail-top .user-profile-info {
    width: 70%;
  }
}

@media (max-width: 877px) {
  .user-profile-detail .container .detail-wrapper .detail-top .user-profile-info {
    width: 67%;
  }
}

@media (max-width: 800px) {
  .user-profile-detail .container .detail-wrapper .detail-top .user-profile-info {
    width: 64%;
  }
}

@media (max-width: 767px) {
  .user-profile-detail .container .detail-wrapper .detail-top .user-profile-info {
    width: 100%;

    padding-bottom: 18px;
  }
}

@media (max-width: 520px) {
  .user-profile-detail .container .detail-wrapper .detail-top .user-profile-info {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .user-profile-info .profile-right {
  margin-left: 22px;

  width: 24%;

  width: 160px;

  height: 125px;

  overflow: hidden;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  background: rgba(209, 221, 236, 0.3);
}

@media (max-width: 520px) {
  .user-profile-detail .container .detail-wrapper .detail-top .user-profile-info .profile-right {
    width: 38%;

    height: auto;

    margin-left: 0;

    margin-right: auto;

    margin-top: 20px;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .user-profile-info .profile-right img {
  width: 100%;
}

.user-profile-detail .container .detail-wrapper .detail-top .user-detail {
  padding-left: 242px;
}

@media (max-width: 767px) {
  .user-profile-detail .container .detail-wrapper .detail-top .user-detail {
    padding-left: 0;

    padding-top: 18px;

    border-top: 1px solid #bbb;

    margin-top: 18px;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .user-detail .lang-pairs {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  border-bottom: 1px solid #bbbbbb;

  margin-bottom: 20px;

  padding-bottom: 20px;
}

@media (max-width: 450px) {
  .user-profile-detail .container .detail-wrapper .detail-top .user-detail .lang-pairs {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .user-detail .lang-pairs h3 {
  width: 100%;

  margin-bottom: 5px;
}

.user-profile-detail .container .detail-wrapper .detail-top .user-detail .lang-pairs>div {
  width: 50%;

  margin-right: 50px;
}

@media (max-width: 991px) {
  .user-profile-detail .container .detail-wrapper .detail-top .user-detail .lang-pairs>div {
    margin-right: 30px;
  }
}

@media (max-width: 958px) {
  .user-profile-detail .container .detail-wrapper .detail-top .user-detail .lang-pairs>div {
    margin-right: 20px;

    width: 47%;
  }
}

@media (max-width: 450px) {
  .user-profile-detail .container .detail-wrapper .detail-top .user-detail .lang-pairs>div {
    width: 100%;

    margin-right: 0;

    margin-bottom: 20px;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .user-detail .lang-pairs>div:last-child {
  margin-right: 0;
}

@media (max-width: 450px) {
  .user-profile-detail .container .detail-wrapper .detail-top .user-detail .lang-pairs>div:last-child {
    margin-bottom: 0;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .user-detail .expert-field-list {
  border-bottom: none;
}

.user-profile-detail .container .detail-wrapper .detail-top .user-detail .expert-field-list ul {
  margin-right: 0;

  width: 100%;

  -webkit-column-count: 4;

  column-count: 4;
}

@media (max-width: 991px) {
  .user-profile-detail .container .detail-wrapper .detail-top .user-detail .expert-field-list ul {
    -webkit-column-count: 3;

    column-count: 3;
  }
}

@media (max-width: 550px) {
  .user-profile-detail .container .detail-wrapper .detail-top .user-detail .expert-field-list ul {
    -webkit-column-count: 2;

    column-count: 2;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .user-detail .expert-field-list ul li {
  margin: 0 0px 7px;

  line-height: 1rem;
}

@media (max-width: 550px) {
  .user-profile-detail .container .detail-wrapper .detail-top .user-detail .expert-field-list ul li {
    line-height: 1.063rem;
  }
}

.user-profile-detail .container .detail-wrapper .detail-top .user-detail .other-info {
  border-top: 1px solid #bbbbbb;
}

.user-profile-detail .container .detail-wrapper .review-form-wrapper {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  border-top: 1px solid #bbbbbb;

  padding-top: 30px;

  margin-top: 30px;
}

@media (max-width: 767px) {
  .user-profile-detail .container .detail-wrapper .review-form-wrapper {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

.user-profile-detail .container .detail-wrapper .review-form-wrapper h3 {
  color: #586c85;

  font-weight: bold;

  text-transform: uppercase;

  font-size: 1.125rem;

  width: 100%;

  padding-bottom: 13px;
}

.user-profile-detail .container .detail-wrapper .review-form-wrapper .left-form {
  width: 38%;
}

@media (max-width: 767px) {
  .user-profile-detail .container .detail-wrapper .review-form-wrapper .left-form {
    width: 100%;
  }
}

.user-profile-detail .container .detail-wrapper .review-form-wrapper .left-form form input,
.user-profile-detail .container .detail-wrapper .review-form-wrapper .left-form form textarea {
  border: 1px solid #bbbbbb;

  background: #fff;

  padding: 13px;

  width: 100%;

  border-radius: 4px;

  color: #999;
}

.user-profile-detail .container .detail-wrapper .review-form-wrapper .left-form form input:focus,
.user-profile-detail .container .detail-wrapper .review-form-wrapper .left-form form textarea:focus {
  border: 1px solid #bbbbbb;

  outline: none;
}

.user-profile-detail .container .detail-wrapper .review-form-wrapper .left-form form textarea {
  width: 100%;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

.user-profile-detail .container .detail-wrapper .review-form-wrapper .left-form form .submit {
  background: #283673;

  color: #fff;

  font-weight: 800;

  text-transform: uppercase;

  font-size: 0.875rem;

  cursor: pointer;
}

.user-profile-detail .container .detail-wrapper .review-form-wrapper .left-form form .submit:hover {
  background: #222d5f;
}

.user-profile-detail .container .detail-wrapper .review-form-wrapper .left-form .wppcr_rating {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: reverse;

  -ms-flex-direction: row-reverse;

  flex-direction: row-reverse;
}

.user-profile-detail .container .detail-wrapper .review-form-wrapper .left-form .wppcr_rating label {
  font-size: 2rem;
}

.user-profile-detail .container .detail-wrapper .review-form-wrapper .right-review-list {
  width: 57%;

  padding-left: 35px;
}

@media (max-width: 767px) {
  .user-profile-detail .container .detail-wrapper .review-form-wrapper .right-review-list {
    width: 100%;

    padding-left: 0;

    padding-top: 20px;
  }
}

.user-profile-detail .container .detail-wrapper .review-form-wrapper .right-review-list .wppcr_rating {
  margin-bottom: 0 !important;
}

.user-profile-detail .container .detail-wrapper .review-form-wrapper .right-review-list ul {
  margin-top: 0;
}

.user-profile-detail .container .detail-wrapper .review-form-wrapper .right-review-list p,
.user-profile-detail .container .detail-wrapper .review-form-wrapper .right-review-list li {
  color: #5e5e5e;

  font-size: 0.875rem;
}

.user-profile-detail .container .detail-wrapper .review-form-wrapper .right-review-list .auth-info {
  margin-bottom: 0;

  font-weight: bold;

  color: #586c85;
}

.user-profile-detail .container .detail-wrapper .review-form-wrapper .right-review-list .auth,
.user-profile-detail .container .detail-wrapper .review-form-wrapper .right-review-list .date {
  color: #586c85;

  font-weight: bold;
}

.user-profile-detail .container .detail-wrapper .review-form-wrapper .right-review-list ul li {
  border-bottom: 1px solid #bbbbbb;

  margin-bottom: 30px;

  padding-bottom: 30px;
}

.user-profile-detail .container .detail-wrapper .review-form-wrapper .right-review-list ul li:last-child {
  margin-bottom: 0;

  border-bottom: none;

  padding-bottom: 0;
}

.wppcr_rating {
  float: none;

  margin: 0 auto;

  clear: both;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-bottom: 15px;
}

.wppcr_rating legend {
  color: #5e5e5e;

  font-size: 1rem;

  margin-right: 20px;
}

.wppcr_rating:not(:checked)>input {
  position: absolute;

  clip: rect(0, 0, 0, 0);

  width: auto !important;
}

.wppcr_rating:not(:checked)>label {
  float: right;

  width: 1.1em;

  padding: 0;

  overflow: hidden;

  white-space: nowrap;

  cursor: pointer;

  font-size: 22px;

  line-height: 1.2;

  color: #ddd !important;

  text-shadow: 1px 1px #bbb, 1px 1px #666, 0.1em 0.1em 0.2em black;
}

.wppcr_rating:not(:checked)>label:before {
  content: "★ ";
}

.wppcr_rating>input:checked+label:hover,
.wppcr_rating>input:checked+label:hover~label,
.wppcr_rating>input:checked~label:hover,
.wppcr_rating>input:checked~label:hover~label,
.wppcr_rating>label:hover~input:checked~label {
  color: #ea0 !important;

  text-shadow: 1px 1px goldenrod, 1px 1px #b57340, 0.1em 0.1em 0.2em black;
}

.agency-type-wrapp {
  width: 52%;

  width: 100%;
}

.agency-type-wrapp p,
.agency-type-wrapp h2 {
  width: 100% !important;
}

.agency-type-wrapp .agency-type {
  display: inline-block;

  width: auto !important;

  color: #fff !important;

  padding: 1px 7px;

  font-weight: bold;

  font-size: 0.75rem;

  text-transform: uppercase;

  background: #283673;

  margin-top: 0;
}

.d-flex {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.txt-b {
  font-weight: bold;
}

.view-all-link {
  color: #00a8ff;

  font-size: 1.125rem;

  font-weight: bold;

  text-decoration: none;

  margin-top: 11px;

  display: block;
}

@media (max-width: 767px) {
  .view-all-link {
    font-size: 0.875rem;

    text-align: center;

    margin-top: 20px;
  }
}

.view-all-link:hover {
  color: #283673;
}

.btn {
  background: #283673;

  color: #fff;

  margin-top: 15px;

  padding: 10px;

  border-radius: 4px;

  text-align: center;

  text-decoration: none;
}

.btn:hover {
  background: #00a8ff;
}

@media (max-width: 767px) {
  .btn {
    margin-top: 0;
  }
}

@media (max-width: 396px) {
  .btn {
    margin-top: 15px;
  }
}

.btn svg {
  width: 16px;

  height: 18px;

  margin-right: 5px;
}

.regi-text-wrapper {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-top: 30px;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

@media (max-width: 767px) {
  .regi-text-wrapper {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    padding-bottom: 0px;

    margin-top: 0;
  }
}

.regi-text-wrapper h2 {
  text-transform: uppercase;

  margin-bottom: 31px;
}

.regi-text-wrapper a {
  text-decoration: none;
}

.regi-text-wrapper p {
  margin: 0;

  padding: 0;
}

.regi-text-wrapper .btn {
  text-transform: uppercase;

  font-weight: bold;

  margin: 15px auto 0;

  display: block;

  width: 174px;
}

.regi-text-wrapper .links-wrap {
  padding: 0 13px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;
}

.regi-text-wrapper .links-wrap a {
  display: block;

  width: 30px;

  height: 30px;

  background: #d1ddec;

  margin-right: 5px;

  text-align: center;

  line-height: 30px;

  border-radius: 3px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;
}

.regi-text-wrapper .links-wrap a svg {
  width: 13px;

  height: 30px;

  fill: #283673;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;
}

.regi-text-wrapper .links-wrap a:hover {
  background: #ff4343;
}

.regi-text-wrapper .links-wrap a:hover svg {
  fill: white;
}

.regi-text-wrapper .card.ad2-template {
  background: white;

  border: 1px solid #d1ddec;

  position: relative;

  margin-left: 0;

  margin-right: 0;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  min-height: 210px;

  width: 311px;

  -webkit-box-shadow: 6px 8px 6px rgba(0, 0, 0, 0.16);

  box-shadow: 6px 8px 6px rgba(0, 0, 0, 0.16);

  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .regi-text-wrapper .card.ad2-template {
    width: 100%;
  }
}

.regi-text-wrapper .card.ad2-template .additional-details {
  padding: 10px 13px;
}

.regi-text-wrapper .card.ad2-template .user-info-wrap {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;
}

.regi-text-wrapper .card.ad2-template .user-info-wrap img.user-profile {
  background: #eee;

  padding: 0;

  display: block;

  margin-right: 10px;

  width: 120px;
}

.regi-text-wrapper .card.ad2-template .user-info-wrap .user-info-right {
  width: 100%;

  padding: 10px;

  padding-left: 0;
}

.regi-text-wrapper .card.ad2-template .user-info-wrap .user-info-right p.company-name {
  color: #586c85;

  font-weight: bold;

  font-size: 1.063rem;

  margin-bottom: 10px;

  line-height: 1.1875rem;

  margin-bottom: 10px !important;
}

.regi-text-wrapper .card.ad2-template .user-info-wrap .user-info-right p.company-name a {
  text-decoration: none;

  color: #586c85;
}

.regi-text-wrapper .card.ad2-template .user-info-wrap .user-info-right p.work-langauge {
  font-size: 0.875rem;

  line-height: 1rem;
}

.regi-text-wrapper .card.ad2-template .user-info-wrap .additional-details {
  padding: 10px 13px;
}

.regi-text-wrapper .card.ad2-template .user-info-wrap p.additional-text {
  color: #586c85;

  line-height: 1.0625rem;
}

.regi-text-wrapper .card.ad2-template .user-info-wrap .gold-anchor-reviews {
  text-decoration: none;

  color: #00a8ff;

  font-size: 0.6875rem;
}

.regi-text-wrapper .left {
  width: 64%;

  padding-right: 60px;

  padding-left: 15px;
}

@media (max-width: 1080px) {
  .regi-text-wrapper .left {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .regi-text-wrapper .left {
    width: 62%;

    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .regi-text-wrapper .left {
    width: 100%;

    padding-right: 0;

    padding-bottom: 10px;
  }
}

.regi-text-wrapper .left .list {
  margin: 0;

  padding: 0;

  padding-left: 30px;
}

.regi-text-wrapper .left .list li {
  list-style: none;

  position: relative;

  margin-bottom: 15px;

  font-size: 1rem;

  line-height: 1.25rem;
}

.regi-text-wrapper .left .list li:before {
  display: block;

  width: 15px;

  height: 15px;

  content: "";

  background: url(../img/bullet.svg) no-repeat center;

  position: absolute;

  left: -25px;

  top: 3px;
}

.regi-text-wrapper .right {
  width: 36%;
}

@media (max-width: 1080px) {
  .regi-text-wrapper .right {
    width: 40%;
  }
}

@media (max-width: 991px) {
  .regi-text-wrapper .right {
    width: 38%;
  }
}

@media (max-width: 767px) {
  .regi-text-wrapper .right {
    width: 100%;

    text-align: center;
  }
}

.regi-text-wrapper .right .right-user {
  background: #ecf3fc;

  padding: 30px;
}

@media (max-width: 991px) {
  .regi-text-wrapper .right .right-user {
    padding: 20px 16px;
  }
}

@media (max-width: 767px) {
  .regi-text-wrapper .right .right-user {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .regi-text-wrapper .right .right-user img {
    max-width: 100%;
  }
}

.regi-text-wrapper .right .right-user>p {
  color: #283673;

  font-weight: bold;

  font-size: 1.125rem;

  line-height: 1.25rem;

  margin-bottom: 7px;
}

@media (max-width: 991px) {
  .regi-text-wrapper .right .right-user>p {
    font-size: 1rem;
  }
}

.regi-text-wrapper .right .right-user a.view-all-link {
  color: #283673;

  font-size: 0.875rem;

  line-height: 1.25rem;

  margin-top: 0;
}

.regi-text-wrapper .right .right-user a.view-all-link:hover {
  color: #00a8ff;
}

.regi-text-wrapper h2 {
  color: #586c85;

  font-size: 1.125rem;

  line-height: 1.25rem;

  font-weight: bold;
}

@media (max-width: 767px) {
  .regi-text-wrapper h2 {
    font-size: 1rem !important;

    margin-bottom: 15px !important;

    text-align: center !important;
  }
}

.regi-text-wrapper .register-step {
  margin-top: 58px;
}

@media (max-width: 767px) {
  .regi-text-wrapper .register-step {
    margin-top: 30px;
  }
}

.regi-text-wrapper .register-step ul {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  text-align: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

@media (max-width: 991px) {
  .regi-text-wrapper .register-step ul {
    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .regi-text-wrapper .register-step ul {
    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
  }
}

.regi-text-wrapper .register-step ul li {
  width: 34%;

  margin-right: 15px;
}

@media (max-width: 991px) {
  .regi-text-wrapper .register-step ul li {
    width: auto;

    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .regi-text-wrapper .register-step ul li {
    margin-right: 20px;

    width: 46%;

    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .regi-text-wrapper .register-step ul li img {
    width: 90px;

    height: 90px;
  }
}

@media (max-width: 767px) {
  .regi-text-wrapper .register-step ul li img {
    width: 85px;

    height: 85px;
  }
}

.regi-text-wrapper .register-step ul li span {
  display: block;

  color: #586c85;

  font-size: 1.125rem;

  line-height: 1.25rem;

  font-weight: 800;

  margin-top: 8px;
}

@media (max-width: 991px) {
  .regi-text-wrapper .register-step ul li span {
    font-size: 0.875rem;

    line-height: 1rem;
  }
}

.regi-text-wrapper .register-step ul li:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  .regi-text-wrapper .register-step ul li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .regi-text-wrapper .register-step ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.regi-text-wrapper .register-step ul li img {
  max-width: 100%;

  height: auto;
}

.package-wrapper {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  padding-top: 15px;

  padding-bottom: 24px;

  border-bottom: 1px solid #586c85;

  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .package-wrapper {
    margin-bottom: 25px;
  }
}

.package-wrapper h2 {
  color: #586c85;

  font-size: 1.5rem;

  font-size: 1.3rem;

  line-height: 1.25rem;

  font-weight: bold;

  text-transform: uppercase;
}

@media (max-width: 991px) {
  .package-wrapper h2 {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .package-wrapper h2 {
    font-size: 1.125rem;
  }
}

.package-wrapper .txt-lin {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 100%;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-top: 8px;
}

@media (max-width: 767px) {
  .package-wrapper .txt-lin {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;
  }
}

.package-wrapper .txt-lin p {
  color: #586c85;

  font-size: 1rem;

  line-height: 1.25rem;
}

@media (max-width: 767px) {
  .package-wrapper .txt-lin p {
    margin-bottom: 8px;

    margin-top: 8px;

    text-align: left;

    width: 100%;
  }
}

.package-wrapper .txt-lin a {
  color: #00a8ff;

  font-size: 1.125rem;

  font-weight: bold;
}

@media (max-width: 767px) {
  .package-wrapper .txt-lin a {
    font-size: 0.875rem;

    width: 100%;

    text-align: left;
  }
}

.package-wrapper .txt-lin a:hover {
  color: #283673;
}

.package-wrapper .price-table-wrapper {
  width: 100%;

  margin-top: 10px;
}

@media (max-width: 767px) {
  .package-wrapper .price-table-wrapper .table-div {
    overflow-x: scroll;

    margin-top: 0;
  }
}

.package-wrapper .price-table-wrapper table {
  width: 100%;

  border-spacing: 0;

  border-left: 1px solid #adbed4;

  border-bottom: 1px solid #adbed4;

  margin-top: 30px;

  background: #f2f6fc;
}

@media (max-width: 767px) {
  .package-wrapper .price-table-wrapper table {
    margin-top: 15px;
  }
}

.package-wrapper .price-table-wrapper table img {
  max-width: 100%;

  height: auto;
}

.package-wrapper .price-table-wrapper table th {
  color: #586c85;

  font-weight: bold;

  font-size: 1.125rem;

  line-height: 1.25rem;
}

.package-wrapper .price-table-wrapper table tr,
.package-wrapper .price-table-wrapper table td,
.package-wrapper .price-table-wrapper table th {
  padding: 23px 15px;

  padding: 5px;

  text-align: left;

  border-right: 1px solid #adbed4;

  border-top: 1px solid #adbed4;
}

.package-wrapper .price-table-wrapper table .highlight td,
.package-wrapper .price-table-wrapper table .highlight th {
  background: #e2eaf2;
}

.package-wrapper .price-table-wrapper table .highlight:first-child th,
.package-wrapper .price-table-wrapper table .highlight:first-child td {
  border-top: none;
}

.package-wrapper .price-table-wrapper table thead tr th {
  text-align: center;

  border-bottom: 1px solid #586c85;

  background: #adbed4;

  border-right: 1px solid #586c85;

  width: 162px;
}

.package-wrapper .price-table-wrapper table thead tr th:first-child {
  width: 419px;

  text-align: left;

  background: #e2eaf2;
}

@media (max-width: 500px) {
  .package-wrapper .price-table-wrapper table thead tr th:first-child {
    width: 300px;
  }
}

.package-wrapper .price-table-wrapper table thead tr th:last-child {
  border-right: 1px solid #adbed4;
}

.package-wrapper .price-table-wrapper table thead tr th:nth-child(3) {
  background: #ffd500;
}

.package-wrapper .price-table-wrapper table tbody tr td {
  text-align: center;

  color: #586c85;

  font-weight: 800;

  font-size: 1.125rem;

  line-height: 1.25rem;
}

.package-wrapper .price-table-wrapper table tbody tr td:nth-child(1) {
  text-align: left;
}

.package-wrapper .price-table-wrapper table tbody tr td:nth-child(3) {
  background: #ede39b;
}

.package-wrapper .price-table-wrapper table tbody tr td span,
.package-wrapper .price-table-wrapper table tbody tr td li {
  color: #586c85;

  font-weight: bold;

  display: block;

  font-size: 0.875rem;
}

.package-wrapper .price-table-wrapper table tbody tr td li {
  font-weight: 400;

  position: relative;

  padding-left: 10px;

  line-height: 1.125rem;
}

.package-wrapper .price-table-wrapper table tbody tr td li:before {
  content: "-";

  position: absolute;

  top: 0;

  left: 0;
}

.package-wrapper .price-table-wrapper table tbody tr td .ad-title-wrapp {
  margin-bottom: 15px;
}

.package-wrapper .price-table-wrapper table tbody tr td .ad-title-wrapp p,
.package-wrapper .price-table-wrapper table tbody tr td .ad-title-wrapp .add-title span {
  font-size: 14px;

  line-height: 18px;
}

.package-wrapper .price-table-wrapper table tbody tr td .ad-title-wrapp p {
  color: #586c85;

  font-weight: 400;

  font-size: 14px;

  line-height: 18px;

  margin-bottom: 15px;
}

.package-wrapper .price-table-wrapper table tbody tr td .ad-title-wrapp p:last-child {
  margin-bottom: 0;
}

.package-wrapper .price-table-wrapper table tbody tr td .ad-title-wrapp span {
  font-weight: bold;

  color: #00a8ff !important;

  text-decoration: underline !important;
}

.package-wrapper .price-table-wrapper table tbody tr td .ad-title-wrapp .dis-inline {
  display: inline-block;
}

.package-wrapper .most-popular {
  position: relative;
}

.package-wrapper .most-popular:before {
  content: "Most Popular";

  position: absolute;

  top: -12px;

  z-index: 1000;

  background: #00a8ff;

  width: 100px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  padding: 1px 5px;

  border-radius: 4px;

  color: white;

  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .package-wrapper .most-popular:before {
    font-size: 0.75rem;

    width: 80px;
  }
}

.package-wrapper a {
  text-decoration: none;
}

.package-wrapper p {
  margin: 0;

  padding: 0;
}

.package-wrapper .links-wrap {
  padding: 0 13px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;
}

.package-wrapper .links-wrap a {
  display: block;

  width: 30px;

  height: 30px;

  background: #d1ddec;

  margin-right: 5px;

  text-align: center;

  line-height: 30px;

  border-radius: 3px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;
}

.package-wrapper .links-wrap a svg {
  width: 18px;

  height: 15px;

  fill: #283673;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;
}

.package-wrapper .links-wrap a:hover {
  background: #ff4343;
}

.package-wrapper .links-wrap a:hover svg {
  fill: white;
}

.package-wrapper .card.ad2-template {
  background: white;

  border: 1px solid #d1ddec;

  position: relative;

  margin-left: 0;

  margin-right: 0;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  min-height: 210px;

  width: 311px;

  -webkit-box-shadow: 6px 8px 6px rgba(0, 0, 0, 0.16);

  box-shadow: 6px 8px 6px rgba(0, 0, 0, 0.16);

  padding-bottom: 12px;
}

@media (max-width: 500px) {
  .package-wrapper .card.ad2-template {
    width: auto;
  }
}

.package-wrapper .card.ad2-template .additional-details {
  padding: 10px 13px;
}

.package-wrapper .card.ad2-template .user-info-wrap {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;
}

.package-wrapper .card.ad2-template .user-info-wrap img.user-profile {
  background: #eee;

  padding: 0;

  display: block;

  margin-right: 10px;

  width: 120px;
}

.package-wrapper .card.ad2-template .user-info-wrap .user-info-right {
  width: 100%;

  padding: 10px;

  padding-left: 0;
}

.package-wrapper .card.ad2-template .user-info-wrap .user-info-right p.company-name {
  color: #586c85;

  font-weight: bold;

  font-size: 1.063rem;

  margin-bottom: 10px;

  line-height: 1.1875rem;

  margin-bottom: 10px !important;
}

.package-wrapper .card.ad2-template .user-info-wrap .user-info-right p.company-name a {
  text-decoration: none;

  color: #586c85;
}

.package-wrapper .card.ad2-template .user-info-wrap .user-info-right p.work-langauge {
  font-size: 0.875rem;

  line-height: 1rem;
}

.package-wrapper .card.ad2-template .gold-anchor-reviews {
  text-decoration: none;

  color: #00a8ff !important;

  font-size: 0.6875rem !important;
}

.package-wrapper .card.ad2-template .gold-anchor-reviews span {
  color: #00a8ff !important;

  font-size: 0.6875rem !important;
}

.package-wrapper .card.ad2-template .additional-details {
  padding: 10px 13px;
}

.package-wrapper .card.ad2-template p.additional-text {
  color: #586c85;

  line-height: 1.0625rem;

  font-weight: 400;

  font-size: 0.875rem;
}

.package-wrapper .advertise-photo-wrap,
.package-wrapper .advertise {
  padding-bottom: 0 !important;

  min-height: auto !important;
}

.package-wrapper .advertise-photo-wrap .country,
.package-wrapper .advertise .country {
  color: #5e5e5e;

  font-size: 0.75rem;

  font-weight: bold;
}

.package-wrapper .work-langauge {
  font-weight: 400;
}

.package-wrapper .advertise .user-info-right {
  padding: 15px 35px !important;
}

.package-wrapper .btn {
  text-transform: uppercase;

  font-weight: bold;

  margin: 15px auto 0;

  display: block;

  width: 174px;

  margin-right: 0;
}

@media (max-width: 767px) {
  .package-wrapper .btn {
    margin-right: auto;
  }
}

.package-wrapper .other-info {
  padding-top: 0px;

  width: 75%;
}

@media (max-width: 991px) {
  .package-wrapper .other-info {
    width: 100%;
  }
}

.package-wrapper .other-info .txt-b {
  color: #586c85;

  font-size: 0.875rem;

  line-height: 1.313rem;

  padding-bottom: 20px;
}

.package-wrapper .other-info h3,
.package-wrapper .other-info li {
  font-weight: bold;

  color: #586c85;

  font-size: 0.875rem;

  line-height: 1.313rem;
}

.package-wrapper .other-info ul li {
  position: relative;

  padding-left: 10px;

  font-weight: 400;
}

.package-wrapper .other-info ul li:before {
  content: "-";

  position: absolute;

  left: 0;

  top: 0;
}

.sign-up-wrapper {
  padding-bottom: 100px;

  padding-top: 40px;

  padding-top: 0;
}

@media (max-width: 991px) {
  .sign-up-wrapper {
    padding-top: 0;

    padding-bottom: 30px;
  }
}

@media (max-width: 750px) {
  .sign-up-wrapper {
    padding-top: 0;

    padding-bottom: 10px;

    margin-left: 0px;

    margin-right: 0px;
  }
}

.sign-up-wrapper .container {
  max-width: 667px;
}

@media (max-width: 750px) {
  .sign-up-wrapper .container {
    max-width: 100%;

    width: 100%;
  }
}

.sign-up-wrapper .container h1 {
  text-align: center;
}

@media (max-width: 767px) {
  .sign-up-wrapper .container h1 {
    font-size: 1.5rem;
  }
}

.account-form-wrapper .account-form-top {
  background: #ecf3fc;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  padding: 38px 15px 20px;

  padding: 20px 15px 5px;

  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .account-form-wrapper .account-form-top {
    margin-bottom: 30px;
  }
}

@media (max-width: 750px) {
  .account-form-wrapper .account-form-top {
    margin-bottom: 20px;
  }
}

@media (max-width: 750px) {
  .account-form-wrapper .account-form-top {
    padding: 15px;
  }
}

.account-form-wrapper .account-form-top .radio-btn-wrapp {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 100%;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  margin-bottom: 30px;

  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .account-form-wrapper .account-form-top .radio-btn-wrapp {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    margin-bottom: 15px;
  }
}

.account-form-wrapper .account-form-top .radio-btn-wrapp label {
  width: 33%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  color: #586c85;

  font-weight: 800;

  font-size: 1.125rem;

  line-height: 1.375rem;

  margin-right: 20px;
}

@media (max-width: 750px) {
  .account-form-wrapper .account-form-top .radio-btn-wrapp label {
    font-size: 0.875rem;
  }
}

@media (max-width: 550px) {
  .account-form-wrapper .account-form-top .radio-btn-wrapp label {
    width: 100%;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    margin-bottom: 7px;

    margin-right: 0;
  }
}

.account-form-wrapper .account-form-top .radio-btn-wrapp label:last-child {
  margin-right: 0;
}

@media (max-width: 550px) {
  .account-form-wrapper .account-form-top .radio-btn-wrapp label:last-child {
    margin-bottom: 0;
  }
}

.account-form-wrapper .account-form-top .radio-btn-wrapp label input {
  margin-right: 5px;

  width: 18px;

  height: 18px;
}

.account-form-wrapper .account-form-top table tr {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.account-form-wrapper .account-form-top table td {
  width: 117px;

  margin-right: 10px;

  margin-bottom: 10px;

  text-align: center;

  border-radius: 3px;
}

@media (max-width: 600px) {
  .account-form-wrapper .account-form-top table td {
    width: 46%;

    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .account-form-wrapper .account-form-top table td:nth-child(2n) {
    margin-right: 0;
  }
}

.account-form-wrapper .account-form-top table button {
  background: #ffd500;

  border: 1px solid #ffa200;

  padding: 8px 0px;

  color: #586c85;

  font-weight: bold;

  font-size: 1.125rem;

  width: 100%;

  cursor: pointer;
}

@media (max-width: 600px) {
  .account-form-wrapper .account-form-top table button {
    padding: 10px;
  }
}

.account-form-wrapper .account-form-top table button span {
  display: block;

  color: #586c85;

  font-weight: bold;

  font-size: 1.125rem;
}

.account-form-wrapper .account-form-top table button:hover {
  background: #586c85;

  border: 1px solid #586c85;

  color: #fff;
}

.account-form-wrapper .account-form-top table button:hover span {
  color: #fff;
}

.account-form-wrapper .account-form-top table span.icon {
  display: none;
}

.account-form-wrapper .account-form-top table span.icon svg {
  fill: #586c85;
}

.account-form-wrapper .account-form-top table button.select {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  background: #586c85;

  color: #fff;

  border: 1px solid #586c85;
}

.account-form-wrapper .account-form-top table button.select span {
  color: #fff;
}

.account-form-wrapper .account-form-top table button.select span.icon {
  display: block;
}

.account-form-wrapper .account-form-top table button.select span.icon svg {
  width: 18px;

  height: 18px;

  margin-right: 5px;

  fill: #fff;
}

.acct-form h2 {
  color: #5e5e5e;

  font-weight: 800;

  font-size: 1.875rem;

  text-align: center;

  line-height: 2.25rem;

  margin-bottom: 28px;

  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .acct-form h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 750px) {
  .acct-form h2 {
    margin-bottom: 15px;
  }
}

.acct-form form {
  background: #ecf3fc;

  padding: 39px;

  padding: 20px 40px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .acct-form form {
    padding: 30px 15px;
  }
}

.acct-form form .left-form,
.acct-form form .pass-wrap {
  width: 50%;
}

@media (max-width: 600px) {

  .acct-form form .left-form,
  .acct-form form .pass-wrap {
    width: 100%;
  }
}

.acct-form form .left-form {
  padding-right: 30px;
}

@media (max-width: 600px) {
  .acct-form form .left-form {
    padding-right: 0;

    padding-bottom: 20px;
  }
}

.acct-form form .pass-wrap {
  border: 1px solid #adbed4;

  border-radius: 15px;

  padding: 15px;

  position: relative;

  margin-top: 13px;
}

.acct-form form .pass-wrap label {
  position: absolute;

  top: -11px;

  background: #ecf3fc;

  width: 110px;

  text-align: left;

  padding-left: 5px;

  color: #586c85;

  font-weight: bold;

  font-size: 0.875rem;

  line-height: 1.063rem;
}

.acct-form form #submt_user_custom_form {
  width: 100%;
}

.acct-form form input {
  color: #999;

  font-size: 0.938rem;

  padding: 15px 10px;
}

.acct-form form input:focus {
  outline: none;
}

.acct-form form .btn,
.acct-form form #submt_user_custom_form {
  text-transform: uppercase;

  font-weight: bold;

  margin: 15px auto 0;

  display: block;

  margin-right: 0;

  cursor: pointer;

  color: #fff;

  margin-top: 32px;

  background: #283673;

  color: #fff;

  padding: 10px;

  border-radius: 4px;

  text-align: center;

  text-decoration: none;
}

.acct-form form .btn:hover,
.acct-form form #submt_user_custom_form:hover {
  background: #00a8ff;
}

.my-profile-wrapper .container {
  max-width: 1024px;
}

@media (max-width: 1080px) {
  .my-profile-wrapper .container {
    max-width: 100%;

    width: 100%;
  }
}

.my-profile-wrapper .container .package-info {
  width: 100%;

  text-align: right;
}

.my-profile-wrapper .container .package-info span {
  display: inline-block;
}

.my-profile-wrapper .container .package-info span.agency {
  color: #586c85;

  font-weight: 800;

  font-style: italic;

  font-size: 1rem;

  line-height: 1.188rem;
}

.my-profile-wrapper .container .profile-main {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

@media (max-width: 767px) {
  .my-profile-wrapper .container .profile-main {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

.my-profile-wrapper .container .profile-main .left {
  width: 15%;

  padding-right: 30px;
}

@media (max-width: 767px) {
  .my-profile-wrapper .container .profile-main .left {
    width: 100%;

    padding-right: 0;

    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .my-profile-wrapper .container .profile-main .left nav {
    width: 100%;
  }
}

.my-profile-wrapper .container .profile-main .left nav ul {
  margin: 0;
}

@media (max-width: 767px) {
  .my-profile-wrapper .container .profile-main .left nav ul {
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }
}

.my-profile-wrapper .container .profile-main .left nav ul li {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .my-profile-wrapper .container .profile-main .left nav ul li {
    margin-right: 15px;

    margin-bottom: 0;
  }
}

@media (max-width: 550px) {
  .my-profile-wrapper .container .profile-main .left nav ul li {
    margin-bottom: 8px;
  }
}

.my-profile-wrapper .container .profile-main .left nav ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .my-profile-wrapper .container .profile-main .left nav ul li:last-child {
    margin-right: 0;
  }
}

.my-profile-wrapper .container .profile-main .left nav ul li a {
  color: #586c85;

  font-weight: bold;

  font-size: 1rem;

  line-height: 1.188rem;

  text-decoration: none;
}

.my-profile-wrapper .container .profile-main .left nav ul li a:hover {
  color: #5e5e5e;
}

.my-profile-wrapper .container .profile-main .right {
  width: 80%;

  background: #ecf3fc;

  padding: 40px;
}

@media (max-width: 767px) {
  .my-profile-wrapper .container .profile-main .right {
    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    width: 100%;

    padding: 20px;
  }
}

.my-profile-wrapper .container .profile-main .right .card.ad1-template,
.my-profile-wrapper .container .profile-main .right .card.ad2-template,
.my-profile-wrapper .container .profile-main .right .card.ad3-template {
  background: white;

  border: 1px solid #d1ddec;

  position: relative;

  margin-left: 0;

  margin-right: 0;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  overflow: hidden;

  padding-bottom: 12px;
}

@media (max-width: 767px) {

  .my-profile-wrapper .container .profile-main .right .card.ad1-template,
  .my-profile-wrapper .container .profile-main .right .card.ad2-template,
  .my-profile-wrapper .container .profile-main .right .card.ad3-template {
    width: 100%;
  }
}

.my-profile-wrapper .container .profile-main .right .card.ad1-template .additional-details,
.my-profile-wrapper .container .profile-main .right .card.ad2-template .additional-details,
.my-profile-wrapper .container .profile-main .right .card.ad3-template .additional-details {
  padding: 10px 13px;
}

.my-profile-wrapper .container .profile-main .right .card.ad1-template .user-info-wrap,
.my-profile-wrapper .container .profile-main .right .card.ad2-template .user-info-wrap,
.my-profile-wrapper .container .profile-main .right .card.ad3-template .user-info-wrap {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;
}

.my-profile-wrapper .container .profile-main .right .card.ad1-template .user-info-wrap img.user-profile,
.my-profile-wrapper .container .profile-main .right .card.ad2-template .user-info-wrap img.user-profile,
.my-profile-wrapper .container .profile-main .right .card.ad3-template .user-info-wrap img.user-profile {
  background: #eee;

  padding: 0;

  display: block;

  margin-right: 10px;

  width: 120px;
}

.my-profile-wrapper .container .profile-main .right .card.ad1-template .user-info-wrap .user-info-right,
.my-profile-wrapper .container .profile-main .right .card.ad2-template .user-info-wrap .user-info-right,
.my-profile-wrapper .container .profile-main .right .card.ad3-template .user-info-wrap .user-info-right {
  width: 100%;

  padding: 10px;

  padding-left: 0;
}

.my-profile-wrapper .container .profile-main .right .card.ad1-template .user-info-wrap .user-info-right p.company-name,
.my-profile-wrapper .container .profile-main .right .card.ad2-template .user-info-wrap .user-info-right p.company-name,
.my-profile-wrapper .container .profile-main .right .card.ad3-template .user-info-wrap .user-info-right p.company-name {
  color: #586c85;

  font-weight: bold;

  font-size: 1.063rem;

  margin-bottom: 10px;

  line-height: 1.1875rem;

  margin-bottom: 10px !important;
}

.my-profile-wrapper .container .profile-main .right .card.ad1-template .user-info-wrap .user-info-right p.company-name a,
.my-profile-wrapper .container .profile-main .right .card.ad2-template .user-info-wrap .user-info-right p.company-name a,
.my-profile-wrapper .container .profile-main .right .card.ad3-template .user-info-wrap .user-info-right p.company-name a {
  text-decoration: none;

  color: #586c85;
}

.my-profile-wrapper .container .profile-main .right .card.ad1-template .user-info-wrap .user-info-right p.work-langauge,
.my-profile-wrapper .container .profile-main .right .card.ad2-template .user-info-wrap .user-info-right p.work-langauge,
.my-profile-wrapper .container .profile-main .right .card.ad3-template .user-info-wrap .user-info-right p.work-langauge {
  font-size: 0.875rem;

  line-height: 1rem;
}

.my-profile-wrapper .container .profile-main .right .card.ad1-template .user-info-wrap .additional-details,
.my-profile-wrapper .container .profile-main .right .card.ad2-template .user-info-wrap .additional-details,
.my-profile-wrapper .container .profile-main .right .card.ad3-template .user-info-wrap .additional-details {
  padding: 10px 13px;
}

.my-profile-wrapper .container .profile-main .right .card.ad1-template .user-info-wrap p.additional-text,
.my-profile-wrapper .container .profile-main .right .card.ad2-template .user-info-wrap p.additional-text,
.my-profile-wrapper .container .profile-main .right .card.ad3-template .user-info-wrap p.additional-text {
  color: #586c85;

  line-height: 1.0625rem;
}

.my-profile-wrapper .container .profile-main .right .card.ad1-template .user-info-wrap .gold-anchor-reviews,
.my-profile-wrapper .container .profile-main .right .card.ad2-template .user-info-wrap .gold-anchor-reviews,
.my-profile-wrapper .container .profile-main .right .card.ad3-template .user-info-wrap .gold-anchor-reviews {
  text-decoration: none;

  color: #00a8ff;

  font-size: 0.6875rem;
}

.my-profile-wrapper .container .profile-main .right .links-wrap {
  padding: 0 13px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;
}

.my-profile-wrapper .container .profile-main .right .links-wrap a {
  display: block;

  width: 30px;

  height: 30px;

  background: #d1ddec;

  margin-right: 5px;

  text-align: center;

  line-height: 30px;

  border-radius: 3px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;
}

.my-profile-wrapper .container .profile-main .right .links-wrap a svg {
  width: 13px;

  height: 30px;

  fill: #283673;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;
}

.my-profile-wrapper .container .profile-main .right .links-wrap a:hover {
  background: #ff4343;
}

.my-profile-wrapper .container .profile-main .right .links-wrap a:hover svg {
  fill: white;
}

.my-profile-wrapper .container .profile-main .right .country {
  color: #5e5e5e;

  font-size: 0.75rem;

  font-weight: bold;

  text-transform: uppercase;

  margin: 20px 0 7px !important;
}

.my-profile-wrapper .container .profile-main .right .woocommerce-MyAccount-content form .ads-wrapper {
  width: 668px;
}

@media (max-width: 991px) {
  .my-profile-wrapper .container .profile-main .right .woocommerce-MyAccount-content form .ads-wrapper {
    width: 100%;
  }
}

.my-profile-wrapper .container .profile-main .right h2 {
  color: #586c85;

  font-size: 1.5rem;

  font-weight: bold;

  line-height: 1.188rem;
}

.my-profile-wrapper .container .profile-main .right .sub-txt {
  color: #586c85;

  font-size: 0.938rem;

  line-height: 1.563rem;

  font-style: italic;

  margin: 7px 0 25px;
}

.my-profile-wrapper .container .profile-main .right .ad-title {
  color: #586c85;

  font-weight: bold;

  font-size: 0.938rem;

  line-height: 1.188rem;

  width: 148px;
}

@media (max-width: 991px) {
  .my-profile-wrapper .container .profile-main .right .ad-title {
    width: 100%;
  }
}

.my-profile-wrapper .container .profile-main .right .right-form-fields {
  width: 100%;
}

@media (max-width: 991px) {
  .my-profile-wrapper .container .profile-main .right .right-form-fields {
    width: 100%;
  }
}

.my-profile-wrapper .container .profile-main .right .ads-wrapper>div {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-bottom: 13px;
}

@media (max-width: 991px) {
  .my-profile-wrapper .container .profile-main .right .ads-wrapper>div {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .my-profile-wrapper .container .profile-main .right .ads-wrapper>div {
    margin-bottom: 0;
  }
}

.my-profile-wrapper .container .profile-main .right .info {
  color: #586c85;

  font-size: 0.75rem;

  font-style: italic;

  line-height: 1.188rem;

  display: block;

  margin-bottom: 3px;
}

.my-profile-wrapper .container .profile-main .right .btn-wrapp {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 100%;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.my-profile-wrapper .container .profile-main .right .btn-wrapp .iradio.checked {
  background: #586c85;
}

.my-profile-wrapper .container .profile-main .right .btn-wrapp .iradio.checked span {
  color: #d1ddec;

  z-index: 1;
}

.my-profile-wrapper .container .profile-main .right .btn-wrapp .input-btn {
  margin-right: 18px;
}

@media (max-width: 767px) {
  .my-profile-wrapper .container .profile-main .right .btn-wrapp .input-btn {
    margin-bottom: 10px;
  }
}

.my-profile-wrapper .container .profile-main .right .btn-wrapp .input-btn:last-child {
  margin-right: 0;
}

.my-profile-wrapper .container .profile-main .right .btn-wrapp .input-btn>div {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  position: relative;

  padding: 6px 18px;

  border: 1px solid #586c85;

  background: #ecf3fc;

  text-align: center;

  cursor: pointer;

  font-size: 0.938rem;

  font-weight: bold;

  color: #586c85;
}

.my-profile-wrapper .container .profile-main .right .btn-wrapp .input-btn>div input {
  position: absolute;

  clip: rect(0, 0, 0, 0);
}

.my-profile-wrapper .container .profile-main .right .btn-wrapp .input-btn>div.checked {
  background: #586c85;

  color: #d1ddec;
}

.my-profile-wrapper .container .profile-main .right .images-wrapper {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.my-profile-wrapper .container .profile-main .right .images-wrapper .right-form-fields {
  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;
}

.my-profile-wrapper .container .profile-main .right .images-wrapper .right-form-fields img {
  display: none;
}

.my-profile-wrapper .container .profile-main .right .rating-class .icheckbox_line {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-top: 15px;
}

.my-profile-wrapper .container .profile-main .right .rating-class .icheckbox_line input {
  position: relative !important;

  opacity: 1 !important;

  width: auto;

  margin-right: 10px;

  width: 18px;

  height: 18px;

  border: 1px solid #707070;

  border-radius: 0;
}

@media (max-width: 991px) {
  .my-profile-wrapper .container .profile-main .right .rating-class .icheckbox_line input {
    visibility: visible !important;
  }
}

.my-profile-wrapper .container .profile-main .right .rating-class .display-review {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

@media (max-width: 767px) {
  .my-profile-wrapper .container .profile-main .right .rating-class .display-review {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

.my-profile-wrapper .container .profile-main .right .rating-class .display-review .reviews-container {
  -ms-flex-item-align: end;

  align-self: flex-end;

  margin-left: 5px;

  color: #586c85;

  font-size: 0.75rem;

  font-weight: 800;
}

@media (max-width: 767px) {
  .my-profile-wrapper .container .profile-main .right .rating-class .display-review .reviews-container {
    -ms-flex-item-align: start;

    align-self: flex-start;

    padding-left: 25px;
  }
}

.my-profile-wrapper .container .profile-main .right .description-wrapper .ad-title {
  -ms-flex-item-align: start;

  align-self: flex-start;

  padding-top: 21px;
}

.my-profile-wrapper .container .profile-main .right .description-wrapper textarea {
  width: 100%;

  border: 1px solid #bbbbbb;

  background: #fff;

  border-radius: 4px;

  height: 74px;

  padding: 15px;

  font-size: 0.938rem;

  line-height: 1.125rem;

  color: #999;
}

@media (max-width: 767px) {
  .my-profile-wrapper .container .profile-main .right .description-wrapper textarea {
    width: 95%;
  }
}

@media (max-width: 550px) {
  .my-profile-wrapper .container .profile-main .right .description-wrapper textarea {
    width: 89%;
  }
}

.my-profile-wrapper .container .profile-main .right .description-wrapper textarea:focus {
  outline: none;
}

.my-profile-wrapper .container .profile-main .right .description-wrapper textarea:placeholder {
  color: #bbbbbb;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper {
  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .ad-title {
  width: 100%;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .ad-title .txt-b {
  font-weight: 800;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .gold-list-wrpp {
  width: 100%;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .gold-ad-listing,
.my-profile-wrapper .container .profile-main .right .template-wrapper .other-add-listing {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .gold-ad-listing li,
.my-profile-wrapper .container .profile-main .right .template-wrapper .other-add-listing li {
  min-height: 210px;

  width: 311px;

  width: 300px;

  margin-right: 18px;

  margin-bottom: 18px;

  position: relative;
}

@media (max-width: 767px) {

  .my-profile-wrapper .container .profile-main .right .template-wrapper .gold-ad-listing li,
  .my-profile-wrapper .container .profile-main .right .template-wrapper .other-add-listing li {
    width: 100%;
  }
}

@media (max-width: 600px) {

  .my-profile-wrapper .container .profile-main .right .template-wrapper .gold-ad-listing li,
  .my-profile-wrapper .container .profile-main .right .template-wrapper .other-add-listing li {
    margin-right: 0;
  }
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .gold-ad-listing li p,
.my-profile-wrapper .container .profile-main .right .template-wrapper .other-add-listing li p {
  margin: 0;
}

@media (max-width: 767px) {
  .my-profile-wrapper .container .profile-main .right .template-wrapper .other-add-listing {
    margin-bottom: 0;
  }
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .other-add-listing .ad-txt {
  font-size: 15px;

  color: #586c85;

  margin-bottom: 13px;

  display: block;
}

@media (max-width: 767px) {
  .my-profile-wrapper .container .profile-main .right .template-wrapper .other-add-listing .country {
    margin-top: 0 !important;
  }
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .gold-ad-listing {
  margin: 0;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .gold-ad-listing li {
  padding: 10px;

  background: #adbed4;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .gold-ad-listing li:nth-child(2n) {
  margin-right: 0;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .gold-ad-listing li .input-btn .iradio_line {
  position: absolute !important;

  left: 0;

  width: 100%;

  height: 100%;

  top: 0;

  z-index: -1;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .gold-ad-listing li .input-btn .checked {
  background: #586c85;

  z-index: 0;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .advertise-photo-wrap {
  padding-bottom: 0;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .advertise {
  padding: 10px 30px;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .review-link-wrapp {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  padding: 0 10px;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .review-link-wrapp .gold-anchor-reviews {
  -ms-flex-item-align: center;

  -ms-grid-row-align: center;

  align-self: center;

  color: #00a8ff;

  font-size: 0.6875rem;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .review-link-wrapp .links-wrap {
  padding: 0;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .ad2-template .country {
  margin: 0px !important;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .ad2-template .user-info-right {
  padding-left: 10px !important;

  padding-right: 0 !important;

  -ms-flex-item-align: end;

  align-self: flex-end;

  padding-bottom: 0 !important;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .ad2-template .additional-text {
  margin-bottom: 5px;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .ad2-template .gold-anchor-reviews {
  -ms-flex-item-align: end;

  align-self: flex-end;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .ad2-template .img-wrapp {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  width: 100px;

  height: 100px;

  background: #d1ddec;

  margin-right: 15px;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .ad2-template .img-wrapp img.user-profile {
  margin: 0 auto;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .ad3-template .country {
  position: absolute;

  top: 15px;

  right: 15px;

  margin-top: 0 !important;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .ad3-template .user-info-wrap {
  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  text-align: center;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .ad3-template .user-info-wrap a {
  text-align: center;

  margin: 0 auto;

  display: block;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .ad3-template .user-info-right,
.my-profile-wrapper .container .profile-main .right .template-wrapper .ad3-template .additional-details {
  text-align: center;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .ad3-template .user-info-right p,
.my-profile-wrapper .container .profile-main .right .template-wrapper .ad3-template .additional-details p {
  text-align: center;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .ad3-template .user-info-right {
  padding: 0 !important;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .ad3-template .img-wrapp {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  width: 95px;

  height: 95px;

  background: #d1ddec;

  margin-right: 15px;

  overflow: hidden;

  margin-bottom: 15px !important;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .ad3-template .img-wrapp img.user-profile {
  margin: 0 auto;

  width: 100%;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .ad1-template .img-wrapp {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  width: 120px;

  height: 120px;

  background: #d1ddec;

  margin-right: 15px;
}

.my-profile-wrapper .container .profile-main .right .template-wrapper .ad1-template .img-wrapp img.user-profile {
  margin: 0 auto;
}

.my-profile-wrapper .btn {
  text-transform: uppercase;

  font-weight: 800;

  margin: 0 0 0 auto;

  display: block;

  border: none;

  cursor: pointer;

  font-size: 1.125rem;

  padding: 12px 10px;
}

@media (max-width: 767px) {
  .my-profile-wrapper .btn {
    margin-left: auto;

    margin-right: auto;
  }
}

.package-type {
  background: #ffd500;

  border: 1px solid #ffa200;

  border-radius: 3px;

  color: #ff4343;

  font-weight: bold;

  font-size: 0.875rem;

  line-height: 1.063rem;

  text-align: center;

  padding: 0 5px;

  margin-left: 12px;
}

.pay-form-wrapper {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-top: 30px;

  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .pay-form-wrapper {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

@media (max-width: 550px) {
  .pay-form-wrapper {
    margin-bottom: 30px;
  }
}

.pay-form-wrapper .left {
  margin-right: 30px;

  border: 1px solid #adbed4;

  padding: 28px;

  width: 60%;
}

@media (max-width: 991px) {
  .pay-form-wrapper .left {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .pay-form-wrapper .left {
    width: 95%;

    margin-right: 0;

    margin-bottom: 30px;
  }
}

.pay-form-wrapper .left h3 {
  color: #586c85;

  font-weight: bold;

  font-size: 0.938rem;

  line-height: 1.188rem;
}

.pay-form-wrapper .left p {
  color: #586c85;

  font-size: 0.938rem;

  font-style: italic;

  margin-top: 3px;
}

.pay-form-wrapper .left form ul {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.pay-form-wrapper .left form ul li {
  width: 49%;

  margin-right: 10px;

  margin-bottom: 10px;
}

@media (max-width: 1019px) {
  .pay-form-wrapper .left form ul li {
    width: 48%;
  }
}

@media (max-width: 550px) {
  .pay-form-wrapper .left form ul li {
    width: 100%;

    margin-right: 0;
  }
}

.pay-form-wrapper .left form ul li:nth-child(2n) {
  margin-right: 0;
}

.pay-form-wrapper .left form ul li input:focus {
  outline: none;
}

.pay-form-wrapper .left form ul li textarea {
  width: 98%;

  height: 78px;
}

@media (max-width: 991px) {
  .pay-form-wrapper .left form ul li textarea {
    width: 92%;
  }
}

@media (max-width: 767px) {
  .pay-form-wrapper .left form ul li textarea {
    width: 95%;
  }
}

.pay-form-wrapper .left form ul li textarea:focus {
  outline: none;
}

.pay-form-wrapper .left form ul li select {
  width: 100%;

  margin-left: 10px;

  margin-right: 0;
}

@media (max-width: 550px) {
  .pay-form-wrapper .left form ul li select {
    margin-left: 0;
  }
}

.pay-form-wrapper .left form ul li select:focus {
  outline: none;
}

.pay-form-wrapper .left form ul li input,
.pay-form-wrapper .left form ul li textarea,
.pay-form-wrapper .left form ul li select {
  color: #999;

  font-size: 0.938rem;

  line-height: 1.188rem;

  padding: 14px 10px;

  border: 1px solid #bbb;

  margin-right: 0;
}

.pay-form-wrapper .left form ul li input:placeholder,
.pay-form-wrapper .left form ul li textarea:placeholder {
  color: #bbb;
}

.pay-form-wrapper .left form ul .w-100 {
  width: 100%;

  margin-right: 0;
}

.pay-form-wrapper .left form ul .aggre-note {
  margin-top: 5px;
}

.pay-form-wrapper .left form ul .aggre-note label {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.pay-form-wrapper .left form ul .aggre-note label input {
  width: 18px;

  height: 18px;

  margin-right: 10px;
}

.pay-form-wrapper .left form ul .aggre-note label span {
  width: 90%;

  color: #5e5e5e;

  font-style: italic;

  font-size: 0.938rem;

  line-height: 1.188rem;
}

.pay-form-wrapper .left form ul .aggre-note label span span {
  margin-top: 15px;

  display: block;

  width: 100%;
}

.pay-form-wrapper .right {
  width: 40%;
}

@media (max-width: 767px) {
  .pay-form-wrapper .right {
    width: 100%;
  }
}

.pay-form-wrapper .right .bg-div {
  background: #ecf3fc;

  padding: 20px;

  margin-bottom: 20px;
}

.pay-form-wrapper .right .bg-div:last-child {
  margin-bottom: 0;
}

.pay-form-wrapper .right h2 {
  color: #586c85;

  font-weight: 800;

  font-size: 1rem;

  line-height: 1.188rem;

  margin-bottom: 20px;
}

.pay-form-wrapper .right .package-info {
  text-align: left;
}

.pay-form-wrapper .right .package-info .agency {
  font-weight: bold !important;

  font-size: 0.938rem !important;

  font-style: normal !important;
}

.pay-form-wrapper .right .package-info .package-type {
  margin-left: 3px;
}

.pay-form-wrapper .right .package-info .price {
  color: #586c85;

  font-weight: bold;

  font-size: 0.938rem;

  float: right;

  padding-right: 19px;
}

.pay-form-wrapper .right ul p {
  margin-bottom: 3px;
}

.pay-form-wrapper .right ul li {
  position: relative;

  padding-left: 10px;
}

.pay-form-wrapper .right ul li:before {
  content: "-";

  position: absolute;

  left: 0;

  top: -2px;
}

.pay-form-wrapper .right ul p,
.pay-form-wrapper .right ul li {
  color: #586c85;

  font-size: 0.875rem;

  line-height: 1.125rem;
}

.pay-form-wrapper .right .payment-method li {
  padding-left: 0;

  margin-bottom: 10px;
}

.pay-form-wrapper .right .payment-method li:before {
  display: none;
}

.pay-form-wrapper .right .payment-method li label {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.pay-form-wrapper .right .payment-method li label input {
  width: 18px;

  height: 18px;

  margin-right: 10px;
}

.pay-form-wrapper .right .payment-method li label span {
  width: 90%;
}

.pay-form-wrapper .right .payment-method li label span span {
  width: 100%;

  display: block;
}

.pay-form-wrapper .right .label-txt {
  color: #586c85;

  font-weight: bold;

  font-size: 0.938rem;

  line-height: 1.125rem;

  margin-bottom: 15px;
}

.pay-form-wrapper .right .note {
  color: #00a8ff;

  font-style: italic;

  font-size: 0.875rem;

  font-weight: 400;

  margin-top: 5px;
}

.pay-form-wrapper .right .acc-info {
  padding-left: 27px;
}

.pay-form-wrapper .right .acc-info p,
.pay-form-wrapper .right .acc-info span {
  font-size: 0.875rem;

  line-height: 1.125rem;

  display: block;
}

.pay-form-wrapper .right strong {
  font-weight: bold;
}

.pay-form-wrapper .right .btn {
  margin-top: 35px;

  margin-left: auto;

  margin-right: auto;
}

.main-o h5 {
  display: none;
}

.wpcr_aggregate {
  float: left;

  display: inline-block;

  width: auto;

  line-height: 20px;
}

.wpcr_tooltip,
.wpcr_inline {
  display: inline;

  position: relative;

  width: auto;

  float: left;

  font-size: 12px;
}

span.wpcr_stars {
  display: none;
}

a.wpcr_tooltip span.wpcr_stars,
.wpcr_inline span.wpcr_stars {
  float: left;

  font-size: 14px;
}

a.wpcr_tooltip span.wpcr_averageStars,
a.wpcr_inline span.wpcr_averageStars {
  float: left;

  margin: 2px 5px 0px 5px;
}

span.wpcr_averageStars,
span.wpcr_averageStars span {
  width: 55px;

  height: 10px;

  background: url(http://translator-translation.net/wp-content/uploads/2021/04/rating-bg.png) 0 -10px repeat-x;
}

span.wpcr_averageStars,
span.wpcr_averageStars span {
  display: block;

  background: url(http://translator-translation.net/wp-content/plugins/wp-post-comment-rating/public/images/yelstars.png) 0 -16px repeat-x;

  width: 80px;

  height: 16px;
}

ul.gold-listing li span.wpcr_stars {
  display: none;
}

.modal-img {
  width: 215px;

  width: 100%;

  height: 220px;

  overflow: hidden;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  background: rgba(209, 221, 236, 0.3);
}

@media (max-width: 650px) {
  .modal-img {
    width: 215px;
  }
}

.modal-img img {
  width: 100% !important;

  margin: 0 auto;
}

.review-form-wrapper .left-form .wpcr_stars {
  color: #5e5e5e;

  font-size: 1rem;

  margin-right: 20px;

  display: inline-block;
}

.review-form-wrapper .wpcr_aggregate {
  margin-bottom: 15px;
}

.review-form-wrapper .wpcr_averageStars {
  margin: 0 !important;
}

.review-form-wrapper .right-review-list .wpcr_aggregate {
  width: 100%;
}

.span-arrow {
  font-size: 1.063rem;
}

.modal-content {
  border-radius: 0;
}

@media (max-width: 767px) {
  .woocommerce-checkout .container {
    padding: 0 15px;
  }
}

.woocommerce-checkout .woocommerce {
  padding: 0 !important;

  max-width: 1024px !important;

  margin-top: 10px !important;

  margin-bottom: 75px !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-top: 30px;
}

@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce form.woocommerce-checkout {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details {
  margin-right: 30px;

  border: 1px solid #adbed4;

  padding: 28px;

  width: 60%;
}

@media (max-width: 1024px) {
  .woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details {
    margin-right: 20px;

    padding: 20px 15px;
  }
}

@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details {
    width: 100%;

    margin-right: 0;

    margin-bottom: 30px;
  }
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details h3 {
  color: #586c85;

  font-weight: bold;

  font-size: 0.938rem;

  line-height: 1.188rem;

  margin-top: 0;

  margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields p {
  margin: 0;
}

/* .woocommerce-checkout
  .woocommerce
  form.woocommerce-checkout
  #customer_details
  .woocommerce-billing-fields
  label {
  display: none;
} */

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields input,
.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields select,
.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields textarea {
  color: #999;

  font-size: 0.938rem;

  line-height: 1.188rem;

  padding: 14px 10px;

  border: 1px solid #bbb;

  margin-right: 0;

  font-family: "Lato", sans-serif;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields input:focus,
.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields select:focus,
.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields textarea:focus {
  outline: none;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p:not(.address_book) {
  /* width: 49% !important; */

  /* margin-right: 10px !important; */

  /* margin-bottom: 10px !important; */
}

@media (max-width: 1024px) {
  .woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p {
    width: 48% !important;
  }
}

@media (max-width: 600px) {
  .woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p {
    width: 100% !important;

    margin-right: 0 !important;
  }
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p:nth-child(2n):not(.validate-postcode) {
  margin-right: 0 !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p#billing_address_1_field {
  width: 100% !important;

  margin-right: 0 !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p#billing_address_1_field input {
  height: 78px;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p#billing_country_field {
  margin-right: 10px !important;
}

@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p#billing_country_field {
    margin-right: 0 !important;
  }
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p#billing_country_field span {
  color: #999;

  font-size: 0.938rem;

  line-height: 48px;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p#billing_country_field span.select2-selection__rendered {
  padding-left: 10px;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p#billing_city_field {
  margin-right: 0 !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details #billing_agreement_field {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details #billing_agreement_field input {
  width: 18px;

  height: 18px;

  margin-right: 10px;

  display: inline-block;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details #billing_agreement_field label {
  color: #5e5e5e;

  font-style: italic;

  font-size: 0.938rem;

  line-height: 1.188rem;

  display: block;

  text-indent: -28px;

  padding-left: 28px;

  font-family: "Lato", sans-serif;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details #billing_agreement_field a {
  color: #00a8ff;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #customer_details #billing_agreement_field a:hover {
  color: #5e5e5e;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review {
  width: 37%;

  padding: 0;
}

@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review {
    width: 100%;
  }
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review #payment,
.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .package-detail {
  background: #ecf3fc;

  padding: 20px;
}

@media (max-width: 991px) {

  .woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review #payment,
  .woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .package-detail {
    padding: 0;
  }
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review #payment ul,
.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .package-detail ul {
  margin: 0;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .package-detail {
  margin-bottom: 20px;

  padding: 20px;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .package-detail ul,
.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .package-detail li {
  color: #586c85;

  font-size: 0.875rem;

  line-height: 1.125rem;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .package-detail ul {
  margin-top: 10px;

  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .package-detail li {
  position: relative;

  padding-left: 10px;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .package-detail li:before {
  content: "-";

  position: absolute;

  left: 0;

  top: -2px;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .package-detail .package-name {
  font-weight: bold !important;

  font-size: 0.938rem !important;

  font-style: normal !important;

  color: #586c85;

  line-height: 1.188rem;

  display: inline-block;

  margin: 0;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .package-detail .product-price {
  color: #586c85;

  font-weight: bold;

  font-size: 0.938rem;

  float: right;

  padding-right: 19px;

  display: inline-block;

  margin: 0;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .wc_payment_method label {
  color: #586c85;

  font-weight: bold;

  font-size: 0.938rem;

  line-height: 1.125rem;

  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .wc_payment_method img {
    display: none;
  }
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .wc_payment_method p,
.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .place-order p {
  font-size: 0.875rem;

  line-height: 1.125rem;

  display: block;

  color: #586c85;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .wc_payment_method a,
.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .place-order a {
  text-decoration: none !important;

  color: #00a8ff;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .wc_payment_method a:hover,
.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .place-order a:hover {
  text-decoration: underline !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review #payment .payment_box {
  background: transparent;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review #payment .button {
  text-transform: uppercase;

  font-weight: 800;

  margin: 15px 0 0 auto;

  display: block;

  border: none;

  cursor: pointer;

  font-size: 1.125rem;

  padding: 12px 10px;

  background: #283673;

  color: #fff;

  padding: 10px;

  border-radius: 4px;

  text-align: center;

  text-decoration: none;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review #payment .button:hover {
  background: #00a8ff;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review #payment .custome-css {
  width: 100%;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review #payment .wc_payment_method>label:first-of-type img {
  max-width: 32%;

  max-height: initial;
}

.woocommerce-error {
  margin: 0;

  background: transparent;

  color: red;

  padding: 0;
}

.woocommerce-error li {
  background: transparent;

  padding: 0;

  font-size: 0.75rem;

  margin-bottom: 8px;
}

.woocommerce-NoticeGroup {
  width: 100%;
}

.review-modal-wrapper {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-bottom: 15px;
}

.review-modal-wrapper .p-img {
  display: none;
}

.review-modal-wrapper .wpcr_aggregate {
  margin-top: 8px !important;

  margin-bottom: 0 !important;

  margin-left: 0 !important;

  width: auto !important;
}

.logged-in-as a {
  color: #00a8ff;

  margin-right: 5px;
}

.logged-in-as a:hover {
  color: #283673;
}

.page-id-2518 #breadcrumbs,
.page-id-2525 #breadcrumbs {
  max-width: 1050px;

  margin: 15px auto 25px;
}

@media (max-width: 1080px) {

  .page-id-2518 #breadcrumbs,
  .page-id-2525 #breadcrumbs {
    max-width: 100%;

    padding: 0 15px;
  }
}

@media (max-width: 767px) {

  .page-id-2518 #breadcrumbs,
  .page-id-2525 #breadcrumbs {
    margin-bottom: 8px;
  }
}

.page-id-2518 .regi-text-wrapper .register-step ul li,
.page-id-2525 .regi-text-wrapper .register-step ul li {
  margin-right: 10px;
}

.page-id-2518 .regi-text-wrapper .register-step ul li:last-child,
.page-id-2525 .regi-text-wrapper .register-step ul li:last-child {
  margin-right: 0;
}

.page-id-2518 .regi-text-wrapper .register-step ul li img,
.page-id-2525 .regi-text-wrapper .register-step ul li img {
  max-width: 100%;

  height: auto;
}

@media (max-width: 767px) {

  .page-id-2518 .regi-text-wrapper .register-step,
  .page-id-2525 .regi-text-wrapper .register-step {
    margin-top: 30px;
  }
}

.page-id-2518 .regi-text-wrapper .left,
.page-id-2525 .regi-text-wrapper .left {
  padding-left: 0;
}

.page-id-2525 #site-content .container .regi-text-wrapper .left {
  width: 100%;
}

.page-id-744 #breadcrumbs,
.page-id-2525 #breadcrumbs {
  max-width: 980px;

  margin: 15px auto 25px;
}

@media (max-width: 991px) {

  .page-id-744 #breadcrumbs,
  .page-id-2525 #breadcrumbs {
    max-width: 100%;

    padding: 0 15px;

    margin-bottom: 10px;
  }
}

.page-id-744 #site-content .container,
.page-id-2525 #site-content .container {
  max-width: 980px;
}

@media (max-width: 991px) {

  .page-id-744 #site-content .container,
  .page-id-2525 #site-content .container {
    max-width: 100%;

    width: 100%;

    padding: 0 15px;
  }
}

.page-id-2518 .regi-text-wrapper .right br {
  display: none;
}

@media (max-width: 767px) {
  .page-id-744 #breadcrumbs {
    margin-bottom: 0;
  }
}

.page-id-744 .entry-content {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

@media (max-width: 767px) {
  .page-id-744 .entry-content {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

.page-id-744 .entry-content .list {
  width: 60%;

  margin-right: 25px;
}

@media (max-width: 767px) {
  .page-id-744 .entry-content .list {
    width: 100%;

    margin-right: 0;

    margin-bottom: 15px;
  }
}

.page-id-744 .entry-content .list:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .page-id-744 .entry-content .list:last-child {
    margin-bottom: 0;

    padding-left: 0;
  }
}

.page-id-744 .entry-content .list:last-child p {
  margin-top: 0;
}

.page-id-744 .entry-content .list h3 {
  margin-bottom: 10px;
}

.page-id-744 .entry-content .list:nth-child(2) {
  width: 40%;
}

@media (max-width: 767px) {
  .page-id-744 .entry-content .list:nth-child(2) {
    width: 100%;
  }
}

.card {
  border: none !important;
}

.card .card-header {
  padding: 0 !important;

  margin: 0 !important;

  background: transparent !important;

  border-bottom: none !important;
}

.card .card-header h2 {
  font-size: 1.125rem;

  line-height: 1.25rem;

  padding: 18px 0 !important;

  border-bottom: 1px solid rgba(187, 187, 187, 0.5) !important;
}

@media (max-width: 767px) {
  .card .card-header h2 {
    font-size: 1rem;
  }
}

.card .card-header p {
  display: none;
}

.card p:empty {
  display: none;
}

.card p:last-child {
  margin-bottom: 0;
}

.card .card-body {
  padding-left: 0;

  padding-right: 0;
}

.card .card-body p,
.card .card-body ul li {
  font-size: 0.875rem;

  line-height: 1.25rem;

  color: #5e5e5e;
}

.card .card-body ul {
  margin: 0;

  padding: 0;
}

.card .card-body ul li {
  margin-bottom: 5px;
}

.page-id-744 .list {
  margin: 0;

  padding: 0;

  padding-left: 0;
}

.page-id-744 .list li {
  list-style: none;

  position: relative;

  margin-bottom: 15px;

  font-size: 1rem;

  line-height: 1.25rem;

  padding-left: 25px;
}

.page-id-744 .list li:before {
  display: block;

  width: 15px;

  height: 15px;

  content: "";

  background: url(../img/bullet.svg) no-repeat center;

  position: absolute;

  top: 3px;

  left: 0;
}

@media (max-width: 767px) {
  .page-id-744 .list>p {
    margin-top: 0;
  }
}

.woocommerce-message {
  background: transparent;

  padding: 0;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  font-size: 0.875rem;

  line-height: 1.125rem;

  margin-bottom: 25px;
}

.woocommerce-message a {
  margin-left: 15px;
}

.woocommerce-customer-logout .woocommerce-MyAccount-content p,
.logged-in .woocommerce-MyAccount-content p {
  color: #5e5e5e !important;
}

.woocommerce-customer-logout .woocommerce-MyAccount-content p,
.woocommerce-customer-logout .woocommerce-MyAccount-content a,
.logged-in .woocommerce-MyAccount-content p,
.logged-in .woocommerce-MyAccount-content a {
  font-size: 1.125rem;

  line-height: 1.25rem;

  font-family: "Lato", sans-serif;
}

.woocommerce-customer-logout .woocommerce-MyAccount-content a,
.logged-in .woocommerce-MyAccount-content a {
  color: #00a8ff;
  text-transform: uppercase;
}

.woocommerce-customer-logout .woocommerce-MyAccount-content a:hover,
.logged-in .woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}

.woocommerce-customer-logout .woocommerce-MyAccount-content .field-wrap-right .acf-icon,
.logged-in .woocommerce-MyAccount-content .field-wrap-right .acf-icon {
  color: #fff !important;

  background: #000;
}

.woocommerce-account .post-inner .woocommerce {
  margin-top: 0 !important;

  margin-bottom: 70px !important;
}

.woocommerce-account .post-inner .woocommerce .login-wrap {
  padding-top: 0;
}

.woocommerce-account .post-inner .woocommerce .login-wrap form {
  max-width: 510px;

  margin: 0 auto;
}

@media (max-width: 580px) {
  .woocommerce-account .post-inner .woocommerce .login-wrap form {
    max-width: 100%;
  }
}

.woocommerce-account .post-inner .woocommerce .login-wrap form p {
  margin-left: 0;

  margin-right: 0;

  width: 100%;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;
}

.woocommerce-account .post-inner .woocommerce .login-wrap form p.form-row {
  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.woocommerce-account .post-inner .woocommerce .login-wrap form .password-input {
  width: 100%;
}

.woocommerce-account .post-inner .woocommerce .login-wrap .woocommerce-form-login__rememberme {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 150px;

  margin-top: 0;

  margin-bottom: 0;
}

@media (max-width: 400px) {
  .woocommerce-account .post-inner .woocommerce .login-wrap .woocommerce-form-login__rememberme {
    width: 100%;
  }
}

.woocommerce-account .post-inner .woocommerce .login-wrap .woocommerce-form-login__rememberme input {
  width: 18px;

  height: 18px;

  margin-right: 5px;
}

.woocommerce-account .post-inner .woocommerce .login-wrap .woocommerce-form-login__rememberme span {
  display: inline-block;
}

.woocommerce-account .post-inner .woocommerce .login-wrap .woocommerce-button {
  margin-top: 0;
}

@media (max-width: 400px) {
  .woocommerce-account .post-inner .woocommerce .login-wrap .woocommerce-button {
    margin-top: 15px;

    width: 100%;

    font-size: 0.875rem;

    padding: 7px 10px;
  }
}

.woocommerce-account .post-inner .woocommerce .login-wrap .woocommerce-LostPassword {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .woocommerce-account h1 {
    margin-bottom: 0 !important;
  }
}

.register-wrapper-case {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  max-width: 510px;

  margin: 0 auto;

  padding: 15px 0 0 39px;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
}

@media (max-width: 767px) {
  .register-wrapper-case {
    padding-left: 0;
  }
}

.register-wrapper-case p {
  margin-bottom: 0;

  margin-right: 15px;
}

.register-wrapper-case a {
  margin-top: 0;

  padding: 4px 10px !important;
}

.register-wrapper-case a:focus {
  outline: none !important;
}

.register-wrapper-case a:hover {
  color: white !important;
}

.woocommerce-lost-password #breadcrumbs {
  max-width: 510px;

  margin: 0 auto 30px;
}

@media (max-width: 550px) {
  .woocommerce-lost-password #breadcrumbs {
    max-width: 100% !important;

    margin: 0 auto 15px;
  }
}

.woocommerce-lost-password .titles-wrapper .container {
  max-width: 510px !important;

  padding: 0;
}

@media (max-width: 550px) {
  .woocommerce-lost-password .titles-wrapper .container {
    max-width: 100% !important;

    padding: 0 15px;
  }
}

.woocommerce-lost-password .woocommerce {
  max-width: 510px !important;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

.woocommerce-lost-password .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-lost-password .woocommerce p {
  width: 100%;

  margin: 0 !important;
}

.woocommerce-lost-password .woocommerce p.woocommerce-form-row {
  margin: 15px 0 !important;
}

.woocommerce-lost-password .woocommerce input:focus {
  outline: none;
}

.woocommerce-lost-password .woocommerce .woocommerce-Button {
  margin-top: 15px;

  text-transform: uppercase;

  font-weight: bold;

  margin: 15px auto 0;

  display: block;

  width: 174px;

  margin-left: 0;

  cursor: pointer;

  color: #fff;

  outline: none;

  border: none;

  background: #283673;

  color: #fff;

  padding: 10px;

  border-radius: 4px;

  text-decoration: none;
}

.woocommerce-lost-password .woocommerce .woocommerce-Button:hover {
  background: #00a8ff;
}

.woocommerce-lost-password .lost_reset_password .password-input {
  width: 100%;
}

.Pending-message {
  font-size: 1.125rem !important;

  color: #586c85;

  line-height: 1rem;

  font-family: "Lato", sans-serif;
}

.woocommerce-edit-account .woocommerce-EditAccountForm {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  max-width: 667px;
}

.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row {
  width: 48.7% !important;

  margin-right: 15px;

  -ms-flex-item-align: start;

  align-self: flex-start;

  margin-left: 0;
}

@media (max-width: 850px) {
  .woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row {
    width: 48% !important;
  }
}

@media (max-width: 767px) {
  .woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row {
    width: 100% !important;

    margin-right: 0 !important;
  }
}

.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row:nth-child(3) {
  width: 100% !important;

  margin-right: 0;
}

.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row--wide {
  width: 100% !important;

  margin-right: 0;
}

.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row--last {
  margin-right: 0;
}

.woocommerce-edit-account .woocommerce-EditAccountForm fieldset {
  width: 100%;

  border: 1px solid #bbb;

  margin: 0;

  position: relative;

  background: #ecf3fc;

  border: 1px solid #adbed4;

  border-radius: 15px;

  padding: 15px;

  position: relative;

  margin-top: 20px;
}

.woocommerce-edit-account .woocommerce-EditAccountForm fieldset legend {
  background: #ecf3fc;

  width: 130px;

  text-align: left;

  padding-left: 5px;

  color: #586c85;

  font-weight: bold;

  font-size: 0.875rem;

  line-height: 1.063rem;

  margin: 0;

  position: absolute;

  top: -11px;

  left: 34px;

  text-align: center;
}

.woocommerce-edit-account .woocommerce-EditAccountForm fieldset p.woocommerce-form-row {
  width: 100% !important;

  margin-right: 0 !important;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;
}

.woocommerce-edit-account .woocommerce-EditAccountForm fieldset .show-password-input {
  top: 50% !important;

  -webkit-transform: translateY(-50%) !important;

  transform: translateY(-50%) !important;
}

.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-Button {
  background: #283673;

  color: #fff;

  margin-top: 15px;

  padding: 10px;

  border-radius: 4px;

  text-align: center;

  text-decoration: none;

  width: auto;

  outline: none;

  border: none;

  font-size: 0.875rem;
}

.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-Button:hover {
  background: #00a8ff;
}

.woocommerce-edit-account .woocommerce-EditAccountForm span {
  display: block;

  height: auto;

  line-height: 1rem;
}

.woocommerce-edit-account .woocommerce-EditAccountForm span em {
  font-size: 0.875rem;

  line-height: 1rem;

  height: auto;
}

.woocommerce-edit-account .woocommerce-EditAccountForm label {
  font-size: 0.875rem;

  color: #5e5e5e;
}

.woocommerce-edit-account .woocommerce-EditAccountForm input {
  color: #999;

  font-size: 0.938rem;

  padding: 15px 10px;

  border: 1px solid #bbbbbb !important;

  border-radius: 4px;

  display: block;

  width: 100%;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

.woocommerce-edit-account .woocommerce-EditAccountForm input:focus {
  outline: none;
}

.woocommerce-edit-account .woocommerce-EditAccountForm label span {
  display: inline-block;
}

.woocommerce-edit-account #bill-address {
  font-size: 1rem;
}

.woocommerce-edit-account .woocommerce-Address {
  width: 100%;

  max-width: 100%;

  padding: 0;
}

.woocommerce-edit-account .woocommerce-Address {
  max-width: 667px;
}

.woocommerce-edit-account .woocommerce-Address h3 {
  color: #5e5e5e;

  font-weight: 800;

  font-size: 1.375rem;

  line-height: 2.25rem;

  margin-bottom: 0px;

  display: inline-block;
}

.woocommerce-edit-account .woocommerce-Address a {
  float: right;

  line-height: 2.25rem;

  font-size: 1.125rem;
}

.woocommerce-edit-account .woocommerce-Address .woocommerce-Address-title {
  border-bottom: 1px solid #bbbbbb;

  margin-bottom: 7px;
}

.woocommerce-edit-account .woocommerce-Address-title.fixed {
  position: relative;
}

.billing-wrapper-details {
  width: 100%;
}

.billing-wrapper-details tr th {
  width: 150px;
}

.my_account_orders {
  width: 100%;

  border-top: 1px solid #bbbbbb;

  border-left: 1px solid #bbbbbb;
}

.my_account_orders tr td,
.my_account_orders tr th {
  color: #5e5e5e !important;

  padding: 10px;

  border-bottom: 1px solid #bbbbbb;

  border-right: 1px solid #bbbbbb;
}

.woocommerce-view-subscription .woocommerce-MyAccount-content h2 {
  margin-bottom: 15px;
}

.woocommerce-view-subscription .woocommerce-MyAccount-content h3 {
  color: #5e5e5e;

  font-weight: 800;

  font-size: 1.375rem;

  line-height: 2.25rem;

  margin-bottom: 0px;

  display: inline-block;
}

.woocommerce-view-subscription .woocommerce-MyAccount-content .ywsbs-subscription-info-box {
  min-height: auto;
}

.woocommerce-view-subscription .woocommerce-MyAccount-content .ywsbs-box {
  margin-bottom: 15px;
}

.woocommerce-view-subscription .woocommerce-MyAccount-content .ywsbs-subscription-related-orders {
  margin-top: 0;
}

.woocommerce-view-subscription .woocommerce-MyAccount-content .open-modal[data-target="cancel-subscription"] {
  padding: 7px 10px;

  border: 1px solid #666;

  width: 90px;
}

.woocommerce-view-subscription .woocommerce-MyAccount-content .open-modal[data-target="cancel-subscription"]:hover {
  background: #d6d3d3;
}

.woocommerce-view-subscription .woocommerce-MyAccount-content .open-modal[data-target="cancel-subscription"]:focus {
  outline: none;
}

@media (max-width: 767px) {
  .ywsbs-item {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .ywsbs-subscription:before {
    margin-right: 3px !important;
  }
}

@media (max-width: 767px) {
  .ywsbs-subscription a {
    font-size: 0.875rem !important;
  }
}

#cancel-subscription .ywsbs-modal-wrapper {
  min-height: auto;
}

#cancel-subscription p {
  line-height: 1rem;
}

#cancel-subscription p,
#cancel-subscription strong {
  font-size: 0.875rem;

  line-height: 1rem;
}

#cancel-subscription .ywsbs-action-button-wrap {
  margin: 0;
}

#cancel-subscription .button {
  margin-top: 0;
}

#cancel-subscription .button:hover {
  color: white;
}

#cancel-subscription .close-modal-wrap {
  margin-top: 20px;
}

#cancel-subscription .close-modal-wrap a {
  color: #00a8ff;

  font-size: 1rem;
}

.show-password-input {
  top: 50% !important;

  -webkit-transform: translateY(-50%) !important;

  transform: translateY(-50%) !important;
}

.other-link {
  text-align: center;
}

.page-template-page-directory-listing #breadcrumbs {
  max-width: 990px;

  margin: 10px auto 15px;
}

@media (max-width: 1066px) {
  .page-template-page-directory-listing #breadcrumbs {
    max-width: 95%;
  }
}

@media (max-width: 991px) {
  .page-template-page-directory-listing #breadcrumbs {
    max-width: 100%;

    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .page-template-page-directory-listing #breadcrumbs {
    margin-bottom: 0;
  }
}

.page-template-page-directory-listing .basic-listing li {
  border: 1px solid #d1ddec !important;
}

@media (max-width: 767px) {
  .page-template-page-directory-listing .home-wrapper-inner {
    margin-left: -14px;

    margin-right: -14px;

    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .home #site-content {
    padding-top: 20px;
  }
}

span.wpcr_author_stars span,
span.wpcr_averageStars span {
  background-position: 0 0;
}

@media (max-width: 767px) {
  .single-directory-listing #site-content {
    padding-top: 0;
  }
}

.single-directory-listing .icon-tr-mob {
  width: 10px !important;

  height: 17px !important;
}

.single-directory-listing .icon-tr-call {
  width: 15px !important;

  height: 15px !important;
}

@media (max-width: 767px) {
  .page-template-page-directory-listing .modal .link-wrap p:first-child {
    width: auto;
  }

  .page-template-page-directory-listing .modal .link-wrap p:first-child span {
    display: none !important;
  }

  .page-template-page-directory-listing .modal .link-wrap p:first-child span.icon {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .page-template-page-create-your-account #breadcrumbs {
    padding: 0 15px;

    margin-bottom: 20px;
  }
}

.error-class,
.invalid-text,
.error {
  display: block;

  margin: 5px 0;

  color: red;
}

@media (max-width: 767px) {
  .error-class {
    margin: 5px 10px;
  }
}

.not-valid {
  border: 1px solid red;
}

.woocommerce-order-received #breadcrumbs {
  max-width: 980px !important;

  margin: 15px auto 0;
}

@media (max-width: 991px) {
  .woocommerce-order-received #breadcrumbs {
    max-width: 100%;

    padding: 0 15px;
  }
}

.woocommerce-order-received #site-content {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .woocommerce-order-received #site-content {
    padding-top: 20px;
  }
}

.woocommerce-order-received #site-content .container {
  max-width: 980px !important;
}

@media (max-width: 991px) {
  .woocommerce-order-received #site-content .container {
    max-width: 100%;

    padding: 0 15px;
  }
}

.woocommerce-order-received #site-content .woocommerce-thankyou-order-received {
  font-size: 1.125rem;

  line-height: 1.25rem;
}

.woocommerce-order-received #site-content li,
.woocommerce-order-received #site-content span {
  font-size: 0.875rem;

  line-height: 1rem;

  color: #5e5e5e;
}

.woocommerce-order-received #site-content ul {
  background: #ecf3fc;

  padding: 15px;

  border: 1px dashed;
}

.woocommerce-order-received #site-content ul li {
  padding: 5px 0;
}

.woocommerce-order-received #site-content section.woocommerce-order-details {
  padding-top: 0;
}

.woocommerce-order-received #site-content .woocommerce-thankyou-order-details {
  border: 1px solid #bbb;

  padding: 12px;

  background: transparent;

  margin-bottom: 0;
}

.woocommerce-order-received #site-content .woocommerce-thankyou-order-details li {
  padding: 5px 0;
}

.woocommerce-order-received #site-content table {
  width: 100%;

  border-top: 1px solid #bbb;

  border-left: 1px solid #bbb;

  border-spacing: 0;

  margin-bottom: 0;
}

.woocommerce-order-received #site-content table tr {
  height: auto;
}

.woocommerce-order-received #site-content table tr th,
.woocommerce-order-received #site-content table tr td {
  padding: 10px !important;

  text-align: left;

  border-bottom: 1px solid #bbb;

  border-right: 1px solid #bbb;
}

.woocommerce-order-received #site-content .order-again {
  margin-bottom: 5px;
}

.woocommerce-order-received #site-content .order-again a {
  color: #00a8ff;

  font-size: 1rem;

  font-weight: bold;

  text-decoration: underline !important;
}

.woocommerce-order-received #site-content .order-again a:hover {
  color: #5e5e5e;
}

.left-nav .current_page_item a {
  background: rgba(255, 255, 255, 0.1);

  color: #ffd500 !important;
}

.right-nav .current_page_item a {
  background: #eee !important;
}

.page-id-742 #breadcrumbs,
.page-id-2546 #breadcrumbs,
.woocommerce-checkout #breadcrumbs,
.page-id-2176 #breadcrumbs,
.page-id-748 #breadcrumbs,
.page-id-746 #breadcrumbs {
  max-width: 1050px;

  margin: 15px auto 30px;

  padding: 0 15px;
}

@media (max-width: 1080px) {

  .page-id-742 #breadcrumbs,
  .page-id-2546 #breadcrumbs,
  .woocommerce-checkout #breadcrumbs,
  .page-id-2176 #breadcrumbs,
  .page-id-748 #breadcrumbs,
  .page-id-746 #breadcrumbs {
    max-width: 100%;

    margin: 15px auto 0px;
  }
}

.page-id-742 .accordion,
.page-id-2176 .accordion {
  padding-bottom: 50px;
}

@media (max-width: 767px) {

  .page-id-742 .accordion,
  .page-id-2176 .accordion {
    padding-bottom: 30px;
  }
}

@media (max-width: 1080px) {

  .page-id-742 .container,
  .page-id-2176 .container {
    width: 100%;
  }
}

.page-id-742 .card .card-header h2,
.page-id-2176 .card .card-header h2 {
  padding-right: 45px !important;

  position: relative;

  color: #5e5e5e;
}

.page-id-742 .card .card-header h2:before,
.page-id-2176 .card .card-header h2:before {
  content: "+";

  position: absolute;

  right: 15px;

  font-size: 25px;

  font-weight: 800;

  color: #5e5e5e;
}

.page-id-744 .email-us {
  border-bottom: 1px solid #bbb;

  padding-bottom: 25px;
}

.page-id-744 .list a {
  color: #283673;
}

.page-id-744 .list a:hover {
  color: #5e5e5e;
}

.page-id-744 .call-wrapp p {
  margin-bottom: 8px;
}

.page-id-744 .call-wrapp span {
  color: #283673;

  text-transform: uppercase;

  width: 80px;

  display: inline-block;

  font-weight: 700;
}

.page-id-744 .list {
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

@media (max-width: 767px) {
  .page-id-633 #site-content .container {
    padding: 0 15px;
  }
}

#Profile input[type="number"]::-webkit-outer-spin-button,
#Profile input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

#Profile input[type="number"] {
  -moz-appearance: textfield;
}

.top-notificatin-band {
  background: #fff4bc;

  padding: 10px 20px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-bottom: 15px;
}

@media (max-width: 1081px) {
  .top-notificatin-band {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    text-align: center;

    padding: 10px;
  }
}

@media (max-width: 767px) {
  .top-notificatin-band {
    margin-left: -15px;

    margin-right: -15px;
  }
}

.top-notificatin-band p {
  color: #e1624e;

  margin: 0;
}

@media (max-width: 991px) {
  .top-notificatin-band p {
    line-height: 1.2rem;

    margin-bottom: 8px;
  }
}

.top-notificatin-band p.txt-b {
  font-weight: 800;
}

@media (max-width: 991px) {
  .top-notificatin-band p:last-child {
    margin-bottom: 0;
  }
}

.top-notificatin-band a {
  color: #00a8ff;

  margin: 0;

  margin-left: 15px;

  text-decoration: underline;
}

.top-notificatin-band a:hover {
  color: #5e5e5e;
}

@media (max-width: 500px) {
  .top-notificatin-band a {
    display: block;

    margin-left: 0;
  }
}

.top-notificatin-band .txt-sm {
  font-size: 0.75rem;
}

.top-notificatin-band .info-txt {
  color: #e1624e;
}

@media (max-width: 1081px) {
  .top-notificatin-band:first-child {
    padding-top: 20px;
  }

  .top-notificatin-band .txt-sm {
    margin-top: 10px;
  }
}

.sub-title {
  font-size: 1.5rem;

  line-height: 1.813;
}

@media (max-width: 767px) {
  .sub-title {
    font-size: 1.25rem;

    line-height: 1.8rem;
  }
}

.entry-title .sub-title {
  display: block;
}

@media (max-width: 767px) {
  .page-id-2518 .regi-text-wrapper {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
  }
}

.page-id-2518 .regi-text-wrapper h2 {
  text-align: left;

  margin-bottom: 30px;

  color: #586c85;

  font-size: 18px;

  text-transform: uppercase;

  line-height: 1.25rem;
}

@media (max-width: 767px) {
  .page-id-2518 .regi-text-wrapper h2 {
    margin-bottom: 10px;
  }
}

.page-id-2518 .regi-text-wrapper .register-step ul {
  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;
}

@media (max-width: 767px) {
  .page-id-2518 .regi-text-wrapper .register-step ul {
    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }
}

.page-id-2518 .regi-text-wrapper .register-step ul li {
  width: 34%;
}

@media (max-width: 767px) {
  .page-id-2518 .regi-text-wrapper .register-step ul li {
    width: 47%;

    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .page-id-2518 .regi-text-wrapper .register-step ul li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .page-id-2518 .regi-text-wrapper .register-step span br {
    display: none;
  }
}

.page-id-2518 .regi-text-wrapper .view-all-link {
  text-decoration: underline !important;
}

.page-id-2518 .regi-text-wrapper .right-user .view-all-link {
  font-size: 1rem;
}

@media (max-width: 991px) {
  .page-id-2518 .regi-text-wrapper .left {
    padding-bottom: 30px;
  }
}

.page-id-2525 .regi-text-wrapper {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .page-id-2525 .regi-text-wrapper {
    margin-bottom: 0;
  }
}

.page-id-2525 .regi-text-wrapper .btn {
  margin-top: 40px;
}

.page-id-2525 .regi-text-wrapper h2 {
  text-align: center;

  margin-bottom: 60px;

  color: #586c85;

  font-size: 18px;

  text-transform: uppercase;

  line-height: 1.25rem;
}

@media (max-width: 767px) {
  .page-id-2525 .regi-text-wrapper h2 {
    margin-bottom: 30px;
  }
}

.page-id-2525 .left {
  padding-left: 0;

  padding-right: 0;
}

@media (max-width: 767px) {
  .page-id-2525 .left {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .page-id-2525 .left .register-step span br {
    display: none;
  }
}

.page-id-2525 .left .register-step ul {
  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;
}

@media (max-width: 991px) {
  .page-id-2525 .left .register-step ul {
    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .page-id-2525 .left .register-step ul {
    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .page-id-2525 .left .register-step ul li {
    width: 47%;

    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .page-id-2525 .left .register-step ul li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 1441px) {

  .woocommerce-customer-logout #site-content,
  .page-id-744 #site-content {
    min-height: 35vw;
  }
}

@media (min-width: 1440px) {
  .page-id-744 #site-content {
    min-height: 35vw;
  }
}

.my_account_orders .order-actions .cancel {
  color: #5e5e5e;

  margin-left: 8px;
}

.woocommerce-order-pay #site-content .woocommerce {
  margin-left: 0;
}

.woocommerce-order-pay #place_order {
  text-transform: uppercase;

  font-weight: 800;

  margin: 0 0 0 auto;

  display: block;

  border: none;

  cursor: pointer;

  font-size: 1.125rem;

  padding: 12px 10px;

  background: #283673;

  color: #fff;

  margin-top: 15px;

  padding: 10px;

  border-radius: 4px;

  text-align: center;

  text-decoration: none;

  cursor: pointer;
}

.woocommerce-order-pay #place_order:hover {
  background: #00a8ff;
}

#order_review .shop_table {
  border-top: 1px solid #bbb;

  border-spacing: 0;

  border-left: 1px solid #bbb;

  margin-bottom: 15px;
}

#order_review .shop_table tr th,
#order_review .shop_table tr td {
  padding: 10px;

  text-align: left;

  border-bottom: 1px solid #bbb;

  border-right: 1px solid #bbb;
}

#order_review #payment p {
  font-size: 0.875rem;

  line-height: 1.125rem;

  display: block;
}

#order_review #payment ul,
#order_review #payment .form-row {
  background: #ecf3fc;

  padding: 20px;

  margin-bottom: 20px;
}

#order_review #payment .form-row {
  margin-bottom: 0;
}

#order_review #payment .wc_payment_method .payment_box {
  background: transparent;

  padding: 0;
}

#order_review #payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 10px;
}

.page-id-2546 #site-content p,
.page-id-2546 #site-content ul li,
.page-id-2546 #site-content ol li,
.page-id-746 #site-content p,
.page-id-746 #site-content ul li,
.page-id-746 #site-content ol li,
.page-id-748 #site-content p,
.page-id-748 #site-content ul li,
.page-id-748 #site-content ol li {
  line-height: 1.25rem;

  color: #5e5e5e;

  font-size: 0.875rem;

  font-family: "Lato", sans-serif;
}

.page-id-2546 #site-content ol,
.page-id-746 #site-content ol,
.page-id-748 #site-content ol {
  padding-left: 15px !important;
}

.page-id-2546 #site-content h2,
.page-id-2546 #site-content h3,
.page-id-2546 #site-content h4,
.page-id-2546 #site-content h5,
.page-id-2546 #site-content h6,
.page-id-746 #site-content h2,
.page-id-746 #site-content h3,
.page-id-746 #site-content h4,
.page-id-746 #site-content h5,
.page-id-746 #site-content h6,
.page-id-748 #site-content h2,
.page-id-748 #site-content h3,
.page-id-748 #site-content h4,
.page-id-748 #site-content h5,
.page-id-748 #site-content h6 {
  font-family: "Lato", sans-serif;

  line-height: 1.25rem;

  color: #586c85;
}

.page-id-2546 #site-content h2,
.page-id-746 #site-content h2,
.page-id-748 #site-content h2 {
  font-size: 1.5rem;

  font-weight: bold;

  margin-top: 35px;
}

@media (max-width: 991px) {

  .page-id-2546 #site-content h2,
  .page-id-746 #site-content h2,
  .page-id-748 #site-content h2 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {

  .page-id-2546 #site-content h2,
  .page-id-746 #site-content h2,
  .page-id-748 #site-content h2 {
    font-size: 1.125rem;
  }
}

.page-id-2546 #site-content h3,
.page-id-746 #site-content h3,
.page-id-748 #site-content h3 {
  font-size: 1.25rem;
}

@media (max-width: 991px) {

  .page-id-2546 #site-content h3,
  .page-id-746 #site-content h3,
  .page-id-748 #site-content h3 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {

  .page-id-2546 #site-content h3,
  .page-id-746 #site-content h3,
  .page-id-748 #site-content h3 {
    font-size: 1rem;
  }
}

.page-id-2546 #site-content h4,
.page-id-746 #site-content h4,
.page-id-748 #site-content h4 {
  font-size: 1.125rem;
}

@media (max-width: 991px) {

  .page-id-2546 #site-content h4,
  .page-id-746 #site-content h4,
  .page-id-748 #site-content h4 {
    font-size: 1rem;
  }
}

.page-id-2546 #site-content ul li,
.page-id-2546 #site-content ol li,
.page-id-746 #site-content ul li,
.page-id-746 #site-content ol li,
.page-id-748 #site-content ul li,
.page-id-748 #site-content ol li {
  margin-bottom: 5px;
}

.page-id-2546 #site-content a,
.page-id-746 #site-content a,
.page-id-748 #site-content a {
  color: #00a8ff;
}

.page-id-2546 #site-content a:hover,
.page-id-746 #site-content a:hover,
.page-id-748 #site-content a:hover {
  color: #5e5e5e;
}

.page-id-2546 #site-content p:empty,
.page-id-746 #site-content p:empty,
.page-id-748 #site-content p:empty {
  display: none;
}

.login-note {
  font-size: 0.75rem;

  font-style: italic;

  line-height: 0.75rem;

  display: block;

  margin-top: 3px;

  font-weight: bold;
}

.profile-loader {
  position: fixed;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background: rgba(0, 0, 0, 0.7);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  z-index: 99999;

  width: 100%;

  height: 100%;
}

.prof-dis input,
.prof-dis select,
.prof-dis textarea,
.prof-dis .acf-image-uploader a,
.prof-dis .acf-file-uploader a,
.prof-dis input[type="search"],
.prof-dis .select2 li,
.prof-dis input[type="checkbox"],
.prof-dis .acf-checkbox-list,
.prof-dis ul.ui-sortable {
  pointer-events: none;
}

.justify-content-center {
  -webkit-box-pack: center !important;

  -ms-flex-pack: center !important;

  justify-content: center !important;
}

.payment_method_ppec_paypal p {
  color: #00a8ff !important;

  font-style: italic;

  font-size: 0.875rem;

  font-weight: 400;

  margin-top: 5px !important;

  padding-left: 43px;

  font-family: "Lato", sans-serif !important;
}

@media (max-width: 991px) {
  .payment_method_ppec_paypal p {
    padding-left: 0 !important;
  }
}

.payment_box.payment_method_bacs {
  padding-left: 43px !important;

  margin-top: 30px !important;
}

@media (max-width: 991px) {
  .payment_box.payment_method_bacs {
    padding-left: 0 !important;
  }
}

.para2 {
  margin-top: 15px;

  display: block;

  width: 100%;

  text-indent: 0;
}

.logged-in .woocommerce-MyAccount-content .ads-wrapper .user-name,
.logged-in .woocommerce-MyAccount-content .ads-wrapper .country-name,
.logged-in .woocommerce-MyAccount-content .ads-wrapper .additional-text,
.logged-in .woocommerce-MyAccount-content .ads-wrapper .work-langauge {
  color: #586c85 !important;
}

.logged-in .woocommerce-MyAccount-content .ads-wrapper .card.ad2-template p.country-name,
.logged-in .woocommerce-MyAccount-content .ads-wrapper .card.ad2-template p.additional-text {
  margin-bottom: 5px !important;
}

@media (max-width: 767px) {
  .page-template-page-create-your-account .container {
    padding-left: 0;

    padding-right: 0;
  }
}

@media (max-width: 767px) {

  .page-template-page-create-your-account footer .container,
  .page-template-page-create-your-account #breadcrumbs,
  .page-template-page-create-your-account .page-title {
    padding-left: 15px;

    padding-right: 15px;
  }
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  line-height: 2rem;
}

.txt-center {
  text-align: center;

  width: 100%;
}

#mceu_54-body {
  display: none !important;
}

#isregistration .acf-label {
  display: none;
}

#isregistration .acf-input {
  width: 100% !important;

  color: #586c85;

  font-size: 0.938rem;

  font-weight: bold;

  line-height: 1.188rem;

  text-align: left;
}

.woocommerce-account .woocommerce-MyAccount-content .profile-loader p {
  color: white !important;
}

#account-mob-nav {
  margin: 0 0px 15px;

  padding: 7px 10px;

  border: 1px solid #bbb;

  color: #999;

  font-size: 16px;
}

#account-mob-nav:focus {
  outline: none;
}

@media (max-width: 767px) {
  #account-mob-nav {
    display: block !important;
  }
}

#my-addvertise-wrapper #account-mob-nav {
  margin-left: 15px;

  margin-right: 15px;
}

.image-modal-wrapper {
  width: 216px;

  overflow: hidden;

  height: 220px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  background: rgba(209, 221, 236, 0.3);

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.modal .modal-content-wrapp .modal-content-right p.agency-type {
  display: inline-block;

  width: auto !important;

  color: #fff !important;

  padding: 1px 7px;

  font-weight: bold;

  font-size: 0.75rem;

  text-transform: uppercase;

  background: #283673;

  margin-top: 0;

  font-size: 0.75rem;

  line-height: 1.25rem;
}

/*# sourceMappingURL=style.css.map */

/* css added by pradnya - 26-05-2021 - starts */

.regi-text-wrapper .left .top-wrap {
  align-items: center;
}

.regi-text-wrapper .left .top-wrap>.list {
  width: 70%;

  padding-right: 20px;
}

.regi-text-wrapper .left .top-wrap .right-txt a {
  margin-top: 0;
}

#pippin_registration_form>.invalid-text {
  width: 100%;
}

/* .review-form-wrapper .comment-notes,.review-form-wrapper #reply-title{

  display: none;

} */

.review-form-wrapper #reply-title {
  display: none;
}

.page-id-633 .regi-text-wrapper {
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .regi-text-wrapper .left .top-wrap {
    flex-direction: column;
  }

  .regi-text-wrapper .left .top-wrap>.list {
    padding-right: 0;

    padding-bottom: 10px;

    width: 100%;
  }
}

/* css added by pradnya - 26-05-2021 - ends */

/* css added by shreyas given by surya sir - 23-06-2021 - starts */

@media only screen and (min-width: 768px) {
  .woocommerce-checkout #site-content .woocommerce {
    max-width: 1600px !important;
  }
}

form.checkout_coupon.woocommerce-form-coupon>p {
  margin-bottom: 0;
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: left;
}

.woocommerce-page form .form-row-last button.button {
  padding: 21px !important;

  margin-left: 10px;

  margin-bottom: 10px;

  font-size: 1.2rem !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout {
  clear: both;

  float: none;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  margin: 0;
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table,
.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table {
  margin-top: 1rem;

  border: 0;

  border-collapse: collapse;

  width: 100%;
}

#order_review .shop_table tr th,
#order_review .shop_table tr td {
  border: 1px solid #555555 !important;

  padding: 5px;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review #payment ul,
.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .package-detail ul {
  margin: 0;

  padding: 0;

  list-style: none;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .package-detail li {
  margin: 0;

  padding: 0;
}

div#payment ul li:before {
  display: none;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review #payment,
.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .package-detail {
  padding: 0;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 44%;
}

.payment_box.payment_method_paypal {
  margin-top: 10px;

  margin-left: 44px;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review #payment .wc_payment_method>label:first-of-type img {
  display: block;

  float: none;

  margin-left: 45px;

  margin-top: 10px;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .wc_payment_method a,
.woocommerce-checkout .woocommerce form.woocommerce-checkout #order_review .place-order a {
  display: block;

  margin-left: 46px;

  margin-top: 10px;
}

.woocommerce-info {
  background: #ecf3fc;
}

.woocommerce-info {
  background: #ecf3fc;

  border-top: 2px solid #283673;
}

.woocommerce-message {
  margin-top: 10px;

  color: #283673;

  justify-content: center;
}

.woocommerce-message {
  clear: both;
}

.package-detail {
  padding: 20px !important;

  padding-bottom: 10px !important;
}

.payment_box.payment_method_bacs {
  padding-left: 46px !important;

  margin-top: 10px !important;
}

/* css added by shreyas given by surya sir - 23-06-2021 - ends */

/* css added by leena 22-july-2024 starts */
.user-profile-detail .container .detail-wrapper .detail-top {
  min-height: 450px;
}

/* css added by leena 22-july-2024 ends */

/* css added by leena 1-aug-2024 starts */
.user-profile-detail .container .detail-wrapper .detail-top .user-profile-info .profile-right {
  background: transparent;
}

.user-profile-detail .container .detail-wrapper .detail-top .user-profile-info .profile-right .company-logo {
  width: 100%;
  height: 100%;
}

.user-profile-detail .container .detail-wrapper .detail-top .user-profile-info .profile-right img {
  height: 100%;
  object-fit: contain;
}

.post-inner .left .list a {
  color: #283673;
}

.regi-text-wrapper a {
  color: #283673;
}

.view-all-link {
  color: #283673;
}

.regi-text-wrapper .btn {
  color: #fff !important;
}

.regi-text-wrapper .btn:hover {
  color: #fff !important;
}

.page-id-633 #site-content #breadcrumbs {
  margin-bottom: 10px;
}

.page-id-633 #site-content .package-wrapper {
  padding-top: 0;
}

.page-id-633 #site-content .package-wrapper .price-table-wrapper table {
  margin-top: 10px;
}

.page-id-633 .package-wrapper .price-table-wrapper table th {
  padding: 10px;
}

.page-id-633 .package-wrapper .price-table-wrapper table tbody tr td ul {
  margin: 0;
}

.page-id-633 .package-wrapper .price-table-wrapper table tbody tr td .ad-title-wrapp p {
  margin-bottom: 5px;
}

.page-id-633 .package-wrapper .price-table-wrapper table tbody tr td .ad-title-wrapp {
  margin-bottom: 0;
}

.regi-text-wrapper .register-step {
  margin-top: 35px;
}

.regi-text-wrapper {
  margin-top: 0;
  padding-bottom: 10px !important;
}

.regi-text-wrapper .right .right-user {
  padding: 15px;
}

.regi-text-wrapper .right .right-user p {
  margin-bottom: 0;
}

.regi-text-wrapper .right .right-user a.view-all-link {
  text-align: center;
}

.post-inner .card-body ul li {
  font-size: 1.1rem;
  line-height: 1.3em;
}

.post-inner .card-body p {
  margin-bottom: 10px;
}

.post-inner a {
  /* color: #283673 !important; */
}

a.login-page-btn {
  color: #fff !important;
}

.post-inner a:hover {
  color: #00a8ff !important;
}

a.register-button:hover {
  color: #ffff !important;
}

.regi-text-wrapper .register-step {
  margin-top: 20px;
}

.page-id-2525 .regi-text-wrapper h2 {
  margin-bottom: 25px !important;
}

/* css added by leena 1-aug-2024 ends */

.basic-listing li .user-info-wrap a {
  height: 200px;
}

.basic-listing li img.user-profile {
  background-size: cover;
}

a.thankyou,
.login-page-btn {
  color: #fff !important;
}

.woocommerce-checkout p#billing_address_book_field {
  /* width: 49% !important; */
}

#order_review ul.ads-type {
  margin-left: 10px !important;
}

#order_review ul.ads-type li::before {
  left: -8px !important;
}

.checkout_coupon .form-row-last .button {
  text-transform: uppercase;
  /* font-weight: 800; */
  border: none;
  cursor: pointer;
  background: #283673;
  color: #fff;
  border-radius: 4px;
}

.checkout_coupon .form-row-last .button:hover {
  background: #00a8ff;
}

.woocommerce-checkout input#coupon_code {
  padding-top: 15px;
  padding-bottom: 15px;
}

.woocommerce-page form .form-row-last button.button {
  padding: 13px !important;
}

#payment .payment_method_stripe .image-wrapper {
  display: flex;
}

#payment .payment_method_stripe .image-wrapper img:nth-child(2) {
  margin-left: 10px !important;
  width: 50px;
}

form#order_review #payment .payment_method_stripe .image-wrapper img:nth-child(2) {
  width: 50px;
}

form#order_review #payment .payment_method_stripe .image-wrapper {
  padding: 15px 48px 0;
}

form.woocommerce-checkout .payment_method_stripe {
  padding-top: 18px !important;
}

form.woocommerce-checkout .payment_method_stripe .testmode-info a {
  display: unset !important;
  margin-left: unset !important;
  margin-top: unset !important;
}

form.woocommerce-checkout .payment_method_stripe fieldset:nth-child(2) p {
  display: flex !important;
}

form.woocommerce-checkout .payment_method_stripe fieldset:nth-child(2) p label {
  display: inline !important;
  padding-left: 11px !important;
}

.modal#gold-1-reviews .modal-content .modal-body>.modal-body {
  padding: 1rem;
}

.woocommerce-order pre {
  white-space: normal !important;
}

@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    display: block !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: none !important;
  }
}

.woocommerce-account #site-content .woocommerce .woocommerce-MyAccount-navigation {
  padding-right: 20px !important;
}

.woocommerce-account #site-content .woocommerce .woocommerce-MyAccount-navigation .bank-details-wrraper {
  padding-top: 20px;
}

ul.tab-links li a {
  background-color: #ecf3fc;
  text-transform: uppercase;
}

div.packages-wrap {
  padding-bottom: 15px;
  display: flex;
  justify-content: end;
}

@media (max-width: 767px) {
  div.packages-wrap {
    justify-content: center;
  }
}

div.packages-wrap a {
  margin-right: 4px;
  color: #fff !important;
}

div.packages-wrap a:hover {
  color: #fff !important;
}

.packages-wrap .left {
  width: 50%;
}

.packages-wrap .right {
  width: 50%;
}

h2 .delete-link {
  font-size: unset !important;
  text-decoration: underline;
}

.woocommerce-SavedPaymentMethods-saveNew {
  display: flex !important;
  align-items: baseline;
  gap: 5px;
}

#billing_agreement_field .required {
  display: none;
}

.c4wp-display-captcha-form {
  margin-top: 10px !important;
}


.ywsbs-dropdown {
  border: 1px solid #283673 !important;
  left: 0;
}


.ywsbs-dropdown-item {
  background: #283673 !important;
}

.ywsbs-dropdown-item:nth-child(odd) {
  background: #F8F8F8 !important;
  background: #182045 !important;
}


.woocommerce-customer-logout .woocommerce-MyAccount-content p,
.logged-in .woocommerce-MyAccount-content p {
  /* color: white !important; */
}

.ywsbs-dropdown-item p a {
  color: #ffffff !important;
  background: #00a8ff;
  padding: 10px;
  font-size: 14px !important;
}

.ywsbs-dropdown-item p a:hover {
  color: #fbfbfb !important;
}

.ywsbs-dropdown-wrapper>a {
  background: #182045 !important;
  padding: 5px;
  font-size: 12px !important;
  color: white !important;
  margin-top: 10px;
  top: 10px;
}

a#sav_next-id {
  color: white !important;
}


.page-id-38 textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
}

.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row .woocommerce-password-strength,
.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row .woocommerce-password-hint {
  color: red !important;
}

.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row .woocommerce-password-strength.strong {
  color: green !important;
}

.woocommerce-checkout-review-order-table .woocommerce-remove-coupon {
  display: none !important;
}

.woocommerce-LostPassword.lost_password a,
.logout.make-payment a {
  background: #283673 !important;
  color: white !important;
  padding: 8px;
  border-radius: 4px;
  text-decoration: none !important;
}

.woocommerce-LostPassword.lost_password a:hover,
.logout.make-payment a:hover {
  background: #00a8ff !important;
}

.ywsbs-dropdown-wrapper{
  margin-top: 11px !important;
}
.ywsbs-dropdown-wrapper>a {
  background: #00a8ff !important;
  padding: 10px !important;
  font-size: 14px !important;
}

.ywsbs-dropdown-wrapper>a:hover {
 color: white !important;
}

#basic-1 .review-modal-wrapper p{
  display: inline-flex !important;
}


div#wc-stripe-express-checkout-element {
  width: 100%;
}
p#wc-stripe-express-checkout-button-separator {
  width: 100%;
}

.woocommerce-account .post-inner .woocommerce .login-wrap .woocommerce-form-login__rememberme {
    align-items: center;
}
a.btn.btnsave.thankyou:hover { color: white !important; } 

.comment-thankyou-message {
    color: green;
    font-weight: bold;
    border: 1px solid green;
    padding: 10px;
}


a.lost-pass {
    background: #283673;
    color: #fff !important;
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    width: auto;
    outline: none;
    border: none;
    font-size: 0.875rem !important;
    text-transform: none !important;
}

a.lost-pass:hover {
    background: #00a8ff;
    color: white !important;
    text-decoration: none !important;
}