@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
.sys_root {
  overflow-x: hidden; }

a {
  color: #fff; }

.owl-stage-outer {
  padding: 25px 0; }

.image_placeholder_custom {
  display: flex; }

.dynamicPanel ul {
  list-style: none; }
  .dynamicPanel ul li input[type="checkbox"],
  .dynamicPanel ul li input[type="radio"] {
    margin-right: 10px; }
  .dynamicPanel ul li label {
    font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
label {
  font-family: "Roboto", sans-serif; }

p {
  font-size: 15px;
  line-height: 1.8; }

.section-heading {
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 25px;
  margin-top: 0px; }

.section-heading-small {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 25px;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #1a73e8; }

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

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

.font-primary {
  color: #1a73e8 !important; }

.font-white {
  color: #fff !important; }

.font-black {
  color: #000 !important; }

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

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

.fs-30 {
  font-size: 30px; }

.mr-10 {
  margin-right: 10px; }

.mr-20 {
  margin-right: 20px; }

.ml-20 {
  margin-left: 20px; }

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

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

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

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

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

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

.mlr-20 {
  margin: 0 20px; }

.mtb-8 {
  margin: 8px 0px; }

.w-80 {
  width: 80%; }

.p-0 {
  padding: 0; }

.m-0 {
  margin: 0; }

.m-15 {
  margin: 15px; }

.p-15 {
  padding: 15px; }

.p-10 {
  padding: 10px; }

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

.fw-600 {
  font-weight: 600; }

.fw-800 {
  font-weight: 800; }

.banner-header-ptpb {
  padding-top: 100px;
  padding-bottom: 100px; }

.primary-color {
  background-color: #1a73e8; }

.secondary-color {
  background-color: #e8f1fd; }

.tertiary-color {
  background-color: #0A213D; }

.bg-white {
  background-color: #fff !important; }

.bg-light-grey {
  background-color: #F9F9F9; }

.bg-panel-shadow {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; }

.d-flex {
  display: flex; }

.d-flex-direction-row {
  flex-direction: row; }

.d-flex-direction-column {
  flex-direction: column; }

.d-flex-align-items-center {
  align-items: center; }

.d-flex-justify-content-center {
  justify-content: center; }

.d-flex-justify-content-space-between {
  justify-content: space-between; }

.custom-panel-heading {
  font-weight: 400;
  letter-spacing: 0.5px; }

.panel-heading h4:after {
  font-family: Fontawesome;
  content: "\f077";
  float: right;
  font-size: 10px;
  font-weight: 300; }

.panel-heading h4.collapsed:after {
  font-family: Fontawesome;
  content: "\f078"; }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .section-heading {
    font-size: 23px; }
  .section-pt {
    padding-top: 50px; }
  .section-pb {
    padding-bottom: 50px; }
  .banner-header-ptpb {
    padding-top: 10px;
    padding-bottom: 10px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .banner-header-ptpb {
    padding-top: 10px;
    padding-bottom: 10px; } }

.yizz-btn {
  padding: 10px 15px;
  border-radius: 20px; }

.yizz-btn-secondary {
  padding: 10px 15px;
  border-radius: 20px; }

.yizz-btn:hover {
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; }

.yizz-btn-secondary:hover {
  color: #1a73e8;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; }

#yizz-home-header-section .navbar {
  margin: 0; }

.nav-bg {
  background: #fff; }

.nav-wrap {
  display: flex;
  justify-content: space-between; }
  .nav-wrap .nav-btn-wrap {
    display: flex;
    flex-direction: row; }
  .nav-wrap .navbar-brand {
    padding: 20px;
    float: left;
    height: auto; }
  .nav-wrap .nav-btn-wrap div {
    display: flex;
    align-items: center;
    margin-right: 10px; }

.navbar-fixed-top {
  border: 0; }

#yizz-home-banner {
  min-height: 500px; }
  #yizz-home-banner .banner-heading {
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 25px; }

#yizz-home-meeting-people {
  background-color: #f2f4f5; }

#yizz-home-questions {
  background-color: #f7f7f7; }
  #yizz-home-questions .questions-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #yizz-home-questions .questions-content-wrap h3 {
      font-weight: 400;
      font-size: 21px;
      margin-bottom: 25px;
      margin-top: 5px; }
    #yizz-home-questions .questions-content-wrap ul li {
      margin-left: 50px;
      font-size: 15px; }
  #yizz-home-questions .questions-img-wrap {
    background-image: url("https://devcdn.yizzly.com/media/images/new-assets/questions-bg-vector.png");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    #yizz-home-questions .questions-img-wrap h3 {
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      font-size: 21px;
      margin-bottom: 25px;
      margin-top: 5px; }
    #yizz-home-questions .questions-img-wrap .questions-img-main,
    #yizz-home-questions .questions-img-wrap .questions-img-inner {
      position: absolute; }
    #yizz-home-questions .questions-img-wrap .questions-img-main {
      top: 66px;
      left: 69px;
      z-index: 10; }
    #yizz-home-questions .questions-img-wrap .questions-img-inner {
      background: #fff;
      top: 158px;
      left: -47px;
      z-index: 100;
      padding: 25px 10px;
      border-radius: 10px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; }
  #yizz-home-questions .questions-container {
    display: flex;
    flex-direction: row; }

#yizz-home-why-yizzly .why-box {
  background-color: #3267d9;
  color: #fff;
  padding: 15px;
  margin: 5px;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px; }
  #yizz-home-why-yizzly .why-box .why-icon {
    background: white;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative; }
    #yizz-home-why-yizzly .why-box .why-icon img {
      top: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  #yizz-home-why-yizzly .why-box .why-content {
    min-height: 127px; }
    #yizz-home-why-yizzly .why-box .why-content h3 {
      font-weight: 600;
      font-size: 25px; }

#yizz-home-why-yizzly .why-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("https://devcdn.yizzly.com/media/images/new-assets/box-content-after.png");
  top: 0;
  right: 0px;
  position: absolute;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

#yizz-home-our-app {
  background-image: url("https://devcdn.yizzly.com/media/images/new-assets/our-app.png");
  height: auto;
  /* background-position: center; */
  background-repeat: no-repeat;
  /* background-size: cover; */
  position: relative;
  background-color: #f2f4f5; }
  #yizz-home-our-app .app-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 50px;
    background: #1a73e8;
    border-radius: 15px;
    color: #fff; }
    #yizz-home-our-app .app-box h2 {
      font-weight: 600; }
    #yizz-home-our-app .app-box .app-box-link {
      display: flex;
      align-items: center; }
      #yizz-home-our-app .app-box .app-box-link .app-text {
        margin: 10px; }
        #yizz-home-our-app .app-box .app-box-link .app-text a {
          color: #000; }

#yizz-mob-steps-met-people .row {
  display: flex;
  flex-direction: row; }

#yizz-mob-steps-met-people .steps-section-1 {
  background: #041b38;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  #yizz-mob-steps-met-people .steps-section-1 h2 {
    color: #fff;
    font-weight: 800;
    font-size: 30px; }
  #yizz-mob-steps-met-people .steps-section-1 ul {
    list-style: none; }
    #yizz-mob-steps-met-people .steps-section-1 ul li {
      color: #fff;
      margin-left: 15px; }
    #yizz-mob-steps-met-people .steps-section-1 ul li::before {
      content: "\2022";
      /* Add content: \2022 is the CSS Code/unicode for a bullet */
      color: #1a73e8;
      /* Change the color */
      font-weight: bold;
      /* If you want it to be bold */
      display: inline-block;
      /* Needed to add space between the bullet and the text */
      width: 1em;
      /* Also needed for space (tweak if needed) */
      margin-left: -1em;
      /* Also needed for space (tweak if needed) */ }
  #yizz-mob-steps-met-people .steps-section-1 .button-wrap {
    margin-top: 25px; }

#yizz-reviews .testimonial-item-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  background-color: #f3f8ff;
  border-radius: 8px; }
  #yizz-reviews .testimonial-item-container .testimonial-content {
    margin: 15px 0;
    min-height: 175px;
    display: flex;
    align-items: center; }
  #yizz-reviews .testimonial-item-container .testimonial-author {
    display: flex;
    flex-direction: row;
    align-items: center; }
    #yizz-reviews .testimonial-item-container .testimonial-author .author-img {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      border: 3px solid #1a73e8;
      margin-right: 10px; }
      #yizz-reviews .testimonial-item-container .testimonial-author .author-img img {
        border-radius: 50%; }

#yizz-reviews .testimonial-item-container:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }

#yizz-reviews .testimonial-rating-stars {
  display: flex;
  flex-direction: row; }

#yizz-reviews .checked {
  color: #FFC309; }

#yizz-reviews .star-rating-large {
  font-size: 35px; }

#yizz-home-get-the-app .get-app-box-link {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  #yizz-home-get-the-app .get-app-box-link a:hover {
    color: unset; }
  #yizz-home-get-the-app .get-app-box-link .app-text {
    margin: 10px; }

#yizz-steps-meeting-people .steps-box {
  background-color: #fdfdfd0d;
  padding: 25px 15px;
  margin: 5px;
  border-radius: 5px; }
  #yizz-steps-meeting-people .steps-box .steps-icon img {
    width: 75px; }
  #yizz-steps-meeting-people .steps-box .steps-desc {
    min-height: 81px; }

#yizz-landing-banner {
  background-image: url("https://devcdn.yizzly.com/media/images/new-assets/landing-bg.png");
  /* The image used */
  background-color: #e8f1fd;
  /* Used if the image is unavailable */
  height: auto;
  /* You must set a specified height */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }
  #yizz-landing-banner .img-custom-height {
    max-height: 500px; }
  #yizz-landing-banner .landing-banner-heading h1 {
    font-weight: 800;
    font-size: 50px; }
  #yizz-landing-banner .landing-banner-heading p {
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2; }
  #yizz-landing-banner .landing-banner-heading .landing-banner-text-vector {
    background-image: url("https://devcdn.yizzly.com/media/images/new-assets/banner-landing-vector.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%; }

#yizz-members .member-item-container {
  position: relative;
  margin-bottom: 20px;
  width: 100%; }
  #yizz-members .member-item-container .member-item-text-section {
    position: absolute;
    top: 190px;
    left: 0;
    width: 75%;
    background: rgba(26, 115, 232, 0.78);
    padding: 7px 10px;
    border-radius: 0 7px 7px 0; }
    #yizz-members .member-item-container .member-item-text-section p {
      font-size: 12px;
      letter-spacing: 1.2px;
      margin-bottom: 4px; }
    #yizz-members .member-item-container .member-item-text-section h3 {
      font-size: 18px;
      letter-spacing: 1.2px;
      margin: 0; }

.member-list-container {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important; }
  .member-list-container .list-img-container {
    display: flex; }
    .member-list-container .list-img-container img {
      flex-grow: 1;
      object-fit: cover;
      max-width: 100%; }
    .member-list-container .list-img-container [data-tooltip] {
      display: inline-block;
      position: absolute;
      top: 13px;
      right: 26px;
      cursor: help;
      padding: 4px;
      z-index: 9; }
  .member-list-container .list-details-container .section-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .member-list-container .list-details-container .section-1 h3 {
      font-size: 20px;
      font-weight: 600; }
    .member-list-container .list-details-container .section-1 span {
      padding: 2px 5px;
      background: #d9fee9;
      border-radius: 20px;
      font-size: 10px; }
    .member-list-container .list-details-container .section-1 span::before {
      font-family: "fontawesome";
      content: "\f111";
      color: green;
      font-size: 9px;
      margin-right: 3px; }
  .member-list-container .section-3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .member-list-container .section-3 .list-btn {
      display: block;
      width: 100%;
      padding: 7px 9px;
      margin: 5px;
      font-size: 14px;
      cursor: pointer;
      text-align: center;
      border-radius: 3px; }
    .member-list-container .section-3 .list-btn:hover {
      color: #fff;
      box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; }
    .member-list-container .section-3 .hi-btn {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .member-list-container .section-3 .hi-btn img {
        margin-left: 2px; }
    .member-list-container .section-3 .hi-btn:hover {
      color: #1a73e8; }

#search-queries #v-member h4::after {
  display: none; }

#search-queries #geocomplete {
  width: 100%;
  border: 2px solid #1a73e8;
  width: 100%;
  padding: 7px;
  background: #fff;
  border-radius: 2px; }

#search-queries .location-search {
  display: none; }

#search-queries .search-queries-switch input[type="checkbox"] {
  display: none; }

#search-queries .search-queries-switch label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px; }

#search-queries .search-queries-switch label::before {
  background: black;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: "";
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px; }

#search-queries .search-queries-switch label::after {
  background: white;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: "";
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px; }

#search-queries .search-queries-switch input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5; }

#search-queries .search-queries-switch input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px; }

#search-queries #search-btn-container .search-btn {
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px; }

.search-queries-slider {
  padding: 16px 10px; }
  .search-queries-slider .ui-widget-content {
    border: 0 !important;
    background: #8e8d8d;
    border-radius: 0; }
  .search-queries-slider .ui-widget-header {
    border: 1px solid #aaa;
    background: #1a73e8;
    font-weight: 700; }
  .search-queries-slider .ui-slider {
    position: relative;
    text-align: left; }
    .search-queries-slider .ui-slider .ui-slider-handle {
      position: absolute;
      z-index: 2; }
    .search-queries-slider .ui-slider .ui-slider-range {
      position: absolute;
      z-index: 1;
      font-size: 0.7em;
      display: block;
      border: 0;
      background-position: 0 0; }
    .search-queries-slider .ui-slider .ui-slider-handle {
      width: 18px;
      height: 18px;
      background: #1a73e8;
      border-radius: 50%;
      box-shadow: 0 0 5px 1px #ccc;
      -moz-box-shadow: 0 0 5px 1px #ccc;
      -webkit-box-shadow: 0 0 5px 1px #ccc;
      border: 0; }
  .search-queries-slider .ui-slider-horizontal {
    height: 5px; }
    .search-queries-slider .ui-slider-horizontal .ui-slider-range {
      top: 0;
      height: 100%; }
    .search-queries-slider .ui-slider-horizontal .ui-slider-range-min {
      left: 0; }
    .search-queries-slider .ui-slider-horizontal .ui-slider-range-max {
      right: 0; }
    .search-queries-slider .ui-slider-horizontal .ui-slider-handle {
      top: -6px; }
    .search-queries-slider .ui-slider-horizontal .ui-slider-handle:active {
      outline: 0; }

#yizz-landing-search #member-listing {
  position: relative;
  z-index: 9; }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .image-container {
    display: flex;
    justify-content: center;
    margin-bottom: 15px; }
  #yizz-home-header-section .nav-wrap {
    padding: 0; }
    #yizz-home-header-section .nav-wrap .navbar-brand {
      padding: 20px 10px; }
      #yizz-home-header-section .nav-wrap .navbar-brand img {
        width: 80%; }
    #yizz-home-header-section .nav-wrap .nav-btn-wrap a {
      padding: 7px 10px;
      border-radius: 20px; }
  #yizz-home-banner .banner-heading {
    font-size: 36px; }
  #yizz-home-banner .banner-btn {
    padding: 7px 10px; }
  #yizz-home-questions .questions-container {
    display: flex;
    flex-direction: column; }
  #yizz-home-our-app .app-box {
    display: flex;
    flex-direction: column; }
  #yizz-mob-steps-met-people .row {
    display: flex;
    flex-direction: column; }
  #yizz-mob-steps-met-people .steps-section-1 {
    padding-bottom: 15px; }
  .custom-d-flex-direction {
    flex-direction: column; }
  #yizz-landing-banner .landing-banner-heading {
    margin-top: 20px;
    font-size: 45px; }
  #search-queries {
    display: none; }
  #search-mob-custom {
    padding: 15px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    #search-mob-custom button {
      border: none;
      background: transparent; }
      #search-mob-custom button i {
        font-size: 20px; }
    #search-mob-custom button:hover {
      box-shadow: unset; }
  .search-custom-h3 {
    display: none; }
  #yizz-home-get-the-app .get-app-box-link {
    justify-content: center; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #yizz-home-banner .banner-heading {
    font-size: 45px; }
  .image-container {
    display: flex;
    justify-content: center; }
  #yizz-home-questions .questions-container {
    display: flex;
    flex-direction: column; }
  #yizz-mob-steps-met-people .row {
    display: flex;
    flex-direction: column; }
  .custom-d-flex-direction {
    flex-direction: column; }
  #yizz-landing-banner .landing-banner-heading {
    margin-top: 20px;
    font-size: 45px; }
  #search-queries {
    display: none; }
  #search-mob-custom {
    padding: 15px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    #search-mob-custom h3 {
      font-size: 30px; }
    #search-mob-custom button {
      border: none;
      background: transparent; }
      #search-mob-custom button i {
        font-size: 27px; }
    #search-mob-custom button:hover {
      box-shadow: unset; }
  .search-custom-h3 {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .questions-img-inner {
    background: #fff;
    top: 106px;
    left: -77px;
    z-index: 100;
    padding: 15px 10px;
    border-radius: 10px; }
  #yizz-steps-meeting-people .steps-box .steps-desc {
    min-height: 137px; }
  #yizz-landing-banner .landing-banner-heading h1 {
    font-weight: 800;
    font-size: 45px; }
  #search-mob-custom {
    padding: 15px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    #search-mob-custom h3 {
      font-size: 30px; }
    #search-mob-custom button {
      border: none;
      background: transparent; }
      #search-mob-custom button i {
        font-size: 27px; }
    #search-mob-custom button:hover {
      box-shadow: unset; }
  #search-queries {
    display: none; }
  .search-custom-h3 {
    display: none; } }

@media only screen and (min-width: 992px) {
  #search-mob-custom {
    display: none; }
  #search-queries {
    display: block; }
  .search-custom-h3 {
    display: block; } }
