/* fonts import start */
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Light.eot');
    src: url('../fonts/outfit/Outfit-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-Light.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-Light.woff') format('woff'),
    url('../fonts/outfit/Outfit-Light.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-Light.svg#Outfit-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Medium.eot');
    src: url('../fonts/outfit/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-Medium.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-Medium.woff') format('woff'),
    url('../fonts/outfit/Outfit-Medium.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-SemiBold.eot');
    src: url('../fonts/outfit/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-SemiBold.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-SemiBold.woff') format('woff'),
    url('../fonts/outfit/Outfit-SemiBold.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Thin.eot');
    src: url('../fonts/outfit/Outfit-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-Thin.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-Thin.woff') format('woff'),
    url('../fonts/outfit/Outfit-Thin.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-Thin.svg#Outfit-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Bold.eot');
    src: url('../fonts/outfit/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-Bold.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-Bold.woff') format('woff'),
    url('../fonts/outfit/Outfit-Bold.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Regular.eot');
    src: url('../fonts/outfit/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-Regular.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-Regular.woff') format('woff'),
    url('../fonts/outfit/Outfit-Regular.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Black.eot');
    src: url('../fonts/outfit/Outfit-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-Black.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-Black.woff') format('woff'),
    url('../fonts/outfit/Outfit-Black.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-Black.svg#Outfit-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-ExtraLight.eot');
    src: url('../fonts/outfit/Outfit-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-ExtraLight.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-ExtraLight.woff') format('woff'),
    url('../fonts/outfit/Outfit-ExtraLight.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-ExtraLight.svg#Outfit-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-ExtraBold.eot');
    src: url('../fonts/outfit/Outfit-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/outfit/Outfit-ExtraBold.woff2') format('woff2'),
    url('../fonts/outfit/Outfit-ExtraBold.woff') format('woff'),
    url('../fonts/outfit/Outfit-ExtraBold.ttf') format('truetype'),
    url('../fonts/outfit/Outfit-ExtraBold.svg#Outfit-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* fonts import end */

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

body {
    font-family: "Outfit";
    overflow-x: hidden !important;
}

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 */

nav.navbar.navbar-expand-lg {
    position: absolute;
    left: 0;
    right: 0;
    background: transparent;
    padding: 2rem 0;
}

nav.navbar a.nav-link {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: 0 7px;
}


.navbar-collapse .contact-btn a {
    color: #E91B2C;
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    font-weight: 600;
    border-radius: 14px;
    border: 1px solid #FFF;
    background: #FFF;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    transition: .5s;
}

.navbar-collapse .contact-btn a:hover {
    background: transparent;
    color: #ffffff;
    transition: .5s;
}

.navbar-collapse .contact-btn a svg {
    margin-left: 5px;
}

/* header styling end */

/* banner styling start */
section.banner-sec {
    background: linear-gradient(180deg, #E91B2C 0%, #B2000F 100%);
    padding: 100px 0 10px;
}

.banner_upper_heading {
    color: #323232;
    font-family: 'Bebas Neue';
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.banner_main_heading {
    color: #FFF;
    font-size: 65px;
    font-weight: 700;
    line-height: 72.692px;
    margin: 1.5rem 0;
}

.banner-main-span {
    border-radius: 17px;
    background: #FFF;
    box-shadow: 0 4px 14px 0 rgba(32, 59, 129, 0.06);
    color: #E91B2C;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 16px;
}

.banner_main_para {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    line-height: 23.794px;
}

.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 */

/* 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: 5rem 0;
}

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

.faqs .text-cont .faq_span {
    color: #FF0001;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.faqs .accordion #accordionExample .accordion-item {
    border: 0;
}

.faqs .accordion #accordionExample .accordion-item .accordion-button {
    border-radius: 10px !important;
    border: 2px solid #FF0001;
    margin: 20px 0;
    color: #FF0001;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-left: 30px;
    padding-right: 30px;
}

.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 #FF0001;
    background: #FF0001;
    color: #fff;
}

.faqs .accordion #accordionExample .accordion-item .accordion-button:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="9" viewBox="0 0 15 9" fill="none"><path d="M7.51716 8.68384C7.26563 8.68384 7.01414 8.5878 6.82238 8.39613L0.787903 2.36159C0.404032 1.97772 0.404032 1.35534 0.787903 0.971625C1.17162 0.587909 1.79388 0.587909 2.17778 0.971625L7.51716 6.31132L12.8566 0.971811C13.2404 0.588095 13.8626 0.588095 14.2463 0.971811C14.6304 1.35553 14.6304 1.97791 14.2463 2.36178L8.21194 8.39632C8.02008 8.58802 7.76859 8.68384 7.51716 8.68384Z" fill="%23FF0001"/></svg>');
    transition: .5s;
    position: absolute;
    right: 30px;
    bottom: 12px;
}

.faqs .accordion #accordionExample .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="9" viewBox="0 0 15 9" fill="none"><path d="M7.51726 0.0415039C7.76879 0.0415039 8.02028 0.137541 8.21205 0.329213L14.2465 6.36375C14.6304 6.74762 14.6304 7.37 14.2465 7.75372C13.8628 8.13743 13.2405 8.13743 12.8566 7.75372L7.51726 2.41403L2.17785 7.75353C1.79398 8.13725 1.17179 8.13725 0.788103 7.75353C0.404046 7.36981 0.404046 6.74743 0.788103 6.36356L6.82248 0.329026C7.01434 0.137324 7.26583 0.0415039 7.51726 0.0415039Z" fill="white"/></svg>');
    transform: rotate(360deg);
}

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

.faqs .accordion #accordionExample .accordion-item .accordion-body p {
    color: #323232;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21.089px;
}

/* FAQs styling end */

/* Download now styling start */
.download_now {
    padding: 0 0 5rem;
}

.download_now .loving_heart {
    border-radius: 24px;
    background: #E82636;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 0 0 3rem;
	max-width: 970px;
    margin: 0 auto;

}

.download_now .loving_heart .text-cont .section_title,
.download_now .loving_heart .text-cont .section_content {
    text-align: left;
    color: #fff;
}

.download_now .loving_heart .text-cont .download_span {
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    line-height: 47.274px;
}

.download_now .loving_heart .download_section ul {
    list-style: none;
    margin-top: 2rem;
    padding: 0;
}

.download_now .loving_heart .download_section ul li {
    margin: 0 8px;
}

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

/* Download now styling end */

/* footer style start */
footer {
    background: #FF0001;
}

footer .footer-top {
    padding: 60px 0 30px;
}

.download_section_footer ul {
    list-style: none;
    padding: 0;
}

.download_section_footer ul li {
    margin: 0 20px 0 0;
}

p.first_column_text {
    color: #FCFCFC;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 30px 0 20px 0;
}

footer .footer-top h5 {
    color: #FCFCFC !important;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.first_column_list li a {
    color: #FCFCFC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.first_column_list li {
    margin: 5px 0;
}

.footer_newsletter button#button-addon2 {
    background: #fff;
    border: none;
    color: #323232;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.footer_newsletter .input-group input {
    border-radius: 12px;
    padding: 15px;
}

.footer_newsletter .input-group input:focus {
    box-shadow: none;
    border: 0;
}

.footer_newsletter .input-group input::placeholder {
    color: #323232;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.footer_newsletter .input-group {
    border-radius: 12px;
}

.footer_newsletter ul {
    padding: 0;
    list-style: none;
}

.footer_newsletter h5 {
    font-weight: 400 !important;
}

.footer_newsletter ul li {
    margin: 0 20px 0 0;
}

.footer_newsletter ul li:hover {
    transform: scale(1.3) !important;
}

footer .copyright {
    color: #FCFCFC;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}
footer .copyright_bg{
    background: #F10001;
    padding: 10px 0;
}
/* footer style end */

/* FAQs page style start */

.faq_banner {
    background: linear-gradient(180deg, #E91B2C 0%, #B2000F 100%);
    padding: 5rem 0;
}

.faq_banner .faqs_bg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.faq_banner h1 {
    padding: 12rem 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

/* FAQs page style end */

/* about us page style start */
.our-mission {
    padding: 5rem 0 3rem;
}

.our-mission .img-cont {
    margin-bottom: 5rem;
}

.our-mission .text-cont .section_content {
    line-height: 24px;
}

.our-mission .text-cont .section_title {
    margin: 3rem 0 0;
}

.why_choose_us {
    padding: 0 0 4rem;
}

.why_choose_us .text-cont {
    margin-bottom: 4rem;
}

.why_choose_us .why-choose-detailled {
    display: flex;
    margin: 0 10px 15px;
}

.why_choose_us .why-choose-detailled .left {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    background: #FFE8E5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why_choose_us .why-choose-detailled .right {
    margin-left: 15px;
}

.why_choose_us .why-choose-detailled .right h3 {
    color: #323232;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 3px;
    letter-spacing: 0.1px;
}

.why_choose_us .why-choose-detailled .right p {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
}

/* about us page 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) {
    section.banner-sec {
        text-align: center;
    }

    .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;
    }

    section.banner-sec {
        padding-top: 9rem;
    }

    .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 */