    body {
    font-family: "Manrope", sans-serif !important;
    }
/* Footer css */
section#footer {
    background-color: #1286e6!important;
    overflow-x: hidden;
}
/*.stop {*/
/*    width: 100%;*/
/*}*/
.footer-logo a{ 
    text-decoration: none; 
} 
.footer-logo img{ 
    width: 150px; 
    padding-bottom: 18px; 
    /*filter: invert(1);*/
}
section#footer .footer-logo-content .ul-li ul li.active a{
    color: #16764a;
}
.footer-logo-content p{
    color: #fff;
    font-size: 15px;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.footer-logo-content .footer-logo-btn {
    background: linear-gradient( to left, #ff0047, #c3007247);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    text-decoration: none;
    padding: 10px 20px;
}
.footer-logo-content .footer-logo-btn:hover{
    background: linear-gradient(to left, #ff0047, #c3007247);
}
.footer-logo-content h3{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px;
}
.footer-logo-content h3:before{

    background: linear-gradient( to left, #ff0047, #c3007247);
    left: 0;
    height: 3px;
    width: 30px;
    content: "";
    bottom: 22px;
    position: absolute;
}
.footer-social{
    margin-top: 22px;
}
.footer-social ul li{
    margin-right: 15px;
    margin-bottom: 18px;
}
.footer-social ul li a i{
    font-size: 20px;
}
.footer-logo-content form{
    position: relative;
}
.footer-form-fields input{
    height: 45px;
    width: 100%;
    padding-left: 20px;
    border: 2px solid #313131;
    background-color: #313131;
    color: #fff;
}
.footer-form-fields button{
    top: 0;
    right: 0;
    padding: 0;
    color: #fff;
    height: 45px;
    border: none;
    position: absolute;
    /*background-color: #16764a;*/
    background: linear-gradient( to left, #16764a, #013724);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 400;
}
.footer-form-fields button:focus-visible{
    outline: none;
}
.footer-form-fields button:hover{
    background-color: #fff;
    color: #000000;
}
.address.ul-li li{
display: flex;
align-items: center;
}
.address.ul-li li i{
 margin-right: 10px;
}
.address.ul-li li p{
    padding-bottom: 0px;
}
.address.ul-li li a{
    /*color: #9d9d9d;*/
    color: #fff;
    text-decoration: none;
}
.address.ul-li li a:hover{
    color: #ef0018;
}
.office-open-hour span{
    color: #fff;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    text-decoration: underline;
}
.office-open-hour p{
    font-size: 14px;
    color: #fff;
    max-width: 180px;
    padding-bottom: 0px;
}
#footer .zoom-gallery {
    list-style-type: none;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#footer .zoom-gallery  .image{
    position: relative;
    width: 31%;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 5px 3px 0px;
    border-radius: 8px;
    padding-left: 0px;
}
.footer-copyright{
    color: #fff;
    margin-top: 70px;
    padding: 25px 0px;
    border-top: 1px solid #fff;
    position: relative;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}
#footer ul{
    padding-left:0px;
}

/* Banner */
.banner {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
}
.banner {
    background-image: url(../../assets/img/bread-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}
.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 62, 77, 0.7);
}
.banner-title h1 {
    color: #fff;
}
.breadcrumb-item a {
    color: #fff;
}
.main-content p{
    text-align:justify;
}

.breadcrumb-item a:hover {
    color: #fff;
}
.ptb80 {
    padding: 80px 0px;
}
.nav-breadcrumb {
    /* margin-top: 30px; */
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}
.breadcrumb .breadcrumb-item:last-child {
    color: #fff;
}
.navbar-brand img.img-fluid {
    width: 300px;
}

.navbar-brand.brand-logo-mini {
    display: none;
}
@media (max-width: 991px){
/*.navbar-brand.brand-logo  {*/
/*     display: none;*/
/*}  */
/*.navbar-brand.brand-logo-mini {*/
/*    display: block;*/
/*}*/
}
@media (max-width: 400px){
    .navbar-brand img.img-fluid {
    width: 210px;
}
}
@media (min-width: 991px){
    .groom-section .col-md-6.image-content {
        justify-content: center;
        display: flex;
    }
    .row.page-grid-content.bride-section {
        margin-top: -130px;
    }
    .page-grid-content img.ad-image {
        max-width: 300px;
    }
    .page-grid-content img {
        max-width: 350px;
    }
}

.home-banner {
    padding: 50px 0px;
}
@media (min-width: 768px){
    .home-banner-image {
        width: 500px;
        margin: 0 auto;
        display: block;
    }
    .features-list-home img.img-fluid {
        max-width: 300px;
    }
    .features-list-home p {
        font-size: 22px;
    }
    /*.features-list-home h2 {*/
    /*    font-size: 40px;*/
    /*}*/
    .home-banner {
        padding: 100px 0px 50px;
    }
    .home-banner h1 {
        font-weight: 400;
        font-size: 60px;
        margin-bottom: 30px;
    }
    .home-banner p {
        font-size: 22px;
    }
    .main-content.features .page-grid-content p {
        padding-right: 30px;
    }
}
@media (max-width: 767px){
    .row.page-grid-content {
        text-align: center;
    }
    .col-md-6.image-content, .bottom-image,.dashboard-features-image {
        padding: 10%;
    }

}

/* Faqs */
/* Faq page css */
#banner .banner-content p strong{
   color: #00A2E2;
}
#banner .banner-content a,a.breadcrumbs{
    text-decoration: none;
    color: #0f1e35 !important;
    font-size: 16px;
    font-weight: 500;
}
.bredcrums{
    color: #00A2E2!important;
}
.faq-section .accordion{
    border: none;
}
.faq-section .accordion-item{
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin-bottom: 15px;
}
.faq-section .accordion-header{
    margin-top: 0px;
}
.faq-section .accordion-button{
    color: #0F1E35;
    position: relative;
    padding: 1rem 2.5rem;
}
.faq-section .accordion-button::after{
    position: absolute;
    left: 10px;
    transform: rotate(-90deg);
}
.faq-section .accordion-button:not(.collapsed){
    color: #0F1E35;
    background-color: transparent;
    box-shadow: none;
}
.faq-section .accordion-body{
    color: #0F1E35;
    padding-left: 40px;
    padding-right: 40px;
}
.faq-section .accordion-button:focus{
    box-shadow: none;
    background-color: transparent;
}
.faq-section .accordion-button:not(.collapsed)::after{
    transform: rotate(-360deg);
}
.faq-section  p{
    font-size:15px;
}
.accordion-button{
    font-weight: 500;
}
@media screen and (min-width: 1280px){
.accordion {
    padding: 40px;
}}

/*pricing */
.plan_card{
    padding: 25px 30px 35px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 12px 20.64px 3.36px rgba(0,0,0,0.2);
}
.accordion-item1 {
  /*background-color: #f3f3f4;*/
  color: #111;
  margin: 0.5rem 0;
  border-radius: 0.5rem;
}

.accordion-item-header {
    background-color: #f3f3f4;
  padding: 0.5rem 1rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 20px;
}

.accordion-item-body-content {
    background-color: #fff;
  padding: 0rem 1rem;
  line-height: 1.5rem;
  /*border-top: 1px solid;*/
  /*border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;*/
}
.pricing-tooltip-sec{
    display: none;
}
/* .cmp_row:not(.brdn) .cmp_cell span:not(.pricing-sprite) {
    display: inline-block;
} */

.str-price-tooltip {
    z-index: 10;
    min-height: 10px;
    width: 200px;
    left: unset;
    background: #1f1f24;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    box-shadow: 0 10px 20px -4px rgb(119 119 119 / 40%);
    text-align: left;
    bottom: 105%;
    border: 0;
    transition: .5s ease;
    display: block;
    padding: 15px 19px;
    position: absolute;
    right: -46px;
}
.nav-link {
    display: block;
    font-size:16px;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
a.nav-link {
    color: rgba(0, 0, 0, 0.55);
}

/*Menu Css*/

.navbar-brand img{
    max-width: 250px;
}
.navbar-brand{
    transition: 0.2s !important;
    position: relative;
}
.navbar-brand img.rotate-icon{
    transition: 0.8s !important;
    animation: spinAround 9s linear infinite;
}
.navbar-brand img.text-logo{
    max-width: 130px;
}
.navbar-brand img.text-logo{
    position: absolute;
    top: 41px;
    left: 40px;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}
/* ---------navbar--------- */

/* -----hamburgar-css----- */

.ham {

    cursor: pointer;

    -webkit-tap-highlight-color: transparent;

    transition: transform 400ms;

    -moz-user-select: none;

    -webkit-user-select: none;

    -ms-user-select: none;

    user-select: none;

  }

  .hamRotate.active {

    transform: rotate(45deg);

  }

  .hamRotate180.active {

    transform: rotate(180deg);

  }

  .line {

    fill:none;

    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;

    stroke:#000;

    stroke-width:5.5;

    stroke-linecap:round;

  }

  .ham1 .top {

    stroke-dasharray: 40 139;

  }

  .ham1 .bottom {

    stroke-dasharray: 40 180;

  }

  .ham1.active .top {

    stroke-dashoffset: -98px;

  }

  .ham1.active .bottom {

    stroke-dashoffset: -138px;

  }

#navbarNavDropdown>.navbar-nav > .nav-item:hover > a{
    color: var(--primary)!important;
 }
 ul.dropdown-menu.service-dropdown.show-menu li a:hover {
     color: #000;
 }
 ul.dropdown-menu.service-dropdown li a.dropdown-item:hover{
     color: var(--primary)!important;
 }
@media(min-width: 992px){
    li.nav-item.dropdown.drop-links:hover ul.dropdown-menu.service-dropdown{
        display: block!important;
    }
    li.nav-item.dropdown.drop-links:hover .nav-link i{
        transform: rotate(90deg);
    }
    div#navbarNavDropdown ul li a.get_quote{
        background: linear-gradient(to left, #ff0047, #55202f);
        color: #fff!important;
        padding: 10px 30px!important;
        display: inline-block;
    }
    div#navbarNavDropdown ul li a.get_quote:hover{
        background: linear-gradient(to left, #ff0047, #c3007247);
        color: #fff!important;
    }
}
    .dropdown-item:focus, .dropdown-item:hover{
        background-color: transparent;
    }
    
    svg.ham.hamRotate.ham1 {
    
        max-width: 45px;
    
    }
    f
    .navbar-toggler{
        padding:0;
    }
div#navbarNavDropdown ul li .nav-link{
    font-weight: 500;
}
div#navbarNavDropdown ul li:last-child{
    padding-right: 0px!important;
}

nav#main-navbar {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: rgb(143 143 146 / 20%) 0px 7px 29px 0px;
    opacity: 1;

}
nav#main-navbar ul li.active a{
    color: rgba(0, 0, 0, 0.55)!important;
}
li.drop-links + li{
    position: relative;
    z-index:1;
}

nav#main-navbar button i{
    font-size: 2rem;
}

nav#main-navbar .navbar-toggler:focus{
    box-shadow: none!important;
}
.navbar-toggler {
    padding: 0 0.5rem;
    font-size: 1.25rem;
    line-height: 1;
    color: rgba(0, 0, 0, 0.55);
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);;
    border-radius:  0.375rem;;
    transition: box-shadow 0.15s ease-in-out;
}
.navbar-brand {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    font-size: 1.5rem !important;
}
svg.ham.hamRotate.ham1 {
    max-width: 45px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    #main-navbar .px-lg-4 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}
.form-bottomData p {
    padding: 10px 0px;
}
a.nav-link.get_quote_profile{
    background: linear-gradient(to right, #fec8a0, #f07a23);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    text-decoration: none;
    padding: 10px 20px;
    width:150px;
}
a.nav-link.get_quote_profile:hover{
    background: linear-gradient(to right, #f07a23, #fec8a0);
}
.pagination svg {
    width: 25px;
}
.pagination .flex.justify-between.flex-1.sm\:hidden {
    display: none;
}
.pagination {
    width: 100%;
    justify-content: center;
    text-align:center;
    margin-top:50px;
}
.pagination a {
    text-decoration: none;
}
.zodiac select#zodiac {
    background-color: transparent;
}
.iti.iti--allow-dropdown.iti--separate-dial-code{
    width:100% !important;
}
.profile-card {
    background-image: url('https://matrimonyharbor.com/frontend/assets/images/bg-card.jpg');
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;
}
p.ad-info {
    font-size: 22px;
}
.help-page-form textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dee2e6;
}
#description-box{
    display:none;
}
.success-message-form h4 {
    color: green;
}
.issues-page .table.select-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 200px;
}
a.nav-link.backtohome {
    text-align: left;
    font-size: 25px;
}
.features .row.page-grid-content,  .row.page-grid-content.features-list-home{
    padding: 30px 0px;
}
.page-grid-content .col-md-6.col-sm-12 img.img-fluid {
    margin: 0 auto;
    display: block;
}
a.banner-button {
    background-color: #5E17EB;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    border-radius: 40px;
    font-size: 20px;
    width: 200px;
    display: block;
}
a.banner-button:hover {
    color: #fff;
}
.button {
    margin-top: 30px;
    text-align: center;
    justify-content: center;
    display: flex;
}
.dashboard-features {
    padding: 50px 0;
    overflow-x: hidden !important;
}

.text-content h1 {
    font-size: 2.5em;
    font-weight: 600;
    color: #333;
}

.subtitle {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 30px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}

.ad-type {
    margin-bottom: 30px;
}

.ad-type h2 {
    font-size: 1.8em;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
}

.ad-image {
    /*max-width: 100%;*/
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.matrimonial-features {
    padding: 50px 0;
    overflow-x: hidden !important;
}


.matrimonial-features h2 {
    /*font-size: 2.5em;*/
    /*font-weight: 600;*/
    margin-bottom: 40px;
}

.feature-box {
    margin-bottom: 30px;
}

.feature-box img {
    width: 200px;
    height: auto;
}
.feature-box h4 {
    padding: 0px 20px;
}

.feature-caption {
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: -10px;
    border: 1px solid #ddd;
    border-top: none;
    /*border-radius: 0 0 8px 8px;*/
}


.feature-caption p {
    color: #666;
    font-size: 1em;
}

.bg-yellow {
    background-color: #f9d342; 
}
.contact-form-section {
    padding: 50px 0;
}

.contact-form-section h2 {
    font-weight: 500;
    margin-bottom: 40px;
    font-style: italic;
}

.contact-form-section .contact-form {
    max-width: 600px;
    margin: 0 auto;
}

.contact-form-section .contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form-section .contact-form .form-control {
    border: none;
    border-radius: 8px;
    background-color: #e0e0e0; 
    padding: 10px 15px;
    font-size: 1em;
}

textarea.form-control {
    resize: none;
}

.btn-submit {
    background-color: #5e1de7; 
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 40px;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #4518b3; 
}
button.btn.btn-submit.home-submit {
    background-color: #5E17EB;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    border-radius: 40px;
    font-size: 20px;
    width: 180px;
}
.contact-form label {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
}
img.icon-image {
    width: 100px;
    padding: 25px 0px;
}
.min-about.our-process h3 {
    font-weight: 400;
}
.min-about.our-process h4 {
    font-weight: 400;
}
/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: none; /* Hidden by default */
    background: linear-gradient(to left, #ff0047, #55202f);
    color: white;
    border: none;
    outline: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: opacity 0.4s ease-in-out;
}
a#scrollToTopBtn:hover{
    color:#fff;
}
.scroll-to-top:hover {
    background: linear-gradient(to right, #ff0047, #55202f); /* Hover color */
}
#main-navbar .left-menu {
  margin-right: auto; /* Align left */
}

#main-navbar .right-menu {
  margin-left: auto; /* Align right */
}

.navbar-nav .nav-item {
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  /* Ensure the menus stack vertically on smaller screens */
  #main-navbar .left-menu, #main-navbar .right-menu {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
.btn.btn-lg{
    padding:15px !important;
}
.home-banner{
    padding-bottom:15px;
}
.dashboard-features{
    padding: 15px 0;
}
.feature-box img {
    width: 150px;
}
.matrimonial-features{
    padding: 15px 0;
}
.contact-form-section {
    padding: 25px 0;
}
}
/* Blog css  */
.team-part {
    background: #FFFFFF;
    height: 100%;
}
.team-part {
    border: 1px solid #cbcbcb;
    border-radius: 20px;
    transition: 0.4s;
}
.team-part:hover {
    box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 10%);
    transition: 0.5s;
	border: 1px solid #1286e6;
}
.team-padding-inner>div img {
/*     height: 257px!important; */
    object-fit: cover!important;
    object-position: center!important;
    padding: 15px;
    border-radius: 25px 25px 0 0;
    width: 100%;
}
.text-wrapper1 {
    margin-bottom: 15px;
}
.text-wrapper1 h6 {
/*     font-family: 'Noto Sans'; */
    font-style: normal;
    font-weight: 500;
    font-size: 21px!important;
    line-height: 29px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-transform: capitalize;
}
.team-part:hover .text-wrapper1 h6 {
    color: #1286e6!important;
    text-shadow: none;
}
.team-part:hover .text-wrapper1 h6 a {
    color: #1286e6!important;
    text-shadow: none;
}
.text-wrapper1 p {
/*     font-family: 'Noto Sans'; */
    font-style: normal;
    font-weight: 500;
    font-size: 15px!important;
    line-height: 25px;
    margin-bottom: 20px;
    color: #686868;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.read-more a {
    color: #1286e6!important;
	font-weight: 500;
    font-size: 15px!important;
}
.read-more a:hover {
    text-shadow: none;
}
.read-more a img {
    width: 25px!important;
    height: auto!important;
    transition: all .4s ease;
    padding: 0px;
}
.team-part:hover .read-more a img {
    transform: translateX(10px);
}
.history{
	color: #686868;
	font-weight: 500;
    font-size: 15px!important;
}
.blog-listing a{
	text-decoration: none;
}
.team-part a {
    text-decoration: none;
}
a.ads-link {
    text-decoration: none;
}
.mobile-only{
    display:none;
}
.swal2-timer-progress-bar-container, button.swal2-close {
    display: none !important;
}

@media (max-width: 767px) {
    .desktop-only{
        display:none;
    }
    .mobile-only{
        display:block;
    }
}