ul.mbl_side li.ctbtn a.trans {
  padding: 14px 28px;
}
ul.mbl_side li.ctbtn a.trans.whatapp {
  padding: 10px 15px;
}
ul.mbl_side li.ctbtn a.trans:hover, ul.mbl_side li.ctbtn a:hover i {
  color: #111 !important;
}
ul.mbl_side li.ctbtn a i {
  color: #000;
  padding-right: 5px;
  padding-left: 0;
}
.banner.innerbnr .shape::before{
  display: none !important;
}
.banner.innerbnr .shape::after{
  display: none !important;
}
.banner::before {
  background: rgba(0, 0, 0, 0.6);
}
.banner.innerbnr{
  padding: 40px 0;
}
.landinglogo{
  width: 150px;
  text-align: left;
  display: block;
}

.bannerp{
  color: #FFF;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  text-align: left;
  width: 75%;
  padding: 30px 0 20px;
}

.landingnumber{
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  ul{
    li{
      display: flex;
      align-items: center;
      padding-right: 20px;
      padding-bottom: 5px;
      span{
        padding-right: 10px;
        i {
          color: #fff;
          font-size: 16px;
        }
      }
      a{
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 27px */
      }
      &:last-child{
        padding-right: 0;
        padding-bottom: 0;
      }
    }
  }
}

.banner .leftcap .twobtn a {
  font-weight: 500;
}

.bknow_whtsapp{
  display: flex;
  align-items: center;
}

a.bknowbnrbtn {
  position: relative;
  border-radius: 8px;
  background: #000;
  color: #fff;
  display: inline-flex;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgba(255,255,255,0.5);
  transition: all .3s ease;
  animation: pulseBtn 2s infinite;
}

@keyframes pulseBtn{
  0%{
    box-shadow: 0 0 0 0 rgba(129, 128, 128, 0.6);
  }
  70%{
    box-shadow: 0 0 0 12px rgba(255,255,255,0);
  }
  100%{
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}

a.bknowbnrbtn:hover{
  background:#111;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255,255,255,0.6);
}

a.whatapp img {
  max-width: 100%;
  height: 32px;
  margin-right: 3px;
}

.our_fleet .slick-slide{
  height: auto;
}

.viewallservice{
  color: #000;
  text-align: right;
  font-family: Enriqueta;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #000;
  display: none;
  width: 273px;
  height: 54px;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  transition: all 0.5s;
  margin: 30px auto;
  &:hover{
    background-color: #000;
    color: #fff;
  }
}

.rightform.bnrnewform form {
  padding: 20px 20px;
  border-radius: 16px;
  background: #FBFBFB;
  h3{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 23.581px;
    padding-bottom: 20px;
  }
  input{
    padding: 8px 16px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    color: #6D6D6D;
    font-weight: 400;
    width: 100%;
    height: auto;
    border-radius: 12px;
    border-width: 1px;
  }
  textarea{
    border-radius: 9.086px;
    border: 0.303px solid #797979;
    background: #FFF;
    padding: 5px 20px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    color: #6D6D6D;
    font-weight: 400;
    width: 100%;
  }
  button[type="submit"]{
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    transition: all 0.5s;
    border-radius: 9.086px;
    border: 0.606px solid #797979;
    background: #000;
    width: 100% !important;
    padding: 15px 15px !important;
    height: auto;
    &:hover{
      background: #000;
    }
  }
}

.besIocn{
  font-size: 60px;
  text-align: center;
  color: #fff;
}
.whatsapp-container {
  z-index: 99;
}

.call-now {
  background-color: #ccc;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  box-shadow: 2px 2px 3px #000;
  position: fixed;
  right: 12px;
  bottom: 10px;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulseBtn 2s infinite;
  border: 2px solid #1e1e1e;
}

.call-now a i {
  font-size: 20px;
  color: #000;
}

li.ctbtn a.trans-ld {
  background: #fff;
  color: #000;
  font-weight: 500;
  width: 120px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.windwbkfrm {
  position: relative;
  z-index: 1;
}

.landingform {
  background: #111;
  border-radius: 14px;
  padding: 30px 15px;
  color: #fff;
  border: 1px solid #cccccc98;
  box-shadow: 
    0 20px 50px rgba(0,0,0,0.7),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.landingform h2 {
  font-size: 20px !important;
  font-weight: 600;
  padding-bottom: 0;
  letter-spacing: 0.5px;
  color: #fff;
}

.landingform label {
  font-size: 11px;
  margin-bottom: 6px;
  opacity: 0.65;
  letter-spacing: 0.3px;
}

.landingform .form-control {
  background: #0a0a0a;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 8px;
  height: 45px;
  padding: 10px 14px;
  color: #fff;
  font-size: 14px;
  transition: all 0.25s ease;
}

.landingform .form-control:hover {
  border-color: rgba(255,255,255,0.2);
}

.landingform .form-control:focus {
  border-color: #fff;
  background: #0a0a0a;
  box-shadow: 0 0 0 1px #fff;
}

.landingform .form-control::placeholder {
  color: rgba(255,255,255,0.4);
}

.landingform select {
  appearance: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #0a0a0a !important;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 16px;
  padding-right: 40px; /* space for icon */
  cursor: pointer;
}

.landingform select option {
  background: #111;
  color: #fff;
}

.landingform select:invalid {
  color: rgba(255,255,255,0.5);
}

.landingform .btn-submit {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #f9f9f9;
  background: linear-gradient(
    45deg,
    #0c0c0c 0%,
    #081017 50%,
    #000000 50%,
    #000000 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  display: block;
  width: 100%;
}

.landingform .btn-submit:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.landingform .btn-submit:active {
  transform: scale(0.98);
}

.landingform .captchaRow {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.invalid-feedback {
  font-size: 11px;
  color: #f50505c4;
  margin-top: 3px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #0a0a0a inset !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}
@media (max-width: 1499px){
  .navbar li a{
    font-size: 17px;
  }
}

@media (max-width: 1400px){
  .bannerp{
    width: 80%;
  }
}

@media (max-width: 1199px){
  .bannerp{
    width: 100%;
  }
  ul.mbl_side li:nth-child(2) {
    width: 125px;
  }
}

@media (min-width: 992px){
  .landingformMBl{
    display: none !important;
  }
}

@media (max-width: 991px){
  ul.mbl_side {
    display: none !important;
  }
  .landingnumber {
    justify-content: left;
  }
  .bknow_whtsapp{
    justify-content: left;
  }
  .landingformDesktp{
    display: none !important;
  }
  .mobileform.landingformMBl{
    display: block !important;
  }
}

@media (min-width: 576px){
  .mobileFlt{
    display: none !important;
  }
}

@media (max-width: 575px){
  .mobileNone{
    display:  none !important;
  }
  .desktopSlidlnd{
    display:  none !important;
  }
  .bannerp {
    width: 100%;
  }
  .landingnumber ul li a{
    font-size: 16px;
  }
  .viewallservice{
    display: flex;
    font-size: 18px;
  }
  .banner {
    background-position: 25% 0;
  }
  .landingform {
    box-shadow: none;
    position: relative;
    top: -20px;
  }
}

@media (max-width: 429px){
  .landingnumber ul{
    flex-wrap: wrap;
  }
  .landingnumber ul li{
    padding-right: 0;
    padding-bottom: 15px;
  }
}