@media only screen and (max-device-width: 1399px) {
}
@media only screen and (max-device-width: 1200px) {
}
@media only screen and (max-width: 1399px) {
  .hero-couple-img {
    width: 620px;
    right: -28px;
    bottom: -45px;
  }
  .hero-circle-bg {
    width: 470px;
    height: 470px;
    left: 80px;
  }
  .hero-stats-card {
    padding: 14px 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-header-section {
    padding-bottom: 22px;
  }
  .hero-main-title {
    line-height: 1.12;
  }
  .hero-visual-wrap {
    min-height: 560px;
  }
  .hero-couple-img {
    width: 540px;
    right: -25px;
    bottom: -16px;
  }
  .hero-circle-bg {
    width: 400px;
    height: 400px;
    top: 58px;
    left: 92px;
  }
  .hero-stats-card {
    font-size: 18px;
  }
  .stats-top {
    top: 130px;
    left: -8px;
  }
  .stats-bottom {
    right: -14px;
    bottom: 140px;
  }

  .search-btn-icon {
    height: 50px;
    width: 50px;
    font-size: 28px;
  }
}
@media only screen and (max-device-width: 991px) {
  .navbar-ui-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background-color: white;
    transition: transform 0.4s ease-in-out;
    z-index: 1000;
    overflow: auto;
    border-radius: 0px 22px 22px 0px;
    padding: 14px 20px 20px 20px;
    box-shadow: 4px 1px 20px 0px #0000000d;
  }
  .navbar-ui-wrapper.active {
    transform: translateX(100%);
  }
  .navbar-pro-inner .navbar-toggler {
    background: var(--primary-color);
    height: 38px;
    width: 38px;
    border: none;
    border-radius: 100%;
    color: var(--white-color);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-ui .close-toggle {
    background: transparent;
    height: 36px;
    width: 36px;
    min-width: 36px;
    border-radius: 100%;
    color: var(--primary-color);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
  }
  .navbar-pro-inner .navbar-ui li .nav-item {
    display: flex;
    padding: 10px 12px;
    border-radius: 6px;
    margin-bottom: 4px;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: var(--title-color);
  }
  .navbar-pro-inner .navbar-ui li .nav-item:hover,
  .navbar-pro-inner .navbar-ui li .nav-item.active {
    background: #d2535324;
    color: var(--primary-color);
  }
  .nav-brand-center {
    position: static;
    transform: none;
    display: none;
  }
  .navbar-left-links {
    padding-right: 0px;
  }
  .navbar-pro-inner .brand-logo {
    width: 70px;
  }
  .navbar-ui .btn-login {
    background: #b20000;
    color: var(--white-color);
    width: 100%;
    justify-content: space-between;
    margin-top: 8px;
    padding: 6px 6px 6px 36px;
  }
  .navbar-ui .btn-login-arrow {
    height: 40px;
    width: 40px;
    font-size: 18px;
  }
  .navbar-ui .btn-login:hover {
    color: var(--white-color);
  }
  .navbar-right-links {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-top-badge {
    padding: 8px 16px;
    letter-spacing: 1px;
  }
  .pro-header-left-contents {
    max-width: 100%;
    text-align: center;
  }
  .hero-cta-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-visual-wrap {
    min-height: 470px;
    margin-top: 16px;
  }
  .hero-circle-bg {
    width: 380px;
    height: 380px;
    top: 56px;
    left: 26%;
    transform: translateX(-50%);
  }
  .successStoryArrows {
    display: none !important;
  }
  .hero-couple-img {
    width: 500px;
    right: 18%;
    transform: translateX(50%);
    bottom: -28px;
  }
  .hero-stats-card {
    font-size: 15px;

    padding: 10px 14px;
    gap: 8px;
  }
  .stats-dot {
    height: 8px;
    width: 8px;
  }
  .stats-top {
    top: 72px;
    left: 12px;
  }
  .stats-bottom {
    right: 16px;
    bottom: 102px;
  }
  .hero-heart {
    display: none;
  }
  .inner-search-section {
    border-radius: 22px;
    padding: 16px 14px;
  }
  .search-col-divider::after {
    display: none;
  }
  .custom-select-trigger {
    line-height: 30px;
  }
  .search-btn-form {
    margin-top: 8px;
    padding-left: 18px;
  }
  .search-btn-icon {
    height: 44px;
    width: 44px;
    font-size: 24px;
  }
  .reliable-main-image {
    height: 420px;
  }
  .single-reliable-card {
    align-items: flex-start;
  }
  .reliable-left-column {
    margin-left: 0;
  }
  .reliable-iconbox {
    height: 112px;
    width: 112px;
    min-width: 112px;
    border-radius: 24px;
  }
  .reliable-iconbox i {
    font-size: 42px;
  }
  .text_Content {
    padding-left: 0;
    margin-top: 34px;
  }
  .AboutUS_Section .titles_AboutUS ul {
    gap: 5px 26px;
  }
  .AboutUS_Section .titles_AboutUS li {
    margin-top: 20px;
  }
  .explore-community-main {
    padding: 60px 0px;
  }
  .single-community-card {
    padding: 20px 18px;
    min-height: auto;
  }

  .footer-main {
    padding-top: 56px;
  }
  .footer-top-shell {
    border-radius: 60px;
    padding: 16px 18px;
  }
  .footer-brand-circle {
    margin-top: 0;
    height: 92px;
    width: 92px;
    min-width: 92px;
  }
  .footer-round-logo {
    width: 74px;
    height: 74px;
  }
  .footer-socials a {
    height: 46px;
    width: 46px;
    min-width: 46px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 570px) {
  .hero-visual-wrap {
    min-height: 400px;
  }
  .hero-couple-img {
    width: 365px;
  }
  .hero-circle-bg {
    width: 260px;
    height: 260px;
    top: 72px;
    left: 32px;
  }
  .hero-couple-img {
    width: 360px;
    right: 56%;
    transform: translateX(50%);
    bottom: -33px;
  }
  .hero-stats-card {
    font-size: 12px;
  }
  .stats-top {
    top: 148px;
    left: 2px;
  }
  .stats-bottom {
    right: 0;
    bottom: 84px;
  }
  .how-work-section {
    padding: 30px 0px;
  }
  .last-added-section {
    background: #ffffff;
    padding: 50px 0px;
  }
  .reliable-main-image {
    height: 340px;
    border-radius: 22px;
  }
  .reliable-iconbox {
    height: 72px;
    width: 72px;
    min-width: 72px;
    border-radius: 20px;
  }
  .reliable-home-section {
    background: var(--white-color);
    overflow: hidden;
    padding: 50px 0px;
  }
  .language-home-section {
    background: var(--white-color);
    padding-bottom: 50px;
  }
  .AboutUS_Section .titles_AboutUS li {
    font-size: 15px;
  }
  .explore-community-main {
    padding: 50px 0px;
  }
  .single-community-card {
    padding: 16px 14px;
    border-radius: 20px;
  }
  .community-card-icon {
    height: 54px;
    width: 54px;
    min-width: 54px;
    border-radius: 14px;
  }
  .community-card-icon i {
    font-size: 30px;
  }

  .footer-top-shell {
    gap: 16px;
    border-radius: 60px;
    text-align: center;
  }
  .footer-brand-circle {
    height: 82px;
    width: 82px;
    min-width: 82px;
  }
  .footer-round-logo {
    width: 66px;
    height: 66px;
  }
  .footer-socials a {
    height: 42px;
    width: 42px;
    min-width: 42px;
    font-size: 22px;
  }

  .footer-link-list li {
    margin-bottom: 10px;
  }
  .footer-link-list li a,
  .footer-contact-main a,
  .footer-contact-main p,
  .footer-copyright-bar p {
    font-size: 14px;
  }
  .appusesesusermain {
    right: 17px;
    top: 220px;
  }
  .AboutUS_Section .photos_Videos_Experiance .experiance {
    display: none;
  }
  .AboutUS_Section {
    padding: 50px 0px;
  }
  .AboutUS_Section .photos_Videos_Experiance .centerimg {
    left: 60px;
    z-index: 1;
    width: 79%;
    margin-left: 40px;
  }
}
@media only screen and (max-device-width: 570px) {
  .top-stories-img .story-img-cpl {
    height: 320px;
  }
  .success-stories-slider .slick-dots {
    bottom: -20px;
  }
  .successStoryArrows {
    display: none !important;
  }
}
