@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap');
.mb-none {
    display: none;
}

.mb-show {
    display: block;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }
    .faq .card .card-header .faq-title {
        line-height: 1.5;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1399px) {
    html {
        font-size: 59% !important;
    }
}

@media only screen and (max-width: 1366px) {

    html {
        font-size: 59%;
    }
    .form-wrap {
        left: 70px;
        top: -745px;
    }
    .online {
        width: 12px;
        height: 12px;
        background: #0ab90a;
        border-radius: 10px;
        margin-top: -3rem;
    }
    .visitors h4 {
        font-size: 1.4rem;
        padding-top: 3rem;
        font-weight: 600;
        color: rgb(9 39 72);
    }
    .affiliate-form .form-wrap {
        left: auto;
        top: auto;
        position: relative;
    }
    .dropdown-sub:hover .subMenu {
        left: 122px;
    }
    .tag.free::before {
        border-top: 21px solid var(--secondaryBgLight);
    }
    .tag.free::after {
        border-bottom: 21px solid var(--secondaryBgLight);
    }
    .home-list .buttons a {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
    .home-list .buttons {
        margin: auto;
    }
    .profile-pic-wrap .profile-pic {
        width: 200px;
        height: 200px;
    }
    .profile-wrap {
        min-height: 280px;
    }
    .profile-top .profile-pic-wrap .profile-pic {
        width: 200px;
        height: 200px;
    }
    .horoscope {
        padding: 2rem 2rem 1rem 2rem;
        min-height: 220px;
    }
    .profile-wrap .user-content {
        margin-left: 14rem;
    }
    .mem-para .collapse:not(.show) {
        height: 110px !important;
    }
}

@media only screen and (max-width: 767px) {
   
    .mb-none {
        display: none;
    }
    section {
        padding: 3rem 0.7rem;
    }
    .header-top .container {
        display: none;
    }
    .navbar-brand {
        width: 57%;
        padding: 0rem 2rem;
    }
    .navbar-toggler {
        padding: 1rem;
        font-size: 3rem;
        line-height: 1;
        background-color: transparent;
        border: none;
        border-radius: 0.25rem;
        transition: box-shadow .15s ease-in-out;
        margin: 1rem;
        color: #092749;
        margin-left: 0;
      

    }
    .navbar-toggler[aria-expanded="true"] .fa-times{
        right: 2%;
        position: absolute;
        top: 1%;
        background: #dee2e6;
        padding: 0.5rem 1rem;
        border-radius: 2.5rem;
    }
    .navbar .btn {
        font-size: 1.5rem;
        padding: 4px 10px !important;
        text-transform: uppercase;
        border-radius: 0.4rem;
        padding-top: 1rem!important;
        margin-right: 1.2rem;
        background: transparent;
        color: #cc284d;
        font-weight: 700;
    }
    .form-wrap {
        display: none;
    }
    .reg-form .form-floating {
        margin-bottom: 1.5rem;
    }
    .title h2 {
        font-size: 2.5rem;
        line-height: 1.5;
        width: 100%;
        font-family: 'poppins';
    }
    .title h5 {
        font-size: 2.3rem;
    line-height: 1.4;
    font-weight: 700;
    color: var(--secondaryTextColor);
    text-transform: capitalize;
    font-family: 'karma';
    padding: 0.5rem 0;
    }
    .services {
        padding: 0 1rem;
    }
    .member-footer p {
        text-align: justify;
    }
    .home-list .buttons a {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 2rem;
    }
    .home-list .buttons {
        width: 55%;
        margin: auto;
    }
    .home-list {
        text-align: center;
        padding: 2rem 0;
    }
    .home-list .img-fluid {
        width: 177px !important;
        height: 100%;
        border-radius: 5%!important;
    }
    .home-list .verify {
        width: 5% !important;
    }
    .app-wrapper .text-wrap h2 {
        font-size: 2.5rem;
    }
    .navbar-collapse {
        width: 290px;
        height: 100%;
    }
    .call-2-action .text-wrap h2 {
        font-size: 2.5rem;
        line-height: 1.5;
        font-weight: 600;
        color: var(--secondaryBgColor);
        margin: 2rem 0;
    }
    .call-2-action .text-wrap h6 {
        font-size: 2rem;
        font-weight: 500;
        text-align: center;
        margin: 1rem 0;
        color: var(--secondaryBgColor);
        flex: 1;
    }
    .title h1 {
        font-size: 2rem;
        font-weight: 600;
        color: var(--secondaryTextColor);
        margin: 1rem 0;
        line-height: 1.5;
        width: 100%;
        margin: auto;
        padding: 1rem 0;
        text-transform: capitalize;
    }
    .copyright h6 {
        font-size: 2rem;
        font-weight: 600;
        padding: 1.5rem 0;
    }
    .copyright p {
        font-size: 1.5rem;
        line-height: 1.54;
        text-align: center;
        padding: 1rem 0;
    }
    .app-wrapper .text-wrap h6 {
        font-size: 2.2rem;
        font-weight: 600;
        color: var(--primaryColor);
        text-transform: capitalize;
        padding-bottom: 1rem;
    }
    .app-wrapper .text-wrap h3 {
        font-size: 2rem;
        line-height: 1.5;
        font-weight: 600;
        color: var(--secondaryTextColor);
        margin: 0;
        text-transform: capitalize;
    }
    .text-wrap img {
        padding-top: 2rem;
        width: 60%;
    }
    .app-wrapper .text-wrap span {
        font-size: 2rem;
        font-weight: 500;
        color: var(--secondaryBgColor);
    }
    .app-wrapper .text-wrap a{
        display: inline-block;
    font-size: 2rem;
    font-weight: 600;
 
    }
    .about h2 {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .title h6 {
        font-size: 1.6rem;
        font-weight: 600;
        color: var(--primaryColor);
        text-transform: capitalize;
        line-height: 2.3;
    }
    .services-wrapper {
        padding: 2rem 0;
        /*background: #f0f8fd;*/
    }
    .navbar .nav-item:last-child {
        margin-left: 0px;
    }
    .navbar .nav-link {
        padding: 1.5rem 0 !important;
        font-size: 1.8rem;
        font-weight: 500;
        color: #212121;
        position: relative;
    }
    .register-btn {
        background: var(--primaryColor);
        border-color: var(--primaryColor);
        color: var(--white);
        transition: background-position .4s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease !important;
        background-image: linear-gradient(to right, transparent 50%, var(--primaryColor) 50%) !important;
        width: 100%;
        font-size: 1.8rem;
    }
    .navbar .nav-item .nav-link::before {
        display: none;
    }
    .navbar .nav-item {
        display: block;
        padding: 1rem;
        border-bottom: 1px solid #ccc;
    }
    .dropdown-menu[data-bs-popper] {
        margin-top: 1rem;
        box-shadow: none;
    }
    .navbar .nav-item .dropdown-menu .dropdown-item {
        font-size: 1.8rem;
        font-weight: 500;
        color: #212121;
        opacity: .7;
        position: relative;
    }
    .about-text p {
        text-align: justify;
    }
    .about-text h3 {
        text-align: left;
    }
    .step h3 {
        margin: 0;
    }
    .step {
        margin: 0;
        text-align: center;
    }
    .step img {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .text-wrap a {
        display: inline-block;
        font-size: 1.8rem;
        font-weight: 600;
    }
    .owl-nav {
        top: 50%;
        width: 96%;
    }
    .fixed-buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }
    .fixed-buttons .btn {
        flex: 1;
        margin: 0px 2px;
        padding: 2rem 0;
        font-size: 2.2rem;
    }
    .fixed-buttons .btn i{
        padding-right: 1rem;
    }
    .fixed-buttons .btn-app {
        background: #198754;
        color: #fff;
    }
    .about p {
        text-align: justify;
        font-size: 1.5rem;
    }
    .inner-banner h2 {
        line-height: 1.5;
    }
    .login-form {
        padding: 1.5rem 1rem;
    }
    .login-form h3 {
        margin-bottom: 0;
    }
    .member-footer h1 {
        font-size: 2.5rem;
        line-height: 1.5;
        font-weight: 600;
        color: var(--secondaryTextColor);
        margin: 1.5rem 0;
        text-transform: capitalize;
    }
    .mem-para .collapse:not(.show) {
        height: 141px !important;
    }
    .mem-para h1 {
        text-align: center;
    }
    .member-footer h2 {
        font-size: 2.2rem;
        line-height: 1.2;
        padding: 1rem 0;
    }
    .blog-posts .down-content {
        padding: 0 1rem;
    }
    .blog-posts {
        margin-bottom: 3rem;
    }
    .blog-posts .down-content h4 {
        margin: 0;
    }
    .post-tags {
        padding: 1rem 0;
    }
    .blog-posts .down-content ul.post-info li a {
        font-size: 1.2rem;
    }
    .sidebar {
        padding: 1rem 0;
        margin-left: 0;
    }
    .blog-posts .down-content p {
        margin-bottom: 1.5rem;
    }
    .listing-wrapper .list {
        margin-bottom: 2rem;
        box-shadow: 0px 0px 11px 1px rgb(0 0 0 / 10%);
    }
    .listing-wrapper .list .user-img {
        width: 100%;
        height: auto;
        border-radius: 0;
        position: relative;
    }
    .listing-wrapper .list .user-img .tag {
        left: 0;
    }
    .listing-wrapper .list .user-content {
        padding: 1.5rem !important;
    }
    .listing-wrapper .list .user-content h4,
    .profile-details .user-content h4 {
        align-items: flex-start;
        margin-bottom: 1.5rem;
        padding: 0 !important;
        line-height: normal !important;
    }
    .listing-wrapper .list .user-content h4 a,
    .profile-details .user-content h4 a {
        font-size: 1.8rem;
        text-align: left;
        font-weight: 500;
        color: var(--secondaryTextColor);
    }
    .listing-wrapper .list .user-content h4 a span {
        font-size: 1.6rem;
        font-weight: 300;
        display: block;
        margin-top: 1rem;
    }
    .listing-wrapper .list .user-content p {
        font-size: 1.4rem;
        color: var(--valueColor);
        opacity: .8;
        margin-bottom: 1rem;
        line-height: 1.8rem;
    }
    .listing-wrapper .list .detail-style p {
        font-family: 'Poppins', sans-serif;
        font-size: 1.4rem;
        font-weight: 500;
        margin-bottom: 1rem;
        line-height: 2rem;
        opacity: 1;
        color: var(--secondaryTextColor);
    }
    .listing-wrapper .list .buttons {
        display: flex;
        flex-wrap: wrap;
    }
    .listing-wrapper .list .buttons a {
        font-family: 'Roboto', sans-serif;
        display: block;
        padding: 1rem .5rem;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 400;
        color: var(--white);
        background: var(--primaryColor);
        cursor: pointer;
    }
    .listing-wrapper .list .buttons a i {
        display: block;
        margin-bottom: 1rem;
        font-size: 2rem;
    }
    .listing-wrapper .list .buttons a:hover {
        background: var(--btnHover);
    }
    .member-list-para h1 {
        font-size: 2.5rem;
        line-height: 1.52;
    }
    .member-list-para p {
        text-align: justify;
    }
    .form-floating>.form-control {
        min-height: 60px;
        padding: 1.5rem;
    }
    .btn {
        padding: 0.5rem 2rem;
        padding-top: 1.2rem;
    }
    .modal.show .modal-dialog {
        transform: none;
        margin: 2rem;
    }
    .about-text {
        padding: 0 1.5rem;
    }
    .otp {
        font-size: 1.2rem;
        padding: 1.5rem 0;
        line-height: 1.8;
    }
    .login-form-container .otp {
        font-size: 1.2rem;
        padding: 1.5rem 0;
        line-height: 1.8;
    }
    .dropdown-menu.subMenu,
    .dropdown-sub:hover .subMenu {
        display: none;
    }
    .subMenu {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        box-shadow: none !important;
        width: auto !important;
    }
    .dropdown-menu.subMenu.show {
        display: flex;
    }
    .subMenu .dropdown-item {
        font-size: 1.6rem !important;
        padding: 1.2rem !important;
    }
    .no-plan h2 {
        padding: 1rem;
    }
    .join-banner {
        background: url('../images/affiliate-program.jpg');
        background-size: cover;
        overflow: hidden;
        background-position: top;
        min-height: 600px;
        padding: 2rem;
    }
    .join-text h1 {
        font-size: 3rem;
        font-weight: 600;
        color: var(--inputBgColor);
        line-height: 1.3;
        margin: auto;
        padding: 1rem 0;
        text-transform: capitalize;
    }
    .join-text {
        top: 0;
        position: relative;
        padding: 1rem;
        width: auto;
        text-align: center;
    }
    .affiliate-form .form-wrap {
        display: block;
    }
    /**landing page css*/
    .maha-register .form-error,
    .emsg {
        color: red;
        font-size: 10px;
        font-weight: 500;
        padding: 0.5rem;
        display: inline-block;
    }
    .maha-register {
        display: block !important;
        top: 0;
        position: relative;
    }
    .title h4 {
        font-family: 'Noto Sans', sans-serif;
        font-size: 2.2rem;
        font-weight: 700;
        padding: 0;
        color: #092749;
    }
    .maha-register h3 {
        font-family: 'Noto Sans', sans-serif;
        font-size: 2.2rem;
        font-weight: 600;
    }
    .features .services ul {
        padding-left: 1.5rem;
    }
    .features .services ul li {
        font-family: 'Noto Sans', sans-serif;
        font-size: 1.8rem;
        font-weight: 600;
        padding-bottom: 1.5rem;
        list-style-type: disc;
        line-height: 1.5;
    }
    .maha-register .form-floating>label {
        padding: 1.9rem 1rem;
        font-family: 'Noto Sans';
        font-size: 1.6rem;
        color: #666;
    }
    .maha-register .btn {
        font-family: 'Noto Sans';
        font-size: 1.8rem;
    }
    .maha-register .help-text {
        font-family: 'Noto Sans';
    }
    .app-sec .btn {
        font-family: 'Noto Sans';
        font-size: 1.8rem;
    }
    .app-sec .about p {
        text-align: center;
        line-height: 1.5;
        font-family: 'Noto Sans';
        font-size: 1.8rem;
        color: #092749;
        font-weight: 500;
    }
    .app-sec .about a:not(.collapsed):after {
        content: none;
    }
    .landing_sticky .btn {
        font-family: 'Noto Sans';
    }
    .bg-pink {
        padding: 3.5rem 0;
        background-color: var(--secondaryColorPink);
    }
    .landing-tag .city-list li {
        display: inline-block;
        position: relative;
        padding: 0 0.5rem;
        margin: 0.8rem 0;
        border-right: solid 1px rgba(var(--secondaryBgColorRGB), .4);
        font-size: 1.2rem;
    }

    
    .whatsapp-wrap {
       
        text-align: center;
    }
    .whatsapp-wrap .text-wrap h3 {
        font-size: 2rem;
        line-height: 1.5;
        font-weight: 700;
        color: #092748;
        margin: 0;
        text-transform: capitalize;
        font-family: 'Karma', serif;
    }
    .whatsapp-wrap .text-wrap h6 {
        font-size: 3rem;
        font-weight: 700;
        color: #60ca29;
        text-transform: capitalize;
        font-family: 'Karma', serif;
    }
    .whatsapp-wrap .text-wrap span {
        font-size: 1.7rem;
        font-weight: 700;
        color: #092748;
        font-family: 'Karma', serif;
        display: block;
        padding: 1rem;
        line-height: 1.5;
    }
    .whatsapp-wrap .text-wrap a {
        font-size: 1.8rem;
        font-weight: 700;
        margin: 1rem auto;
        font-family: 'Karma', serif;
        color: #fff;
        display: inline-block;
        width: 75%;
    }

   








    

    /**landing page css*/

    .bg-banner {
        background: url('../imgs/banner.png');
        background-size: cover;
    }
    .bg-banner h2{
        font-family: 'Noto Sans', sans-serif;
        font-size: 2rem;
        font-weight: 700;
        padding:1rem 2.5rem;
        line-height: 1.3;
        text-align: center;
        color: #bd0b19;
    }
    .bg-banner2 {
        background: url('../imgs/bg-2.jpg');
        background-size: cover;
    }
    .bg-banner2 h1{
        font-family: 'Noto Sans', sans-serif;
        font-size: 3rem;
        font-weight: 700;
        padding:1rem;
        line-height: 1.3;
        text-align: center;
        color: #bd0b19;
    }
    .bg-banner2 h2{
        font-family: 'Noto Sans', sans-serif;
        font-size: 2.5rem;
        font-weight: 700;
        padding:1rem 2rem;
        line-height: 1.3;
        text-align: center;
        color: #bd0b19;
    }
    .bg-banner3 {
        background: #092749;
    }
    .bg-banner3 h1{
        font-family: 'Noto Sans', sans-serif;
        font-size: 3rem;
        font-weight: 700;
        padding:1rem;
        line-height: 1.3;
        text-align: center;
        color: #fbc01e;
    }
    .bg-banner3 h2{
        font-family: 'Noto Sans', sans-serif;
        font-size: 2.5rem;
        font-weight: 700;
        padding:1rem 2rem;
        line-height: 1.3;
        text-align: center;
        color: #fbc01e;
    }
    .bg-banner3 h3{
        font-family: 'Noto Sans', sans-serif;
        font-size: 2rem;
        font-weight: 700;
        padding:1rem 2rem;
        line-height: 1.3;
        text-align: center;
        color: #fbc01e;
    }
    .bg-banner2 h3{
        font-family: 'Noto Sans', sans-serif;
        font-size: 2rem;
        font-weight: 700;
        padding:1rem 2rem;
        line-height: 1.3;
        text-align: center;
        color: #092748;
    }
    .abt p{
        font-family: 'Noto Sans', sans-serif;
        font-size: 1.5rem;
        font-weight: 400;
        padding-bottom: 1rem;
        line-height: 1.5;
        text-align: justify;
    }
    .abt ul li{
        font-family: 'Noto Sans', sans-serif;
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1.5;
        list-style-type: disc;
    }

    .abt h5 {
        font-family: 'Noto Sans', sans-serif;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        color: #fb6d20;
    }
    .offer-bg {
        background: url('../imgs/offer-bg.png');
        background-size: cover;
        overflow: hidden;
        padding: 1rem;
    }
    .offer-bg h2 {
        font-family: 'Noto Sans', sans-serif;
        font-size: 2.5rem;
        font-weight: 700;
        color: #fff;
        padding: 1rem 0;
        text-align: center;
        line-height: 1.3;
    }
    .offer-bg h3 {
        font-family: 'Noto Sans', sans-serif;
        font-size: 3.2rem;
        font-weight: 700;
        color: #fff;
        padding: 1rem 0;
        text-align: center;
    }

    .offer-bg h3 small{
        font-family: 'Noto Sans', sans-serif;
        font-size: 2.5rem;
        font-weight: 600;
        color: #fff;
        display: block;
    }
    .testimonial h3 {
        font-family: 'Noto Sans', sans-serif;
        font-size: 2.2rem;
        font-weight: 700;
        padding: 0.5rem;
        color: #092749;
        text-align: center;
    }

    .services ul li span{
        color:var(--primaryColor) ;
    }
    .offer-bg-2 {
        background: url('../imgs/bg-yellow.png');
        background-size: cover;
        overflow: hidden;
        padding: 1rem;
    }
    .offer-bg-3 {
        background: url('../imgs/Group 741.png');
        background-size: cover;
        overflow: hidden;
        padding: 1rem;
    }
.count {
    background: url(/assets/before_login/desktop/imgs/count.png) no-repeat center;
    background-size: cover;
    /* padding: 8rem 2rem;
    min-height: 230px; */
}
.count h2{
    font-family: 'Noto Sans', sans-serif;
        font-size: 3.2rem;
        font-weight: 700;
        color: #fff;
        padding: 1rem 0;
        text-align: center;
        line-height: 1.6;
}

.offer-bg-2 h3{
    font-family: 'Noto Sans', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 0.5rem;
    color: #092749;
    text-align: center;
}
.offer-bg-3 h3{
    font-family: 'Noto Sans', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 1rem 2rem;
    color: #092749;
    text-align: center;
}

.btn-all .banner-btn{
    font-family: 'Noto Sans', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
    line-height: 1.5;
    background: #cc284d;
    color: #fff;
    border-radius: 5rem;
    display: inline-block;
    text-align: center;
}


.btn-all .offer-btn{
    font-family: 'Noto Sans', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    padding: 1rem 1.5rem;
    line-height: 1.5;
    background: #fbc01e;
    color: #092748;
    border-radius: 5rem;
    display: inline-block;
    text-align: center;
}
.btn-all .offer2-btn{
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
    line-height: 1.5;
    background: #cc284d;
    color: #fff;
    border-radius: 5rem;
    display: inline-block;
    text-align: center;
}

.btn-all .groom-offer2-btn{
    font-family: 'Noto Sans', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 1rem 1.5rem;
    line-height: 1.5;
    background: #fbc01e;
    color: #092748;
    border-radius: 5rem;
    display: inline-block;
    text-align: center;
}
.btn-all .testimonial-btn {
    font-family: 'Noto Sans', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
    line-height: 1.5;
    background: #cc284d;
    color: #fff;
    border-radius: 5rem;
    display: inline-block;
    text-align: center;
}
.landing_sticky small{
font-size: 1.5rem;
display: inline-block;
}
.landing_sticky {
    background: #cc284d;
    color: #fff;
}
.landing_sticky .btn-timer{
    color: #fff;
padding: 0.5rem 0;
}
.landing_sticky .countdown {
font-size: 3.2rem;
}
.btn-timer{
    width: 44%;
        float: left;
}
.price-sec {
    width: 45%;
    float: right;
}
.reg-btn-sticky a{
    font-size: 2.5rem !important;
    color: #feff03;
    display: inline-block;
    padding: 1rem 0 !important;
    font-weight: 700;
    text-align: center;
}
.btn-price {
    font-size: 4rem !important;
    color: #feff03;
    display: inline-block;
    padding: 0 !important;
    font-weight: 700;
}
.btn-price small{
    font-size: 1.9rem;
    text-decoration: line-through;
    color: #ffffff80;
    display: block;
}
.btn-price span{
    font-size: 1rem;
    color: #feff03;
    font-weight: 700;
}

.bg-dark h2 {
    font-size: 3rem !important;
    color: #fff;
    display: inline-block;
    padding: 0 !important;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.3;
}
.timer {
    font-size: 5.5rem !important;
    color: #092748;
    display: inline-block;
    padding: 0 !important;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.3;
    text-align: center;
}
.timer small{
    font-size: 2.5rem !important;}
.offer-line{
    background: #092748;
    padding: 1rem;
    text-align: center;
    display: block;
    width: 100%;
}
.offer-line a{
    text-decoration: none;
    color: #dee2e6;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0.5rem 0;
    text-align: center;
    line-height: 1.5;
}

/* Blinking animation */
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
  }

  .blink {
    animation: blink 1s infinite;
  }


.offer {
    padding: 1.5rem;
}

.offer h3 {
    font-size: 2rem !important;
    color: #092748;
    display: inline-block;
    padding: 0 !important;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.3;
}

.offer{
    background: url('../imgs/bg-yellow.png');
    background-size: cover;
    overflow: hidden;
    padding: 1rem;
}

.features2 .services ul li {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
    list-style-type: disc;
    line-height: 1.5;
}






















}

.plus {
    position: absolute !important;
    z-index: 9;
    top: 3px !important;
    right: 0;
    width: 30px;
    height: 30px;
    display: block;
    padding: 0px !important;
    text-align: center;
    line-height: 30px;
}

.plus.dropdown-toggle::after {
    display: none;
}

.plus.dropdown-toggle i {
    color: #212121;
    font-size: 1.6rem !important;
}
.free-bride {
    padding: 3.5rem 0 !important;
    
    background: var(--secondaryColorPink);
}
.free-bride .text-wrap h3 {
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: 700;
    color: var(--secondaryTextColor);
    text-transform: capitalize;
    font-family: 'Karma', serif;
    margin: 0;
    width: 100%;
}
.free-bride .text-wrap h6 {
    font-size: 2.5rem;
    line-height: 0.6;
    font-weight: 700;
    color: var(--primaryColor);
    font-family: 'Karma', serif;
}
.free-bride .btn {
    font-size: 2rem;
    font-weight: 600;
    padding: 1rem;
    text-transform: uppercase;
    border-radius: 0.4rem;
    font-family: 'Karma', serif;
    margin-bottom: 1rem;
}
.free-bride ul {
    text-align: left;
    margin-left: 4rem;
}
.free-bride .text-wrap img {
    padding-top: 2rem;
    width: 100%;
}
.services h3 {
    font-size: 1.7rem;
    color: var(--secondaryTextColor);
    font-weight: 700;
    font-family: 'Karma', serif;
    padding: 1rem;
}
.services h3 i{
    color: #CC284D;
    padding-right: 0.5rem;
}
.free-bride ul li {
    font-size: 1.8rem;
    color: var(--secondaryTextColor);
    font-weight: 600;
    font-family: 'Karma', serif;
    padding-bottom: 1rem;
}
.free-bride ul li i{
    padding-right: 0.5rem;
    font-size: 1rem;
    color: #cc284d;
}
.free-bride p small {
    font-size: 1.4rem;
    color: #CC284D;
    font-weight: 600;
    font-family: 'Karma', serif;
    line-height: 1.5;
}
.step h3 .count {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #092748;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    font-size: 15px;
}
option .red {
    color: red;
  }