body {
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

body,
html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: "MADE Sunflower";
    src: url("../fonts/MADESunflower.woff2") format("woff2"),
        url("../fonts/MADESunflower.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.modal-content .btn-close {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    background-color: #ef3131;
    position: absolute;
    top: -18px;
    right: -15px;
    opacity: 1;
}

.modal-disclosures {
    border: 2px solid #073763;
    background: rgba(12, 40, 104, 0.1);
    padding: 20px 10px !important;
    border-radius: 10px;
}

.navbar-toggler {
    border: 1px solid #073763;
    height: 40px;
    width: 50px;
    padding: 0;
}

.navbar-toggler img {
    width: 30px;
}

header {
    position: relative;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transition: all 0.3s;
    box-shadow: 5px 0px 23px #00000030;
}

.inner-header {
    position: absolute;
    background: transparent;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    box-shadow: none;
}

.inner-header .nav-link {
    color: #fff;
}

.sticky .nav-link {
    color: #04070a !important;
    font-size: 18px;
}

.dark-logo {
    display: none;
}

header.sticky .dark-logo {
    display: block;
}

/* header.sticky .light-logo {
    display: none;
} */

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link:focus,
.nav-link:hover {
    /* color: #ef3131; */
    text-decoration: underline;
}

.nav-link {
    color: #073763;
    font-weight: 500;
}

header.sticky .nav-link.active,
header.sticky .nav-link:hover {
    /* color: #ef3131; */
    text-decoration: underline;
}

.contact-us a {
    /* background: #ef3131; */
    text-decoration: underline;
    color: #fff;
    border-radius: 20px;
    border: 0;
    padding: 10px 40px;
    text-decoration: none;
    transition: all 0.3s;
}

.contact-us a:hover {
    background: #073763;
}

.hero-banner {
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.hero-banner::before {
    content: "";
    /* background: #474747; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.blog .hero-banner-inner {
    background: url(../img/husband\ wife\ gardenign.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.blog-detail .hero-banner-inner {
    background: url(../img/inner-banner\ blog-detail.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.contact-us .hero-banner-inner {
    background: url(../img/contact-us-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px;
    background-position: center center;
}

.hero-banner-inner {
    position: relative;
    height: auto;
    width: 100%;
    padding: 110px 0;
    background-position: center;
    background-size: cover;
}

.hero-banner-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgb(0 0 0 / 46%);
}

.hero-banner-inner .title-section h2 {
    color: #fff;
}

.title-section h5 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
}

.post-blog {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 15px #ededed;
}

.text-content {
    position: relative;
}

.text-content-blog-post {
    padding: 15px 0;
}

.text-content-blog-post img {
    border-radius: 6px;
}

.icon-text-post p {
    color: #828282;
    font-weight: 500;
    font-size: 14px;
}

.post-blog a {
    text-decoration: none;
    font-weight: 500;
    color: #696e77;
    display: block;
    margin-top: 10px;
}

.post-blog .per a:hover {
    color: #ef3131;
    pointer-events: pointer;
}

.categories {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 15px #ededed;
    margin-top: 30px;
}

.categories a {
    text-decoration: none;
    font-weight: 500;
    margin: 10px 0;
    color: #696e77;
    display: block;
}

.categories a:hover {
    color: #073763;
    font-weight: 600;
    pointer-events: pointer;
}

.blog-post-text {
    padding-left: 20px;
}

.categories-menu-item {
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.categories-menu .categories-menu-item a {
    display: inline-block;
    text-decoration: none;
    color: #073763;
    background: transparent;
    border: 1px solid #073763;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
}

.categories-menu .categories-menu-item.active a {
    background: #ef3131;
    color: #fff;
    border: none;
}

.categories-menu .categories-menu-item a:hover,
.categories-menu .categories-menu-item.active a:hover {
    background: #073763 !important;
    color: #fff;
}

.title-section {
    position: relative;
}

.title-section h2 {
    font-size: 2.5rem;
    letter-spacing: 1px;
    color: #073763;
    font-weight: 600;
}

.title-section h6 {
    font-size: 1.5rem;
    color: #343a40;
}

.image-banner {
    position: relative;
    z-index: 1;
    margin-bottom: -180px;
}

.hero-banner-svg-right svg {
    position: absolute;
    top: -100px;
    left: -100px;
}

.title-section h2 span {
    color: #ef3131;
}

.hero-banner-svg-left {
    position: absolute;
    bottom: 0;
    right: 0;
}

.bg-discover {
    background: #fff;
    justify-content: center;
    position: absolute;
    bottom: -65px;
    padding: 40px 25px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #0000001e;
}

.btn-secondary {
    color: #000;
    background-color: #f5f5f5;
    border-radius: 30px;
    border-color: transparent;
    padding: 0px 30px;
}

.navbar-nav .dropdown-menu {
    padding: 0;
}

.navbar-nav .dropdown-menu a {
    padding: 10px 15px;
    font-weight: 500;
    color: #073763 !important;
}

.navbar-nav .dropdown-menu a:hover {
    background-color: #04070a;
    color: #fff !important;
}

.btn-secondary:hover,
.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #000;
    background-color: #f5f5f5;
    border-color: transparent;
    padding: 0px 30px;
}

.btn-discover button {
    border: 0;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 10px 60px;
    border-radius: 30px;
    height: 60px;
}

.services {
    background: url(../../assets/classic/services-bg.png);
    padding: 150px 0px 100px;
}

.brand-ico img {
    width: 60px;
    margin-right: 10px;
    height: 60px;
    object-fit: contain;
    border: 1px solid #dee2e6;
    border-radius: 100px;
    padding: 4px;
}

.services .service-link {
    text-decoration: none;
}

.services .box-services {
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
    margin-top: 20px;
    border-radius: 20px;
}

.services .box-services:hover {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
        rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.services .box-services .bg-white {
    padding: 25px 30px;
}

.services h3 {
    font-size: 24px;
    color: #073763;
}

.title-section-sub {
    background: #04070a;
    padding: 10px 30px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    color: #fff;
}

.bg-icon-1 {
    background: #cbffde;
    display: inline-block;
    padding: 20px;
    border-radius: 50%;
}

.bg-icon-2 {
    background: #fcdde0;
}

.bg-icon-3 {
    background: #e6f7f5;
}

.bg-icon-4 {
    background: #f8d4d4;
}

.bg-icon-5 {
    background: #cbecff;
    padding: 30px 20px;
}

.bg-icon-6 {
    background: #fef0ea;
}

.bg-icon-7 {
    background: #ffffc7;
}

.bg-icon-8 {
    background: #ffd6c0;
}

.bg-icon-9 {
    background: #f2ffda;
}

.bg-icon-10 {
    background: #e6eaf0;
}

.rounded {
    border-radius: 1.25rem !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
}

.featured {
    background: url(../../assets/classic/Featured.png);
    height: 100%;
}

.featured .bg-haven-life {
    background: #073763;
    padding: 0px 40px 40px;
    height: 100%;
}

.text-content-haven-life h4 {
    font-size: 1rem;
    font-weight: 400;
}

.text-content-haven-life p {
    font-size: 1rem;
    font-weight: 400;
}

.text-content-haven-life h2 {
    font-size: 2.5rem;
    padding: 20px 0px;
}

.read-mor-btn button {
    background: #ef3131;
    padding: 15px 38px;
    border-radius: 30px;
    border: 0;
    color: #fff;
}

.bg-lemonade {
    background: #ef3131;
    padding: 0px 40px 40px;
    color: #fff;
    height: 100%;
}

.btn-submit {
    font-size: 20px;
    transition: all 0.3s;
    font-weight: 500 !important;
}

.btn.btn-submit:hover {
    background: #073763;
    color: #fff;
}

.bg-sub button {
    background: #073763;
    color: #fff;
    font-size: 18px;
}

.bg-sub button:hover,
.bg-sub button:focus {
    background: #04070a;
    color: #fff;
}

.blog {
    background: #fbf7ed;
    position: relative;
    z-index: 1;
}

.blog .box-blog,
#blog .box-blog {
    background: #fff;
    border-radius: 25px;
    margin-top: 30px;
    /*padding: 8px;*/
}

.blog-detail .box-blog {
    background: #fff;
    box-shadow: 0 0 70px #d8d8d8;
    border-radius: 12px;
}

.blog-detail .text-content-reciew {
    color: #696e77;
}

.img-blog-box {
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
}

.img-blog-box-cover {
    height: 200px;
    /* Adjust height as needed */
    border-radius: 12px 12px 0px 0px;
    /* Match the border radius */
    overflow: hidden;
    /* Ensure overflow is hidden */
    background-size: cover;
    /* Ensure the image covers the div */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Prevent repeating the image */
    width: 100%;
    /* Full width */
}

.blog-detail .title-sectionl {
    text-align: justify !important;
}

.img-blog-box img {
    width: 100%;
}

/* .blog-detail .text-content a {
        text-decoration: none;
        font-size: 18px;
        color: #333;
        font-weight: 600;
        display: block;
        margin-bottom: 6px;
    } */

.review {
    background: #fbf7ed;
    padding: 20px;
    margin: 30px 0px;
    border-radius: 10px;
}

.review h6 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.review h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog .box-blog img {
    width: 100%;
    border-radius: 25px;
}

.blog .box-blog .date-blog,
.blog-detail .box-blog .date-blog {
    margin-top: -20px;
}

.box-blog-main h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px;
}

.blog-detail .box-blog-main .text-content {
    padding: 30px;
}

.blog-detail .box-blog-main .date-blog {
    margin-top: 30px;
}

.box-shadow button {
    border: 1px solid;
    /* box-shadow: 5px 4px #ef3131; */
}

.plan-pattern {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.plan-pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefit-pattern {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.benefit-pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer {
    background-color: #e2dfe0;
    padding: 40px 0px;
    position: relative;
}

footer .list-inline .list-inline-item a {
    text-decoration: none;
}

footer .list-inline .list-inline-item::after {
    content: "|";
    padding: 0px 20px;
}

footer .list-inline .list-inline-item:last-child::after {
    content: "";
    display: none;
}

.social-media a {
    display: inline-block;
    margin: 0px 20px;
}

footer hr {
    background: #184756;
    border: 1.5px solid;
    margin-top: 30px;
    margin-bottom: 30px;
}

.madical-alert {
    padding: 30px 0px;
}

.madical-alert .box-madical-alert {
    border: 2px solid #ef3131;
}

.madical-alert .title-section-sub {
    --f: 10px;
    --r: 15px;
    --t: 10px;
    position: absolute;
    inset: var(--t) calc(-1 * var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path: polygon(0 0,
            100% 0,
            100% calc(100% - var(--f)),
            calc(100% - var(--f)) 100%,
            calc(100% - var(--f)) calc(100% - var(--f)),
            0 calc(100% - var(--f)),
            var(--r) calc(50% - var(--f) / 2));
    background: #bd1550;
    box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
    width: auto !important;
    border-radius: 0;
}

.border-radius {
    border-radius: 0px 0px 20px 20px;
}

.right-border {
    border-right: 1px solid #073763;
    height: 100%;
    padding: 50px 0 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f0f8ff;
}

.madical-alert-text-content p {
    font-size: 14px;
}

.review-content p {
    color: #828282;
    font-size: 14px;
    font-weight: 500;
}

.madical-alert-text-content {
    padding: 20px;
}

.get-quote {
    background: #f0f8ff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-logo img.square-logo {
    width: 100px;
}

.alert-logo img.square-logo.lively {
    width: 150px;
}

ul.dropdown-menu.dropdown--end.show {
    width: 100%;
    padding-left: 10px;
}

.form form {
    padding: 0px 50px;
    border: 0.5px solid #b7b7b7;
    box-shadow: 0px 0px 20px #0000001c;
    padding: 60px;
    border-radius: 20px;
}

.form .form-label {
    font-size: 1rem;
}

.title-section .form-p {
    padding: 0px 4rem;
}

.form-select {
    background-color: #f5f5f5 !important;
    border-radius: 30px;
    padding-right: 200px;
    color: #073763;
}

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

.form-subscribe .form-control {
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    border: none;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}

.form-subscribe .btn {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #04070a;
    border-color: #04070a;
    height: 46.5px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    z-index: 1;
}

.privacy-policy,
.terms-of-use,
.disclosures {
    padding: 50px 0;
}

.privacy-policy h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 40px;
}

.privacy-policy h4 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
}

.privacy-policy ul li {
    font-size: 14px;
}

.privacy-policy p {
    font-size: 16px;
    margin: 10px 0px;
}

.table th {
    width: 20%;
    font-weight: 400 !important;
}

.table span {
    width: auto;
    font-weight: 500;
    font-size: 16px;
}

.terms-of-use h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 40px;
}

.terms-of-use ul li {
    font-size: 14px;
}

.terms-of-use h4 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
}

.terms-of-use p {
    font-size: 16px;
    margin: 10px 0px;
}

.disclosures h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.disclosures h5 {
    font-size: 18px;
}

.disclosures p {
    font-size: 14px;
    margin: 10px 0px;
}

.navbar-brand img {
    height: 60px;
}

footer .navbar-brand img {
    margin-bottom: 40px;
}

.navbar {
    padding: 15px 0px;
}

li.nav-item {
    margin: 0px 15px;
}

.section-padding {
    padding: 30px 0px;
}

.hero-banner.section-padding {
    padding: 100px 0px;
    background-color: #b0cbe6;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    font-size: 20px;
    font-weight: 500;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}

.position-absolute {
    position: absolute !important;
}

.box-number {
    background: #bd1550;
    z-index: 1;
    padding: 10px;
    border-radius: 0 0 10px 0;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.blog-detail {
    background: #fff;
    box-shadow: 0px 0px 20px #dfdfdf;
}

.read-mor-btn a {
    text-decoration: none;
    color: #fff;
}

a.quote {
    display: block;
    background: #073763;
    padding: 15px 38px;
    border-radius: 30px;
    border: 0;
}

a.call {
    display: block;
    background: #ef3131;
    padding: 15px 38px;
    border-radius: 30px;
    border: 0;
}

.alert-logo img {
    width: 243px;
    height: auto;
}

@media only screen and (max-width: 1400px) {
    .read-mor-btn button {
        font-size: 14px;
        width: auto;
    }

    .get-quote {
        padding: 0.5rem !important;
    }

    .image-banner {
        text-align: center;
    }

    .services {
        height: auto;
        background-position: bottom;
        padding-bottom: 100px;
    }

    .services .box-services {
        margin-top: 1.5rem;
    }

    .hero-banner {
        height: auto;
    }
}

@media only screen and (max-width: 1200px) {
    .bg-discover {
        left: 30px;
    }

    .post-blog .per a {
        font-size: 16px;
    }

    .image-banner {
        text-align: end;
    }

    .right-border {
        border-bottom: 1px solid;
        border-right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .bg-discover {
        padding: 30px 20px;
    }

    .sub-logo img {
        width: 15%;
    }

    .get-quote {
        padding: 1.5rem !important;
    }
}

@media only screen and (max-width: 992px) {
    .services {
        padding: 120px 0px;
    }

    header {
        height: 80px;
    }

    .categories-menu-item {
        margin-right: 10px;
        font-size: 12px;
    }

    .categories-menu .categories-menu-item a {
        padding: 10px 16px;
    }

    .navbar-expand-lg .navbar-collapse {
        position: absolute;
        width: 100%;
        z-index: 1;
        left: 0px;
        border-radius: 0px;
        left: 0;
        right: 0;
    }

    .hero-banner-svg-left {
        display: none;
    }

    .navbar-collapse {
        background: #fff;
        border-radius: 20px;
        padding: 1.5rem;
    }

    .image-banner {
        margin: 0;
    }

    .image-banner img {
        border-radius: 20px;
        position: relative;
        display: block;
        margin: 20px auto;
    }

    .bg-discover {
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 60px);
        justify-content: flex-start;
    }

    .bg-discover .btn-group {
        width: 100%;
    }

    .box-blog {
        margin-top: 30px;
    }

    .navbar-collapse ul li a {
        color: #fff !important;
    }

    .contact-us {
        padding-left: 0px !important;
        margin-top: 0;
    }

    .madical-alert-text-content .title {
        font-size: 0.9rem;
    }

    .contact-us .hero-banner-inner {
        padding: 70px 0px;
    }
}

@media only screen and (max-width: 768px) {
    .blog-post-text {
        padding-left: 20px;
    }

    .blog-post-text img {
        padding-right: 5px;
    }

    .my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .blog .box-blog {
        margin: 20px 0px;
    }

    .blog-detail .hero-banner-inner {
        padding: 70px 0px;
    }

    .blog-detail .box-blog-main .text-content {
        padding-top: 0px;
    }

    .review h6 {
        font-size: 16px;
    }

    header {
        height: auto;
    }

    .navbar-expand-lg .navbar-collapse {
        top: 70px;
    }

    .hero-banner {
        height: auto;
    }

    .hero-banner::before {
        height: -webkit-fill-available;
    }

    .text-content {
        margin-top: 20px;
    }

    .image-banner {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto 35px;
    }

    .title-section {
        text-align: center;
    }

    .blog-detail .title-section {
        text-align: start;
    }

    .image-banner img {
        margin: 0px auto;
        max-width: 50%;
    }

    .bg-discover {
        width: 90%;
    }

    .btn-discover {
        margin-left: 20px !important;
    }

    .services {
        padding: 100px 0px 50px;
    }

    .title-section {
        margin-bottom: 15px !important;
    }

    .hero-banner.section-padding {
        padding-top: 0px;
    }

    .navbar-brand img {
        height: 50px;
    }

    .section-padding {
        padding: 30px 0;
    }

    .madical-alert {
        padding: 30px;
    }

    .right-border {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .benefit-pattern {
        display: none;
    }

    .hero-banner-svg-right {
        display: none;
    }

    .form-select {
        padding-right: 80px;
    }

    .navbar {
        padding: 8px 0px;
    }

    .title-section h5 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #222;
    }

    .read-mor-btn button {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 575px) {
    .terms-of-use h3 {
        font-size: 30px;
    }

    .blog-detail .box-blog {
        margin-top: 0px;
    }

    .categories-menu .categories-menu-item a {
        font-size: 14px;
    }

    .categories-menu-item {
        margin: 5px 12px 5px 0px;
    }

    .blog-detail .box-blog-main .text-content {
        padding-top: 0;
    }

    .hero-banner-inner .title-section {
        margin-bottom: 0px !important;
    }

    .blog-detail p {
        font-size: 14px;
    }

    .img-blog-box {
        border-radius: 10px;
    }

    #blog .box-blog {
        border-radius: 15px;
    }

    .contact-us .hero-banner-inner .title-section p {
        color: #fff !important;
    }

    .privacy-policy p,
    .terms-of-use p {
        font-size: 14px;
    }

    .hero-banner-inner {
        /* background: url(../img/inner-banner\1\\(moblie\).png); */
        background-position: center;
        padding: 50px 0;
    }

    .privacy-policy h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .privacy-policy h4,
    .terms-of-use h4 {
        font-size: 16px;
    }

    .table th {
        font-size: 11px;
    }

    td {
        font-size: 12px;
    }

    .bg-discover {
        display: block !important;
    }

    .bg-discover .form-select {
        height: 50px;
        margin-bottom: 15px;
    }

    .btn-discover {
        margin: 0 !important;
    }

    .btn-discover button {
        padding: 10px 30px;
        height: 50px;
        width: 100%;
    }

    .btn-group .btn-secondary {
        padding: 0px 20px;
    }

    .form form {
        padding: 30px 20px;
    }

    .title-section .form-p {
        padding: 0;
    }

    footer .list-inline .list-inline-item::after {
        content: "";
        display: none;
    }

    footer .list-inline .list-inline-item a {
        display: inline-block;
        margin-top: 15px;
    }

    .hero-banner-inner .title-section .text-content-inner-banner {
        position: absolute;
        bottom: -350px;
        font-size: 26px;
        letter-spacing: 0;
    }

    .hero-banner-inner .title-section p {
        color: #000 !important;
        font-size: 14px;
    }

    .hero-banner-inner .title-section a.text-white {
        color: #000 !important;
        display: inline;
        font-size: 14px;
    }

    footer .list-inline .list-inline-item a {
        font-size: 14px;
    }

    footer hr {
        margin: 0px;
    }

    footer p {
        font-size: 12px;
    }

    .alert-logo {
        padding: 20px !important;
    }

    .box-number {
        font-size: 22px;
    }

    .title-section h2 {
        font-size: 28px !important;
    }

    .image-banner img {
        max-width: 100%;
    }

    .services .box-services .bg-white {
        padding: 20px;
    }

    .brand-ico img {
        max-width: 100%;
        width: auto;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .featured-logo {
        width: 100% !important;
        height: auto !important;
        max-width: max-content;
    }

    .text-content-haven-life p {
        min-height: inherit !important;
    }

    .services .box-services .bg-white .d-flex {
        display: block !important;
    }
}

@media screen and (max-width: 425px) {
    .bg-discover {
        padding: 30px 30px;
    }

    .form-select {
        padding-right: 30px;
    }

    .blog-detail p {
        font-size: 12px;
    }

    .review h4,
    .box-blog-main h5 {
        font-size: 16px;
    }

    .box-blog-main h5 {
        margin-bottom: 10px;
    }

    .blog-detail .text-content a {
        font-size: 14px;
    }

    .review h6 {
        font-size: 14px;
        padding: 0px !important;
    }

    .review {
        margin: 15px 0px;
    }

    .title-section h2 {
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 375px) {
    .hero-banner-svg-right {
        display: none;
    }

    .blog-detail .box-blog-main .text-content {
        padding: 10px;
        margin-top: 0;
    }

    .box-blog-main {
        margin-top: 0px !important;
    }

    .box-blog-main h5 {
        font-size: 14px;
        line-height: 17px;
    }

    .review h4 {
        font-size: 12px;
    }

    .blog-detail p,
    .title-section p {
        font-size: 11px;
    }

    .blog-detail p {
        margin-bottom: 10px !important;
    }

    .madical-alert .box-madical-alert {
        margin: 0px !important;
        margin-top: 15px !important;
    }

    .form-subscribe .form-control {
        font-size: 14px;
    }

    .list-inline.footer-links {
        padding: 30px 0 !important;
    }

    .btn-discover {
        margin-top: 10px;
    }

    .btn-group .btn-secondary {
        padding: 10px 20px;
    }

    .bg-discover {
        display: block !important;
        text-align: center;
        width: 90%;
    }

    .social-media {
        display: flex;
        justify-content: center;
    }

    .form-select {
        padding-right: 55px;
    }

    .btn-discover {
        margin-left: 0px !important;
    }

    .form .title-section h2 {
        font-size: 20px;
    }

    li.list-inline-item.text-white {
        display: block;
    }

    .madical-alert {
        padding: 8px;
    }

    #faqs .title-section h2 {
        font-size: 18px;
        margin-top: 30px;
    }

    .accordion-flush>.accordion-item>.accordion-header .accordion-button,
    .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed,
    .accordion-body {
        font-size: 12px;
    }

    .blog-detail .img-contant img {
        width: 65%;
    }

    .post-blog {
        padding: 20px;
    }

    .categories {
        padding: 20px;
    }

    .icon-text-post p {
        margin-bottom: 0px !important;
    }

    .post-blog .per a {
        font-size: 14px;
    }

    .categories-menu-item-d-block {
        text-align: center;
    }

    .categories-menu-item {
        margin-right: 0;
    }
}

.ribbon3 {
    width: auto;
    height: auto;
    line-height: 35px;
    padding-left: 11px;
    position: absolute;
    left: -8px;
    top: 35px;
    background: #59324c;
    color: #fff;
    z-index: 9999;
    padding-right: 10px;
}

.ribbon3:before,
.ribbon3:after {
    content: "";
    position: absolute;
}

.ribbon3:before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid black;
    border-left: 9px solid transparent;
}

.ribbon3:after {
    height: 0;
    width: 0;
    right: -10.5px;
    border-top: 21px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #59324c;
}

.details_latest_blog_img {
    width: 100%;
}

.star.selected {
    color: gold;
}

span.star,
span.star-advertiser-details {
    font-size: 1.8rem;
}

.star {
    font-size: 20px;
    margin: 0 2px;
    color: #d3d3d3;
}

.blog {
    background-color: #ddd5d5;
}

.blog {
    background: #fbf7ed;
    position: relative;
    z-index: 1;
}

.section-padding {
    padding: 30px 0px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.justify-content-center {
    justify-content: center !important;
}

.category_details_container,
.blog_list_container,
.blog_details_container,
.advertiser_details_container .terms_and_condition_container .privacy_policy_container {
    width: 100% !important;
}

.product-card {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    position: relative;
    background-color: #fff;
    border: 1px solid #b0cbe6;
    margin-bottom: 40px;
}

.product-card a,
.text-content-inner-banner a {
    color: #0c2868;
}

.rank-indicator {
    position: absolute;
    top: -15px;
    left: 15px;
    background: linear-gradient(135deg, #000000, #000000);
    color: white;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18);
    z-index: 5;
    display: flex;
    flex-direction: column;
    min-width: 44px;
    transform: translateY(0);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card:hover .rank-indicator {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.rank-number {
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.product-logo {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-logo img {
    max-height: 100%;
    max-width: 200px;
    object-fit: contain;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.btn-discover button,
.form-subscribe .btn,
.read-mor-btn button,
.btn-submit,
.read-more-btn,
a.btn {
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 16px;
    background: #932c8c;
    border-color: #932c8c;
    color: #ffffff;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.quote-btn {
    padding: 10px 15px;
    font-weight: 600;
    /* font-size: 16px; */
}

.blog-detail {
    background: #fff;
    box-shadow: 0px 0px 20px #dfdfdf;
}

.section-padding {
    padding: 30px 0px;
}

.blog-detail .box-blog {
    background: #fff;
    box-shadow: 0 0 70px #d8d8d8;
    border-radius: 12px;
}

.img-blog-box {
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
}

.title-section {
    position: relative;
}

.overflow-hidden {
    overflow: hidden !important;
}

.carousel-nav {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.d-flex {
    display: flex !important;
}

.carousel-nav a.active {
    color: #000;
    border-bottom: 1px solid #000000;
}

.carousel-nav a {
    color: #999;
    padding: 20px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}

.col {
    flex: 1 0 0%;
}

.sin-coupon {
    border: 1px solid #ececec;
    margin-bottom: 30px;
    /*background: rgb(237 242 250 / 51%);*/
    border-radius: 10px;
    padding: 15px 15px;
    align-items: center;
    justify-content: space-between;
}

.sin-coupon-adv-pro-parent {
    padding-left: 10px;
}

.sin-coupon-product-img {
    width: 100%;
}

.coupon-img {
    height: auto;
    text-align: left;
    background: transparent;
}

.coupon-img img {
    object-fit: contain;
    width: 100%;
}

.w-100 {
    width: 100% !important;
}

.review-content {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 15px;
    align-items: center;
}

.coupon-content {
    padding: 0px 30px;
    position: relative;
}

.review-content {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 15px;
    align-items: center;
}

span.star,
span.star-advertiser-details {
    font-size: 1.8rem;
}

.coupon-code {
    text-align: right;
    padding-top: 0px;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}

.coupon-hcode {
    width: 190px;
    background: #073763;
    border: none;
    height: 42px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    border-radius: 0;
}

.getcode {
    position: relative;
    z-index: 5;
    text-transform: uppercase;
}

.pdes {
    margin-top: 20px;
}

.pdes h6,
.pdes p,
.pdes div {
    background-color: transparent !important;
}

.owl-nav {
    display: none;
}

.coupon-content p {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 0px;
    margin-right: 10px;
}

.star-advertiser-details {
    font-size: 20px;
    margin: 0 2px;
    color: #212529;
}

.product-card-parent>*:nth-child(n + 2) {
    margin-top: 20px;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 768px) {
    .d-md-flex {
        display: flex !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }
}

.blog {
    background-color: #ddd5d5;
}

/* Featured Card */
.featured-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    border: 2px solid#79a1a9;
}

.featured-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.featured-logo {
    width: 50%;
    height: 100px;
    object-fit: contain;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.read-more-btn {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    background: #073763;
    border: 0;
    color: #fff;
    position: relative;
    padding: 10px 25px;
    border-radius: 30px;
    height: auto;
}

.read-more-btn:hover,
.read-more-btn:focus {
    opacity: 1;
    color: white;
    transform: translateX(5px);
    background-color: #04070a;
}

.featured-description {
    min-height: 80px;
    display: none;
}

.text-content-haven-life h3 {
    font-size: 20px;
}

.text-content-haven-life p {
    min-height: 80px;
    margin-bottom: 15px !important;
}

.text-content-haven-life p:empty {
    display: none;
}

.transition-all {
    transition: all 0.3s ease;
}

.bg-sub button:hover {
    background-color: #04070a;
    color: #fff;
    border-color: #04070a;
}

/* End Featured Card */

#footer {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.05);
}

.title-section h6 {
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
}

.title-section h6 span {
    position: relative;
    z-index: 1;
    padding: 0 5px;
}

.title-section h6 span::after {
    content: "";
    position: absolute;
    height: 8px;
    background-color: rgba(var(--bs-success-rgb), 0.2);
    width: 100%;
    bottom: 2px;
    left: 0;
    z-index: -1;
}

.social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 0%;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0 5px;
    transition: all 0.3s ease;
    text-align: center;
    line-height: 1;
    padding: 0;
}

.social-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.social-icon i {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 25%;
    transform: translateY(-50%);
    line-height: 0;
}

.footer-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    margin: 0 10px;
    position: relative;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: var(--bs-success);
}

.footer-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: var(--bs-success);
    transition: width 0.3s ease;
}

.footer-link:hover::after {
    width: 100%;
}

.copyright-wrapper {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #666;
}

/* start - Global Button Configuration */

.btn-discover button,
.form-subscribe .btn,
.read-mor-btn button,
.btn-submit,
.read-more-btn,
a.btn {
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 16px;
    background: #932c8c;
    border-color: #932c8c;
    color: #ffffff;
}

.btn-discover button:hover,
.form-subscribe .btn:hover,
.read-mor-btn button:hover,
.btn-submit:hover,
.read-more-btn:hover,
a.btn:hover {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

/* end - Global Button Configuration */

.contact-us .hero-banner-inner {
    background: url("../../assets/classic/contact-us-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px;
    background-position: center center;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.product-title {
    padding: 0px 25px;
    font-weight: bold;
}

.product-card-empty {
    text-align: center;
    padding: 10px 0px;
}

.content-time {
    margin-top: 10px;
}

.blog-content-title {
    padding: 0px 20px;
}

.blog-details-list {
    text-align: left;
    margin-top: 5px;
    height: 75px;
}

.blog-list-title {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.blog-list-xtime {
    padding: 0px 5px;
    font-size: 14px;
    color: #a6a6a6;
}

.blog-list-category {
    display: inline-block;
    padding: 3px 20px;
    background: linear-gradient(to right, #377DF4, #4A90E2);
    /* blue gradient */
    color: white;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 12px;
    border: none;
    border-radius: 999px;
    /* pill shape */
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}

.blog-list-category:hover {
    background: linear-gradient(to right, #2c6ed1, #3f7ad9);
    /* slightly darker on hover */
}

.blog-list-category-parent {
    text-align: left;
    padding-bottom: 8px;
}

.read-now-blog {
    text-decoration: none;
    background-color: #f2f2f2;
    padding: 3px 5px;
    border-radius: 14px;
    font-size: 14px;
}

.author-row {
    padding: 5px 31px 15px 31px;
}

.author-image {
    padding: unset;
}

.blog-updated {
    font-size: 12px;
    text-align: left;
    color: #a6a6a6;
}

.author-name {
    text-align: left;
    font-size: 14px;
    font-weight: 550;
    padding-top: 7px;
}

.img-hero-section {
    border-radius: 25px;
}

.img-hero-section-parent {
    padding: 0px 0px 10px 10px;
}

.advertisers-name-h3 {
    font-weight: bold;
}

.author-icon {
    width: 70% !important;
}

.star-span {
    color: #facc15;
    font-size: 1.125rem;
}

.rating-container-1 {
    float: right;
}

.adv-product-title {
    font-size: 15px;
    font-weight: bold;
}

.sin-coupon-adv-pro-parent>.sin-coupon {
    margin-bottom: 5px !important;
}

.active_adv {
    display: block;
}

.deactive_adv {
    display: none;
}

.and-more {
    color: #073763;
}

.latest-post-author-icon {
    width: 30px;
}

.feature-category-tiles {
    height: 110px;
}

@media (max-width: 768px) {
    .form-subscribe .input-group {
        display: flex;
        flex-direction: column;
    }

    .form-subscribe .input-group>* {
        margin-bottom: 10px;
        border-radius: 4px !important;
    }

    .social-icon {
        margin: 5px;
    }

    .form-subscribe .form-control {
        width: 100% !important;
    }

    footer .navbar-brand img {
        margin-bottom: 0px;
        height: auto;
        width: 70%;
    }

    /*footer{padding: 0;}*/
    .featured-card {
        margin-bottom: 15px;
    }
}