/*
 MORE INFO: https://github.com/mrkrupski/LESS-Dynamic-Stylesheet
*/
/* Backgrounds Group
========================== */
/* @group gradient-veritical() */
/* @end */
/* @group background-clip() */
/* @end */
/* Box Group
========================== */
/* @option: box-display() */
/* @end */
/* @group box-shadow() */
/* @end */
/* Border Group
========================== */
/* @group rounded() */
/* @end */
/* Transform Group
========================== */
/* @group matrix() */
/* @end */
/* @group rotate() */
/* @end */
/* @group scale() */
/* @end */
/* @group translate() */
/* @end */
/* @group skew() */
/* @end */
/* Transition
========================== */
/* Animation Group
========================== */
/* Column
========================== */
/* Misc Group
========================== */
.default-page-container {
  max-width: 1280px;
  padding-top: 100px;
  margin: 0 auto;
}
.default-page-container .page-title {
  margin-bottom: 20px;
  margin-top: 10px;
}
.content-padding {
  padding-left: 50px;
  padding-right: 50px;
}
.modal-open {
  padding-right: 0px !important;
}
.default-account-page-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.default-account-page-container .auth-title {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 35px;
  font-size: 40px;
  font-weight: 200;
  background: linear-gradient(135deg, #ade0ee 0%, rgba(217, 221, 222, 0) 100%);
}
.custom-label {
  margin: 0px;
}
.custom-radio {
  display: none;
}
.custom-radio + label {
  color: #333333;
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
}
.custom-radio + label div {
  background-color: white;
  display: flex;
  width: 150px;
  justify-content: center;
  padding: 4px;
  border-radius: 15px;
  margin: 15px 15px 15px 15px;
}
.custom-radio:checked + label div {
  background-color: #00988f;
  color: white;
}
.custom-radio + label,
.custom-radio:checked + label div {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}
.grey-placeholder::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c7c7c7 !important;
}
.grey-placeholder::-moz-placeholder {
  /* Firefox 19+ */
  color: #c7c7c7 !important;
}
.grey-placeholder:-ms-input-placeholder {
  /* IE 10+ */
  color: #c7c7c7 !important;
}
.grey-placeholder:-moz-placeholder {
  /* Firefox 18- */
  color: #c7c7c7 !important;
}
.data-table-header {
  display: none;
}
.data-table-start-search-text {
  color: #858585;
  font-size: 23px;
  margin-top: 0px;
  text-align: center;
}
button[data-required-selected="true"] {
  display: none;
}
[data-only-filter="true"] .data-table-container table {
  display: none;
}
[data-only-filter="true"] .data-table-container .data-table-footer-area {
  display: none;
}
[data-only-filter="true"] .data-table-container .data-table-limit-selector-area {
  display: none;
}
[data-only-filter="true"] button[data-required-selected="true"] {
  display: none !important;
}
.data-table-container {
  margin-top: 10px;
  overflow: auto;
  width: 100%;
}
.data-table-container .data-table-filter-label {
  width: 100%;
}
.data-table-container .data-table-filter-row-element[data-hidden="true"] {
  display: none;
}
.data-table-container .data-table-header {
  display: table-row-group !important;
}
.data-table-container table {
  margin-bottom: 0px;
  clear: both;
}
.data-table-container table th[data-hidden="true"] {
  display: none !important;
}
.data-table-container table th {
  white-space: nowrap;
  padding-right: 30px !important;
  position: relative;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.data-table-container table th[data-order="-1"] .column-order::before {
  content: "\f0dc";
}
.data-table-container table th[data-order="0"] .column-order::before {
  content: "\f0dd";
}
.data-table-container table th[data-order="1"] .column-order::before {
  content: "\f0de";
}
.data-table-container table th[data-order] .column-order::before {
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  opacity: 0.6;
  -webkit-transition: opacity 0.4s linear 0;
  -moz-transition: opacity 0.4s linear 0s;
  -o-transition: opacity 0.4s linear 0;
  /* Opera 10.5+ */
  transition: opacity 0.4s linear 0;
}
.data-table-container table th:hover .column-order::before {
  opacity: 1;
}
.data-table-container table .data-table-filter-row th {
  padding-right: 10px !important;
}
.data-table-container table .data-table-row-selectable {
  cursor: pointer;
  -webkit-transition: background-color 0.4s linear 0;
  -moz-transition: background-color 0.4s linear 0s;
  -o-transition: background-color 0.4s linear 0;
  /* Opera 10.5+ */
  transition: background-color 0.4s linear 0;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.data-table-container table .data-table-row-selectable:hover {
  background-color: #7eb4cf;
}
.data-table-container table .data-table-row-selectable[data-selected="true"] {
  background-color: #4d8cac;
}
.data-table-container table .bool-icon {
  background-color: white;
  border-radius: 50%;
  border: 1px dotted #5b5b5b;
  padding: 10px;
}
.data-table-container .data-table-limit-selector {
  width: 90px;
  margin-left: calc(100% - 90px);
}
.data-table-container .pagination-navigator[disabled] {
  pointer-events: none;
}
.data-table-container .pagination-navigator[disabled] a {
  background-color: #e8e8e8;
}
.data-table-container .pager-list-element[data-hidden="true"] {
  display: none;
}
.data-table-container .row-profile-img {
  width: 40px;
}
.search-area {
  width: 100%;
  position: relative;
  min-height: 350px;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.data-table-limit-selector-area {
  display: none !important;
}
.home-container {
  max-width: 1280px;
  padding-top: 100px;
  margin: 0 auto;
}
.home-container .page-title {
  margin-bottom: 20px;
  margin-top: 10px;
}
.home-container .promo-video-container {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(47, 47, 47, 0.8);
  z-index: 700;
}
.home-container .promo-video-container .video-close-button {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  background-color: #656565;
  border-radius: 40px;
  text-align: center;
  color: white;
  font-size: 22px;
  padding: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.3s linear;
  opacity: 0.7;
}
.home-container .promo-video-container .video-close-button:hover {
  opacity: 1;
}
.home-container .promo-video-container .video-container {
  position: fixed;
  width: 60%;
  min-width: 280px;
  height: auto;
  background-color: white;
  z-index: 800;
  padding: 5px;
  border-radius: 6px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.home-container .promo-video-container .video-container video {
  width: 100%;
  height: 100%;
}
.home-container .blis-container {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  padding: 5px 20px 20px 20px;
  max-width: 485px;
  float: right;
  min-width: 280px;
}
.home-container .blis-container input {
  width: 100%;
  padding: 2px 8px;
  border: 1px solid #00988f;
  border-radius: 3px;
  outline: none;
}
.home-container .blis-container button {
  padding: 10px 25px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.home-container .content {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 90px;
  padding-right: 90px;
}
.home-container .search-result-message {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 150px;
  text-transform: uppercase;
}
.home-container .search-result-message p {
  font-size: 30px;
  color: #333333;
  margin-left: 100px;
  font-weight: bold;
}
.home-container .data-table-header-area {
  display: flex;
  justify-content: center;
  background-image: url(/Content/images/find-agent.png);
  background-position: top center;
  position: relative;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-container .data-table-header-area .tip-primary {
  display: none;
  border: 1px solid #dddddd;
}
.home-container .data-table-header-area .find-agent-container {
  display: flex;
  width: 100%;
  min-width: 300px;
  height: 150px;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  text-align: center;
  color: white;
  font-size: 35px;
}
.home-container .data-table-header-area .find-agent-container .light-text {
  font-weight: 100;
}
.home-container .data-table-header-area .data-table-header-controller-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0px 35%;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-container .data-table-header-area .data-table-header-controller-container label {
  text-align: center;
}
.home-container .data-table-header-area .form-control {
  display: inline-block;
  margin: 5px 10px;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.home-container .data-table-header-area button {
  margin: 10px 10px 0px 10px;
}
.home-container .data-table-header-area .search-holder {
  /* A 3. verzióban a tile_list funkcionalitása szinte teljsesen megszűnt*/
  display: none;
  /**/
  position: relative;
  padding: 10px 15px;
  background-color: white;
  border-radius: 30px;
  width: 100%;
  max-width: 400px;
  min-width: 300px;
  border: 1px solid #e4e4e4;
  padding-right: 40px;
}
.home-container .data-table-header-area .search-holder:after {
  font-family: 'FontAwesome';
  color: #91c7dd;
  font-size: 20px;
  position: absolute;
  right: 16px;
  content: "\f002";
  top: 7px;
}
.home-container .data-table-header-area .search-holder .agent-search {
  display: inline-block;
  width: 100%;
  border: none;
  outline: none;
}
.home-container .data-table-container {
  margin-top: 0px;
  margin-bottom: 50px;
}
.home-container .data-table-container .data-table-limit-selector {
  width: 90px;
  display: block;
  margin-right: -9px;
}
.landing-page-part {
  /*min-height: 520px;*/
  position: relative;
}
.landing-page-part .invite-form {
  margin-top: 40px;
  margin-bottom: 40px;
  background: #e3e9f4;
  padding: 15px;
}
.landing-page-part canvas {
  background-color: rgba(0, 0, 0, 0.4);
}
.landing-page-part .profile-img-container {
  height: 260px;
  width: 260px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  pointer-events: none;
  -webkit-box-shadow: 0 0 5px rgba(87, 87, 87, 0.8);
  box-shadow: 0 0 5px rgba(87, 87, 87, 0.8);
  background: url(/Content/images/Mark.jpg);
  background-position: center center;
  background-size: cover;
}
.landing-page-part .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.landing-page-part p {
  margin-left: 20px;
}
.landing-page-part .big-bold {
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #2e3d4e;
}
.landing-page-part .big-normal {
  font-size: 25px;
  font-weight: 400;
}
.landing-page-part .big-light {
  font-size: 30px;
  font-weight: 300;
  color: #2e3d4e;
}
.landing-page-part .big-bold-white {
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #2e3d4e;
  color: white;
}
.landing-page-part .big-normal-white {
  font-size: 25px;
  font-weight: 400;
  color: white;
}
.landing-page-part .big-light-white {
  font-size: 40px;
  font-weight: 300;
  color: white;
}
.landing-page-part .terms-conditions {
  display: block;
  font-weight: normal;
}
.landing-page-part .terms-conditions input {
  margin-right: 10px;
}
.landing-page-part .terms-conditions a {
  text-decoration: underline;
}
.landing-page-part .user-login.disabled {
  pointer-events: none;
  background-color: #646464;
  color: white;
}
.landing-page-part .user-register.disabled {
  pointer-events: none;
  background-color: #646464;
  color: white;
}
.landing-page-part .sm-bold {
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #2e3d4e;
  font-size: 15px;
}
.landing-page-part .sm-white {
  font-size: 15px;
  color: white;
}
.landing-page-part .sm-white a {
  color: white !important;
}
.landing-page-part .quote {
  font-size: 20px;
  color: #71a3da;
}
.landing-page-part .position-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.white-space {
  height: 100px;
  background-color: white;
}
text {
  font-family: 'Montserrat';
  font-weight: 900;
  font-style: italic;
  fill: url(#text-fill);
  font-size: 110pt;
}
#page-find {
  display: flex;
  align-items: center;
}
#page-find .flex-container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #00988f;
  padding-bottom: 30px;
}
#page-find .m-top-40 {
  margin-bottom: -40px;
}
#page-find .med-blue {
  font-size: 20px;
  font-weight: 500;
  color: #71a3da;
}
#page-find .tiny-blue {
  color: #71a3da;
}
#page-review {
  background: url('/Content/images/review_bg.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#page-review .underline-text {
  text-decoration: underline;
}
#page-review .still-value {
  font-size: 20px;
  font-weight: 400;
}
#page-review .review-holder {
  display: flex;
  align-items: center;
}
#page-review .review-holder .white-rect {
  background-color: white;
  margin-right: 15px;
  padding: 5px 35px;
}
#page-review .review-holder .stars {
  font-size: 40px;
}
#page-review .review-holder .filled {
  color: #00988f;
}
#page-review .review-holder .unfilled {
  color: white;
}
.vertical-align-center {
  display: flex;
  align-items: center;
}
#page-share {
  background: url('/Content/images/share-bg2.png');
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 820px;
}
.tip-footer {
  height: 150px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00988f+0,00a2f4+100 */
  background: #00988f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00988f 0%, #00a2f4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00988f 0%, #00a2f4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00988f 0%, #00a2f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00988f', endColorstr='#00a2f4', GradientType=1);
  /* IE6-9 */
  -webkit-box-shadow: 0px 5px 5px 0px #ababab;
  -moz-box-shadow: 0px 5px 5px 0px #ababab;
  box-shadow: 0px 5px 5px 0px #ababab;
}
.tip-footer .content {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 90px;
  padding-right: 90px;
}
.tip-footer .content a {
  font-size: 30px;
  color: white;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  cursor: pointer;
}
.tip-footer .content a:hover {
  color: white;
}
.tip-text {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -moz-transform: translate(-38%, 6%);
  -ms-transform: translate(-38%, 6%);
  -o-transform: translate(-38%, 6%);
  -webkit-transform: translate(-38%, 6%);
  transform: translate(-50%, 0%);
}
.tip-text img {
  width: 100%;
}
h2 {
  font-weight: bold;
  color: #232323;
  font-size: 40px;
}
.full-page-part {
  /*min-height: 520px;*/
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
}
.full-page-part .invite-form {
  margin-top: 40px;
  margin-bottom: 40px;
  background: #e3e9f4;
  padding: 15px;
}
.full-page-part canvas {
  background-color: rgba(0, 0, 0, 0.4);
}
.full-page-part .profile-img-container {
  height: 260px;
  width: 260px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  pointer-events: none;
  -webkit-box-shadow: 0 0 5px rgba(87, 87, 87, 0.8);
  box-shadow: 0 0 5px rgba(87, 87, 87, 0.8);
  background: url(/Content/images/Mark.jpg);
  background-position: center center;
  background-size: cover;
}
.full-page-part .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.full-page-part p {
  margin-left: 20px;
}
.full-page-part .big-bold {
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #2e3d4e;
}
.full-page-part .big-normal {
  font-size: 25px;
  font-weight: 400;
}
.full-page-part .big-light {
  font-size: 30px;
  font-weight: 300;
  color: #2e3d4e;
}
.full-page-part .big-bold-white {
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #2e3d4e;
  color: white;
}
.full-page-part .big-normal-white {
  font-size: 25px;
  font-weight: 400;
  color: white;
}
.full-page-part .big-light-white {
  font-size: 40px;
  font-weight: 300;
  color: white;
}
.full-page-part .terms-conditions {
  display: block;
  font-weight: normal;
}
.full-page-part .terms-conditions input {
  margin-right: 10px;
}
.full-page-part .terms-conditions a {
  text-decoration: underline;
}
.full-page-part .user-login.disabled {
  pointer-events: none;
  background-color: #646464;
  color: white;
}
.full-page-part .user-register.disabled {
  pointer-events: none;
  background-color: #646464;
  color: white;
}
.full-page-part .sm-bold {
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #2e3d4e;
  font-size: 15px;
}
.full-page-part .sm-white {
  font-size: 15px;
  color: white;
}
.full-page-part .sm-white a {
  color: white !important;
}
.full-page-part .quote {
  font-size: 20px;
  color: #71a3da;
}
.full-page-part .position-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.navigator {
  cursor: pointer;
}
.rating-stars-container {
  margin: 0 auto;
}
#particles-bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../../../images/home_bg_dark.png');
}
#particles-bg .dark {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#container-fluid {
  width: 100%;
  height: 100vh;
}
#container-fluid .home-container {
  max-width: 100%;
  margin: 0px;
  height: 100%;
  padding-top: 0px;
}
#container-fluid .home-container .full-page-part {
  min-height: 100vh;
  overflow: hidden;
}
/*Mobil*/

@media only screen and (max-width: 767px) {
  .home-container {
    padding-top: 50px;
  }
  .landing-page-part {
    display: block;
    text-align: center;
    min-height: 360px;
  }
  .landing-page-part p {
    margin-left: unset;
  }
  .landing-page-part .flex {
    display: block;
    text-align: center;
  }
  .landing-page-part .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .landing-page-part .big-bold {
    font-size: 20px;
  }
  .landing-page-part .big-light {
    font-size: 20px;
  }
  .landing-page-part .big-normal {
    font-size: 15px;
  }
  #page-review .still-value {
    margin-top: 40px;
  }
  #page-review .review-holder .stars {
    font-size: 20px;
  }
  #page-review .white-rect {
    font-size: 20px;
  }
  #page-review .big-bold {
    font-size: 20px;
  }
  #page-review .big-light {
    font-size: 20px;
  }
  .full-page-part .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #page-main .big-light-white {
    font-size: 20px;
  }
  #page-main .big-bold-white {
    font-size: 20px;
  }
  #page-main .big-normal-white {
    font-size: 15px;
  }
  #page-main .sm-white {
    font-size: 8px;
  }
  #page-main .tip-button {
    padding: 5px 40px;
  }
  #page-share {
    height: auto;
  }
  #page-share p {
    margin-top: 40px;
  }
  #page-share .big-light {
    font-size: 20px;
  }
  #page-share .big-bold {
    font-size: 20px;
  }
  .tip-footer {
    height: 75px;
  }
  .tip-footer .content a {
    font-size: 20px;
  }
  #page-find .flex-container {
    border-bottom: none;
  }
  #page-find .text-left {
    text-align: center;
  }
  #page-find .big-bold {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 40px;
    font-size: 15px;
  }
  #page-find .quote {
    font-size: 11px;
  }
  #page-find .med-blue {
    font-size: 11px;
  }
  #page-find .tiny-blue {
    font-size: 8px;
  }
  #page-find .flex-container {
    display: block;
  }
  #page-find .flex {
    display: block;
    text-align: center;
  }
  #page-find .profile-img-container {
    height: 120px;
    width: 120px;
    margin: auto;
  }
}
.find-your-advisor-container {
  margin-top: 75px;
}
.find-your-advisor-container .big-light-white {
  font-size: 28px;
  margin-bottom: 15px;
  display: block;
}
.find-your-advisor-container input {
  background-color: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  outline: none;
}
.main-page-agent-buttons-container > div {
  float: right;
}
.main-buttons-container a,
.main-buttons-container button {
  padding: 10px;
  width: 180px;
  text-align: center;
}
.advisor-list-modal-not-found,
.advisor-list-modal-private-account-found {
  display: none;
}
.found-agen-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.found-agen-row img {
  min-height: 50px;
  width: 50px;
  margin-right: 20px;
}
/*Tablet*/

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .landing-page-part {
    min-height: 360px;
  }
  #page-find .big-bold {
    margin-bottom: unset;
    font-size: 20px;
  }
  #page-find .quote {
    font-size: 16px;
  }
  #page-find .profile-img-container {
    height: 140px;
    width: 140px;
  }
}
/*Laptop*/

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .landing-page-part .profile-img-container {
    height: 180px;
    width: 180px;
  }
}
