/* fonts */
@font-face {
  font-family: Quicksand;
  font-weight: 400;
  src: url(/fonts/Quicksand.ttf);
}

/*general*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: Quicksand, Helvetica, sans-serif !important;
}

.ar {
  display: none;
  font-size: 0;
}

.ba {
  display: block;
}

/*=============================================
=            PROGRESS BAR CHANGES            =
=============================================*/

.completed_bar {
  color: rgb(80, 80, 80);
  background: rgb(204, 204, 204);
  border-right: 1px solid rgb(87, 87, 87);
}

.current_bar {
  background: rgb(75, 4, 75);
  color: white;
  text-decoration: underline;
  border-right: 1px solid rgb(87, 87, 87);
}

.awaiting_bar {
  background: rgb(241, 241, 241);
  color: rgb(80, 80, 80);
  border-left: 1px solid rgb(87, 87, 87);
}

.ikone_progress_bar {
  width: 15px;
  height: 15px;
  position: relative;
  bottom: 1px;
}

/*=============================================
=            BOOTSTRAP 4 CHANGES            =
=============================================*/
.navbar-nav .dropdown-menu {
  position: static;
  float: left !important;
}

.pr-2 {
  padding-right: .2rem !important;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: inset 0 -1px 0 rgb(0, 0, 0, 0);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  box-shadow: inset 0 -1px 0 rgb(0, 0, 0, 0);
}

.card {
  border-radius: 0;
}

.card .car_image_in_card {
  border-radius: 0 !important;
}

/*NAVBAR*/

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-dark .navbar-text a {
  color: #2c2c2c;
}

.navbar-dark .navbar-text a:hover {
  color: #3c3c3c;
}

.img-thumbnail {
  border-radius: 0;
}

/*PARALLAX HEADER*/

.parallax_header {
  width: 100%;
  height: 100vh;
  background-image: url(images2/wallpaper5-modified.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.parallax_contactus {
  width: 100%;
  height: 100vh;
  background-image: url(images2/wallpaper8-modified.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.headline {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  color: white;
  text-shadow: 0 0 10px rgba(28, 1, 63, 0.5);
}

.rent_button {
  border-radius: 0;
  border: 0;
  background-color: #ffb327 !important;
  color: #5e0054;
  font-weight: 900;
}

.rent_button:hover {
  background-color: #5e0054 !important;
  color: #ffb327;
}

.rent_button:active {
  background-color: #490342 !important;
  color: #eb9800 !important;
  outline: 0;
}

/*OWL CAROUSEL*/

.owl-carousel {
  height: 105%;
}

.owl-carousel .card {
  border-radius: 0;
}

.filter_img_box {
  overflow: hidden;
}

/*CAR DISPLAY*/

.car_image {
  border: 0;
}

.cardTextHolder {
  padding-left: 0.5em;
}

.ikone2 {
  width: 20px;
  height: 20px;
  position: relative;
  bottom: 0.15em;
  right: 0.15em;
}

.ikone3 {
  width: 35px;
  height: 35px;
  position: relative;
  bottom: 0.15em;
  margin-right: 0.25em;
}

.edit_delete_btn {
  margin-bottom: 0.5em;
}

.car_type_blob {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 5px;
  margin: 5px;
  background: #4c0045;
  border-radius: 5px;
  color: #f4b44a;
}

/*PRICE TEXT IN CARD*/

.price_text_content {
  font-size: 19px;
}

body[dir=rtl] .price_text_content,
body[dir=rtl] .price_text_content_striked{
  direction: ltr !important;
}

.price_text_content_striked {
  font-size: 16px;
  text-decoration: line-through;
  position: relative;
}

/*DISCOUNT BLOB*/

.discount_blob {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5%;
  right: -5.5%;
  background: #ffa500;
  border-radius: 25px;
}

.discount_blob_text {
  font-size: 18px;
  position: relative;
  right: 5px;
  top: 11px;
  color: #4c0045;
}

/*IMAGE INVERSION*/

.img_inversion {
  transform: rotateY(180deg);
}

.img_inversion_ikone {
  transform: rotateY(0);
}

/*INPUT CUSTOMIZATION*/

.pickup_dtp,
.dropoff_dtp {
  background: url(images/calendar.png) no-repeat;
  background-size: 16px;
  background-position: 6px;
  padding-left: 30px;
  transition: all 0.3s;
  color: #4c0045;
}

.form_input_group_control {
  background-color: white;
  color: #4c0045;
  border: 0;
  border-radius: 0;
  height: auto;
}

.addon_form_input_group {
  background-color: white;
  color: #4c0045;
  border: 0;
  border-radius: 0;
  height: auto;
}

.rentBtn {
  border-radius: 0;
  font-weight: 500;
  width: 100%;
}

.price_details_card{
  margin-left: 0 !important;
}

.price_details_price {
  font-weight: 500;
}

.client_details_card {
  border: 1px solid rgba(76, 0, 69, 0.5) !important;
}

.personal_info_card {
  border: 1px solid rgba(76, 0, 69, 0.5) !important;
}

.booking_information_card {
  border: 1px solid rgba(76, 0, 69, 0.5) !important;
}

.bg {
  width: 100%;
  height: 100vh;
  z-index: 10;
  background: transparent;
  position: relative;
}

h1.contact_us_header{
  margin-top: 1.5em;
}

.contact_us_header {
  color: white;
}

.contact_us_form textarea {
  min-height: 15vh;
  max-height: 25vh;
}

.contact_us_form tr td {
  color: white;
  font-weight: 500;
  padding-right: 10px;
  margin-bottom: 10px;
}

.contact_us_control {
  opacity: 0.8;
  transition: opacity 0.2s;
}

.contact_us_control:focus {
  opacity: 1;
  transition: opacity 0.2s;
}

.contact_us_control:hover {
  opacity: 1;
  transition: opacity 0.2s;
}

.map iframe {
  width: 100%;
  height: 93vh;
  background-color: grey;
}

.send_button {
  background: orange;
  color: #4c0045;
  border-radius: 0;
  width: 96.5%;
}

.send_button:hover {
  background: #e69600;
  color: #4c0045;
  border-radius: 0;
}

.send_button:active {
  background: #d38f0f;
  color: #4c0045;
  border-radius: 0;
}

.parallax_reviews {
  width: 100%;
  min-height: 60vh;
  background-image: url(images2/wallpaper7-modified.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

.tcf_2 {
  color: #f5f5f5;
  text-shadow: rgb(0, 0, 0, 0.5) 0px 0px 10px;
}

.hr_2 {
  border-bottom: 1px solid #f5f5f5;
  width: 250px;
}

.owl_carousel_title_text {
  font-size: 15.5px;
}

.owl-stage-outer {
  padding-top: 20px;
}

.filter_cards .card {
  transition: transform 0.75s;
}

.filter_cards .card:hover {
  transform: scale(1.025);
}

.included_in_price_table {
  margin-left: .5rem !important;
}

/*ARABIC*/
.card_body_arabic {
  margin-top: 2em;
  position: relative;
}

.cardTitleHolder_arabic {
  margin-bottom: 10px;
  padding-left: 0.5em;
  text-align: right;
}

.cardTextHolder_arabic {
  padding-left: 0.5em;
  margin-bottom: 10px;
}

.car_type_blob_arabic {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 5px;
  margin: 5px;
  background: #4c0045;
  border-radius: 5px;
  color: rgba(244, 180, 74);
}

.included_in_price_table_arabic {
  margin-right: 0.5em;
  margin-left: auto;
}

.included_in_price_table_arabic tr td {
  padding: 0 10px;
  font-size: 19px;
}

.child_seat_icon {
  width: 40px;
  height: 40px;
}

.free_extras_icon {
  width: 50px;
  height: 50px;
}

.price_cancellation_content {
  font-size: 13px;
}

.ikone_cancellation {
  width: 15px;
  height: 15px;
  position: relative;
  bottom: 1px;
}

.child_seat_text {
  font-size: 14px;
}

.child_seat_icon_sm {
  width: 25px;
  height: 25px;
  background-size: 25px;
}

.review_hr {
  width: 120px;
}

.review_username {
  text-transform: capitalize;
}

.review_userimage {
  width: 40px !important;
  height: 40px;
}

.price_text_box {
  border: 0;
  text-align: right;
}

.car_card .row.no-gutters .col-md-9{
  margin: auto 0;
}

.ikona_fueltype img,
.ikona_transmission img,
.ikona_cardoor img,
.ikona_user img,
.ikona_snowflake img {
  display: block;
  box-sizing: border-box;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

body[dir=rtl] .ikona_snowflake,
body[dir=rtl] .ikona_user,
body[dir=rtl] .ikona_cardoor,
body[dir=rtl] .ikona_transmission,
body[dir=rtl] .ikona_fueltype
{
  padding-left: .5em;
  padding-right: 0;
}

.ikona_snowflake,
.ikona_user,
.ikona_cardoor,
.ikona_transmission,
.ikona_fueltype{
  padding-left: 0;
  padding-right: .2em;
}

.price_text_box div, .extras_text{
  align-items: center;
}

.extras_card div{
  margin: .2em
}

body[dir=rtl] .completed_bar, 
body[dir=rtl] .current_bar, 
body[dir=rtl] .awaiting_bar{
  text-align: right;
}

body[dir=rtl] .included_in_price_table{
  text-align: right;
}

.owl_carousel_title_text {
  text-align: left;
}

.extrasText {
  font-size: 18px
}

/* body[dir=rtl] .phone_number {
  direction: ltr !important;
} */

body[dir=rtl] .pr-2 {
  padding-left: 0.5rem !important;
}

body[dir=rtl] .mr-3 {
  margin-left: 1rem !important;
  margin-right: 0 !important;
}
body[dir=rtl] footer .mr-3 {
  margin-right: 1rem !important;
  margin-left: 0 !important;
}

body[dir=rtl] .ml-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}

body[dir=rtl] .mr-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
}

body[dir=rtl] .ml-3 {
  margin-right: 1rem !important;
}

body[dir=rtl] .mr-1 {
  margin-left: 0.25rem !important;
}

body[dir=rtl] .pr-md-0 {
  padding-left: 0;
  padding-right: 1rem !important;
}

body[dir=rtl] .ml-sm-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}

body[dir=rtl] .mr-md-5 {
  margin-left: 3rem !important;
  margin-right: 0 !important;
}

body[dir=rtl] .mr-sm-1 {
  margin-left: 0.25rem !important;
  margin-right: 0 !important;
}

body[dir=rtl] .ml-2 {
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
}

body[dir=rtl] .mr-2 {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}

body[dir=rtl] .mr-5 {
  margin-left: 3rem !important;
  margin-right: 0 !important;
}

body[dir=rtl] .pr-1 {
  padding-left: 0.25rem !important;
  padding-right: 0 !important;
}

body[dir=rtl] .pr-lg-5 {
  padding-left: 3rem !important;
  padding-right: 0 !important;
}

body[dir=rtl] .pr-md-4 {
  padding-left: 1.5rem !important;
  padding-right: 0 !important;
}

body[dir=rtl] .pr-sm-5 {
  padding-left: 3rem !important;
  padding-right: 0 !important;
}

body[dir=rtl] .pl-3 {
  padding-right: 1rem !important;
}

body[dir=rtl] .pr-4 {
  padding-left: 1.5rem !important;
  padding-right: 0 !important;
}

body[dir=rtl] .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
}
body[dir=rtl] footer .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
  direction: ltr;
  margin-right: auto;
}

body[dir=rtl] .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 1rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

body[dir=rtl] .text-right {
  text-align: left !important;
}

body[dir=rtl] .text-left {
  text-align: right !important;
}

body[dir=rtl] footer .text-left {
  text-align: left !important;
}

body[dir=rtl] .ar {
  display: block;
}

body[dir=rtl] .ba {
  display: none;
  font-size: 0;
}

body[dir=rtl] .img_inversion {
  transform: rotateY(0);
}

body[dir=rtl] .img_inversion_ikone {
  transform: rotateY(180deg);
}

body[dir=rtl] .price_text_box {
  border: 0;
  text-align: left;
}

body[dir=rtl] .car_type_blob {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  padding: 0px 5px;
  margin: 5px;
  background: #4c0045;
  border-radius: 5px;
  color: #f4b44a;
}

body[dir=rtl] .included_in_price_table {
  margin-right: 0.5rem !important;
}

body[dir=rtl] .cardTitle {
  /* color: #f5f5f5;
  border-right: 4px #f5f5f5 solid; */
  border-left: 0;
  padding-left: 0;
  padding-right: 0.4em;
  font-weight: 500;
}

body[dir=rtl] .contact_us_form tr td{
  color: white;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 0;
  margin-bottom: 10px;
}

body[dir=rtl] .or_similiar_text {
  padding-right: 0.6em;
  padding-left: 0;
  font-size: 17px;
  position: relative;
  color: #808080;
}

body[dir=rtl] .owl_carousel_title_text {
  text-align: right;
}

body[dir=rtl] .discount_blob_text {
  font-size: 18px;
  position: relative;
  right: auto;
  left: 5px;
  top: 11px;
  color: #4c0045;
  direction:ltr;
}

body[dir=rtl] .discount_blob {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5%;
  right: auto;
  background: #ffa500;
  border-radius: 25px;
  direction:ltr;
}

body[dir=rtl] .infoBlob {
  align-items: center;
  padding-left: 15px !important;
  padding-right: 5px !important;
  margin-bottom: 10px;
  margin-right: 10px;
  min-height: 32px;
}

body[dir=rtl] .dropdown-menu-left {
  right: auto;
  left: 0;
}

.date_text{
  font-size: 16px;
  direction: ltr !important;
}

body[dir=rtl] .date_text{
  direction: ltr !important;
}

.dropdown-menu-left {
  left: auto;
  right: 0;
}

.language-link {
  cursor: pointer;
}

body[dir=rtl] .bootstrap-datetimepicker-widget {
  direction: ltr !important;
}

body[dir=rtl] .card-body:last-child{
  text-align: right !important;
}
.iti.drop-container {
  border: dotted 1px #ccc;
  min-height: 50px;
}

.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.drop-container.cdk-drop-list-dragging .drop-container:not(.drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.drag-placeholder {
  background: #eee;
  border: dotted 1px #ccc;
  min-height: 50px;
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.cdk-drag-preview {
  font-family: 'Roboto';
  background-color: rgba(247, 247, 247, .7);
}
.iti.iti--allow-dropdown{
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .price_text_content_striked{
    font-size: 19px;
  }

  body[dir=rtl] .discount_blob {
    left: -3%;
  }

  .table_title {
    font-size: 19px;
  }

  .table_content {
    font-size: 18px;
  }

  .ikona {
    width: 18px;
    height: 18px;
  }

  .filter_cards .card {
    align-items: center;
    width: 6.2rem;
    height: 137px;
  }

  .discount_blob {
    right: -3.2%;
  }

  .infoBlob {
    font-size: 19px;
  }

  /*ARABIC*/

  .car_type_blob_arabic {
    font-size: 16px;
  }

  .or_similiar_text_arabic {
    font-size: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .price_text_content_striked{
    font-size: 18px;
  }
  body[dir=rtl] .discount_blob {
    left: -4%;
  }

  .extrasText {
    font-size: 15.5px;
  }

  .included_in_price_table_arabic tr td {
    font-size: 16px;
  }

  .filter_cards .card {
    align-items: center;
    width: 6rem;
    height: 137px;
    margin-right: 15px !important;
    margin-bottom: 15px;
  }

  .card_body_order_content {
    padding-top: 0.5em;
    padding-left: 0.5em;
  }

  .car_type_blob {
    font-size: 14px;
  }

  .card_body {
    margin-top: 1em;
  }

  .or_similiar_text {
    font-size: 15px;
  }

  .infoBlob {
    font-size: 19px;
  }

  .price_text_title,
  .price_text_content {
    font-size: 18px;
  }

  .discount_blob {
    right: -3.7%;
  }

  .included_in_price_table tr td {
    font-size: 16px;
  }

  .ikona {
    width: 18px;
    height: 18px;
  }

  /*ARABIC*/

  .car_type_blob_arabic {
    font-size: 13px;
  }

  .or_similiar_text_arabic {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  body[dir=rtl] .discount_blob {
    left: -4.5%;
  }

  .included_in_price_table_arabic tr td {
    font-size: 15px;
  }

  .filter_cards .card {
    align-items: center;
    width: 5.5rem;
    height: 130px;
    margin-right: 15px !important;
    margin-bottom: 15px;
  }

  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 15em;
  }

  .card_body_order_content {
    padding-top: 0;
    padding-left: 0.25em;
  }

  .or_similiar_text {
    font-size: 14px;
  }

  .ikone2 {
    width: 15px !important;
    height: 15px !important;
    background-size: 15px !important;
  }

  .ikone3 {
    height: 25px;
    width: 25px;
  }

  .extrasText {
    font-size: 14px;
  }

  .price_text_title {
    font-size: 15px;
  }

  .price_text_content {
    font-size: 16px;
  }

  .price_text_content_striked {
    font-size: 16px;
    /* bottom: 2px; */
  }

  .car_type_blob {
    font-size: 12px;
  }

  .card_body {
    margin-top: 0em;
  }

  .cardTitle {
    font-size: 18px;
  }

  .infoBlob {
    font-size: 15.5px;
  }

  .discount_blob {
    right: -5.2%;
  }

  .included_in_price_table tr td {
    font-size: 14px;
  }

  .ikona {
    width: 17px;
    height: 17px;
  }

  .table_title {
    font-size: 19px;
  }

  .table_content {
    font-size: 18px;
  }

  /*ARABIC*/
  .or_similiar_text_arabic {
    font-size: 14px;
  }

  .price_text_content_striked_arabic {
    font-size: 11px;
  }

  .cardTitle_arabic {
    font-size: 18px
  }

  .infoBlob_arabic {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  
  body[dir=rtl] .price_details_card{
    margin-left: 0em !important;
  }

  body[dir=rtl] .discount_blob {
    left: 2%;
  }

  .filter_cards .card {
    align-items: center;
    width: 5.8rem;
    height: 130px;
    margin-right: 15px !important;
    margin-bottom: 15px;
  }

  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 15em;
  }

  .car_type_blob {
    font-size: 17px;
  }

  .card_body {
    margin-top: 1em;
  }

  .discount_blob {
    right: 1%;
  }

  .ikone2 {
    width: 15px !important;
    height: 15px !important;
    background-size: 15px !important;
    padding-top: 0;
  }

  /*ARABIC*/
  .car_type_blob_arabic {
    font-size: 17px
  }
}

@media screen and (max-width: 576px) {
  body[dir=rtl] .price_details_card{
    margin-left: 0em !important;
  }

  body[dir=rtl] .navbar-nav .dropdown-menu {
    position: static;
    float: right !important;
  }
  body[dir=rtl] footer .navbar-nav .dropdown-menu {
    position: static;
    float: left !important;
  }

  .filter_cards .card {
    align-items: center;
    width: 6rem;
    height: 130px;
    margin-right: 15px !important;
    margin-bottom: 15px;
  }

  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 15em;
  }

  .ikone2 {
    width: 15px !important;
    height: 15px !important;
    background-size: 15px !important;
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .extrasText {
    font-size: 16px;
  }

  body[dir=rtl] .discount_blob {
    left: 2%;
  }

  .table_title {
    font-size: 17px;
  }

  .table_content {
    font-size: 16px;
  }

  .filter_cards .card {
    align-items: center;
    width: 6rem;
    height: 130px;
    margin-right: 18px !important;
    margin-bottom: 18px;
  }

  .car_type_blob {
    font-size: 15px;
  }

  .card_body {
    margin-top: 1em;
  }

  .discount_blob {
    right: 2%;
    top: -8%;
  }

  .ikone2 {
    width: 15px !important;
    height: 15px !important;
    background-size: 15px !important;
    padding-top: 0;
  }

  /*ARABIC*/
  .car_type_blob_arabic {
    font-size: 15px
  }

}

/*=============================================
=            LIGHT THEME            =
=============================================*/

@media (prefers-color-scheme: light) {
  .date_text{
    color: #a0a0a0;
  }

  body[dir=rtl] .cardTitle {
    border-right: 4px #4c0045 solid !important;
    border-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0.4em !important;
    font-weight: 500;
  }


  .booking-complete-car-img {
    border: 1px solid rgba(76, 0, 69, 0.5) !important;
    background: transparent;
  }

  .btn-primary:disabled {
    color: orange;
    background-color: #4c0045;
    border-color: #4c0045;
  }

  .review_card {
    background: white;
    border-radius: 0;
  }

  .review_star {
    color: orange
  }

  .review_hr {
    border-top: 1px solid rgb(0, 0, 0, 0.2);
  }

  .filter_card {
    border: 0.5px solid rgba(77, 0, 69, 0.5) !important;
    background: white;
  }

  .navbar_brand_logo img {
    background: url(images/GULFTRAVELHD-Original.png) no-repeat;
    display: block;
    box-sizing: border-box;
    background-size: 160px;
    width: 170px;
    height: 90px;
  }

  .bg-light {
    background: #eeeeee !important;
    opacity: 0.98;
    transition: all 200ms;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    transition: all 0.2s;
  }

  .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.9) !important;
  }

  .navbar-light .navbar-nav .nav-link:active {
    color: rgba(0, 0, 0) !important;
  }

  .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.8);
  }

  .ikona_fueltype img {
    background: url(images/fuel64x64_purple.png) no-repeat;
    background-size: 20px;
  }

  .ikona_transmission img {
    background: url(images/transmissionAutomatic-purple.png) no-repeat;
    background-size: 20px;
  }

  .ikona_cardoor img {
    background: url(images/cardoor_purple.png) no-repeat;
    background-size: 20px;
  }

  .ikona_user img {
    background: url(images/user_purple.png) no-repeat;
    background-size: 20px;
  }

  .ikona_snowflake img {
    background: url(images/snowflake_purple.png) no-repeat;
    background-size: 20px;
  }

  body {
    font-family: "Quicksand";
    background-image: linear-gradient(white, #f0f0f0, white);
    min-height: 100vh;
    padding: 0;
    margin: 0;
  }

  .filterBtn {
    border-radius: 0;
    border-color: #4c0045;
    color: #4c0045;
  }

  .filterBtn:hover {
    border-radius: 0;
    background: #4c0045;
    color: white;
  }

  .filterBtn:active {
    border-radius: 0;
    background: #350030 !important;
    color: rgb(238, 238, 238) !important;
  }

  .owl_carousel_title_text {
    color: #2c2c2c;
    text-decoration: none;
    transition: 0.3s all;
  }

  .owl_carousel_title_text:visited {
    color: #2c2c2c;
    text-decoration: none;
  }

  .owl_carousel_title_text:link {
    color: #2c2c2c;
    text-decoration: none;
  }

  .owl_carousel_title_text:hover {
    color: #4d4d4d;
    text-decoration: none;
  }

  .owl_carousel_title_text:active {
    color: #2c2c2c;
    text-decoration: none;
  }

  .car_card {
    background-color: white;
    border-radius: 0;
    border: 1px solid rgba(76, 0, 69, 0.5) !important;
  }

  .infoBlob {
    align-items: center;
    background: orange;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    min-height: 32px;
  }

  .price_text_box {
    background-color: white;
  }

  .cardTitle {
    color: #4c0045;
    border-left: 4px #4c0045 solid;
    padding-left: 0.4em;
    font-weight: 500;
  }

  .card_title {
    color: #4c0045;
    font-weight: 500;
  }

  .price_text_title {
    font-size: 19px;
    color: #4c0045;
  }

  .client_details_card hr, .car_card hr, .price_details_card hr{
    border-top: 1px solid rgba(76, 0, 69, 0.5) !important;
    margin-top: 14px;
  }

  .or_similiar_text {
    padding-left: 0.6em;
    font-size: 17px;
    color: #808080;
  }

  .rentBtn {
    border: 1px solid #4c0045;
    background: #4c0045;
    color: rgba(244, 180, 74);
    transition: all 0.3s;
  }

  .rentBtn:hover {
    color: #4c0045;
    background: orange;
    border: 1px solid orange;
  }

  .rentBtn:active,
  .rentBtn:focus {
    color: #4c0045;
    background: rgb(214, 139, 0) !important;
    border: 1px solid rgb(214, 139, 0) !important;
  }

  .extrasText {
    position: relative;
    top: 0.3em;
    color: rgba(244, 180, 74);
    font-weight: bold;
  }

  .price_text_content {
    color: #28a745 !important;
  }

  .price_text_content_striked {
    color: #28a745 !important;
    /* bottom: 2px; */
  }

  .price_text_content_striked_arabic {
    font-size: 13px;
    text-decoration: line-through;
    position: relative;
    top: 3px;
    color: #28a745 !important;
  }

  .extras_section {
    border: 1px solid rgba(76, 0, 69, 0.5) !important;
    background: white;
  }

  .extras_card {
    border: 1px solid rgba(76, 0, 69, 0.5) !important;
    background: white;
  }

  .extras_card hr {
    border-top: 1px solid rgba(76, 0, 69, 0.5) !important;
  }

  .extras_section h6 {
    position: relative;
    top: 10px;
  }

  .table_title {
    color: #4c0045;
  }

  .child_seat_img img {
    display: block;
    box-sizing: border-box;
    background: url(images/childseat_purple.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .extra_driver_img img {
    display: block;
    box-sizing: border-box;
    background: url(images/extra_driver_purple.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .gps_img img {
    display: block;
    box-sizing: border-box;
    background: url(images/gps_purple.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .unlimited_mileage_img img {
    display: block;
    box-sizing: border-box;
    background: url(images/unlimited_mileage_purple.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .card_text {
    color: #4c0045;
  }
  
  a.card_text {
    color: #007bff;
    text-decoration: underline;
  }

  .card_link {
    color: blueviolet;
    transition: all 0.25s;
  }

  .card_link:hover {
    color: rgb(160, 74, 241) !important;
  }

  .price_details_card {
    background: white;
    border: 1px solid rgba(76, 0, 69, 0.5) !important;
  }

  .client_details_card {
    background: white;
    border: 1px solid rgba(76, 0, 69, 0.5) !important;
  }

  .personal_info_card hr,
  .booking_information_card hr {
    border-top: 1px solid rgba(76, 0, 69, 0.5) !important;
  }

  .personal_info_card div .card_text {
    color: #4c0045;
    font-weight: 500;
  }

  .personal_info_card div .card_title {
    color: #4c0045;
    font-weight: 100;
  }

  body[dir=rtl] .booking_information_card div.row:nth-last-child(-n+6) .card_text{
    direction: ltr !important;
  }

  .booking_information_card div .card_text {
    color: #4c0045;
    font-weight: 500;
  }

  .booking_information_card div .card_title {
    color: #4c0045;
    font-weight: 100;
  }

  .gt_logo img {
    display: block;
    box-sizing: border-box;
    background: url(images/GULFTRAVELHD-Original.png) no-repeat;
    width: 240px;
    height: 140px;
    background-size: 240px;
  }

  .tcf a {
    color: #4c0045;
    text-decoration-color: #4c0045;
    padding: 0 10px;
  }

  .tcf {
    color: #4c0045;
    padding: 0 10px;
  }

  .landmark_card {
    background-color: white !important;
    border-radius: 0;
    border: 1px solid rgba(76, 0, 69, 0.5) !important;
  }

  body {
    background-image: linear-gradient(white, #f0f0f0, white);
    min-height: 100vh;
    padding: 0;
    margin: 0;
  }

  .popular_locations_section {
    background: #e6e6e6;
  }

  .landmark_card span,
  .landmark_card h5,
  .landmark_card h6 {
    color: #4c0045;
  }

  .hotel_card {
    background-color: white !important;
    border-radius: 0;
    border: 1px solid rgba(76, 0, 69, 0.5) !important;
  }

  .hotel_card p,
  .hotel_card h5 {
    color: #4c0045;
  }

  .hotel_card a {
    color: #4c0045;
    border-radius: 0;
    font-size: 17px;
  }

  .hotel_card a:hover {
    color: #380233;
    border-radius: 0;
    text-decoration: underline;
  }

  .contact_us_link {
    color: #bc74ff !important;
    transition: 0.3s all;
  }

  .contact_us_link:hover {
    color: #a45ae9 !important;
    text-decoration: none;
  }

  /*ARABIC*/
  .cardTitle_arabic {
    color: #4c0045;
    border-right: 4px #4c0045 solid;
    padding-right: 0.4em;
    font-size: 20px;
    font-weight: 500;
  }

  .or_similiar_text_arabic {
    padding-right: 0.6em;
    font-size: 17px;
    text-align: right;
    color: #808080;
  }

  .infoBlob_arabic {
    background: orange;
    border: 1px solid orange;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 20px;
    min-height: 32px;
  }

  .price_text_content_striked_arabic {
    font-size: 13px;
    text-decoration: line-through;
    position: relative;
    top: 3px;
    color: #28a745 !important;
  }
}

/*=============================================
=            DARK THEME            =
=============================================*/

@media (prefers-color-scheme: dark) {
  .date_text{
    color: #d2d2d2;
  }

  body[dir=rtl] .cardTitle {
    border-right: 4px #f5f5f5 solid;
    border-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0.4em !important;
    font-weight: 500;
  }

  .btn-primary:disabled {
    color: #4c0045;
    background-color: orange;
    border-color: orange;
  }

  .review_card {
    background: #3d3d3d;
    border: 1px solid rgba(235, 235, 235, 0.6) !important;
    border-radius: 0;
  }

  .review_star {
    color: orange
  }

  .review_hr {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

  .review_text {
    color: white;
  }

  .child_seat_text {
    color: #e6e6e6;
  }

  .filter_card {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(235, 235, 235, 0.6) !important;
    background: #3d3d3d;
  }

  .navbar_brand_logo img {
    background: url(images/GULFTRAVELHD-white.png) no-repeat;
    display: block;
    box-sizing: border-box;
    background-size: 160px;
    width: 170px;
    height: 90px;
  }

  .bg-light {
    background: hsl(307, 100%, 16%) !important;
    opacity: 0.98;
    transition: all 200ms;
  }

  .navbar-light .navbar-text {
    color: white !important;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: white;
    transition: all 0.2s;
  }

  .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(242, 242, 242);
  }

  .navbar-light .navbar-nav .nav-link:active {
    color: rgb(235, 235, 235);
  }

  .navbar-light .navbar-nav .nav-link:focus {
    color: white;
  }

  .navbar-light .navbar-nav .show>.nav-link {
    font-size: 18px;
    color: white;
    transition: all 0.2s;
  }

  .navbar-light .navbar-nav .show>.nav-link:hover {
    color: rgb(242, 242, 242);
  }

  .navbar-light .navbar-nav .show>.nav-link:active {
    color: rgb(235, 235, 235);
  }

  .navbar-light .navbar-nav .show>.nav-link:focus {
    color: white;
  }

  /*=============================================
    =            IKONA            =
    =============================================*/
  .ikona_fueltype img {
    background: url(images/fuel64x64_orange.png) no-repeat;
    background-size: 20px;
  }

  .ikona_transmission img {
    background: url(images/transmissionAutomatic-orange.png) no-repeat;
    background-size: 20px;
  }

  .ikona_cardoor img {
    background: url(images/cardoor_orange.png) no-repeat;
    background-size: 20px;
  }

  .ikona_user img {
    background: url(images/user_orange.png) no-repeat;
    background-size: 20px;
  }

  .ikona_snowflake img {
    background: url(images/snowflake_orange.png) no-repeat;
    background-size: 20px;
  }

  /*=============================================
    =            OTHER            =
    =============================================*/
  body {
    font-family: "Quicksand";
    background-image: linear-gradient(rgb(48, 48, 48), #292929, rgb(48, 48, 48));
    min-height: 100vh;
    padding: 0;
    margin: 0;
  }

  .filterBtn {
    border-radius: 0;
    border-color: rgba(244, 180, 74);
    color: rgba(244, 180, 74);
  }

  .filterBtn:hover {
    border-radius: 0;
    background: rgba(244, 180, 74);
    color: #4c0045;
  }

  .filterBtn:active {
    border-radius: 0;
    background: rgb(223, 162, 63) !important;
    color: #3e0038 !important;
  }

  .owl_carousel_title_text {
    color: #f5f5f5;
    text-decoration: none;
    transition: 0.3s all;
  }

  .owl_carousel_title_text:visited {
    color: #f5f5f5;
    text-decoration: none;
  }

  .owl_carousel_title_text:link {
    color: #f5f5f5;
    text-decoration: none;
  }

  .owl_carousel_title_text:hover {
    color: rgba(235, 235, 235, 0.9);
    text-decoration: none;
  }

  .booking-complete-car-img {
    border: 1px solid rgba(235, 235, 235, 0.6) !important;
    background: transparent;
  }

  .owl_carousel_title_text:active {
    color: #f5f5f5;
    text-decoration: none;
  }

  .car_card {
    background-color: #3d3d3d;
    border: 1px solid rgba(235, 235, 235, 0.6) !important;
  }

  .infoBlob {
    align-items: center;
    background: transparent;
    border: 1px solid orange;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: orange;
    min-height: 32px;
  }

  .price_text_box {
    background-color: #3d3d3d;
  }

  .cardTitle {
    color: #f5f5f5;
    border-left: 4px #f5f5f5 solid;
    padding-left: 0.4em;
    font-weight: 500;
  }

  .card_title {
    color: #f5f5f5;
    font-weight: 500;
  }

  .price_text_title {
    font-size: 19px;
    color: #f5f5f5;
  }

  .client_details_card hr, .car_card hr, .price_details_card hr{
    border-top: 1px solid rgba(235, 235, 235, 0.6) !important;
    margin-top: 14px;
  }

  body[dir=rtl] .iti{
    direction: ltr !important;
  }

  .or_similiar_text {
    padding-left: 0.6em;
    font-size: 17px;
    color: lightgray !important;
  }

  .rentBtn {
    border: 1px solid orange;
    color: orange;
    background: transparent;
    transition: all 0.3s;
  }

  .rentBtn:hover {
    color: #4c0045;
    background: orange;
    border: 1px solid orange;
  }

  .rentBtn:active,
  .rentBtn:focus {
    color: #4c0045;
    background: rgb(214, 139, 0) !important;
    border: 1px solid rgb(214, 139, 0) !important;
  }

  .extrasText {
    position: relative;
    top: 0.3em;
    color: rgba(244, 180, 74);
    font-weight: bold;
  }

  /* .extrasText::parent{

  } */

  .price_text_content {
    color: greenyellow !important;
  }

  .price_text_content_striked {
    color: greenyellow !important;
    /* bottom: 2px; */
  }

  .price_text_content_striked_arabic {
    font-size: 13px;
    text-decoration: line-through;
    position: relative;
    color: greenyellow !important;
  }

  .extras_section {
    background-color: #3d3d3d;
    border: 1px solid rgba(235, 235, 235, 0.6) !important;
  }

  .extras_card {
    background-color: #3d3d3d;
    border: 1px solid rgba(235, 235, 235, 0.6) !important;
  }

  .extras_card hr {
    border-top: 1px solid rgba(235, 235, 235, 0.9) !important;
  }

  .extras_card h5 {
    position: relative;
    color: #f5f5f5;
  }

  .extras_section h5 {
    position: relative;
    color: #f5f5f5;
  }

  .extras_section h6 {
    position: relative;
    top: 10px;
    color: #f5f5f5;
  }

  .table_title {
    color: #e6e6e6;
  }

  .child_seat_img img {
    display: block;
    box-sizing: border-box;
    background: url(images/childseat_whiteish.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .extra_driver_img img {
    display: block;
    box-sizing: border-box;
    background: url(images/extra_driver_whiteish.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .gps_img img {
    display: block;
    box-sizing: border-box;
    background: url(images/gps_whiteish.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .unlimited_mileage_img img {
    display: block;
    box-sizing: border-box;
    background: url(images/unlimited_mileage_whiteish.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .card_text {
    color: #f5f5f5;
  }
  
  a.card_text {
    color: #007bff;
    text-decoration: underline;
  }


  .card_link {
    color: #87cefa;
    transition: all 0.25s;
  }

  .card_link:hover {
    color: #6caed6;
  }

  .price_details_card {
    background: #3d3d3d;
    border: 1px solid rgba(235, 235, 235, 0.6) !important;
  }

  .price_details_card h5 {
    color: #f5f5f5;
  }

  .price_details_text {
    color: #f5f5f5;
  }

  .price_details_price {
    color: #f5f5f5;
    font-weight: 500;
  }

  .client_details_card {
    background: #3d3d3d;
    border: 1px solid rgba(235, 235, 235, 0.6) !important;
  }

  .client_details_card h5 {
    color: #f5f5f5;
  }

  .tcf a {
    color: #f5f5f5;
    text-decoration-color: #f5f5f5;
    padding: 0 10px;
  }

  .tcf {
    color: #f5f5f5;
    padding: 0 10px;
  }

  .client_details_table tr td span {
    color: #f5f5f5;
  }

  .client_details_table tr td .text-danger {
    color: #ff0000 !important;
  }

  .personal_info_card {
    background-color: #3d3d3d;
    border: 1px solid rgba(235, 235, 235, 0.6) !important;
  }

  .booking_information_card {
    background-color: #3d3d3d;
    border: 1px solid rgba(235, 235, 235, 0.6) !important;
  }

  .personal_info_card hr,
  .booking_information_card hr {
    border-top: 1px solid rgba(235, 235, 235, 0.9) !important;
  }

  .personal_info_card h5,
  .booking_information_card h5 {
    color: #f5f5f5;
  }

  .personal_info_card div .card_text {
    color: #f5f5f5;
    font-weight: 500;
  }

  .personal_info_card div .card_title {
    color: #f5f5f5;
    font-weight: 100;
  }

  body[dir=rtl] .booking_information_card div.row:nth-last-child(-n+6) .card_text{
    direction: ltr !important;
  }

  .booking_information_card div .card_text {
    color: #f5f5f5;
    font-weight: 500;
  }

  .booking_information_card div .card_title {
    color: #f5f5f5;
    font-weight: 100;
  }

  .gt_logo img {
    display: block;
    box-sizing: border-box;
    background: url(images/GULFTRAVELHD-white.png) no-repeat;
    width: 240px;
    height: 140px;
    background-size: 240px;
  }

  .tcf {
    color: #f5f5f5;
    padding: 0 10px;
  }

  .landmark_card {
    background-color: #3d3d3d !important;
    border: 1px solid rgba(235, 235, 235, 0.6) !important;
  }

  body {
    background-image: linear-gradient(rgb(48, 48, 48), #292929, rgb(48, 48, 48));
    min-height: 100vh;
    padding: 0;
    margin: 0;
  }

  .popular_locations_section {
    background: #363636;
  }

  .landmark_card span,
  .landmark_card h5,
  .landmark_card h6 {
    color: #f5f5f5;
  }

  .hotel_card {
    background-color: #3d3d3d !important;
    border: 1px solid rgba(235, 235, 235, 0.6) !important;
  }

  .hotel_card p,
  .hotel_card h5 {
    color: #f5f5f5;
  }

  .hotel_card a {
    color: #f5f5f5;
    border-radius: 0;
    font-size: 17px;
  }

  .hotel_card a:hover {
    color: #e2e2e2;
    border-radius: 0;
    text-decoration: underline;
  }

  .contact_us_link {
    color: #9b90ff !important;
    transition: 0.3s all;
  }

  .contact_us_link:hover {
    color: #8177db !important;
    text-decoration: none;
  }

  /*ARABIC*/
  .cardTitle_arabic {
    color: #f5f5f5;
    border-right: 4px #f5f5f5 solid;
    padding-right: 0.4em;
    font-size: 20px;
    font-weight: 500;
  }

  .or_similiar_text_arabic {
    color: lightgray !important;
    padding-right: 0.6em;
    font-size: 17px;
    text-align: right;
  }

  .infoBlob_arabic {
    background: transparent;
    border: 1px solid orange;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 20px;
    color: orange;
    min-height: 32px;
  }

  .infoBlob_arabic span {
    color: orange
  }

  .price_text_content_striked_arabic {
    font-size: 13px;
    text-decoration: line-through;
    position: relative;
    top: 3px;
    color: greenyellow !important;
  }
}