  /* ==========================================================================================
                                              Home
==============================================================================================*/

  a:hover {
      text-decoration: none;
  }

  body {
      font-family: 'Cairo', sans-serif;
  }

  /* ==========================================================
   Start Navbar
===========================================================*/

  .header {
      background: linear-gradient(to right, #eef1f9 0, #9ca8ce 30%, #9ca8ce 70%, #eef1f9 100%);
      font-weight: 500;
  }

  .header .navbar-nav {
      padding-top: .5rem;
  }

  .header .navbar-brand {
      padding: 0;
      margin: 0;
  }

  .header .navbar-brand img {
      width: 10rem;
  }

  .header .nav-link {
      color: #FFF !important;
      margin-right: 1.7rem !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
  }

  .LOGIN .fas {
      position: absolute;
      background: #fd752b;
      border: 3px solid #FFF;
      border-radius: 50%;
      padding: 1rem;
      box-shadow: 1px 2px 8px 1px #8c8c8c;
      margin-top: -3px;
  }

  .LOGIN {
      margin-top: -12px;
  }

  .LOGIN h3 {
      margin-left: 2rem;
      background: #fd752b;
      padding: .7rem 2.8rem;
      border-radius: 0px 25px 25px 0px;
      font-size: 20px;
      text-shadow: 2px 2px 11px #8c8c8c;
  }

  .header .navbar a {
      color: #FFF;
  }

  .header .navbar-light .navbar-nav .active>.nav-link {
      color: #fd752b !important;
  }

  .header .nav-holder {
      margin: auto;
  }



    .dropdown-menu li {
        display: block;
        padding: 0 18px;
        border: 0;
    }

    .dropdown-menu li a {
        display: block;
        width: 100%;
        padding: 12px 10px;
        color: #47494a;
        font-size: 13px;
        clear: both;
        font-weight: 400;
        text-align: inherit;
        text-decoration: none !important;
        white-space: nowrap;
        background: 0 0;
        border-bottom: 1px solid #ebebeb;
    }

    .dropdown-menu li:last-child a {
        border-bottom: 0 solid #ebebeb;
    }

    a {
        text-decoration: none !important;
    }

    .dropdown-menu {
        top: 8px !important;
        left: 16px !important;
    }
    .login-dropdown{
        position: absolute;
         transform: translate3d(-15px, 21px, 0px); top: 0px;

          will-change: transform;
    }

    #menu{
        margin: auto;
    }
  /* ==========================================================
   Start  overflow nav menu
===========================================================*/

body.offcanvas-open {
    overflow: hidden;
    padding-right: 17px
}

.offcanvas {
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    overflow: hidden;
    width: 400px;
    height: 100vh;
    padding: 20px;
    transition: all .5s ease 0s;
    transform: translateX(100%);
    background-color: #fff;
    box-shadow: none
}

@media only screen and (max-width:479px) {
    .offcanvas {
        width: 300px
    }
}

.offcanvas .inner {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    height: 100%
}

.offcanvas .inner .head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}

.offcanvas .inner .head .title {
    color: #1d1d1d;
    font-weight: 700
}

.offcanvas .inner .head .offcanvas-close {
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent
}

.offcanvas .inner .head .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    transition: all .5s ease 0s;
    transform: rotate(-45deg);
    background-color: #333
}

.offcanvas .inner .head .offcanvas-close::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    transition: all .5s ease 0s;
    transform: rotate(45deg);
    background-color: #333
}

.offcanvas .inner .head .offcanvas-close:hover:before {
    transform: rotate(180deg)
}

.offcanvas .inner .head .offcanvas-close:hover:after {
    transform: rotate(0)
}

.offcanvas .inner .offcanvas-menu-search-form {
    margin-bottom: 30px
}

.offcanvas .inner .offcanvas-menu-search-form form {
    position: relative
}

.offcanvas .inner .offcanvas-menu-search-form form input[type=text] {
    width: 100%;
    padding: 12px 20px;
    padding-right: 50px;
    color: #1d1d1d;
    border: 1px solid #ebebeb;
    display: block;
    font-size: 16px;
    background: 0 0
}

.offcanvas .inner .offcanvas-menu-search-form form input[type=text]:focus {
    border-bottom-color: #146cda
}

.offcanvas .inner .offcanvas-menu-search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 5px 15px;
    border: 0;
    background-color: transparent;
    outline: 0
}

.offcanvas .inner .offcanvas-menu-search-form form button i {
    font-size: 16px
}

.offcanvas .inner .offcanvas-menu-search-form form button:hover {
    color: #146cda
}

.offcanvas .inner .offcanvas-menu ul li {
    position: relative;
    display: block;
    line-height: 28px
}

.offcanvas .inner .offcanvas-menu ul li a {
    display: block;
    padding: 8px 24px 8px 0;
    text-transform: uppercase;
    color: #7e7e7e
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu {
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: auto;
    padding: 0;
    padding-left: 15px;
    transition: none;
    opacity: 1;
    box-shadow: none
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li {
    line-height: inherit;
    position: relative
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
    text-transform: capitalize
}

.offcanvas .inner .offcanvas-menu ul li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent
}

.offcanvas .inner .offcanvas-menu ul li:hover>a {
    color: #146cda
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:before {
    background: #146cda
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:after {
    background: #146cda
}

.offcanvas .inner .offcanvas-social li {
    display: inline-block;
    margin: 0 10px 10px 0;
    line-height: 40px;
    padding: 0
}

.offcanvas .inner .offcanvas-social li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #247cea;
    font-size: 16px;
    padding: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    transition: all .3s linear
}

.offcanvas .inner .offcanvas-social li a:hover {
    background: #1d1d1d;
    Color: #fff
}

.offcanvas .inner .foot .buttons a {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    border: none;
    color: #47494a;
    box-shadow: none;
    padding: 10px 15px;
    line-height: 26px;
    border: none;
    background: #ebebeb;
    border-radius: 5px
}

.offcanvas .inner .foot .buttons a:hover {
    background-color: #146cda;
    color: #fff
}

.offcanvas .inner .foot .buttons .current-btn {
    background-color: #146cda;
    color: #fff
}

.offcanvas .inner .foot .sub-total {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eee;
    margin: 30px 0;
    border-bottom: 1px solid #eee
}

.offcanvas .inner .foot .sub-total strong {
    font-weight: 600;
    color: #333
}

.offcanvas .inner .foot .sub-total .amount {
    color: #eb2606;
    font-weight: 600
}

.offcanvas .inner .foot .minicart-message {
    margin-top: 15px
}

offcanvas-menu>ul>li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent
}

.offcanvas.offcanvas-mobile-menu {
    right: auto;
    left: 0;
    padding: 50px 40px;
    transform: translateX(-100%)
}

@media only screen and (max-width:479px) {
    .offcanvas.offcanvas-mobile-menu {
        padding: 50px 17px
    }
}

.offcanvas-menu>ul>li .menu-expand::after,
.offcanvas-menu>ul>li .menu-expand::before {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    width: 14px;
    height: 2px;
    content: "";
    transition: all .5s ease 0s;
    transform: scale(.75);
    background-color: #7e7e7e
}

.offcanvas-menu>ul>li .menu-expand::after {
    transform: rotate(90deg) scale(.75)
}

.offcanvas-menu>ul>li.active>.menu-expand::after {
    transform: rotate(0) scale(.75)
}

.offcanvas-menu>ul>li .sub-menu li.active>.menu-expand::after {
    transform: rotate(0) scale(.75)
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
    transform: translateX(0)
}

.offcanvas-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, .5)
}

.offcanvas.offcanvas-open {
    transform: translateX(0)
}

.mobile-menu-toggle.home-2 svg {
    position: initial;
    transform: translate3d(-29%, 0, 0)
}

  /* ==========================================================
   Start  Track
===========================================================*/

  .modal button {
      border: unset !important;
  }

  .modal {
      top: 60px;
  }

  .modal-ion-icon {
      color: #021a60;
      font-size: 30px;
  }

  .modal span {
      color: #c91a13;
  }

  /* ==========================================================
   Start whats
===========================================================*/

.whats img {
    position: fixed;
    width: 120px;
    bottom: 4rem;
    right: -20px;
}


  /* ==========================================================
   Start Main
===========================================================*/

  .scaled img {
    width: 100%;
    height: 60vh;
  }

  .main-header {
      margin-top: -136px;
      text-align: center;
      padding-bottom: 60px;
      color: #243b80;
  }

  .main-header h2 {
      font-weight: 700;
  }

  /* ==========================================================
   Start    VICES
===========================================================*/

  .SERVICES-holder {
      background: #2f5596;
      margin-top: 2rem;
  }

  .SERVICES {
      text-align: center;
      padding-top: 2rem;
      padding-bottom: 2rem;
  }

  .SERVICES-img {
      background: #fd752b;
      border-radius: 50%;
      width: 31%;
      margin: auto;
  }

  .SERVICES-img img {
      width: 100%;
      text-align: center;
      padding: 1rem;
  }

  .SERVICES h3 {
      color: #FFF;
      font-weight: 600;
  }

  .SERVICES p {
      color: #000;
      font-weight: 600;
      font-size: large;
  }

  .SERVICES hr {
      border-top: 2px solid hsl(63deg 95% 64%);
      width: 40%;
  }

  .SERVICES a {
      color: #fd752b;
      font-weight: 600;
      font-size: 20px;
  }

  .SERVICES span {
      color: hsl(63deg 95% 64%);
  }

  /* ==========================================================
   Start SERVE
===========================================================*/

  .SERVE {
      background: hsl(221deg 96% 20%);
      color: #FFF;
      padding-bottom: 55px;
  }

  .SERVE-header {
      text-align: center;
      padding: .7rem;
      color: #000;
      background: #fd752b;
  }

  .SERVE-header i {
      position: absolute;
      color: #fd752b;
      font-size: 76px;
      margin-top: -24px;
  }

  .SERVE p {
      width: 59%;
      font-size: 23px;
  }

  .SERVE ul img {
      margin-left: 185px;
      width: 35%;
      margin-top: -87px
  }

  .SERVE ul {
      margin-top: 2rem;
  }

  .SERVE ul li, .SERVE ul a {
      font-size: 23px;
      color: #fd752b;
  }

  .SERVE strong {
      color: red;
  }

  .SERVE span {
      color: hsl(61deg 100% 50%);
  }

  .shipment {
      width: 90% !important;
  }

  /* ==========================================================
   Start TESTIMONIAL
===========================================================*/

  .TESTIMONIAL {
      color: #fd752b;
      margin-top: 2rem;
      text-align: center;
  }

  .testimonial {
      text-align: center;
  }

  .testimonial .pic {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      margin: 0 auto;
      margin-bottom: 15px;
  }

  .testimonial .pic img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
  }

  .testimonial .testimonial-title {
      display: inline-block;
      font-size: 22px;
      font-weight: 600;
      color: #fd752b;
      margin: 0 0 70px 0;
  }

  .testimonial .testimonial-title small {
      font-size: 15px;
      font-weight: 600;
      color: #787878;
  }

  .testimonial .description {
      font-size: 14px;
      color: #e2e2e2;
      line-height: 27px;
      position: relative;
      margin: 0;
  }

  .testimonial .description:before {
      content: "\f10d";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      position: absolute;
      top: -50px;
      left: 46%;
      font-size: 20px;
      color: #fa7921;
      line-height: 33px;
      border: 2px solid #fa7921;
  }

  .owl-theme .owl-controls .owl-page span {
      background: #fff;
      border: 2px solid #0c4767;
      opacity: 1;
  }

  .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span {
      border: 2px solid #fa7921;
  }

  .TESTIMONIAL-container {
      margin-top: 6rem;
  }

  .TESTIMONIAL p {
      width: 100%;
  }

  /* ==========================================================
   Start PARTNERS
===========================================================*/

  .feature-area {
      margin-top: 60px;
      margin-bottom: 30px;
  }

  .section-title h2 {
      text-transform: capitalize;
      font-weight: 600;
      line-height: 1;
      display: inline-block;
      position: relative;
      padding-bottom: 20px;
      font-size: 24px;
      color: #1d1d1d;
  }

  .section-title h2:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      bottom: -1px;
      background: #fd752b
  }

  .section-title {
      margin-bottom: 0;
      text-align: center;
  }

  .slider-nav-style-1 {
      position: relative;
      overflow: hidden;
      transition: all .3s linear
  }

  .slider-nav-style-1 .swiper-button-next:after, .slider-nav-style-1 .swiper-button-prev:after {
      font-family: "Ionicons";
      font-size: 32px;
      text-transform: none !important;
      letter-spacing: 0;
      text-transform: none;
      font-variant: initial;
      line-height: 1;
      outline: 0
  }

  .slider-nav-style-1 .swiper-button-next {
      outline: 0;
      right: -20px;
      left: auto
  }

  .slider-nav-style-1 .swiper-button-prev {
      outline: 0;
      right: auto;
      left: -20px
  }

  .slider-nav-style-1 .swiper-button-next:after {
      content: ""
  }

  .slider-nav-style-1 .swiper-button-next:after:hover {
      color: #146cda
  }

  .slider-nav-style-1 .swiper-button-prev:after {
      content: ""
  }

  .slider-nav-style-1 .swiper-button-prev:after:hover {
      color: #146cda
  }

  .slider-nav-style-1:hover .swiper-button-next {
      right: 10px
  }

  .slider-nav-style-1:hover .swiper-button-prev {
      left: 2px
  }

  .slider-nav-style-1 .swiper-button-next, .slider-nav-style-1 .swiper-button-prev {
      color: #1d1d1d
  }

  .slider-nav-style-1 .swiper-button-next:hover, .slider-nav-style-1 .swiper-button-prev:hover {
      color: #146cda
  }

  .slider-nav-style-1 .swiper-buttons .swiper-button-next, .slider-nav-style-1 .swiper-buttons .swiper-button-prev {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 9;
      width: 1px;
      height: 30px;
      line-height: 30px;
      opacity: 0;
      visibility: hidden;
      transition: all .3s;
      margin: auto
  }

  @media only screen and (min-width:1300px) and (max-width:1380px) {
      .single-product-responsive .list-product .add-to-link {
          padding: 0 7px 15px 10px
      }
  }

  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
      bottom: 25px
  }

  .swiper-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: flex;
      transition-property: transform;
      box-sizing: content-box;
  }

  .swiper-slide {
      flex-shrink: 0;
      width: 100%;
      height: 100%;
      position: relative;
      transition-property: transform;
  }

  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
  }

  .product-dec-slider-2 .swiper-slide {
      margin: auto;
      text-align: center;
      transition: all .3s linear;
      outline: 0 none
  }

  .product-dec-slider-2 .swiper-slide img {
      width: 90px;
      height: 90px;
      margin: auto;
      transition: all .3s linear;
      border: 1px solid #fff
  }

  @media only screen and (max-width:479px) {
      .product-dec-slider-2 .swiper-slide img {
          width: 60px;
          height: 60px
      }
  }

  @media only screen and (max-width:360px) {
      .product-dec-slider-2 .swiper-slide img {
          width: 40px;
          height: 40px
      }
  }

  .product-dec-slider-2 .swiper-slide.swiper-slide .active img {
      border: 1px solid #146cda;
      transition: all .3s linear
  }

  .product-dec-slider-2 .swiper-slide:hover img {
      border: 1px solid #146cda
  }

  .product-dec-slider-3 .swiper-slide {
      margin: 10px 0;
      text-align: center;
      transition: all .3s linear;
      outline: 0 none
  }

  .product-dec-slider-3 .swiper-slide img {
      width: 90px;
      height: 90px;
      margin: auto;
      transition: all .3s linear;
      border: 1px solid #fff
  }

  @media only screen and (max-width:479px) {
      .product-dec-slider-3 .swiper-slide img {
          width: 60px;
          height: 60px
      }
  }

  @media only screen and (max-width:360px) {
      .product-dec-slider-3 .swiper-slide img {
          width: 50px;
          height: 50px
      }
  }

  .product-dec-slider-3 .swiper-slide.swiper-slide .active img {
      border: 1px solid #146cda;
      transition: all .3s linear
  }

  .product-dec-slider-3 .swiper-slide:hover img {
      border: 1px solid #146cda
  }

  .single-blog-post.blog-list-post .blog-post-media .blog-gallery .swiper-slide img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      object-position: center
  }

  .modal-dialog .swiper-slide {
      background-size: cover;
      background-position: center
  }

  .modal-dialog .swiper-slide {
      background-size: cover;
      background-position: center
  }

  .modal-dialog .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%
  }

  @media only screen and (max-width:767px) {
      .modal-dialog .gallery-thumbs .swiper-slide img {
          width: 90px;
          height: 90px
      }
      .modal-dialog .gallery-thumbs .swiper-slide img:hover {
          border: 1px solid #146cda
      }
  }

  @media only screen and (max-width:575px) {
      .modal-dialog .gallery-thumbs .swiper-slide img {
          width: 50px;
          height: 50px
      }
  }

  .modal-dialog .gallery-thumbs .swiper-slide-thumb-active img {
      border: 1px solid #146cda
  }

  .swiper-slide-active .slider-animated-1 h1 {
      animation-delay: 1.3s;
      animation-name: fadeInUp
  }

  .swiper-slide-active .slider-animated-1 a {
      animation-delay: 1.6s;
      animation-name: fadeInUp
  }

  .swiper-slide-active .slider-animated-1 span {
      animation-delay: 1s;
      animation-name: fadeInUp
  }

  .swiper-slide-active .slider-animated-1 p {
      animation-delay: 1s;
      animation-name: fadeInUp
  }

  .thumbnail{
    width: 180px;

  }
  .thumbnail img {
      height: 70px;
      border-radius: 50%;
      width: 80%;

  }

  .product-img .thumbnail img, .product-img .second-img {
      margin-right: 0px;
      width: 200px !important;
      max-width: 200px !important;
      padding: 27px;
  }

  .list-product .img-block .quick-view {
      position: absolute;
      top: 5px;
      right: 5px;
      text-align: center;
      pointer-events: none;
      z-index: 1;
      line-height: 1
  }

  .list-product .img-block .quick-view a {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      background: 0 0;
      color: #47494a;
      padding: 0;
      border: none;
      padding: 0;
      font-size: 16px;
      text-align: center;
      text-transform: capitalize;
      pointer-events: visible;
      opacity: 0;
      transform: scale3d(0, 0, 0)
  }

  .list-product:hover .quick-view a {
      opacity: 1;
      transform: scale3d(1, 1, 1)
  }

  @media only screen and (max-width:767px) {
      .shop-list-wrap .list-product .quick-view {
          top: 0
      }
  }

  .slider-nav-style-1 .swiper-buttons .swiper-button-next, .slider-nav-style-1 .swiper-buttons .swiper-button-prev {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 9;
      width: 30px;
      height: 30px;
      line-height: 30px;
      opacity: 0;
      visibility: hidden;
      transition: all .3s;
      margin: auto
  }

  .slider-nav-style-1 .swiper-button-next:after, .slider-nav-style-1 .swiper-button-prev:after {
      font-family: "Ionicons";
      font-size: 32px;
      text-transform: none !important;
      letter-spacing: 0;
      text-transform: none;
      font-variant: initial;
      line-height: 1;
      outline: 0
  }

  .slider-nav-style-1 .swiper-button-next {
      outline: 0;
      right: -20px;
      left: auto
  }

  .slider-nav-style-1 .swiper-button-next:after {
      content: ""
  }

  .slider-nav-style-1 .swiper-button-next:after:hover {
      color: #146cda
  }

  .slider-nav-style-1:hover .swiper-button-next {
      right: 10px
  }

  .slider-nav-style-1 .swiper-button-next, .slider-nav-style-1 .swiper-button-prev {
      color: #1d1d1d
  }

  .slider-nav-style-1 .swiper-button-next:hover, .slider-nav-style-1 .swiper-button-prev:hover {
      color: #146cda
  }

  .slider-nav-style-1 .swiper-buttons .swiper-button-next, .slider-nav-style-1 .swiper-buttons .swiper-button-prev {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 9;
      width: 1px;
      height: 30px;
      line-height: 30px;
      opacity: 0;
      visibility: hidden;
      transition: all .3s;
      margin: auto
  }

  .slider-nav-style-1:hover .swiper-button-next, .slider-nav-style-1:hover .swiper-button-prev {
      opacity: 1;
      visibility: visible
  }

  /* ==========================================================
   Start Pickup
===========================================================*/

  .Pickup {
      background: #022164;
      color: #FFF;
      text-align: center;
      padding: 2.5rem;
  }

  .Pickup img {
      width: 50%;

        position: absolute;
        left: -36px;

  }

  .Pickup h1 {
      color: #fa7921;
      font-weight: 700;
      font-size: 55px;
  }

  .Pickup span {
      color: hsl(61deg 100% 50%);
  }

  .Pickup p {
      font-size: 28px;
  }

 .Pickup  iframe {
      border: 5px solid #c7bfba !important;
      border-radius: 14px;
  }

  /* ==========================================================
   Start MANAGER
===========================================================*/

  .MANAGER {
      margin-top: 2rem;
      text-align: center;
  }

  .MANAGER-img {
      text-align: center;
      border-radius: 50%;
      border: 1px solid #fbf7f7dd;
      overflow: hidden;
  }

  .MANAGER-img img {
      height: 140px;
      width: 140px;
      border-radius: 50%;
  }

  .MANAGER span {
      color: #fa7921;
  }

  .MANAGER p {
      font-weight: 700;
      font-size: 18px;
      padding: .5rem;
  }

  /* ==========================================================
   Start Footer
===========================================================*/

  footer {
      background: #022164;
      color: #FFF;
      padding: 4rem 0rem .2rem 0rem;
  }

  footer ul {
      list-style: none;
      padding: 0;
      margin-left: .7rem;
  }

  footer li {
      margin-top: 1.5rem;
  }

  footer li a {
      color: #FFF;
      font-size: 16px;
  }

  footer li a:hover {
      color: #fd752b
  }

  .footer-inf a {
      color: #fd752b;
  }

  .footer-r img {
      width: 75%;
      margin-left: 35px;
  }

  .sochial a {
      margin: 1.5rem;
      width: 30px;
      height: 100%;
  }

  .sochial {
      text-align: left;
      margin: auto;
      margin-top: -25px;
  }

  .sochial img {
      width: 35px;
  }

  .footer-img img {
      height: 50px;
      width: 50px;
  }

  .footer-inf {
      margin-left: .7rem;
  }

  .pm, .am {
      color: #ff0a00;
      font-weight: 600;
  }

  .Copyright {
      text-align: center;
      box-shadow: 0px -4px 7px -8px;
  }

  .Copyright a {
      color: #fa7921;
  }

  .Copyright a:hover {
      color: #fa7921;
  }

  .Copyright p {
      padding-top: 14px;
  }
  @media screen and (max-width: 760px) {
    .sochial a {
    margin: .3rem !important;

}}
  /* ==========================================================
   Start media
===========================================================*/

  @media screen and (max-width: 1000px) {
      .whats {
          width: 35%;
      }
      .main-header {
          margin-top: -229px;
      }
  }

  @media screen and (max-width: 991px) {
      .LOGIN-img img {
          width: 110px;
          margin-top: 0px;
      }
  }

  @media screen and (max-width: 700px) {
      .whats {
          width: 45%;
      }
      .footer-r img {
          width: 20%;
      }
  }

  @media screen and (max-width: 575px) {
      .footer-r img {
          width: 20%;
          margin-left: 0px;
      }
      .whats {
          width: 55%;
      }
      iframe {
          width: 250px;
      }
  }

  @media screen and (max-width: 350px) {
      .whats {
          width: 70%;
      }
      .SERVE ul img {
          margin-left: 125px;
      }
      iframe {
          width: 200px;
      }
  }

  /* ==========================================================================================
                                              SUPPORT
==============================================================================================*/

  /* ==========================================================
   Start SUPPORT
===========================================================*/

  .SUPPORT {
      background: url(../images/unnamed.jpg) no-repeat;
      background-size: 100% 100%;
      width: 100%;
  }

  .SUPPORT-header {
      padding-top: 2rem;
      color: #FFF;
  }

  .SUPPORT-header h1 {
      font-weight: 600;
      line-height: 4.2;
  }

  .SUPPORT-header p {
      font-weight: 600;
      color: #fd752b;

  }

  .SUPPORT img {
      width: 10%;
      height: 2.8rem;

  }

  .SUPPORT-info {
      color: #FFF;
      padding:0 0 1.2rem 0px;
  }

  .SUPPORT-info .SUPPORT-main {
      display: flex;

  }
  .SUPPORT-main{
      margin-top: 1rem;
  }

  .SUPPORT-info p {
      margin: 7px 5px;
  }

  /* ==========================================================
   Start FAQ
===========================================================*/

  .FAQ-header {
      text-align: center;
      margin-top: 3rem;
  }

  #FAQ h2 {
      text-align: center;
      text-transform: capitalize;
      font-weight: 600;
      line-height: 1;
      display: inline-block;
      position: relative;
      padding-bottom: 20px;
      font-size: 24px;
      color: #1d1d1d;
      margin-top: 0;
  }

  #FAQ h2:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      bottom: 3px;
      background: #fd752b;
  }

  .FAQ i {
      position: absolute;
      right: 80px;
      margin-top: -26px;
  }

  .FAQ p {
      padding-top: 20px;
  }

  .FAQ-holder {
      background: rgb(214, 208, 208, 0.35);
      margin: 20px;
      padding: 19px 53px;
      border-radius: 5px;
  }

  .FAQ-none {
      display: none;
  }

  #i1 {
      display: none;
  }

  .question h6:hover {
      color: #fd752b;
  }

  .question {
      cursor: pointer;
  }

  #FAQ img {
      width: 100%;
      margin-top: 5rem;
  }

  /* ==========================================================
   Start  IN TOUCH
===========================================================*/



  .contact-input input, .contact-input label {
      margin-top: 1rem;
  }

  .contact-input-button button {
      width: 22vh;
  }

  .contact-input-button img {
      width: 100%;
  }

  .contact-input-button button {
      appearance: auto;
      -webkit-writing-mode: horizontal-tb !important;
      text-rendering: auto;
      color: unset;
      letter-spacing: normal;
      word-spacing: normal;
      text-transform: none;
      text-indent: 0px;
      text-shadow: none;
      display: inline-block;
      text-align: center;
      align-items: flex-start;
      cursor: default;
      background-color: unset;
      box-sizing: unset;
      margin: 0em;
      padding: 0;
      border-width: unset;
      border-style: unset;
      border-color: unset;
      border-image: initial;
      margin: 2rem 0;
  }

  .contact-input-button {
      text-align: end;
  }

  .IN-TOUCH-header {
      text-align: center;
      padding: 2rem;
      margin: 0rem 0 0 0;
  }

  .IN-TOUCH {
      /* background: url(../images/parallax7.jpg) no-repeat;
      background-size: cover; */
  }
  .IN-TOUCH form
{
    padding: 54px;

}
  .IN-TOUCH h1 {
      text-transform: capitalize;
      font-weight: 600;
      line-height: 1;
      display: inline-block;
      position: relative;
      padding-bottom: 20px;
      font-size: 24px;
      color: #1d1d1d;
  }

  .IN-TOUCH h1:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      bottom: 3px;
      background: #fd752b;
  }

  .IN-TOUCH p {
      font-size: 21px;
      width: 70%;
      margin: auto;
  }

  .IN-TOUCH label {
      color: #fd752b;
  }

  .IN-TOUCH-background {
      /* background: #DDD; */
      color: #000;
      margin: 0;
  }
  @media (max-width:991px) {
  .IN-TOUCH form {
    padding: 20px;
}
}
@media (max-width: 991px){
.SHIPPING-container {
    max-width: 928px;
}
}

  /* ==========================================================================================
                                              PORTFOLIO
==============================================================================================*/

  /* ==========================================================
   Start  Main
===========================================================*/

  .PORTFOLIO {
      background: url(../images/banner_slider_2.jpg) no-repeat;
      background-size: 100% 100%;
      width: 100%;
      height: 35vh;
  }

  /* ==========================================================
   Start  story
===========================================================*/

  .story {
      margin: 3rem 0rem;
  }

  .story h1 {
      text-transform: capitalize;
      font-weight: 600;
      line-height: 1;
      display: inline-block;
      position: relative;
      padding-bottom: 20px;
      font-size: 24px;
      color: #1d1d1d;
  }

  .story h1:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      bottom: 3px;
      background: #fd752b;
  }

  .story img {
      margin-top: 5rem;
      width: 100%;
  }

  /* ==========================================================
   Start  Philosophy
===========================================================*/

  .Philosophy {
      background: #2f5596;
      color: #FFF;
  }

  .departments-top {
      margin-top: 40px;
      margin-bottom: 40px;
      text-align: center;
  }

  .departments-top h2 {
      padding: 20px;
  }

  .departments-img {
      width: 100%;
      margin-top: 5rem;
  }

  .department-inf {
      display: none;
  }

  .department-inf.active {
      display: block;
      transition: all ease-in-out .9s;
  }

  .department-list .nav-link {
      border: 0;
      padding: 12px 15px 12px 0;
      transition: 0.3s;
      color: #a1a2a2 !important;
      border-radius: 0;
      border-right: 2px solid #ebf1f6;
      font-weight: 600;
      font-size: 15px;
  }

  .department-list .nav-link.active {
      color: #FFF !important;
      border-color: #fd752b !important;
      transition: all ease-in-out .5s;
      background-color: #2f5596;
  }

  .department-list .nav-tabs {
      border-bottom: 0;
  }

  .department-inf h2 {
      color: #fd752b;
  }

  @media only screen and (max-width:767px) {
      .departments-img {
          margin-top: 0;
          width: 67%;
      }
      .story img {
          margin-top: 0;
          width: 60%;
          margin-left: 24%;
      }
  }

  /* ==========================================================
   Start  Why DLVAGO
===========================================================*/

  .DLVAGO ul {
      list-style: none;
  }

  .DLVAGO li {
      color: #fd752b;
      font-weight: 700;
  }

  /* ==========================================================================================
                                              PORTFOLIO
==============================================================================================*/

  /* ==========================================================
         Start Main
===========================================================*/

  .SERVICES-header {
      background: url(../images/istockphoto-1253501430-612x612.jpg) no-repeat;
      background-size: 100% 100%;
      width: 100%;
      height: 45vh;
  }

  /* ==========================================================================================
                                              SERVICES
==============================================================================================*/

  /* ==========================================================
   Start  SERVICES-page
===========================================================*/

  .thm-container {
      max-width: 1170px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }

  .welcome-text {
      background: #183650;
      padding: 80px 0 120px;
  }

  .welcome-text .title-box, .welcome-text .text-box {
      display: table-cell;
      vertical-align: middle;
  }

  .welcome-text .title-box {
      padding-right: 40px;
      border-right: 4px solid #12A0B1;
  }

  .welcome-text .title-box h3 {
      font-size: 26px;
      font-weight: bold;
      color: #fff;
      line-height: 33px;
      text-transform: uppercase;
  }

  .welcome-text .text-box {
      padding-left: 46px;
  }

  .welcome-text .text-box p {
      margin: 0;
      color: #AFC0CF;
      font-style: italic;
      font-size: 16px;
  }

  .welcome-services {
      margin-top: -80px;
      padding-bottom: 80px;
  }

  .welcome-services .service-text p {
    margin: 10px;
      color: #898989;
      font-family: 'Open Sans', sans-serif;
      font-style: italic;
      font-size: 16px;
      margin-top: 55px;
  }

  .welcome-single-services {
      margin-top: 30px;
      background: #fff;
  }

  .welcome-single-services:hover .text-box {
      background: #1FB5C7;
  }

  .welcome-single-services:hover .text-box:before {
      background: #1FB5C7;
  }

  .welcome-single-services:hover .text-box:after {
      background: #183650;
      left: -23px;
      width: 20px;
      transform: skew(-15deg);
  }

  .welcome-single-services:hover .text-box h3, .welcome-single-services:hover .text-box p {
      color: #FFFFFF;
  }

  .welcome-single-services .img-box, .welcome-single-services .text-box {
      display: table-cell;
      vertical-align: middle;
  }

  .welcome-single-services .img-box {
      background: #fff;
      width: 222px;
      -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  }

  .welcome-single-services .text-box {
      background: #EFF3F6;
      position: relative;
      padding-left: 25px;
      padding-right: 27px;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
  }

  .welcome-single-services .text-box .content {
      position: relative;
      z-index: 11;
  }

  .welcome-single-services .text-box:before {
      content: '';
      width: 50px;
      height: 100%;
      position: absolute;
      top: 0;
      left: -20px;
      -webkit-transform: skew(-12deg);
      -ms-transform: skew(-12deg);
      transform: skew(-12deg);
      background: #EFF3F6;
      z-index: 9;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
  }

  .welcome-single-services .text-box:after {
      content: '';
      width: 2px;
      height: 100%;
      position: absolute;
      top: 0;
      left: -21px;
      -webkit-transform: skew(-13deg);
      -ms-transform: skew(-13deg);
      transform: skew(-13deg);
      background: #DADADA;
      z-index: 8;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
  }

  .welcome-single-services .text-box h3 {
      font-size: 20px;
      text-transform: uppercase;
      color: #242424;
      font-weight: bold;
      line-height: 33px;
      margin-bottom: 9px;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
  }

  .welcome-single-services .text-box p {
      color: #898989;
      font-family: 'Lato', sans-serif;
      font-size: 16px;
      line-height: 24px;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
  }

  .content a {
      color: #fd752b;
      font-weight: 600;
  }

  @media (max-width: 1024px) {
      .welcome-text .text-box p br {
          display: none;
      }
      .welcome-text {
          margin-top: -1px;
      }
  }

  @media (max-width: 767px) {
      .welcome-single-services .text-box {
          width: 100%;
      }
  }

  @media (max-width: 480px) {
      .welcome-text .title-box {
          display: block;
          border-right: 0;
          border-bottom: 4px solid #12a0b1;
          margin-bottom: 15px;
          padding-bottom: 15px;
          text-align: center;
      }
      .welcome-text .text-box {
          padding-left: 0;
      }
  }

  @media (max-width: 414px) {
      .welcome-single-services .img-box, .welcome-single-services .text-box {
          display: block;
          padding: 0;
          width: 100%;
      }
      .welcome-single-services .text-box {
          padding-top: 20px;
          padding-bottom: 20px;
          padding-left: 20px;
          padding-right: 20px;
      }
      .welcome-single-services .img-box img {
          width: 100%;
      }
      .welcome-single-services .text-box::before, .welcome-single-services .text-box::after {
          display: none;
      }
      .welcome-text .title-box {
          padding: 0;
          padding-bottom: 10px;
      }
      .welcome-single-services .img-box {
          -webkit-clip-path: none;
          clip-path: none;
      }
  }

  /* ==========================================================================================
                                              LOGIN
==============================================================================================*/

  .LOGIN-page {
      margin: 6rem 0rem;
  }

  .login-register-wrapper .login-register-tab-list {
      display: flex;
      justify-content: center;
      margin-bottom: 40px
  }

  .login-register-wrapper .login-register-tab-list a {
      position: relative
  }

  .login-register-wrapper .login-register-tab-list a:before {
      background-color: #000;
      bottom: 5px;
      content: "";
      height: 18px;
      margin: 0 auto;
      position: absolute;
      right: -2px;
      transition: all .4s ease 0s;
      width: 1px
  }

  .login-register-wrapper .login-register-tab-list a:hover h4 {
      color: #146cda !important
  }

  .login-register-wrapper .login-register-tab-list a h4 {
      font-size: 25px;
      font-weight: 700;
      margin: 0 20px;
      text-transform: capitalize;
      transition: all .3s ease 0s;
      color: #1d1d1d
  }

  .login-register-wrapper .login-register-tab-list a:last-child:before {
      display: none
  }

  .login-register-wrapper .login-form-container {
      background: transparent none repeat scroll 0 0;
      box-shadow: 0 0 6px rgba(0, 0, 0, .1);
      padding: 80px;
      text-align: left
  }

  .login-register-wrapper .login-form-container .login-register-form input {
      background-color: transparent;
      border: 1px solid #ebebeb;
      color: #666;
      font-size: 14px;
      height: 45px;
      margin-bottom: 30px;
      padding: 0 15px;
      width: 100%;
      outline: 0
  }

  .login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn {
      padding: 10px 0 19px
  }

  .login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn input[type=checkbox] {
      height: 15px;
      margin: 0;
      position: relative;
      top: 1px;
      width: 17px
  }

  .login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a {
      color: #1d1d1d;
      float: right;
      font-size: 15px;
      transition: all .3s ease 0s
  }

  .login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a.flote-none {
      float: none !important
  }

  .login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a:hover {
      color: #146cda
  }

  .login-register-wrapper .login-form-container .login-register-form .button-box button {
      background-color: #f2f2f2;
      border: medium none;
      color: #1d1d1d;
      cursor: pointer;
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      padding: 11px 30px;
      text-transform: uppercase;
      transition: all .3s ease 0s;
      outline: 0;
      border-radius: 5px
  }

  .login-register-wrapper .login-form-container .login-register-form .button-box button:hover {
      background-color: #146cda;
      color: #fff
  }

  @media only screen and (min-width:992px) and (max-width:1199px) {
      .login-register-wrapper .login-form-container {
          padding: 80px 50px
      }
  }

  @media only screen and (max-width:767px) {
      .login-register-wrapper .login-form-container {
          padding: 40px 15px
      }
  }

  .login-register-wrapper .login-register-tab-list a.active h4 {
      color: #146cda
  }

  .form div {
      margin: 20px;
  }

  .Forgot {
      margin: auto;
  }

  .Forgot div {
      margin: auto;
  }

  .form div {
      margin: 20px;
  }

  .login h1, .Create h1 {
      font-weight: 700;
      font-size: 20px;
      color: #ff9a1d;
  }

  .Create p {
      margin: auto;
      width: 60%;
  }

  .Create {
      margin: 25px 0px;
      text-align: center;
  }

  .login {
      margin: auto;
      padding: 0px 40px;
      border-right: 1px solid #DDD;
      text-align: center;
  }

  .CHECKOUT-div, .facebook-div {
      margin: 2rem;
  }

  .facebook2-div, .CHECKOUT2-div {
      margin: 1rem;
  }

  .CHECKOUT {
      width: 100%;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      font-family: Roboto, sans-serif;
      color: #ffffff !important;
      font-size: 16px;
      background: #f68b1e;
      background: -moz-linear-gradient(left, #f68b1e 0, #f99e1b 43%, #f99e1b 57%, #f68b1e 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f68b1e), color-stop(43%, #f99e1b), color-stop (57%, #f99e1b), color-stop(100%, #f68b1e));
      background: -webkit-linear-gradient(left, #f68b1e 0, #f99e1b 43%, #f99e1b 57%, #f68b1e 100%);
      background: -o-linear-gradient(left, #f68b1e 0, #f99e1b 43%, #f99e1b 57%, #f68b1e 100%);
      background: -ms-linear-gradient(left, #f68b1e 0, #f99e1b 43%, #f99e1b 57%, #f68b1e 100%);
      background: linear-gradient(to right, #f68b1e 0, #f99e1b 43%, #f99e1b 57%, #f68b1e 100%);
      text-align: center;
      text-decoration: none;
  }

  .CHECKOUT-2 {
      width: 100%;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      font-family: Roboto, sans-serif;
      color: #ffffff !important;
      font-size: 16px;
      background: #f68b1e;
      background: -moz-linear-gradient(left, #f68b1e 0, #f99e1b 43%, #f99e1b 57%, #f68b1e 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f68b1e), color-stop(43%, #f99e1b), color-stop (57%, #f99e1b), color-stop(100%, #f68b1e));
      background: -webkit-linear-gradient(left, #f68b1e 0, #f99e1b 43%, #f99e1b 57%, #f68b1e 100%);
      background: -o-linear-gradient(left, #f68b1e 0, #f99e1b 43%, #f99e1b 57%, #f68b1e 100%);
      background: -ms-linear-gradient(left, #f68b1e 0, #f99e1b 43%, #f99e1b 57%, #f68b1e 100%);
      background: linear-gradient(to right, #f68b1e 0, #f99e1b 43%, #f99e1b 57%, #f68b1e 100%);
      text-align: center;
      text-decoration: none;
  }

  .facebook {
      width: 100%;
      -moz-border-radius: 2px;
      border-radius: 2px;
      font-family: Roboto, sans-serif;
      color: #ffffff !important;
      font-size: 16px;
      background: #40588a;
      text-align: center;
  }

  .facebook ion-icon, .CHECKOUT-2 ion-icon, .CHECKOUT ion-icon {
      color: #FFF;
      margin-right: 20px;
      font-size: 22px;
      margin-bottom: -4px;
  }

  @media (max-width:991px) {
      .login {
          border-right: unset;
      }
  }

  @media (max-width:767px) {
      .login {
          padding: 0px 5px;
      }
      .CHECKOUT-div, .facebook-div {
          margin: 2rem 0rem;
      }
  }

  /* ==========================================================================================
                                              SHIPPING
==============================================================================================*/

  /* ==========================================================
   Start  SHIPPING
===========================================================*/

  .SHIPPING-holder {
    padding: 50px 0;
    position: relative;
    width: 100%;
    z-index: 1;  }

  .SHIPPING {
      margin: 1rem 0rem;
  }

  .SHIPPING a {
      color: #021a60;
  }

  .SHIPPING .nav-tabs .nav-link.active {
      color: #fd752b;
  }

  table {
      display: table;
      border-collapse: inherit;
      box-sizing: inherit;
      text-indent: inherit;
      border-spacing: 30px 15px;
      margin: auto;
  }
/*
  .dataTables_wrapper .dataTables_paginate .paginate_button.current,
   .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
   .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
      background-color: #17A2B8;
      background-image: none;
      border-color: transparent;
      color: #fff !important;
  } */

  .previous, .dataTables_length label {
      display: none !important;
  }



  table.dataTable.no-footer {
      border: 1px solid #e2e2e2;
  }

  table.dataTable thead th, table.dataTable thead td {
      padding: 10px 18px;
      border-bottom: 1px solid #ddd;
  }

  tbody {
      font-weight: 600;
  }

  table.dataTable tbody th, table.dataTable tbody td {
      padding: 0.75rem;
  }

  .table th, .table td {
      padding: 0.75rem;
      vertical-align: top;
      border-top: 1px solid #dee2e6;
  }

  table.dataTable tbody tr {
      background-color: white;
  }

  .br-pagetitle {
      margin: 1rem;
  }

  .MY .container {
      background-color: #fff;
      padding: 30px 20px;
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
      border-radius: 3px;
  }

  .dataTables_filter input:active:focus {
      box-shadow: 0 0 0 0.2rem rgba(246, 122, 88, 0.5) !important;
      border: 0 0 0 0.2rem rgba(246, 122, 88, 0.5) !important;
  }

  [type=search]:focus {
      box-shadow: 0 0 0 0.2rem rgba(246, 122, 88, 0.5) !important;
      border: 0 0 0 0.2rem rgba(246, 122, 88, 0.5) !important;
  }

  .dataTables_wrapper .dataTables_filter input:focus {
      box-shadow: 0 0 0 0.2rem rgba(246, 122, 88, 0.5) !important;
      border: 0 0 0 0.2rem rgba(246, 122, 88, 0.5) !important;
  }

  .example {
      box-shadow: 0 0 0 0.2rem rgba(246, 122, 88, 0.5) !important;
      border: 0 0 0 0.2rem rgba(246, 122, 88, 0.5) !important;
  }

  .new-order {
      width: 90%;
      margin-top: 10px;
  }

  .new-order .card-footer {
      text-align: center;
  }

  .btn {
      font-size: 0.875rem;
  }

  .card-primary .btn {
      font-size: 0.875rem;
  }

  .br-pagetitle h4 {
      text-transform: capitalize;
      font-weight: 600;
      line-height: 1;
      display: inline-block;
      position: relative;
      padding-bottom: 20px;
      font-size: 24px;
      color: #1d1d1d;
  }

  .br-pagetitle h4:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      bottom: 3px;
      background: #fd752b;
  }

  .Filter {
      margin-left: 20px;
      margin-bottom: 13px;
  }

  .Filter1 {
      margin-left: 20px;
      margin-bottom: 6px;
  }

  .print {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      font-family: Roboto, sans-serif;
      color: #ffffff !important;
      font-size: 14px;
      background: #f68b1e;
      background: -moz-linear-gradient(left, #f68b1e 0, #f99e1b 43%, #f99e1b 57%, #f68b1e 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f68b1e), color-stop(43%, #f99e1b), color-stop (57%, #f99e1b), color-stop(100%, #f68b1e));
      background: -webkit-linear-gradient(left, #f68b1e 0, #f99e1b 43%, #f99e1b 57%, #f68b1e 100%);
      background: -o-linear-gradient(left, #f68b1e 0, #f99e1b 43%, #f99e1b 57%, #f68b1e 100%);
      background: -ms-linear-gradient(left, #f68b1e 0, #f99e1b 43%, #f99e1b 57%, #f68b1e 100%);
      background: linear-gradient(to right, #f68b1e 0, #f99e1b 43%, #f99e1b 57%, #f68b1e 100%);
      text-align: center;
      text-decoration: none;
  }

  .dataTables_wrapper {
      z-index: 1;
  }

  .person-img img {
      position: absolute;
      right: 0px;
      bottom: -50px;
    }

  .person-img1 img {
      position: absolute;
      right: 0;
      bottom: -50px;
      z-index: -1;
  }

  .person-img2 img {
      position: absolute;
      right: 0px;
      bottom: -50px;
      max-height: 61vh;
  }

  .person-img {
      float: left;
      position: relative;
      text-align: right;
      width: 100%;
  }

  .person-img>img {
      position: absolute;
      top: -15px;
      width: 100%;
      right: 0;
  }

  .icheckbox_futurico2 {
      height: 15px;
      width: 15px;
  }

  .icheckbox_futurico2 {
      height: 16px;
      left: 0;
      position: absolute !important;
      top: 0;
      width: 16px;
  }


  /* -------------------------------  */
  .body .form-control:focus,
  .body input[type=text]:focus,
  .body input[type=date]:focus,
  .body input[type=email]:focus,
  .body textarea:focus
   {
      box-shadow: unset !important;
      border: 0rem !important;
      outline: unset !important;
  }
  .body input[type=checkbox]

  {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cecece;
    height: 16px;
    left: 0;
    /*position: absolute !important;*/
    top: 0;
    width: 16px;
}
  .body .form-control{
    box-shadow: unset !important;
    border: 0rem !important;
    outline: unset !important;
    height: calc(2.5em + .75rem + 2px);
    font-family: lato;
  }

.date
{
      width: 52vh !important;
      font-family: lato !important;
      border: 1px solid #ced4da !important;

}



  /* Booking Page */

  .person-img {
      float: left;
      position: relative;
      text-align: right;
      width: 100%;
  }

  .person-img>img {
      position: absolute;
      top: -15px;
  }

  .booking {
      float: left;
      width: 100%;
  }

  .booking>p {
      margin-bottom: 40px;
  }

  .booking-form {
      float: left;
      width: 100%;
  }

  .booking-form>form {
      float: left;
      width: 100%;
  }

  .booking-form>form>.row {
      margin: 0 -2px -4px;
  }

  .booking-form>form>.row>div {
      padding: 2px 2px 4px;
  }

  .select2-container {
      width: 100% !important;
      z-index: 2147483647 !important;
  }

  .booking-form>form label {
      background: #ffffff none repeat scroll 0 0;
      color: #858585;
      float: left;
      font-family: lato;
      font-size: 14px;
      font-weight: 400;
      height: 53px;
      margin-bottom: 0;
      padding: 15px 14px 25px;
      width: 100%;
  }

  .booking-form>form label i {
      margin-right: 5px;
  }

  .booking-form>form label .text-field {
      border: 0 none;
      -ebkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      width: 90%;
  }

  .booking-form>form textarea.text-field {
      border: 0 none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      color: #858585;
      float: left;
      font-family: lato;
      font-size: 14px;
      height: 175px;
      padding: 15px 14px 25px;
      width: 100%;
  }

  .booking-form .select-box .select2-container--default .select2-selection--single .select2-selection__rendered:before {
      background: #f9f9f9;
      height: 29px;
      width: 29px;
  }

  .booking-form .select-box .select2-container--default .select2-selection--single .select2-selection__rendered:after {
      font-size: 14px;
      right: 8px;
  }

  .booking-form .terms-services label {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      padding: 0;
  }

  .booking-form .terms-services {
      margin-right: 40px;
      margin-top: 40px;
      width: auto;
  }

  .booking-form>form .theme-btn {
      margin-top: 20px;
      padding: 19px 39px;
  }


  .select-box {
      float: left;
      width: 100%;
  }

  .select-box>select {
      float: left;
      width: 100%;
  }

  .select-box .select2-container--default .select2-selection--single {
      border: 0 none;
      height: 53px;
  }

  .select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #a7a7a7;
      font-family: lato;
      font-size: 11px;
      line-height: 53px;
      padding-left: 25px;
      position: relative;
  }

  .select-box .select2-selection__arrow {
      display: none;
  }

  .select-box .select2-container--default .select2-selection--single .select2-selection__rendered:before {
      background: #ffffff none repeat scroll 0 0;
      border-radius: 3px 0 0 3px;
      content: "";
      height: 37px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 37px;
  }

  .select-box .select2-container--default .select2-selection--single .select2-selection__rendered:after {
      color: #6e6e6e;
      content: "ï„‡";
      font-family: fontawesome;
      font-size: 16px;
      position: absolute;
      right: 13px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
  }


  .datepicker-field > input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: left;
    width: 100%;
}

.datepicker-field {
    background: #e8e8e8 none repeat scroll 0 0;
    color: #6e6e6e;
    float: left;
    font-family: lato;
    font-size: 11px;
    padding: 18px 25px;
    position: relative;
    width: 100%;
}
.datepicker-field > input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: left;
    width: 100%;
}


.datepick {
    background-color: #fff;
    border: 1px solid #444;
    border-radius: 0.25em;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 90%;
}
.booking-form{
    padding: 1rem;
}

.body{
    background: url(../images/parallax6.jpg);

}
.SHIPPING-holder:before {
    background: #fafafa none repeat scroll 0 0;
    opacity: 0.95;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.address_type label {
    display: contents;
    margin-bottom: 0.5rem;
}
.terms-services .icheckbox_futurico2 {
    height: 15px;
    width: 15px;
}
.terms-services {
    float: left;
    margin-top: 44px;
    width: 100%;
}
.terms-services > span {
    float: left;
    padding-left: 30px;
    position: relative;
    width: 100%;
}
.terms-services .icheckbox_futurico2 {
    height: 15px;
    width: 15px;
}
.card-footer{
    text-align: center;
}
.booking-form .terms-services a{
    color: #fd752b;
    font-weight: 600;
}
.btn-info1 {
    color: #fff;
    background-color:#fd752b;
    border-color: #fd752b;
}
.btn-info1:hover {
    color: #fff;
    background-color:#fd752b;
    border-color: #fd752b;
}
.btn-info1
button[type=button]:focus {
    color: #fff;
    background-color:#fd752b;
    border-color: #fd752b;
    box-shadow: #fd752b !important;
    border: 0rem !important;
    outline: unset !important;
}

  /* ==========================================================================================
                                              Traking
==============================================================================================*/
  /* ==========================================================
   Start Traking
===========================================================*/
.traking i{
position: absolute;
color: #2e4eb3;
}
.traking h6{
    margin: 1.5rem;
    }
.traking .tracking-info {
        margin-left: 6px;
        text-align: center;
 }
 .traking {
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0px 2px 20px 4px #ddd;
    padding: 3rem;
    transition: all ease-in-out .9s;


}
.trak{
    cursor: pointer;
}

.tracking-header{
    text-align: center;
}
.tracking-info1{
display: none;
transition: all ease-in-out .5s;
}
.tracking-info-holder{
    min-height: 4rem;
    border-left: 1px solid #DDD;

}


  /* ==========================================================================================
                                              singel post
==============================================================================================*/
.singel-post{
    background: #FFF !important;
}

  /* ==========================================================================================
                                              Register
==============================================================================================*/
.signUp-header{
    margin: 2rem 0;
    font-weight: 800;
    font-size: 20px;
    color: #ff9a1d;
text-align: center;
}
.Register{
    margin: 4rem;
}
.Register .signUp{

    box-shadow: 0px 2px 20px 4px #ddd;
    padding: 1rem 3rem;
}
.Register button{
    margin-top: 2rem;
}

.Register label{
    margin-top: 1rem;
}

.Profile-info h6{
    padding: .5rem;
    background: #FFF;
}
.Profile-info{
    margin-left: 1.5rem;
}
#supportMap iframe{
    width: 100% !important;
}

  .who-serve {
      background: url(../images/istockphoto-1253501430-612x612.jpg) no-repeat;
      background-size: 100% 100%;
      width: 100%;
      height: 45vh;
  }
  .SERVE-add{
      background: #FFF;
      color: #000;
  }
  .SERVE-add p {
      width: 100%;
      font-size: 20px;

  }

  .SERVE-add-header h2{
      margin: 2rem 0;
      font-weight: 600 ;
  }
  .SERVE-add ul li {
      color: #dc5004;
  }
  .SERVE-add p span {
      color: #1d49a7;
      font-weight: 700;
  }
  .SERVE-add .shipment span{
      color: #dc5004;
  }
  .SERVE-add-footer p{
      font-size: 19px;
  }
  .SERVE-add-footer{
      margin-top: 2rem;
      margin-bottom: 2rem;

  }
