/* fonts import start */

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



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

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

/* fonts import end */

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

body {
    font-family: 'Gilroy' !important;
    overflow-x: hidden !important;
    background: url(../../assets/img/cruze-bg.png) !important;
    background-size: auto 100% !important;
    background-position: left top !important;
}
.user-button a {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    /* line-height: 19px; */
    color: #FCFCFC !important;
}
.heart_ride_work .card {
    background: transparent;
}
h2.section_title {
    color: #323232;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0.2px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    color: #ffffff;
}
a.nav-link.active {
    color: #FE8F01 !important;
}
.fleft {
    padding-left: 5rem;
}
p.section_content {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.015em;
    color: #98A2B3;
}
.app_work p.section_content {
    text-align: center;
}
.pleft {
    padding-left: 27px;
}
/* global styling end */

/* header styling start */

nav.navbar.navbar-expand-lg {
    position: absolute;
    left: 0;
    right: 0;
    background: transparent;
    padding: 2rem 0;
    z-index: 9999;
}
.sheading{
	font-family: 'Gilroy';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 21px;
/* identical to box height */
letter-spacing: -0.015em;

/* Gray / 400 */
color: #98A2B3;
}
.nav-item span {
    color: #FCFCFC;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FCFCFC;
}
.nav-item.active span {
    color: #FE8F01;
}
nav.navbar a.nav-link {
    font-family: 'Gilroy';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: #FCFCFC;
    margin: 0 7px;
}

.contact-btn.aos-init.aos-animate {
    background: #FE8F01;
    box-shadow: 0px 0px 19.5px rgba(244, 180, 15, 0.56);
    border-radius: 25px;
    margin-left: 10px;
}
.navbar-collapse .contact-btn a {
    color: #ffffff;
    border-radius: 100px;
    background: #FE8F01;
    padding: 10px 20px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
}

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

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

/* header styling end */

/* banner styling start */
/* section.banner-sec {
    background: url(../../assets/img/bg-banner.png);
    padding: 100px 0 0;
    background-position: 50% 65%;
    background-repeat: space;
    padding-bottom: 70px;
} */

.banner_upper_heading {
    color: #323232;
    font-family: 'Bebas Neue';
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
span {
    color: #FE8F01;
}
.banner_main_heading {
    color: #FFF;
    font-family: 'Heavitas';
    font-style: normal;
    font-weight: 400;
    font-size: 75px;
    line-height: 91px;
    text-align: center;
    padding-top:150px;
    margin-bottom: 20px;
}

span.yclass {
    color: #FE8F01;
}

.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 {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FCFCFC;
}

.banner-sec .download_section {
    margin-top: 30px;
}

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

.app-text{
	font-family: 'Gilroy';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
/* identical to box height, or 150% */
text-align: center;

/* White Color 3 */
color: #FCFCFC;
}

.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: 0rem 0 2rem;
}
.linee {
    border: 0.78473px solid #323232;
}
.fspace {
    padding-bottom: 30px;
}
.fspace1 {
    padding-top: 44px;
    padding-bottom: 44px;
}
.heart_ride_work .img-cont {
    text-align: center;
}

.heart_ride_work .left_side {
    text-align: left;
    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: 43px;
    height: 43px;
    border-radius: 45px;
    /* background: #FFE8E5; */
    background: #FC0100;
    color: #FCFCFC;
    display: flex;
    margin-left: 0;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.0898369px;
    margin-bottom: 15px;
    font-family: 'Gilroy';
    font-style: normal;
}

.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 {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    color: #FCFCFC;
}
.loving_heart h2.section_title {
    padding-top: 20px;
    padding-bottom: 20px;
}

.heart_ride_work .left_side .text-content p,
.heart_ride_work .right_side .text-content p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #FCFCFC;
}

/* heart_ride_work styling end */

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

.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: 100px;
    background: transparent;
    padding: 7px 5px 7px 0px;
    justify-content: space-between;
    max-width: 332px;
    margin: auto;
    border: 0;
    margin-bottom: 2rem;
    border: 1px solid #FE8F01;
}

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

.app_work .app_work_tabs .responsive-tabs .nav-tabs .nav-item .nav-link {
    
    border-radius: 14px;
    background: transparent;
    border: 0;
    padding: 15px 44px;

    font-family: 'Gilroy';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
/* identical to box height, or 135% */
text-align: right;
letter-spacing: 0.0898369px;

/* White Color 3 */
color: #FCFCFC;
}

.app_work .app_work_tabs .responsive-tabs .nav-tabs .nav-item .active {
    background: #FE8F01;
    border-radius: 46px;
    box-shadow: 0px 0px 19.5px rgba(244, 180, 15, 0.56);
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    /* line-height: 19px; */
    color: #FCFCFC !important;
}

.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: #101010; */
    padding: 9rem 0 4rem 0;
}
.user-button {
    background: #FE8F01;
    box-shadow: 0px 0px 19.5px rgba(244, 180, 15, 0.56);
    border-radius: 25px;
    width: 154px;
    height: 48px;
    text-align: center;
}
.user-button a {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 47px;
    color: #FCFCFC;
    flex: none;
    order: 1;
    flex-grow: 0;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
}
.use_it .text-cont h2,
.use_it .text-cont p {
    text-align: left;
}

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

/* use it styling end */

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

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

.faqs .text-cont .faq_span {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-size: 23.1531px;
    line-height: 27px;
    color: #FE8F01;
}
p.section_content.fqs {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-size: 19.2942px;
    line-height: 33px;
    text-align: center;
    color: #FCFCFC;
    padding-top: 10px;
}

.faqs .accordion #accordionExample .accordion-item {
    border: 0;
}
h2.section_title.faqs {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 45.0199px;
    line-height: 45px;
    /* display: flex; */
    /* align-items: center; */
    color: #FCFCFC;
    transform: rotate(0.11deg);
    padding-top: 17px;
}

.faqs .accordion #accordionExample .accordion-item .accordion-button {
    border-radius: 10px !important;
    border: 2px solid #FE8F01;
    margin: 20px 0;
    color: #FCFCFC;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-size: 18.008px;
    line-height: 21px;
    color: #FCFCFC;
}

.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 #FE8F01;
    background: #FE8F01;
    color: #fff;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 18.008px;
    line-height: 21px;

/* White Color 3 */
color: #FCFCFC;
}
footer h2.section_title {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #FFFFFF;
}
.accordion-item {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .125);
}
.faqs .accordion #accordionExample .accordion-item .accordion-button:after {
    background-image: url('../../assets/img/arrow.png');
    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 {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-size: 15.4354px;
    line-height: 26px;
    color: #FCFCFC;
}
.accordion-button{
    background: transparent;
}
/* FAQs styling end */

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

.download_now .loving_heart {
    border-radius: 24px;
    background: transparent;
    padding: 10px 0 0 3rem;
	max-width: 100%;
    margin: 0 auto;

}

.download_now .loving_heart .text-cont .section_title,
.download_now .loving_heart .text-cont .section_content, .download_section .section_content {
    text-align: left;
    color: #fff;
}
.download_section p.section_content.text-start.aos-init.aos-animate {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FCFCFC;
}
span.ks {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #98A2B3;
    padding-left: 10px;
}
.sp {
    padding-bottom: 20px;
}
.use_it h2.section_title {
    padding-top: 20px;
    padding-bottom: 20px;
}
.app_work h2.section_title.aos-init.aos-animate {
    padding-bottom: 20px;
}
.loving_heart p.section_content.aos-init.aos-animate {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.015em;
    color: #98A2B3;
}

.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;
    margin-left: 0px;
}

.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 */
ul.footermenu {
    display: flex;
    list-style-type: none;
    text-align: left;
    margin-left: 0px;
    text-align: left;
    float: left;
    padding-left: 0px;
    margin-bottom: 0;
}
footer .copyright a {
    color: #979797;
}
.fspace2 {
    padding-top: 30px;
}
.footermenu a {
    text-decoration: none;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 39px;
    color: #FFFFFF !important;
    transform: rotate(0.11deg);
}


.footermenu li:nth-child(2) {
    padding-left: 45px;
}
.footermenu li:nth-child(3) {
    padding-left: 45px;
}
ul.social-icon {
    display: inline-flex;
    list-style-type: none;
    text-align: right;
    float: right;
}
.social-icon li {
    padding-left: 30px;
}
footer {
    background: transparent;
}

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

.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 ul.social-icon {
    position: relative;
    top: 8px;
}

footer .copyright {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #979797 !important;
}
footer .copyright_bg{
    background: transparent;
    padding: 10px 0;
}
.copyright a {
    color: #979797;
    text-decoration: none;
}
/* 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;
}
div#heading-A {
    display: none;
}
/* 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;
}
.tabmobile {
    display: none;
}
/* 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) {
    .faqs {
        padding: 0rem 0 0 0;
    }
    .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) {
    .contact-btn.aos-init.aos-animate {
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        margin-left: 0;
    }
    .navbar-nav {
        MARGIN: 0;
    }
    .tabmobile {
        display: block;
    }
    .navbar-collapse .contact-btn a {
        color: #ffffff;
        border-radius: 32px;
        background: transparent;
        padding: 0px 6px;
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 5px;
        text-decoration: none;
    }
    .navbar-collapse {
        background: #141414;
        padding: 20px;
    }
    .banner-sec .download_section {
        margin-top: 0;
    }
    .banner_main_heading {
        padding-top: 0px;
    }
    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: transparent;
        padding: 15px 0;
        z-index: 999;
    }

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

    .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-header [aria-expanded=true] {
        color: #efefef;
    }
    footer ul.social-icon {
        position: relative;
        top: 8px;
        margin: 0px 18px 0px 0px;
    }
    .orde {
        order: 2;
    }
    .use_it {
         padding: 1rem 0 4rem 0;
    }
    .faqs {
        padding: 0rem 0 0 0;
    }
    .download_now {
        padding: 0rem 0 3rem;
    }
    .app_work a:hover, a:focus, a:active {
        color: #ffffff;
    }
    .download_now .loving_heart .download_section ul li:nth-child(1) {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .banner-sec .download_section ul li:nth-child(1) {
        margin-left: 0;
        margin-bottom: 10px;
    }
    footer .copyright {
        text-align: center !important;
    }
    .fspace2 {
        padding-top: 30px;
        text-align: center;
    }
    .social-icon li {
        padding-left: 20px;
        text-align: center;
        margin: 0 auto;
    }
    .fspace1 {
        padding-top: 44px;
        padding-bottom: 44px;
        text-align: center;
    }
    ul.social-icon {
        display: inline-flex;
        list-style-type: none;
        text-align: center;
        float: none;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: space-around;
        padding-left: 0;
    }
    .footermenu li:nth-child(2) {
        padding-left: 0;
    }
    .footermenu li:nth-child(3) {
        padding-left: 0;
    }
    ul.footermenu {
        display: flex;
        list-style-type: none;
        text-align: left;
        margin-left: 0px;
        text-align: center;
        float: none;
        padding-left: 0px;
        margin-bottom: 0;
        flex-direction: column;
    }
    footer h2.section_title {
       text-align: center !important;
    }
    .footer_newsletter {
        text-align: center;
        margin: 0 auto;
    }
    .download_section p.section_content {
        text-align: center !important;
    }
    .download_now .text-cont {
        text-align: center;
        margin: 0 auto;
    }
    .fleft {
        padding-left: 0;
    }
    .use_it .text-cont {
        text-align: center;
    }
    .sheading {
        text-align: center;
    }
    .user-button {
        text-align: center;
        margin: 0 auto;
    }
    .responsive-tabs .card-header {
        background: #FE8F01;
        border: 0;
        border-radius: 20px;
        margin-bottom: 20px;
        padding: 10px 20px;
    }
    .tabmobile a {
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.1px;
    }
    div#heading-A {
        display: block;
    }
    .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: 28px;
        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;
        margin-left: 0px;
    }

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