* {
    margin: 0;
    padding: 0; }

  h1, h2, h3, h4, h5, h6, p, span {
    margin: 0;
    padding: 0; }

  h1, h2, h3, h4, input, a {
    font-family: 'Montserrat', sans-serif; }

  p, input {
    font-family: 'Cabin', sans-serif; }

  a {
    text-decoration: none; }

  ul {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0; }

  body {
    margin: 0;
    padding: 0; }

  input:focus {
    outline: none !important;
    border-color: transparent; }

  .custom-container {
    width: 1440px;
    margin: 0 auto; }

  .globle-btn {
    background-color: #033A59;
    padding: 9px 30px;
    color: #fff;
    border-radius: 30px;
    word-spacing: 2px;
    transition: 0.4s; }

  .globle-btn:hover {
    color: #033A59;
    background-color: #fff; }

  .sub-heading {
    width: 100%;
    padding: 20px 0; }
    .sub-heading h3 {
      font-size: 35px;
      font-weight: 600;
      color: #033A59;
      text-align: center; }

  #homePage {
    position: relative; }

    header .custom-container{
        height: 100%;
    }

  header {
    background: #00a1ff;
    background: linear-gradient(90deg, #00a1ff 0%, #00a1ff 35%, white 65%, white 100%);
    width: 100%;
    height: 85px; }
    header .header-inner {
      display: flex;
      justify-content: space-between;
      padding: 9px 0;
      height: 100%;
      align-items: center; }
      header .header-inner .logo {
        width: 160px;
        position: relative;
        bottom: -6px; }
        header .header-inner .logo h1 {
          width: 100%; }
          header .header-inner .logo h1 a {
            display: block;
            width: 100%; }
            header .header-inner .logo h1 a img {
              width: 100%;
              object-fit: contain; }
      header .header-inner .header-action {
        display: flex;
        align-items: center;
        justify-content: end; }
        header .header-inner .header-action div.search-bar {
          position: relative;
          margin-right: 50px; }
          header .header-inner .header-action div.search-bar input {
            width: 100%;
            font-size: 16px;
            border-radius: 30px;
            padding: 2px 35px 2px 15px;
            width: 284px;
            height: 40px;
            border: 2px solid #38B6FF;
            -webkit-box-shadow: 0px 0px 4px -1px #38b6ff;
            -moz-box-shadow: 0px 0px 4px -1px #38b6ff;
            box-shadow: 0px 0px 4px -1px #38b6ff;
            font-style: italic;
            transition: all 0.4s; }
          header .header-inner .header-action div.search-bar .search_icon {
            position: absolute;
            right: 13px;
            top: 50%;
            transform: translate(0%, -50%); }
            
        header .header-inner .header-action .join-us h2 {
          color: #00A1FF;
          font-size: 20px;
          line-height: 28px;
          position: relative; }
          header .header-inner .header-action .join-us h2 .join-us-menu {
            background-color: #ffffff;
            border: 2px solid #00A1FF;
            border-radius: 25px;
            -webkit-box-shadow: 0px 2px 5px 1px #bae4fb;
            -moz-box-shadow: 0px 2px 5px 1px #bae4fb;
            box-shadow: 0px 2px 5px 1px #bae4fb;
            position: absolute;
            left: 0;
            height: 0px;
            opacity: 0;
            transition: all 0.4s;
            overflow: hidden;
            padding-left: 8px;
            padding-right: 8px;
            width: auto;
            top: 28px;
            text-align: center; }
            header .header-inner .header-action .join-us h2 .join-us-menu ul li {
              line-height: 25px; }
              header .header-inner .header-action .join-us h2 .join-us-menu ul li a {
                font-size: 18px;
                line-height: 28px;
                color: #666666;
                transition: all 0.3s;
                font-weight: 600; }
              header .header-inner .header-action .join-us h2 .join-us-menu ul li a:hover {
                font-weight: 600;
                color: #00A1FF;
                text-decoration: underline; }
        header .header-inner .header-action .join-us h2:hover .join-us-menu {
          height: 110px;
          z-index: 3;
          opacity: 1;
          padding: 10px 8px; }

  /* .banner {
    background-image: url(../../images/banner_bg.png);
    background-size: 80%;
    background-position: bottom left;
    background-repeat: no-repeat;
    position: relative; }
    .banner .custom-container .banner-wapper {
      padding-top: 50px;
      align-items: center;
      height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: top; }
      .banner .custom-container .banner-wapper .banner-item img {
        position: relative;
        left: -6%;
        width: 85%;
        top: 20px; }
      .banner .custom-container .banner-wapper .banner-item.banner-info {
        text-align: right;
        margin-top: -20vh; }
        .banner .custom-container .banner-wapper .banner-item.banner-info p {
          font-size: 60px;
          font-weight: 600;
          color: #033A59; }
        .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text {
          margin-top: 0px; }
          .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span {
            font-family: 'Roboto', sans-serif;
            font-size: 40px;
            color: #000000;
            display: block;
            line-height: 65px; }
          .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span:nth-child(2) {
            font-size: 45px;
            color: #033A59;
            font-weight: 600; }
          .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span:nth-child(3) {
            font-size: 45px;
            color: #00A1FF;
            font-weight: 600; }
          .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span span.big-text {
            display: inline-block;
            font-size: 40px;
            font-weight: 600; }
    .banner .custom-container .banner-action {
      position: absolute;
      left: 50%;
      bottom: 80px;
      transform: translate(-50%); }
      .banner .custom-container .banner-action a {
        font-size: 24px;
        font-weight: 600; } */


        /* banner slider */
        .bannerSliderWapper{
          position: relative;
        }
        .banner-action{
          position: absolute;
          z-index: 5;
          bottom: 55px;
          left: 50%;
          transform: translateX(-50%);
        }
        .bannerSlider{
          /* height: 600px; */
          overflow: hidden;
        }
        .slick-dots{
          position: absolute;
          bottom: 15px;
          left: 50%;
          transform: translateX(-50%);
          display: flex;
          justify-content: space-between;
          list-style-type: none;
        }

        .slick-dots li {
          margin: 0 0.25rem;
        }

        .slick-dots li button {
          display: block;
          width: 1rem;
          height: 1rem;
          padding: 0;
          border: none;
          border-radius: 100%;
          background-color: #fff;
          text-indent: -9999px;
        }
        .slick-dots li.slick-active button {
          background-color: #00A1FF;
        }

        .slick-slide img{
          width: 100%!important;
          object-fit: cover!important;
        }

  .service {
    background-color: #C4E4F7;
    margin-top: -1px; }

    .service-wapper{
        padding: 50px 0 30px 0;
    }

    .service .service-wapper .service-inner {
      padding: 40px 0 50px 0; }
      .service .service-wapper .service-inner .service-cart .service-cart-header {
        cursor: pointer;
        height: 200px;
        -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.25);
        background-color: #ffffff;
        border-radius: 30px;
        text-align: center;
        /* display: flex; */
        /* flex-wrap: wrap; */
        /* justify-content: center; */
       }
        .service .service-wapper .service-inner .service-cart .service-cart-header figure {
          width: 100%;
          max-width: 100%;
          height: 120px;
          width: 100%;
          margin-bottom: 5px; }
          .service .service-wapper .service-inner .service-cart .service-cart-header figure img {
            margin: 15px 0;
            height: 100%;
            width: 100%;
            object-fit: contain; }
        .service .service-wapper .service-inner .service-cart .service-cart-header h4 {
          padding: 0 5px;
          margin: 25px 5px 0 5px;
          padding: 0 5px;
          font-size: 18px; }
      .service .service-wapper .service-inner .service-cart .service-cart-info {
        /* display: none;f */
        -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.25);
        background-color: #ffffff;
        border-radius: 30px;
        padding: 30px 20px 20px 20px;
        overflow: hidden;
        margin-top: 25px; }
        .service .service-wapper .service-inner .service-cart .service-cart-info ul li {
          display: flex;
          justify-content: space-between; }
          .service .service-wapper .service-inner .service-cart .service-cart-info ul li span {
            color: #00386B;
            font-size: 20px;
            text-transform: uppercase;
            line-height: 34px;
            font-weight: 500;
            font-family: 'Montserrat', sans-serif; }
        .service .service-wapper .service-inner .service-cart .service-cart-info .sprator-line-with-text {
          margin-top: 30px;
          margin-bottom: 20px;
          text-align: center; }
          .service .service-wapper .service-inner .service-cart .service-cart-info .sprator-line-with-text span {
            position: relative;
            display: block;
            width: 100%;
            font-size: 15px;
            font-family: 'Montserrat', sans-serif; }
          .service .service-wapper .service-inner .service-cart .service-cart-info .sprator-line-with-text ::after {
            position: absolute;
            width: 35%;
            height: 1px;
            background-color: #000;
            opacity: 0.6;
            display: block;
            content: '';
            left: -20px;
            top: 50%; }
          .service .service-wapper .service-inner .service-cart .service-cart-info .sprator-line-with-text ::before {
            position: absolute;
            width: 35%;
            height: 1px;
            background-color: #000;
            opacity: 0.6;
            display: block;
            content: '';
            right: -20px;
            top: 50%; }
        .service .service-wapper .service-inner .service-cart .service-cart-info .sc-info-option ul li {
          display: block;
          text-align: center; }
          .service .service-wapper .service-inner .service-cart .service-cart-info .sc-info-option ul li a {
            transition: 0.3s;
            text-transform: uppercase;
            color: #033A59;
            line-height: 34px;
            padding: 7px 0;
            font-size: 20px;
            font-weight: 600; }
          .service .service-wapper .service-inner .service-cart .service-cart-info .sc-info-option ul li :hover {
            color: #00A1FF; }
      .service .service-wapper .service-inner .service-cart .shopping-cart-info-open {
        display: block !important; }
      .service .service-wapper .service-inner .service-cart .rickshawDrop-cart-info-open {
        display: block !important; }
      .service .service-wapper .service-inner .service-cart .deliveryDrop-cart-info-open {
        display: block !important; }
      .service .service-wapper .service-inner .service-cart .foodDrop-cart-info-open {
        display: block !important; }

/* why us section */
.why_us{
  width: 100%;
  padding: 30px 0 45px 0;
}
.why_us_wrapper .why_us_inner .why_us_grid{
  text-align: center;
  margin: 0 25px;
}

.why_us_wrapper .why_us_inner .why_us_grid .why_us_image{
  width: 100%;
}
.why_us_wrapper .why_us_inner .why_us_grid .why_us_image img{
  width: 100%;
}

.why_us_wrapper .why_us_inner .why_us_grid .why_us_contant{
  padding: 10px 0 10px 0;
}
.why_us_wrapper .why_us_inner .why_us_grid .why_us_contant h3{
  font-family:  'Montserrat', sans-serif;
  font-size: 30px;
  color: #00386B;
  line-height: 40px;
  font-weight: 100;

}


  footer {
    background-color: #00387f;
    padding: 25px 0 25px 0; }
    footer .custom-container .social-wapper {
      display: block;
      text-align: center; }
      footer .custom-container .social-wapper .social-icon {
        justify-content: center;
        display: flex; }
        footer .custom-container .social-wapper .social-icon a {
          width: 65px;
          transition: all .2s ease-in-out; }
          footer .custom-container .social-wapper .social-icon a img {
            object-fit: contain;
            object-position: center;
            width: 100%;
            height: 100%; }
        footer .custom-container .social-wapper .social-icon a:hover {
          transform: scale(1.1); }
      footer .custom-container .social-wapper .footer-link {
        text-align: center;
        margin: 10px 0 10px 0;
      }
        footer .custom-container .social-wapper .footer-link ul {
          margin: 0 auto;
          display: flex;
          justify-content: center; }
          footer .custom-container .social-wapper .footer-link ul li {
            margin: 0 3px; }
            footer .custom-container .social-wapper .footer-link ul li a {
              font-size: 16px;
              color: #ffffff;
              padding: 0 10px;
              transition: 0.3s; }
            footer .custom-container .social-wapper .footer-link ul li a:hover {
              color: #C4E4F7; }
      footer .custom-container .social-wapper .copyRight {
        margin-top: 10px; }
        footer .custom-container .social-wapper .copyRight p {
          font-size: 13px;
          color: #ccc; }

  section.copyright {
    background-color: #ffffff;
    padding: 15px 0; }
    section.copyright .copyright-wapper {
      display: block;
      text-align: center;
      margin: 0 auto; }
      section.copyright .copyright-wapper p {
        font-size: 18px;
        font-weight: 400;
        color: #555;
        font-family: 'Montserrat', sans-serif; }
        section.copyright .copyright-wapper p a {
          font-family: 'Montserrat', sans-serif;
          font-size: 18px;
          font-weight: 400;
          color: #555;
          transition: 0.3s; }
        section.copyright .copyright-wapper p :hover {
          color: #000000; }

  .nav-pills .nav-link {
    padding: 4px 22px;
    background-color: #ffffff;
    color: #033A59;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    border-radius: 30px;
    margin-right: 15px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);
  }

  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #033A59; }

    .vehicle_option{
      display: none;
      overflow: hidden!important;
    }

  .deliveryInfo {
    position: relative;
    margin: 70px 0 50px 0; }
    .deliveryInfo .deliveryInfo-wapper {
      /* width: 100%; */
      display: flex;
      flex-direction: row; }
      .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper h3 {
        font-size: 24px;
        color: #000;
        font-weight: 600;
        margin: 40px 0; }
      .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper .deli-info-inner-info .deli-form input:first-child {
        border: 1px solid transparent;
        background-color: #C4E4F7;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        height: 60px;
        color: #585858;
        width: 100%;
        padding: 10px 10px 10px 10px;
        font-size: 13px;
        font-weight: 600; }
      .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper .deli-info-inner-info .deli-form input:focus {
        outline: none !important;
        border-color: transparent; }
      .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper .deli-info-inner-info .deli-form .deli-form-map {
        margin-top: 3px;
        position: relative; }
        .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper .deli-info-inner-info .deli-form .deli-form-map input {
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          border-bottom-left-radius: 20px;
          border-bottom-right-radius: 20px; }
        .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper .deli-info-inner-info .deli-form .deli-form-map img {
          position: absolute;
          top: 50%;
          width: 35px;
          right: 15px;
          transform: translate(0%, -50%); }
      .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper .deli-info-inner-info .def-info .def-label-info {
        margin-top: 20px;
        position: relative;
        width: 100%;
        border: 1px solid #38B6FF;
        height: 60px;
        font-size: 13px;
        font-weight: 600;
        overflow: hidden;
        line-height: 20px;
        padding: 10px 10px 10px 10px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px; }
        .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper .deli-info-inner-info .def-info .def-label-info input {
          position: absolute;
          top: 50%;
          width: 100%;
          transform: translate(0, -50%);
          left: 0;
          height: 100%;
          padding: 8px;
          border: 0;
          z-index: 1;
        }
      .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper .deli-info-inner-info .def-info .bottom-border {
        margin-top: -1px;
        position: relative;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px; }
      .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper .stylish-input-wapper {
        margin-top: 110px;
        text-align: right; }
        .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper .stylish-input-wapper .stylish-input {
          font-size: 16px;
          color: #000000;
          opacity: 0.75;
          margin-bottom: 00px;
          margin-top: 20px;
          border-radius: 30px;
          width: 104px;
          height: 30px;
          line-height: 30px;
          padding: 8px;
          border: 0;
          text-align: center;
          -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);
}
     .vehicle-list {
        /* display: flex; */
        margin-top: 70px;
        /* flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-items: center;  */
      }
       .vehicle-item {
          /* width: 129px; */
            margin-bottom: 12px;
          height: 129px;
          -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.26);
          border-radius: 25px;
          text-align: center;
          /* margin-right: 60px;  */
        }
          .vehicle-item a {
            padding: 10px;
            width: 100%;
            display: block;
            height: 100%;
            border-radius: 25px;
            transition: 0.3s; }
            .vehicle-item a p {
              font-weight: 600;
              font-size: 16px;
              color: #000000;
              font-family: 'Montserrat', sans-serif;
              margin: 5px 0;
              line-height: 22px;
              opacity: 0.7; }
            .vehicle-item a span {
              font-weight: 500;
              font-size: 16px;
              color: #000000;
              opacity: 0.6;
              font-family: 'Montserrat', sans-serif;
              margin: 0;
              line-height: 16px; }
          .vehicle-item a:hover {
            -webkit-box-shadow: 0px 0px 4px 1px rgba(38, 175, 255, 0.8);
            -moz-box-shadow: 0px 0px 4px 1px rgba(38, 175, 255, 0.8);
            box-shadow: 0px 0px 4px 1px rgba(38, 175, 255, 0.8); }
      .deliveryInfo .deliveryInfo-wapper .side-panel {
        text-align: center;
        padding-top: 180px;
        /* width: 20%;  */
      }

      .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .taxi-ride .ride-input .with-icon{
        position: relative;
        width: 50%;
        border-radius: 20px;
        height: 40px;
        overflow: hidden;
        box-shadow: 0px 0px 4px 1px rgb(38 175 255 / 80%);
      }

      .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .taxi-ride .ride-input label{
        margin-bottom: 10px;
        margin-top: 10px;
      }

      .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .taxi-ride .ride-input .with-icon input{
        width: 100%;
        height: 100%;
        border:0;
        padding: 10px 30px 10px 10px;
      }
      .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .taxi-ride .ride-input .with-icon img{
        position: absolute;
        width: 18px;
        height: 18px;
        z-index: 20;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
      }


      .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .taxi-ride .ride-input{
        position: relative;
      }
      .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .taxi-ride .ride-input .form-group:first-child{
        margin-bottom: 36px;
        margin-top: 25px;
    
      }

      .exchange-icon{
        position: absolute;
        top: 61%;
        left: 200px;
        transform: translateY(-50%);
      }
      .exchange-icon img{
        width: 32px;
      }

      
        .deliveryInfo .deliveryInfo-wapper .side-panel .side-panel-wapper .price p {
          font-family: 'Montserrat', sans-serif;
          font-size: 30px;
          font-weight: 600;
          color: #54E122; }
        .deliveryInfo .deliveryInfo-wapper .side-panel .side-panel-wapper .side-action {
          margin: 30px 0;
          width: 100%;
          text-align: center; }
          .deliveryInfo .deliveryInfo-wapper .side-panel .side-panel-wapper .side-action a {
            margin: 0 auto;
            width: 200px;
            display: block;
            height: 50px;
            line-height: 50px;
            border-radius: 50px;
            color: #ffffff;
            font-size: 30px;
            font-weight: 600;
            text-transform: uppercase;
            background-color: #000000;
            opacity: 0.8; }
        .deliveryInfo .deliveryInfo-wapper .side-panel .side-panel-wapper .side-cuppen {
          width: 100%; }
          .deliveryInfo .deliveryInfo-wapper .side-panel .side-panel-wapper .side-cuppen .coppen {
            background-image: url(../images/Vector.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            padding: 8px 0 20px 0; }
            .deliveryInfo .deliveryInfo-wapper .side-panel .side-panel-wapper .side-cuppen .coppen p {
              font-size: 25px;
              font-family: 'Montserrat', sans-serif;
              line-height: 25px;
              font-weight: 600;
              color: #000000; }
              .deliveryInfo .deliveryInfo-wapper .side-panel .side-panel-wapper .side-cuppen .coppen p span {
                margin-top: 12px;
                display: inline-block;
                font-weight: 600;
                font-family: 'Montserrat', sans-serif;
                font-size: 50px; }
            .deliveryInfo .deliveryInfo-wapper .side-panel .side-panel-wapper .side-cuppen .coppen a {
              font-size: 25px;
              color: #00386B;
              font-weight: 500; }

  .fix-button-wapper {
    position: fixed;
    bottom: 50px;
    right: 80px;
    z-index: 9; }


    .privacy_policy .privacy_policy_wrapper {
        padding: 80px 0; }
    .privacy_policy .privacy_policy_wrapper .pages_heading h1.main_heading {
          font-size: 38px;
          font-weight: 600;
          margin: 30px 0 30px 0; }
    .privacy_policy .privacy_policy_wrapper .contant_page_inner p {
          margin: 8px 0 8px 0;
          font-size: 16px;
          color: #000;
          line-height: 26px;
          font-weight: 500; }
    .privacy_policy .privacy_policy_wrapper .contant_page_inner p span {
            text-decoration: underline;
            color: #000; }
          #Privacy_Policy_Page .privacy_policy .privacy_policy_wrapper .contant_page_inner p a {
            color: #033A59;
            font-weight: 500; }
    .privacy_policy .privacy_policy_wrapper .contant_page_inner h1, #Privacy_Policy_Page .privacy_policy .privacy_policy_wrapper .contant_page_inner h2, #Privacy_Policy_Page .privacy_policy .privacy_policy_wrapper .contant_page_inner h3, #Privacy_Policy_Page .privacy_policy .privacy_policy_wrapper .contant_page_inner h4, #Privacy_Policy_Page .privacy_policy .privacy_policy_wrapper .contant_page_inner h5, #Privacy_Policy_Page .privacy_policy .privacy_policy_wrapper .contant_page_inner h6 {
          margin: 30px 0 15px 0;
          color: #033A59;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600; }
    .privacy_policy .privacy_policy_wrapper .contant_page_inner h1 {
          font-size: 34px; }
    .privacy_policy .privacy_policy_wrapper .contant_page_inner h2 {
          font-size: 32px; }
    .privacy_policy .privacy_policy_wrapper .contant_page_inner h3 {
          font-size: 30px; }
    .privacy_policy .privacy_policy_wrapper .contant_page_inner h4 {
          font-size: 28px; }
    .privacy_policy .privacy_policy_wrapper .contant_page_inner h5 {
          font-size: 26px; }
    .privacy_policy .privacy_policy_wrapper .contant_page_inner h6 {
          font-size: 24px; }
    .privacy_policy .privacy_policy_wrapper .contant_page_inner ul {
          list-style: disc;
          padding-left: 25px; }
    .privacy_policy .privacy_policy_wrapper .contant_page_inner ul li ul {
            list-style: circle;
            margin: 4px 0 20px 0; }

    .terms-wrapper {
        padding: 80px 0; }
    .terms-wrapper .pages_heading h1.main_heading {
          font-size: 38px;
          font-weight: 600;
          margin: 30px 0 30px 0; }
    .terms-wrapper .contant_page_inner p {
          margin: 8px 0 8px 0;
          font-size: 16px;
          color: #000;
          line-height: 26px;
          font-weight: 500; }
      .terms-wrapper .contant_page_inner p span {
            text-decoration: underline;
            color: #000; }
      .terms-wrapper .contant_page_inner p a {
            color: #033A59;
            font-weight: 500; }
      .terms-wrapper .contant_page_inner h1, #Privacy_Policy_Page .terms-wrapper .contant_page_inner h2, #Privacy_Policy_Page .terms-wrapper .contant_page_inner h3, #Privacy_Policy_Page .terms-wrapper .contant_page_inner h4, #Privacy_Policy_Page .terms-wrapper .contant_page_inner h5, #Privacy_Policy_Page .terms-wrapper .contant_page_inner h6 {
          margin: 30px 0 15px 0;
          color: #033A59;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600; }
      .terms-wrapper .contant_page_inner h1 {
          font-size: 34px; }
      .terms-wrapper .contant_page_inner h2 {
          font-size: 32px; }
      .terms-wrapper .contant_page_inner h3 {
          font-size: 30px; }
      .terms-wrapper .contant_page_inner h4 {
          font-size: 28px; }
      .terms-wrapper .contant_page_inner h5 {
          font-size: 26px; }
      .terms-wrapper .contant_page_inner h6 {
          font-size: 24px; }
      .terms-wrapper .contant_page_inner ul {
          list-style: disc;
          padding-left: 25px; }
      .terms-wrapper .contant_page_inner ul li ul {
            list-style: circle;
            margin: 4px 0 20px 0; }


      /* chat dailog button */
      .fix-button-wapper {
        position: fixed;
        bottom: 50px;
        right: 80px;
        width: 60px;
        z-index: 9; }
        .fix-button-wapper a {
          display: block;
          width: 100%;
          height: 100%; }
          .fix-button-wapper a img {
            width: 100%;
            display: block; }
        .fix-button-wapper #chat-wrapper {
          background-color: #fff;
          width: 0;
          position: absolute;
          right: 0;
          -webkit-box-shadow: 0px 1px 5px 0px #969696;
          -moz-box-shadow: 0px 1px 5px 0px #969696;
          box-shadow: 0px 1px 5px 0px #969696;
          bottom: 115%;
          border-radius: 15px;
          height: 0;
          overflow: hidden;
          transition: 0.4s;
          display: flex;
          flex-wrap: wrap; }
          .fix-button-wapper #chat-wrapper .chat-header {
            width: 100%;
            padding: 8px 15px;
            display: flex;
            height: 60px;
            justify-content: space-between;
            align-items: center;
            border-top-left-radius: 30px;
            border-top-right-radius: 30px;
            border-bottom: 1px solid #ddd; }
            .fix-button-wapper #chat-wrapper .chat-header h3 {
              font-size: 20px;
              color: #033A59;
              font-weight: 600; }
            .fix-button-wapper #chat-wrapper .chat-header .close-chat button {
              border: 0;
              background-color: #f7f7f7;
              border-radius: 50%;
              height: 28px;
              width: 28px;
              line-height: 24px;
              display: block; }
              .fix-button-wapper #chat-wrapper .chat-header .close-chat button i {
                font-size: 16px;
                color: #033A59; }
          .fix-button-wapper #chat-wrapper .chat-body {
            overflow-Y: scroll;
            height: 78%;
            width: 100%; }
            .fix-button-wapper #chat-wrapper .chat-body::-webkit-scrollbar-track{
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                border-radius: 10px;
                background-color: #F5F5F5;
            }
            .fix-button-wapper #chat-wrapper .chat-body::-webkit-scrollbar-thumb
            {
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
                background-color: #555;
            }

            .fix-button-wapper #chat-wrapper .chat-body .chat-body-inner {

              padding: 8px 20px; }
              .fix-button-wapper #chat-wrapper .chat-body .chat-body-inner .msg-wapper {
                display: block;
                position: relative; }
                .fix-button-wapper #chat-wrapper .chat-body .chat-body-inner .msg-wapper span {
                  margin: 4px;
                  display: inline-block;
                  background-color: #033A59;
                  padding: 4px 12px 6px 12px;
                  color: #fff;
                  border-radius: 15px;
                  font-size: 13px; }
              .fix-button-wapper #chat-wrapper .chat-body .chat-body-inner .admin-msg {
                text-align: left; }
                .fix-button-wapper #chat-wrapper .chat-body .chat-body-inner .admin-msg span {
                  border-top-left-radius: 0; }
                .fix-button-wapper #chat-wrapper .chat-body .chat-body-inner .admin-msg .mas-status {
                  position: absolute;
                  top: 0px;
                  right: 100%; }
                  .fix-button-wapper #chat-wrapper .chat-body .chat-body-inner .admin-msg .mas-status i {
                    font-size: 13px;
                    color: #54E122; }
              .fix-button-wapper #chat-wrapper .chat-body .chat-body-inner .user-msg {
                text-align: right; }
                .fix-button-wapper #chat-wrapper .chat-body .chat-body-inner .user-msg span {
                  border-bottom-right-radius: 0; }
                .fix-button-wapper #chat-wrapper .chat-body .chat-body-inner .user-msg .mas-status {
                  position: absolute;
                  top: 0px;
                  left: 100%; }
                  .fix-button-wapper #chat-wrapper .chat-body .chat-body-inner .user-msg .mas-status i {
                    font-size: 13px;
                    color: #54E122; }
          .fix-button-wapper #chat-wrapper .chat-footer {
            width: 100%;
            height: 30px;
            padding: 10px 15px 10px 15px;
            background-color: #fff;
            border-top: 1px solid #ddd;
            margin-bottom: 10px; }
            .fix-button-wapper #chat-wrapper .chat-footer .chat-footer-inner {
              display: flex;
              width: 100%;
              align-items: center;
              justify-content: space-between; }
              .fix-button-wapper #chat-wrapper .chat-footer .chat-footer-inner input {
                width: 100%;
                font-size: 13px;
                line-height: 18px;
                padding: 5px 8px;
                border: 0;
                color: #000000;
                font-weight: 600; }
              .fix-button-wapper #chat-wrapper .chat-footer .chat-footer-inner button {
                background-color: transparent;
                border: 0; }
                .fix-button-wapper #chat-wrapper .chat-footer .chat-footer-inner button i {
                  font-size: 20px;
                  transition: 0.3s;
                  color: #033A59; }
        .fix-button-wapper .open-chat {
          height: 80vh !important;
          width: 400px !important; }


.form-group{
    width: 100%;
}

.form-group label{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin:0;
    font-weight: 600;
}
      /*# sourceMappingURL=style.css.map */


  /*# sourceMappingURL=style.css.map */




  @media screen and (min-width: 1921px){
    .custom-container{
      width: 85%!important;
      margin: auto;
      height: 100%;
    }
  }

  @media screen and (max-width:1920px){
    .custom-container{
      width:90%;
      margin: auto;
    }
    .banner .custom-container .banner-wapper .banner-item img{
      left: -7%;
    }
  }

  @media screen and (max-width: 1440px) {

    /* header {
      height: 140px; } */
    /* header .header-inner .logo {
      width: 225px; } */
    header .header-inner .header-action div.search-bar input {
      width: 250px;
      height: 35px; }
    /* header .header-inner .header-action .join-us h2 {
      font-size: 24px; } */
    /* header .header-inner .header-action .join-us h2:hover .join-us-menu{
      left: -10px; */
    /* } */
    header .header-inner .header-action .join-us h2 .join-us-menu{
      left: -10px;
    }


    .banner .custom-container .banner-wapper {
      padding-top: 40px; }
    .banner .custom-container .banner-wapper .banner-item img {
      width: 550px; }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text {
      margin-top: 50px; }
    .banner .custom-container .banner-wapper .banner-item.banner-info p {
      font-size: 70px; }

    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span{
      font-size: 40px;
    }

    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span:nth-child(2){
      font-size: 45px;
      line-height: 55px;
    }

    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span:nth-child(3){
      font-size: 45px;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span span.big-text{
      font-size: 45px;
    }
    .banner .custom-container .banner-action a{
      font-size: 25px;
    }

    .service .service-wapper .service-inner .service-cart .service-cart-header h4{
      font-size: 22px;
    }
    .service .service-wapper .service-inner .service-cart .service-cart-info ul li span{
      font-size: 18px;
    }
    .service .service-wapper .service-inner .service-cart .service-cart-info .sc-info-option ul li a{
      font-size: 18px;
    }
    .service .service-wapper .service-inner .service-cart .service-cart-info .sprator-line-with-text span{
      font-size: 14px;
    }

  }
  @media screen and (max-width: 1400px){
    .deliveryInfo .deliveryInfo-wapper .side-panel .side-panel-wapper .side-cuppen .coppen p {
      font-size: 20px;
      line-height: 25px;
    }
    .deliveryInfo .deliveryInfo-wapper .side-panel .side-panel-wapper .side-cuppen .coppen p span{
      line-height: 10px;
      font-size: 38px;
    }
    .deliveryInfo .deliveryInfo-wapper .side-panel .side-panel-wapper .side-cuppen .coppen a{
      font-size: 20px;
    }
    .nav-pills .nav-link{
      font-size: 18px;
      margin-right: 25px;
    }
    footer .custom-container .social-wapper .footer-link ul li a{
      font-size: 20px;
      width: 70px;
      height: 70px;
    }
    .deliveryInfo .deliveryInfo-wapper .side-panel .side-panel-wapper .side-action a {
      font-size: 25px;
      width: 180px;
    }

  }


  @media screen and (max-width: 1400px){
    .why_us_wrapper .why_us_inner .why_us_grid{
      margin: 0px 34px;
    }

    .why_us_wrapper .why_us_inner .why_us_grid .why_us_contant h3{
      font-size: 55px;
    }

    .nav-pills .nav-link{
      font-size: 16px;
      margin-right: 20px;
    }
    .deliveryInfo{
      margin: 65px 0 50px 0;
    }
    .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper h3{
      font-size: 22px;
    }
    footer .custom-container .social-wapper .footer-link ul li a{
      font-size: 18px;
    }
    .fix-button-wapper{
      right: 60px;
      width: 55px;
    }
    .fix-button-wapper a{
      width: 100%;
      display: block;
    }
    .fix-button-wapper a img{
      width: 100%;
    }
  }


  @media screen and (max-width: 1199px){
    .why_us_wrapper .why_us_inner .why_us_grid .why_us_contant h3 {
      font-size: 48px;
      line-height: 60px;
    }

    .why_us_wrapper .why_us_inner .why_us_grid{
      margin: 0 40px;
    }

    .nav-pills .nav-link{
      font-size: 14px;
      margin-right: 15px;
    }
    .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper h3{
      font-size: 20px;
    }
    .deliveryInfo .deliveryInfo-wapper .side-panel .side-panel-wapper .side-action a{
      font-size: 22px;
      width: 170px;
      line-height: 45px;
      height: 45px;
    }
    .deliveryInfo .deliveryInfo-wapper .side-panel .side-panel-wapper .side-cuppen .coppen p{
      font-size: 18px;
    }
    .deliveryInfo .deliveryInfo-wapper .side-panel .side-panel-wapper .side-cuppen .coppen p span{
      font-size: 36px;
    }
    .deliveryInfo .deliveryInfo-wapper .side-panel .side-panel-wapper .side-cuppen .coppen a{
      font-size: 18px;
    }
    footer .custom-container .social-wapper .footer-link ul li a{
      font-size: 20px;
    }
    footer .custom-container .social-wapper .social-icon a{
      width: 80px;
    }
    footer .custom-container .social-wapper .footer-link{
      margin:30px 0;
    }
    footer .custom-container .social-wapper .copyRight p{
      font-size: 13px;
    }
  }


  @media screen and (max-width: 1100px) {
    .service .service-wapper .service-inner .service-cart .service-cart-header h4{
      font-size: 19px;
    }
  }

  @media screen and (max-width: 1120px){
    .banner .custom-container .banner-wapper .banner-item.banner-info{
      margin-top: 40px;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text{
      margin-top: 20px;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info p{
      font-size: 65px;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span{
      font-size: 35px;
      line-height: normal;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span:nth-child(2){
      font-size: 37px;
      line-height: 50px;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span:nth-child(3){
      font-size: 40px;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span span.big-text{
      font-size: 40px;
    }
    .banner .custom-container .banner-wapper .banner-item img{
      width: 457px;
    }
    .banner .custom-container .banner-wapper{
      padding-top: 0;
    }
    .banner .custom-container .banner-action{
      bottom: 55px;
    }
    .banner .custom-container .banner-action a{
      font-size: 20px;
    }
  }

  @media screen and (max-width: 1024px) {
    .why_us_wrapper .why_us_inner .why_us_grid{
      margin: 0 20px;
    }
    header .header-inner .logo{
      width: 150px;
    }

    header {
      height: 80px;
    }
    /* header{
      height: 116px;
    } */
    header .header-inner .header-action div.search-bar{
      margin-right: 15px;
    }

    .banner .custom-container .banner-wapper .banner-item img{
      width: 370px;
    }

    .banner .custom-container .banner-action{
      bottom: 50px;
    }
    .banner .custom-container .banner-wapper {
      padding-top: 20px; }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text {
      margin-top: 20px; }
    .banner .custom-container .banner-wapper .banner-item.banner-info p {
      vertical-align: top;
      font-size: 55px;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info{
      margin-top: 20px;
    }
    header .header-inner .header-action .join-us h2 .join-us-menu{
      left: -20px;
    }

    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span{
      font-size: 25px;
    }

    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span:nth-child(2){
      font-size: 30px;
    }

    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span:nth-child(3){
      font-size: 30px;
    }

    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span span.big-text{
      font-size: 30px;
    }


    .banner .custom-container .banner-action a{
      font-size: 15px;
    }

    .service .service-wapper .service-inner .service-cart .service-cart-header figure{
      height: 90px;
    }
    .service .service-wapper .service-inner .service-cart .service-cart-header figure img{
      margin: 10px 0;
    }
    .service .service-wapper .service-inner .service-cart .service-cart-header{
      height: 170px;
    }
    .service .service-wapper .service-inner .service-cart .service-cart-info{
      padding: 20px 10px 10px 10px;
    }
    .service .service-wapper .service-inner .service-cart .service-cart-info ul li span{
      font-size: 16px;
    }
    .service .service-wapper .service-inner .service-cart .service-cart-info .sprator-line-with-text{
      margin-top: 20px;
      margin-bottom: 10px;
    }
    .service .service-wapper .service-inner .service-cart .service-cart-info .sc-info-option ul li a{
      font-size: 16px;
    }
    .service .service-wapper .service-inner .service-cart .service-cart-header h4{
      font-size: 18px;
    }
    .service .service-wapper .service-inner{
      padding: 20px 0 50px 0;
    }

  }

  @media screen and (max-width: 992px){
    .why_us_wrapper .why_us_inner .why_us_grid .why_us_contant h3{
      font-size: 35px;
      line-height: 50px;
    }
    .why_us_wrapper .why_us_inner .why_us_grid{
      margin: 0;
    }
     /* footer */
     .footer-part{
        margin: 15px 0!important;
      }
      header .header-inner .header-action .join-us h2:hover .join-us-menu{
        left: -22px;
      }
      /* invoice page */
      .deliveryInfo .deliveryInfo-wapper{
        flex-wrap: wrap;
      }
      .deliveryInfo .deliveryInfo-wapper .tabs {
        width: 100%;
      }
      .deliveryInfo .deliveryInfo-wapper .side-panel{
        width: 100%;
        padding-top: 50px;
      }
      .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .vehicle-list{
        margin-top: 50px;
      }
      .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper .deli-info-inner-info .deli-form .deli-form-map img{
        width: 27px;
      }
      .fix-button-wapper{
        width: 50px;
      }
    }

  @media screen and (max-width: 768px) {
    .exchange-icon{
      left: 50%;
    transform: translate(-50%, -50%);
    }
    .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .taxi-ride .ride-input .with-icon{
      width: 100%;
    }
    .fix-button-wapper{
        right: 40px;
    }
    /* header */
    header .header-inner .logo{
      width: 140px;
    }
    header { 
      height: 77px;
    }
    header .header-inner .logo{
      width: 150px;
    }
    header .header-inner .header-action div.search-bar input{
      width: 160px;
      height: 27px;
    }
    header .header-inner .header-action div.search-bar{
      margin-right: 10px;
    }
    header .header-inner .header-action .join-us h2{
      font-size: 18px;
    }
    header .header-inner .header-action .join-us h2:hover .join-us-menu{
      left: -35px;
    }


    /* banner */
    .banner .custom-container .banner-wapper .banner-item img{
      width: 260px;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info p{
      font-size: 45px;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span{
      margin: 6px 0;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span:nth-child(2){
      line-height: 30px;
      font-size: 28px;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span:nth-child(3){
      font-size: 28px;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span span.big-text{
      font-size: 28px;
      margin: 0;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info{
      margin-top: 10px;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text{
      margin-top: 10px;
    }
    .banner .custom-container .banner-action a{
      font-size: 14px;
    }
    .banner .custom-container .banner-action{
      bottom: 30px;
    }


    /* service section */
    .service .service-wapper .service-inner .service-cart .service-cart-header figure{
      height: 170px;
    }
    .service .service-wapper .service-inner .service-cart .service-cart-header{
      height: 230px;
    }
    .service .service-wapper .service-inner .service-cart .service-cart-info{
      margin-top: 15px;
      padding: 20px 15px 10px 15px;
    }
    .service-cart{
      margin-top: 20px;
    }
    .sub-heading h3{
      font-size: 26px;
    }
    .service .service-wapper .service-inner{
      padding: 0 0 50px 0;
    }

    /* copyright */
    section.copyright .copyright-wapper p{
      font-size: 16px;
    }
    section.copyright .copyright-wapper p a{
      font-size: 16px;
    }

    /* ----------------------------------------- */
    /* invoice page */
    .deliveryInfo-wapper .nav{
      flex-wrap: wrap;
      justify-content: center;
    }
    .nav-pills .nav-link{
      margin-right: 35px;
    }

    li.nav-item{
      width: 50%;

    }
    .deliveryInfo{
      margin: 20px 0 50px 0;
    }
    .nav-pills .nav-link{
      width: 95%;
      margin-bottom: 15px;
    }
    .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper h3{
      margin: 25px 0;
    }
    .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper .stylish-input-wapper{
      margin-top: 20px;
      text-align: center;
    }
    .vehicle-item a p{
      font-size: 20px;
    }


  }

  @media screen and (max-width: 580px) {
    li.nav-item{
      width: auto!important;
    }
  /* header */
    header .header-inner{
      flex-wrap: wrap;
      justify-content: center;

    }
    header{
      background: rgb(0,161,255);
      height: auto;
      background: linear-gradient(180deg, rgba(0,161,255,1) 0%, rgba(0,161,255,1) 39%, rgba(0,161,255,1) 49%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    }
    header .logo{
      width: 100%;
      max-width: 100%;
    }
    header .header-inner .header-action{
      margin-top: 15px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      text-align: center;
    }

    header .header-inner .header-action div.search-bar{
      width: 100%;
      position: relative;
      display: block;
      text-align: center;
      margin: 0;
    }
    header .header-inner .header-action div.search-bar .search_icon{
      right: 15px;
      top: 13px;
    }
    header .header-inner .header-action div.search-bar input{
      width: 100%;
      margin-top: -20px;
      height: 30px;
    }
    header .header-inner .header-action .join-us{
      text-align: center;
      width: 100%;
      margin-top: 10px;
    }
    header .header-inner .header-action .join-us h2 .join-us-menu{
      left: 50%;
      transform: translate(-50%);

    }
    header .header-inner .header-action .join-us h2:hover .join-us-menu{
      left: 50%;
      transform: translate(-50%);
    }

    /* banner */
    .banner{
      background-position: bottom right;
      background-size: 115%;
    }
    .banner .custom-container .banner-wapper{
      padding: 0 0 0 0;
      flex-wrap: wrap;
      flex-direction: column-reverse;
    }
    .banner .custom-container .banner-wapper .banner-item{
      width: 100%;
    }
    .banner .custom-container .banner-wapper .banner-item img{
      width: 100%;
    }

    .banner .custom-container .banner-wapper .banner-item.banner-info{
      width: 100%;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text{
      margin-top: 25px;
    }
    .banner .custom-container .banner-action{
      bottom: 50px;
      width: 100%;
      text-align: center;
    }
    .banner .custom-container .banner-action a{
      font-size: 15px;
    }

    .service-cart{
      margin:0
    }




  }

  @media screen and (max-width:575px) {
    .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper .stylish-input-wapper{
      margin-top: 10px;
    }
    .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper .stylish-input-wapper .stylish-input{
      width: 48%;
    }
    .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .deli-info-tab-wapper .stylish-input-wapper{
      display: flex;
      justify-content: space-between;
    }
    .deliveryInfo .deliveryInfo-wapper .tabs .tab-content .deli-info-pills .vehicle-list{
      margin-top: 30px;
    }
  }

  @media screen and (max-width:426px) {
    .fix-button-wapper{
        bottom: 20px;
        right: 20px;
        width: 40px;
    }
    .fix-button-wapper .open-chat{
        width: 375px!important;
    }
    .banner{
      padding: 0 0 65px 0;
    }
    header{
      /* padding-bottom: 20px; */
    }
    .service .service-wapper .service-inner{
      padding-bottom: 0;
    }
    .banner .custom-container .banner-action{
      bottom: 60px;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info p{
      font-size: 40px;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text{
      margin-top: 10px;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span{
      font-size: 23px;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span:nth-child(2){
      font-size: 26px;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span:nth-child(3){
      font-size: 25px;
    }
    .banner .custom-container .banner-wapper .banner-item.banner-info .banner-text span span.big-text{
      font-size: 25px;
    }
    .banner .custom-container .banner-wapper .banner-item img{
      margin-top: -35px;
    }

    footer .custom-container .social-wapper .footer-link ul li{
        display: block;
        width: 100%;
        margin: 5px 0;
    }
    footer .custom-container .social-wapper .footer-link ul{
        flex-wrap: wrap;
    }
    .custom-pick{
        width: 100%;
        display: block;
        /* margin: 30px 0; */
    }
    .custom-container{
      width: 93%;
    }
    .service-wapper{
      padding:  24px 0 0 0; 
    }
    .why_us_wrapper .why_us_inner .why_us_grid .why_us_image{
      width: 75%;
      margin: 0 auto;
    }
    .why_us_wrapper .why_us_inner .why_us_grid .why_us_contant h3{
      font-size: 28px;
      line-height: 35px;
    }
    .why_us_wrapper .why_us_inner .why_us_grid .why_us_contant{
      padding:0 0 10px 0;
    }
    .footer_logo{
      text-align: center;
    }
    footer .social_icon{
      margin: 20px 0 10px 0;
    }
    footer .social_icon ul{
      justify-content: space-between;
    }

    .footer-link{
      text-align: center;
    }
    footer .footer-link ul{
      margin-top: 10px;
    }
    section.copyright .copyright-wapper p{
      font-size: 14px;
    }
    section.copyright .copyright-wapper p a{
      font-size: 14px;
    }


  }

  @media screen and (max-width:376px) {
    .fix-button-wapper .open-chat{
        width: 320px!important;
    }
  }

  @media screen and (max-width:320px) {
    .fix-button-wapper .open-chat{
        width:280px!important;
    }
  }
  /*# sourceMappingURL=responsive.css.map */


  /*# sourceMappingURL=responsive.css.map */

      /*# sourceMappingURL=responsive.css.map */



  /*# sourceMappingURL=style.css.map */



/* .error {
        color: red;
    }

    footer .social_icons {
        list-style: none;
        padding: 30px 0px;
        display: flex;
        margin: 0px;
    }

    footer .social_icons li {
        padding-right: 15px;
    }

    .btn-hover:hover {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .form-signin {
        width: 100%;
        max-width: 330px;
        padding: 15px;
        margin: 0 auto;
    }

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

    .form-signin .form-control:focus {
        z-index: 2;
    }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .croppie_modal.fade
    {
    webkit-transition:  1s ease-in;
        -moz-transition:  1s ease-in;
        -o-transition:  1s ease-in;
            transition:  1s ease-in;

    }

   -----------------------------
*/
