/* RESPONSIVE STYLES  */
/* container css and high screen resolution css  */
@media (max-width: 1919px) {
  .banner-img.xxl-banner,
  .banner-img.desktop-banner,
  .banner-img.mobile-banner {
    display: none;
  }
  .banner-img.xl-banner {
    display: block;
  }
}
/* @media (max-width: 40px) {
    .banner-img.xxl-banner ,.banner-img.desktop-banner ,  .banner-img.mobile-banner{
        display: none;
    }
    .banner-img.xl-banner{
        display: block;
    }
} */
@media (max-width: 1440px) {
  .banner-img.xxl-banner,
  .banner-img.xl-banner,
  .banner-img.mobile-banner {
    display: none;
  }
  .banner-img.desktop-banner {
    display: block;
  }
}
@media (min-width: 1920px) {
  h1,
  .h1 {
    font-size: 6.5rem;
    line-height: 7rem;
  }
  .service-slider .owl-nav {
    display: none;
  }
  .carousel-indicators {
    margin-bottom: 11.8rem;
  }
}
@media (min-width: 1365px) {
  .banner-section-main .container,
  .top-header .container {
    max-width: 1299.5px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1214.5px;
  }
}
@media (max-width: 1365px) {
  .top-header .nav-item .nav-link {
    margin-left: 3rem;
  }
}
@media (min-width: 1025px) and (max-width: 1365px) {
  .language-list {
    gap: 15px;
  }
  .main-header {
    padding: 12px 80px;
  }
  .desktop-menulist {
    gap: 5px;
  }
  .breadcrumb-section {
    padding: 30px 50px;
  }
  .blog-section {
    padding: 20px 50px;
  }
  .toplist-section {
    padding: 20px 50px;
  }
  .bm-section {
    padding: 40px 50px;
  }
  .bm-footer {
    padding: 0px 50px;
  }
  .about-logo h2 {
    font-size: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .main-header {
    padding: 12px 50px !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .language-list {
    gap: 10px;
  }
  .topbar {
    padding: 15px 50px;
  }
  .main-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 12px 50px;
  }
  .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 400;
    padding: 12px 15px;
  }
  .desktop-menulist {
    gap: 5px;
  }
  .toplistsearch-desk,
  .toplist-paginate {
    /* display:none; */
  }
  .breadcrumb-section {
    padding: 30px 50px;
  }
  .blog-section {
    padding: 20px 50px;
  }
  .toplist-section {
    padding: 20px 50px;
  }
  .bm-section {
    padding: 40px 50px;
  }
  .bm-footer {
    padding: 0px 50px;
  }
  .about-logo h2 {
    font-size: 30px;
  }
  .footer-1strow-lastcolumn {
    padding-left: 50px !important;
  }
  .fields-row .disclaimer {
    font-size: 10px;
    position: relative;
    top: 20px;
    line-height: 18px;
  }
  .fields-row .btn-register {
    position: relative;
    top: 20px;
  }
}
/* TABLET css starts  */
@media (max-width: 991px) {
  .dektop-viewall {
    display: none;
  }
  .main-header {
    /*edited*/
    padding: 12px 20px;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
  }
  .main-header .container-fluid {
    justify-content: normal;
  }
  .main-header .navbar-toggler {
    margin-right: 16px;
  }
  .main-header .mobile-search {
    position: absolute;
    right: 50px;
  }
  .mobile-viewall {
    display: block;
    height: 32px;
    border: 1px solid #e06506;
    border-radius: 50px;
    padding: 5px 22px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .toplistsearch-desk,
  .toplist-paginate {
    display: none !important;
  }
  .showmobile {
    display: block;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    height: 100%;
    background: #fff;
    padding: 20px;
    z-index: 9999;
    overflow-y: auto;
  }

  .mobile-top {
    text-align: left;
    margin-bottom: 30px;
  }

  .mobile-top img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-right: 25px;
  }

  .navbar-nav {
    align-items: flex-start !important;
  }

  .navbar-nav .nav-link {
    padding: 12px 0;
    font-size: 16px;
  }

  .navbar-toggler {
    border: none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }
  .breadcrumb-section {
    padding: 30px 50px;
  }
  .breadcrumb-section {
    padding: 30px 50px;
  }
  .blog-section {
    padding: 20px 50px;
    padding-bottom: 30px !important; /*edited*/
  }
  .toplist-section {
    padding: 20px 50px;
  }
  .bm-section {
    padding: 40px 50px;
  }
  .bm-footer {
    padding: 0px 50px;
  }
  .about-logo h2 {
    font-size: 30px;
  }
  #details-approch-section .col-lg-8.col-md-7 {
    width: 100%;
  }
  #details-matrimony-profile {
    background: #fff;
  }
  .fields-row {
    justify-content: normal;
    display: grid;
    align-items: center;
  }
  .avatar-wrap-artical {
    grid-column: 1;
    grid-row: 1 / 4;
    width: 328px;
    height: 232px;
    align-self: start;
  }

  .avatar-wrap-artical img {
    width: 328px;
    height: 232px;
    border-radius: 5%;
    object-fit: cover;
    object-position: top center;
    display: block;
  }
  .downloadapps-playstore {
    zoom: 85%;
  }
  #download-dektop {
    display: none;
  }
  #download-mobile {
    display: block;
  }
  .desktop-table-content {
    display: none;
  }
  .mobile-table-content {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card__meta {
    position: relative !important;
    left: 0 !important;
  }
  .mobile-viewall {
    width: 50% !important;
    margin: 0 auto !important;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
  }
  .section-title {
    font-size: 28px;
  }
  .matchmaking-banner {
    background-position: center -97px;
    margin-top: 70px; /*edited*/
  }
  .banner-content p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1%;
    margin-top: 10px !important;
    font-style: normal;
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  .banner-content h1 {
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 0px;
  }
  .card-title {
    color: #000;
    font-size: 16px;
  }
  .card-text {
    font-size: 13px;
  }
  .custom-card {
    width: 100%;
  }
  .recent-post {
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
    margin-bottom: 14px;
    border: 1px solid #cfd2dc;
    padding: 10px;
    border-radius: 10px;
    position: relative;
  }
  .recent-post a {
    width: 75%;
  }
  .recent-post i.bi.bi-chevron-right {
    fill: #e06506;
    color: #e06506;
    position: absolute;
    right: 12px;
    top: 10px;
  }
  .recent-post:last-child {
    border-bottom: 1px solid #cfd2dc;
    padding-bottom: 10px;
  }
  .about-logo h2 {
    font-size: 24px;
  }
  .about-text,
  .btn-register {
    font-size: 14px;
  }
  .form-card-header p {
    font-size: 16px;
  }
  .form-card-body .tagline {
    font-size: 16px;
  }
  .footer-middletext {
    padding-right: 50px !important;
    padding-left: 10px !important;
  }
  .footer-1strow-lastcolumn {
    padding-left: 10px !important;
  }
  /*insta section css responsive*/
  .insta-section {
    max-width: 100%;
  }

  .insta-header-left h2 {
    font-size: 2.5rem;
  }

  .insta-cards {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 12px;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    grid-template-columns: unset;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
  }

  .insta-cards:active {
    cursor: grabbing;
  }
  .insta-cards::-webkit-scrollbar {
    display: none;
  }

  .insta-card {
    flex: 0 0 72vw;
    max-width: 72vw;
  }

  .insta-card-img {
    padding-top: 120%;
  }
}
/* TABLET css ends  */
/* Mobile css starts  */
@media (max-width: 767px) {
  .form-card {
    margin-left: unset;
  }
  .custom-card {
    width: 100%;
  }
  .banner-content h1 {
    font-size: 24px;
    line-height: 3.6rem;
  }
  .matchmaking-banner {
    height: 300px;
    background-position: center;
    margin-top: 70px; /*edited*/
  }
  .banner-content p {
    font-size: 16px !important;
    letter-spacing: 3%;
    margin-top: 0px !important;
    width: 80% !important;
    margin: 0 auto;
    text-align: center;
    line-height: 24px !important;
  }
  .section-title {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .banner-content {
    width: 90%;
  }
  .custom-breadcrumb li {
    font-size: 12px;
    line-height: 18px !important;
  }
  .breadcrumb-section {
    padding: 20px 25px 0px 25px;
  }
  /* .breadcrumb-section{
	padding:30px 25px;
} */
  .blog-section {
    padding: 20px 25px;
  }
  .toplist-section {
    padding: 20px 25px;
  }
  .bm-section {
    padding: 0px 25px 40px 25px;
    background: #fff;
  }
  .bm-footer {
    padding: 0px 25px;
  }
  .toplist-section .sidebar-box:first-child {
    margin-top: 30px;
  }
  .sidebar-box {
    background: #fff;
    padding: 0;
    margin-bottom: 25px;
    box-shadow: none !important;
  }
  .recent-post:last-child {
    border-bottom: 1px solid #cfd2dc;
    padding-bottom: 10px;
  }
  .recent-post {
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
    margin-bottom: 14px;
    border: 1px solid #cfd2dc;
    padding: 10px;
    border-radius: 10px;
    position: relative;
  }
  .recent-post a {
    width: 75%;
  }
  .recent-post i.bi.bi-chevron-right {
    fill: #e06506;
    color: #e06506;
    position: absolute;
    right: 12px;
    top: 10px;
  }
  .sidebar-title {
    color: #000;
  }
  .tag {
    border: 1px solid #aaaaaa;
    color: #1c1b1f;
  }
  .bm-section .col-md-6.mb-5.mb-md-0 {
    display: none;
  }
  .form-card-header p {
    font-size: 16px;
  }
  .form-card-body .tagline {
    font-size: 16px;
  }
  .footer-col-title {
    font-size: 20px;
  }
  .footer-links a {
    font-size: 16px;
  }
  .footer-links-2col a {
    font-size: 16px;
  }
  .footer-middletext {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .footer-1strow-lastcolumn {
    padding-left: 0px !important;
  }
  .download-label {
    width: 100%;
  }
  .store-btn svg {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
  }
  /*insta section css responsive*/
  .insta-section {
    max-width: 100%;
  }

  .insta-header-left h2 {
    font-size: 18px !important;
  }

  .insta-cards {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 12px;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    grid-template-columns: unset;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
  }

  .insta-cards:active {
    cursor: grabbing;
  }
  .insta-cards::-webkit-scrollbar {
    display: none;
  }

  .insta-card {
    flex: 0 0 72vw;
    max-width: 72vw;
  }

  .insta-card-img {
    padding-top: 120%;
  }
  .contact-item {
    width: 100%;
    float: left;
    /* margin-bottom: 24px; */
  }
  .contact-row .contact-item:first-child {
    margin-bottom: 20px;
  }
  .insta-header-line {
    display: none;
  }
  .insta-header {
    display: inline-block;
    width: 100%;
  }
  .insta-header-left h2 br {
    display: none;
  }
  .insta-brand-info {
    display: grid;
  }
  .insta-header {
    margin-bottom: 50px;
  }
  .insta-brand-count {
    position: absolute;
    right: 0px;
  }
  .insta-brand-followers {
    position: absolute;
    right: 0px;
    top: 25px;
  }
  /*Testimonial*/
  .testimonial-card {
    padding: 0;
    max-width: 100%;
  }

  .testimonial-inner {
    column-gap: 12px;
    row-gap: 14px;
    align-items: center;
  }
  .avatar-wrap {
    grid-column: 1;
    grid-row: 1;
    width: 65px;
    height: 65px;
  }

  .avatar-wrap img {
    width: 65px;
    height: 65px;
  }
  .testimonial-name {
    grid-column: 2;
    grid-row: 1;
    font-size: 18px;
  }
  .testimonial-text {
    grid-column: 1 / 3;
    grid-row: 2;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 3%;
  }
  .card__meta {
    gap: inherit;
    font-size: 12px;
    margin-top: 12px;
    justify-content: space-between;
  }

  .testimonial-card-artical {
    padding: 30px 0px;
    max-width: 100%;
  }

  .testimonial-inner-artical {
    column-gap: 25px;
    row-gap: 14px;
    align-items: center;
    display: inline-block;
    position: relative;
  }
  .avatar-wrap-artical {
    grid-column: 1;
    grid-row: revert-rule;
    width: 125px;
    height: 89px;
  }

  .avatar-wrap-artical img {
    width: 125px;
    height: 89px;
  }
  .testimonial-name-artical {
    /*edited*/
    grid-column: 2;
    grid-row: 1;
    font-size: 16px;
    position: absolute;
    left: 150px;
    top: -3px;
    zoom: 97%;
    line-height: 25px;
  }
  .testimonial-text-artical {
    grid-column: 1 / 3;
    grid-row: 2;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 3%;
    margin-top: 25px;
  }
  .details-section-bg {
    height: 352px !important;
    background-position: center center !important;
    zoom: 50%;
  }

  .details-card-meta {
    display: inline-block !important;
    margin-bottom: 0px !important;
  }
  .details-card-meta span {
    width: 48% !important;
    display: inline-block;
  }
  .disclaimer {
    line-height: 18px;
  }
}
@media (max-width: 766px) and (min-width: 645px) {
}
@media (max-width: 645px) and (min-width: 577px) {
}
@media (max-width: 576px) and (min-width: 450px) {
}
@media (max-width: 767px) and (min-width: 576px) {
}

@media (max-width: 990px) {
  .col-divider {
    border-right: none;
  }

  .footer-top {
    padding: 24px 0 20px;
  }

  .footer-top .row > [class*="col-"] {
    padding-bottom: 4px;
  }

  .download-row {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .social-block {
    text-align: left;
  }
  .social-icons {
    justify-content: flex-start;
  }

  .footer-copy {
    max-width: 100%;
    font-size: 12px !important;
  }
  .footer-copy p {
    margin-bottom: 5px !important;
  }
  .footer-copy span {
    font-size: 12px !important;
  }
  .limca-text {
    font-size: 12px !important;
  }
  .iso-text,
  .social-label {
    font-size: 12px !important;
  }
}
@media (max-width: 480px) {
  .footer-links-2col {
    grid-template-columns: revert-rule;
  }
}
@media (max-width: 600px) {
  .insta-section {
    max-width: 100%;
  }

  .insta-header-left h2 {
    font-size: 18px !important;
  }

  .insta-cards {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 12px;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    grid-template-columns: unset;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
  }

  .insta-cards:active {
    cursor: grabbing;
  }
  .insta-cards::-webkit-scrollbar {
    display: none;
  }

  .insta-card {
    flex: 0 0 72vw;
    max-width: 72vw;
  }

  .insta-card-img {
    padding-top: 120%;
  }
}
/* Mobile css ends  */

@media (max-width: 990px) and (min-width: 768px) {
  #download-mobile {
    width: 100%;
  }
  .footer-bottom-inner {
    flex-direction: initial !important;
  }
}
