:root {
    --bs-primary: #FF3A54;
    --bs-text-primary: #FF3A54;
    --bs-primary-inverse: #ffffff;
    --bs-primary-active: #f2334c;
    --bs-primary-light: #fff1f1;
    --bs-primary-rgb: 255, 58, 84;
    --bs-scrolltop-bg-color: #FF3A54;
    --bs-scrolltop-bg-color-hover: #f2334c;
    --bs-component-active-bg: #FF3A54;
    --bs-component-hover-color: #FF3A54;
    --bs-component-checked-bg: #FF3A54;
    --bs-menu-link-color-hover: #FF3A54;
    --bs-menu-link-color-show: #FF3A54;
    --bs-menu-link-color-here: #FF3A54;
    --bs-menu-link-color-active: #FF3A54;
    --bs-ribbon-label-bg: #FF3A54;
    --bs-secondary: #11161F;
    --bs-text-secondary: #262626;
    --ele-third-color: #626262;
    --ele-fourth-color: #9C9C9C;
    --ele-five-color: #FDE1E5;
    --ele-six-color: #787878;
    --ele-seven-color: #F5F5F5;
    --ele-eight-color: #5C5C5C;
    --ele-nine-color: #FEBB02;
    --ele-ten-color: #CDF2D3;
    --ele-11-color: #5A5365;
    --ele-12-color: #058A07;
    --ele-13-color: #26244A;
    --ele-14-color: #919EAB1F;
    --ele-15-color: #DCEEFF;
    --ele-16-color: #64748B;
    --ele-17-color: #F8E8BD;
    --ele-18-color: #111111;
    --ele-19-color: #555555;
    --ele-20-color: #807D7E;
    --ele-21-color: #8A8989;
    --ele-lgbg1-color: linear-gradient(180deg, #ffdede 25% 25%, #820606 100%);
    /* --ele-lgbg1-color: linear-gradient(180deg, rgba(226, 255, 222, 0.9) 25%, rgba(6, 130, 25, 0.7) 100%); */
    --box-shadow-one: 0px 0px 30px 0px #2E0D4F1A;
    --box-shadow-two: 0px 0px 50px 0px #7042E133;
    --box-shadow-three: 0px 0px 15px 0px #c9111133;
    --box-shadow-four: 0px 0px 40px 0px #0000001A;
    --box-shadow-five: -10px 0px 60px 0px #00000012;
    --box-shadow-six: 0px 0px 50px 0px #D0FFD4;
    --bs-pagination-hover-color: var(--bs-primary) !important;
    --bs-pagination-focus-color: var(--bs-primary) !important;
    --bs-pagination-active-bg: var(--bs-primary) !important;
}

.ele-third-color {
    color: var(--ele-third-color) !important
}

.ele-fourth-color {
    color: var(--ele-fourth-color) !important
}

.ele-five-color {
    color: var(--ele-five-color) !important
}

.ele-six-color {
    color: var(--ele-six-color) !important
}

.ele-eight-color {
    color: var(--ele-eight-color) !important
}

.ele-nine-color {
    color: var(--ele-nine-color) !important
}

.ele-11-color {
    color: var(--ele-11-color) !important
}

.ele-16-color {
    color: var(--ele-16-color) !important
}

.ele-five-bg-color {
    background-color: var(--ele-five-color) !important
}

.ele-seven-bg-color {
    background-color: var(--ele-seven-color) !important
}

.ele-seven-bg-color {
    background-color: var(--ele-seven-color) !important
}

.ele-ten-bg-color {
    background-color: var(--ele-ten-color) !important
}

.ele-12-bg-color {
    background-color: var(--ele-12-color) !important
}

.ele-13-bg-color {
    background-color: var(--ele-13-color) !important
}

.ele-14-bg-color {
    background-color: var(--ele-14-color) !important
}

.ele-15-bg-color {
    background-color: var(--ele-15-color) !important
}

.ele-17-bg-color {
    background-color: var(--ele-17-color) !important
}

.ele-18-color {
    color: var(--ele-18-color) !important
}

.ele-19-color {
    color: var(--ele-19-color) !important
}

.ele-20-color {
    color: var(--ele-20-color) !important
}


.ele-21-color {
    color: var(--ele-21-color) !important
}


.ele-lgbg1-color {
    background: var(--ele-lgbg1-color) !important
}

.ele-12-border-color {
    border-color: var(--ele-12-color) !important
}

.btn {
    --bs-btn-border-radius: 8px
}

.box-shadow-one {
    box-shadow: var(--box-shadow-one)
}

.box-shadow-two {
    box-shadow: var(--box-shadow-two)
}

.box-shadow-three {
    box-shadow: var(--box-shadow-three)
}

.box-shadow-four {
    box-shadow: var(--box-shadow-four)
}

.box-shadow-five {
    box-shadow: var(--box-shadow-five)
}

.box-shadow-six {
    box-shadow: var(--box-shadow-six)
}

.mb-n60px {
    margin-bottom: -60px
}

.mt-n101px {
    margin-top: -101px
}


.mt-n145px {
    margin-top: -145px
}

.mt-n160px {
    margin-top: -160px
}

.mt-n190px {
    margin-top: -190px
}

.mt-n220px {
    margin-top: -220px
}

.mt-n100px {
    margin-top: -100px
}

.bg-transparent {
    background-color: #fff0
}

.w-fit-content {
    width: fit-content
}

.transform-90deg {
    transform: rotate(90deg)
}

.h-100-mt-70px {
    height: calc(100% - 70px)
}

.h-100-mt-80px {
    height: calc(100% - 80px)
}

.active>.page-link,
.page-link.active {
    background: var(--bs-primary) !important;
}

.page-link:hover {
    color: var(--bs-primary) !important;
}

.object-fit-cover {
    object-fit: cover;
}

@media (max-width:576px) {
    br {
        display: none
    }
}

@media (min-width:768px) {
    .fs-md-40px {
        font-size: 40px !important;
    }

    .fs-md-34px {
        font-size: 34px;
    }

    .fs-md-50px {
        font-size: 50px;
    }
}

@media (min-width:576px) {
    .mb-sm-70px {
        margin-bottom: 70px !important;
    }

    .mb-sm-10px {
        margin-bottom: 10px !important;
    }

    .mb-sm-50px {
        margin-bottom: 50px !important;
    }
}

@media (min-width:992px) {

    .container {
        --bs-gutter-x: 8rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
        max-width: none;
    }
}

.form-check-primary .form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-outline-primary {
    --bs-btn-color: #FF3A54;
    --bs-btn-border-color: #FF3A54;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #FF3A54;
    --bs-btn-hover-border-color: #FF3A54;
    --bs-btn-focus-shadow-rgb: 0, 158, 247;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #FF3A54;
    --bs-btn-active-border-color: #FF3A54;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.125);
    --bs-btn-disabled-color: #FF3A54;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #FF3A54;
    --bs-gradient: none;
}

/* ---------------------------------- */

.landing-header {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%
}

.wishlist-notification {
    color: #d0cee4 !important;
    background-color: #353649 !important;
    border-color: #3992a3 !important;
    cursor: pointer
}

#kt_carousel_1_carousel.carousel-connect-now .carousel-indicators.carousel-indicators-dots li:after {
    height: 11px;
    width: 11px
}

#kt_carousel_1_carousel.carousel-connect-now .carousel-indicators.carousel-indicators-dots li.active:after {
    transition: all .3s ease;
    height: 11px;
    width: 11px;
    background-color: var(--bs-success)
}

#kt_carousel_1_carousel.carousel-connect-now .carousel-indicators {
    position: absolute;
    bottom: 4px
}

#kt_carousel_1_carousel.carousel-connect-now .carousel-indicators [data-bs-target] {
    margin-right: 0
}

.auth-image {
    min-height: calc(100% - 65px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem
}

.auth-tabs {
    width: fit-content;
    margin: auto;
    background-color: #FF3A541A;
    padding: 9px 12px;
    border-radius: 33px;
    margin-bottom: 15px
}

.nav-line-tabs.auth-tabs .nav-item .nav-link {
    /* background-color: #FF3A541A; */
    padding: 8px 50px;
    border-radius: 33px;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 0 !important;
    margin: 0 .2rem;
    color: var(--bs-success)
}

.nav-line-tabs.auth-tabs .nav-item .nav-link.active,
.nav-line-tabs.auth-tabs .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs.auth-tabs .nav-item.show .nav-link {
    background-color: var(--bs-primary);
    color: #fff
}

.form-check.auth-form-check .form-check-input {
    width: 1.4rem;
    height: 1.35rem;
    margin-top: .125rem;
    border: 1px solid var(--bs-gray-700);
    border-radius: 1px
}

.form-check.auth-form-check:not(.form-switch) .form-check-input[type=checkbox] {
    background-size: 80% 80%
}

@media (max-width:385px) {
    .auth-tabs {
        padding: 6px 8px
    }

    .nav-line-tabs.auth-tabs .nav-item .nav-link {
        padding: 8px 35px
    }
}

.image-left-wrapper {
    border-radius: 30px;
    padding: 20px 30px;
    background-color: var(--ele-17-color);
    position: relative;
    /* padding-bottom: 85px; */
    height: 100%
}

.image-left-wrapper img {
    /* width: 100%; */
    max-width: 120px;
    position: absolute;
    right: 30px;
    bottom: 15px;
    border-bottom-right-radius: 30px
}

.image-right-wrapper {
    border-radius: 30px;
    padding: 20px 30px;
    background-color: var(--ele-15-color);
    position: relative;
    /* padding-bottom: 85px; */
    height: 100%
}

.image-right-wrapper img {
    /* width: 100%; */
    max-width: 120px;
    position: absolute;
    right: 30px;
    bottom: 15px;
    border-bottom-right-radius: 30px
}

@media (max-width:1200px) and (min-width:992px) {
    .image-left-wrapper img {
        max-width: 265px
    }
}

@media (max-width:576px) {
    .image-left-wrapper {
        padding-bottom: 150px
    }

    .image-right-wrapper {
        padding-bottom: 180px
    }
}

.carve-shape {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    margin: 70px 0
}

.why-choose-us-section {
    margin-top: 60px;
    margin-bottom: 60px;
}


.why-choose-us-section .right-side {
    background-color: #f2f1ef;
    border-radius: 30px;
    height: 100%;
}

.why-choose-us-section .right-side img {
    object-fit: cover;
    border-radius: 30px;

}

@media (max-width:992px) {
    .why-choose-us-section .right-side {
        text-align: center
    }
}

@media (max-width:576px) {
    .why-choose-us-section .left-side {
        padding: 65px 0;
        padding-top: 80px
    }

    .why-choose-us-section .right-side {
        padding-bottom: 50px
    }
}

/* our matrics */

#our-metrics-carousel.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -100px;
}

#our-metrics-carousel.owl-theme .owl-nav img {
    border-radius: 50%;
}

#our-metrics-carousel.owl-theme .owl-stage-outer,
#our-metrics-carousel.owl-theme .owl-stage {
    display: flex
}

#our-metrics-carousel.owl-theme .owl-stage>.owl-item {
    display: flex;
    flex: 1 0 auto;
    height: 100%
}

#our-metrics-carousel.owl-theme .owl-stage>.owl-item>.item>div {
    height: 100%
}

@media (max-width:992px) {

    #our-metrics-carousel.owl-theme .owl-nav {
        position: unset;
        left: unset
    }
}

/* our matrics */

.our-clients-section {
    background: #FFF2F2;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 230px
}

.our-clients-section .left-side {
    flex: 0 0 auto;
    width: 100%
}

.our-clients-section .right-side {
    flex: 0 0 auto;
    width: 100%
}

#our-clients-carousel.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -100px;
}

#our-clients-carousel.owl-theme .owl-nav img {
    border-radius: 50%;
}

#our-clients-carousel.owl-theme .owl-stage-outer,
#our-clients-carousel.owl-theme .owl-stage {
    display: flex
}

#our-clients-carousel.owl-theme .owl-stage>.owl-item {
    display: flex;
    flex: 1 0 auto;
    height: 100%
}

#our-clients-carousel.owl-theme .owl-stage>.owl-item>.item>div {
    height: 100%;
    min-height: 300px;
}

@media (min-width:1200px) {
    #our-clients-carousel.owl-theme .owl-nav {
        position: absolute;
        /* left: -50% */
    }
}

@media (max-width:1199px) {
    .our-clients-section .left-side {
        flex: 0 0 auto;
        width: 50%
    }

    .our-clients-section .right-side {
        flex: 0 0 auto;
        width: 50%
    }

    #our-clients-carousel.owl-theme .owl-nav {
        position: absolute;
        /* left: -105% */
    }
}

@media (max-width:992px) {
    .our-clients-section .left-side {
        flex: 0 0 auto;
        width: 100%
    }

    .our-clients-section .right-side {
        flex: 0 0 auto;
        width: 100%
    }

    #our-clients-carousel.owl-theme .owl-nav {
        position: unset;
        left: unset
    }
}

@media (max-width:992px) {
    .our-clients-section {
        padding-top: 85px;
        padding-bottom: 250px
    }
}

.overlap-wrapper-section {
    margin-top: -175px
}

.blog-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative
}

.blog-wrapper-date {
    position: absolute;
    top: -20px;
    right: 20px;
    background-color: var(--bs-primary);
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 17px 18px;
    border-radius: 6px;
    text-align: center;
    width: 61px
}

.blog-wrapper-date:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 60px;
    width: 0;
    height: 0;
    border-top: 18px solid #fff0;
    border-right: 25px solid var(--bs-primary);
    border-bottom: 0 solid #fff0
}

@media (max-width:576px) {
    .blog-wrapper {
        margin-bottom: 30px
    }
}

.subscribe-bg {
    background-image: url(../media/elevate_images/images/subscribe_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
    background-color: #fff;
    border: 1px solid #D5D5D5;
    box-shadow: 0 10px 60px 0 #0000001A;
    border-radius: 35px;
}

.subscribe-wrapper {
    position: relative;
    padding-top: 22px;
    padding-bottom: 35px;
}

.subscribe-wrapper>div {
    background-color: #D7D6D6;
}

.subscribe-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -22px;
    background-image: url(../media/elevate_images/images/image2.png);
    background-repeat: no-repeat;
    width: 95%;
    height: 100%;
}

@media (max-width:576px) {
    .subscribe-wrapper {
        margin-top: 30px
    }
}

.footer-bg {
    background-color: #000
}

.footer-bg .icons-bg {
    background-color: var(--bs-white);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 21px
}

.footer-bg .social-icons-bg {
    background-color: var(--bs-white);
    height: 15px;
    width: 15px;
    border-radius: 50%;
    padding: 15px
}

.footer-bg a {
    color: #fff
}

.category-grid {
    flex: 0 0 auto;
    width: 20%
}

@media (max-width:1200px) {
    .category-grid {
        flex: 0 0 auto;
        width: 25%
    }
}

@media (max-width:992px) {
    .category-grid {
        flex: 0 0 auto;
        width: 33.33333%
    }
}

@media (max-width:768px) {
    .category-grid {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (max-width:768px) {
    .category-grid {
        flex: 0 0 auto;
        width: 50%
    }
}

.col-lg-9.list-view-image-grid {
    flex: 0 0 auto;
    width: 73%
}

.col-lg-3.list-view-image-grid {
    flex: 0 0 auto;
    width: 27%
}

@media (max-width:992px) {
    .col-lg-9.list-view-image-grid {
        width: 70%
    }

    .col-lg-3.list-view-image-grid {
        width: 29%
    }
}

@media (max-width:768px) {
    .col-lg-9.list-view-image-grid {
        width: 100%
    }

    .col-lg-3.list-view-image-grid {
        width: 100%;
        display: flex;
        justify-content: space-between
    }
}

@media (min-width:576px) {
    .fs-sm-24px {
        font-size: 24px;
    }

    .fs-sm-18px {
        font-size: 18px;
    }
}


.accordion.accordion-icon-toggle .collapsed .accordion-icon .svg-icon,
.accordion.accordion-icon-toggle .collapsed .accordion-icon i {
    color: var(--bs-black);
    --bs-bg-rgb-color: var(--bs-white-bg-rgb);
    background-color: #fff !important;
    border-radius: 50% !important;
    font-size: 2rem !important;
    padding: .2rem !important
}

.accordion.accordion-icon-toggle .accordion-icon .svg-icon,
.accordion.accordion-icon-toggle .accordion-icon i {
    color: var(--bs-white);
    --bs-bg-rgb-color: var(--bs-primary-rgb);
    background-color: var(--bs-primary) !important;
    border-radius: 50% !important;
    font-size: 2rem !important;
    padding: .2rem !important
}

.accordion.accordion-icon-toggle .accordion-icon {
    transform: rotate(45deg)
}

.pricing_card {
    color: #191D23;
    background-color: var(--bs-white);
    border: 1px solid #f4f4f4;
    margin-bottom: 20px;
    height: calc(100% - 20px)
}

.pricing_card:hover {
    color: var(--bs-white);
    background-color: #0A843D;
    box-shadow: 0 10px 25px 0 #CCFFDA
}

.pricing_card.active {
    color: var(--bs-white);
    background-color: #0A843D;
    box-shadow: 0 10px 25px 0 #CCFFDA
}

.pricing_card .btn-pricing {
    width: 100%;
    --bs-btn-padding-x: 12px;
    --bs-btn-padding-y: 12px;
    --bs-btn-font-size: 1.1rem;
    --bs-btn-font-weight: 600;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #11C95E;
    --bs-btn-bg: #FFFFFF;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: #11C95E;
    --bs-btn-border-radius: 0.375rem;
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.pricing_card .btn-pricing:hover {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000
}

.pricing_card:hover .btn-pricing {
    --bs-btn-border-color: #0A843D
}

.pricing_card .not_included {
    color: #A0ABBB
}

.pricing_card:hover .not_included {
    color: #fff
}

.pricing_card.active .not_included {
    color: #fff
}

.pricing_card_section .save_img {
    position: absolute;
    width: 200px !important;
    left: 100%;
    top: 0
}

@media (max-width:768px) {
    .pricing_card_section .save_img {
        width: 120px !important;
        left: 100%;
        top: 10px
    }
}

@media (max-width:576px) {
    .pricing_card_section .save_img {
        width: 95px !important;
        left: 12px;
        top: 25px;
        rotate: 10deg
    }
}

.pricing_card_section .form-switch.form-check-solid .form-check-input:not(:checked) {
    background-color: #b5b5b5
}

#my-profile-tabs .nav-pills .nav-link.active,
#my-profile-tabs .nav-pills .show>.nav-link {
    color: var(--bs-primary);
    background-color: var(--bs-primary-light);
    transition: unset
}

#my-profile-tabs .nav-pills .nav-link.active .bi {
    color: var(--bs-primary);
    transition: unset
}

#my-profile-tabs .nav-link {
    color: var(--ele-16-color);
    padding: 10px 18px 10px 18px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 50px;
    transition: unset
}

#my-profile-tabs .nav-link .bi {
    color: var(--ele-16-color);
    transition: unset
}

@media (max-width: 991.98px) {
    .scrolltop {
        bottom: 80px !important;
    }
}

.custom-swal-title,
.custom-swal-text {
    text-transform: capitalize;
}

.ele-seven-bg-color.p-30px.mt-10px.rounded {
    position: relative;
    height: 200px;
}

.bg-white.box-shadow-four.rounded.mt-25px.mb-n60px {
    position: absolute;
    bottom: 30px;
    width: 80%;
}

/* Wishlist icon */
.add_wishlist_icon {
    position: absolute;
    bottom: 0;
    right: 45px;
    width: 39px;
    height: 39px;
    background-color: #FDE1E5;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 15px;
    z-index: 1;
    cursor: pointer;
}

/* Wishlist icon */
.add_call_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 39px;
    height: 39px;
    background-color: #23C8B9;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 15px;
      z-index: 1;
      cursor: pointer;
}

/* .custom-swal-header {
    background: #f07283 !important;
    padding: 50px 40px;
    position: relative;
} */

.loader-gif{
    width:100%;
}
/* ================= blog section ====================== */
.highlighted_section{
    padding: 15px;
    background-color: #fcdfd9;
    border-radius: 10px;
}
.blog_body h2{
    font-size: calc(1.325rem + .6vw);
    font-weight: 700;
    margin: 20px 0;
}
.blog_body h3{
    font-size: calc(1.325rem + .4vw);
}
.blog_body table{
    margin: 20px 0 30px;
    font-size: 15px;
}
.blog_body .blog_para{
    font-size: 16px;
    text-align: justify;
}
.blog_body h2,
.blog_body h3 {  
  scroll-margin-top: 100px;
}


@media (max-width: 576px) {
.create_profile_wrapper img.float-end{
    margin-bottom: 10px;
}
}