
html {
  scroll-behavior: smooth;
}
.main-banner .slide-item {
    height: 510px;
}
.form-control-custom {
    height: 50px;
}
.nice-select {
    line-height: 50px;
}

.banner-tabs .group-form .custom-select:before {
    content: '';
    background: #ff0000;
    width: 40px;
    height: 50px;
}
.group-form .input-group-append {
    position: absolute;
    height: 50px;
    width: 40px;
}

.banner-tabs1 {
    margin-top: -62px;
    z-index: 99999;
    margin-bottom: 49px;
}
.p-relative {
    position: relative;
    /*z-index: -1;*/
}

.btn-height, button.btn-height {
    height: 50px;
    line-height: 1;
    padding: 0;
}

.group-form .custom-select:after {
    border-bottom-color: #000;
    border-right-color: #000;
    right: 15px;
}
.banner-tabs .group-form .custom-select:before {
    content: '';
    background: #f9f9f900;
    width: 40px;
    height: 50px;
}

.banner-tabs .group-form .input-group-append {
    background: #ff000000;
}

.group-form .input-group-append {
    position: absolute;
    height: 50px;
    width: 43px;
    border-radius: 50px;
    overflow: hidden;
}


.form-control-custom {
    border-radius: 10px;
}

.group-form .custom-select {
    padding: 0 30px 0 10px;
}

.banner-tabs .form-control-custom, .newsletter .form-control-custom {
    border: 0px solid #ff0000;
}
.group-form .input-group-append {
    color: #000;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
button.btn-first.btn-submit.full-width.btn-height {
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
}

.car-list {
    background: #f8f8f8;
    padding-bottom: 51px;
  }

.p-relative {
    position: relative;
    /*z-index: 1;*/
  }

  .car-grid {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
  }
  .bx-wrapper {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.58);
  }


  .whychooseus {
    position: relative;
    background-color: transparent;
    border: 0;
}

.whychooseus .card-body {
    height: 160px;
    width: 160px;
    background-color: #fff;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 0px 5px #e3e3e3;
    margin-bottom: 10px;
    transition: all 500ms ease;
}
.whychooseus .card-body i {
    color: #232350;
}
.num-choose {
    position: absolute;
    top: 35%;
    right: 0%;
    transform: translate(100%,0%);
    height: 48px;
    width: 48px;
    /* background-color: #fff;
    box-shadow: 0 0 0 6px rgb(255 120 0 / 50%); */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
    z-index: 999;
  }

.num-choose p {
    color: #222;
    font-size: 22px;
    font-weight: 600;
}
.whychooseus h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 25px;
}
.section-title h4{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
}
.section-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    color: #ffffff;
    padding: 0px 0;
} 

.whychooseus:hover .card-body {
    box-shadow: 0 0 0 5px rgba(255, 29, 29, 0.5);
}

.whychooseus:hover .num-choose {
    /* box-shadow: 0 0 0px 6px #e3e3e3; */
    transform: translate(170%,0%);
}
.appointment-area {
    position: relative;
}


.appointment-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 50px 0;
}
.appointment-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000094;
    opacity: 0.9;
}

.whychooseus .card-body{
    position: relative;
    z-index: 9;
}

.card.whychooseus .card-body::after {
    content: '';
    position: absolute;
    border-top: 2px dotted rgb(255, 255, 255);
    width: 100%;
    top: 50%;
    left: 100%;
    transform: translate(0% ,-50%);
    z-index: 1;
  }

  .last-c::after {
    display: none;
  }

  .right-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .right-list ul{
    width: 30%;
    padding: 0;
    margin: 0;
  }
  .right-list ul li{
    margin-top: 20px;
    list-style: none;
  }
  .right-list ul h3{
    font-size: 20px;
  }
  .first-list li{
    text-align: end;
  }
  .service-box{
    position: relative;
  }


  .we-offer-img {
    width: 400px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }

  .we-offer-img img{
  width: 100%;
   height: 100%;
   object-fit: cover;
  }
  .right-list h3 span{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-block;
    line-height: 45px;
    text-align: center;
  }
.journey .card.whychooseus .card-body::after {
    display: none;
  }
.journey .whychooseus .card-body span{
display: block;
}
.journey .whychooseus .card-body h5{
    font-size: 30px;
    margin: 0;
padding-top: 14px;
color: #fff;
}
.journey .whychooseus .card-body {
    height: 160px;
    width: 160px;
    background-color: #fff0;
}

.journey .whychooseus .card-body {
    box-shadow: 0 0 0px 5px #f00;
  }
  .we-offer-box {
    padding: 50px 0;
  }
.footer-box h5{
    color: #fff;
    margin: 0;
    padding: 0;
}
.footer-box p{
    margin: 0;
    padding: 0;
    color: #fff;
}
.footer .footer-box .main li {
    list-style: none;
    color: #fff;
    padding: 1px 0px;
  }

  .footer a:focus,.footer a:hover {
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
  }
  .copyright {
  text-align: start;
}
.header .navigation-wrapper.sticky {
  animation-name: fadeHeaderInDown;
  /*position: relative;*/
    
}
.header .navigation-wrapper {
  background-color: #fff;
  position: relative;
}
.journey .card-body img {
  filter: brightness(99999);
  filter: invert(1);
  text-align: center;
}
.journey .whychooseus .card-body span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.car-grid .car-grid-wrapper.car-grid .image-sec {
  height: 279px;
  width: 100%;
  background-color: #fff;
}
.car-grid .car-grid-wrapper.car-grid .image-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.book-now-show .car-grid {
  box-shadow: 0px 3px 20px #ccc;
  border-radius: 10px;
}
.form-control-custom {
    border: 1px solid #000000;
}

.filetype .form-control-custom {
    height: 50px;
    padding-top: 10px;
}
.header .navigation-wrapper nav > .main-navigation .logo {
  width: 185px;
  height: 105px;
  position: relative !important;
  top: 0;
}
.main-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*.main-menu a {*/
/*  padding: 10px 20px;*/
/*  background-color: #f00;*/
/*  border-radius: 4px;*/
/*  box-shadow: 1px 5px 10px #ee9595;*/
/*}*/
/*.main-menu a:hover{*/
/*    color:#fff;*/
/*}*/


.main-banner .slide-item {
    height: auto;
}
.image-fit {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
/*====================Booking Form======================*/
.group-form .input-group-append {
  background: #0000;
}
.group-form .custom-select::before {
  content: '';
  background: #0000;
  width: 40px;
  height:50px;
  
}
.radiobtn .checkmark {
  border-radius: 50px !important;
}
.policy{
        background-image: url(../images/policy-bg.jpg);
    text-align: center;
    height: 300px;
    padding-top: 140px;
}
ul.custom-flex.justify-content-center {
    display: none;
}

/*.pt-5, .py-5 {*/
/*    padding-top: 0rem!important;*/
/*}*/

.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item>a:after {
    display:none;
}
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item>a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
     
}
section#how-we-work {
    margin-top: 154px;
}
.card-saftey .card-body{
    box-shadow:0px 2px 5px #ccc;
    border: 1px dotted #3a3a3a;
   min-height: 250px;
}
.card-saftey h3{
font-size: 26px;
}

.form-control-custom{
    position:relative;
}
.login-regi{
    background-color:#fff;
}
#pass{
    padding-right:60px;
    position:relative;
}
.pass{
    position:relative;
}
    .toglebtninput {
        position: absolute;
        height: 50px;
        width: 50px;
        right: 5%;
        top: 65%;
        transform: translateY(-50%);
        background-color: rgba(241, 241, 241, 0.274);
        /* box-shadow: 2px 10px 5px rgb(245, 245, 245)  ; */
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;



    }

    .toglebtninput span::after {
        content: '\f06e';
        font-family: fontAwesome;
        font-size: 19px;
    }

    .toglebtninput.hide span::after {
        content: '\f070';
       
    }
    table th, table td {
  border: 1px solid #dfdfdf;
  padding: 8px;
}
.profile-box input{
    border:0;
    font-size:17px;
}
.profile-box td{
    font-size:17px;
}
.copybox span{
    cursor:pointer;
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
}

.post-heading {
    height: 102px;
}


  /*======================= Responsive=====================*/
  @media screen and (min-width:768px) and  (max-width:1200px){
  .card-saftey .card-body {
    min-height: 295px;
}
.our_articles .post .post-wrapper .blog-meta .post-heading h2 {
    margin-top: -10px;
    line-height: 28px;
    font-size: 23px;
}
}


  @media screen and (max-width:990px) {
  .right-list {
    display: block;
}
.banner-tabs1 {
    margin-top: -14px;
}
.right-list ul {
    width: 100%;
}
.first-list li {
    text-align: start;
}
.right-list ul.first-list h3 {
    font-size: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
.we-offer-img {
    display: block;
}

.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item>a {
        border-bottom: 1px solid #ccc;
}

/*.we-offer-box {*/
/*     background-image: url(../images/blog/blog_large.jpg); */
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: inherit;*/
/*}*/
.right-list p,.right-list h3{
    color: #000;
}
/*.section-title h2{*/
/*    color: #000 !important;*/
/*}*/
.right-list {
    display: block;
    text-align: center;
}
.first-list li {
    text-align: center;
}
/*.right-list h3 span img {*/
/*    filter: brightness(9999999);*/
/*    filter: invert(1);*/
/*}*/
.right-list ul.first-list h3 {
    justify-content: center;
    align-items: center;
}
.section-title h2 {
    font-size: 30px;
    margin-bottom: 0px;
}
.right-list {
    display: flex;
    text-align: center;
    height: 126vh;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
  }


  @media screen and (min-width:768px) and  (max-width:990px){
    .card.whychooseus .card-body::after {
        display: block;
    }
    .num-choose {
        display: block;
    }
    .whychooseus .card-body {
    height: 70px;
    width: 70px;
    }
    .num-choose img {
    width: 65%;
}
.num-choose {
    top: 27.2%;
    transform: translate(230%,0%);
}
.whychooseus h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
}
.last-c::after {
    display: none;
  }
  .section-title h2 {
    font-size: 30px;
    margin-bottom: 32px;
  }
  .journey .whychooseus .card-body {
    height: 120px;
    width: 120px;
    background-color: #fff0;
}
   .right-list {
    height: 95vh;
} 

  }
 @media screen and (min-width:450px) and  (max-width:820px){
   .right-list {
    height: 100vh;
}  
.subheader {
    height: 152px;
    padding-top:50px;
}
.subheader h1 {
    font-size: 39px;
}
 }


  @media screen and (max-width:767px) {
   .whychooseus {
    margin-top: 19px;
}
    .right-list {
    height: 130vh;
}
   #how-we-work .card.whychooseus .card-body::after {
        content: '';
        position: absolute;
        border-top: 2px dotted rgb(255, 255, 255);
        width: 100%;
        top: 120%;
        left: 0;
        transform: translate(0 ,-50%) rotate(90deg);
        z-index: 1;
    }
   #how-we-work .num-choose {
        position: absolute;
        top: 120%;
        left: 0%;
        transform: translate(115%,0%) rotate(90deg);
        height: 48px;
        width: 48px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 500ms ease;
        z-index: 99;
    }
    .whychooseus:hover .num-choose {
        /* box-shadow: 0 0 0px 6px #e3e3e3; */
        transform: translate(115%,38%) rotate(90deg);
    }
    .we-offer-box .pb-5, .we-offer-box .py-5 {
    padding-bottom: 0rem!important;
}
#how-we-work .whychooseus h3 {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    margin-top: 25px;
    text-align: start;
    width: 43%;
    margin-right: auto;
}
#how-we-work .right-content h3 {
    text-align: end;
    width: 100%;
    margin-left: auto;
}
#how-we-work .center-content-enjo  h3 {
    text-align:center;
     margin:10px auto;
}
#how-we-work .we-offer-box {
    padding: 9px 0;
}
}
  
    @media screen and (max-width:616px) {
  .we-offer-box {
    background-position: center;
}
 .address-select span.current {
    word-break: break-all;
    white-space: break-spaces;
}
.address-select .custom-select {
    padding: 11px 30px 0 10px;
    line-height: 17px;
}
/*.menu-btn {*/
/*    display: none;*/
/*}*/
.header .navigation-wrapper nav>.main-navigation .hamburger-menu {
    display: block;
    align-items: center;
    cursor: pointer;
     padding: 0; 
    justify-content: flex-end;
}

   .right-list {
    height: 150vh;
}
.we-offer-box {
    padding: 9px 0;
}
.main-banner .slide-item {
height: auto;
}
.banner-tabs1 {
    margin-top: 0px;
}
.image-fit {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
section#how-we-work {
    margin-top: 3px;
}
}
  
   @media screen and (max-width:450px) {
  .btn-first {
    display: inline-block;
    padding: 2px 10px;
  }
  .subheader {
    background-position: 60%;
}

.whychooseus h3 {
    font-size: 24px;
   }
   .journey .whychooseus h3 {
    font-size: 19px;
}
.subheader {
    height: 152px;
    padding-top:50px;
}
.subheader h1 {
    font-size: 39px;
}
#safety h2{
    font-size: 25px;
}
   }
  

 