* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  *:focus {
    border-color: inherit;
    outline: none !important;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    padding-top: 80px;
  }
  /* ===============utlitites s============== */
  @font-face {
    font-family: "myFirstFont";
    font-display: swap;
    src: url("../fonts/Kastelov - Axiforma Regular.otf") format('otf');
    font-style: normal;
    font-style: 500;
  }
  @font-face {
    font-family: "myFirstFont";
    font-display: swap;
    src: url("../fonts/Kastelov - Axiforma SemiBold.otf") format("truetype");
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: "myFirstFont";
    font-display: swap;
    src: url("../fonts/Kastelov - Axiforma Bold.otf") format("truetype");
    font-weight: 800;
    font-style: normal;
  }
  @font-face {
    font-family: "myFirstFont";
    font-display: swap;
    src: url("../fonts/Kastelov - Axiforma Light.otf") format("truetype");
    font-weight: 500;
    font-style: normal;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  P,
  a,
  li,
  div {
    font-family: 'myFirstFont', sans-serif;
    color: #000;
  }
  h2 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.2rem;
  }
  a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffffff;
  }
  .btn-primary {
    color: #fff;
    font-size: 15px;
    background-color: #29AA9A;
    border: none;
    border-radius: 0;
    font-weight: bold;
    padding: 12px 36px;
  }
  .btn-primary:hover {
    background-color: #F65353;
  }
  .p-top {
    /* padding-top: 6.5rem; */
  }
  .p-bot {
    padding-bottom: 3.5rem;
    padding-top: 40px;
  }
  .bg-pi {
    background-color: #F65353;
  }
  .bg-pi-l {
    background-color: #f653531a;
  }
  .bg-bl {
    background-color: #29AA9A;
  }
  .bg-bl-l {
    background-color: #daf8db;
  }
  .underline {
    background-color: #4cb050;
    height: 9px;
    width: 40%;
    margin: 12px 0;
  }
  .underline span {
    background-color: #F65353;
    border-left: 15px solid #ffff;
    border-right: 15px solid #ffff;
    width: 63px;
    height: 9px;
    display: block;
    position: relative;
  }
  .animation span {
    -webkit-animation: line 2s ease-in-out forwards;
            animation: line 2s ease-in-out forwards;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes line {
    0% {
      left: 0%;
    }
    100% {
      left: 100%;
    }
  }
  @keyframes line {
    0% {
      left: 0%;
    }
    100% {
      left: 100%;
    }
  }
  /* ===============utlitites e============== */
  
  header {
    position: fixed;
    z-index: 999;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
  }
  .nav-main .nab-btn-d {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nav-main .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-main .navbar-expand-lg .navbar-nav .nav-link:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #F65353;
  }
  .nav-main .btn {
    font-size: 16px;
    padding: 16px 36px 12px 36px;
  }
  .nav-main .nav-item {
    font-size: 18px;
    font-family: 'myFirstFont', sans-serif;
  }
  .t-p {
    color: #F65353 !important;
  }
  .t-g {
    color: #4cb050 !important;
  }
  .banner {
    margin: 3rem 6rem;
    margin-bottom: 4rem;
  }
  .banner .row {
    background: url("../img/CityrideCab.png") center / cover;
    border-radius: 30px;
    margin-top: 100px;
  }
  .banner h1 {
    font-weight: 600;
    color: #fff;
    font-size: 3rem;
    line-height: 3rem;
  }
  .banner p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
  }
  .banner .app-down {
    margin: 12px 0;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .banner .app-down a {
    display: inline=block;
  }
  .banner .app-down img {
    display: inline-block;
    height: 45px;
  }
  .banner .content__item .button {
    background-color: #29AA9A;
  }
  .banner .button--hyperion::before {
    background-color: #29AA9A;
  }
  .banner .left-box {
    padding: 4.5rem 4rem;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
  }
  .banner .left-box > .btn-primary {
    margin: 16px 0;
  }
  .banner .left-box * {
    position: relative;
    z-index: 3;
  }
  .banner .left-box .bac-ovr {
    position: absolute;
    width: 90%;
    top: -5%;
    left: -5%;
    z-index: 1;
  }
  .about {
    position: relative;
  }
  .about .ab-blk {
    padding: 2rem;
  }
  .about .ab-blk ul {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
  }
  .about .ab-blk ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    margin: 16px 0;
    font-size: 20px;
  }
  .about .ab-blk ul li .check {
    width: 30px;
    height: 30px;
    background: #4cb050;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 22px;
    color: #fff;
      flex:none;
  }
  .about .float-img {
    position: relative;
    height: 100%;
  }
  .about .float-img img {
    position: absolute;
    top: -35%;
    right: 12%;
    width: auto;
    height: 600px;
  }
  .vis-mis.about .float-img img {
    position: absolute;
    top: 0;
    right: 25%;
    width: auto;
    height: 416px;
  }
  .mem-btn:not(.collapsed) .vm {
    display: none;
  }
  .mem-btn.collapsed .vl {
    display: none;
  }
  .best-cab {
    position: relative;
  }
  .best-cab .line {
    background-color: #4cb050;
    height: 2px;
    margin: 1.5rem 0;
  }
  .best-cab .overlay-best-cab {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff), color-stop(31%, rgba(255, 255, 255, 0)), color-stop(74%, rgba(255, 255, 255, 0)), color-stop(91%, #ffffff));
    background: linear-gradient(180deg, #ffffff 10%, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0) 74%, #ffffff 91%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .best-cab .road-c {
    height: 92vh;
    -webkit-transform: translate(50%);
            transform: translate(50%);
  }
  .best-cab .l-fold {
    padding: 2rem;
  }
  .best-cab .r-fold {
    width: 90%;
    padding: 3.8rem 2.4rem;
    margin-left: auto;
    -webkit-box-shadow: #d4d4d4 7.4px 9.4px 16.2px;
            box-shadow: #d4d4d4 7.4px 9.4px 16.2px;
    border-radius: 15px;
  }
  .best-cab .r-fold > p {
    font-size: 1.2rem;
    font-weight: 600;
    color: #868686;
    margin-bottom: 0px;
  }
  .best-cab .r-fold .r-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .best-cab .r-fold .r-flex h4 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  .best-cab .r-fold .r-flex .in-r {
    font-size: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .best-cab .r-fold .r-flex .in-r span {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    margin-right: 8px;
    border-radius: 736px;
    background: #F65353;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 16px;
  }
  .best-cab .r-fold .round-bar {
    margin: 2rem 0;
  }
  .best-cab .r-fold .round-bar .r-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
  .best-cab .r-fold .round-bar .r-txt p {
    margin-top: 6px;
    font-size: 1.3rem;
    color: #868686;
  }
  .book-bar .row {
    padding: 0px 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background-color: #F65353;
    border-radius: 12px;
  }
  .book-bar .row p {
    font-size: 2.4rem;
    color: #f1e3e3;
    margin: 0;
    font-weight: 700;
  }
  .book-bar .row a {
    color: #ffffff;
  }
  .book-bar .row a:hover {
    color: #0fa017;
  }
  .book-bar .row img {
    width: 22%;
    margin: 0 auto;
  }
  .tariffs .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
  .tariffs .nav .nav-item img {
    height: 40px;
    width: auto;
    margin-right: 10px;
  }
  .tariffs .nav .nav-item .btn {
    padding: 1rem 3rem;
    background-color: #868686;
  }
  .tariffs .nav .nav-item .btn.active {
    background-color: #29AA9A;
  }
  .tariffs .tab-content .in-tab {
    padding: 0 12px;
  }
  .tariffs .tab-content .in-tab .nav {
    border-bottom: 1px solid #868686;
  }
  .tariffs .tab-content .tab-btn {
    border: none;
    background: #fff;
    font-size: 15px;
    padding: 16px 19px;
    font-weight: 600;
  }
  .tariffs .tab-content .tab-btn.active {
    color: #F65353;
  }
  .tariffs .tab-content .tac-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #505050;
    padding: 2rem 0;
  }
  .tariffs .tab-content .tac-con h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
  }
  .tariffs .tab-content .tac-con p {
    color: #868686;
    margin: 0;
  }
  .tariffs .tab-content .tac-con .p-k {
    color: #F65353;
    font-weight: 700;
    font-size: 1.2rem;
  }
  .down-app {
    background-color: #4cb050;
    margin-top: 3rem;
    margin-bottom: 20rem;
  }
  .down-app .col-md-6 {
    position: relative;
  }
  .down-app .img-mob {
    width: 65%;
    position: absolute;
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
    top: 50%;
    left: 50%;
  }
  .down-app .mob-r {
    padding: 3rem 5rem;
    color: #fff;
  }
  .down-app .mob-r h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
  }
  .down-app .mob-r p {
    color: #fff;
  }
  .down-app .mob-r ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    padding: 0;
    width: 95%;
  }
  .down-app .mob-r ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin: 12px 0;
  }
  .down-app .mob-r ul li .check {
    background-color: #fff;
    color: #29AA9A;
    height: 25px;
    width: 25px;
    display: inline;
    border: none;
    font-size: 15px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .down-app .mob-r .app-down {
    margin: 12px 0;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .down-app .mob-r .app-down a {
    display: inline=block;
  }
  .down-app .mob-r .app-down img {
    display: inline-block;
    height: 45px;
  }
  .adv h2 {
    margin-bottom: 3rem;
  }
  .adv .adv-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.4rem;
    row-gap: 10px;
  }
  .adv .adv-box img {
    height: 4rem;
  }
  .adv .adv-box p {
    text-align: justify;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  .adv .adv-box h4 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #F65353;
  }
  .testimonials {
    padding: 6rem 0;
    background: url("../img/Rectangle.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  .testimonials * {
    color: #fff;
  }
  .testimonials p {
    margin: 0;
    font-style: italic;
  }
  .testimonials .coma svg {
    color: #F65353;
    height: 3rem;
    margin: 12px 0;
  }
  .testimonials .tes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    margin: 12px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonials .tes img {
    width: 40px;
    height: auto;
  }
  .testimonials .slick-next {
    right: -60px;
  }
  .testimonials .slick-prev {
    left: -60px;
  }
  .testimonials .slick-arrow:hover::before {
    color: #F65353 !important;
  }
  .blog .slick-dots li button:before {
    font-size: 15px;
  }
  .blog .slick-dots li.slick-active button:before {
    color: #F65353;
  }
  .blog .blog-card {
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    margin: 0 auto;
    -webkit-box-shadow: 10px 10px 20px 0px #ddd;
            box-shadow: 10px 10px 20px 0px #ddd;
    margin: 2rem;
  }
  .blog .blog-card img {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog .blog-card .blog-cont {
    padding: 3rem;
  }
  .blog .blog-card .blog-cont p {
    font-size: 18px;
    font-weight: bold;
  }
  .contact-form h2 {
    padding: 0 3rem;
  }
  .contact-form form {
    padding: 3rem;
  }
  .contact-form form input,
  .contact-form form textarea {
    padding: 12px 0;
    font-size: 14px;
    color: #000;
    width: 100%;
    border: none;
    border-bottom: 2px solid #868686;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
  }
  .contact-form form input::-webkit-input-placeholder, .contact-form form textarea::-webkit-input-placeholder {
    color: #a0a0a0;
    font-weight: bold;
  }
  .contact-form form input::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
    color: #a0a0a0;
    font-weight: bold;
  }
  .contact-form form input:-ms-input-placeholder, .contact-form form textarea:-ms-input-placeholder {
    color: #a0a0a0;
    font-weight: bold;
  }
  .contact-form form input::-ms-input-placeholder, .contact-form form textarea::-ms-input-placeholder {
    color: #a0a0a0;
    font-weight: bold;
  }
  .contact-form form input::placeholder,
  .contact-form form textarea::placeholder {
    color: #a0a0a0;
    font-weight: bold;
  }
  .contact-form form input:focus,
  .contact-form form textarea:focus {
    border-bottom: 3px solid #29AA9A;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.8))), url("../img/footer1.webp");
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url("../img/footer.png");
    background-position: center;
    background-size: cover;
    padding: 6rem 0;
    background-attachment: fixed;
  }
  footer * {
    color: #fff;
  }
  footer .foot-logo {
    height: 50px;
    width: auto;
    margin-bottom: 20px;
  }
  footer .f-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .f-menu li {
    width: 40%;
  }
  footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    margin-bottom: 20px;
  }
  footer .social img {
    width: 30px;
    height: auto;
  }
  footer h4 {
    font-weight: bold;
    margin-bottom: 30px;
    color: #F65353;
  }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  footer ul li {
    margin: 12px 0;
    font-size: 16px;
  }
  footer .line {
    height: 2px;
    background-color: #fff;
    width: 100%;
    margin: 2rem 0;
    padding: 0;
  }
  footer .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .copy a {
    color: #ffce0c;
  }
  .about-ban {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("../img/care-line.png");
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/care-line.png");
    background-position: center;
    background-size: cover;
    height: 40vh;
    position: relative;
  }
  .about-ban h1 {
    font-weight: 600;
    color: #fff;
  }
  .about-ban div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
  .about-ban div p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
  }
  .about-ban div p a {
    color: #fff;
  }
  .about-us {
    position: relative;
  }
  .about-us .main-img {
    -webkit-box-shadow: 20px 20px #f35454;
            box-shadow: 20px 20px #f35454;
  }
  .about-us h2 {
    color: #F65353;
  }
  .about-us h2 span {
    -webkit-text-stroke: 2px #4cb050;
    color: transparent;
  }
  .about-us p {
    text-align: justify;
  }
  .about-us .vis .img-box img {
    position: relative;
    z-index: 5;
  }
  .about-us .vis .ab-r {
    padding: 8% 10% 8% 7%;
    text-align: right;
    position: relative;
  }
  .about-us .vis .ab-r h2 {
    line-height: 3.7rem;
    font-size: 4rem;
  }
  .about-us .vis .ab-r span {
    -webkit-text-stroke: 2px #F65353;
    color: transparent;
  }
  .about-us .vis .ab-r .text {
    position: relative;
    display: block;
    padding: 14px;
    padding-right: 35px;
  }
  .about-us .vis .ab-r .text p {
    position: relative;
    z-index: 4;
    color: #fff;
    font-size: 20px;
  }
  .about-us .vis .ab-r .text::after {
    content: '';
    position: absolute;
    width: 200%;
    background-color: #4cb050;
    top: -5%;
    bottom: 0;
    z-index: 2;
    height: 104%;
    right: 0;
    -webkit-box-shadow: 14px 14px 0px -6px #F65353;
            box-shadow: 14px 14px 0px -6px #F65353;
  }
  .about-us .mis .ab-r {
    text-align: left;
  }
  .about-us .mis .ab-r .text::after {
    top: -5%;
    bottom: 0;
    z-index: 2;
    height: 104%;
    left: 0;
    -webkit-box-shadow: -14px 14px 0px -6px #F65353;
            box-shadow: -14px 14px 0px -6px #F65353;
  }
  .about-us img {
    width: 100%;
    margin: 0 auto;
  }
  .about-us .ab-r {
    padding: 2rem;
  }
  .lea-ab {
    background-color: #f9fffe;
  }
  .lea-ab .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
    text-align: center;
    height: 500px;
    overflow: hidden;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .lea-ab .cards:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .lea-ab .cards:hover .avatar {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 60%;
  }
  .lea-ab .cards:hover .social {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 40px;
  }
  .lea-ab .cards img.avatar {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .lea-ab .cards .name {
    margin: 0 auto;
  }
  .lea-ab .cards .name .nam {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin: 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
  }
  .lea-ab .cards .name .dig {
    font-weight: 300;
    color: #868686;
  }
  .lea-ab .cards .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: 20px;
    margin-top: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .lea-ab .cards .social img {
    width: 40px;
    height: auto;
  }
  .faq .accordion-button:not(.collapsed) {
    background-color: #29AA9A;
  }
  .faq .accordion-button:focus {
    background-color: #29AA9A;
  }
  .faq .accordion-button::after {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .faq .accordion-button:focus {
    z-index: 3;
    border-color: #29AA9A;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .faq .accordion-button {
    color: #000;
    font-size: 1.5rem;
  }
  .faq .accordion-item {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
  }
  .why p {
    text-align: justify;
  }
  .why .chose {
    padding: 4rem;
  }
  .why .chose .pro .pro-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .why img {
    -webkit-box-shadow: 20px 20px #4cb050;
            box-shadow: 20px 20px #4cb050;
  }
  .why-we .we-c {
    margin: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1.7rem;
    row-gap: 15px;
    border-radius: 15px;
    -webkit-box-shadow: #e9e9e9 6.95px 6.95px 13.6px;
            box-shadow: #e9e9e9 6.95px 6.95px 13.6px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    background: white;
  }
  .why-we .we-c h3 {
    margin: 0;
    font-weight: bold;
  }
  .why-we .we-c .box-i {
    padding: 14px;
    border-radius: 11px;
    background-color: #F65353;
  }
  .why-we .we-c .box-i svg {
    height: 46px;
    width: auto;
  }
  .why-we .we-c a {
    color: #000;
    font-weight: bold;
  }
  .why-we .we-c p {
    color: #868686;
    margin: 0;
  }
  .why-we .we-c:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #4cb050;
  }
  .why-we .we-c:hover a {
    color: #F65353;
    font-weight: bold;
  }
  .why-we .we-c:hover * {
    color: #fff;
  }
  .why-we .we-c:hover .box-i {
    background-color: #fff;
  }
  .why-we .we-c.hov {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #29AA9A;
  }
  .why-we .we-c.hov a {
    color: #F65353;
    font-weight: bold;
  }
  .why-we .we-c.hov * {
    color: #fff;
  }
  .why-we .we-c.hov:hover {
    background-color: #fff;
  }
  .why-we .we-c.hov:hover * {
    color: #000;
  }
  .faci p {
    margin: 0;
  }
  .faci h3 {
    margin: 0;
    font-size: 23px;
    font-weight: 600;
  }
  .faci .card-off {
    padding: 2.5rem 1rem;
    border-radius: 18px;
    -webkit-box-shadow: 0px 0px 10px -5px #9c9c9c;
            box-shadow: 0px 0px 10px -5px #9c9c9c;
    margin: 1rem;
  }
  .faci .card-off:hover {
    background: #F65353;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .faci .card-off:hover * {
    color: #fff;
    fill: #fff;
    border-color: #fff;
  }
  .faci .card-off .box-off {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    border-bottom: 1px solid #737373;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .faci .card-off .box-off .ico-of {
    padding: 13px;
    border-radius: 10px;
    background-color: #29AA9A;
  }
  .faci .card-off .box-off .ico-of svg {
    height: 30px;
    width: auto;
    color: #fff;
  }
  .faci .card-off .card-off-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faci .card-off .card-off-bot .off-b-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .faci .card-off .card-off-bot .off-b-txt svg {
    width: 20px;
  }
  .card-off.bg-pi .box-off {
    border-bottom: 1px solid #ffffff;
  }
  .card-off.bg-pi * {
    color: #fff;
  }
  .modal-form {
    padding: 2rem;
    border-radius: 0;
  }
  .modal-form .btn-close {
    float: right;
    position: relative;
    z-index: 999;
  }
  .modal-form h3 {
    padding: 1rem;
  }
  .modal-form input,
  .modal-form textarea {
    border: none;
    outline: none;
    padding: 5px;
    border-bottom: 2px solid #606060;
    font-size: 18px;
    border-radius: 0;
    width: 100%;
  }
  .modal-form input:focus,
  .modal-form textarea:focus {
    outline: none;
    border: none;
    border-bottom: 2px solid #29AA9A;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .progress {
    height: 5px;
  }
  .progress-bar {
    background-color: #000;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  .row .three {
    padding: 80px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2c3e50;
    color: #ecf0f1;
    text-align: center;
  }
  .hamburger .line {
    width: 30px;
    height: 2px;
    border-radius: 20px;
    background-color: #000000;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .hamburger:hover {
    cursor: pointer;
  }
  /* SIX */
  #hamburger-6.is-active {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #hamburger-6.is-active .line:nth-child(2) {
    width: 0px;
  }
  #hamburger-6.is-active .line:nth-child(1),
  #hamburger-6.is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  #hamburger-6.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  #hamburger-6.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(90deg);
    transform: translateY(-9px) rotate(90deg);
  }
  .mob-img {
    display: none;
  }
  .why-u {
    background-color: #4cb050;
    padding: 100px 0px;
  }
  .why-u .text-h-style {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
  }
  @media only screen and (max-width: 991px) {
    .why-u .text-h-style {
      font-size: 35px;
      line-height: 45px;
    }
  }
  .why-u .position {
    position: relative;
  }
  .why-u .position .image {
    position: absolute;
    top: -100%;
    left: 70%;
    -webkit-transform: translate(-50%, -15%);
            transform: translate(-50%, -15%);
  }
  .why-u .position .image img {
    width: 310px;
    height: auto;
  }
  @media only screen and (max-width: 991px) {
    .why-u .position .image img {
      width: 370px;
      height: auto;
    }
  }
  @media only screen and (max-width: 580px) {
    .why-u .position .image img {
      display: none;
    }
  }
  .why-u .margin-top1 {
    margin-top: 70px;
  }
  .why-u .margin-top1 .text-outer .number {
    font-size: 3rem;
    color: transparent;
    font-weight: 900;
    -webkit-text-stroke: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .why-u .margin-top1 .text-outer .text-heading {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-top: -12px;
    z-index: 10;
    line-height: 40px;
    position: relative;
  }
  .why-u .margin-top1 .text-outer .text-para {
    max-width: 320px;
    color: #fff;
    font-size: 18px;
    text-align: justify;
  }
  .why-u .margin-top1 .text-outer:hover .number {
    -webkit-text-stroke-color: #F65353;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .contact {
    padding: 100px 0px;
    position: relative;
  }
  @media only screen and (max-width: 580px) {
    .contact {
      margin-top: 30px;
    }
  }
  .contact .batch {
    color: #4cb050;
    font-size: 15px;
    font-weight: 600;
  }
  .contact .heading {
    font-weight: 700;
    font-size: 50px;
  }
  .contact .heading span {
    color: #4cb050;
  }
  .contact .text {
    font-size: 13px;
    color: #999999;
  }
  .contact a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .contact .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .contact .address a {
    text-decoration: none;
    color: #000;
  }
  .contact .address .logo {
    max-width: 70px;
    padding: 13px;
    background-color: #F65353;
    border-radius: 10px;
    margin-right: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .contact .address .logo:hover {
    background-color: rgba(40, 32, 32, 0.847);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .contact .address .logo:hover path {
    stroke: #F65353;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .contact .address .logo svg {
    width: 30px;
    height: 23px;
  }
  .contact .address .logo svg path {
    fill: none;
    stroke: #000;
    stroke-width: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .contact .address .text-outer .heading {
    font-size: 22px;
    font-weight: 500;
  }
  .contact .address .text-outer .heading p {
    margin-bottom: 1px;
  }
  .contact .social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact .social-media .main-text p {
    margin-bottom: 0px !important;
    font-weight: 700;
    font-size: 14px;
  }
  .contact .social-media .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact .social-media .social-icon .icon {
    width: 30px;
    height: auto;
    margin: 10px;
    padding: 5px;
    background-color: #f35454;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .contact .social-media .social-icon .icon:hover {
    background-color: rgba(40, 32, 32, 0.847);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .contact .social-media .social-icon .icon:hover svg {
    fill: #29AA9A;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .contact .social-media .social-icon .icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .contact .form-outer {
    /* padding: 30px;
    border-radius: 5px;
    box-shadow: 2px 3px 45px -27px #8f8c8c;
    -webkit-box-shadow: 2px 3px 45px -27px #8f8c8c;
    -moz-box-shadow: 2px 3px 45px -27px #8f8c8c; */
  }
  @media only screen and (max-width: 580px) {
    .contact .form-outer {
      margin-top: 50px;
    }
  }
  .contact .form-outer .col {
    margin-bottom: 15px;
  }
  .contact .form-outer .col label {
    color: #000;
    font-weight: 600;
    font-size: 14px;
  }
  .contact .form-outer .col .form-control {
    background-color: #f1eeeee1;
  }
  .contact .form-outer .col .form-control::-webkit-input-placeholder {
    color: #999999;
    font-size: 13px;
  }
  .contact .form-outer .col .form-control::-moz-placeholder {
    color: #999999;
    font-size: 13px;
  }
  .contact .form-outer .col .form-control:-ms-input-placeholder {
    color: #999999;
    font-size: 13px;
  }
  .contact .form-outer .col .form-control::-ms-input-placeholder {
    color: #999999;
    font-size: 13px;
  }
  .contact .form-outer .col .form-control::placeholder {
    color: #999999;
    font-size: 13px;
  }
  .contact .form-outer .col .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #e5e2d9b7;
  }
  .contact .form-outer .btn {
    width: 100%;
    background-color: #4cb050;
    color: #000;
    border: 1px solid #4cb050;
    font-weight: 500;
    font-size: 14px;
    padding: 18px 0px;
  }
  .map {
    margin: 60px 0px;
  }
  .map .map-outer {
    padding: 0px 100px;
  }
  @media only screen and (max-width: 580px) {
    .map .map-outer {
      padding: 0px 30px;
    }
  }
  .map .map-outer iframe {
    border-radius: 10px;
  }
  .content__item .button {
    pointer-events: auto;
    cursor: pointer;
    background: #F65353;
    border: none;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    margin: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
  }
  .content__item .button::before,
  .content__item .button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .content__item::before {
    color: var(--color-number);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
  .button--hyperion {
    font-family: input-mono-narrow, monospace;
    font-weight: 500;
    padding: 1rem 1.5rem;
    border: 1px solid #29AA9A;
    overflow: hidden;
    color: #fff;
  }
  .button--hyperion span {
    display: block;
    position: relative;
  }
  .button--hyperion > span {
    overflow: hidden;
  }
  .button--hyperion > span > span {
    overflow: hidden;
    font-size: 17px;
  }
  .button--hyperion:hover > span > span {
    -webkit-animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
            animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
  }
  @-webkit-keyframes MoveUpInitial {
    to {
      -webkit-transform: translate3d(0, -105%, 0);
              transform: translate3d(0, -105%, 0);
    }
  }
  @keyframes MoveUpInitial {
    to {
      -webkit-transform: translate3d(0, -105%, 0);
              transform: translate3d(0, -105%, 0);
    }
  }
  @-webkit-keyframes MoveUpEnd {
    from {
      -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  @keyframes MoveUpEnd {
    from {
      -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  .button--hyperion::before {
    content: '';
    background: #4cb050;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  .button--hyperion:hover::before {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  .navbar-brand img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .imgholder {
    position: relative;
  }
  .imgholder .dot,
  .imgholder .dot:before,
  .imgholder .dot:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4rem;
    z-index: -3;
    width: 4rem;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: dot 3s infinite;
    animation: dot 3s infinite;
  }
  .imgholder .dot:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
  }
  .imgholder .dot:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
  }
  @-webkit-keyframes dot {
    70% {
      -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  @keyframes dot {
    70% {
      -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  .media article {
    position: relative;
    margin: 2rem;
  }
  .media article img {
    border-radius: 14px;
    margin-bottom: 14px;
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .media article .blog-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    padding: 8px 12px;
    border-radius: 12px;
  }
  .media article a:hover h3 {
    color: #F65353;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .media article h3 {
    font-size: 25px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .media article p {
    color: #a5a5a5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .blog-full img {
    border-radius: 15px;
    margin-bottom: 2rem;
  }
  .blog-full p {
    text-align: justify;
  }
  .blog-full h2 {
    margin: 12px 0;
    font-size: 35px;
  }
  .blog-full .recent-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #9c9c9c;
  }
  .blog-full .recent-blog:hover h4 {
    color: #F65353;
  }
  .blog-full .recent-blog img {
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 200px;
    height: 110px;
    margin: 0;
  }
  .blog-full .recent-blog h4 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 20px;
    font-weight: 600;
  }
  .blog-full .recent-blog p {
    color: #868686;
  }
  
  
  .down-app{
      position: relative;
  }
  .down-app h4{
      margin-top:1.5rem;
      color:#fff;
  }
  .qr{
      position: absolute;
      height: auto;
      width: 17vmax;
      right: 10%;
      bottom: -11vmax;
      box-shadow: 0px 0px 10px -5px #000;
      border-radius: 15px;
  }
  @media only screen and (max-width:991px){
      .qr{
              right: 60%;
      bottom: 20%;
      }
      .best-cab .overlay-best-cab{
          transform: translate(20%);
      }
      
  }
  @media only screen and (max-width:480px){
      .qr{
          position: absolute;
         transform: translate(50%);
          height: auto;
          width: 14vmax;
          right: 50%;
          bottom: -125px;
          border-radius: 3px;
          box-shadow: 0px 0px 10px -5px #000;
      }
      .down-app{
          margin-bottom:7rem !important;
      }
  }
  /* PDF Card Styles */
.pdf-card {
    background: transparent;
    border-radius: 15px;
    padding: 40px 20px;
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
    border: 2px solid rgba(0, 123, 255, 0.1);
}

.pdf-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 123, 255, 0.3);
}

.pdf-icon {
    font-size: 120px;
    color: #ff4444;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.pdf-card:hover .pdf-icon {
    transform: scale(1.1);
    color: #ff6666;
}

.pdf-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #333;
}

.btn-download {
    background-color: rgba(0, 123, 255, 0.9);
    color: white;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 16px;
    border: none;
}

.btn-download:hover {
    background-color: #007bff;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.btn-download i {
    margin-right: 10px;
    font-size: 18px;
}