body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.card-style {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
}

.nav-tabs .nav-link.active {
  background-color: #f26522 !important;
  color: #fff !important;
  border: none;
}


.nav-tabs .nav-link:hover {
  border-color: #f26522 !important;
}

.nav-tabs .nav-link {
  border: none;
  font-weight: bold;
}

.form-control::placeholder {
  color: #999;
}
.subscriptemail::placeholder{
  color: #e2e2e2 !important;

}

.icon-left {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: gray;
}

.input-icon {
  position: relative;
}

.input-icon input {
  padding-left: 30px;
}

.btn-orange {
  background: linear-gradient(to right, #f26522, #f28d2e);
  color: white;
  font-weight: bold;
  border: none;
}

.navbar-nav .nav-link {
  margin: 0 10px;
  font-weight: 500;
}

.phone-icon {
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  padding: 10px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.phone-text {
  font-weight: 600;
  color: #000;
}

.logo{
  max-width: 220px;
  width: 100%;
}

.nav-link{
  color: #000 !important;
}


.nav-link.menucolor:hover {
  color: #ee672e !important;
}

ul#flightTab {
  border-color: #ee672e;
}

.callnmbr {
  color: #000000;
}

.hero-sec {
  /* background: #111111 url(../image/banner-bg.webp) no-repeat; */
  background: url(../image/bnr-img.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.hdr-sec {
  position: relative;
  z-index: 2;
}

.bnr-hro-sec {
  padding: 50px 0 70px;
  position: relative;
  z-index: 1;
}

.hero-wrap-sec {
  padding: 50px 0px;
}

.bnr-img img {
  max-width: 380px;
  width: 100%;
}

.bnr-content h1 {
  color: #fff;
  font-size: 45px;
  line-height: 1.4;
  font-style: oblique;
  font-weight: 700;
}

.bnr-content h1 span {
  color: #000;
}

.bnr-content p {
  color: #ffffff;
  font-size: 20px;
}

.leftbnr {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.card-style .nav-link{
  color: #000 !important;
}
.input-icon label {
  color: #000;
  margin-bottom: 7px;
}

.form-control.userdetails {
  padding: 10px 10px 10px 32px;
  background: #f3f3f3;
  border: none;
  color: #000;
  box-shadow: 5px 5px 5px 0px rgb(255 255 255 / 88%);
    -webkit-box-shadow: 5px 5px 2px 0px rgb(194 190 190 / 88%);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.88);
}

.form-control.pasengerdetails {
  padding: 10px 10px 10px 10px;
  background: #f3f3f3;
  border: none;
  color: #000;
  box-shadow: 5px 5px 5px 0px rgb(255 255 255 / 88%);
  -webkit-box-shadow: 5px 5px 2px 0px rgb(194 190 190 / 88%);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.88);
}

.form-select.pasengercategory {
  position: relative;
  z-index: 1;
  background: #f3f3f3;
  padding: 10px 10px 10px 10px;
  border: none;
  color: #000;
  box-shadow: 5px 5px 5px 0px rgb(255 255 255 / 88%);
    -webkit-box-shadow: 5px 5px 2px 0px rgb(194 190 190 / 88%);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.88);
}

.optional-slec {
  position: relative;
  margin: 0;
}

.drop-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

input::placeholder {
  color: #141414 !important;
  opacity: 1;
}


.icon-left {
  position: absolute;
  left: 16px;
  top: 70%;
  transform: translateY(-50%);
  color: gray;
}


#searchbtn {
  background-color: #f26522;
  height: 44px;
  color: #fff;
  border: none;
  font-weight: 600;
  transition: all 0.3s linear;
  box-shadow: 5px 5px 5px 0px rgb(255 255 255 / 88%);
    -webkit-box-shadow: 5px 5px 2px 0px #ee672eb5;
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.88);
}

#searchbtn:hover{
  background-color: #d14403;
  transform: translateY(-5px);
}

.mobdivspan {
  padding: 10px 20px 10px 20px;
  background: #fff;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear;
  box-shadow: 5px 5px 5px 0px rgb(255 255 255 / 88%);
    -webkit-box-shadow: 5px 5px 2px 0px rgb(194 190 190 / 88%);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.88);
}

.mobdivspan img {
  width: 40px;
  height: auto;
}

.mobdivspan span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #ee672e;
  vertical-align: middle;
  margin-left: 5px;
}

.mobdivspan:hover{
  transform: scale(1.05);
}
.navbar-toggler-icon {
  background-image: url(../image/menu.png) !important;
}

.navbar-toggler {
  border-color: #000 !important;
}

.helpCenter-wrp {
  padding-top: 70px;
}

.helpBox {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 40px 10px;
  transition: all 0.3s linear;
}

.helpBox:hover{
  transform: translateY(-10px);
}


.help_line_icon svg {
  fill: #ffffff;
  width: 25px;
}

.help_line_icon {
  background: #ee672e;
  border-radius: 50%;
  max-width: 60px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.help_line_content h3 {
  font-size: 20px;
  text-align: center;
}

.help_line_content p {
  text-align: center;
  font-size: 16px;
}




.about_Section {
  padding: 70px 0px;
}

.aboutContent h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
  font-style: oblique;
}

.aboutContent h2 span {
  color: #ee672e;
  background: #2329301f;
  padding: 0px 20px;
  display: inline-block;
  clip-path: polygon(5% 2%, 100% 0%, 95% 100%, 0% 100%);
}

.aboutContent p {
  font-size: 18px;
}


.whyuse_sec{
  padding-bottom: 70px;
}

.contact-form-box h2 {
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.form-group label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-group input.form-control, .form-group select.form-control {
  min-height: 50px;
  padding: 0px 20px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.contact-form-box button {
  padding: 10px 40px;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  background-color: #f26522;
  transition: all 0.3s linear;
}

.contact-form-box button:hover{
  background-color: #ed5813;
  transform: translateY(-5px);
}

.contact_sec{
  padding: 70px 0px;
}

.footer{
  background-color: #000;
}


.menu_link li{
  margin-bottom: 10px;
}
.menu_link li i {
  margin-right: 5px;
}
.menu_link li a:hover{
  color: #ed5813 !important;
}
.cntctList li {
  margin-bottom: 10px;
  display: flex
;
  align-items: baseline;
  gap: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.custom-icon {
  position: absolute;
  left: 16px;
  top: 70%;
  transform: translateY(-50%);
  color: gray;
  pointer-events: none;
}


.modal-top {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  border: none;
  max-width: 600px;
  width: 100%;
  position: relative;
}

.modal-top a{
  text-decoration: none;
}

.close.closeTop {
  position: absolute;
  right: -22px;
  top: -34px;
  color: #f1f1f1;
  font-size: 36px;
  font-weight: bold;
  opacity: 1;
  cursor: pointer;
}

.modal-call {
  background: url(../image/girls.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 92px;
}

h1.call-title {
  color: #fff;
  font-size: 18px;
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(#ff875c, #f26522);
  margin-bottom: 0;
}

.phone-modal-content {
  text-align: center;
  padding: 23px 14px 25px 15px;
  color: #000;
}

.phone-modal-text.floadmodalinterval {
  padding: 0 0 15px;
}

.centerHeading {
  padding-bottom: 12px;
  padding-top: 12px;
  font-size: 22px;
  font-weight: 600;
  background: rgb(247, 186, 114);
  background: linear-gradient(#6c7fd7, #2c3e92);
  border-radius: 5px;
  color: #fff;
}
.phone-modal-phone {
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  color: #2c3e92;
}
.phonefarediv {
  background: #f26522;
  padding: 14px 10px 8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.phoneoffermod h2 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 6px;
}
.phoneoffermod b {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: 400;
}
.calldeal {
  border: 1px solid #fff;
  max-width: 180px;
  width: 100%;
  color: #fff;
  font-size: 14px;
}
.call_Us_off {
  width: 100%;
  background: #fff;
  font-weight: 700;
  font-size: 15px;
  color: #f26522;
}

.powered-by-block {
  color: #666;
  font-size: 12px;
  margin: 0px 10px;
}

.box_sec {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000b8;
  top: 0;
  left: 0;
  z-index: 99;
  overflow: auto;
  padding: 60px 30px;
  display: none;
  box-sizing: border-box;
}

@media (max-width: 991.98px) {
  #navbarMenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fccd4b;
    z-index: 9999;
    padding: 20px;
   
  }
}


@media (max-width: 768px) {
  .navbar-collapse {
    margin-top: 10px;
  }

  .phone-section {
    justify-content: flex-start !important;
    margin-top: 15px;
  }

  .logo{
    max-width: 180px;
    width: 100%;
  }
}