/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.w-900 {
  max-width: 900px
}

.page_number ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
  color: #c44536;
  margin-bottom: 0;
  margin-right: 2rem
}

.page_number ul li::marker {
  content: ""
}

.page_number ul li.active {
  color: #c41805
}

.page_number ul span {
  color: #c44536
}

.sidebar-1 .panel-body {
  border-top: 2px solid
}

.info-header i.fa.fa-heart {
  color: #197278;
  border: 0
}

.page-size {
  padding-right: 3rem
}

.fav-page-size {
  margin-right: 3rem
}

.remove-like-profile {
  position: absolute;
  top: 1rem;
  right: 3rem
}

.bg-transparent {
  background: transparent;
  border: 0
}

.log-in-btn {
  padding-top: 1rem;
}

.text-decoration-none {
  text-decoration: none
}

.meet-box {
  display: grid;
  padding: 1rem 3rem;
  gap: 1rem
}

.loadMorefavfamilies .item:first-child {
  padding-left: 0
}

.loadMorefavfamilies .item {
  padding-inline: 1rem
}

@media (max-width:1199px) {
  .loadMorefavfamilies .item {
    padding: 1rem
  }
}

@media (max-width:991px) {
  .loadMorefavfamilies .item {
    padding: 0
  }
}

.loadMorefavfamilies .item:last-child {
  padding-right: 0
}

.titile-bar {
  font-size: 22px;
  border-top: 2px solid #000;
  text-align: center;
  padding: 10px 0;
  margin-top: 3rem;
  font-weight: 600;
  position: relative
}

.titile-bar .btn-2 {
  position: absolute;
  left: 20px;
  top: 6px;
  padding: 10px 30px
}

.search-sub-heading {
  padding-block: 3rem;
  font-weight: 700
}

.filter-section {
  font-weight: 700
}

.filter-section select {
  max-width: 100%;
  color: #000;
  position: relative;
  min-width: 100%;
  margin-top: 10px;
  padding: 10px 16px;
  border: 0;
  outline: 1px solid;
  border-right: 16px solid transparent;
  margin-bottom: 1rem
}

.red-btn {
  background: #c44536;
  padding: 0.7rem !important;
}

.btn-2,
.red-btn {
  border: 0;
  color: #fff;
  font-size: 14px !important;
  width: 100%;
  margin-top: 1rem;

}

.btn-2 {
  background: #bd896c;
  padding: 10px 100px;
  border-radius: 20px
}

.color-blue {
  color: #000
}

.gray-bg {
  margin-bottom: 3rem;
  padding: 50px 0;
  background: #f8f8f8;
  color: #707070
}

.parent-profile-block {
  border: 1px solid #27b7b3;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 50px
}

.parent-profile-block .info-header {
  padding: 1rem 3rem;
  border-bottom: 1px solid #27b7b3;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.parent-profile-block .info-section {
  padding: 10px 30px
}

.parent-profile-block a {
  text-decoration: underline
}

.parent-profile-block a i {
  color: #bd896c
}

.parent-profile-block .img-box img {
  width: 100%;
  height: 250px;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  border-radius: 10px;
  -o-object-position: 50% 20%;
  object-position: 50% 20%
}

.pagination-section {
  font-weight: 600;
  color: #707070
}

.pagination-section .text-control {
  width: 10rem;
  border: 1px solid #27b7b3;
  padding: 0 10px
}

.pagination-section .btn-2 {
  padding: 2px 15px;
  border-radius: 0;
  background: #c44536
}

.pagination-section svg {
  width: 20px;
  margin-bottom: 2px
}

.pagination-section nav>.flex-1,
.pagination-section nav div.hidden>div:first-child {
  display: none
}

.sort-pagination {
  color: #707070
}

.sort-pagination a {
  color: #055254;
  padding: 0 5px;
  text-decoration: underline
}

.sort-pagination .active {
  color: #bd896c;
  text-decoration: none
}

.favroite-profile {
  border: 1px solid #27b7b3;
  margin-bottom: 20px
}

.favroite-profile .profile-header {
  position: relative;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase
}

.favroite-profile .profile-header a {
  color: #bd896c;
  position: absolute;
  right: 20px;
  top: 10px
}

.circular {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 4px solid #fff
}

.circular img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.name-icon {
  background: #fff;
  z-index: 2;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  color: #27b7b3;
  top: 1rem;
  left: 3rem;
  font-weight: 700;
  line-height: 40px;
  text-align: center
}

.favroite-profile .btn-2 {
  padding: 10px;
  text-align: center
}

.gotopage {
  width: 5rem
}

.enterpage {
  margin: 0 2rem
}

.sub-heading {
  color: #707070;
  font-family: gotham_boldregular
}

@media (max-width:768px) {
  .search-btn {
    width: 15rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3rem !important;
    margin: auto;
    -ms-flex-align: center;
    align-items: center
  }
}

.name-icon2 {
  background: #fff;
  z-index: 1000;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  color: #27b7b3;
  bottom: 7px;
  right: calc(50% - 75px);
  font-weight: 700;
  line-height: 40px;
  text-align: center
}

.morecontent span {
  display: none;
}

.morecontent span {
  display: none;
}

.ReadMore {
  display: visible;
}

.matched.favroite-profile {
  border: 1px solid #27b7b3;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.matched .profile-image-sec {
  height: 185px;
}

.matched .circular {
  width: 100%;
  height: 186px;
  position: relative;
  overflow: visible;
  border: 0px solid #fff;
}

.matched .circular img {
  min-width: 100%;
  min-height: 100%;
  width: 120px;
  height: 97px;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  object-fit: cover;
}

.matched-header {
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
  width: fit-content;
}

.matched-header-bar {
  background: #197278;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 0;
}

.family-matched-section {
  width: -webkit-fill-available;
  margin-top: -1rem;
  position: relative;
}

.matched-header-bar .fa-star:before {
  color: #fff;
}

.matched .profile-header {
  background: #BD896C;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.state-name {
  color: #197278;
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
}

.family_Tabs {
  padding: 0;
}

.family_Tabs .nav-tabs {
  border: 0;
}

.parent-tab li:first-child {
  padding-left: 0;
}

.parent-tab li {
  padding-right: 0;
}

.family_Tabs .parent-tab a {
  color: #197278;
  border: 0;
  margin: 0;
}

.family_Tabs .parent-tab li.active a {
  background-color: #197278;
  text-decoration: none;
  border-radius: 0;
  color: #fff;
}

.family_Tabs .nav-tabs a.active {
  background-color: #197278;
  text-decoration: none;
  border-radius: 0;
  color: #fff;
}

.nav-link {
  text-align: center;
  color: #197278;
  margin: 0;
}

.meet_btn_bottom {
  margin-block: 4rem;
}

.tab-content a.nav-link {
  background-color: #EDDDD4;
}

.tab-content li.nav-item:first-child {
  padding-left: 0;
}

.tab-content li.nav-item {
  padding-right: 0;
  padding-bottom: 2rem;
}

.tab-content a.nav-link {
  padding-right: 0;
  margin: 0;
  text-transform: uppercase;
  position: relative;
}