@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    color: #000000;
    background: #FFFFFF;
    overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #0b5798;
}

:focus {
    outline: none !important;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

iframe {
    max-width: 100%;
}

label {
    display: inline-block;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 600;
}

h4 {
    font-size: 24px;
    line-height: 1.21875em;
    font-weight: 600;
    color: #FFFFFF;
}

h4 span {
    display: block;
    color: #3CB2F8;
}

p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}

textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #E6E6E6;
    outline: none;
    padding: 15px 0 0 18px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    resize: none;
    border-radius: 30px;
    transition: 0.2s ease all;
    background: #FFFFFF;
}

[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
    width: 100%;
    height: 50px;
    border: 1px solid #E6E6E6;
    outline: none;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    border-radius: 30px;
    transition: 0.2s ease all;
    background: #FFFFFF;
}

input::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
}

input:focus,
textarea:focus {
    border-color: #ED7F2D;
}

.btns {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    color: #FFFFFF;
    border-radius: 50px;
    padding: 13px 35px;
}

.btns-primary {
    background-color: #FF8946;
    color: #fff;
}

.btns-primary:hover {
    background-color: #3CB2F8;
    color: #fff;
}

.btnInput {
    display: block !important;
    width: 187px !important;
    margin: 0 !important;
    border: none !important;
}

@media (max-width: 768px) {
    .btnInput {
        margin: 10px auto 10px auto !important;
    }
}


.container-fluid {
    padding: 0 17px;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1444px;
    padding: 0 17px;
}


@media (min-width: 768px) {
    h4 {
        font-size: 28px;
    }

    .container {
        width: 100%;
        max-width: 1444px;
        padding: 0 22px;
    }
}

@media (min-width: 1200px) {
    h4 {
        font-size: 32px;
    }

    .container {
        padding: 0 56px;
    }

    .container-fluid {
        padding: 0 56px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1444px;
        margin: 0 auto;
        padding: 0 22px;
    }
}

/* headre */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0 0 0;
    z-index: 100;
    transition: all 0.5s ease-in-out;
}

.header.active {
    background-color: #FFFFFF;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
}

.headre-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headre-nav-button {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.headre-nav-button ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
}

.headre-nav-button ul li {
    margin: 0 0 0 10px;
}

.headre-nav-button ul li a {
    color: #07121C;
    font-family: "Poppins", serif;
    font-weight: 400;
    line-height: 21px;
}

.headre-nav-button ul li a span {
    font-size: 0;
}

.headre-nav-button ul li a.btn-primary {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    padding: 11px 24px;
}

.headre-nav-button ul li a.btn::after {
    display: none;
}

.logo {
    width: 196px;
    transition: 0.4s;
}

.logo a {
    display: block;
}

.header.active .logo {
    width: 185px;
}

.language-dropdown {
    margin-right: 16px;
}

.language-dropdown select {
    position: relative;
    appearance: none;
    border: none;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2AB6F8;
    background: url(../img/down-arrow.png) no-repeat;
    background-position: 100% 5px;
    cursor: pointer;
    padding: 0 20px 0 0;
}

.toggle-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4.5px;
    width: 48px;
    height: 48px;
    background: #2AB6F8;
    border-radius: 50%;
    cursor: pointer;
    z-index: 11111;
}

.toggle-btn div {
    width: 20px;
    height: 3px;
    transition: all 0.3s ease-in-out;
    background: #FFFFFF;
    border-radius: 5px;
}

.toggle-btn.open .one {
    transform: rotate(45deg) translate(5px, 4px);
}

.toggle-btn.open .two {
    opacity: 0;
}

.toggle-btn.open .three {
    transform: rotate(-45deg) translate(7px, -6px);
}

.nav-primary {
    position: fixed;
    bottom: 0;
    left: -100%;
    width: calc(100% - 80px);
    height: 100%;
    background: #2AB6F8;
    padding: 30px 0 0 45px;
    overflow: auto;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}

.nav-primary.active {
    left: 0;
}

.nav-primary ul li {
    line-height: 1;
    margin-bottom: 20px;
}

.nav-primary ul li:last-child {
    margin-bottom: 0;
}

.nav-primary ul li a {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #FFFFFF;
}

.nav-primary ul li.active a {
    color: #086FAB;
}

.menu-item-has-children {
    position: relative;
}

.nav-primary .sub-menu {
    display: none;
}

.nav-primary li > .sub-menu.js-toggled,
.nav-primary li > .mega-menu.js-toggled,
.nav-primary li > .mega-menu.js-toggled > .sub-menu {
    display: block;
}

.sub-menu-toggle.fa-solid.fa-angle-down.js-toggled::before {
    content: "\e900";
}

.nav-primary .sub-menu-toggle {
    position: absolute;
    top: 15px;
    right: 10%;
    cursor: pointer;
    display: block;
    line-height: 18px;
    text-align: center;
    color: #FFF;
    width: 28px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-primary .sub-menu-toggle::before {
    content: "\e900";
    font-family: "Kibana";
    font-size: 10px;
    color: #906941;
}

.sub-menu {
    padding: 10px 10px 0px;
}

.nav-primary ul li .sub-menu li {
    margin-bottom: 8px;
}

.nav-primary ul li .sub-menu li a {
    font-size: 18px;
    line-height: 26px;
}

@media (min-width: 768px) {
    .header.active {
        padding: 15px 0;
    }

    .logo {
        width: 250px;
    }

    .header.active .logo {
        width: 220px;
    }

    .headre-nav-button {
        align-items: center;
    }

    .language-dropdown {
        margin-right: 30px;
    }
}

@media (min-width: 1200px) {
    .header {
        padding: 44px 0 0 0;
    }

    .headre-nav {
        align-items: flex-start;
    }

    .toggle-btn {
        display: none;
    }

    .headre-nav-button {
        position: absolute;
        top: 0;
        right: 0;
    }

    .headre-nav-button ul {
        margin: 0;
    }

    .logo {
        width: 364px;
    }

    .header.active .logo {
        width: 300px;
    }

    .nav-primary-wrapper {
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: auto;
        margin-top: -34px;
        padding-top: 38px;
    }

    .header.active .nav-primary-wrapper {
        margin-top: 0;
    }

    .language-dropdown {
        margin-right: 0;
    }

    .headre-nav-button ul li {
        margin: 0 0 0 45px;
    }

    .headre-nav-button ul li:first-child {
        margin: 0px;
    }

    .headre-nav-button ul li a span {
        font-size: 14px;
        line-height: 21px;
    }

    .headre-nav-button ul li a i {
        font-size: 16px;
        margin-right: 10px;
    }

    .headre-nav-button ul li a.btn-primary {
        padding: 11px 34px;
    }

    .headre-nav-button ul li a.btn-whatsapp {
        display: flex;
    }

    .nav-primary {
        position: unset;
        padding: 0;
        background: transparent;
        overflow: unset;
        width: max-content;
    }

    .nav-primary ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .nav-primary ul li {
        margin-right: 55px;
        margin-bottom: 0px;
    }

    .nav-primary ul li:last-child {
        margin-right: 0;
    }

    .nav-primary ul li.active a,
    .nav-primary ul li a:hover {
        color: #2AB6F8;
    }

    .nav-primary ul li a {
        font-size: 20px;
        color: #086FAB;
    }

    .nav-primary li > .sub-menu {
        background-color: #906941;
        border-top: 2px solid #906941;
        width: 240px;
        padding: 0 20px 5px;
        text-align: left;
        display: block;
        position: absolute;
        top: 81px;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }

    .nav-primary li:hover .sub-menu {
        opacity: 1;
        top: 40px;
        visibility: visible;
    }

    .nav-primary li:hover .sub-menu li a:hover {
        color: #000;
    }

    .nav-primary .sub-menu-toggle {
        right: -35px;
    }

    .nav-primary .sub-menu-toggle::before {
        color: #fff;
    }

}

/* headre end */


/* banner start */
.banner {
    padding-top: 74px;
}

.banner-bg-learge {
    display: none;
}

.banner-wrapper {
    position: relative;
}

.banner-bg-image,
.banner-road-shape,
.banner-learge-text {
    display: none;
}

.mobile-banner-bg {
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
    width: 100%;
}

.banner-flex-panel {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 44px 0;
}

.banner-content h4,
.banner-content .download-btn {
    display: none;
}

.download-app-from {
    display: flex;
    gap: 6px;
}

.download-app-from a {
    display: block;
}

.banner-button-groups {
    text-align: right;
    margin-top: 62px;
    margin-right: -15px;
}


.banner-button-groups li {
    margin-bottom: 20px;
}

.banner-button-groups li:last-child {
    margin-bottom: 0;
}

.banner-button-groups li a {
    display: inline-block;
    font-size: 18px;
    line-height: 1.2223em;
    font-weight: 700;
    color: #FFFFFF;
    background: #3CB2F8;
    border-radius: 50px 100px 0px 50px;
    padding: 15px 30px 15px 24px;
}

.banner-button-groups li a.orange {
    background: #ED7F2D;
}

.banner-button-groups li a.green {
    background: #008D52;
}

@media (min-width: 768px) {
    .banner {
        padding-top: 88px;
    }

    .banner-wrapper {
        min-height: 361px;
    }

    .mobile-banner-bg {
        display: none;
    }

    .banner-bg-image,
    .banner-learge-text {
        display: block;
    }

    .banner-bg-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 361px;
        z-index: -1;
    }

    .banner-learge-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

    .banner-learge-text h1 {
        font-size: 52px;
        line-height: 37px;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: unset;
    }

    .banner-learge-text span {
        color: #2AB6F8;
    }

    .banner-flex-panel {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .banner-content {
        width: 42%;
        margin-top: 92px;
        padding-left: 20px;
    }

    .banner-content h4 {
        display: block;
    }

    .banner-content h4 {
        max-width: 250px;
        margin-bottom: 18px;
    }

    .banner-content h4 span {
        display: block;
    }
}

@media (min-width: 1200px) {
    .banner {
        padding-top: 143px;
    }

    .banner-wrapper {
        min-height: unset;
        height: clamp(494px, 42.196vw, 638px);
    }

    .banner-bg-image {
        display: none;
    }

    .banner-bg-learge {
        display: block;
        position: absolute;
        top: -143px;
        left: 0;
        z-index: -1;
    }

    .banner-learge-text h1 {
        font-size: clamp(80px, 6.614vw, 100px);
        line-height: 74px;
        padding-top: 6px;
    }

    .banner-content {
        margin-top: 172px;
        padding-left: 56px;
    }

    .banner-content h4 {
        max-width: 300px;
        margin-bottom: 30px;
    }

    .download-btn {
        display: block !important;
        margin-bottom: 32px;
    }


    .banner-button-groups {
        margin-top: 75px;
        margin-right: -40px;
    }

    .banner-button-groups li {
        margin-bottom: 30px;
    }

    .banner-button-groups li a {
        font-size: 28px;
        border-radius: 50px 70px 0px 50px;
        padding: 24px 40px 24px 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .logo {
        width: 290px;
    }

    .nav-primary ul li {
        margin-right: 30px;
    }

    .banner-content {
        margin-top: 52px;
        padding-left: 56px;
    }

    .download-btn {
        margin-bottom: 15px;
    }

    .banner-button-groups {
        margin-top: 30px;
    }

    .banner-learge-text {
        bottom: 30px;
    }
}


.tab-accordion-area {
    position: relative;
    margin: 28px 0 46px 0;
}

.bike-line-border {
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: 1;
    width: calc(100% + 100px);
    transform: rotate(-4deg);
}

.tab-accordion-title {
    text-align: center;
    margin-bottom: 10px;
}

.tab-accordion-title h4 {
    color: #000000;
    margin-bottom: 13px;
}

.tab-accordion-title h4 span {
    display: inline-block;
}

.tab-accordion-title p {
    font-size: 15px;
    line-height: 18px;
}

.tab-accordion-wrapper {
    position: relative;
    z-index: 1;
    background: #2AB6F8;
    border-radius: 50px;
    padding: 375px 0 30px 0;
    margin-top: 55px;
}

.tab-accordion-mobile {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 500px;
}

.line-border-shape {
    position: absolute;
    top: 0;
    left: -60px;
    z-index: -1;
    max-width: 880px;
    height: 288px;
    object-fit: contain;
}

.tabbed-content {
    max-width: 100%;
    padding: 0 9px;
}

.tabs ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 410px;
}

.tabs ul::before {
    position: absolute;
    content: "";
    top: 20px;
    right: 15px;
    width: 2px;
    height: calc(100% - 20px);
    background: #086FAB;
}

.tabs ul li {
    text-align: right;
}

.tabs ul li a {
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF;
    border-radius: 20px;
    padding: 0 32px 0 22px;
}

.tabs ul li a:hover, .tabs ul li a.active {
    background: #086FAB;
}

.item::before {
    cursor: pointer;
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    color: #086FAB;
    transition: 0.2s;
    padding: 2.5px 13px;
    display: block;
}

.item.active::before {
    background: #086FAB;
    color: #FFFFFF;
    border-radius: 20px;
}

.item.active .item-content {
    padding: 0;
    transition: opacity 0.3s ease-in-out;
}

@media all and (min-width: 1200px) {
    .item.active .item-content {
        padding-top: 0;
    }

    .tabs-side .tabs li {
        margin-bottom: 2px;
    }

    .tabbed-content .item::after {
        display: none;
    }
}

.tabbed-content .tabs {
    display: none;
}

.tabbed-content .item {
    position: relative;
    min-height: 2em;
}

.tabbed-content .item::after {
    position: absolute;
    content: "";
    top: 10px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(../img/down-arrow-deep-color.png) no-repeat center center;
}

.tabbed-content .item.active::after {
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
}

.tabbed-content .item::before {
    content: attr(data-title);
}

.tabbed-content .item .item-content {
    display: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #FFFFFF;
}

.tabbed-content .item.active .item-content {
    display: block;
    padding: 5px 13px 0 13px;

}

.right-long-arrows {
    display: none;
}

.item-image-box {
    display: none;
}

@media (max-width: 1199px) {
    .bike-line-border {
        display: none;
    }
}

@media (min-width: 768px) {
    .tab-accordion-wrapper {
        padding: 410px 0 30px 0;
        margin-top: 100px;
    }

    .tab-accordion-mobile {
        top: -100px;
        max-width: 600px;
    }

    .tabbed-content {
        padding: 0 22px;
    }

    .tabbed-content .item.active .item-content {
        padding: 15px 15px 0 15px;
    }
}

@media all and (min-width: 1200px) {
    .tab-accordion-area {
        margin: 60px 0 176px 0;
    }

    .bike-border-shape {
        display: block;
        position: absolute;
        bottom: -220px;
        left: 0;
        width: 100%;
        z-index: 2;
    }

    .tab-accordion-title {
        margin-bottom: 60px;
    }

    .tab-accordion-title h4 {
        margin-bottom: 8px;
    }

    .tab-accordion-title p {
        font-size: 16px;
        line-height: 20px;
        max-width: 720px;
        margin: 0 auto;
    }

    .tab-accordion-wrapper {
        z-index: unset;
        padding: 30px 30px 35px 64px;
        max-width: 1270px;
        margin: 0 auto;
    }

    .right-long-arrows {
        display: block;
        position: absolute;
        top: 34%;
        right: -65px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        height: 40px;
        background: #086FAB;
        border-radius: 0 20px 20px 0;
    }

    .right-long-arrows img {
        max-width: 44px;
    }

    .line-border-shape {
        display: none;
    }

    .tabbed-content {
        position: relative;
        z-index: 10;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .tabbed-content .tabs {
        display: block;
        max-width: 410px;
    }

    .tabbed-content .tabs li {
        display: inline-block;
        margin-bottom: 10px;
    }

    .tabbed-content .tabs li a {
        display: block;
    }

    .tabbed-content .item {
        display: block;
        position: absolute;
        top: -45px;
        right: 0;
        width: 62%;
        visibility: hidden;
        opacity: 0;
        transition: 0.8s;
    }

    .tabbed-content .item .item-content {
        font-size: 20px;
        line-height: 35px;
    }

    .tabbed-content .item.active {
        visibility: visible;
        opacity: 1;
    }

    .item__wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .item-image-box {
        display: block;
        position: relative;
        width: 280px;
    }

    .item-image-box img {
        width: 100%;
    }

    .tabbed-content .item .item-content {
        width: calc(100% - 305px);
        max-width: 380px;
        padding: 220px 0 0 85px;
    }

    .tabbed-content .item.active .item-content {
        padding: 182px 0 0 85px;
    }

    .tabbed-content .item::before {
        display: none;
    }

    .tabbed-content.tabs-side .tabs {
        width: 150px;
        float: left;
    }

    .tabbed-content.tabs-side .tabs li {
        display: block;
    }

    .tabbed-content.tabs-side .item {
        margin-left: 150px;
    }

    .tab-accordion-mobile {
        display: none;
        top: -35px;
        z-index: unset;
        max-width: unset;
        width: clamp(670px, 55.026vw, 832px);
        z-index: 9;
    }
}

@media (min-width: 1400px) {
    .tabbed-content .item {
        width: 65%;
    }

    .item-image-box {
        width: 305px;
    }

    .tabbed-content .item.active .item-content {
        padding: 210px 0 0 85px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .tab-accordion-wrapper {
        padding: 30px 30px 35px 30px;
    }

    .tabbed-content .item {
        right: 0;
    }
}


.block-image-text {
    position: relative;
    margin: 0 0 110px 0;
}

.block-image-text-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 645px;
    object-fit: cover;
    object-position: right;
}

.mobile-with-bg {
    position: absolute;
    top: 23px;
    right: 5px;
}

.typing-text {
    display: inline-flex;
    flex-direction: column;
    padding-top: 425px;
}

.typing-text h2 {
    position: relative;
    font-weight: 600;
    font-size: 70px;
    line-height: 85px;
    color: #2AB6F8;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
    max-width: 780px;
    min-height: 171px;
}

.typing-text h2::first-line {
    color: #FFFFFF;
}

.block-image-text_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -39px;
    padding-top: 76px;
}

.block-image-text_col {
    width: 50%;
    padding: 0 39px;
}

.block-image-text_col h4 {
    color: #2AB6F8;
    margin-bottom: 20px;
}

.block-image-text-bg__sm {
    display: none;
}

@media (max-width: 1199px) {
    .block-image-text {
        margin: 0 0 50px 0;
    }

    .typing-text {
        padding-top: 255px;
    }

    .typing-text h2 {
        font-size: 50px;
        line-height: 65px;
    }

    .block-image-text-bg {
        height: 435px;
    }

    .block-image-text_wrap {
        margin: 0 -15px;
    }

    .block-image-text_col {
        padding: 0 15px;
    }

    .mobile-with-bg {
        max-width: 175px;
        right: 6%;
    }
}

@media (max-width: 767px) {
    .block-image-text-bg__sm {
        display: block;
    }

    .mobile-with-bg {
        display: none;
    }

    .typing-text {
        position: absolute;
        top: -70%;
        left: 0;
        padding-top: 0px;
        padding-left: 15px;
    }

    .typing-text h2 {
        font-size: 33px;
        line-height: 47px;
    }

    .block-image-text-bg {
        height: 275px;
    }

    .block-image-text_wrap {
        gap: 30px 0;
        padding-top: 28px;
    }

    .block-image-text_col {
        width: 100%;
        text-align: center;
    }

    .block-image-text_col h4 {
        font-size: 32px;
        margin-bottom: 10px;
    }
}


.text-cards-wrapper {
    overflow: auto;
    margin-right: -17px;
}

.text-cards-wrapper::-webkit-scrollbar {
    display: none;
}

.text-cards-flex {
    flex-wrap: nowrap;
    margin: 0 -10px;
}

.text-cards-col {
    width: 243px;
    padding: 0;
    margin: 0 10px;
}

.text-cards-panel {
    position: relative;
    z-index: 1;
    background: #086FAB;
    border-radius: 50px;
    min-height: 127px;
    overflow: hidden;
    padding: 44px 15px 35px 52px;
}

.text-cards-panel img {
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translate(0, -50%);
    z-index: -1;
    height: 127px;
    object-fit: contain;
}

.text-cards-panel h4 {
    display: inline-block;
    position: relative;
    padding: 0 25px 0 20px;
}

.text-cards-panel h4::before,
.text-cards-panel h4::after {
    position: absolute;
    content: "+";
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-size: 24px;
    line-height: 1.21875em;
    font-weight: 600;
    color: #FFFFFF;
}

.text-cards-panel h4::after {
    content: "km";
    left: unset;
    right: -25px;
}

.text-cards-panel span {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #2AB6F8;
}

.text-cards-col:nth-child(2) h4::after,
.text-cards-col:nth-child(3) h4::after {
    display: none;
}

@media (min-width: 768px) {
    .text-cards-wrapper {
        margin-right: -22px;
    }

    .text-cards-col {
        width: 275px;
    }
}

@media (min-width: 1200px) {
    .text-cards-wrapper {
        padding: 0 52px 0 70px;
        margin-right: 0;
    }

    .text-cards-flex {
        display: flex;
        margin: 0 -16px;
    }

    .text-cards-col {
        width: 33.33%;
        padding: 0 16px;
        margin: 0;
    }

    .text-cards-panel {
        padding: 61px 0 50px 86px;
    }

    .text-cards-col:last-child .text-cards-panel {
        padding: 61px 0 50px 110px;
    }

    .text-cards-panel h4 span {
        font-size: 24px;
        line-height: 28px;
    }

    .text-cards-panel img {
        height: unset;
    }
}

.map-image-content {
    position: relative;
    min-height: 860px;
    margin-top: -69px;
}

.map-image-content::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 156px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.map-graphic-image {
    display: none;
    position: absolute;
    top: 0;
    left: -150px;
    z-index: -1;
    width: 1525px;
    max-width: 1525px;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.map-graphic-image__sm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}

.float-mobile-image {
    position: absolute;
    bottom: 144px;
    right: -36px;
    height: 490px;
}

.map-details h4 {
    color: #000000;
    text-align: center;
    max-width: 220px;
    margin: 0 auto;
    padding-top: 95px;
}

.chase-the-person {
    display: none;
}

@media (min-width: 480px) {
    .map-graphic-image {
        display: block;
    }

    .map-graphic-image__sm {
        display: none;
    }
}

@media (min-width: 1200px) {
    .map-image-content {
        height: 860px;
        margin-top: -102px;
    }

    .map-graphic-image {
        left: 0;
        width: 100%;
        max-width: 100%;
    }

    .map-graphic-image__sm {
        display: none;
    }

    .float-mobile-image {
        bottom: 45px;
        right: 0;
        height: 648px;
    }

    .chase-the-person {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 56%;
        left: 46%;
        transform: translate(-50%, -50%);
        padding: 0 20px 15px 20px;
    }

    .chase-the-person::before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: calc(100% - 45px);
        background: #008D52;
        border-radius: 50px;
    }

    .chase-the-person h6 {
        font-size: 13px;
        line-height: 16px;
        font-weight: 700;
        color: #FFFFFF;
        padding: 2px 0 12px 0;
    }

    .chase-the-person span {
        display: block;
        font-size: 11px;
        line-height: 13px;
        font-weight: 700;
        color: #FFFFFF;
        margin-bottom: 22px;
    }

    .chase-the-person .btns-primary {
        font-size: 15px;
        line-height: 28px;
        pointer-events: none;
        padding: 0 14px;
    }

    .map-details h4 {
        max-width: 100%;
        margin: 0;
        padding-top: 156px;
    }

    .map-details h4 span {
        display: inline-block;
    }
}


.testimonials {
    position: relative;
    z-index: 1;
    margin-top: -35px;
}

.testimonials-wrapper {
    background: #2AB6F8;
    border-radius: 50px 0 0 50px;
    padding: 0 0 112px 15px;
    margin-right: -17px;
}

.testimonials-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 342px;
    padding-bottom: 54px;
}

.testimonials-top img {
    order: 1;
    max-width: 342px;
}

.testimonials-top h4 {
    order: 2;
    font-size: 32px;
    margin: 17px 0 0 0;
}

.testimonials-top p {
    order: 3;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
}

.testimonial-slider-col {
    width: 290px;
}

.testimonial-slider-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    transform: scale(0.88);
    transition: 0.4s;
    padding: 24px 18px 30px 14px;
}

.testimonial-slider-col.slick-current .testimonial-slider-item {
    background: rgba(255, 255, 255, 1);
    transform: scale(1);
}

.user-image {
    width: 51px;
    text-align: center;
    padding-bottom: 48px;
}

.user-image span {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #086FAB;
}

.reviews-text {
    width: calc(100% - 51px);
    padding-left: 10px;
}

.reviews-text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.slider__counter {
    position: absolute;
    top: -44px;
    left: calc(50% - 20px);
    transform: translate(-50%, 0);
    font-size: 32px;
    line-height: 39px;
    font-weight: 600;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .testimonials-wrapper {
        border-radius: 50px;
        padding: 0 0 20px 0;
        margin: 0;
    }

    .testimonials-top {
        margin: 0 auto;
    }

    .js-testimonial-slider {
        padding-bottom: 55px;
    }

    .js-testimonial-slider .slick-prev,
    .js-testimonial-slider .slick-next {
        top: unset;
        bottom: 30px;
        left: 55px;
        transform: translate(0);
        z-index: 2;
    }

    .js-testimonial-slider .slick-next {
        left: unset;
        right: 55px;
    }

    .slider__counter {
        top: unset;
        bottom: 0;
        left: 50%;
    }
}

@media (min-width: 1200px) {
    .testimonials {
        margin-top: 0px;
    }

    .testimonials-wrapper {
        padding: 0 86px 18px 86px;
    }

    .testimonials-top {
        max-width: 100%;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 38px;
        margin: 0;
    }

    .testimonials-top h4 {
        order: unset;
        margin-top: 0;
    }

    .testimonials-top img {
        order: unset;
    }

    .testimonials-top p {
        order: unset;
        font-size: 18px;
    }

    .js-testimonial-slider {
        padding-bottom: 60px;
    }

    .testimonial-slider-col {
        width: auto;
    }

    .testimonial-slider-item {
        width: 400px;
        padding: 36px 33px 40px 33px;
    }

    .testimonial-slider-col.slick-current .testimonial-slider-item {
        margin: 0 30px;
    }

    .user-image {
        width: 70px;
        padding-bottom: 0;
    }

    .reviews-text {
        width: calc(100% - 70px);
        padding-left: 34px;
    }

    .js-testimonial-slider .slick-prev,
    .js-testimonial-slider .slick-next {
        left: 145px;
        bottom: 42px;
    }

    .js-testimonial-slider .slick-next {
        left: unset;
        right: 145px;
    }
}


.newsletter-area {
    margin: 46px 0;
}

.newsletter-wrapper {
    background: #2AB6F8;
    border-radius: 30px;
    padding: 30px 15px;
}

.newsletter-text {
    text-align: center;
    margin-bottom: 25px;
}

.newsletter-text h2 {
    font-size: 28px;
    line-height: 1.225em;
    color: #FFFFFF;
}

.newsletter-form button {
    border: none;
    width: 100%;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .newsletter-wrapper {
        border-radius: 50px;
        padding: 40px 22px;
    }

    .newsletter-text {
        text-align: left;
        margin-bottom: 0;
    }

    .newsletter-text h2 {
        font-size: 34px;
    }

    .newsletter-form {
        text-align: right;
    }

    .newsletter-form button {
        width: 185px;
    }
}

@media (min-width: 1200px) {
    .newsletter-wrapper {
        padding: 70px 100px 80px 65px;
    }

    .newsletter-text h2 {
        font-size: 40px;
    }

    .newsletter-form {
        text-align: left;
    }

    .newsletter-form form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .newsletter-form input {
        width: calc(100% - 205px);
    }

    .newsletter-form button {
        transition: 0.4s;
        margin-top: 0;
    }

    .newsletter-form button:hover {
        background: #086FAB;
    }
}


.faq-section {
    margin: 46px 0;
}

.faq-details-col {
    background: #086FAB;
    border-radius: 50px;
    text-align: right;
    padding: 40px 26px 26px 26px;
    margin-bottom: 20px;
}

.faq-details-col h4 {
    font-size: 32px;
}

.faq-details-col p {
    font-size: 17px;
    color: #FFFFFF;
    margin: 20px 0 14px 0;
}

.accordion-title {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #2AB6F8;
    user-select: none;
    cursor: pointer;
    padding-right: 35px;
}

.accordion-title::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 12px;
    background: url(../img/down-arrow.png) no-repeat center center;
}

.accordion-title.active::after {
    transform: translate(0, -50%) rotate(-180deg);
}

.accordion-tab {
    display: none;
    font-size: 17px;
    line-height: 30px;
    margin: 3px 0 0 0;
}

.accordion-item {
    border-bottom: 1px solid #D8D8D8;
    padding: 20px 11px;
}

.accordion-item:first-child {
    padding-top: 0;
}

@media (min-width: 1200px) {
    .faq-section-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .faq-details-col {
        width: 400px;
        align-content: flex-end;
        padding: 0 50px 50px 0;
        margin-bottom: 0;
    }

    .accordion-col {
        width: calc(100% - 400px);
        padding-left: 45px;
    }

    .accordion-item {
        padding: 24px 0 26px 0;
    }
}


/* footer start */
.footer-wrapper {
    position: relative;
    padding: 266px 0 20px 25px;
}

.footer-bg-desktop {
    display: none;
}

.footer-mobile-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.footer-mobile-image {
    position: absolute;
    top: 0;
    left: 22px;
    width: 115px;
    height: 230px;
    object-fit: contain;
}

.download-social-box {
    position: absolute;
    top: 65px;
    right: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.footer-social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.footer-social-links li {
    display: flex;
}

.footer-social-links li a {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #3CB2F8;
}

.download-from-list {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    margin-top: 8px;
}

.download-from-list a {
    display: block;
}

.footer-flex-box {
    row-gap: 25px;
}

.footer-col:first-child {
    order: 1;
}

.footer-col:nth-child(2) {
    order: 2;
}

.footer-col:nth-child(3) {
    order: 4;
}

.footer-col:nth-child(4) {
    order: 3;
}

.footer-links li h6,
.footer-links li a {
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    color: #FFFFFF;
}

.footer-links li a {
    font-weight: 500;
}

.footer-logo-col img {
    width: 150px;
    margin-top: 10px;
}

.footer-logo-col p {
    font-size: 10px;
    line-height: 2em;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 15px;
}

.copyright {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    text-align: center;
    color: #086FAB;
    padding: 14px 0 48px 0;
}

.copyright span {
    display: block;
}

@media (min-width: 768px) {
    .footer-wrapper {
        background: #086FAB;
        border-radius: 40px;
        padding: 200px 15px 30px 20px;
        margin-top: 75px;
    }

    .footer-mobile-bg {
        display: none;
    }

    .footer-mobile-image {
        top: -75px;
    }

    .footer-col {
        order: unset !important;
    }

    .download-social-box {
        top: 110px;
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }

    .download-from-list {
        flex-direction: row;
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .footer-wrapper {
        background: transparent;
        border-radius: 0;
        padding: 108px 0;
        margin-top: 0;
    }

    .footer-bg-desktop {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

    .footer-mobile-image {
        top: 0;
        left: 95px;
        width: 230px;
        height: 460px;
    }

    .download-social-box {
        top: unset;
        right: unset;
        bottom: 110px;
        left: 430px;
        align-items: flex-end;
        gap: 80px;
    }

    .download-from-list {
        flex-direction: column;
    }

    .footer-social-links {
        margin-bottom: 25px;
    }

    .footer-social-links li a {
        font-size: 25px;
    }

    .footer-social-links li a:hover {
        color: #FFFFFF;
    }

    .footer-flex-box {
        padding: 0 100px 0 445px;
    }

    .footer-links li a:hover {
        color: #ED7F2D;
    }

    .footer-logo-col p {
        font-size: 12px;
        margin-top: 34px;
    }

    .footer-logo-col img {
        width: 190px;
    }

    .copyright {
        padding: 0 0 44px 0;
    }
}


.block-pricing-area {
    margin-top: 90px;
}

.block-pricing-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    position: relative;
    background: #086FAB;
    border-radius: 50px;
    padding: 30px 15px 105px 15px;
}

.block-pricing__bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-pricing_flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 25px 0;
    padding-bottom: 20px;
}

.block-pricing_title {
    text-align: center;
}

.block-pricing_title h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.block-pricing_title h4 span {
    display: inline-block;
    color: #FF8946;
}

.block-pricing-text {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
}

.block-pricing-text p {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .block-pricing-area {
        margin-top: 115px;
    }

    .block-pricing-wrapper {
        padding: 30px 20px 40px 20px;
    }

    .block-pricing_flex {
        flex-direction: row;
        align-items: center;
    }

    .block-pricing_title {
        width: 60%;
        text-align: right;
        padding-right: 50px;
    }

    .block-pricing_title h4 {
        font-size: 24px;
    }

    .block-pricing-text {
        position: relative;
        bottom: unset;
        left: unset;
        width: 40%;
        text-align: left;
    }

    .block-pricing-text p {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .block-pricing-area {
        margin-top: 90px;
    }

    .block-pricing-wrapper {
        background: transparent;
        padding: 155px 210px 0px 50px;
    }

    .block-pricing__bg {
        display: block;
        z-index: -1;
    }

    .block-pricing-mobile {
        position: absolute;
        top: 115px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .block-pricing_flex {
        align-items: flex-start;
        justify-content: space-between;
        padding: 0;
    }

    .block-pricing_title {
        text-align: right;
        width: 40%;
        padding-right: 0;
    }

    .block-pricing_title h4 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .block-pricing-text {
        width: 325px;
        margin-top: 30px;
    }

    .block-pricing-text p {
        font-size: 20px;
    }
}


.half-image-half-text {
    margin-top: 104px;
}

.half-image-half-text_wrap {
    background: #086FAB;
    border-radius: 50px;
    padding: 30px 15px;
}

.half-image-col {
    position: relative;
}

.half-image-col img {
    width: 100%;
    border-radius: 50px;
}

.category-title {
    position: absolute;
    bottom: 16px;
    right: 32px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    width: 100px;
    color: #086FAB;
    background: linear-gradient(0deg, rgba(94, 129, 244, 0.1), rgba(94, 129, 244, 0.1)), #FFFFFF;
    border-radius: 8px;
    padding: 12.5px 0;
}

.half-text-col {
    margin-top: 30px;
}

.half-text-col h4 {
    color: #2AB6F8;
    margin-bottom: 10px;
}

.half-text-col p {
    color: #FFFFFF;
    margin-bottom: 18px;
}

.half-image-half-text_bg {
    display: none;
}

@media (min-width: 768px) {
    .half-image-half-text {
        margin-top: 118px;
    }

    .half-image-half-text_wrap {
        padding: 40px 20px;
    }

    .half-image-col img {
        height: 400px;
        object-fit: cover;
    }

    .half-text-col p {
        margin-bottom: 24px
    }

    .half-text-col p:last-of-type {
        margin-bottom: 15px
    }
}

@media (min-width: 1200px) {
    .half-image-half-text {
        margin-top: 144px;
    }

    .half-image-half-text_wrap {
        position: relative;
        background: transparent;
        padding: 136px 50px 35px 36px;
    }

    .half-image-half-text_bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

    .half-image-half-text__flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .half-image-col {
        width: 40%;
    }

    .half-text-col {
        width: 60%;
        padding-left: 46px;
        margin-top: 0;
    }
}


.blog-post-area {
    margin: 30px 0;
}

.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding-bottom: 27px;
}

.tab-buttons a {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    color: #086FAB;
    background: rgba(94, 129, 244, 0.1);
    border-radius: 8px;
    min-width: 64px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    padding: 12.5px 17.5px;
}

.tab-buttons a.active {
    background: #107FBB;
    color: #FFFFFF;
}

.blog-post-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 0;
}

.blog-post-col {
    width: 100%;
}

.blog-post-image {
    position: relative;
}

.blog-post-image img {
    width: 100%;
    border-radius: 30px;
}

.blog-post-details h4 {
    color: #2AB6F8;
    margin: 25px 0 10px 0;
}

.blog-post-details p {
    margin: 0 0 20px 0;
}

@media (max-width: 1199px) {
    .blog-post-details h4 {
        font-size: 22px;
    }
}



/* Główna lista paginacji */
.pagination-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 45px;
    margin: 0 -10px;
    list-style: none; /* Usuń znaczniki listy */
    padding: 0;
}

/* Styl dla aktywnej strony jako <span> */
.pagination-list .current {
    display: block;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #086FAB; /* Kolor aktywnego numeru */
    padding: 5px 12px;
    border-radius: 50px; /* Zaokrąglenia */
    background: #E9F5FC; /* Tło dla aktywnej strony */
}

/* Styl dla linków do stron jako <a> */
.pagination-list a {
    display: block;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #2AB6F8;
    padding: 5px 12px;
    border-radius: 50px; /* Zaokrąglenia */
    text-decoration: none; /* Usuń podkreślenie */
    transition: color 0.3s, background 0.3s; /* Animacja hovera */
}

/* Hover i aktywny link */
.pagination-list a:hover,
.pagination-list a.active {
    color: #086FAB; /* Ciemniejszy kolor */
    background: #E9F5FC; /* Tło przy najechaniu */
}

/* Styl dla przycisków nawigacyjnych (strzałki) */
.pagination-list .next img,
.pagination-list .prev img {
    display: block;
    max-width: 42px;
    height: auto;
}

/* Odstępy dla strzałek */
.pagination-list .next,
.pagination-list .prev {
    margin: 0 10px;
}

@media (min-width: 768px) {
    .blog-post-wrapper {
        margin: 0 -15px;
    }

    .blog-post-col {
        width: 50%;
        padding: 0 15px;
    }
}

@media (min-width: 1200px) {
    .blog-post-details .btns-primary {
        padding: 13px 42px;
    }

    .blog-post-wrapper {
        gap: 75px 0;
        margin: 0 -34px;
    }

    .blog-post-col {
        padding: 0 34px;
    }

    .blog-post-image img {
        border-radius: 50px;
    }

    .blog-post-details h4 {
        margin: 35px 0 10px 0;
    }

    .pagination-list {
        padding-top: 90px;
        margin: 0 -20px;
    }

    .pagination-list li:has(.pagi-arrows) {
        margin: 0 20px;
    }

    .pagination-list li a.pagi-arrows {
        max-width: 100%;
    }

    .pagination-list li a {
        font-size: 32px;
    }
}

.blog-details-area {
    margin: 104px 0 30px 0;
}

.blog-details-image img {
    width: 100%;
    border-radius: 30px;
}

.blog-details-content h4 {
    color: #2AB6F8;
    margin: 25px 0;
}

.blog-details-listing li {
    margin-bottom: 25px;
}

.blog-details-listing li:last-child {
    margin-bottom: 0;
}

.blog-details-listing li h5 {
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 500;
    color: #000000;
}

.blog-details-listing li p {
    line-height: 1.875em;
}

.blog-details-listing li strong {
    font-weight: 600;
}

.other-articles {
    margin-bottom: 50px;
}

.other-articles-title h4 {
    color: #2AB6F8;
    text-align: center;
    margin-bottom: 22px;
}

@media (min-width: 768px) {
    .blog-details-area {
        margin: 118px 0 60px 0;
    }

    .blog-details-image img {
        border-radius: 50px;
        height: 434px;
        object-fit: cover;
        object-position: top;
    }

    .blog-details-content h4 {
        margin: 40px 0 30px 0;
    }

    .other-articles {
        margin-bottom: 120px;
    }
}

@media (min-width: 1200px) {
    .blog-details-area {
        margin: 203px 0 60px 0;
    }

    .blog-details-content {
        padding: 0 25px;
    }

    .other-articles {
        margin-bottom: 107px;
    }
}

.contact-area {
    padding: 95px 0 45px 0;
}

.contact-wrapper {
    position: relative;
    padding: 35px 15px 30px 15px;
}

.contact-wrapper::after {
    content: '';
    top: 10px;
    left: 0;
    height: 12%;
    width: 100%;
    position: absolute;
    background: #086FAB;
    border-radius: 50px 50px 0 0;
    z-index: -1;
    transform-origin: left top;
    transform: skewY(-4deg);
}

.contact-area-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px;
}

.typing-text--contact {
    position: relative;
    top: unset;
    left: unset;
    display: flex;
    justify-content: center;
    padding: 0;
}

.contact-wrapper h2 {
    font-size: 24px;
    line-height: 1.225em;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    max-width: 820px;
    min-height: 59px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 0;
}

.form-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px 0;
}

.input-field textarea {
    display: block;
    height: 200px;
}

.ckeckbox-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.ckeckbox-wrap input {
    display: none;
}

.ckeckbox-wrap label {
    position: relative;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding-left: 33px;
}

.ckeckbox-wrap label::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
}

.ckeckbox-wrap label::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #FFFFFF;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    background: transparent;
    border-radius: 0;
    opacity: 0;
    transition: 0.2s;
}

.ckeckbox-wrap input:checked + label::after {
    opacity: 1;
}

.send-field {
    text-align: center;
}

.send-field button {
    width: 187px;
    border: none;
}

@media (min-width: 768px) {
    .contact-area {
        padding: 120px 0 60px 0;
    }

    .contact-wrapper {
        padding: 65px 30px 50px 30px;
    }

    .contact-wrapper h2 {
        font-size: 32px;
    }

    .contact-wrapper form {
        max-width: 405px;
        margin: 0 auto;
    }

    .ckeckbox-wrap label::before {
        top: 2px;
    }

    .ckeckbox-wrap label::after {
        top: 5px;
    }
}

@media (min-width: 1200px) {
    .contact-area {
        padding: 88px 0 60px 0;
    }

    .contact-wrapper {
        min-height: 1080px;
        padding: 205px 0 0 0;
    }

    .contact-wrapper::after {
        display: none;
    }

    .contact-area-bg {
        border-radius: 0;
    }

    .contact-wrapper h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .input-field textarea {
        height: 312px;
    }
}


/* Lalit 13-03-25 start */

.about-app-top {
    padding-top: 200px;
}

.about-app-top section {
    position: relative;
    background: #086FAB;
    border-radius: 50px 50px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about-app-top section::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #086FAB;
    border-radius: 50px 50px 0 0;
    z-index: -1;
    transform-origin: left top;
    transform: skewY(-4deg);
}

.about-app-top section aside {
    width: 38%;
    text-align: right;
    padding: 30px;
}

.about-app-top section aside h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: right;
    color: #FFFFFF;
    padding: 10px 0;
}

.about-app-top section aside h2 strong {
    font-weight: 600;
    color: #3CB2F8;
    display: block;
}

.about-app-top section aside h2 span {
    display: block;
}

.about-app-top section aside .download-btn {
    margin: 10px 0;
}

.about-app-top section aside .download-app-from {
    margin: 15px 0;
    justify-content: flex-end;
}

.about-app-top section figure {
    margin: 0;
    padding: 0;
    width: 24%;
    text-align: center;
}

.about-app-top section figure img {
    display: inline-block;
    margin-top: -100px;
}

.about-app-top section article {
    width: 38%;
    padding-right: 70px;
    margin-top: -30px;
    padding-bottom: 30px;
}

.about-app-top section article p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0%;
    text-align: justify;
    color: #FFFFFF;
    padding: 10px 0;
}

.about-app-top section article p strong {
    font-weight: 600;
    color: #2AB6F8;
}

.about-app-top section article p:first-child {
    padding-top: 0;
}

.about-app-top section article p:last-child {
    padding-bottom: 0;
}

@media only screen and (max-width: 760px) {
    .about-app-top {
        overflow: hidden;
        padding-top: 115px;
    }

    .about-app-top section::after {
        top: 0;
        transform: skewY(340deg);
    }

    .about-app-top section {
        flex-wrap: wrap;
        margin-top: 115px;
    }

    .about-app-top section aside {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
        order: 2;
        padding: 0 10px 20px 10px;
        margin-top: -130px;
    }

    .about-app-top section aside h2 {
        font-size: 32px;
        order: 3;
        text-align: center;
    }

    .about-app-top section aside h2 span {
        display: inline-block;
    }

    .about-app-top section aside .download-btn {
        order: 1;
    }

    .about-app-top section aside .download-app-from {
        order: 2;
        margin: 0 0 10px 0;
    }

    .about-app-top section figure {
        width: 100%;
        order: 1;
        margin-top: -125px;
    }

    .about-app-top section figure img {
        margin-top: 0px;
        margin-right: -8px;
    }

    .about-app-top section article {
        width: 100%;
        order: 3;
        margin-top: 0;
        padding: 20px;
    }
}

@media only screen and (min-width: 761px) and (max-width: 1023px) {
    .about-app-top section {
        flex-wrap: wrap;
    }

    .about-app-top section aside {
        width: 60%;
        padding: 0;
    }

    .about-app-top section figure {
        width: 40%;
    }

    .about-app-top section article {
        width: 100%;
        margin-top: 0;
        padding: 30px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .about-app-top section aside h2 span {
        display: inline;
    }

    .about-app-top section article {
        padding: 0 30px 30px 30px;
    }
}

.about-app-mid section {
    background: #086FAB url(../img/roadmap-vector.png) no-repeat center/cover;
}

.app-description {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-description article {
    width: 45%;
    padding: 0 30px;
}

.app-description article h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0%;
    text-align: justify;
    color: #2AB6F8;
    padding: 0;
}

.app-description article p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0%;
    text-align: justify;
    color: #FFFFFF;
    padding: 0 0 20px 0;
}

.app-description figure {
    margin: 0;
    padding: 0;
    width: 17%;
}

.app-description aside {
    width: 38%;
}

.app-description aside h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding: 0;
}

.app-description aside h3 span {
    display: block;
}

@media only screen and (max-width: 760px) {
    .about-app-mid {
        overflow: hidden;
    }

    .app-description {
        padding: 0;
        flex-wrap: wrap;
    }

    .app-description article {
        width: 100%;
        order: 3;
        padding: 20px;
    }

    .app-description figure {
        width: 100%;
        order: 1;
        text-align: center;
    }

    .app-description figure img {
        display: inline-block;
    }

    .app-description aside {
        width: 100%;
        order: 2;
        padding: 20px 0px 10px 0;
    }

    .app-description aside h3 {
        font-size: 32px;
        text-align: center;
    }
}

@media only screen and (min-width: 761px) and (max-width: 1023px) {
    .app-description {
        padding: 0;
        flex-wrap: wrap-reverse;
    }

    .app-description article {
        width: 100%;
        padding: 30px;
    }

    .app-description figure {
        width: 30%;
        padding: 30px;
    }

    .app-description aside {
        width: 70%;
        padding: 30px;
    }
}

.left-title {
    padding: 30px 30px 30px 60px;
    background-color: #2AB6F8;
    border-radius: 50px 50px 0 50px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: right;
    color: #FFFFFF;
}

.right-title {
    padding: 30px 60px 30px 30px;
    background-color: #2AB6F8;
    border-radius: 50px 50px 50px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #FFFFFF;
}

.description {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding: 15px 30px;
}

.app-info-01 {
    padding: 0 0 50px 0;
    display: flex;
    justify-content: flex-start;
}

.app-info-01 section {
    position: relative;
    z-index: 1;
    width: 162px;
    margin-left: 400px;
}

.app-info-01 section .ride {
    position: absolute;
    left: -400px;
    bottom: -45px;
    max-width: 420px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.app-info-01 section .ride .description {
    text-align: right;
}

.app-info-01 section .navigation {
    position: absolute;
    right: -400px;
    top: 30px;
    max-width: 420px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.app-info-01 section .hook {
    position: absolute;
    right: -400px;
    bottom: -80px;
    max-width: 420px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.app-info-02 {
    padding: 50px 0;
    display: flex;
    justify-content: flex-end;
}

.app-info-02 section {
    position: relative;
    width: 163px;
    margin-right: 450px;
}

.app-info-02 section .safety {
    position: absolute;
    left: -400px;
    top: 5px;
    max-width: 420px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.app-info-02 section .safety .description {
    text-align: right;
}

.app-info-02 section .liveride {
    position: absolute;
    left: -400px;
    bottom: -45px;
    max-width: 420px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.app-info-02 section .liveride .description {
    text-align: right;
}

.app-info-02 section .sharing {
    position: absolute;
    right: -400px;
    top: 10px;
    max-width: 420px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.app-info-02 section .status {
    position: absolute;
    right: -450px;
    bottom: -60px;
    max-width: 470px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.app-info-03 {
    padding: 50px 0;
    display: flex;
    justify-content: flex-start;
}

.app-info-03 section {
    position: relative;
    width: 163px;
    margin-left: 350px;
}

.app-info-03 section .profiles {
    position: absolute;
    left: -350px;
    top: 0px;
    max-width: 370px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.app-info-03 section .profiles .description {
    text-align: right;
}

.app-info-03 section .history {
    position: absolute;
    right: -400px;
    bottom: -30px;
    max-width: 420px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.app-info-04 {
    padding: 50px 0;
    display: flex;
    justify-content: flex-end;
}

.app-info-04 section {
    position: relative;
    width: 161px;
    margin-right: 370px;
}

.app-info-04 section .records {
    position: absolute;
    left: -400px;
    top: 0px;
    max-width: 420px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.app-info-04 section .records .description {
    text-align: right;
}

.app-info-04 section .invitations {
    position: absolute;
    left: -400px;
    bottom: -60px;
    max-width: 420px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.app-info-04 section .invitations .description {
    text-align: right;
}

.app-info-04 section .destinations {
    position: absolute;
    right: -350px;
    bottom: 10px;
    max-width: 370px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media only screen and (max-width: 760px) {
    .left-title {
        padding: 20px 13px;
        font-size: 14px;
        border-radius: 50px 80px 0 50px;
    }

    .right-title {
        padding: 20px 14px;
        font-size: 14px;
        border-radius: 80px 50px 50px 0;
    }

    .description {
        font-size: 14px;
        padding: 15px;
    }

    .app-info-01 {
        padding: 20px;
        display: flex;
        justify-content: flex-start;
    }

    .app-info-01 section {
        position: relative;
        width: 100%;
        margin-left: 0;
    }

    .app-info-01 section img {
        margin: 0 auto;
    }

    .app-info-01 section .ride {
        max-width: 126px;
        left: -38px;
        bottom: unset;
        top: 85px;
        justify-content: flex-start;
    }

    .app-info-01 section .ride .description {
        text-align: right;
        padding: 20px;
    }

    .app-info-01 section .navigation {
        right: -32px;
        top: -28px;
        max-width: 255px;
    }

    .app-info-01 section .navigation .description {
        max-width: 102px;
        padding: 20px 0;
        margin-left: auto;
    }

    .app-info-01 section .hook {
        right: -26px;
        bottom: -145px;
        max-width: 169px;
    }

    .app-info-01 section .hook .right-title {
        padding: 10px 25px;
        max-width: 153px;
        text-align: center;
    }

    .app-info-01 section .hook .description {
        padding: 20px 0;
    }

    .app-info-02 {
        padding: 20px;
        display: flex;
        justify-content: flex-end;
        margin-top: 135px;
    }

    .app-info-02 section {
        position: relative;
        width: 100%;
        margin-right: 0;
    }

    .app-info-02 section img {
        max-width: 145px;
        margin: 0 auto;
    }

    .app-info-02 section .safety {
        left: -18px;
        top: 0;
        max-width: 143px;
        justify-content: flex-start;
    }

    .app-info-02 section .safety .left-title {
        padding: 20px 23px;
    }

    .app-info-02 section .safety .description {
        text-align: right;
        padding: 12px 45px 0 0;
    }

    .app-info-02 section .liveride {
        left: -30px;
        bottom: -142px;
        max-width: 151px;
    }

    .app-info-02 section .liveride .left-title {
        padding: 20px 18px;
    }

    .app-info-02 section .liveride .description {
        max-width: 140px;
        padding: 14px 0 0 0;
    }

    .app-info-02 section .sharing {
        right: -28px;
        top: 0;
        max-width: 167px;
    }

    .app-info-02 section .sharing .right-title {
        text-align: right;
        padding: 10px 14px;
    }

    .app-info-02 section .sharing .description {
        padding: 10px 17px 0 55px;
    }

    .app-info-02 section .status {
        right: -28px;
        bottom: -140px;
        max-width: 170px;
    }

    .app-info-02 section .status .right-title {
        text-align: right;
    }

    .app-info-02 section .status .description {
        max-width: 127px;
        margin-left: auto;
        padding: 15px 0 0 0;
    }

    .app-info-03 {
        padding: 20px;
        display: flex;
        justify-content: flex-start;
        margin-top: 170px;
    }

    .app-info-03 section {
        position: relative;
        width: 100%;
        margin-left: 0;
    }

    .app-info-03 section img {
        max-width: 145px;
        margin: 0 auto;
    }

    .app-info-03 section .profiles {
        left: -28px;
        top: 0;
        max-width: 136px;
        justify-content: flex-start;
    }

    .app-info-03 section .profiles .left-title {
        padding: 20px;
    }

    .app-info-03 section .profiles .description {
        max-width: 96px;
        padding: 22px 0 0 0;
        margin-left: 12px;
    }

    .app-info-03 section .history {
        right: -30px;
        bottom: -28px;
        max-width: 138px;
    }

    .app-info-03 section .history .right-title {
        text-align: center;
        padding: 10px 14px;
    }

    .app-info-03 section .history .description {
        max-width: 106px;
        padding: 12px 0 0 0;
        margin-left: 27px;
    }

    .app-info-04 {
        padding: 20px;
        display: flex;
        justify-content: flex-end;
        margin-top: 50px;
    }

    .app-info-04 section {
        position: relative;
        width: 100%;
        margin-right: 0;
        padding-bottom: 115px;
    }

    .app-info-04 section img {
        max-width: 145px;
        margin: 0 auto;
    }

    .app-info-04 section .records {
        left: -36px;
        top: 0;
        max-width: 141px;
        justify-content: flex-start;
    }

    .app-info-04 section .records .left-title {
        text-align: center;
        padding: 10px 13px;
    }

    .app-info-04 section .records .description {
        max-width: 100px;
        padding: 10px 0 0 0;
        margin-left: 12px;
    }

    .app-info-04 section .invitations {
        left: -30px;
        bottom: 0;
        max-width: 158px;
        justify-content: flex-start;
    }

    .app-info-04 section .invitations .left-title {
        max-width: 129px;
        padding: 10px 20px 10px 0;
    }

    .app-info-04 section .invitations .description {
        text-align: right;
        max-width: 158px;
        padding: 25px 0 0 0;
    }

    .app-info-04 section .destinations {
        right: -35px;
        bottom: 94px;
        max-width: 139px;
    }

    .app-info-04 section .destinations .right-title {
        padding: 10px 0 10px 25px;
    }

    .app-info-04 section .destinations .description {
        max-width: 108px;
        padding: 16px 0 0 0;
        margin-left: 22px;
    }
}

@media only screen and (min-width: 761px) and (max-width: 1023px) {
    .app-info-01 section {
        margin-left: calc(50% - 81px);
    }

    .app-info-01 section .ride {
        left: -300px;
        bottom: -45px;
        max-width: 320px;
    }

    .app-info-01 section .navigation {
        right: -300px;
        top: 0;
        max-width: 320px;
    }

    .app-info-01 section .hook {
        right: -300px;
        bottom: -100px;
        max-width: 320px;
    }

    .app-info-02 section {
        margin-right: calc(50% - 81px);
    }

    .app-info-02 section .safety {
        left: -300px;
        top: 5px;
        max-width: 320px;
    }

    .app-info-02 section .liveride {
        left: -300px;
        max-width: 320px;
    }

    .app-info-02 section .sharing {
        right: -300px;
        top: 0;
        max-width: 320px;
    }

    .app-info-02 section .status {
        right: -300px;
        bottom: -90px;
        max-width: 320px;
    }

    .app-info-03 section {
        margin-left: calc(50% - 81px);
    }

    .app-info-03 section .profiles {
        left: -300px;
        max-width: 320px;
    }

    .app-info-03 section .history {
        right: -300px;
        max-width: 320px;
    }

    .app-info-04 section {
        margin-right: calc(50% - 81px);
    }

    .app-info-04 section .records {
        left: -300px;
        max-width: 320px;
    }

    .app-info-04 section .invitations {
        left: -300px;
        max-width: 320px;
    }

    .app-info-04 section .destinations {
        right: -300px;
        max-width: 320px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
}


.about-app-bot {
    padding-bottom: 60px;
}

.about-app-bot section {
    padding: 50px 50px 100px 50px;
    background: #086FAB;
    border-radius: 0 0 50px 50px;
    text-align: center;
}

.about-app-bot section .download-app-from {
    justify-content: center;
}

.about-app-bot h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 10px 0;
    margin: 15px 0;
}

.about-app-bot h2 span {
    color: #2AB6F8;
}

.about-app-bot h6 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 10px 0;
}

.about-app-bot h6 span {
    background-color: #FF8946;
    padding: 5px 15px;
    border-radius: 50px;
}


@media only screen and (max-width: 760px) {
    .about-app-bot {
        overflow: hidden;
        padding-bottom: 30px;
    }

    .about-app-bot section {
        padding: 20px 20px 50px 20px;
    }

    .about-app-bot h2 {
        font-size: 24px;
        margin: 5px 0;
    }

    .about-app-bot h6 {
        font-size: 18px;
    }

    .about-app-bot h6 span {
        display: inline-block;
    }
}

@media only screen and (min-width: 761px) and (max-width: 1023px) {
    .about-app-bot h6 span {
        display: inline-block;
    }
}


.pricing-table {
    margin: 110px 0;
}

.pricing-table-wrap {
    position: relative;
    overflow-x: auto;
    padding: 0 130px;
}

.pricing-table table {
    width: 100%;
    border-collapse: collapse;
}

.pricing-table table thead th:nth-child(2) span,
.pricing-table table thead th:last-child span {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    width: 164px;
    background: #757474;
    border-radius: 50px;
    padding: 13px 16px;
    margin: 0 auto;
}

.pricing-table table thead th:last-child span {
    background: #2AB6F8;
    margin: 0 0 0 auto;
}

.pricing-table table tbody th {
    font-size: 24px;
    line-height: 1.2083333333333333em;
    font-weight: 700;
    color: #2AB6F8;
    padding: 30px 0;
}

.pricing-table table tbody th:first-child {
    width: 450px;
}

.pricing-table table tbody tr:has(td) {
    border-bottom: 1px solid rgba(42, 182, 248, 15%);
}

.pricing-table table tbody tr:last-child {
    border-bottom: 0;
}

.pricing-table table tbody tr td {
    font-size: 24px;
    line-height: 1.2083333333333333em;
    font-weight: 600;
    color: #086FAB;
    padding: 10px 0;
}

.pricing-table table tbody tr td:first-child {
    width: 450px;
}

.pricing-table table tbody tr td img {
    margin: 0 auto;
}

.pricing-table table tbody tr td:last-child img {
    margin: 0 64px 0 auto;
}

.pricing-table table tbody tr:nth-last-of-type(3) td {
    padding: 10px 0 40px 0;
}

.pricing-table table tbody tr:nth-last-of-type(2) td {
    background: #2AB6F8;
    color: #FFFFFF;
}

.pricing-table table tbody tr:nth-last-of-type(2) td:first-child {
    border-radius: 50px 0 0 50px;
    padding-left: 24px;
}

.pricing-table table tbody tr:nth-last-of-type(2) td:last-child {
    border-radius: 0 50px 50px 0;
}

.pricing-table table tbody tr:last-child td {
    text-align: right;
    padding: 10px 0 37px 0;
}

.pricing-table table tbody tr:last-child td span {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #FFFFFF;
    background: #2AB6F8;
    border-radius: 50px;
    padding: 10px 22px;
}

.pricing-table table tbody tr:last-child td span::after {
    position: absolute;
    bottom: -37px;
    left: 0;
    width: 100%;
    text-align: center;
    content: "yearly membership";
    font-size: 14px;
    line-height: 37px;
    font-weight: 600;
    color: #2AB6F8;
}

.BB-None {
    border-bottom: none !important;
}

@media (max-width: 1199px) {
    .pricing-table {
        margin: 70px 0;
    }

    .pricing-table-wrap {
        padding: 0;
    }

    .pricing-table table {
        width: 100%;
    }

    .pricing-table table tbody th {
        font-size: 20px;
    }

    .pricing-table table tbody tr td {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .pricing-table-wrap {
        overflow: unset;
    }

    .pricing-table table {
        width: calc(100% - 16px);
    }

    .pricing-table table thead th:first-child {
        min-width: 120px;
    }

    .pricing-table table thead th:nth-child(2) span,
    .pricing-table table thead th:last-child span {
        font-size: 14px;
        width: 115px;
        padding: 10px 15px;
    }

    .pricing-table table tbody tr td:first-child {
        min-width: 120px;
    }

    .pricing-table table tbody th {
        font-size: 14px;
        padding: 15px 0;
    }

    .pricing-table table tbody th:first-child {
        width: 130px;
    }

    .pricing-table table tbody tr td {
        font-size: 12px;
        min-width: unset;
    }

    .pricing-table table tbody tr td img {
        max-width: 20px;
    }

    .pricing-table table tbody tr td:last-child img {
        margin: 0 auto;
    }

    .pricing-table table tbody tr:last-child td span {
        width: 150px;
        margin-left: -40px;
    }
}


/* first page css start */
.first-page--banner .banner-wrapper {
    min-height: 290px;
}

.first-page--banner .banner-learge-text {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.first-page--banner .banner-learge-text h1 {
    font-size: 24px;
    line-height: 21px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.8);
}

.first-page--banner .banner-learge-text h1 span {
    color: #2AB6F8;
}


/* first look version css */
.header.first-look--header {
    padding: 44px 0 0 0;
}

.header.first-look--header .logo {
    width: 316px;
    margin: 0 auto;
}

.header.first-look--header.active {
    background-color: transparent;
    box-shadow: unset;
    padding: 44px 0 0 0;
}

.banner.first-look--banner {
    padding: 140px 0 58px 0;
}

.banner.first-look--banner .banner-wrapper {
    min-height: 77.333vw;
}

.banner.first-look--banner .banner-learge-text {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}

.banner.first-look--banner .banner-learge-text h1 {
    font-size: 24px;
    line-height: 0.875em;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.8);
}

.banner.first-look--banner .banner-learge-text h1 span {
    color: #2AB6F8;
}

.banner.first-look--banner .banner-content {
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
}

.banner.first-look--banner .banner-content h4 {
    display: block;
    font-size: 24px;
    line-height: 1.2083333333333333em;
    font-weight: 600;
    color: #086FAB;
    max-width: 270px;
    margin: 0 auto;
}

@media (max-width: 767px){
    .banner.first-look--banner .banner-content h4 {
        max-width: unset !important;
        text-align: center !important;
    }

}


.banner.first-look--banner .banner-content h4 span {
    display: inline-block;
}

.newsletter-area.first-look--newsletter {
    margin: 35px 0;
}

.first-look--newsletter .newsletter-wrapper {
    border-radius: 50px;
    padding: 20px 25px 6px 25px;
}

.first-look--newsletter .newsletter-text {
    margin-bottom: 15px;
}

.first-look--newsletter .newsletter-text h2 {
    font-size: 20px;
}

.first-look--newsletter .newsletter-form input::placeholder {
    color: #000000;
    font-weight: 500;
}

.first-look--newsletter .newsletter-form button {
    display: block;
    width: 187px;
    margin: 12px auto 0 auto;
}

.first-look--footer .copyright {
    padding: 0 0 40px 0;
}

.man-with-bike-image {
    display: none;
}

@media (min-width: 768px) {
    .header.first-look--header .logo {
        width: 364px;
        margin: 0 auto 0 0;
    }

    .banner.first-look--banner {
        padding: 140px 0 0px 0;
    }

    .banner.first-look--banner .banner-wrapper {
        min-height: 361px;
    }

    .banner.first-look--banner .banner-learge-text {
        bottom: 0;
    }

    .banner.first-look--banner .banner-learge-text h1 {
        font-size: 45px;
    }

    .banner.first-look--banner .banner-content {
        position: relative;
        bottom: unset;
        left: unset;
        margin-top: 140px;
    }

    .banner.first-look--banner .banner-content h4 {
        color: #FFFFFF;
        max-width: 260px;
        margin: 0 auto 0 0;
    }

    .first-look--newsletter .newsletter-wrapper {
        padding: 25px 25px 10px 25px;
    }

    .first-look--newsletter .newsletter-text h2 {
        font-size: 30px;
        text-align: center;
    }

    .first-look--newsletter .newsletter-text h2 br {
        display: none;
    }

    .first-look--newsletter .newsletter-form {
        max-width: 75%;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .banner.first-look--banner {
        padding: 218px 0 0px 0;
    }

    .banner.first-look--banner .banner-wrapper {
        min-height: unset;
        height: 20.417vw;
        background: #086FAB;
        border-radius: 50px;
    }

    .banner.first-look--banner .banner-wrapper::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 80%;
        background: #086FAB;
        border-radius: 50px 50px 0 0;
        z-index: -1;
        transform-origin: left top;
        transform: skewY(355deg);
    }

    .banner.first-look--banner .banner-bg-learge {
        display: none;
        top: -90px;
    }

    .man-with-bike-image {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 46.188vw;
    }

    .banner.first-look--banner .banner-learge-text {
        bottom: -9px;
        z-index: 1;
    }

    .banner.first-look--banner .banner-learge-text h1 {
        font-size: clamp(61px, 4.208vw, 100px);
        text-shadow: unset;
        padding: 0;
    }

    .banner.first-look--banner .banner-content {
        margin-top: 40px;
        padding-left: 80px;
    }

    .banner.first-look--banner .banner-content h4 {
        font-size: 32px;
        max-width: 404px;
    }

    .newsletter-area.first-look--newsletter {
        margin: 58px 0 20px 0;
    }

    .first-look--newsletter .newsletter-wrapper {
        padding: 50px 90px 55px 75px;
    }

    .first-look--newsletter .newsletter-text {
        margin-bottom: 0;
    }

    .first-look--newsletter .newsletter-text h2 {
        font-size: 40px;
        text-align: left;
    }

    .first-look--newsletter .newsletter-form {
        max-width: 100%;
    }

    .first-look--newsletter .newsletter-form button {
        margin: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .banner.first-look--banner .banner-content {
        margin-top: 55px;
        padding-left: 32px;
    }

    .banner.first-look--banner .banner-content h4 {
        font-size: 30px;
        max-width: 370px;
    }
}

div.checkbox-wrap{
    position: relative;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
}
