@charset "UTF-8";
a {
  cursor: pointer;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Montserrat, Arial, sans-serif;
}

.onhover {
  transform: scale(1);
  transition: 0.3s;
}
.onhover:hover {
  transform: scale(1.05);
}

.bg-light-container {
  background-color: #f7f8fa;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #3284dd;
  border-radius: 10px;
}

.content-center {
  display: grid;
  place-content: center;
}

.custum-btn-close {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: 24px;
}
.custum-btn-close:focus {
  box-shadow: none;
}

.card-gradient {
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.bg-full-container {
  background-color: rgba(0, 103, 255, 0.0901960784);
}

.top-section {
  margin-top: 100px !important;
}

.primary-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0px;
  background: #3b71fe;
  border-radius: 50px;
  padding: 13px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border: none;
  text-transform: unset;
}

.v-height-size {
  height: 100vh !important;
}

.flatpickr-calendar.open {
  z-index: 11111111111 !important;
}

.tawk-min-container .tawk-button-circle.tawk-button-large {
  background-color: #10ac58 !important;
  height: 100px !important;
}

.floating-btn {
  position: fixed;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  background-color: #72b63b !important;
  --tawk-header-background-color: #72b63b !important;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  opacity: 0.5;
  z-index: 1111;
  transition: opacity 0.3s;
}
.floating-btn:hover {
  opacity: 1;
}

.floating-up {
  display: none;
  bottom: 40px;
  left: 20px;
}

.floating-whatsapp {
  bottom: 45px;
  right: 20px;
}

.floating-phone {
  bottom: 100px;
  right: 20px;
}

.topic-border:after {
  background: #3284dd;
  content: "";
  height: 3px;
  left: 50%;
  position: relative;
  display: block;
  width: 90px;
  transform: translateX(-50%);
  top: 5px;
}

.partners .item .partner-img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px;
  filter: grayscale(1);
}
.partners .item .partner-img:hover {
  filter: grayscale(0);
}

.card-img {
  height: 250px;
}

.animation {
  opacity: 0;
  scale: 0.5;
  transition: all 0.7s ease-out;
  transition-delay: 0.4s;
}

.scroll-animation {
  opacity: 1;
  scale: 1;
}

/* navbar  */
.upper-bar {
  width: 100%;
  background-color: #3284dd;
  padding: 12px;
  color: white;
  font-weight: 500;
  font-size: 13px;
}
.upper-bar p {
  margin: 0;
}
.upper-bar .social-media {
  font-size: 18px;
}
.upper-bar .call-btn {
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  color: #0d6efd;
}

.nav-black {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.nav-black .navbar-toggler-icon {
  color: rgb(0, 0, 0);
}
.nav-black .nav-link {
  color: rgb(0, 0, 0) !important;
}
.nav-black .fa-angle-down {
  color: rgb(0, 0, 0) !important;
}
.nav-black .navbar-collapse {
  background-color: white;
}

.nav-white {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.nav-white .navbar-toggler-icon {
  color: black;
}
.nav-white .nav-link {
  color: black !important;
}
.nav-white .fa-angle-down {
  color: black !important;
}
.nav-white .navbar-collapse {
  background-color: white !important;
}

.navbar {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 11111111;
  transition: 0.1s;
  top: 50px;
  height: 100px;
}
.navbar #logo_img {
  height: 90px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .navbar #logo_img {
    height: 65px;
  }
}
.navbar .navbar-hamburger {
  width: 100%;
}
.navbar .navbar-hamburger #logo_img {
  width: -moz-fit-content;
  width: fit-content;
}
.navbar .offcanvas {
  height: 100vh;
}
.navbar .offcanvas .offcanvas-header {
  padding: 10px 0 !important;
}
.navbar .offcanvas .offcanvas-header #logo_img2 {
  height: 70px;
}
@media screen and (max-width: 400px) {
  .navbar .offcanvas .offcanvas-header #logo_img2 {
    height: 57px;
  }
}
.navbar .offcanvas .offcanvas-content {
  margin: 25px 0 0;
  font-size: 25px;
}
.navbar .offcanvas .offcanvas-content h5 {
  font-size: 18px;
  font-weight: 700;
}
.navbar .offcanvas .offcanvas-content p {
  font-size: 14px;
  margin: 0;
  padding: 5px 0;
  color: #ababab;
}
.navbar .offcanvas .offcanvas-content .offcanvas-social-media {
  margin: 10px 0 0;
  width: 100%;
  justify-content: space-around;
}
.navbar .navbar-toggler {
  box-shadow: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: none !important;
}
.navbar .navbar-nav {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    overflow: scroll;
  }
}
.navbar .navbar-nav .active {
  color: #0d6efd !important;
}
.navbar .navbar-nav .nav-item {
  cursor: pointer;
  padding: 25px 20px;
  width: -moz-max-content;
  width: max-content;
}
.navbar .navbar-nav .nav-item ul {
  display: none;
  list-style: none;
  padding: 10px 0px;
  background: white;
  position: absolute;
  top: 99%;
  border-radius: 5px;
}
.navbar .navbar-nav .nav-item ul li {
  padding: 10px 30px;
}
.navbar .navbar-nav .nav-item ul li:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.navbar .navbar-nav .nav-item ul li a {
  width: -webkit-fill-available;
  display: block;
}
.navbar .navbar-nav .nav-item ul li a:hover {
  color: #2f57ef;
}
.navbar .navbar-nav .nav-item ul li a:hover::after {
  display: none;
}
.navbar .navbar-nav .nav-item:hover ul {
  display: block;
  transition: 0.3 linear ease;
}
.navbar .navbar-nav .nav-item .fa-angle-down {
  position: absolute;
  top: 42px;
  right: 9px;
  font-size: 11px;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 700;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #0d6efd;
}
.navbar .navbar-nav .nav-item .nav-link i {
  position: absolute;
  top: 15px !important;
  left: 93%;
}
.navbar .navbar-nav .nav-item .nav-icons {
  background: white;
  border-radius: 50%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
}
.navbar .navbar-nav .nav-item .nav-btn {
  background: #3b71fe;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 12px 22px;
  border: none;
}
.navbar .navbar-nav .dropdown-menu {
  --bs-dropdown-link-active-bg: rgb(70, 70, 70) !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 25px;
  margin: 33px 0px 0 0px;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 12px 0px !important;
  font-size: 16px;
  font-weight: 500;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar .navbar-nav .dropdown-menu .dropdown-item:active {
  background-color: transparent !important;
  color: #3b71fe;
}

/* signin sign up  */
.userAccountModal .btn-close {
  font-size: 12px;
  margin: 11px 0px 0px;
}
.userAccountModal .nav-link {
  color: black !important;
  font-size: 16px;
  font-weight: 600;
}
.userAccountModal .nav-pills .nav-link.active,
.userAccountModal .nav-pills .show > .nav-link {
  background-color: transparent !important;
  color: #3b71fe !important;
}
.userAccountModal .sub-topic {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
}
.userAccountModal .input-field {
  background: #fff;
  border: 1px solid #dedede;
  display: block;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 16px;
  width: 100%;
  margin-top: 10px;
}
.userAccountModal .password-show {
  position: absolute;
  right: 48px;
  margin: 27px 15px 0px 0px;
}
.userAccountModal .submit-btn {
  width: 100%;
  margin: 10px 0px;
  background: #3b71fe;
  border-radius: 50px;
  padding: 13px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border: none;
  text-transform: unset;
}
.userAccountModal .label {
  margin: 10px !important;
  padding: 0px !important;
  height: -moz-fit-content;
  height: fit-content;
}
.userAccountModal .form-check-inline {
  display: inline-block;
  margin: 10px;
  font-size: 17px;
}
.userAccountModal .form-check-input {
  border: 1px solid rgb(85, 85, 85);
}
.userAccountModal .privacy {
  font-size: 16px;
}

/* common */
section {
  margin-top: 20px;
  padding: 28px 3%;
}

.topic {
  font-family: dm sans, Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin: auto;
}

a {
  text-decoration: none;
  color: black;
}

/* caroussel  */
.carousel-section .carousel-img {
  width: inherit;
}
.carousel-section .carousel-caption {
  background: rgba(11, 11, 11, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: absolute;
  left: 16%;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  z-index: 11;
  color: #ffffff;
  margin: auto;
  top: 10px;
  padding: 40px;
}
.carousel-section .carousel-item {
  z-index: -1111111111 !important;
}
.carousel-section .carousel-control-prev,
.carousel-section .carousel-control-next {
  z-index: 1111111;
}

.message .word {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: translateX(-100%);
  color: #000;
}

.message .word.active {
  opacity: 1;
  transform: translateX(0%);
}

/* offers  */
.offer-card-1,
.offer-card-2 {
  overflow: hidden;
  border-radius: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 10px;
}

.offer-card-1:hover img,
.offer-card-2:hover img {
  transition: 1.5s;
  transform: scale(1.1);
}

.offer-card-1 img,
.offer-card-2 img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Destination */
.dest-card {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin: 10px 0px;
}

.dest-card:hover .dest-img {
  transform: scale(1.1);
  transition: 0.5s;
}

.dest-img {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 17px;
  height: 275px;
  width: 100%;
}

.dest-img-1 {
  background-image: url(./img/California.jpg);
}

.dest-img-2 {
  background-image: url(./img/New-York-City.jpg);
}

.dest-img-3 {
  background-image: url(./img/New-Jersey.jpg);
}

.dest-img-4 {
  background-image: url(./img/Los-Angeles.jpg);
}

.dest-img-5 {
  background-image: url(./img/California.jpg);
}

.dest-img-6 {
  background-image: url(./img/New-York-City.jpg);
}

.dest-content {
  display: grid;
  place-content: center;
  height: 100%;
  transform: scale(1);
  color: white;
  text-align: center;
}
.dest-content .sub-topic {
  font-size: 36px;
  font-weight: 400;
}
.dest-content .dest-a {
  margin: 0px 5px;
  color: white;
}
.dest-content .dest-a::before {
  content: "●";
  position: relative;
  top: -1px;
  right: 2px;
}

/* product  */
.product-menu ul {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 25px;
  cursor: pointer;
  padding-left: 0px !important;
}
.product-menu ul .active {
  border: 1px solid #3b71fe;
  font-weight: 500;
}
.product-menu ul .active .active-check {
  display: block;
}
.product-menu ul li {
  font-size: 20px;
  border: 1px solid rgb(206, 206, 206);
  font-weight: 400;
  padding: 2px 21px;
  border-radius: 30px;
}
.product-menu ul li i {
  font-size: 80px;
}
.product-menu ul li .active-check {
  display: none;
  position: relative;
  left: 22px;
  right: 0px;
  float: right;
  height: 25px;
  width: 25px;
  top: -7px;
}

.service-card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 20px;
  margin: 10px;
  background-color: white;
}
.service-card .card-topic {
  color: #0d6efd;
}
.service-card .overflow-top-angle {
  border-radius: 20px 20px 0 0;
}
.service-card .overflow-top-angle .card-img {
  height: 204px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.service-card .overflow-top-angle .card-img:hover {
  transform: scale(1.1);
  transition: 0.4s;
  border-radius: 20px 20px 0 0 !important;
}
.service-card .stars {
  color: #f6bb06;
  font-size: 13px;
  gap: 5px;
}
.service-card .card-topic {
  font-weight: 700;
  font-size: 18px;
  line-height: 0.7;
  text-align: center;
}
.service-card .card-para {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

/* owl carousel  */
/* testimonial  */
.testimonail-section .owl-stage {
  height: -moz-fit-content;
  height: fit-content;
  margin: 50px 0px 96px;
}
.testimonail-section .owl-theme .owl-nav {
  position: absolute;
  top: 0px;
  right: 0px;
}
.testimonail-section .owl-theme .owl-nav .owl-prev,
.testimonail-section .owl-theme .owl-nav .owl-next {
  position: absolute;
  font-size: 39px !important;
}
.testimonail-section .owl-theme .owl-nav .owl-prev:hover,
.testimonail-section .owl-theme .owl-nav .owl-next:hover {
  color: #000 !important;
  background-color: transparent !important;
}
.testimonail-section .owl-theme .owl-nav .owl-prev {
  top: -61px;
  right: 60px !important;
}
.testimonail-section .owl-theme .owl-nav .owl-next {
  top: -61px;
  right: 9px;
}

.mini-header {
  height: 15vh;
  /* background-image: url("../imgs/abstract-luxury-blur-dark-grey-black-gradient-used-as-background-studio-wall-display-your-pr.jpg"); */
  background-color: #252525;
}
.mini-header .header-content {
  display: grid;
  place-content: center;
  height: 15vh;
  color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

.icon-circle {
  padding: 6px 10px;
  margin: 0px 7px;
}

.gallery-box {
  border-radius: 20px;
  overflow: hidden;
}
.gallery-box .gallery-img-big {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.gallery-box .gallery-img {
  height: 296px;
  width: 100%;
  cursor: pointer;
}
.gallery-box .all-imgs {
  color: white;
  background-color: #252525;
  padding: 13px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  position: absolute;
  top: -61px;
  right: 13px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 11111111111;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  background-color: white;
}

.modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 1111;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
}

.rounded-icon {
  padding: 15px;
  height: 43px;
  align-items: center;
  display: flex;
  border: 1px solid #9b9b9b;
  border-radius: 10px;
  margin-top: 3px;
}

.check-icon,
.danger-icon {
  padding: 2px;
  border-radius: 50%;
  margin: 0px 10px;
  font-size: 13px;
}

.check-icon {
  color: #10ac58;
  background: #cef2e5;
}

.danger-icon {
  color: #da3838;
  background: #fad6d6;
}

.accordian-1 .accordion-days {
  background: #fff;
  border: 1px solid #dedede;
  box-sizing: border-box;
  border-radius: 10px;
  outline: none;
  padding: 8px 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-right: 18px;
}
.accordian-1 .accordion-button {
  border-left: 3px solid greenyellow;
}
.accordian-1 .accordion-button:focus {
  border: none;
  box-shadow: none;
  border-left: 3px solid rgb(255, 172, 47);
}
.accordian-1 .accordion-button:not(.collapsed) {
  color: black;
  background-color: white;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  --bs-dropdown-min-width: 0rem;
  z-index: 1111111111111;
}

.social-dropdown {
  background-color: transparent;
  border: none;
  transform: translate3d(6px, 30px, 0px) !important;
}
.social-dropdown li {
  background-color: white;
  border: 1px solid #9b9b9b;
  padding: 5px 10px;
  border-radius: 50%;
  margin: 4px 0px;
}
.social-dropdown li a {
  padding: 0px !important;
}

.social-list {
  background-color: transparent;
  border: none;
  transform: translate3d(7px, 37px, 0px) !important;
}
.social-list .item-lists {
  background: white;
  margin: 10px 0px;
  border-radius: 50%;
  padding: 12px;
}

/* payment-process-card */
.feature-car {
  box-shadow: 10px 30px 37px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}
.feature-car .feature-notes-li {
  font-size: 13px;
}

.bookcar-title .contents .topic {
  font-size: 20px;
  text-align: center;
}
.bookcar-title .contents p {
  margin-top: 10px;
  text-align: justify;
}

.payment-process-card {
  padding: 30px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.payment-process-card .nav-pills {
  border: 1px solid #0d6efd;
  border-radius: 70px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.payment-process-card .nav-pills .nav-item {
  padding: 0% !important;
}
.payment-process-card .detail-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.payment-process-card .details {
  border: 1px solid #dedede;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 30px;
}
.payment-process-card .details .num-box .minus,
.payment-process-card .details .num-box .plus {
  padding: 7px 14px;
  border-radius: 50%;
  color: rgb(0, 0, 0);
  border: 1px solid #dedede;
  cursor: pointer;
}
.payment-process-card .details #pointer-style {
  cursor: pointer;
}
.payment-process-card .details .input-underline {
  border: none;
  border-bottom: 1px solid #dedede;
  border-radius: 0px;
  margin: 0px 5px;
  padding: 0 20px 0 2px;
}
.payment-process-card .details .input-underline:focus {
  outline: none !important;
}

.book-car-card {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.13) 0px 0.2rem 1.2rem 0px;
  border-radius: 1.2rem;
  padding: 1rem;
}
.book-car-card .nav-pills .nav-item {
  padding: 5px !important;
}
.book-car-card .nav-pills .nav-item button {
  background-color: white;
  color: black;
  padding: 0 !important;
}
.book-car-card .nav-pills .nav-item button .form-check-input {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}
.book-car-card .nav-pills .nav-item button.active {
  background: white;
  color: #0d6efd;
}
.book-car-card .tab-content form {
  border-radius: 0;
  box-shadow: none;
}
.book-car-card .tab-content form .details label,
.book-car-card .tab-content form .details .label {
  color: rgb(137, 139, 145);
}
.book-car-card .tab-content form .details ::-moz-placeholder {
  color: rgb(137, 139, 145);
  font-size: 20px;
}
.book-car-card .tab-content form .details ::placeholder {
  color: rgb(137, 139, 145);
  font-size: 20px;
}
.book-car-card .tab-content form .details select {
  color: rgb(137, 139, 145);
}
.book-car-card .tab-content form .details option:not(:first-of-type) {
  color: black;
}
.book-car-card .tab-content form .details input,
.book-car-card .tab-content form .details select {
  border: 0 !important;
  font-weight: 600;
}
.book-car-card .tab-content form .details .input-icon {
  position: relative;
}
.book-car-card .tab-content form .details .input-icon span {
  position: absolute;
  top: 11px;
  right: 14px;
}
.book-car-card .tab-content form .search-btn {
  position: absolute;
  padding: 10px 30px;
  left: 67%;
}

.booking-submission input,
textarea,
.contact-box input,
textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid lightgrey;
  margin: 10px 0px 30px 0px;
  outline: none;
}

.contact-box {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px;
}

.cus-cont {
  width: 500px;
  padding: 39px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  background-color: white;
  top: 29px;
  z-index: 10;
}
.cus-cont .img-avatar {
  height: 100px;
  width: 100px !important;
  border-radius: 50%;
  border: 2px solid lightgreen;
  padding: 4px;
  position: absolute;
  top: -60px;
  left: 37%;
}

.stars {
  color: #f6bb06;
}
.stars .fa-star {
  margin: 0px 3px;
}

.testimonial-quotes {
  position: absolute;
  color: #72b63b;
  bottom: -40px;
  left: 385px;
}

.testimonial-quotes i {
  font-size: 75px;
}

.cus-img-1 {
  height: 370px;
  width: 400px !important;
  position: relative;
  left: -40px;
}

.cus-img-2 {
  height: 270px;
  width: 270px !important;
  position: relative;
  top: 53px;
  left: -20px;
}

.owl-nav {
  text-align: end !important;
  font-size: 28px;
}
.owl-nav .owl-prev {
  right: 44px !important;
}

.owl-nav button:hover {
  background-color: transparent !important;
  color: black !important;
  transform: scale(1.5);
  transition: 0.5s;
  padding: 5px !important;
}

/* img galleryy  */
.image-gallery {
  margin: 0 auto;
}
.image-gallery .primary {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-gallery .thumbnails {
  display: flex;
}
.image-gallery .thumbnail-image {
  width: 100%;
  height: 102.667px;
  border-radius: 20px;
  margin: 20px 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.image-gallery .main-image-carousel .owl-stage {
  width: 100% !important;
}
.image-gallery .main-image-carousel .owl-stage .owl-item {
  width: 100% !important;
}
.image-gallery .owl-stage {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.image-gallery .owl-dots {
  display: none;
}

footer {
  background-color: #252525;
  color: white;
}
footer .topic-border::after {
  left: 0 !important;
  transform: translate(0);
  width: 30px;
}
footer ul li {
  border-bottom: 1px solid rgba(211, 210, 210, 0.2588235294);
  padding: 10px 0px;
}
footer ul li a {
  color: white;
}
footer .fa-brands {
  cursor: pointer;
}

footer ul {
  list-style: none;
  padding-left: 0px !important;
}

.available-card {
  border: 1px solid #d7dce3;
  border-radius: 10px;
}
.available-card .available-card-img {
  height: 200px;
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.daterangepicker {
  z-index: 11111111111 !important;
}

.modal-img-pop-up {
  height: 90%;
  padding: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  background: none;
}

.grid-images .owl-theme .owl-nav {
  position: absolute;
  top: -10px;
  height: -webkit-fill-available;
  align-items: center;
  display: flex;
  width: inherit;
  justify-content: space-between;
}
.grid-images .owl-theme .owl-nav button {
  height: inherit;
  width: 40px;
  color: white !important;
}
.grid-images .owl-theme .owl-nav button span {
  border-radius: 50%;
  padding: 10px 15px;
  font: caption;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.grid-images .galary-owl img {
  height: 400px;
}

.e-com-card {
  margin: 10px auto;
  padding: 50px;
  background-color: #2d0860;
  color: white;
  text-align: center;
  border-radius: 10px;
}
.e-com-card input {
  padding: 20px;
  color: white !important;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.e-com-card input:focus {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  outline: none !important;
}
.e-com-card .line-strick {
  display: flex;
  width: 100%;
  justify-content: center;
}
.e-com-card .line-strick::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: white;
  top: 12px;
  position: relative;
  right: 5px;
}
.e-com-card .line-strick::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: white;
  top: 12px;
  position: relative;
  left: 5px;
}
.e-com-card .btn-posi {
  position: absolute;
  right: 16px;
  align-items: center;
  height: -webkit-fill-available;
  display: flex;
  gap: 20px;
  z-index: 11111;
}

.daterangepicker .drp-calendar.left {
  padding: 0px !important;
}
.daterangepicker td {
  font-size: 13px !important;
  padding: 5px 10px;
}
.daterangepicker .calendar-table {
  padding: 10px !important;
}
.daterangepicker .calendar-time {
  padding: 10px;
}
.daterangepicker .calendar-time .hourselect,
.daterangepicker .calendar-time .minuteselect,
.daterangepicker .calendar-time .ampmselect {
  background: white;
  padding: 5px;
  width: 50px;
  border-radius: 10px;
}

.pac-container {
  z-index: 1111 !important;
}
.pac-container .pac-item {
  padding: 10px 2px;
}
.pac-container .pac-item .pac-icon-marker {
  color: red !important;
}

.pac-logo::after {
  display: none;
}

.header-content {
  height: 100%;
  display: grid;
  place-content: center;
}
.header-content .contents {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: white;
}

.pricing .nav-item button {
  color: black;
  background-color: #f6f8fa;
}
.pricing .nav-item .active {
  --bs-nav-pills-link-active-bg: none !important;
  color: #0d6efd;
  border: 1px solid #0d6efd;
}
.pricing .popular-card {
  border: 10px solid;
}
.pricing .pricing-card {
  box-shadow: 0 12px 28px rgba(140, 149, 159, 0.3);
  margin-top: 43px;
}
.pricing .pricing-card .price-tag {
  font-size: 45px;
}
.pricing .pricing-card .price-tag .price-sym {
  font-size: 20px;
  font-weight: 600;
  vertical-align: super;
  padding-right: 3px;
}
.pricing .pricing-card .strick-num {
  font-size: 40px;
  color: grey;
}
.pricing .pricing-card .strick-num::before {
  content: "";
  display: block;
  position: relative;
  top: 50%;
  right: -7px;
  width: 81%;
  border: 2px solid grey;
  transform: skewY(45deg);
}
.pricing .pricing-card .strick-num .price-sym {
  font-size: 17px;
}

.effect2 {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.portfolio-item {
  margin: 0;
  padding: 0;
}

.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 20px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
  margin: 0 10px;
}

.portfolio-filter > li a {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 8px 15px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li .current {
  border-bottom: 2px solid #3284dd;
}

.galary-img {
  border-radius: 20px;
}

.hotel-card hr {
  margin: 0 0 5px 0;
}
.hotel-card .hotel-card-img {
  height: 150px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.new-dropdown li .dropdown-item:active {
  color: #000 !important;
  background-color: white !important;
}

.iframe-modal {
  width: -webkit-fill-available;
}

.bg-parallex {
  /* The image used */
  background-image: url("./img/Los-Angeles.jpg");
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.why-choose-us .topic-border {
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.why-choose-us .why-us {
  margin: 30px 0;
}
.why-choose-us .why-us .px-4 i {
  color: green;
  border: 2px solid #e7e7e7;
  padding: 12px;
  border-radius: 50%;
}
.why-choose-us .why-us .px-4 i:hover {
  border: 2px solid #10ac58;
  transition: 2s;
}
.why-choose-us .why-us .why-us-cont .topic {
  margin: 0 0 7px;
  font-weight: 600;
  color: #111;
  line-height: 1;
}

.floating-bar {
  color: white;
  z-index: 1111;
}
.floating-bar .whatsapp {
  background-color: #25d366;
}
.floating-bar .phone {
  background-color: #1554cb;
}

.cookies {
  background-color: #252525;
  color: white;
  z-index: 1111111;
}
.cookies .para {
  align-self: center;
}

.social-dropdown.show,
.new-dropdown.show {
  display: block !important;
}

.borderXwidth a:after {
  position: relative;
  display: block;
  opacity: 0;
  width: 0%;
  height: 2px;
  content: "";
  background: #0d6efd;
  transition: all 0.3s;
}

.borderXwidth a:after {
  right: 0px;
  bottom: 0px;
}

.borderXwidth a:hover:after {
  opacity: 1;
  width: 100%;
}

.testimonial-2 {
  background-color: rgba(204, 224, 255, 0.9647058824);
}
.testimonial-2 .testimonial-2-card {
  margin-top: 10px;
  padding: 15px;
  background-color: white;
}
.testimonial-2 .testimonial-2-card .profile img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.testimonial-2 .testimonial-2-card .google-logo {
  height: 20px;
}
.testimonial-2 .testimonial-2-card .content {
  margin-top: 5px;
}
.testimonial-2 .testimonial-2-card .content h3 {
  font-size: 16px;
}
.testimonial-2 .testimonial-2-card .content p {
  font-size: 11.2px;
  color: #7f7f7f;
}
.testimonial-2 .testimonial-2-card .star {
  font-size: 14px;
  margin: 5px 4px;
}
.testimonial-2 .testimonial-2-card .star .solid {
  color: #f6bb06;
}
.testimonial-2 .testimonial-2-card .star .regular {
  color: #cccccc;
}
.testimonial-2 .testimonial-2-card .comment {
  font-size: 13px;
  text-align: justify;
}

.whychooseus-2 .main_title {
  text-align: center;
}
.whychooseus-2 .main_title h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin: 0;
}
.whychooseus-2 .main_title p {
  font-weight: 400;
  font-size: 20px;
  color: #555;
}
.whychooseus-2 .why-card {
  text-align: center;
}
.whychooseus-2 .why-card i {
  font-size: 70px;
}
.whychooseus-2 .why-card h3 {
  font-size: 18px;
  margin-top: 20px;
}
.whychooseus-2 .why-card p {
  font-size: 14px;
}

.package-2 {
  background-color: #dadada;
}
.package-2 .package-card-2 {
  width: 300px;
  margin-top: 10px;
  border-radius: 10px 10px 0 0;
  background-color: white;
  position: relative;
  transition: all 500ms ease;
  overflow: hidden;
}
.package-2 .package-card-2:hover .overflow-hidden:before {
  transform: translate3d(0px, 0, 0px);
  height: 180px;
}
.package-2 .package-card-2:hover .floating-package-icon {
  background-color: #002c6d;
  color: white;
  z-index: 1;
}
.package-2 .package-card-2:hover img {
  transition: 1s;
  transform: scale(1.05);
}
.package-2 .package-card-2 .overflow-hidden img {
  height: 180px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  position: relative;
  display: block;
  overflow: hidden;
}
.package-2 .package-card-2 .overflow-hidden:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(22, 36, 61, 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
  z-index: 1;
  height: 0;
}
.package-2 .package-card-2 .floating-package-icon {
  position: absolute;
  top: 47%;
  background: white;
  left: 74%;
  border-radius: 5px;
  height: 59px;
  width: 65px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.package-2 .package-card-2 .floating-package-icon i {
  font-size: 30px;
  display: grid;
  place-content: center;
  height: 100%;
}
.package-2 .package-card-2 .card-content {
  padding: 20px 30px;
}
.package-2 .package-card-2 .card-content h3 {
  font-size: 20px;
  font-weight: 700;
}
.package-2 .package-card-2 .card-content p {
  font-size: 14px;
}

.accordian-section-2 .content {
  text-align: center;
}
.accordian-section-2 .content p {
  font-size: 16px;
  color: #1f2257;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
.accordian-section-2 .content h2 {
  margin: 0;
  color: black;
  font-size: 32px;
  font-weight: 700;
}
.accordian-section-2 .detail img {
  height: 160px;
  border-radius: 10px;
}
.accordian-section-2 .detail p {
  text-align: justify;
}
.accordian-section-2 .accordion .accordion-item {
  margin: 15px 0;
  border: 1px solid #dadada;
  border-radius: 10px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.accordian-section-2 .accordion .accordion-item .accordion-header {
  border-bottom: 1px solid #dadada;
}
.accordian-section-2 .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 10px;
  font-size: 18px;
}
.accordian-section-2 .accordion .accordion-item .accordion-header .accordion-button i {
  font-size: 30px;
  color: #1f2257;
}
.accordian-section-2 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: black;
  background-color: white;
  box-shadow: none;
}
.accordian-section-2 .accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: 0;
  box-shadow: none;
}

.about-2 {
  background-color: #181b48;
  background-image: url(https://umradubai.com/wp-content/uploads/2022/10/bgumrah.png);
  color: white;
  padding: 100px 0;
}
.about-2 .content {
  text-align: center;
}
.about-2 .content p {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
.about-2 .content h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
}
.about-2 .detail p {
  text-align: justify;
}
.about-2 img {
  width: 100%;
  height: 100%;
}

.get-domain h2 {
  font-size: 40px;
  font-weight: 700;
}
.get-domain p {
  font-size: 14px;
}
.get-domain input {
  padding: 13px;
}
.get-domain button {
  padding: 10px 30px;
}
.get-domain .domain-types .domain-type {
  cursor: pointer;
  border: 1px solid #dadada;
  border-radius: 10px;
  width: 150px;
  margin: 10px auto;
  padding: 10px 0;
}
.get-domain .domain-types .domain-type h5 {
  color: #0d6efd;
  font-weight: 600;
}
.get-domain .domain-types .domain-type .strick {
  display: block;
}
.get-domain .domain-types .domain-type .strick::before {
  content: "";
  width: 46px;
  height: 1px;
  background-color: #ed7979;
  top: 11px;
  left: 50px;
  position: relative;
  display: block;
  transform: rotate(347deg);
}
.get-domain .domain-types .domain-type p {
  margin: 0;
}

.video-card {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  cursor: pointer;
}
.video-card:hover .vid-thumbnail {
  transform: scale(1.1);
  transition: 0.3s;
}
.video-card .overflow-hidden {
  position: relative;
}
.video-card .overflow-hidden #img-thumbnail {
  height: 200px;
  width: 100%;
  filter: brightness(0.6);
}
.video-card .overflow-hidden span {
  position: absolute;
  top: 36%;
  left: 43%;
}
.video-card .overflow-hidden span i {
  font-size: 55px;
  color: #ff0000;
}
.video-card .video-content {
  display: flex;
  gap: 10px;
  padding: 10px;
}
.video-card .video-content .avatar {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.video-card .video-content div .title {
  font-size: 16px;
  font-weight: 600;
}
.video-card .video-content div p {
  margin: 0;
  font-size: 13px;
  color: #ababab;
}

.detail-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.full-form-card {
  top: 100px;
  padding: 32px 21px;
  border-radius: 10px;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.75);
  background-color: white;
}
.full-form-card .input-box {
  margin: 10px 0;
}
.full-form-card .input-box .num-box p {
  margin: 0;
}
.full-form-card .input-box .num-box .minus,
.full-form-card .input-box .num-box .plus {
  border: 1px solid black;
  padding: 3px 11px;
  border-radius: 50%;
}
.full-form-card .material-ui-form fieldset {
  margin: 0 0 3rem;
  padding: 0;
  border: none;
}
.full-form-card .material-ui-form .form-radio,
.full-form-card .material-ui-form .form-group {
  position: relative;
  margin: 1.25rem 0;
}
.full-form-card .material-ui-form .form-inline > .form-group,
.full-form-card .material-ui-form .form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}
.full-form-card .material-ui-form .form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
  font-size: 0.8rem;
}
.full-form-card .material-ui-form .checkbox .form-help,
.full-form-card .material-ui-form .form-radio .form-help,
.full-form-card .material-ui-form .form-group .form-help {
  position: absolute;
  width: 100%;
}
.full-form-card .material-ui-form .checkbox .form-help {
  position: relative;
  margin-bottom: 1rem;
}
.full-form-card .material-ui-form .form-radio .form-help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}
.full-form-card .material-ui-form .form-group input,
.full-form-card .material-ui-form .form-group select {
  height: 1.9rem;
}
.full-form-card .material-ui-form .form-group textarea {
  resize: none;
}
.full-form-card .material-ui-form .form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b3b3b3;
  font-size: 1rem;
  font-weight: normal;
  transition: all 0.28s ease;
}
.full-form-card .material-ui-form .form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}
.full-form-card .material-ui-form .form-group .bar::before {
  content: "";
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #337ab7;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.full-form-card .material-ui-form .form-group select,
.full-form-card .material-ui-form .form-group input,
.full-form-card .material-ui-form .form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  transition: all 0.28s ease;
  box-shadow: none;
}
.full-form-card .material-ui-form .form-group input[type=file] {
  line-height: 1;
}
.full-form-card .material-ui-form .form-group input[type=file] ~ .bar {
  display: none;
}
.full-form-card .material-ui-form .form-group select,
.full-form-card .material-ui-form .form-group input:focus,
.full-form-card .material-ui-form .form-group input:valid,
.full-form-card .material-ui-form .form-group input.form-file,
.full-form-card .material-ui-form .form-group input.has-value,
.full-form-card .material-ui-form .form-group textarea:focus,
.full-form-card .material-ui-form .form-group textarea:valid,
.full-form-card .material-ui-form .form-group textarea.form-file,
.full-form-card .material-ui-form .form-group textarea.has-value {
  color: #333;
}
.full-form-card .material-ui-form .form-group select ~ .control-label,
.full-form-card .material-ui-form .form-group input:focus ~ .control-label,
.full-form-card .material-ui-form .form-group input:valid ~ .control-label,
.full-form-card .material-ui-form .form-group input.form-file ~ .control-label,
.full-form-card .material-ui-form .form-group input.has-value ~ .control-label,
.full-form-card .material-ui-form .form-group textarea:focus ~ .control-label,
.full-form-card .material-ui-form .form-group textarea:valid ~ .control-label,
.full-form-card .material-ui-form .form-group textarea.form-file ~ .control-label,
.full-form-card .material-ui-form .form-group textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 14px;
}
.full-form-card .material-ui-form .form-group select:focus,
.full-form-card .material-ui-form .form-group input:focus,
.full-form-card .material-ui-form .form-group textarea:focus {
  outline: none;
}
.full-form-card .material-ui-form .form-group select:focus ~ .control-label,
.full-form-card .material-ui-form .form-group input:focus ~ .control-label,
.full-form-card .material-ui-form .form-group textarea:focus ~ .control-label {
  color: #337ab7;
}
.full-form-card .material-ui-form .form-group select:focus ~ .bar::before,
.full-form-card .material-ui-form .form-group input:focus ~ .bar::before,
.full-form-card .material-ui-form .form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.our-team .our-team-card {
  padding: 30px 40px;
  display: flex;
  gap: 25px;
}
.our-team .our-team-card .team-img {
  height: 200px;
  border-radius: 50%;
}
.our-team .our-team-card .team-content h3 {
  font-size: 1.875rem;
  margin: 0;
}
.our-team .our-team-card .team-content h6 {
  font-weight: 700;
  font-size: 1rem;
  margin: 20px 0 0;
  color: #0d6efd;
}
.our-team .our-team-card .team-content p {
  font-size: 0.875rem;
  font-style: italic;
  margin: 20px 0 0;
}

@media (max-width: 1400px) {
  .nav-item {
    padding: 30px 5px !important;
  }
  .nav-item .fa-angle-down {
    top: 31px !important;
    right: 4px !important;
  }
  .top-section {
    margin-top: 100px !important;
  }
}
@media (max-width: 1200px) {
  .hotel-card .hotel-card-img {
    height: 170px;
    width: 170px;
  }
  .navbar .navbar-nav .active {
    border-bottom: none !important;
  }
  .navbar #logo_img {
    position: relative;
    top: -8px;
  }
  .navbar .nav-item {
    padding: 15px 5px !important;
    border-bottom: 1px solid rgb(192, 192, 192);
    width: auto !important;
  }
  .navbar .nav-item .nav-btn {
    display: none;
  }
  .navbar .nav-item:last-child {
    border: none;
  }
  .navbar .nav-item ul {
    position: relative !important;
  }
  .navbar .nav-item ul li {
    border-bottom: 1px solid #c0c0c0;
    padding: 10px 5px !important;
  }
  .navbar .nav-item ul li:hover {
    color: #0d6efd;
  }
  .navbar .nav-item ul li:last-child {
    border: none;
  }
  .navbar .navbar-nav .borderXwidth a:after {
    display: inline;
  }
  .navbar .navbar-nav .dropdown-menu {
    width: 100%;
    margin: 0px;
    padding: 0px 10px;
    border: none;
    background-color: transparent;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item {
    padding: 5px 0px !important;
    border-bottom: 1px solid silver;
  }
}
@media (max-width: 991px) {
  .nav-item {
    padding: 15px 5px !important;
  }
  .nav-item .fa-angle-down {
    top: 30px !important;
  }
  .hotel-card .hotel-card-img {
    height: 170px;
    width: 100%;
  }
  .cus-cont {
    top: 66px !important;
  }
  .v-height-size {
    height: auto !important;
    margin-top: 10px;
  }
  .top-section-sub {
    margin-top: 100px;
  }
  .book-car-card .tab-content form .search-btn {
    left: 43%;
  }
}
@media (max-width: 768px) {
  .navbar {
    height: 90px !important;
  }
  .navbar .navbar-brand {
    height: 80px;
  }
  .navbar .container-fluid {
    padding: 0px;
  }
  .navbar .container-fluid .navbar-collapse {
    padding: 0px 10px;
  }
  .image-gallery .primary {
    background-size: contain !important;
    max-height: 250px;
  }
  .input-group {
    position: static !important;
    display: block !important;
    width: 100%;
  }
  .input-group input {
    width: 100% !important;
  }
  .get-domain .input-group {
    position: relative !important;
    display: flex !important;
    width: 100%;
  }
  .get-domain .input-group input {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .btn-posi {
    position: static !important;
    display: block !important;
    margin-top: 15px;
  }
  .book-car-card .tab-content form .search-btn {
    position: absolute;
    padding: 10px 30px;
    left: 43%;
  }
  .portfolio-filter > li {
    margin: 10px !important;
  }
  .why-choose-us .topic-border {
    padding: 30px 0px;
  }
  .why-choose-us .why-us {
    margin: 15px 0;
  }
  .package-card-2 {
    width: 75% !important;
    margin: auto;
  }
  .package-card-2 .floating-package-icon {
    left: 78%;
  }
}
@media (max-width: 576px) {
  .navbar .container {
    padding: 0 !important;
  }
  .navbar .container #logo_img {
    margin-right: 0;
  }
  .carousel-section {
    margin-top: 70px !important;
  }
  .carousel-caption .topic {
    font-size: 20px !important;
  }
  .carousel-caption span {
    font-size: 20px !important;
  }
  .carousel-caption .message {
    font-size: 20px !important;
  }
  .carousel-caption {
    top: 25% !important;
  }
  .topic {
    font-size: 26px !important;
    line-height: 1 !important;
  }
  .mini-header {
    height: 35vh !important;
  }
  .mini-header .header-content {
    height: 35vh !important;
  }
  .floating-btn {
    height: 40px;
    width: 40px;
  }
  .floating-up {
    bottom: 85px;
  }
  .why-choose-us .why-us-cont .topic {
    font-size: 17px !important;
  }
  .book-car-card .tab-content form .search-btn {
    left: 35%;
  }
}
@media (max-width: 480px) {
  .upper-bar {
    font-size: 11px;
  }
  .social-media {
    font-size: 15px !important;
  }
  .testimonial-quotes {
    left: 320px !important;
  }
}
@media (max-width: 400px) {
  .testimonial-quotes {
    left: 250px !important;
  }
  .owl-theme .owl-nav {
    margin-top: 50px !important;
  }
}
@media (max-width: 350px) {
  .payment-process-card {
    padding: 15px !important;
  }
  .testimonial-quotes {
    left: 200px !important;
  }
}
@media (max-width: 300px) {
  .animation {
    opacity: 1 !important;
    transform: translateX(0px) !important;
  }
}
.car-card .overflow-hidden {
  border-radius: 30px 30px 0 0;
  max-height: 230px;
}
.car-card .overflow-hidden img {
  height: 230px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.car-card .car-card-detail {
  background: #fff;
  border: 1px solid #dadada;
  box-shadow: 0 5px 25px #e9e9e9;
  border-radius: 0 0 30px 30px;
}
.car-card .car-card-detail .brand-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
}
.car-card .car-card-detail .brand-name p {
  color: black;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  margin: auto 0;
}
.car-card .car-card-detail .brand-name img {
  width: 32px;
  min-height: 36px;
}
.car-card .car-card-detail .rent {
  padding: 20px 0;
  border-bottom: 1px solid #dadada;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.car-card .car-card-detail .rent p {
  display: flex;
  align-items: center;
  color: #0d6efd;
  line-height: 16px;
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}
.car-card .car-card-detail .rent span {
  background-color: #252525;
  width: 1px;
  height: 20px;
}
.car-card .car-card-detail .facilities {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.car-card .car-card-detail .facilities div {
  display: flex;
  gap: 10px;
}
.car-card .car-card-detail .facilities div i {
  font-size: 22px;
}
.car-card .car-card-detail .services {
  list-style: none;
  padding: 0;
  margin: 0;
}
.car-card .car-card-detail .btns {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.car-card .car-card-detail .btns .btn {
  margin: 10px 0;
  background-color: #002c6d;
  color: white;
  width: 75px;
  border-radius: 50px;
}
.car-card .car-card-detail .btns .btn:nth-child(2) {
  background-color: #10ac58;
}
.car-card .car-card-detail .btns .btn:last-child {
  width: 180px;
}/*# sourceMappingURL=style.css.map */