/* fonts import start */
@import url('./manrope.css');
@import url('./open_sans.css');

/* fonts import end */

/* global styling start */
html {
    overflow-x: hidden !important;
}
:root{
    --font-primary: 'Manrope';
    --font-secondary:'Open Sans';
    --primary-color:#00423D;
    --secondary-color:#003923;
    --dark1: #0E0E0E;
    --dark: #000000;
    --white: #ffffff;
    --text:#0E0E0E;
    --offwhite:#F0EFEA;
}
body {
    font-family: var(--font-primary);
    font-weight: 300;
    overflow-x: hidden !important;
    background: #F0EFEA;
}

a{
    text-decoration: none;
}
h1, h2,h3{
    font-family: var(--font-primary);
}
.section_title {
    color: #323232;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0.2px;
}

.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 */

@media(min-width:992px){
    header{
        padding: 30px 0;
    }
    .navbar-expand-lg .navbar-collapse{
        justify-content: end;
    }
    .navbar-expand-lg .navbar-nav{
        margin-inline: auto;
    }
}
nav.navbar a.nav-link {
    color: var(--dark1);
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 0 30px;
}
nav.navbar a.nav-link:hover {
    color: var(--secondary-color);
}





/* header styling end */

/* banner styling start */
.banner-sec .content-wraper{
    padding: 80px 55px 60px;
    border-radius: 31px;
    background: url('../img/banner-bg.png') no-repeat top center / cover;
}
.banner-sec .sub-heading{
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2;
    color: var(--offwhite);

}
.banner-sec .banner_main_heading{
    font-weight: 800;
    font-size: 86px;
    line-height: 1.25;
    color: var(--offwhite);

}
.banner-sec h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: var(--offwhite);
    margin-bottom: 30px;
    
}
.banner-sec .banner_main_para{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--font-secondary);
    color: var(--offwhite);
    
}
.banner-sec h4{
    font-weight: 200;
    font-size: 18px;
    line-height: 28px;
    color: #FCFCFC;
    margin-top: 20px;

}
.banner-marquee-list{
    margin: 0;
    padding: 0 20px;   
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.banner-marquee-list li{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: var(--offwhite);

}

.download-wraper {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.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 */
.sec-heading {
    font-weight: 500;
    font-size: 60px;
    line-height: 1.15;
    color: var(--dark1);
    margin-bottom: 0;
}

/*  Hobbies sec css start */
.hobbies-sec{
    padding: 140px 0 50px;
}
.hobbies-sec .sec-heading{
    margin-bottom: 30px;
}
.hobbies-sec h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.hobbies-sec .section_content{
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgb(14 14 14 / 70%);    
    text-align: left;
}
.hobbies-sec .img-box img{
    width: 100%;
}
.hobbies-sec .count-box > div{
    gap: 30px;
}
.hobbies-sec .count-box .count{
    font-weight: 700;
    font-size: 43px;
    line-height: 1.2;
    color: var(--primary-color);
    
}
.hobbies-sec .count-box .count-text{
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    color: rgb(14 14 14 / 70%);
    margin-top: 35px;

}
/*  Hobbies sec css end */

/*  key feature sec css start */
.key-features-sec{
    padding: 70px 0 50px;
}
.key-features-sec .text-cont{
    padding-bottom: 35px;
}
.key-features-sec .text-cont h2{
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    color: var(--text);
}
.key-features-sec .nav-pills{
    justify-content: center;
    max-width: fit-content;
    margin: 0 auto 50px;
    background: rgb(215 214 208 / 40%);
    border: 1px solid #C1C1C1;
    border-radius: 8px;
    padding: 5px;
}
.key-features-sec .nav-pills .nav-item .nav-link{
    padding: 17px 60px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    color: #282828;
    border-radius: 8px;
}
.key-features-sec .nav-pills .nav-item .nav-link.active{
    color: var(--white);
    font-weight: 700;
    font-size: 24px;
    background: var(--primary-color);
}
.key-features-sec .tab-content .feature-image{
    text-align: center;
}
.key-features-sec .tab-content .feature-image img{
    width: 100%;
}
.key-features-sec .key-features-lists{
    padding: 0;
    margin: 0;
    list-style: none;
}
.key-features-sec .key-features-lists li{
    display: flex;
    gap: 15px;
    margin-bottom: 50px;
    padding: 25px 20px;
}
.key-features-sec .key-features-lists li:last-child{
    margin-bottom: 0;
}

.key-features-sec .key-features-lists li .img{
    width: 100%;
    max-width: 54px;
}
.key-features-sec .key-features-lists li .text h3{
    font-weight: 700;
    font-size: 19px;
    line-height: 1.1;
    color: var(--text);
    
}
.key-features-sec .key-features-lists li .text p{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--text);
    margin-bottom: 0;
}
.key-features-sec .key-features-lists.left li{
    flex-direction: row-reverse;
    text-align: right;
    background: url('../img/list-left-bg.svg') no-repeat center center / 100% 100%;
}
.key-features-sec .key-features-lists.left li:nth-child(2){
    transform: translateX(-80px);
}

.key-features-sec .key-features-lists.right li{
    background: url('../img/list-right-bg.svg') no-repeat center center / 100% 100%;
}

.key-features-sec .key-features-lists.right li:nth-child(2){
    transform: translateX(80px);
}
/*  key feature sec css end */


/*  coaching level sec css start */
.coaching-level-sec{
    padding: 115px 0 50px;
}
.coaching-level-sec .content-wraper .level-row:first-child{
    margin-top: 90px;
}
.coaching-level-sec .content-wraper .level-row{
    margin-top: 130px;
}
.coaching-level-sec .content-wraper .level-row .text-box span{
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
}
.coaching-level-sec .content-wraper .level-row .text-box span svg{
    margin-right: 10px;
    vertical-align: middle;
}
.coaching-level-sec .content-wraper .level-row .text-box h3{
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    color: var(--text);
    margin-bottom: 35px;
}
.coaching-level-sec .content-wraper .level-row .text-box p{
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgb(14 14 14 / 70%);    
    margin-bottom: 0;
}
.coaching-level-sec .content-wraper .level-row .text-box ul{
    display: flex;
    gap: 60px;
    margin: 40px 0;

}
.coaching-level-sec .content-wraper .level-row .text-box ul li{
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: var(--text);

}
/*  coaching level sec css end */


.prim-btn {
    padding: 14px 40px;
    border-radius: 8px;
    background: var(--primary-color);
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #F0EFEA ;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all .4s ease-in;
    overflow: hidden;
    position: relative;
}
.prim-btn:hover{
    color: #F0EFEA ;
}
.prim-btn:after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
}

.prim-btn:hover:after {
    animation: shine 1s forwards;
}
@keyframes shine {
    100% {
      transform: rotateZ(60deg) translate(1em, -9em);
    }
}


/* App Slider sec start*/
.app-sec{
    padding: 60px 0 0;
}
.app-sec .sec-heading {
    color: var(--text);
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1.2;
}
.app-sec .slide-box:before,
.app-sec .slide-box:after{
    content: '';
    width: 38%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    pointer-events: none;
}
.app-sec .slide-box:before{
    left: 0;
    background: linear-gradient(270deg, rgba(240, 239, 234, 0) -77.28%, #F0EFEA 100%);

}
.app-sec .slide-box:after{
    right: 0;
    background: linear-gradient(-270deg, rgba(240, 239, 234, 0) -77.28%, #F0EFEA 100%);

}


.app-sec .slide-box .owl-stage-outer {
    padding: 60px 0;
}

.app-sec .slide-box .owl-item .item{
    transform: scale(.9) translateY(35px);
    transform-origin: center;
    transition: all .4s ease-in-out;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}
.app-sec .slide-box .owl-item.active.center .item{
    padding-top: 35px;
    transform: scale(1.1);
    background: linear-gradient(180deg, rgba(0, 66, 61, 0.1) 0%, rgba(0, 66, 61, 0.15) 100%);
}
.app-sec .slide-box .owl-item.active.center .item img{
    width: calc(100% - 40px);
}
.app-sec .slide-box img{
    width: auto;
    margin: 0 auto;
}
.app-sec .custom-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
}
.app-sec .custom-nav button{
    padding: 0;
    background: none;
    border: none;
    outline: none;
}
.app-sec .custom-nav .custom-dots{
    display: flex;
}
.app-sec .custom-nav .custom-dots .dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #17171729;
    margin: 0 5px;
    display: block;
    cursor: pointer;
}
.app-sec .custom-nav .custom-dots .dot.active{
    background: #171717;
}





/* 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 */


/* get started cta css start */
.download-cta-sec {
    padding: 90px 0 160px;
}
.downlaod-content-wraper {
    margin: 0 auto;
    background: var(--secondary-color);
    background-size: 100% 100%;
    border-radius: 30px;
    position: relative;
}
.downlaod-content-wraper .text-cont {
    position: relative;
    padding: 90px 0 90px 70px;
}
.downlaod-content-wraper .text-cont .cta-logo {
    margin-bottom: 10px;
}
.downlaod-content-wraper .text-cont .sec-heading {
    font-size: 65px;
    line-height: 1.2;
    font-weight: 800;
    color: var(--offwhite);
}
.downlaod-content-wraper .text-cont p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    max-width: 550px;
    color: var(--white);
    text-align: left;
    margin: .85rem 0 1.5rem;
}
.downlaod-content-wraper .text-cont .download_section h3{
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: var(--white);
    margin: 10px 0 0;
    
}
.download_section ul{
    list-style: none;
    padding: 0;
    gap: 0 20px;
}
.downlaod-content-wraper .img-cont {
    text-align: center;
}
.downlaod-content-wraper .img-cont img {
    max-width: 100%;
    margin: 10px 0 40px;
}

/* get started cta css end */


/* footer style start */
footer {
    padding: 180px 0 180px;
    position: relative;
    border-top: 1px solid var(--dark1);
}



.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-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: var(--text);
    margin-bottom: 0;
}

footer .footer-menu {
    list-style: none;
    padding: 0;
    margin: 78px 0;
    display: flex;
    gap: 20px 60px;
}

footer .footer-menu li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: var(--text);
    transition: .3s ease-in;
}
footer .footer-menu li a:hover {
    color: var(--secondary-color);
}
footer .footer-menu li a svg {
    margin-right: 10px;
    transition: .3s ease-in;
}
footer .footer-menu-stack {
    list-style: none;
    padding: 0;
    margin: 45px 0;
}
footer .footer-menu-stack li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: rgb(14 14 14 / 70%);
    margin-bottom: 20px;
    display: block;
    width: fit-content;
    transition: .3s ease-in;
}
footer .footer-menu-stack li a:hover {
    color: var(--secondary-color);
}
footer .newsletter-main .desc{
    margin-top: 35px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(14 14 14 / 70%);    
}

footer .newsletter-box{
    /* border: 1px solid var(--dark1);
    border-radius: 5px;
    padding: 5px 10px 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px; */
}
footer .newsletter-box input[type="email"]{
    background: none;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgb(14 14 14 / 70%);
    /* padding-inline: 20px; */
    padding-inline: 40px 10px;
    width: 100%;
}
footer .newsletter-box input:-webkit-autofill {
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
    width: 100%;
}
footer .es-form-field-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
footer .es_subscription_form{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid var(--dark1);
    border-radius: 5px;
    padding: 5px 10px 5px 20px;
    margin-top: 80px;
}
footer .newsletter-box .emaillist{
	margin-left:auto;
}
footer .newsletter-box form:has(:not(.success)) {
	background:url('data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13%2025.5q-2.594%200-4.875-.984a12.6%2012.6%200%200%201-3.969-2.672%2012.6%2012.6%200%200%201-2.672-3.969Q.5%2015.595.5%2013q0-2.594.984-4.875a12.6%2012.6%200%200%201%202.672-3.969%2012.6%2012.6%200%200%201%203.969-2.672Q10.405.5%2013%20.5q2.594%200%204.875.984a12.6%2012.6%200%200%201%203.969%202.672%2012.6%2012.6%200%200%201%202.672%203.969q.984%202.28.984%204.875v1.813q0%201.843-1.266%203.14-1.265%201.297-3.109%201.297-1.095%200-2.062-.469a4.4%204.4%200%200%201-1.625-1.343%206%206%200%200%201-2.047%201.359A6.4%206.4%200%200%201%2013%2019.25q-2.594%200-4.422-1.828T6.75%2013t1.828-4.422T13%206.75t4.422%201.828T19.25%2013v1.813q0%20.812.531%201.374t1.344.563%201.344-.562.531-1.375V13q0-4.187-2.906-7.094T13%203%205.906%205.906%203%2013t2.906%207.094T13%2023h6.25v2.5zm0-8.75q1.563%200%202.656-1.094Q16.75%2014.563%2016.75%2013t-1.094-2.656T13%209.25t-2.656%201.094Q9.25%2011.437%209.25%2013t1.094%202.656T13%2016.75%22%20fill%3D%22%230E0E0E%22%2F%3E%3C%2Fsvg%3E') no-repeat;
	background-position: 20px center;
}
footer .newsletter-box form:has(.success) {
	background:none !important;
	border:none;
	margin-top:20px;
	padding: 0;
}
footer .newsletter-box .gjs-row{
	margin-bottom:0 !important;
    flex-grow: 1;

}
footer .newsletter-box .es-form-field-container input[type="submit"]{
	border: none;
    outline: none;
    border-radius: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
	padding: 14px 40px;
    padding-inline: 36px;
    width: 100%;
    max-width: fit-content;
	color: #F0EFEA;
	background:#00423D;
    display: block;
    margin-left: auto;
}
footer .newsletter-box .prim-btn{
    border: none;
    outline: none;
    border-radius: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    padding-inline: 36px;
    width: 100%;
    max-width: fit-content;
}

footer .footer-socials {
    display: flex;
    gap: 7px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 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 */