/* fonts import start */
@import url('./outfit.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

/* fonts import end */

/* global styling start */
html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-secondary);
    font-weight: 300;
    overflow-x: hidden !important;
    background: #fcfcfc;
}
:root{
    --font-primary: 'Outfit';
    --font-secondary:'Outfit';
    --primary-color:#1C75BC;
    --secondary-color:#262932;
    --dark: #000000;
    --white: #ffffff;
    --text:#727A84;
}
a{
    text-decoration: none;
}
h1, h2,h3{
    font-family: var(--font-primary);
}
h2.section_title {
    color: #323232;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0.2px;
}

p.section_content {
    color: #737373;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.2px;
}

/* global styling end */

/* header styling start */
header {    
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
	position: absolute;
}
header .navbar-static-top {
/* 	position: absolute; */
}
header .navbar-fixed-top {
	position: fixed;
	right: 16.1%;
    top: 30px;
}
header .top-bar {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .top-bar p{
    margin-bottom: 0;
    font-size: 16px;
    color: #F0EFF5;
}
header .top-bar .subscribe-text{
    margin: 0 60px 0 auto
}
header .top-bar-btn {
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
}
header .top-bar-btn svg {
    margin-right: 6px;
}

nav.navbar.navbar-expand-lg {
    background: transparent;
    padding: 1.8rem 0 0rem;
    z-index: 999;
}

header .contact-btn a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}
header .contact-btn a svg{
    width: 1.4rem;
    height: 1.4rem;
}
header .contact-btn a:hover svg path{
    fill:var(--primary-color);
}


@media(min-width:992px){
    header .navbar-collapse{
        justify-content: space-between;
        align-items: center;
        /* padding: 13px 13px 13px 40px;  */
        background: #3A3E49;
        border-radius: 100px;
        margin-left: 80px;
        margin-right: 15px;
		position: relative;
        padding: 18px 22px 18px 40px;
    }
    header .navbar-collapse .navbar-nav .menu{
        display: flex;
        align-items: center;
    }
    header .navbar-collapse .navbar-nav .menu li a{
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 30px 0 0;
    }
}
header .navbar-collapse .navbar-nav .menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
header .navbar-collapse .navbar-nav .menu li a {
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-transform: capitalize;
    transition: .3s ease-in;
}
header .navbar-collapse .navbar-nav .menu li a:hover {
    color: var(--primary-color);
}
header .navbar-collapse .navbar-nav .menu li a[aria-current="page"] {
    color: var(--primary-color);
}

.navbar-collapse .contact-btn a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 20px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 100px;
    border: none;
    line-height: 1;
    box-shadow: 0px 3.62304px 3.62304px rgba(28, 117, 188, 0.25);
    background: var(--primary-color);
    color: var(--white);
    transition: all .4s ease-in;
}
.navbar-collapse .contact-btn a svg {
    width: 1rem;
    height: 1rem;
}
.navbar-collapse .contact-btn a:hover{
    color: var(--primary-color);
}
.navbar-collapse .contact-btn a:hover svg path{
    fill: var(--primary-color);
}
.navbar-collapse .contact-btn span {
    margin-left: 8px;
    transition: .4s;
}



/* header styling end */

/* banner styling start */
.banner-sec {
    position: relative;
    padding: 200px 0 0;
    background: url('../img/banner-bg.png') no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.banner-img {
    width: 100%;
}
.sub-heading {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1.97366px;
}
.banner-sec .sub-heading{
    margin-top: 8rem;
    font-weight: 500;
}
.banner_main_heading {
    color: var(--white);
    font-size: 62px;
    font-weight: 600;
    margin: .75rem 1rem 0 0;
    line-height: 1.2;
    text-transform: capitalize;
}
.banner_main_heading span {
    color: var(--primary-color);
}

.banner_main_para {
    color: #FEFDF8;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin: .65rem 0 0;
}
.download-wraper {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

.download-text {
    width: 100%;
    max-width: 180px;
    padding: 30px 25px 25px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(51deg, rgba(221, 214, 243, 0.20) 5.89%, rgba(250, 172, 168, 0.00) 93.26%);
    backdrop-filter: blur(22px);
    box-shadow: -1px 1px 1px #ffffffbf;
    color: var(--white);
}

.download-text h2 {
    font-family: var(--font-secondary);
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.download-text h3 {
    font-family: var(--font-secondary);
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

.download-text p {
    color: transparent;
    background: linear-gradient(90deg, #FF00A9 -0.04%, #C41CEF 100.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.downloas-btns h4 {
    color: var(--white);
    font-family: var(--font-secondary);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 20px;
}

.downloas-btns p {
    color: #9A9A9A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 200px;
    margin: 0 0 10px;
}

.downloas-btns ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

.downloas-btns ul li a {
    display: block;
}

.downloas-btns ul li a img {
    width: 100%;
    max-width: 100%;
}



.banner-sec .download_section {
    margin-top: 0;
}

.banner-sec .download_section ul {
    padding: 0;
    list-style: none;
}

.banner-sec .download_section ul li {
    margin: 0 12px;
}

.banner-sec .download_section ul li:nth-child(1) {
    margin-left: 0;
}

.banner-sec #button-addon2 {
    border-radius: 22px;
    padding: 10px 20px;
    background: #1F95E5;
    color: #fff;
    border: none;
}

/* banner styling end */

/* CEO Sec css start */
.ceo-sec{
    padding:120px 0 20px;
}

.ceo-message {
    max-width: 530px;
    margin-left: 110px;
}
.ceo-message h2 {
    margin-bottom: 8px;
}

.ceo-message span {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    font-weight: 400;
    color: var(--primary-color);
}


/* CEO Sec css end */


.sec-heading {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    color: var(--secondary-color);
    margin-bottom: 0;
}
/* service counter section css */
.service-shows-sec {
    padding: 120px 0 0;
}
.service-shows-sec .sec-heading {
    max-width: 230px;
    color: #363636;
}

.counter-box {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px -0.864286px 25.9286px 3.45714px rgba(0, 0, 0, 0.05);
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 0 30px;
    justify-content: center;
    padding: 30px 20px;
}

.counter-box .counter-number {
    font-size: 50px;
    font-weight: 700;
    color: var(--primary-color);
}

.counter-box .counter-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    max-width: 110px;
    margin-bottom: 0;
    color: var(--secondary-color);
}

/* servic counter section css End */


/* about sec start */
.about-sec {
    padding: 110px 0 0;
}

.about-img img {
    width: 100%;
    max-height: 500px;
    border-radius: 29px;
    object-fit: cover;
}

.about-text {
    padding-left: 60px;
}

.gradient-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    background: var(--Linear, linear-gradient(90deg, #FF00A9 -0.04%, #C41CEF 100.02%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-text .sec-heading{
    max-width: 500px;
    margin: .65rem 0 1.35rem;
}

.about-text p {
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 440px;
}

/* about sec end */

/* services cards sec start */
.services-card-sec {
    padding: 100px 0 70px;
    position: relative;
    z-index: 1;
}

.services-card-sec::after{
    content: '';
    width: 100%;
    height: 420px;
    background: #F1F9FF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.services-card-sec .sec-heading {
    margin: .75rem 0 3.5rem;
}

.services-card-sec .card {
    background: #FDFDFD;
    border-radius: 29px;
    min-height: 680px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    padding: 60px 15px;
    margin: 0 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.services-card-sec .card::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--primary-color);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s ease-in-out;
}
.services-card-sec .card:hover::before{
    transform: scaleX(1);
    transform-origin: left;
}
.services-card-sec .card .icon {
    width: 110px;
    height: 110px;
    margin-bottom: 30px;
}
.services-card-sec .card .icon img{
    transition: .5s ease-in-out;
}
.services-card-sec .card:hover .icon img {
    filter: invert(1) brightness(100);
}

.services-card-sec .card .text-box h3 {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--secondary-color);
    transition: .5s ease-in-out;
}
.services-card-sec .card:hover .text-box h3 {
    color: #FDFDFD;
}
.services-card-sec .card .text-box p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--text);
    
    transition: .5s ease-in-out;
}
.services-card-sec .card:hover .text-box p{
    color: #FCFCFC;
}
.services-card-sec .card .text-box .readmore-btn {
    padding: 14px 28px;
    background: #E1E3E4;
    border-radius: 100px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #A1A7AD;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    gap: 10px;
    transition: .5s ease-in-out;
}
.services-card-sec .card:hover .text-box .readmore-btn{
    color: #474C52;
    background: #F0EFF5;
    box-shadow: 0px 4px 4px rgba(240, 239, 245, 0.25);
}
.services-card-sec .card .text-box .readmore-btn svg{
    display: none;
    transition: .5s ease-in-out;
}

.services-card-sec .card:hover .text-box .readmore-btn svg{
    display: block;
}
/* services cards sec end */

.prim-btn {
    padding: 15px 33px;
    border-radius: 100px;
    font-weight: 600;
    box-shadow: 0px 3.62304px 3.62304px rgba(28, 117, 188, 0.25);
    color: var(--white);
    line-height: 1;
    display: inline-block;
    transition: .4s;
    position: relative;
    z-index: 1;
    transition: all .4s ease-in;
    overflow: hidden;
}
.prim-btn:hover {
    color: var(--primary-color);
    background: transparent;

}
.prim-btn:before {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--white);
    transform: scaleX(0);
    transform-origin: right;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform .4s ease-in;
}
.prim-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    z-index: -2;
    transition: .4s ease-in;
}
.prim-btn:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}
.prim-btn:hover:after {
    background: transparent;
}



/* App Slider sec start*/
.app-sec{
    padding: 100px 0 0px;
}
.app-sec .sub-heading{
    text-align: center;
}
.app-sec .sec-heading {
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 20px;
}
.app-sec .slide-box .owl-stage-outer {
    padding: 60px 0;
}

.app-sec .slide-box .owl-item .item{
    transform: scale(.9);
    transform-origin: center;
    transition: transform .4s ease-in-out;
}
.app-sec .slide-box .owl-item.active.center .item{
    transform: scale(1.05);
    /* margin: 0 20px; */
}
.app-sec .slide-box img{
    width: 100%;
}
.app-sec .owl-dots .owl-dot span {
    width: 20px !important;
    height: 5px !important;
    border-radius: 10px;
    background:#58545D !important;
    transition:.4s ease-in-out !important;
}

.app-sec .owl-dots .owl-dot.active span {
    width:100px !important;
    background:var(--primary-color) !important;
    
}
.apps-filter-nav {
    justify-content: center;
    max-width: fit-content;
    margin: 0 auto;
    background: #E1E3E4;
    backdrop-filter: blur(129px);
    border-radius: 101px;
    padding: 13px 16px;
}

.apps-filter-nav li .nav-link {
    text-decoration: none;
    color: #A1A7AD;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 35px;
    line-height: 1.25;
    border-radius: 100px;
}
.apps-filter-nav li .nav-link.active {
    box-shadow: 0px 3.62304px 3.62304px rgba(28, 117, 188, 0.25);
    background: #1C75BC;
}


/* new css */
.app-sec .slide-box .owl-stage .owl-item:not(.active) .item {
    transform: scale(.75);
}

.app-sec .slide-box .owl-stage .owl-item + .owl-item.active .item {
    transform: scale(.88);
    transform-origin: left;
}

.app-sec .slide-box .owl-stage .owl-item + .owl-item.active + .owl-item.active .item {
    transform: scale(1);
}

.app-sec .slide-box .owl-stage .owl-item + .owl-item.active + .owl-item.active + .owl-item.active .item {
    transform: scale(.88);
    transform-origin: right;
}

/* new css end */


/* App Slider sec end */


/* heart_ride_work styling start */
.heart_ride_work {
    padding: 5rem 0 2rem;
}

.heart_ride_work .img-cont {
    text-align: center;
}

.heart_ride_work .left_side {
    text-align: right;
    margin: 3rem 0 8rem;
}

.heart_ride_work .right_side {
    text-align: left;
    margin: 3rem 0 8rem;
}

.heart_ride_work .left_side .number-content,
.heart_ride_work .right_side .number-content {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    background: #FFE8E5;
    color: #FF0001;
    display: flex;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.1px;
    margin-bottom: 15px;
}

.heart_ride_work .right_side .number-content {
    margin-right: auto;
    margin-left: 0;
}

.heart_ride_work .left_side:hover .number-content,
.heart_ride_work .right_side:hover .number-content {
    background: #FF0001;
    color: #fff;
}

.heart_ride_work .left_side .text-content h3,
.heart_ride_work .right_side .text-content h3 {
    color: #323232;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1px;
    margin-bottom: 0;
}

.heart_ride_work .left_side .text-content p,
.heart_ride_work .right_side .text-content p {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
}

/* heart_ride_work styling end */

/* app work styling start */
.app_work {
    padding: 0 0 3rem;
}

.app_work .app_work_tabs .responsive-tabs {
    padding: 1rem;
}

.app_work .app_work_tabs .responsive-tabs .nav-tabs {
    display: none;
}

@media (min-width: 768px) {
    .app_work .app_work_tabs .responsive-tabs .nav-tabs {
        display: flex;
    }

    .app_work .app_work_tabs .responsive-tabs .card {
        border: none;
    }

    .app_work .app_work_tabs .responsive-tabs .card .card-header {
        display: none;
    }

    .app_work .app_work_tabs .responsive-tabs .card .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .app_work .app_work_tabs .responsive-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

.app_work .app_work_tabs .responsive-tabs .nav-tabs {
    border-radius: 14px;
    background: #F7F7F7;
    padding: 10px;
    justify-content: center;
    max-width: 370px;
    margin: auto;
    border: 0;
    margin-bottom: 2rem;
}

.app_work .app_work_tabs .responsive-tabs .nav-tabs .nav-item {
    margin: 0 10px;
}

.app_work .app_work_tabs .responsive-tabs .nav-tabs .nav-item .nav-link {
    color: #323232;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.1px;
    border-radius: 14px;
    background: transparent;
    border: 0;
    padding: 15px 30px;
}

.app_work .app_work_tabs .responsive-tabs .nav-tabs .nav-item .active {
    background: #FF0001;
    color: #fff;
}

.app_work .app_work_tabs .responsive-tabs .tab-content .card {
    border: 0;
}

.app_work .app_work_tabs .responsive-tabs .tab-content .card .card-body ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.app_work .app_work_tabs .responsive-tabs .tab-content .card .card-body ul li {
    width: 43%;
    margin: 0 20px 20px;
}

.app_work .app_work_tabs .responsive-tabs .tab-content .card .card-body ul li .svg-content {
    width: 72px;
    height: 72px;
    background: #FFE8E5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    margin-bottom: 20px;
}

.app_work .app_work_tabs .responsive-tabs .tab-content .card .card-body ul li .text-content h3 {
    color: #323232;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1px;
}

.app_work .app_work_tabs .responsive-tabs .tab-content .card .card-body ul li .text-content p {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.app_work .app_work_tabs .responsive-tabs .tab-content .card .card-header {
    border: 0;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
}

.app_work .app_work_tabs .responsive-tabs .tab-content .card .card-header h5 a {
    display: block;
    color: #323232;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1px;
    text-decoration: none;
}

.app_work .app_work_tabs .responsive-tabs .tab-content .card .card-header [aria-expanded=true] {
    color: #FF0001;
}

/* app work styling end */


/* use it styling start */
.use_it {
    background: #F7F7F7;
    padding: 1rem 0 0;
}

.use_it .text-cont h2,
.use_it .text-cont p {
    text-align: left;
}

.use_it .img-cont {
    text-align: right;
}

/* use it styling end */

/* FAQs styling start */
.faqs {
    padding: 7rem 0;
}

.faqs .text-cont {
    text-align: center;
}

.faqs .text-cont .faq_span {
    color: #C41CEF;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-primary);
}
.faqs .text-cont .section_title {
    color: var(--white);
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    margin: 8px 0 40px;
}
.faqs .text-cont .section_content {
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.faqs  .accordion {
    max-width: 510px;
    margin: 0 auto;
}
.faqs .accordion #accordionExample .accordion-item {
    border: 0;
    background: none;
}

.faqs .accordion #accordionExample .accordion-item .accordion-button {
    border-radius: 10px !important;
    border: 1px solid rgba(196, 28, 239, 0.25);
    font-family: var(--font-secondary);
    margin: 20px 0;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-left: 30px;
    padding-right: 30px;
    background: none;
}

.faqs .accordion #accordionExample .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.faqs .accordion #accordionExample .accordion-item .accordion-button:not(.collapsed) {
    border-radius: 10px;
    border: 1px solid #C41CEF;
    background: #C41CEF;
    color: var(--white);
}

.faqs .accordion #accordionExample .accordion-item .accordion-button:after {
    background-image: url('../img/arrow-down.png');
    transition: .5s;
    position: absolute;
    right: 30px;
    bottom: 12px;
}

.faqs .accordion #accordionExample .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url('../img/arrow-up.png');
    transform: rotate(360deg);
}

.faqs .accordion #accordionExample .accordion-item .accordion-body {
    /* padding: 1rem 0; */
    padding: 0 0 40px;
}

.faqs .accordion #accordionExample .accordion-item .accordion-body p {
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
}

/* FAQs styling end */

/* get started cta css start */
.download-cta-sec {
    padding: 180px 0 160px;
}
.downlaod-content-wraper {
    max-width: 1000px;
    margin: 0 auto;
    background: url('../img/cta-bg.png') no-repeat;
    background-size: 100% 100%;
    border-radius: 30px;
    position: relative;
}
.downlaod-content-wraper .text-cont {
    position: relative;
    padding: 110px 0 60px 70px;
}
.downlaod-content-wraper .text-cont .cta-logo {
    position: absolute;
    top: -85px;
    max-width: 220px;
}
.downlaod-content-wraper .text-cont .sec-heading {
    font-size: 52px;
    font-weight: 600;
    color: #FCFCFC;
}
.downlaod-content-wraper .text-cont p{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    max-width: 365px;
    color: #FEFDF8;
    text-align: left;
    margin: .75rem 0 1.2rem;
}
.download_section ul{
    list-style: none;
    padding: 0;
    gap: 0 20px;
}
.downlaod-content-wraper .img-cont {
    position: absolute;
    top: -27%;
    right: -30px;
}
.downlaod-content-wraper .img-cont img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

/* get started cta css end */


/* footer style start */
footer {
    background: #161921;
    padding: 100px 0 25px;
    position: relative;
}

.footer-cta-wraper {
    width: 100%;
    max-width: 1000px;
    background: #fff;
    border-radius: 24px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3.94733px 92.7623px rgba(0, 0, 0, 0.15);
}
.footer-cta-wraper h2{
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 0;
    font-family: "Poppins";
    font-weight: 400;
    color: var(--text);
}

.footer-desc {
    font-size: 14px;
    font-weight: 400;
    color: var(--text);
    max-width: 260px;
    margin: 10px 0 0;
}
.footer-links-wraper {
    display: flex;
    justify-content: end;
    gap: 0px 100px;
}

footer .menu-title {
    font-family: 'Poppins';
    font-size: 23px;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 15px;
}

footer .footer-menu {
    list-style: none;
    padding: 0;
}

footer .footer-menu li a {
    font-size: 14px;
    color: var(--white);
    display: block;
    margin-bottom: 8px;
    transition: .3s ease-in;
}
footer .footer-menu li a:hover{
    color: var(--primary-color);
}
/* footer .footer-menu li a[aria-current="page"] {
    color: var(--primary-color);
} */
footer .footer-menu li a svg {
    margin-right: 10px;
    transition: .3s ease-in;
}
footer .footer-menu li a:hover svg path {
    fill: var(--primary-color);
}
.footer-bottom-wraper {
    border-top: 1px solid #727A84;
    margin-top: 40px;
    padding-top: 30px;
}

.footer-bottom-wraper p {
    color: var(--text);
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}
.footer-cta-wraper .wpcf7 form .wpcf7-response-output {
    transform: scale(0);
    transition: transform .4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.footer-cta-wraper .wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
    color: #fff;
    width: fit-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    border: none;
    padding: 5px 20px;
    transform: scale(1);
}
.footer-cta-wraper .wpcf7 form.sent .wpcf7-response-output img {
    filter: invert(0) brightness(100);
}
.footer-cta-wraper .wpcf7 form.sent .prim-btn::after{
    background: #46b450;
}

.footer-bottom-wraper{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.footer-bottom-wraper .social-icons{
	display:flex;
	list-style: none;
	padding: 0;
	align-items:center;
}
.footer-bottom-wraper .social-icons li{
	margin: 0 10px;
}
.footer-bottom-wraper .social-icons li a svg{
	width:20px;
	height:20px;
}
.footer-bottom-wraper .social-icons li a svg path{
	fill: #fff;
}

/* footer style end */



/* contact us page styling start */
.contact_us .img-cont {
    margin-bottom: 3rem;
}

.contact_form {
    border-radius: 8.11px;
    background: #FFF;
    box-shadow: 0 0 48.6622px 24.3311px rgba(0, 0, 0, 0.03);
    margin-bottom: 5rem;
    padding: 10px;
}

.contact_form .left_side {
    background: #FF0001;
    border-radius: 12px;
    padding: 3rem 2rem;
    position: relative;
}

.contact_form .left_side h3 {
    color: #FFF;
    font-size: 22.709px;
    font-weight: 600;
    line-height: normal;
}

.contact_form .left_side p {
    color: #FFF;
    font-size: 14.599px;
    font-weight: 400;
    line-height: normal;
}

.contact_form .left_side ul {
    padding: 0;
    list-style: none;
    margin-top: 5rem;
}

.contact_form .left_side ul li {
    display: flex;
    color: #FFF;
    font-size: 12.977px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 3rem;
}

.contact_form .left_side ul li span {
    margin-right: 20px;
}

.contact_form .left_side .social_links {
    margin-top: 7rem;
    display: flex;
}

.contact_form .left_side .social_links li {
    margin-bottom: 0;
}

.contact_form .left_side:after {
    content: '';
    width: 170px;
    height: 170px;
    background-image: url("../img/contact-bg.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

.contact_form .right_side .form {
    padding: 3rem 2rem;
}

.contact_form .right_side .form .form-label {
    color: #8D8D8D;
    font-size: 14.732px;
    font-weight: 500;
    line-height: 16.221px;
}

.contact_form .right_side .form .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #8D8D8D;
}

.contact_form .right_side .form .form-control:focus {
    box-shadow: none;
    border-color: #FF0001;
}

.contact_form .right_side .form button {
    border-radius: 11.355px;
    border: 0.811px solid #E91B2C;
    background: #E91B2C;
    color: #FFF;
    font-size: 11.355px;
    font-weight: 400;
    line-height: normal;
    float: right;
    padding: 0.7rem 2rem;
    margin-top: 6rem;
}

.contact_form .right_side .form button:focus {
    box-shadow: none;
}

.contact_form .right_side .form button:hover {
    background: transparent;
    color: #8D8D8D;
}

/* Chrome, Safari, Edge, Opera */
.contact_form .right_side .form input::-webkit-outer-spin-button,
.contact_form .right_side .form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* contact us page styling end */


/* media query start */

@media screen and (max-width: 1399px) {
    .app_work .app_work_tabs .responsive-tabs .tab-content .card .card-body ul li {
        width: 42%;
    }
}

@media screen and (max-width: 1199px) {
    .app_work .app_work_tabs .responsive-tabs .tab-content .card .card-body ul li {
        width: 40%;
    }

    .app_work {
        padding: 0 0 2rem;
    }
}

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

    .banner-sec .download_section ul {
        justify-content: center;
    }

    .app_work .app_work_tabs .responsive-tabs .tab-content .card .card-body ul li {
        width: 27%;
    }

    .app_work .app_work_tabs .responsive-tabs .tab-content .card .card-body .img-cont {
        text-align: center;
    }

    .heart_ride_work .right_side,
    .heart_ride_work .left_side {
        margin: 3rem 0 4rem;
    }

    /* .download_now .loving_heart {
        padding: 2rem;
    } */

    nav.navbar.navbar-expand-lg {
        /* background: linear-gradient(180deg, #E91B2C 0%, #B2000F 100%); */
        padding: 15px 0;
        z-index: 999;
    }


    .navbar-toggler-icon {
        color: #fff;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse .contact-btn a {
        margin: 0;
    }

    .contact_form .left_side {
        padding: 2rem 1rem;
    }
}

@media screen and (max-width: 767px) {
    .app_work .app_work_tabs .responsive-tabs .tab-content .card .card-body ul li {
        width: 41%;
    }

    .heart_ride_work .right_side, .heart_ride_work .left_side {
        text-align: center;
    }

    .heart_ride_work .left_side .number-content, .heart_ride_work .right_side .number-content {
        margin: auto;
        margin-bottom: 20px;
    }

    .use_it .text-cont h2, .use_it .text-cont p {
        text-align: center;
    }

    .download_now .loving_heart {
        padding: 2rem 2rem 0;
    }

    .download_now .loving_heart .text-cont h2.section_title,
    .download_now .loving_heart .text-cont .download_span,
    .download_now .loving_heart .text-cont p.section_content {
        text-align: center;
        display: block;
    }

    .download_now .loving_heart .download_section ul {
        justify-content: center;
    }

    h2.section_title {
        font-size: 30px;
        line-height: 47px;
    }

    .banner_main_heading {
        font-size: 55px;
        line-height: 52.692px;
    }

    .banner_main_para {
        font-size: 16px;
        line-height: 18.794px;
    }

    footer .footer-top {
        padding: 50px 0;
    }

    .faq_banner .faqs_bg {
        max-width: 470px;
    }

    .our-mission {
        padding: 2rem 0;
    }

    .our-mission .text-cont .section_title {
        margin-top: 1rem;
    }

    .why_choose_us {
        padding-bottom: 2rem;
    }

    .contact_form .left_side ul {
        margin-top: 2rem;
    }

    .contact_form .left_side ul li {
        margin-bottom: 1rem;
    }

    .contact_form .left_side .social_links {
        margin-top: 5rem;
    }

    .contact_form .right_side .form {
        padding: 1rem;
    }

    .contact_form .right_side .form button {
        margin-top: 0;
    }
}

@media screen and (max-width: 575px) {
    .app_work .app_work_tabs .responsive-tabs .tab-content .card .card-body ul li {
        width: 100%;
    }

    h2.section_title {
        font-size: 20px;
        line-height: 37px;
    }

    p.section_content {
        font-size: 12px;
        line-height: 16px;
    }

    .banner_main_heading {
        font-size: 35px;
        line-height: 42.692px;
    }

    .banner_main_para {
        font-size: 14px;
        line-height: 16.794px;
    }

    .banner-sec .download_section ul,
    .download_now .loving_heart .download_section ul {
        display: block !important;
    }

    .heart_ride_work,
    .faqs {
        padding: 2rem 0;
    }

    .heart_ride_work .right_side, .heart_ride_work .left_side {
        margin-bottom: 0;
    }

    .faqs .accordion #accordionExample .accordion-item .accordion-body p {
        text-align: center;
    }

    .download_now .loving_heart .download_section ul li,
    .banner-sec .download_section ul li {
        margin: 0;
        text-align: center;
    }

    footer .footer-top {
        padding: 2rem;
    }

    .faq_banner .faqs_bg {
        display: none;
    }

    .faq_banner h1 {
        padding-top: 3rem;
    }
}


/* media query end */