@import url('https://fonts.googleapis.com/css2?family=Lemon&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rozha+One&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

a:hover {
    color: inherit;
}

.main-container {
    overflow-x: hidden;
    padding-top: 115px !important;
}

/*--------------------- Theme-Colors ---------------------*/
.bg-2BAAE1 {
    background: #2BAAE1 !important;
}

.text-2BAAE1 {
    color: #2BAAE1 !important;
}

.bg-2AACE3 {
    background: #2AACE3 !important;
}

.text-2AACE3 {
    color: #2AACE3 !important;
}

.bg-28ACE3 {
    background: #28ACE3 !important;
}

.text-28ACE3 {
    color: #28ACE3 !important;
}

.bg-16BE45 {
    background: #16BE45 !important;
}

.text-16BE45 {
    color: #16BE45 !important;
}

.text-4CAF50 {
    color: #4CAF50 !important;
}

.bg-ED1B2F {
    background: #F9B208 !important;
}

.text-ED1B2F {
    color: #ED1B2F !important;
}

.text-FFFF00 {
    color: #FFFF00 !important;
}

.bg-FFFF00 {
    background: #FFFF00 !important;
}

.border-FFFF00 {
    border: 3px solid #FFFF00 !important;
}

.bg-ed027b {
    background: #ed027b !important;
}

.bg-ca0269 {
    background: #ca0269 !important;
}

.bg-fc654c {
    background: #fc654c !important;
}

.bg-e45c46 {
    background: #e45c46 !important;
}

.bg-58cf00 {
    background: #58cf00 !important;
}

.bg-F8F9FA {
    background: #F8F9FA !important;
}

.bg-D9E7F1 {
    background: #D9E7F1 !important;
}

.bg-EEEEEE {
    background: #EEEEEE !important;
}

.bg-F9F9F9 {
    background: #f9f9f9 !important;
}

.bg-FF7A00 {
    background: #FF7A00 !important;
}

.text-FF7A00 {
    color: #FF7A00 !important;
}

.bg-263F53 {
    background: #263F53 !important;
}

.text-263F53 {
    color: #263F53 !important;
}

.text-ED1B2F {
    color: #ED1B2F !important;
}

.bg-F8F9FA {
    background-color: #F8F9FA !important;
}

.bg-109736 {
    background: #109736 !important;
}

.bg-E2611A {
    background: #E2611A !important;
}

.bg-BD00FF {
    background: #BD00FF !important;
}

.text-374151 {
    color: #374151 !important;
}

/*--------------------- Button ---------------------*/
.btn-success {
    background: #16BE45 !important;
    color: #ffffff !important;
    border: 1px solid #16BE45 !important;
    font-weight: 500;
    padding: 2px 12px;
}

.btn-success:hover {
    background: #ffffff !important;
    color: #16BE45 !important;
    border: 1px solid #16BE45 !important;
    transform: none;
}

.btn-info {
    background: #2BAAE1 !important;
    color: #ffffff !important;
    border: 1px solid #2BAAE1 !important;
}

.btn-info:hover {
    background: #ffffff !important;
    color: #2BAAE1 !important;
    border: 1px solid #2BAAE1 !important;
}

.btn:hover {
    box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, .15);
}


/*--------------------- Header ---------------------*/
.scroll-down header {
    transform: translate3d(0, -100%, 0);
}

.scroll-up header {
    filter: drop-shadow(0 -10px 20px rgb(170, 170, 170));
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 111;
    transition: all 300ms ease-in-out;
}

.navbar-nav .nav-link {
    font-weight: 600;
    margin: 0px 12px;
    color: #000000 !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.show {
    color: #2BAAE1 !important;
}

header .nav-link .btn-success,
header .nav-link .btn-info {
    padding: 2px 12px !important;
}

header .nav-link .btn-success:hover,
header .nav-link .btn-info:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

button.hamburger {
    cursor: pointer;
    background: 0 0;
    border: 0;
    padding: 0;
    margin: 0 0 0 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #343f52;
    transition: all .2s ease-in-out;
}

button.hamburger span,
button.hamburger:before {
    margin: 0 0 0.25rem;
}

button.hamburger span,
button.hamburger:after,
button.hamburger:before {
    width: 1.5rem;
    height: 0.2rem;
    transition: all .2s ease-in-out;
    background: currentColor;
    border-radius: 2rem;
}

button.hamburger:after,
button.hamburger:before {
    content: "";
}

/* .offcanvas.show .dropdown-item {
    color: #ffffff !important;
} */

.offcanvas.show .dropdown {
    background: transparent !important;
}

.offcanvas.show .dropdown-menu {
    background: transparent !important;
}

@media only screen and (max-width: 767px) {
    .offcanvas-body {
        width: 100%;
    }

    /* OffCanvas */
    .offcanvas.offcanvas-start {
        width: 75% !important;
        height: 100vh;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas.offcanvas-start {
        width: 35% !important;
        height: 100vh;
    }

    .offcanvas.offcanvas-start .offcanvas-body {
        width: 100% !important;
    }
}

/*-------------------- banner-fixed-social-icons --------------------*/
#side-quick-links {
    position: fixed;
    left: 0;
    bottom: 220px;
    text-align: center;
    z-index: 999;
}

#side-quick-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

#side-quick-links li {
    position: absolute;
    left: -153px;
    transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    -webkit-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

#side-quick-links .content {
    height: 40px;
    width: 193px;
    text-align: middle;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
}

#side-quick-links li .content>a {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    display: block;
    position: relative;
    z-index: 5;
    opacity: 1 !important;
    position: absolute;
    right: 0px;
    top: 0px;
}

#side-quick-links li p {
    margin: 0px;
    line-height: 40px;
    text-align: left;
}

#side-quick-links li p a {
    text-decoration: none;
}

#side-quick-links .fa {
    font-size: 20px !important;
    color: #fff !important;
    line-height: 40px !important;
}

#side-quick-links .call {
    top: 0px;
}

#side-quick-links .marker {
    top: 40px;
}

#side-quick-links li.marker .sociable {
    margin: 0px 3px;
}

#side-quick-links .watsapp {
    top: 80px;
}

#side-quick-links .call:hover,
#side-quick-links .watsapp:hover,
#side-quick-links .marker:hover {
    left: 0px;
}

#side-quick-links .watsapp:hover .content {
    height: auto;
    padding: 1px 10px;
}

#side-quick-links .watsapp:hover .content>a {
    height: 110px;
    line-height: 120px !important;
}

#side-quick-links .watsapp .content h6 {
    font-size: 15px;
    margin: 0px;
    color: #fff !important;
    text-align: left;
    line-height: 28px;
}

#side-quick-links .watsapp .content p {
    line-height: normal !important;
}

#side-quick-links .watsapp .content p a {
    line-height: normal !important;
    margin-bottom: 4px;
    font-size: 14px;
}

.text-white {
    color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
    #side-quick-links {
        bottom: 200px;
    }
}

/*-------------------- Banner-Video --------------------*/
.outter.banner-video {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-video .video-container {
    height: 550px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-video video {
    object-fit: cover;
    position: absolute;
    height: 550px;
    width: 100%;
    top: 0;
    left: 0;
}

.banner-video .banner-img {
    object-fit: cover;
    position: absolute;
    height: 550px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: multiply;
}

.banner-video .video-container:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgb(0 27 48 / 80%); */
    background: rgb(38 63 83 / 74%);
    z-index: 1;
}

.banner-video .banner-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 70%;
    margin: auto;
}

.banner-video .banner-content h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 25px;
}

.banner-heading-btmline {
    width: 368px;
    margin-bottom: 30px;
}

.banner-video .banner-content h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 25px;
}

.banner-video .banner-content h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 90px;
    letter-spacing: 0em;
}

.banner-video .banner-content button {
    width: 180px;
    padding: 5px;
    margin: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .d-none-mobile {
        display: none !important;
    }

    .outter.banner-video {
        height: 450px;
    }

    .banner-video .video-container {
        height: 450px;
    }

    .banner-video video {
        height: 450px;
    }

    .banner-video .banner-img {
        height: 450px;
    }

    .banner-video .banner-content {
        width: 90%;
        top: 25px;
    }

    .banner-video .banner-content h1 {
        font-size: 30px;
        line-height: 38px;
        margin-top: 0px;
    }

    .banner-heading-btmline {
        width: 190px;
    }

    .banner-video .banner-content h3 {
        font-size: 20px;
        line-height: 30px;
        padding: 0 24px;
    }

    .banner-video .banner-content button {
        width: 110px;
        height: 32px;
        padding: 5px;
        margin: 0px 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
    }

    .banner-video .banner-content h5 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .banner-video .banner-content h1 {
        font-size: 50px;
        line-height: 65px;
    }

    .banner-video .banner-content h3 {
        font-size: 28px;
        line-height: 36px;
    }
}

/*----------------------- Number-Counter ----------------------*/
.section-2 {
    padding-bottom: 40px;
    padding-top: 25px;
}

.decor-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.decor-header img {
    width: 152px;
}

.decor-header h5 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0em;
    text-transform: capitalize;
    margin: 0 30px;
    color: #444648;
    text-align: center;
}

.counter-container {
    text-align: center;
}

.counter-container .counter-img {
    margin: auto;
    margin-bottom: 20px;
}

.counter-container .counter-img img {
    width: 52px;
    height: 65px;
    object-fit: contain;
}

.counter-container .counter,
.counter-container .counter-adon {
    font-family: Poppins;
    font-size: 54px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
    color: #2BAAE1;
}

.counter-container .counter-name {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    margin: 15px 0px;
    color: #444648;
}

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

    .decor-header img {
        width: 80px;
    }

    .decor-header h5 {
        font-size: 22px !important;
        margin: 0 10px !important;
        line-height: 24px !important;
    }

    .counter-container .counter,
    .counter-container .counter-adon {
        font-size: 40px;
        line-height: 15px;
    }

    .counter-container .counter-name {
        font-size: 18px;
        line-height: 20px;
        margin: 20px 0px 30px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-2 {
        padding-bottom: 0;
    }

    .counter-container .counter-name {
        margin-bottom: 35px;
    }
}

/*---------------------- Section-3 --------------------*/
.section-3 {
    background-color: #2BAAE1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 40px 0;
    text-align: center;
}

.section-h2 {
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: center;
}

.homepage-para {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
}

.section-3 button {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 22px;
}

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

    .section-h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .homepage-para {
        font-size: 18px;
        line-height: 26px;
    }

    .section-3 button {
        font-size: 18px;
        line-height: 28px;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .homepage-para {
        font-size: 18px;
        line-height: 22px;
    }

    .decor-header h5 {
        font-size: 26px;
        line-height: 30px;
    }

    .section-h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .section-3 button {
        font-size: 18px;
        line-height: 30px;
    }
}

/*--------------------------- Section-4 -------------------------*/
.section-4 {
    padding-top: 25px;
}

.slide-container {
    max-width: 1440px;
    width: 100%;
    background-color: transparent;
    padding: 40px 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.card-wrapper {
    padding: 20px 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.happy-customers-card {
    background-color: rgba(255, 255, 255, 1) !important;
    /* width: 235.5px !important; */
    height: 130px !important;
    border-radius: 24px !important;
    box-shadow: 4px 4px 4px 0px #00000040;
    border: none !important;
}

.happy-customers-card .card-body {
    display: flex;
    align-items: center;
    height: 100%;
}

.card-image {
    width: 100%;
    height: 100%;
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -50px) !important;
    top: 50% !important;
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -50px) !important;
    top: 50% !important;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, -30px) !important;
        top: 50% !important;
    }

    .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, -30px) !important;
        top: 50% !important;
    }
}

/*--------------------------- Section-5 -------------------------*/
.section-5 {
    height: fit-content;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 7px;
    /* background: linear-gradient(rgba(38, 63, 83, 1), rgba(38, 63, 83, 1),url("assets/images/heading-left-line.png")); */
}

.section-5::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 27 48 / 86%);
    z-index: 1;
}

.sec-5-banner {
    object-fit: cover;
    position: absolute;
    /* height: 550px; */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.sec-5-banner-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 70%;
    margin: auto;
}

.sec-5-side-line {
    width: 70%;
}

.sec-5-list ul {
    list-style: none;
    text-align: left;
    padding-left: 0px;
    padding-top: 15px;
}

.sec-5-list ul li {
    font-family: inherit;
    font-size: 29px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    text-transform: capitalize;
}

.sec-5-list ul li .sec-5-list-img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.d-none-desktop {
    display: none;
}

@media only screen and (max-width: 767px) {
    .sec-5-list ul li {
        font-size: 24px;
        line-height: 55px;
    }

    .sec-5-list ul li .sec-5-list-img {
        width: 40px;
        height: 40px;
    }

    .sec-5-banner {
        height: 1020px;
    }

    marquee span {
        display: inline-table !important;
    }

    .d-none-desktop {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .d-none-tab {
        display: none !important;
    }

    .d-none-desktop {
        display: block;
    }
}




/*--------------------------  Section-6 -------------------------*/
.section-6 {
    padding: 25px 0;
}

.sec6-card-percent {
    font-family: Poppins;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    align-items: baseline;
}

.sec6-loader-btn {
    position: absolute;
    top: 14%;
    left: 70px;
}

.sec6-headphone-img {
    width: 75px;
}

@media only screen and (max-width: 767px) {
    .sec6-percent-pie-chart {
        margin-bottom: 65px;
    }

    .sec6-loader-btn {
        position: absolute;
        top: auto;
        bottom: -65px;
        left: auto;
    }

    .sec6-loader-btn ul {
        display: flex;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sec6-loader-btn {
        position: absolute;
        top: auto;
        bottom: -50px;
        left: auto;
    }

    .sec6-loader-btn ul {
        display: flex;
    }
}

/*--------------------------- Section-7 -------------------------*/
.section-7 {
    padding: 25px 0px;
}

.sec7-h4 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 20px;
    text-transform: capitalize;
    padding: 0 208px;
}

.top-badge-img {
    width: 50px;
}

.section-7 .card-image {
    padding: 0px 80px;
    height: 96px;
    margin-bottom: 10px;
}

.sec7-card {
    border: none !important;
    border-radius: 0% !important;
}

.sec7-card-percent {
    font-family: Poppins;
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bounce-arrow-up {
    animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.section-7 .sec7-card .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
    height: 235px !important;
    object-fit: cover !important;
}

.section-7 .sec7-card p.card-text {
    height: 140px;
    overflow: hidden;
}


@media only screen and (max-width: 767px) {
    .top-badge-img {
        width: 32px;
    }

    .sec7-h4 {
        font-size: 25px;
        line-height: 30px;
        padding: 0;
    }

    .slide-container {
        padding: 0 !important;
    }
}


/*--------------------------- section-8 ---------------------------*/
.section-8 {
    padding: 25px 0px;
}

.decor-header-subheading {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 600;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: center;
}

.sec8-card {
    border-radius: 20px !important;
    box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.15) !important;
}

.sec8-card .card-body {
    position: relative;
    padding: 25px 40px;
}

.card-star-tag {
    border-radius: 8px;
    padding: 4px 10px;
}

.sec8-card .card-body .quote-icon {
    position: absolute;
    top: 45px;
    left: 40px;
    width: 65px;
    height: auto;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .decor-header-subheading {
        font-size: 20px;
        line-height: 26px;
        margin-top: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .decor-header-subheading {
        font-size: 26px;
        line-height: 36px;
    }

    .slide-container {
        padding: 0;
    }
}

/*--------------------------- Section-9 -------------------------*/
.section-9 {
    padding: 25px 0;
}

.sec9-card {
    border: none !important;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.18);
    border-radius: 16px !important;
    height: 100% !important;
}

.sec9-card:hover {
    box-shadow: 5px 5px 12px 2px rgba(0, 0, 0, 0.18);
}

.sec9-card-img {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.sec9-card-img img {
    width: 85px;
    height: 85px;
}
.sec9-card .card-body ul{
    list-style: none;
    padding-left: 10px;
}
.sec9-card .card-body ul li {
    margin-bottom: 15px;
    font-weight: 500;
    display: flex;
}

.sec9-col-padding {
    padding: 40px 40px !important;
}

@media only screen and (max-width: 767px) {
    .sec9-col-padding {
        padding: 25px 25px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sec9-col-padding {
        padding: 25px 25px !important;
    }
}


/*--------------------------- Section-10 -------------------------*/

.section-10 {
    padding: 25px 0;
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
}

.section-10 .start-now-btn {
    font-family: inherit;
    font-size: 44px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 0;
}

.section-10 h2 {
    font-family: inherit;
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 50px;
}

.section-10 .app-add-imgs img {
    width: 160px;
}

.section-10 .see-product-btn {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .section-10 {
        background-size: cover;
    }

    .section-10 .start-now-btn {
        font-size: 26px;
        line-height: 36px;
        margin-top: 15px;
    }

    .section-10 h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .section-10 .app-add-imgs img {
        width: 142px;
    }

    .justify-content-center-mobile {
        display: flex;
        justify-content: center;
    }

    .section-10 .see-product-btn {
        font-size: 20px;
        line-height: 26px;
        margin-top: 24px;
    }

    .sec10-left-img img {
        width: 100% !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-10 h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .section-10 .start-now-btn {
        font-size: 30px;
        line-height: 42px;
    }

    .section-10 {
        background-size: cover;
    }
}

/*--------------------------- Section-11 -------------------------*/
.section-11 {
    padding: 25px 0;
}

.section-11 h4 {
    font-family: Poppins;
    font-size: 29px;
    font-style: italic;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
}

.section-11 img.quote-icon {
    position: absolute;
    top: -57px;
    left: -32px;
    width: 190px;
    z-index: -1;
}

.section-11 .banner-heading-btmline {
    width: 70px;
    height: 7px;
    margin: 20px 0px;
}

@media only screen and (max-width: 767px) {
    .section-11 h4 {
        font-family: Poppins;
        font-size: 22px;
        font-style: italic;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: justify;
        margin-top: 25px;
    }

    .ceo-img {
        width: 70%;
        display: flex;
        margin: auto;
    }

    .section-11 img.quote-icon {
        top: 15px;
        left: -5px;
        width: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-11 h4 {
        font-size: 24px;
        line-height: 31px;
        margin-top: 15px;
    }
}

/*--------------------------- Section-12 -------------------------*/
.section-12 {
    padding: 25px 0;
}

.section-12 .sec12-card {
    background: #E6F1F9;
    padding: 40px;
    border: 0;
    border-radius: 22px;
}

.section-12 .sec12-card h2 {
    font-family: 'Poppins';
    font-size: 46px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
}

.section-12 .sec12-card p {
    font-family: "Poppins";
    font-size: 26px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
}

.section-12 .sec12-card .bookdemo-btn {
    font-family: inherit;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #F9B208;
    color: #ffffff;
}

.sec12-right-img {
    padding-left: 65px;
}

@media only screen and (max-width: 767px) {
    .section-12 .sec12-card {
        padding: 25px;
    }

    .section-12 .sec12-card h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .section-12 .sec12-card p {
        font-size: 22px;
        font-weight: 400;
        line-height: 30px;
    }

    .section-12 .sec12-card .bookdemo-btn {
        font-size: 16px;
        line-height: 18px;
    }

    .sec12-right-img {
        padding: 40px 0px 0px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-12 .sec12-card h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .sec12-right-img {
        padding-left: 0;
    }
}

/*--------------------------- Section-13 -------------------------*/
.section-13 {
    padding: 25px 0;
}

.section-13 .sec13-card {
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.18);
    border-radius: 16px;
    border: 0;
    padding: 10px;
    height: 100%;
}

.section-13 .sec13-card .card-img-top {
    height: 150px;
    margin-bottom: 20px;
}

.section-13 .sec13-card .card-title {
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 15px;
    height: 100px;
    overflow: hidden;
}

.section-13 .sec13-card .card-text {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    height: 170px;
    overflow: hidden;
}

.section-13 .sec13-card .read-more-link {
    font-family: Poppins;
    font-size: 19px;
    font-style: italic;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .section-13 .sec13-card .card-title {
        font-size: 20px;
        line-height: 24px;
    }

    .section-13 .sec13-card .card-text {
        font-size: 16px;
        line-height: 25px;
    }

    .section-13 .sec13-card .read-more-link {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-13 .sec13-card .card-title {
        font-size: 20px;
        line-height: 25px;
        height: 103px;
    }

    .section-13 .sec13-card .card-text {
        font-size: 18px;
        line-height: 26px;
        height: 132px;
    }

}

/*--------------------------- Section-14 -------------------------*/
.section-14 {
    padding: 25px 0;
}

.section-14 .sec14-card {
    border: 5px solid rgba(222, 222, 222, 1);
    height: 110px;
    padding: 15px;
}

.section-14 .sec14-card a {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-14 .sec14-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 767px) {
    .section-14 .sec14-card {
        margin: 13px 0;
    }
}


/*--------------------------- Section-15 -------------------------*/
.section-15 {
    padding: 15px 0;
    background-color: #263F53;
}

.sec15-right h4 {
    font-family: Poppins;
    font-size: 31px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
}

.sec15-left ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sec15-left ul li a {
    text-decoration: none !important;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
    .sec15-right h4 {
        font-size: 26px;
        line-height: 32px;
        text-align: center;
    }

    .sec15-left ul {
        padding: 0;
        margin-top: 15px;
    }

    .sec15-left ul li a {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sec15-right h4 {
        font-size: 28px;
        line-height: 30px;
    }

    .sec15-left ul li a {
        font-size: 32px;
    }
}

/*--------------------------- Section-16 -------------------------*/
.section-16 {
    padding: 25px 0;
}

.sec16-card {
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.18);
    border-radius: 16px !important;
    border: none !important;
    text-align: center;
    padding: 25px;
    height: 100% !important;
}

.sec16-card:hover {
    transform: scale(0.99);
}

.sec16-card h2 {
    font-family: Poppins;
    font-size: 100px;
    font-weight: 600;
    line-height: 100px;
    text-align: center;
}

.sec16-card img {
    width: 80px;
}

.sec16-card-img {
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
}













.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.chart.chart-widget-pie {
    margin-top: 5px;
    margin-bottom: 5px;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.percent1 {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
    font-family: Helvetica;
    font-size: 1.4rem;
    color: #3b80da;


}


.percent1:after {
    content: '%';
    margin-left: 0.1em;
    font-family: Helvetica;
    font-size: 1.4rem;
    color: #3b80da;

}



/*============================== SUCCESS-STORY-PAGE ============================*/
.story-page-sec2 {
    padding: 25px 0;
}

.success-story-card {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 14px !important;
    border: 0 !important;
    overflow: hidden;
    height: 100% !important;
}

.success-story-card:hover {
    box-shadow: 5px 5px 12px 2px rgba(0, 0, 0, 0.18);
}

/*============================== SUCCESS-STORY-DETAIL-PAGE ============================*/
.story-detail-page-sec1 {
    padding: 25px 0;
    background: #F9F9F9;
}



/*============================== PRODUCT & FEATURES-PAGE ============================*/
/*-------------------- Banner-image --------------------*/
.outter.banner-image {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-image .image-container {
    height: 690px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-image .image-container:hover .banner-img {
    transform: scale(1.3);
    transition: ease-in-out 0.300s;
}

.banner-image image {
    object-fit: cover;
    position: absolute;
    height: 690px;
    width: 100%;
    top: 0;
    left: 0;
}

.banner-image .banner-img {
    object-fit: cover;
    position: absolute;
    height: 690px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: multiply;
    transition: ease-in-out 0.300s;

}

.banner-image .image-container:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgb(0 27 48 / 80%); */
    background: rgb(38 63 83 / 74%);
    z-index: 1;
}

.banner-image .banner-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* height: 100%; */
    text-align: center;
    position: relative;
    z-index: 10;
    width: 70%;
    margin: auto;
}

.banner-image .banner-content h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 0px;
}

.banner-image .banner-content h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0px;
}

.banner-heading-btmline {
    width: 368px;
    margin-bottom: 30px;
}

.banner-image .banner-content h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 25px;
}

.banner-image .banner-content h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
}

.banner-image .banner-content button {
    width: 155px;
    padding: 5px;
    margin: 15px 15px 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.banner-image .banner-content .banner-btm-img {
    width: 85%;
    padding: 10px;
}

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

    .banner-swiper-img {
        width: 300px;
    }

    .d-none-mobile {
        display: none !important;
    }

    .outter.banner-image {
        height: 730px;
    }

    .banner-image .image-container {
        height: 730px;
    }

    .banner-image image {
        height: 730px;
    }

    .banner-image .banner-img {
        height: 730px;
    }

    .banner-image .banner-content {
        width: 90%;
        top: 0px;
    }

    .banner-image .banner-content h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: 0em;
        text-align: center;
        margin-top: 8px;
    }

    .banner-image .banner-content h1 {
        font-size: 32px;
        line-height: 38px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .banner-heading-btmline {
        width: 190px;
    }

    .banner-image .banner-content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .banner-image .banner-content button {
        width: 110px;
        height: 32px;
        padding: 5px;
        margin: 0px 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
    }

    .banner-image .banner-content h5 {
        font-size: 20px;
        margin-top: 0 !important;
        line-height: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .outter.banner-image {
        height: 530px;
    }

    .banner-image .image-container {
        height: 530px;
    }

    .banner-image image {
        height: 530px;
    }

    .banner-image .banner-img {
        height: 530px;
    }

    .banner-image .banner-content h1 {
        font-size: 36px;
        line-height: 55px;
    }

    .banner-image .banner-content h2 {
        font-size: 30px;
        line-height: 28px;
    }

    .banner-image .banner-content h5 {
        font-size: 18px;
    }

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



@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .outter.banner-image {
        height: 580px;
    }

    .banner-image .image-container {
        height: 580px;
    }

    .banner-image image {
        height: 580px;
    }

    .banner-image .banner-img {
        height: 580px;
    }
}

/*-------------------- product-page-sec2 --------------------*/

.product-page-sec2 {
    padding: 25px 0;
}

.on-off-btn {
    box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    border-radius: 8px;
    padding: 12px 20px;
}

.on-off-btn .form-check-input {
    width: 80px !important;
    height: 40px;
}

.on-off-btn .form-check-input:checked {
    background-color: #4DAF4F !important;
    border-color: #4DAF4F !important;
}

.on-off-btn .form-check-input:focus {
    border-color: #4DAF4F;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(76 175 80 / 28%);
}

.on-off-btn .form-check-input:active {
    filter: none;
}

/*-------------------- product-page-sec3 --------------------*/

.product-page-sec3-heading h3 {
    color: #374151;
    font-family: poppins;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.product-page-sec3-heading .heading-tick-icon {
    width: 45px;
    height: 45px;
}

.card.product-page-sec3-card {
    box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.12);
    border: none;
    padding: 15px;
    border-radius: 10px;
}

.card.product-page-sec3-card h5 {
    font-family: "poppins";
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #374151;
    margin-bottom: 0;
}

.card.product-page-sec3-card .product-page-sec3-card-img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .product-page-sec3-heading h3 {
        line-height: 25px;
    }

    .card.product-page-sec3-card {
        padding: 10px;
        width: 100%;
        height: 85px;
    }

    .product-page-sec3-card-title h6 {
        font-size: 13px;
        font-weight: 600;
    }

    .card.product-page-sec3-card .product-page-sec3-card-img {
        height: 100%;
        object-fit: contain;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .product-page-sec3-heading h3 {
        line-height: 25px;
    }

    .card.product-page-sec3-card h5 {
        font-size: 18px;
    }
}

/*-------------------- product-page-sec4 --------------------*/
.product-page-sec4-btm-img img {
    margin-top: -20px;
}

@media only screen and (max-width: 767px) {
    .product-page-sec4-btm-img img {
        margin-top: 10px;
    }
}

/*-------------------- product-page-sec5 --------------------*/
.product-page-sec-5 {
    padding: 25px 0;
}

.product-sec5-slider {
    position: absolute;
    left: 248px;
    width: 73%;
    height: 552px;
    top: 17px;
}

@media only screen and (min-width: 300px) and (max-width: 550px) {
    .product-sec5-slider {
        position: absolute;
        left: 59px;
        width: 77%;
        height: 552px;
        top: -213px;
    }
}

@media only screen and (min-width: 551px) and (max-width: 767px) {
    .product-sec5-slider {
        position: absolute;
        left: 94px;
        width: 75%;
        height: 552px;
        top: -172px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .product-sec5-slider {
        position: absolute;
        left: 211px;
        width: 73%;
        height: 552px;
        top: -30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-sec5-slider {
        position: absolute;
        left: 178px;
        width: 73%;
        height: 552px;
        top: -75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-sec5-slider {
        position: absolute;
        left: 132px;
        width: 73%;
        height: 552px;
        top: -132px;
    }
}

/*-------------------- product-page-sec6 --------------------*/
.product-page-sec-6 {
    padding: 25px 0;
}

.product-page-sec-6 .para-btn button {
    width: 160px;
    height: 40px;
    margin: 0px 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-E6F1F9 {
    background: #E6F1F9 !important;
}

.para-btn {
    display: flex;
    margin-bottom: 20px;
}


/*-------------------- product-page-sec7 --------------------*/
.product-page-sec-7 {
    padding: 25px 0;
}

.product-sec7-img {
    margin-bottom: -420px !important;
    position: relative;
    z-index: -1;
}

.product-sec7-img-center {
    position: absolute;
    width: 290px;
    top: 273px;
    left: 507px;
}

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

    .product-sec7-img {
        margin-bottom: -150px !important;
        position: relative;
    }

    .product-sec7-img-center {
        position: absolute;
        width: 70px;
        top: 67px;
        left: 137px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .product-sec7-img {
        margin-bottom: -260px !important;
        position: relative;
    }

    .product-sec7-img-center {
        position: absolute;
        width: 145px;
        top: 137px;
        left: 270px;
    }
}


/*-------------------- product-page-sec8 --------------------*/
.product-sec8-slide-content .swiper-slide iframe {
    transition: all ease-in-out 0.2s;
    width: 100%;
}

.product-sec8-slide-content .swiper-slide iframe:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transform: scale(1.05);
    transition: all ease-in-out 0.2s;
}


/* --------------------Overwrite-Old-CSS-------------------- */
.switch-pricing {
    border: none !important;
}

.switch-pricing:hover {
    background: transparent !important;
    border: none !important;
}