:root {
    --theme-primary-color: #00c46d;
    --theme-secondary-color: #ffaa48;
    --theme-most-color: var(--theme-primary-color);
    --theme-light-pick: #f18b92;
    --dark: #000000;
    --light-dark: #999999;
    --light-yellow: #ddb65c;
    --white: #ffffff;
    --gray: #eeeeee;
    --anchor-text-color: #5846f9;
    --anchor-text-color-hover: #027c46;
    --heading-text-color: #141417;
    --heading-line-color: #b9c7f6;
    --section-card-one-color: var(--theme-secondary-color);
    --section-card-two-color: #f9d464;
    --section-card-three-color: var(--theme-most-color);
    --header-footer-color: var(--heading-text-color);
    --body-text-color: #4b4b4b;
    --font-14-size: 14px;
    --font-16-size: 16px;
    --font-family-head: 'Lexend', sans-serif;
    --font-family-body: 'Poppins', sans-serif;

    /* background-image: linear-gradient(#a157e7, #2154f2); */
}

*::before,
*::after {
    box-sizing: border-box;
}


body {
    font-family: var(--font-family-body);
    color: var(--body-text-color);
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

#cutomer_review_submit_alert {
    display: none;
}

p {
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
}

.text-sm {
    font-size: 0.875rem !important;
}

.text-dark {
    color: #344767 !important;
}

.text-primary {
    color: var(--theme-primary-color) !important
}

.btn-link {
    text-decoration: none;
    color: #f2295b;
}


a {
    color: var(--theme-primary-color);
    text-decoration: none;
}

a:hover {
    color: var(--anchor-text-color-hover);
    text-decoration: none;
}

dl,
ol,
ul {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-head);

    color: var(--heading-text-color);
}

h1, .h1, .fs-1 .display-1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.4em;
}

h2,
.h2 .fs-2 .display-2 {
    color: #313336;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4em;
}

.h3,
h3,
.fs-3,
.display-3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6em;
}

.h4,
h4,
.fs-4,
.display-4 {
    font-size: 1.7rem;
}

.p_relative {
    position: relative;
}

.p_absolute {
    position: absolute;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s !important;
}
input[data-autocompleted] {
    background-color: transparent !important;
}
.text-xs {
    font-size: .75rem !important;
    line-height: 1.25;
}

.text-gray-color {
    color: rgb(212 218 224);
}

.bg-gradient-primary {
    background: var(--theme-primary-color);
}

.btn.bg-gradient-primary {
    background: var(--theme-primary-color);
    color: var(--white);
    border: none;

}

.btn.bg-gradient-primary:hover, .btn.bg-gradient-secondary {
    background: #000;
    color: var(--white);
}

.btn-primary:hover, .btn.bg-gradient-primary:hover {
    color: var(--white);
    transform: scale(1.02);
}

.text-gradient {
    color: var(--theme-primary-color);
}

.btn.bg-gradient-secondary {
    background: var(--theme-secondary-color);
    color: var(--white);
    border: none;
}

.package-list-iem-btns {
    display: flex !important;
    align-items: center;
    align-content: center;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -1px;
    overflow-x: auto;
    text-align: start;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.package-list-iem-btns a {
    padding: 5px 20px !important;
    font-size: 16px;

}

.bg-other-color {
    border: 1px solid var(--theme-primary-color) !important;
    background: var(--white) !important;
    color: var(--theme-primary-color) !important;
    border-radius: 50px;
}

.bg-other-color:hover {
    border: 1px solid #000000 !important;
    background: #000000 !important;
    color: var(--white) !important;
}

.bg-other-color.active {
    background: #00c46d !important;
    color: #fff !important;
}

.bg-other-color.active:hover {
    border: 1px solid var(--theme-primary-color) !important;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
    border-top: none !important;
    height: 1px;
}

hr.horizontal.dark {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

hr.horizontal {
    background-color: transparent;
}

.btn-secondary {
    background: #00c46d;
    border: 1px solid #0ebf70;
    color: #fff;
    transform: scale(1);
    animation: pulse 2s infinite;
    font-size: 16px;
}

.btn-secondary:hover {
    background: #0ebf70;
    border: 1px solid #0ebf70;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(158 248 194 / 80%);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 10px;
    bottom: 85px;
    z-index: 996;
    transform: rotate(90deg);
    background: -webkit-linear-gradient(45deg, var(--theme-primary-color) 0%, var(--theme-secondary-color) 100%);
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 500ms ease;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*new */
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 35px;
    width: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: bootstrap-icons!important;
    font-weight: 900;
    content: '\F145';
    text-align: center;
    font-size: 16px;
    color: #1f2029;
    left: 0;
    top: 0;
    height: 35px;
    width: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.lightScrollIcon::after {
    color: #ecedf3 !important;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: bootstrap-icons!important;
    font-weight: 900;
    content: '\F145';
    text-align: center;
    font-size: 16px;
    opacity: 0;
    background-image: linear-gradient(298deg, #00c46d, #00c46d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 35px;
    width: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*new end*/


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    background: #d4eee3;
    /* box-shadow: 1px 1px 1px 0 #edebeb; */
}

#header.header-scrolled, #header.header-inner-pages {
    background: #d4eee3;
    padding: 15px 0;
    box-shadow: 0px 2px 15px rgb(30 29 29 / 28%);
    --border-bottom-width: 0.5px;
    --border-color: rgba(255, 255, 255, 0.1);
    --border-left-width: 0.5px;
    --border-right-width: 0.5px;
    --border-style: solid;
    --border-top-width: 0.5px;
    /* backdrop-filter: blur(20px); */
    /* background: linear-gradient(rgba(209, 209, 209, 0.15) 0%, rgba(102, 102, 102, 0.05) 100%); */
    box-shadow: rgba(0, 0, 0, 0.11) 0px 0.636953px 0.636953px -0.9375px, rgba(0, 0, 0, 0.1) 0px 1.9316px 1.9316px -1.875px, rgba(0, 0, 0, 0.09) 0px 5.10612px 5.10612px -2.8125px, rgba(0, 0, 0, 0.04) 0px 16px 16px -3.75px;
    opacity: 1;
}

#header .home_back_btn-box {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 150px;
    display: flex;
    align-items: center;
}

/* #header .logo {
    width: 40px;
} */
#header .logo a {
    color: var(--white);
}

#header .logo img {
    width: 200px;
}

.page-offer {
    background: var(--theme-primary-color);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar > ul > li {
    margin: 3px;
    padding: 0px 5px;
    border-right: 1px solid #eee;
}

.navbar > ul > li:nth-last-child(1) {
    border-right: none;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 3px;
    color: #141417;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar > ul > li.dropdown i.bi.bi-chevron-down {
    display: none;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: var(--theme-most-color);
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    right: -10px;
    top: calc(100% + 30px);
    margin: 0;
    border-radius: 5px;
    padding: 10px 0;
    z-index: 103;
    opacity: 0;
    visibility: hidden;
    background: var(--white);
    box-shadow: 0px 0px 3px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

/*.navbar .dropdown ul:before {*/
/*    font-family: "FontAwesome";*/
/*    content: "\f0d8";*/
/*    position: absolute;*/
/*    top: -15px;*/
/*    right: 10px;*/
/*    left: auto;*/
/*    font-size: 22px;*/
/*    color: #fff;*/
/*    transition: top 0.35s ease;*/
/*}*/

.navbar .dropdown ul li {
    /*min-width: 200px;*/
    padding: 0 10px;
    margin: 4px 0px;
}

.navbar .dropdown ul li:last-child {
    margin-bottom: 0px;
}

.navbar .dropdown ul a {
    font-size: 15px;
    padding: 3px 8px;
    color: #141417;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-weight: 500;
    border-radius: 5px;
}

.navbar .dropdown ul a i {
    font-size: 12px;
    display: none;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: var(--white);
    background: var(--theme-primary-color);
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 35px;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: var(--dark);
    font-size: 30px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.header-scrolled .mobile-nav-toggle,
.inner-header .mobile-nav-toggle {
    color: var(--dark);
}

.contact-btn {
    display: none !important;
}

@media (max-width: 991px) {
    #header.header-scrolled, #header.header-inner-pages {
        background: var(--white);
        box-shadow: 0px 1px 4px rgb(30 29 29 / 28%);
    }

    #header {
        background: var(--white);
    }

    .header-menu-box {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }

    .navbar > ul > li {
        border-right: none;
    }

    .get-started-btn.scrollto {
        display: none;
    }

    .contact-btn {
        display: block !important;
    }
}

.navbar-mobile {
    backdrop-filter: blur(12px);
    /* background: rgb(0 0 0 / 58%); */
    position: fixed;
    overflow: hidden;
    top: 57px;
    height: 100vh;
    right: 0;
    left: 0;
    bottom: 0;
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 8px;
    right: 10px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 90%;
    max-height: 575px;
    bottom: 0px;
    right: 0px;
    overflow-y: auto;
    transition: 0.3s;
    background: #000000;
    padding: 15px;
}

.navbar-mobile .dropdown ul:before {
    display: none;
}

@keyframes scaleY {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }

    80% {
        transform: scaleY(1.07);
    }

    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}

.navbar-mobile > ul > li {
    padding: 0;
    margin: 0;
}

.navbar-mobile a, .navbar-mobile a:focus {
    padding: 3px;
    padding-left: 10px;
    font-size: 17px;
    color: #00c46d;
    margin: 4px;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: var(--theme-most-color);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: relative;
    display: block;
    margin-left: 0px;
    padding: 5px;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: hsl(0deg 0% 0% / 51%);
    box-shadow: initial;
    border-radius: 5px;
    top: 0px !important;
    width: 100%;
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 5px;
    margin: 2px;
    color: var(--white);
    font-size: 13px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: var(--theme-primary-color);
    background: #000;
    transform: translate(10px, 0px);
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

.cta-btn {
    display: inline-block;
    color: var(--white);
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 35px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: var(--theme-primary-color);
    margin-bottom: -6px;
}

.cta-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--theme-secondary-color);
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 4px 0 0;
}

.cta-btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: var(--theme-secondary-color);
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 0 0 4px;
}

.cta-btn:hover::before {
    width: 50.2%;
}

.cta-btn:hover::after {
    width: 50.2%;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    position: relative;
    z-index: 99;
    transition: 0.3s;
    /* border-radius: 0 0 150px 150px; */
    /* -webkit-box-shadow: 0 10px 0 0 #f7ecec, 0 20px 0 0 #f7f7f7; */
    /* box-shadow: 0 10px 0 0 #f7ecec, 0 20px 0 0 #f7f7f7; */
    background: #f5f5f5;
    margin-bottom: -220px;
    padding: 130px 0px 220px;
}

/*-----------services list----------------*/
.over-all-top-box {
    position: relative;
    z-index: 100;
    overflow: inherit;
}

.services-heading {
    color: rgba(17, 51, 83, .3);
    /* font-family: source sans pro,Sans-serif; */
    font-size: 14px;
}

.services-heading-col-1 {
    width: 55%;
    padding: 10px;
}

.services-heading-col-2 {
    width: 15%;
    padding: 10px;
}

.services-heading-col-3 {
    width: 14.752%;
    padding: 10px;
}

.services-heading-col-4 {
    width: 15%;
    padding: 10px;
}

.services-col-1 {
    width: 5%;
    padding: 10px;
}

.services-col-1 i {
    font-size: 35px;
}

.services-col-2 {
    width: 50%;
    padding: 10px;
}

.services-col-3 {
    width: 15%;
    padding: 10px;
}

.services-col-4 {
    width: 15.707%;
    padding: 10px;
}

.brand-bordered-btn {
    font-size: 18px;
    font-weight: 700;
    background-color: #fff;
    border: 2px solid #00c46d;
    color: #00c46d;
    display: inline-block;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.brand-bordered-btn:hover {
    color: #fff;
    background-color: #00c46d;
}

/*-----------services list------end----------*/


.home-list-package {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    user-select: none;
    margin: 0px;
    align-items: center;
    padding: 0px;
}

.home-list-package li {
    flex: 0 0 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    margin: 10px;
    background: #f5f5f5;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    z-index: 4;
    transition: 0.5s;
}

.home-list-package li:before {
    content: "";
    position: absolute;
    inset: 0;
    background: hsl(0deg 0% 96.06% / 71%);
    border-radius: 15px;
    transform: rotate(12deg);
    z-index: -1;
    transition: 0.5s;
}

.home-list-package li:after {
    content: "";
    position: absolute;
    inset: 0;
    background: hsl(0deg 0% 100%);
    border-radius: 15px;
    transform: rotate(6deg);
    z-index: -4;
    transition: 0.5s;
}

.home-list-package li:hover {
    background: #b19ef8;
    transition: 0.5s;
}

.home-list-package li:hover:before, .home-list-package li:hover:after {
    transform: rotate(0deg);
    transition: 0.5s;
    background: #b19ef8;
}

.brand-text i {
    font-size: 45px;
    margin-bottom: 15px;
    color: #ff8400;
}

.brand-text p {
    color: #000;
    font-size: 15px;
}

.home-list-package li:hover .brand-text i {
    color: #fff;
}


.buy-text {
    padding: 6px 9px;
    background: rgb(220 226 229 / 41%);
    border-radius: 5px;
    font-size: 12px;
    color: #000;
}

.home-list-package li:hover .buy-text {
    color: #FFFFFF;
}


/*------single-number-count-box--------*/
.single-number-count-box {
    background: #f5f5f5;
}

.single-number-count-box h2 span {
    color: #00c46d;
    position: relative;
}

.single-number-count-box h2 span:before {
    position: absolute;
    content: "+";
    top: -2px;
    right: -10px;
    font-size: 20px;
}

.tickcolor {
    color: #00c46d;
}

/*------single-number-count-box--------*/

.inner-step-box {
    display: flex;
    flex-wrap: nowrap;
}

.inner-step-box .icon-list p {
    font-size: 17px;
}

.inner-step-box .icon-list {
    margin-right: 15px;
}

.icon-list {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.number-icon {
    color: #fff;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00c46d;
    font-size: 25px;
    border-radius: 15px;
    font-weight: 600;
    width: 50px;
}

.icon-list p {
    margin-left: 15px;
    font-size: 20px;
    color: #00273d;
}


.satisfaction-img-box img {
    width: 50%;
}


/*----Features --why-promo ----------*/
.why-promo {
    padding: 30px;
}

.why-promo .icon {
    width: 75px;
    height: 75px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .12);
    transition: 0.5s;
    border-radius: 50px;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.why-promo .icon i {
    color: #00c46d;
}

/*why-list-inner-line*/
.why-list-inner .why-promo {
    padding: 10px;
}


/*counter */
.stats-counter {
    background: #f8fcfa;
    overflow: hidden;
}

.stats-item span {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4em;
    position: relative;
}

.stats-item span:before {
    position: absolute;
    content: "+";
    top: 0px;
    right: -15px;
    font-size: 20px;
}

.stats-item span.not-plus:before {
    content: "$";
}

@media (max-width: 991px) {
    #hero {
        text-align: center;
        padding: 65px 0px 220px;
    }

    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        width: 50%;
    }
}


@media only screen and (max-width: 767px) and (min-width: 200px) {

    #hero .shape .shape-3,
    #hero .shape .shape-6,
    #hero .shape .shape-7,
    #hero .shape .shape-8 {
        display: none;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background: #FFF2F2;
}

.section-bg1 {
    background: #FFF6EA;
}

.sec-title-ten .sub-title {
    background: #e9e3f6;
    border-radius: 25px;
    color: var(--theme-most-color);
    text-transform: uppercase;
    padding: 0 20px;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 500;
    font-size: var(--font-16-size);
    display: inline-block;
    font-family: var(--font-family-head);
}

.sec-title-ten h2 {
    margin-bottom: 15px;
}


@media only screen and (max-width: 767px) and (min-width: 200px) {

    .faq .image-box {
        display: block;
        margin: auto;

    }
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
    /*background: #FFF2F2;*/
    overflow: hidden;
}

.faq .image-box {
    display: block;
    margin: auto 50px;
}

.faq .image-box .shape .shape-1 {
    top: 0px;
    right: -30px;
    width: 230px;
    height: 240px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.faq .image-box .shape .shape-2 {
    left: 60px;
    top: 10px;
    border: 5px solid var(--theme-secondary-color);
    z-index: 2;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
    z-index: 0;
}

.faq .image-box .shape .shape-3 {
    left: -50px;
    top: 0px;
    width: 590px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

/*.faq .image-box .image:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 56.1%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 500px;*/
/*    height: 500px;*/
/*    background: -webkit-linear-gradient(45deg, var(--theme-primary-color) 0%, var(--theme-secondary-color) 100%);*/
/*    border-radius: 50%;*/
/*    z-index: 0;*/
/*}*/

.faq .faq-list ul, .faq .faq-list2 ul {
    padding: 0;
    list-style: none;
    margin: auto;
}

.faq .faq-list li + li, .faq .faq-list2 li + li {
    margin-top: 15px;
}

.faq .faq-list li, .faq .faq-list2 li {
    padding: 20px;
    background: var(--white);
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 6px 0 rgb(67 89 113 / 12%);
    margin-bottom: 20px;
}

ul.faq-inner-page-list li {
    padding: 0px !important;
    background: initial !important;
    position: relative;
    border-radius: inherit !important;
    margin-left: 30px;
    list-style: disc;
    margin-top: 0px !important;
    box-shadow: none !important;
}

.faq .faq-list h3, .faq .faq-list2 h3 {
    display: block;
    position: relative;
    padding: 0 30px 0px 0px;
    outline: none;
    cursor: pointer;
    color: var(--theme-primary-color);
    font-family: var(--font-family-head);
    font-size: 20px;
    margin: 0px;
}

.faq .faq-list .icon-help, .faq .faq-list2 .icon-help {
    font-size: 24px;
    position: absolute;
    color: var(--light-dark);
    display: flex;
    justify-content: flex-start;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close,
.faq .faq-list2 .icon-show,
.faq .faq-list2 .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p, .faq .faq-list2 p {
    margin-bottom: 0;
    padding: 20px 0 0 0;
}

.faq .faq-list .icon-show, .faq .faq-list2 .icon-show {
    display: none;
}

.faq .faq-list h3.collapsed, .faq .faq-list2 h3.collapsed {
    color: var(--heading-text-color);
}

.faq .faq-list h3.collapsed:hover, .faq .faq-list2 h3.collapsed:hover {
    color: var(--theme-primary-color);
}

.faq .faq-list h3.collapsed .icon-show, .faq .faq-list2 h3.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list h3.collapsed .icon-close, .faq .faq-list2 h3.collapsed .icon-close {
    display: none;
}

.faq .image img {
    width: 65%;
}

.faq .collapse-default {
    color: var(--heading-text-color) !important;
}

@media only screen and (max-width: 992px) and (min-width: 200px) {
    .faq .faq-list ul {
        width: auto;
    }
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

@media only screen and (max-width: 992px) and (min-width: 200px) {
    .text-box {
        margin-bottom: 30px;
    }

    .faq .image-box {
        display: block;
        margin: auto;
        margin-right: auto;
        margin-left: auto;
    }

    .faq .image-box img {
        width: 40%;
    }

    .faq .image-box .shape .shape-3 {
        left: 80px;
        top: 0px;
        width: 585px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 200px) {
    .faq .image-box .image:before {
        top: 48.1%;
        width: 400px;
        height: 400px;
    }

    .faq .image-box img {
        width: 65%;
    }

    .faq .image-box .shape .shape-3 {
        left: -50px;
        top: 30px;
        width: 501px;
    }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials {
    background-repeat: repeat;
    overflow: hidden;
}

.testimonials .image-box {
    display: block;
}

.testimonials .slider-item {
    user-select: all;
}
.testimonials .slick-prev:hover,
.testimonials .slick-next:hover,
.testimonials .slick-prev:active,
.testimonials .slick-next:active{
    opacity: 1;
}


.testimonials .img-select {
    width: 60px;
    height: 60px;
}

.testimonials .img-select img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    border: 5px solid #f9e2ef;
}

/*----------------testimonials End-------------------*/
.divider__short__grey {
    width: 30px;
    height: 2px;
    margin-top: 30px;
    margin-bottom: 35px;
    background-color: #d1d5db;
}

.testimonials .rating .fa-star {
    color: #fcbf14;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #f2f2f2;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    /* display: inline-block; */
    left: -30px;
    position: absolute;
    top: -31px;
    font-size: 75px;
    z-index: -1;
    color: #00c46d;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #e7e7e7;
}

.testimonial-item {
    padding: 20px;
    text-align: center;
}

.testimonials .testimonial-item .testimonial-utext {
    /* text-align: justify; */
    /* margin: 0 15px 0 15px; */
    padding: 0px 40px;
    /* background: var(--white); */
    position: relative;
    z-index: 1;
    /* min-height: 300px; */
    /* box-shadow: 0px 10px 15px rgb(0 0 0 / 10%); */
    /* border-radius: 10px 10px 10px 0px; */
}

.testimonials .testimonial-item .testimonial-utext::before {
    position: absolute;
    content: "";
    background: var(--white);
    width: 30px;
    height: 30px;
    left: 0px;
    bottom: -28px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
    box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
    display: none;
}

@media (max-width: 990px) {
    .testimonials .testimonials-slider .slick-next {
        right: 0px !important;
    }

}

@media (max-width: 767px) {

    .testimonials .sec-title-ten {
        margin: auto;
    }

    .testimonials .testimonial-item .testimonial-utext {
        text-align: justify;
        margin: 10px;
        padding: 20px;
    }
}

.writing-needs-box {
    background: #FFF6EA;
    overflow: hidden;
}

/*footer-section */
#footer {
    background: #d4eee3 url("/assets/images/tra-waves.png") fixed top;
    background-size: cover;
    padding: 60px 0px 15px;
    position: relative;
}

.footer-contact {
    padding-right: 6em;
}

.footer-links ul li {
    display: block;
    /* border-right: 1px solid #666666; */
    padding-right: 20px;
    margin-bottom: 10px;
}

.footer-links ul li:last-child {
    border-right: none;
    margin-bottom: 0px;
}

/*footer list package*/
.footer-open-link-box ul li {
    display: block;
    margin-bottom: 10px;
}

.footer-open-link-box ul li:last-child {
    margin-bottom: 0px;
}


.footer-open-link-box ul li .buy-link-btn {
    border: none;
    background: transparent;
    color: #4b4b4b;
    transition: 0.5s;
}

.footer-open-link-box ul li .buy-link-btn:hover {
    color: #000;
    font-weight: 600;
}

.footer-open-link-box ul.dropdown-menu li {
    margin: 0px;
    font-size: 13px;
}

.footer-open-link-box ul.dropdown-menu li a.dropdown-item i {
    display: none;
}

.footer-open-link-box ul.dropdown-menu li a.dropdown-item:hover {
    background: #d4eee3;
}

/*footer list package end*/

.footer-login a:hover {
    background: var(--theme-secondary-color) !important;
    color: #000 !important;
}

#footer .footer-top .footer-links ul a {
    color: #4b4b4b;
    transition: 0.5s;
    line-height: 30px;
}

#footer .footer-top .footer-links ul a i {
    display: none;
}

#footer .footer-top .footer-links ul a:hover {
    color: #000;
    transition: 0.5s;
    font-weight: 600;
}

#footer .footer-top .footer-links ul a:hover i {
    color: #00c46d;
}

.card-use img {
    width: 30%;
    /* border-radius: 5px; */
    /* border: 1px solid #cdcdcd; */
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: 0.5s;
    user-select: none;
}

.text-green-color {
    color: var(--theme-primary-color);
}

.card-use i {
    transition: 0.5s;
    padding: 3px 8px;
    background: #f5f5f5;
    font-size: 20px;
    border-radius: 5px;
    color: #313336;
    transform: scale(1);
    display: none;
}

/*.card-use i:hover, .card-use img:hover {*/
/*    transform: scale(1.1);*/
/*}*/

.copyright {
    border-top: 1px solid #ace1b9;
    padding-top: 10px;
}

@media only screen and (max-width: 767px) and (min-width: 200px) {
    .footer-contact {
        padding-right: initial;
    }

    .footer-contact img {
        width: 30%;
    }

    .footer-contact p {
        margin-left: 0px !important;
    }
}

/* ====================== inner pages ===================== */


.breadcrumbs-box {
    overflow: hidden;
    position: relative;
    padding: 3em 20px;
    background: #fff;
    background-size: 116% 157%;
    /* margin-top: 4em; */
}

.inner-hero {
    padding-top: 10em;
    padding-bottom: 6em;
    background: #f7f7fb;
    margin-bottom: -220px;
    padding: 130px 0px 220px;
}

.inner-over-price-box {
    position: relative;
    z-index: 100;
    overflow: inherit;
    width: 65%;
    margin: auto !important;
}


/*price-nav card-tab*/
.price-nav {
    /* width: 50%; */
    margin: auto;
    background: #d4eee3;
    border-radius: 8px;
    gap: 3px;
}

.price-nav li {
    margin: 3px;
}

.price-nav .nav-link {
    background: #ffffff;
    color: #333;
}

.price-nav .nav-link.active {
    background: #00c46d;
    color: var(--white);
}

.price-nav .nav-link.active:hover {
    color: var(--white);
}

.price-nav .nav-link:hover {
    color: #00c46d;
}


@media only screen and (max-width: 992px) and (min-width: 200px) {
    .breadcrumbs-box {
        padding: 2em 20px;
    }
}

/* =========== inner about pages ============ */

/* =========== inner about pages ============ */
.package-inner-box {
    z-index: 100;
    overflow: inherit;
    padding: 0px 0px 30px;
}

/* =========== inner about pages ============ */


/*  */
.contact-over-box {
    margin: auto;
    width: 100%;
    max-width: 650px;
    padding: 40px;
    border: 1px solid rgb(90 197 111);
    border-radius: 20px;
    background-color: #d4eee3;
}

.contact-over-box .card {
    border: none;
    box-shadow: none;
    background: no-repeat;
}

.contact-over-box .card-body .form-control {
    border: 1px solid var(--white);
    font-size: var(--font-16-size);
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 7%);
}

.contact-over-box .card-body .input-group-text {
    background: #fff;
    border: 1px solid var(--white);
    font-size: var(--font-16-size);
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 7%);
}


@media only screen and (max-width: 992px) and (min-width: 200px) {
    .contact-over-box {
        width: auto;
        margin: auto;
    }

    .contact-over-box .card-body {
        padding: 2em;
    }
}

.blog-post-list-box .card a {
    color: #000;
}

.blog-post-list-box .card:hover {
    background: -webkit-linear-gradient(45deg, var(--theme-primary-color) 0%, var(--theme-secondary-color) 100%) !important;
    color: #fff;
}

.blog-post-list-box .card:hover a {
    color: #fff;
}

.blog-post-list-box .card-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0;
}

.blog-post-list-box .card-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-post-list-box .avatar {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: 0.75rem;
    height: 48px;
    width: 48px;
    transition: all .2s ease-in-out;
}

.blog-category {
    background-clip: text;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(310deg, var(--theme-primary-color), var(--theme-secondary-color));
}

.blog-post-list-box .card:hover .blog-category {
    color: #fff;
    -webkit-text-fill-color: inherit;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    transition: 0.5s;
    margin: 10px;
    text-align: center;
    border: 2px solid #fff;
}

.pricing .box:hover, .pricing .box.active {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    border: 2px solid #00c46d;
    /*transform: translate(0px, -10px);*/
    /*transition: 0.5s;*/
}

.price {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    color: #000000;
}

.price span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
}

.price1 {
    font-family: var(--font-family-head);
    font-size: 25px;
    color: var(--theme-primary-color);
    margin: 5px 0px;
    font-weight: 600;
}

.pricing .badge.bg-warning {
    font-size: 10px !important;
    background: transparent !important;
    color: #000;
    margin-bottom: 0px;
    padding: 0px !important;
}

.price small, .price1 small {
    line-height: 24px;
    font-size: 14px;
}

.pricing .box:before {
    position: absolute;
    content: "";
    bottom: 35px;
    left: -34px;
    width: 45px;
    height: 45px;
    background: var(--theme-primary-color);
    border-radius: 8px;
    transform: rotate(45deg);
    opacity: 0.1;
}

.pricing .box:after {
    position: absolute;
    content: "";
    bottom: 35px;
    right: -35px;
    width: 45px;
    height: 45px;
    background: var(--theme-primary-color);
    opacity: 0.1;
    border-radius: 8px;
    transform: rotate(45deg);
}

.pricing h3 {
    /* padding: 20px 15px; */
    color: #333;
}

.pricing h4 {
    color: var(--theme-primary-color);
    margin: 20px 0px;
    font-weight: 600;
}

.pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}


.pricing ul {
    padding: 0;
    list-style: none;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    margin: 0px;
}

.pricing ul li {
    padding-bottom: 16px;
}

.pricing ul i {
    color: #009cea;
    font-size: 18px;
    padding-right: 4px;
}


.pricing .btn-wrap {
    padding: 10px 0px;
    /* text-align: center; */
}

.pricing .btn-buy {
    background: #009cea;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.pricing .featured {
    background: #009cea;
    border-color: #009cea;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
    color: #fff;
}

.pricing .featured .btn-buy {
    background: #fff;
    color: #009cea;
}

.pricing .advanced {
    width: auto;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: rotate(0deg);
    z-index: 1;
    font-size: 12px;
    padding: 5px;
    background: #ffc107;
    color: #fff;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.plans-actions {
    padding: 15px;
    margin: 1em 0px;
}

.price-amount {
    width: 25%;
}

.price-amount p {
    position: relative;
}

.price-amount p strong {
    font-size: 34px;
}

.price-amount strike {
    color: #9ca0a5;
    font-size: 14px;
    padding-left: 0.4rem;
    position: absolute;
    top: -10px;
    font-weight: 600;
}

.your-save-amount {
    color: #00c46d;
    font-weight: 600;
}

.price-buy-btn {
    width: 23%;
}

.price-buy-btn a {
    padding: 10px 25px;
    background: #00c46d;
    color: #ffff;
    border-radius: 10px;
}

.review-count-box.text-center {
    width: 40%;
}

.point-view-tab-cont {
    padding: 10px;
    background: #fff;
    /* margin: 15px; */
    margin-top: 1em;
    margin-bottom: 2em;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px #eee;
    position: relative;
    overflow: hidden;
}

.point-view-tab-cont:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: var(--theme-one-color);
    top: -20px;
    right: -20px;
    border-radius: 50px;
}

.point-view-tab-cont ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.point-view-tab-cont ul li {
    list-style: none;
    margin: 10px;
    font-size: 14px;
}

/**/


.plugin-rating.rating {
    color: #fcbf14;
}

.pricing .slick-prev {
    left: -22px;
    background: #d4eee3 !important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 25px 0px 0px 25px;
    opacity: 1;
    padding: 0px 2px 0px 0px;
}

.pricing .slick-next {
    background: #d4eee3 !important;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 0px 25px 25px 0px;
    z-index: 1;
    right: -25px !important;
    opacity: 1;
}

.pricing .slick-prev:hover,
.pricing .slick-next:hover,
.pricing .slick-prev:active,
.pricing .slick-next:active {
    background: #cbcdcc !important;
}
.pricing .slick-prev:hover:before,
.pricing .slick-next:hover:before,
.pricing .slick-prev:active:before,
.pricing .slick-next:active:before {
   opacity: 0.5;
}
.pricing .slick-prev:focus,
.pricing .slick-next:focus {
    background: #e5e5e5 !important;
    opacity: initial;
}

.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: translate(8px, 10px) scale(0.77);
}


.btn-main-box a {
    width: 100%;
    padding: 10px;
    border: 2px solid #f2295b;
    font-size: 16px;
    font-weight: 600;
    background: #fff2f2;
}

.btn-main-box a:hover {
    background: #f2295b;
    color: #fff;
    border: 2px solid #eee;
}

.btn-main-box.two a {
    border: 2px solid #ffaa48;
    background: #fff6ea;
}

.btn-main-box.two a:hover {
    background: #ffaa48;
    color: #fff;
    border: 2px solid #eee;
}

#overall_pack_container_div .btn-main-box {
    display: none !important;
}

/*-drop-down*/

.select-btn {
    border: 2px solid #f2295b;
    padding: 10px;
    background: #fff2f2;
    color: #000;
    font-size: 17px;
    display: none;
    align-items: center;
    justify-content: space-between;


}

#overall_pack_container_div .select-btn {
    display: flex;
}

.select-btn:hover, .select-btn.show {
    background: #e71a4d;
    color: #fff;
    border: 2px solid #eee;
}

.sort-down {
    border-left: 1px solid #f3c8c8;
    display: flex;
    width: 26px;
    padding-left: 10px;
    font-size: 17px;
    padding-bottom: 6px;
    height: 25px;
    color: #f3c8c8;
    align-items: center;
    justify-content: center;
}

.select-btn::after {
    display: none;
}

.select-drop-down ul {
    width: 100%;
}

.select-drop-down ul li {
    font-size: 14px;
}

.select-drop-down ul li a i {
    color: #e71a4d;
    font-size: 13px;
}

.select-drop-down ul li a:hover {
    background: #f2295b !important;
    color: #fff !important;
}

.select-drop-down ul li a:hover i {
    color: #fff !important;
}

.select-drop-down.two .select-btn {
    background: #fff6ea;
    color: #000;
    border: 2px solid #ffaa48;
}

.select-drop-down.two .select-btn:hover, .select-drop-down.two .select-btn.show {
    background: #ffaa48;
    color: #000;
    border: 2px solid #eee;
}

.select-drop-down.two.select-drop-down ul li a i {
    color: #ffaa48;
}

.select-drop-down.two.select-drop-down ul li a:hover {
    background: #ffaa48 !important;
    color: #000 !important;
}

.select-drop-down.two.select-drop-down ul li a:hover i {
    color: #000 !important;
}

.select-drop-down.two .sort-down {
    border-left: 1px solid #ffddb6;
    color: #ffddb6;
}


/*inner category tab and price card Start*/

.tik-tab-box ul {
    background: #fff;
    width: 95%;
    margin: auto;
}

.tik-tab-box li {
    margin: 0px;
}

.all-list-price {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

.all-list-price .col-lg {
    width: auto;
    min-width: 20%;
    max-width: 20%;
}

.all-list-price .box-item {
    padding-right: 3px;
    margin: 10px;
    float: left;
    width: 18.3%;
}

.all-list-price .box {
    margin: 8px;
}

.all-list-price .box:before, .all-list-price .box:after {
    visibility: hidden;
}

.tik-tab-box button {
    background: #FFF6EA;
    color: #6a6a6a;
    font-size: 15px;
    position: relative;
    border: 0;
    padding: 25px 20px;
    border-radius: 0 !important;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0s;
    height: 100%;
}

.tik-tab-box button.active {
    background: #f12a5b !important;
    transition: 0s;
}

.tik-tab-box button.active::before {
    width: 38px;
    content: "";
    position: absolute;
    bottom: -30px;
    left: 5px;
    margin-left: 0;
    border-color: #f12a5b transparent rgb(255 255 255 / 0%) rgba(51, 51, 51, 0);
    border-style: solid;
    border-width: 20px;
}

.tik-tab-box button i {
    display: block;
    font-size: 25px;
    margin-bottom: 3px;
    -webkit-font-smoothing: antialiased;
}

.tik-tab-box button:hover {
    color: #fff;
    background: #feab4c;
}

.tik-tab-box button:hover i {
    animation: toLeftFromRight 0.3s forwards;
}


.pricing.new-pricing .box:after {
    visibility: hidden;
}

@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}

.inner-tabs-box ul {
    justify-content: center;
    background: #eee;
    display: inline-flex;
    border-radius: 5px;
}

.inner-tabs-box ul li {
    margin: 5px;
}

.inner-tabs-box button {
    padding: 5px 20px;
    background: #ffffff;
    color: #000;
}

.inner-tabs-box button i {
    display: none;
}

.inner-tabs-box button.active {
    background: #ffaa48 !important;
    color: #fff;
}

@media only screen and (max-width: 990px) and (min-width: 200px) {
    .all-list-price .box-item {
        width: auto;
    }

    .tik-tab-box ul {
        width: 100%;
        display: block;
    }

    .tik-tab-box li {
        margin: 5px;
        width: 23%;
        display: inline-block;
    }

    .all-list-price .col-lg {
        max-width: 33%;
    }

}

@media only screen and (max-width: 767px) and (min-width: 500px) {
    .tik-tab-box ul {
        width: 100%;
        display: block;
    }

    .tik-tab-box li {
        margin: 5px;
        width: 22%;
        display: inline-block;
    }

}

@media only screen and (max-width: 500px) and (min-width: 200px) {
    .tik-tab-box ul {
        width: 100%;
        display: block;
    }

    .tik-tab-box li {
        margin: 5px;
        width: 26%;
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) and (min-width: 200px) {
    .all-list-price .col-lg {
        max-width: initial;
    }
}

/*inner category tab and price card End*/

.service-item-box {
    border-bottom: 1px solid #eee;
    padding: 20px;
}

.service-item-box:hover {
    background: #fbfbfb;
}

.services-pack-list .service-item-box:nth-last-child(1) {
    border-bottom: none;
}

.pack-base-list {
    padding: 10px;
    width: 30%;
    position: relative;
}

.ser-icon {
    padding: 5px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ser-icon i {
    font-size: 40px;
}
.ser-icon .brands-icon {
    fill: #4b4b4b;
}
.service-item-box:hover .ser-icon .brands-icon {
    fill: #00c46d;
}

.head-pack {
    font-size: 20px;
}

.del-fast {
    color: #0a5c38;
}

.pack-base-bar {
    width: 70%;
    margin-left: 20px;
}

.pack-base-bar .progress {
    width: 100%;
    height: 10px;
}

.pack-base-bar .progress .progress-bar {
    background-color: #00c46d;
}

.pack-base-btn {
    margin-left: 20px;
    width: 30%;
}

.pack-btn {
    font-size: 18px;
    background-color: transparent;
    border: 2px solid #00c46d;
    color: #00c46d;
    display: inline-block;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 3px;
    text-align: left;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.pack-btn:hover {
    background: #00c46d;
    color: #fff;
}
.arrow-icon {
    fill: #00c46d;
}
.pack-btn:hover .arrow-icon {
    transform: rotate(90deg);
    fill: #fff;
}
.pack-btn:hover i {
    transform: rotate(90deg);
}

.pack-base-list:hover {
    color: #00c46d;
}

.pack-btn .our-service-list {
    display: none;
}

.our-service-list {
    position: absolute;
    right: -3px;
    background: #fff;
    padding: 5px 0px;
    top: 30px;
    z-index: 3;
    border-radius: 5px;
    width: 100%;
    width: max-content;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.our-service-list:before {
    font-family: "FontAwesome";
    content: "\f0d8";
    position: absolute;
    top: -10px;
    left: auto;
    right: 10px;
    font-size: 22px;
    color: #fff;
    transition: top 0.35s ease;
    visibility: hidden;
}

.our-service-list ul {
    padding: 0px;
    margin: 0px;
}

.our-service-list ul li {
    display: block;
}

.our-service-list ul li a i {
    display: none;
}

.our-service-list ul li a {
    color: #101010;
    padding: 5px 10px;
    display: block;
    margin-bottom: 2px;
    background: #fff;
    font-size: 14px;
}

.our-service-list ul li a:hover {
    background: #d4eee3;
    color: #000;
    transition: 1.2s;
}

.pack-btn:hover .our-service-list {
    display: block;
}

.pack-up {
    margin-left: 20px;
}

.heartbeat {
    position: absolute;
    width: fit-content;
    background-color: #22c55e;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    opacity: 0.75;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.dot {
    position: relative;
    width: fit-content;
    background: #22c55e;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}

@keyframes ping {
    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.img-fluid-new {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}


/*-----success-checkmark-------*/

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #00c46d
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in
}

.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #fff3f9;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #00c46d;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip .75s
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long .75s
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, .5)
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #fff3f9;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg)
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}
.quick-before-box {
    padding: 30px;
    background: #ffd9ec;
    margin-bottom: 30px;
    position: relative;
    border-radius: 0px 30px 30px;
}
.quick-before-box h3 {
    color: #fff;
    padding: 4px 20px;
    position: absolute;
    top: -15px;
    background: #FF0080;
    font-size: 13px !important;
    border-radius: 5px 20px 20px;
    margin-bottom: 0px;
}
.quick-before-iconbox {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 30px;
    color: #f9abab;
    z-index: 0;
}



.quick-after-box {
    padding: 30px;
    background: #c6ffde;
    position: relative;
    border-radius: 30px 30px 0px;
}

.quick-after-box h3 {
    color: #fff;
    padding: 4px 20px;
    position: absolute;
    top: -15px;
    right: 25px;
    background: #00c46d;
    font-size: 13px !important;
    border-radius: 20px 20px 5px;
    margin-bottom: 0px;
}

.quick-after-iconbox {
    position: absolute;
    bottom: -10px;
    left: 15px;
    font-size: 20px;
    color: #00c46d;
}



.over-various-box .various-text-box {
    background: var(--white);
    border-radius: 20px;
    padding: 30px;
    text-align: left;
    margin: 10px 0;
    transition: .5s;
    overflow: hidden;
}

.over-various-box .various-text-box::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: 50px;
    right: -46px;
    background: #000;
    border-radius: 14px;
}

.over-various-box .various-text-box::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    bottom: -20px;
    left: -20px;
    border-radius: 14px;
    border: 2px dashed #f5f5f5;
}



.over-various-box .various-text-box:hover:before {
    border-color: #19c2c1;
    opacity: 1.3
}

.over-various-box .various-text-box:hover {
    background: #06c570;
    color: var(--white);

}

.over-various-box .various-text-box:hover h3 {
    color: var(--white)
}
