/*-----------------------------------------------------------------------------------

   Template Name: Quickai
   Template URI: http://demo.harnishdesign.net/html/quickai
   Description: Recharge & Bill Payment, Booking HTML Template
   Author: Harnish Design
   Author URI: https://themeforest.net/user/harnishdesign
   Version: 1.1

=================================================
  Table of Contents
=================================================

	- Basic
	- Helpers Classes
	- Layouts
	- Header
		- Logo
		- Primary Menu
		- Secondary Nav
		- Page Header
	- Recharge & Bill Pages
	- Booking Pages
	- Elements
		- Featured Box
		- Team
		- Accordion & Toggle
		- Tabs
		- Easy Responsive Tab Accordion
		- Custom Background
		- Brands Grid
		- Banner
		- Simple ul
	- Footer
		- Payments Images
		- Newsleter
		- Social Icons
		- Login/Signup Modal Dialog
		- Back to Top
	- Extra

-------------------------------------------------------------------*/
/* =================================== */
/*  Basic Style
/* =================================== */
/* @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;400&display=swap'); */

body {
 background: #ffffff;

  color: #000000;
  /* color: #535b61; */
  font-family: 'Cairo', sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.dropdown-item{
  font-family: 'Cairo', sans-serif;
}
form {
  padding: 0;
  margin: 0;
  display: inline;
}

img {
  vertical-align: inherit;
}

a, a:focus {
  color: #feb321;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* hide  */
/* a:hover, a:active {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
} */

a:focus, a:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button:focus,
button:active {
  outline: none;
}

p {
  line-height: 1.9;
}

blockquote {
  border-left: 5px solid #eee;
  padding: 10px 20px;
}

iframe {
  border: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: 'Cairo', sans-serif;
}

.lead {
  font-size: 1.3em;
  line-height: 1.8;
}

.table {
  color: #535b61;
}

.table-hover tbody tr:hover {
  background-color: #f6f7f8;
}

/*-------- Preloader --------*/
#preloader {
  position: fixed;
  z-index: 999999999 !important;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#preloader [data-loader="dual-ring"] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  display: inline-block;
  content: " ";
  display: block;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #feb321;
  border-color: #feb321 transparent #feb321 transparent;
  animation: dual-ring 1.2s linear infinite;
}

@keyframes dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* =================================== */
/*  Helpers Classes
/* =================================== */
/* Box Shadow */
.shadow-md {
  -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
}

/* Border Radius */
.rounded-top-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-bottom-0 {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-left-0 {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-right-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* Text Size */
.text-0 {
  font-size: 11px !important;
  font-size: 0.6875rem !important;
}

.text-1 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}

.text-2 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.text-3 {
  font-size: 16px !important;
  font-size: 1rem !important;
}

.text-4 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.text-5 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}

.text-6 {
  font-size: 24px !important;
  font-size: 1.50rem !important;
}

.text-7 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}

.text-8 {
  font-size: 32px !important;
  font-size: 2rem !important;
}

.text-9 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
}

.text-10 {
  font-size: 40px !important;
  font-size: 2.50rem !important;
}

.text-11 {
  font-size: 44px !important;
  font-size: 2.75rem !important;
}

.text-12 {
  font-size: 48px !important;
  font-size: 3rem !important;
}

.text-13 {
  font-size: 52px !important;
  font-size: 3.25rem !important;
}

.text-14 {
  font-size: 56px !important;
  font-size: 3.50rem !important;
}

.text-15 {
  font-size: 60px !important;
  font-size: 3.75rem !important;
}

.text-16 {
  font-size: 64px !important;
  font-size: 4rem !important;
}

.text-17 {
  font-size: 72px !important;
  font-size: 4.5rem !important;
}

.text-18 {
  font-size: 80px !important;
  font-size: 5rem !important;
}

.text-19 {
  font-size: 84px !important;
  font-size: 5.25rem !important;
}

.text-20 {
  font-size: 92px !important;
  font-size: 5.75rem !important;
}

/* Line height */
.line-height-07 {
  line-height: 0.7 !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-2 {
  line-height: 1.2 !important;
}

.line-height-3 {
  line-height: 1.4 !important;
}

.line-height-4 {
  line-height: 1.6 !important;
}

.line-height-5 {
  line-height: 1.8 !important;
}

/* Font Weight */
.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

/* Opacity */
.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}

/* Background light */
.bg-light {
  background-color: #FFF !important;
}
.bg-light-opacity {
  background-color: rgba(254, 179, 33, 0.8) !important;
}

.bg-light-1 {
  background-color: #f9f9fb !important;
}

.bg-light-2 {
  background-color: #f8f8fa !important;
}

.bg-light-3 {
  background-color: #f5f5f5 !important;
}

.bg-light-4 {
  background-color: #eff0f2 !important;
}

.bg-light-5 {
  background-color: #ececec !important;
}

/* Background Dark */
.bg-dark {
  background-color: #111418 !important;
}

.bg-dark-1 {
  background-color: #191f24 !important;
}

.bg-dark-2 {
  background-color: #232a31 !important;
}

.bg-dark-3 {
  background-color: #2b343c !important;
}

.bg-dark-4 {
  background-color: #38434f !important;
}

.bg-dark-5 {
  background-color: #435161 !important;
}

/* =================================== */
/*  Layouts
/* =================================== */
#main-wrapper {
  background: #f6f7f8;
}
#main-wrapper.boxed {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.section {
  position: relative;
  padding: 50px 0;
  padding: 3.125rem 0;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}
/* =================================== */
/*  Header
/* =================================== */
#header {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
#header .navbar {
  padding: 0px;
}
#header.bg-transparent {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: none;
}
#header.header-border .header-row {
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
}
#header .logo {
  position: relative;
  float: left;
  margin-right: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
#header .header-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  max-height: 100%;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
#header .header-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#header .header-column .header-row {
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #0c2f55;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show {
  color: #0c2f55;
}
.navbar-light .navbar-nav .show > .nav-link {
  color: #0c2f55;
}

.primary-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto !important;
  -webkit-box-ordinal-group: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.primary-menu.navbar {
  position: inherit;
}
.primary-menu ul.navbar-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.primary-menu ul.navbar-nav > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.primary-menu ul.navbar-nav > li > a {
  height: 70px;
  padding-left: 0.85em;
  padding-right: 0.85em;
  color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  font-size:16px;
}
.primary-menu ul.navbar-nav > li:hover > a, .primary-menu ul.navbar-nav > li.active > a {
  color: #feb321;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
  padding: 5px 0px;
  background-color: transparent;
  color: #777;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
  color: #feb321;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.primary-menu ul.navbar-nav > li.dropdown:hover > a:after {
  clear: both;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #ccc transparent;
  position: absolute;
  border-width: 0px 7px 6px 7px;
  bottom: 0px;
  left: 50%;
  margin: 0 0 0 -5px;
  z-index: 1022;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  border: 0px none;
  border-top: 3px solid #ccc;
  padding: 10px 10px 10px 18px;
  min-width: 190px;
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  z-index: 1021;
}
.primary-menu ul.navbar-nav > li.dropdown-mega {
  position: static;
}
.primary-menu ul.navbar-nav > li.dropdown-mega > .dropdown-menu {
  width: 100%;
  padding: 20px 20px;
  margin-left: 0px !important;
}
.primary-menu .dropdown-menu-right {
  left: auto !important;
  right: 100% !important;
}
.primary-menu ul.navbar-nav > li > .dropdown-menu .row > div {
  border-right: 1px solid #eee;
  padding: 5px 10px 5px 20px;
}
.primary-menu ul.navbar-nav > li > .dropdown-menu .row > div:last-child {
  border-right: 0;
}
.primary-menu ul.navbar-nav > li .sub-title {
  display: block;
  font-size: 15px;
  margin-top: 1rem;
  padding-bottom: 5px;
}
.primary-menu ul.navbar-nav > li .dropdown-mega-submenu {
  list-style-type: none;
  padding-left: 0px;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
  left: 100%;
  margin-top: -40px;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle:after {
  border-top: .4em solid transparent;
  border-right: 0;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow {
  position: absolute;
  min-width: 30px;
  height: 100%;
  right: 0px;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #000;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.primary-menu .dropdown-toggle:after {
  content: none;
}
.primary-menu ul.navbar-nav > li.login-signup > a {
  position: relative;
}
.primary-menu ul.navbar-nav > li.login-signup > a:before {
  content: '';
  position: absolute;
  display: block;
  border-left: 1px solid #d6dde4;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.primary-menu ul.navbar-nav > li.login-signup > a span {
  background: #8f9dac;
  color: #fff;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  margin-left: 0.4rem;
}

.header-text-light .navbar-toggler span {
  background: #fff;
}

@media (min-width: 992px) {
  .header-text-light .primary-menu ul.navbar-nav > li > a {
    color: rgba(250, 250, 250, 0.8);
  }
  .header-text-light .primary-menu ul.navbar-nav > li.login-signup > a span {
    background: rgba(250, 250, 250, 0.4);
  }
  .header-text-light .primary-menu ul.navbar-nav > li.login-signup > a:before {
    border-color: rgba(250, 250, 250, 0.35);
  }
  .header-text-light .primary-menu ul.navbar-nav > li:hover > a, .header-text-light .primary-menu ul.navbar-nav > li.active > a {
    color: #fff;
  }
}
.primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu {
  background-color: #252A2C;
  color: #fff;
  border-color: #252A2C;
}
.primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
  background-color: #272c2e;
}
.primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown:hover > a:after {
  border-color: transparent transparent #252A2C transparent;
}
.primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
  color: #a3a2a2;
}
.primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
  color: #fff;
}
.primary-menu.nav-dark-dropdown ul.navbar-nav > li .row > div {
  border-color: #3a3a3a;
}
.primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu {
  background-color: #feb321;
  color: #fff;
  border-color: #feb321;
}
.primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
  background-color: #feb321;
}
.primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown:hover > a:after {
  border-color: transparent transparent #feb321 transparent;
}
.primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
  color: rgba(250, 250, 250, 0.8);
}
.primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
  color: #fff;
}
.primary-menu.nav-primary-dropdown ul.navbar-nav > li .row > div {
  border-color: rgba(250, 250, 250, 0.2);
}

@media (max-width: 991px) {
  #header .nav-dark-dropdown.primary-menu:before, .primary-menu.nav-dark-dropdown ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    background-color: #252A2C;
  }

  #header .nav-primary-dropdown.primary-menu:before {
    background-color: #feb321;
  }

  .primary-menu.nav-primary-dropdown ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    background-color: #feb321;
  }
  .primary-menu.nav-dark-dropdown ul.navbar-nav li {
    border-color: #444;
  }
  .primary-menu.nav-dark-dropdown ul.navbar-nav > li > a {
    color: #a3a2a2;
  }
  .primary-menu.nav-dark-dropdown ul.navbar-nav > li:hover > a {
    color: #fff;
  }
  .primary-menu.nav-primary-dropdown ul.navbar-nav li {
    border-color: rgba(250, 250, 250, 0.2);
  }
  .primary-menu.nav-primary-dropdown ul.navbar-nav > li > a {
    color: rgba(250, 250, 250, 0.8);
  }
  .primary-menu.nav-primary-dropdown ul.navbar-nav > li:hover > a {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }

  .primary-menu ul.navbar-nav > li + li {
    margin-left: 2px;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) {
    margin-left: 5px;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a .arrow {
    right: -3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .primary-menu ul.navbar-nav > li.dropdown > .dropdown-toggle .arrow {
    display: none;
  }
  .primary-menu ul.navbar-nav > li.dropdown-mega .sub-title:first-child {
    margin-top: 0px;
  }

  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu.dropdown-menu-sm {
    width: 465px;
    padding-right: 18px;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu.dropdown-menu-md {
    width: 700px;
    padding-right: 18px;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu.dropdown-menu-lg {
    width: 920px;
    padding-right: 18px;
  }
}
@media (max-width: 991px) {
  /* Mobile Menu Button */
  .navbar-toggler {
    width: 25px;
    height: 30px;
    padding: 10px;
    margin: 18px 10px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: block;
  }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #3c3636;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .navbar-toggler span:nth-child(1) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .navbar-toggler span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .navbar-toggler span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .navbar-toggler.open span:nth-child(1) {
    top: 5px;
    left: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar-toggler.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .navbar-toggler.open span:nth-child(3) {
    top: 21px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #header .primary-menu {
    position: absolute;
    top: 99%;
    right: 0;
    left: 0;
    background: transparent;
    margin-top: 0px;
    z-index: 1000;
  }
  #header .primary-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  #header .primary-menu > div {
    overflow: hidden;
    overflow-y: auto;
    max-height: 65vh;
    margin: 18px 0;
  }

  .primary-menu ul.navbar-nav li {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0;
  }
  .primary-menu ul.navbar-nav li:last-child {
    border: none;
  }
  .primary-menu ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.open:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .primary-menu ul.navbar-nav > li > a {
    height: auto;
    padding: 8px 0;
    position: relative;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) {
    padding: 8px 0;
    position: relative;
  }
  .primary-menu ul.navbar-nav > li.dropdown:hover > a:after {
    content: none;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after {
    -webkit-transform: translate(-50%, -50%) rotate(134deg);
    transform: translate(-50%, -50%) rotate(134deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0px 15px 0px 15px;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu {
    margin: 0;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .row > div {
    padding: 0px 15px;
    border: none;
  }
  .primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .sub-title {
    margin-top: 10px;
    display: block;
    padding: 0;
  }
  .primary-menu ul.navbar-nav > li.login-signup > a:before {
    content: none;
  }
}
/* Secondary Nav */
.secondary-nav.nav {
  padding-top: 12px;
  padding-bottom: 0px;
  padding-left: 8px;
}
.secondary-nav.nav .nav-link {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 10px;
  padding: .6rem 15px;
  color: #8298af;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.secondary-nav.nav .nav-link:hover {
  color: #a6bcd3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.secondary-nav.nav .nav-item:first-child .nav-link {
  margin-left: 0px;
}
.secondary-nav.nav .nav-link span {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
}
.secondary-nav.nav .nav-item .nav-link.active {
  background: #fff;
  color: #feb321;
  border-radius: 4px 4px 0px 0px;
}
.secondary-nav.nav.alternate {
  margin-bottom: 10px;
}
.secondary-nav.nav.alternate .nav-link {
  padding: .3rem 15px;
}
.secondary-nav.nav.alternate .nav-item .nav-link.active {
  background-color: transparent;
  color: #fff;
  border-bottom: 3px solid #feb321;
}

@media (max-width: 1199px) {
  .secondary-nav.nav {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
}
/* Page Header */
.page-header {
  margin: 0 0 13px 0;
  /* margin: 0 0 30px 0; */
  /* padding: 25px 0; */
  padding: 10px 0;
}
.page-header h1 {
  font-weight: normal;
  font-size: 25px;
  margin: 0;
  padding: 5px 0;
}
.page-header .breadcrumb {
  background: none;
  margin: 0 0 8px 2px;
  padding: 0;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-header .breadcrumb > li {
  display: inline-block;
  font-size: 0.85em;
  text-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-header .breadcrumb > li + li:before {
  color: inherit;
  opacity: 0.7;
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  padding: 0 7px 0 5px;
  font-weight: 900;
}
.page-header .breadcrumb > li a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-header .breadcrumb > li a:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-header.page-header-text-light {
  color: #fff;
}
.page-header.page-header-text-light h1 {
  color: #fff;
}
.page-header.page-header-text-light .breadcrumb > li {
  color: rgba(250, 250, 250, 0.8);
}
.page-header.page-header-text-light .breadcrumb > li a {
  color: rgba(250, 250, 250, 0.8);
}
.page-header.page-header-text-light .breadcrumb > li a:hover {
  color: #fff;
}
.page-header.page-header-text-dark h1 {
  color: #0c2f54;
}
.page-header.page-header-text-dark .breadcrumb > li {
  color: #707070;
}
.page-header.page-header-text-dark .breadcrumb > li a {
  color: #707070;
}
.page-header.page-header-text-dark .breadcrumb > li a:hover {
  color: #feb321;
}

/* =================================== */
/*  Rechare & Bill Payment
/* =================================== */
/* View Plans Link */
.view-plans-link {
  position: absolute;
  right: 0px;
  z-index: 4;
  line-height: 50px;
  padding: 0 15px;
  font-size: 13px;
  text-decoration: underline;
}

/* Plans */
.plans {
  max-height: 380px;
  overflow: hidden;
  overflow-y: auto;
}
.plans.page {
  max-height: 617px;
}

@media (min-width: 768px) {
  .plans .table.table-lg td, .plans .table.table-lg th {
    padding: 1.8rem;
  }
}
/* Operator selection */
.operator-selection .custom-control-label {
  padding-bottom: 1.5rem;
}
.operator-selection .custom-control-label:after, .operator-selection .custom-control-label:before {
  top: auto;
  bottom: 0rem;
  left: calc(50% - 0.5rem);
}

/* =================================== */
/*  Booking
/* =================================== */
/*==== Booking Page =====*/
.travellers-class {
  position: relative;
}

.travellers-class-input {
  cursor: pointer;
}

.travellers-class-input[readonly] {
  background: #fff;
}

.travellers-dropdown {
  position: absolute;
  display: none;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.176);
  z-index: 11;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  min-width: 300px;
  width: 100%;
}
.travellers-dropdown .qty .qty-spinner {
  background: none;
  border: none;
  pointer-events: none;
  text-align: center;
  padding: .2rem .2rem;
}
.travellers-dropdown .qty .btn {
  padding-top: .2rem;
  padding-bottom: .2rem;
  border-radius: 0.25rem !important;
}

@media (max-width: 991px) {
  .travellers-dropdown {
    min-width: inherit;
  }
}
.icon-inside:lang(ar) {
  position: absolute;
  left: 21px;
  top: calc(50% - 11px);
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #c4c3c3;
  z-index: 3;
}
.icon-inside:lang(tr) {
  position: absolute;
  right: 21px;
  top: calc(50% - 11px);
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #c4c3c3;
  z-index: 3;
}
.icon-inside:lang(en) {
  position: absolute;
  right: 21px;
  top: calc(50% - 11px);
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #c4c3c3;
  z-index: 3;
}



.icon-inside2:lang(ar) {
  position: absolute;
  left: 21px !important;
  top: calc(50%) !important;
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #c4c3c3;
  z-index: 3;
}
.icon-inside2:lang(tr) {
  position: absolute;
  right: 21px !important;
  top: calc(50%) !important;
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #c4c3c3;
  z-index: 3;
}
.icon-inside2:lang(en) {
  position: absolute;
  right: 21px !important;
  top: calc(50%) !important;
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #c4c3c3;
  z-index: 3;
}

.icon-inside2 {
  position: absolute;
  /* right: 21px; */
  top: calc(50%) !important;
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #c4c3c3;
  z-index: 3;
}

.form-control-sm + .icon-inside  {
  font-size: 0.875rem !important;
  font-size: 14px;
  top: calc(50% - 13px);
}

.form-control-sm + .icon-inside2  {
  font-size: 0.875rem !important;
  font-size: 14px;
  top: calc(50% - 13px);
}

.icon-inside_left {
  position: absolute;
  left: 25px;
  top: calc(50% - 11px);
  pointer-events: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #c4c3c3;
  z-index: 3;
}

.form-control-sm + .icon-inside_left {
  font-size: 0.875rem !important;
  font-size: 14px;
  top: calc(50% - 13px);
}

.flight-list .flight-item, .train-list .train-item, .bus-list .bus-item {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}

.flight-list .flight-item .flight-details .time-info small {
  line-height: 15px;
}
.flight-list.round-trip .flight-item .company-info span, .flight-list.round-trip .flight-item .time-info small {
  line-height: 15px;
}

.round-trip-fare small {
  line-height: 14px;
}
.round-trip-fare .company-info img {
  min-width: 26px;
}

.confirm-details .company-info {
  line-height: 15px;
}
.confirm-details .company-info img {
  min-width: 26px;
}
.confirm-details .time-info small {
  line-height: 15px;
}

.promo-code {
  max-height: 150px;
  padding-left: 30px;
}
.promo-code li {
  margin-bottom: 10px;
}

.train-list .train-item .time-info small, .bus-list .bus-item .time-info small {
  line-height: 15px;
}

.date-available {
  border: 1px solid #dee2e6;
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.date-available li {
  flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
}
.date-available li + li {
  border-left: 1px solid #dee2e6;
}

body {
  position: relative;
}

.location-brief-line {
  position: absolute;
  top: 7px;
  bottom: -31px;
  left: 1px;
  width: 5px;
  border-right: 2px solid #cbd7e0;
}

.location-brief-pickup {
  background: #cbd7e0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0px;
}

.location-brief-dropoff {
  background: #cbd7e0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/*==== Hotels & Cars =====*/
.hotels-list .hotels-item, .car-list .car-item {
  position: relative;
  margin-bottom: 1rem;
}

.hotels-amenities span, .car-features span {
  margin-right: .7rem;
  color: rgba(0, 0, 0, 0.4) !important;
}

.hotels-amenities span.cf {
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.3) !important;
  line-height: normal;
}
.hotels-amenities span.disabled {
  color: rgba(0, 0, 0, 0.1) !important;
  cursor: not-allowed;
}

.hotels-amenities-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hotels-amenities-detail span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #888;
}

.reviews .reviews-score {
  background: #3FC299;
}

.review-tumb {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

@media (max-width: 991px) {
  .flight-list .flight-item .flight-details .nav-tabs .nav-item .nav-link {
    font-size: 0.875rem;
    padding: .5rem 0.5rem;
  }

  .round-trip-fare .price {
    font-size: 18px !important;
  }

  .round-trip-fare .time-info span {
    font-size: 15px !important;
  }

  .confirm-details .date {
    font-size: 14px !important;
  }
  .confirm-details .trip-title .trip-arrow {
    font-size: 31px !important;
  }
  .confirm-details .trip-title .trip-place {
    font-size: 15px !important;
  }

  .train-list .train-item .time-info .duration, .bus-list .bus-item .time-info .duration {
    font-size: 13px !important;
  }

  .train-list .train-item .train-name, .bus-list .bus-item .operator-name {
    font-size: 15px !important;
  }
}
@media (max-width: 575px) {
  .flight-list:not(.round-trip) .flight-item .company-info span {
    line-height: 15px;
  }
  .flight-list:not(.round-trip) .flight-item .time-info span {
    font-size: 12px !important;
  }
  .flight-list:not(.round-trip) .flight-item .price {
    font-size: 13px !important;
  }
  .flight-list:not(.round-trip) .flight-item .btn-book .btn {
    width: 100%;
    margin-top: 5px;
  }
  .flight-list:not(.round-trip) .flight-item .flight-details .time-info span {
    font-size: 22px !important;
  }
  .flight-list .flight-item .flight-details .trip-title .trip-place {
    font-size: 15px !important;
  }
  .flight-list .flight-item .flight-details .trip-title .trip-arrow {
    font-size: 31px !important;
  }

  .round-trip-fare .price {
    font-size: 16px !important;
  }
  .round-trip-fare .time-info span {
    font-size: 13px !important;
  }

  .confirm-details .trip-title .trip-arrow {
    font-size: 22px !important;
  }
  .confirm-details .date {
    font-size: 13px !important;
  }
}
.invoice-container {
  margin: 15px auto;
  padding: 70px;
  max-width: 850px;
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .invoice-container {
    padding: 35px 20px 70px 20px;
    margin-top: 0px;
    border: none;
    border-radius: 0px;
  }
}
/* =================================== */
/*  Elements
/* =================================== */
/* Featured Box */
.featured-box {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.featured-box h3, .featured-box h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.featured-box .featured-box-icon {
  display: inline-block;
  font-size: 35px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  width: 45px;
  margin-top: 0;
  margin-bottom: 12px;
  color: #546d89;
  border-radius: 0;
}
.featured-box.style-1, .featured-box.style-2, .featured-box.style-3 {
  padding-left: 50px;
  padding-top: 8px;
}
.featured-box.style-1 .featured-box-icon, .featured-box.style-2 .featured-box-icon, .featured-box.style-3 .featured-box-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  font-size: 30px;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  text-align: center;
}
.featured-box.style-2 p {
  margin-left: -50px;
}
.featured-box.style-3 {
  padding-left: 90px;
  padding-top: 0px;
}
.featured-box.style-3 .featured-box-icon {
  width: 70px;
  height: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-box.style-4 {
  text-align: center;
}
.featured-box.style-4 .featured-box-icon {
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
  width: 220px;
  height: 220px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03);
}
.featured-box.style-4 .featured-box-icon i.fa,
.featured-box.style-4 .featured-box-icon i.fas,
.featured-box.style-4 .featured-box-icon i.far,
.featured-box.style-4 .featured-box-icon i.fal,
.featured-box.style-4 .featured-box-icon i.fab,
.featured-box-icon img {
  font-size: 46.4px;
  font-size: 2.9rem;
  margin: 0 auto;
  width:220px;
}

/* Team */
.team {
  text-align: center;
  margin-bottom: 15px;
  padding: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.team:hover {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.team img {
  margin-bottom: 20px;
}
.team h3 {
  font-size: 18px;
  margin-bottom: 0px;
}
.team p {
  margin-bottom: 0.5rem;
}

/* Accordion & Toggle */
.accordion .card {
  border: none;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  background-color: transparent;
}
.accordion .card-header {
  padding: 0;
  border: none;
  background: none;
}
.accordion .card-header a,
.accordion .card-header span {
  font-size: 14px;
  padding: 0px 0px;
  /* padding: 1rem 1.25rem 1rem 2.25rem; */
  display: block;
  border-radius: 4px;
  position: relative;
}
.accordion:not(.accordion-alternate) .card-header a {
  background-color: #feb321;
  color: #fff;
}
.accordion:not(.accordion-alternate) .card-header a.collapsed {
  background-color: #f1f2f4;
  color: #535b61;
}
.accordion .card-header a:before {
  position: absolute;
  content: " ";
  left: 20px;
  top: calc(50% + 2px);
  width: 8px;
  height: 8px;
  border-color: #CCC;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.accordion .card-header a.collapsed:before {
  top: calc(50% - 2px);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.accordion .card-body {
  line-height: 26px;
  padding: 1rem 0 1rem 2.25rem;
}
.accordion.accordion-alternate .card {
  margin: 0;
}
.accordion.accordion-alternate .card-header a {
  padding-left: 1.25rem;
  border-top: 1px solid #e4e9ec;
  border-radius: 0px;
}
.accordion.accordion-alternate .card:first-of-type .card-header a {
  border-top: 0px;
}
.accordion.accordion-alternate .card-header a:before {
  left: 5px;
}
.accordion.accordion-alternate .card-header a.collapsed {
  color: #535b61;
}
.accordion.accordion-alternate .card-body {
  padding: 0rem 0 1rem 1.25rem;
}
.accordion.toggle .card-header a:before {
  content: "-";
  border: none;
  font-size: 20px;
  height: auto;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.accordion.toggle .card-header a.collapsed:before {
  content: "+";
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
/* .accordion.accordion-alternate.style-2 .card-header a { */
  /* padding-left: 0px; */
/* } */
/* .accordion.accordion-alternate.style-2 .card-header a:before {
  right: 2px;
  left: auto;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
} */
.accordion.accordion-alternate.style-2 .card-header a:before:lang(ar) {
  left: 2px;
  right: auto;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}
.accordion.accordion-alternate.style-2 .card-header a:before:lang(tr) {
  left: 2px;
  right: auto;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}
.accordion.accordion-alternate.style-2 .card-header a:before:lang(en) {
  left: 2px;
  right: auto;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}

.accordion.accordion-alternate.style-2 .card-header a.collapsed:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.accordion.accordion-alternate.style-2 .card-body {
  padding-left: 0px;
}
.accordion.accordion-alternate.popularRoutes .card-header .nav {
  margin-top: 3px;
}
.accordion.accordion-alternate.popularRoutes .card-header .nav a {
  font-size: 14px;
}
.accordion.accordion-alternate.popularRoutes .card-header a {
  padding: 0px 8px 0px 0px;
  border: none;
  font-size: inherit;
}
.accordion.accordion-alternate.popularRoutes .card-header a:before {
  content: none;
}
.accordion.accordion-alternate.popularRoutes .card-header h5 {
  cursor: pointer;
}
.accordion.accordion-alternate.popularRoutes .card-header h5:before {
  position: absolute;
  content: " ";
  right: 0px;
  top: 24px;
  width: 10px;
  height: 10px;
  opacity: 0.6;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.accordion.accordion-alternate.popularRoutes .card-header h5.collapsed:before {
  top: 24px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.accordion.accordion-alternate.popularRoutes .card-body {
  padding: 0;
}
.accordion.accordion-alternate.popularRoutes .card {
  border-bottom: 2px solid #e4e9ec;
  padding: 15px 0px;
}
.accordion.accordion-alternate.popularRoutes .routes-list {
  margin: 1rem 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
.accordion.accordion-alternate.popularRoutes .routes-list a {
  color: inherit;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.accordion.accordion-alternate.popularRoutes .routes-list a:hover {
  color: #feb321;
  text-decoration: underline;
}

/* Nav Links */
.nav-pills .nav-link i {
  margin-right: 8px;
}
.nav-pills.alternate .nav-link {
  color: #535b61;
}
.nav-pills.alternate .nav-link.active {
  color: #fff;
}
.nav-pills.alternate .nav-link:not(.active):hover {
  color: #feb321;
}
.nav-pills.flex-column.alternate .nav-link {
  position: relative;
}
.nav-pills.flex-column.alternate .nav-link:before {
  position: absolute;
  content: " ";
  right: 10px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-color: #CCC;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.6;
}
.nav-pills.flex-column.alternate .nav-link.active:before {
  opacity: 1;
}

/* Tabs */
.nav-tabs {
  border-bottom: 1px solid #d7dee3;
}
.nav-tabs .nav-item .nav-link {
  border: 0;
  background: transparent;
  font-size: 1rem;
  position: relative;
  border-radius: 0;
  color: #7b8084;
  /* white-space: nowrap !important; */
}
.nav-tabs .nav-item .nav-link i {
  margin-right: 8px;
}
.nav-tabs .nav-item .nav-link.active {
  color: #0c2f55;
}
.nav-tabs .nav-item .nav-link.active:after {
  height: 3px;
  width: 100%;
  content: ' ';
  background-color: #feb321;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.nav-tabs .nav-item .nav-link.de-active:after {
  height: 3px;
  width: 100%;
  content: ' ';
  background-color: #000000;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.nav-tabs.flex-column {
  border-right: 1px solid #d7dee3;
  border-bottom: 0px;
  padding: 1.5rem 0;
}
.nav-tabs.flex-column .nav-item .nav-link {
  border: 1px solid #d7dee3;
  border-right: 0px;
  background-color: #f6f7f8;
  font-size: 14px;
  padding: 0.75rem 1rem;
  color: #535b61;
}
.nav-tabs.flex-column .nav-item:first-of-type .nav-link {
  border-top-left-radius: 4px;
}
.nav-tabs.flex-column .nav-item:last-of-type .nav-link {
  border-bottom-left-radius: 4px;
}
.nav-tabs.flex-column .nav-item .nav-link.active {
  background-color: transparent;
  color: #feb321;
}
.nav-tabs.flex-column .nav-item .nav-link.active:after {
  height: 100%;
  width: 2px;
  background: #fff;
  right: -1px;
  left: auto;
}
.nav-tabs.style-2 {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px 4px 0px 0px;
  border: 0px;
}
.nav-tabs.style-2 .nav-item {
  margin-bottom: 0px;
}
.nav-tabs.style-2 .nav-item .nav-link {
  color: #fff;
  font-size: 13px;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
}
.nav-tabs.style-2 .nav-item .nav-link:hover {
  background: rgba(250, 250, 250, 0.2);
}
.nav-tabs.style-2 .nav-item .nav-link.active, .nav-tabs.style-2 .nav-item .nav-link:hover.active {
  background: #feb321;
}
.nav-tabs.style-2 .nav-item .nav-link.active:after {
  content: none;
}
.nav-tabs.style-3 {
  border: none;
  margin-bottom: 8px;
}
.nav-tabs.style-3.border-bottom {
  border-bottom: 1px solid rgba(250, 250, 250, 0.3) !important;
}
.nav-tabs.style-4.border-bottom {
  border-bottom: 1px solid rgba(250, 250, 250, 0.3) !important;
}
.nav-tabs.style-3 .nav-item .nav-link {
  color: #8298af;
  margin: 0 10px;
  padding: 0.6rem 0.9375rem;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}
.nav-tabs.style-3 .nav-item:first-child .nav-link {
  margin-left: 0px;
}
.nav-tabs.style-3 .nav-item .nav-link.active {
  color: #fff;
}
.nav-tabs.style-2 .nav-item .nav-link:hover.active {
  color: #fff;
}
.nav-tabs.style-3 .nav-item .nav-link:hover {
  color: #a6bcd3;
}
.nav-tabs.style-3 .nav-item .nav-link.active:after {
  height: 3px;
}
.nav-tabs.style-3 .nav-item .nav-link span {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
}
.nav-tabs.style-4 {
  border: none;
}
.nav-tabs.style-4 .nav-item {
  margin-right: 20px;
}
.nav-tabs.style-4 .nav-item .nav-link {
  color: #fff;
  opacity: 0.65;
  filter: alpha(opacity=65);
  text-align: center;
  font-size: 20px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: .7rem;
  font-weight: 500;
}
.nav-tabs.style-4 .nav-item .nav-link.active, .nav-tabs.style-4 .nav-item .nav-link:hover.active {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-tabs.style-4 .nav-item .nav-link.active::after {
  content: none;
}

.nav-tabs:not(.flex-column) {
  margin-bottom: 0px;
}

.nav-tabs:not(.flex-column) {
  border-bottom: rgba(254, 179, 33, 0.8) !important;
  /* border-bottom: 1px solid #d7dee3; */
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 576px) {
  .nav-pills.flex-sm-column.alternate .nav-link {
    position: relative;
  }
  .nav-pills.flex-sm-column.alternate .nav-link:before {
    position: absolute;
    content: " ";
    right: 10px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-color: #CCC;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.6;
  }
  .nav-pills.flex-sm-column.alternate .nav-link.active:before {
    opacity: 1;
  }

  .nav-tabs.flex-sm-column {
    border-right: 1px solid #d7dee3;
    border-bottom: 0px;
    padding: 1.5rem 0;
    flex-wrap: inherit;
    overflow: inherit;
    overflow-x: inherit;
  }
  .nav-tabs.flex-sm-column .nav-item .nav-link {
    border: 1px solid #d7dee3;
    border-right: 0px;
    background-color: #f6f7f8;
    font-size: 14px;
    padding: 0.75rem 1rem;
    color: #535b61;
  }
  .nav-tabs.flex-sm-column .nav-item:first-of-type .nav-link {
    border-top-left-radius: 4px;
  }
  .nav-tabs.flex-sm-column .nav-item:last-of-type .nav-link {
    border-bottom-left-radius: 4px;
  }
  .nav-tabs.flex-sm-column .nav-item .nav-link.active {
    background-color: transparent;
    color: #feb321;
  }
  .nav-tabs.flex-sm-column .nav-item .nav-link.active:after {
    height: 100%;
    width: 2px;
    background: #fff;
    right: -1px;
    left: auto;
  }
}
@media (min-width: 768px) {
  .nav-pills.flex-md-column.alternate .nav-link {
    position: relative;
  }
  .nav-pills.flex-md-column.alternate .nav-link:before {
    position: absolute;
    content: " ";
    right: 10px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-color: #CCC;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.6;
  }
  .nav-pills.flex-md-column.alternate .nav-link.active:before {
    opacity: 1;
  }

  .nav-tabs.flex-md-column {
    border-right: 1px solid #d7dee3;
    border-bottom: 0px;
    padding: 1.5rem 0;
    flex-wrap: inherit;
    overflow: inherit;
    overflow-x: inherit;
  }
  .nav-tabs.flex-md-column .nav-item .nav-link {
    border: 1px solid #d7dee3;
    border-right: 0px;
    background-color: #f6f7f8;
    font-size: 14px;
    padding: 0.75rem 1rem;
    color: #535b61;
  }
  .nav-tabs.flex-md-column .nav-item:first-of-type .nav-link {
    border-top-left-radius: 4px;
  }
  .nav-tabs.flex-md-column .nav-item:last-of-type .nav-link {
    border-bottom-left-radius: 4px;
  }
  .nav-tabs.flex-md-column .nav-item .nav-link.active {
    background-color: transparent;
    color: #feb321;
  }
  .nav-tabs.flex-md-column .nav-item .nav-link.active:after {
    height: 100%;
    width: 2px;
    background: #fff;
    right: -1px;
    left: auto;
  }
}
@media (min-width: 992px) {
  .nav-pills.flex-lg-column.alternate .nav-link {
    position: relative;
  }
  .nav-pills.flex-lg-column.alternate .nav-link:before:lang(en) {
    position: absolute;
    content: " ";
    right: 10px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-color: #CCC;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.6;
  }
  .nav-pills.flex-lg-column.alternate .nav-link:before:lang(tr) {
    position: absolute;
    content: " ";
    right: 10px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-color: #CCC;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.6;
  }
  .nav-pills.flex-lg-column.alternate .nav-link:lang(ar):before {
    position: absolute;
    content: " ";
    left: 10px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-color: #CCC;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: translate(-50%, -50%) rotate(227deg);
    transform: translate(-50%, -50%) rotate(227deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.6;
  }
  .nav-pills.flex-lg-column.alternate .nav-link.active:before {
    opacity: 1;
  }

  .nav-tabs.flex-lg-column {
    border-right: 1px solid #d7dee3;
    border-bottom: 0px;
    padding: 1.5rem 0;
    flex-wrap: inherit;
    overflow: inherit;
    overflow-x: inherit;
  }
  .nav-tabs.flex-lg-column .nav-item .nav-link {
    border: 1px solid #d7dee3;
    border-right: 0px;
    background-color: #f6f7f8;
    font-size: 14px;
    padding: 0.75rem 1rem;
    color: #535b61;
  }
  .nav-tabs.flex-lg-column .nav-item:first-of-type .nav-link {
    border-top-left-radius: 4px;
  }
  .nav-tabs.flex-lg-column .nav-item:last-of-type .nav-link {
    border-bottom-left-radius: 4px;
  }
  .nav-tabs.flex-lg-column .nav-item .nav-link.active {
    background-color: transparent;
    color: #feb321;
  }
  .nav-tabs.flex-lg-column .nav-item .nav-link.active:after {
    height: 100%;
    width: 2px;
    background: #fff;
    right: -1px;
    left: auto;
  }
}
@media (max-width: 575px) {
  .nav-tabs .nav-item .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 10px;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .search-input-2 .form-control {
    border-radius: 0px;
  }
  .search-input-2 .custom-select:not(.custom-select-sm) {
    border-radius: 0px;
    height: calc(3.05rem);
  }
  .search-input-2 .btn {
    border-radius: 0px;
  }
  .search-input-2 .form-group:first-child .form-control, .search-input-2 .form-group:first-child .custom-select {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .search-input-2 .form-group:last-child .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .search-input-2 .form-control:focus, .search-input-2 .custom-select:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .search-input-2 .form-group .form-control, .search-input-2 .custom-select {
    border-left: none;
    border-top: none;
    border-bottom: none;
  }

  /* CSS hack for Chrome */
}
@media all and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .search-input-2 .selector:not(*:root), .search-input-2 .custom-select:not(.custom-select-sm) {
    height: calc(3.00rem);
  }
  .search-input-2 .selector:not(*:root), .search-input-2 .btn:not(.btn-sm) {
    line-height: inherit;
  }
}
@media (min-width: 992px) {
  /*  CSS hack for Firfox */
  @-moz-document url-prefix() {
    .search-input-2 .custom-select:not(.custom-select-sm) {
      height: calc(3.05rem);
    }
    .search-input-2 .btn {
      line-height: 1.4;
    }
  }
}
.search-input-line .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(250, 250, 250, 0.5);
  border-radius: 0px;
  padding-left: 0px !important;
  color: #ccc;
}
.search-input-line .form-control::-webkit-input-placeholder {
  color: #ccc;
}
.search-input-line .form-control:-moz-placeholder {
  /* FF 4-18 */
  color: #ccc;
}
.search-input-line .form-control::-moz-placeholder {
  /* FF 19+ */
  color: #ccc;
}
.search-input-line .form-control:-ms-input-placeholder, .search-input-line .form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
.search-input-line .custom-select {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(250, 250, 250, 0.5);
  border-radius: 0px;
  padding-left: 0px;
  color: #ccc;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(250,250,250,0.6)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 13px 15px;
}
.search-input-line .form-control:focus, .search-input-line .custom-select:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.search-input-line .form-control:not(output):-moz-ui-invalid:not(:focus), .search-input-line .form-control:not(output):-moz-ui-invalid:-moz-focusring:not(:focus) {
  border-bottom: 2px solid #b00708;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.search-input-line .icon-inside {
  color: #999;
}
.search-input-line select option {
  color: #333;
}
.search-input-line .travellers-dropdown input {
  color: #666;
}

/* Easy Responsive Tab Accordion */
.resp-htabs ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  border-bottom: 1px solid #d7dee3;
}

.resp-tabs-list li {
  padding: .5rem 1rem !important;
  margin: 0;
  list-style: none;
  cursor: pointer;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  margin-bottom: -1px !important;
  border-bottom: 2px solid #feb321;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

h2.resp-accordion {
  font-size: 16px;
  color: #777;
  border: 1px solid #e4e9ec;
  border-top: 0px solid #e4e9ec;
  margin: 0px;
  padding: 1rem 1.25rem;
}
h2.resp-tab-active {
  border-bottom: 0px solid #e4e9ec !important;
  margin-bottom: 0px !important;
  padding: 1rem 1.25rem !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #e4e9ec !important;
  background: blue;
}

/* Easy Responsive Vertical tabs */
.resp-vtabs ul.resp-tabs-list {
  margin: 0;
  padding: 0;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  color: #999;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.resp-vtabs .resp-tabs-list li:hover {
  color: #555;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.resp-vtabs .resp-tabs-list li span {
  font-size: 20px;
  text-align: center;
  width: 30px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

h2.resp-accordion span {
  font-size: 20px;
  text-align: center;
  width: 30px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active, .resp-vtabs li.resp-tab-active:hover {
  color: #feb321;
  -webkit-box-shadow: -5px 0px 24px -18px rgba(0, 0, 0, 0.4);
  box-shadow: -5px 0px 24px -18px rgba(0, 0, 0, 0.4);
  border-radius: 4px 0px 0px 4px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  margin-bottom: 0px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 6px;
  border-color: #000;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 9px;
  height: 9px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

h2.resp-tab-active {
  background: #f1f2f4 !important;
  color: #535b61;
}
h2.resp-tab-active i.resp-arrow {
  margin-top: 10px;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* Accordion Styles */
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #e4e9ec;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #e4e9ec !important;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #e4e9ec !important;
}

@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none !important;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content, .resp-htabs .resp-tab-content {
    border: 1px solid #e4e9ec;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #e4e9ec !important;
  }
}
/* Custom Background */
.hero-wrap {
  position: relative;
}
.hero-wrap .hero-mask, .hero-wrap .hero-bg, .hero-wrap .hero-bg-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-wrap .hero-mask {
  z-index: 1;
}
.hero-wrap .hero-content {
  position: relative;
  z-index: 2;
}
.hero-wrap .hero-bg-slideshow {
  z-index: 0;
}
.hero-wrap .hero-bg {
  z-index: 0;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  transition: background-image 300ms ease-in 200ms;
}
.hero-wrap .hero-bg.hero-bg-scroll {
  background-attachment: scroll;
}
.hero-wrap .hero-bg-slideshow .hero-bg {
  background-attachment: inherit;
}
.hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage-outer, .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage, .hero-wrap .hero-bg-slideshow.owl-carousel .owl-item {
  height: 100%;
}

/* Brands Grid */
.brands-grid {
  overflow: hidden;
}
.brands-grid > .row > div {
  padding-top: 20px;
  padding-bottom: 20px;
}
.brands-grid.separator-border > .row > div:after, .brands-grid.separator-border > .row > div:before {
  content: '';
  position: absolute;
}
.brands-grid.separator-border > .row > div:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px dotted #e0dede;
}
.brands-grid.separator-border > .row > div:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px dotted #e0dede;
}
.brands-grid > .row > div a {
  opacity: 0.7;
  color: #444;
}
.brands-grid > .row > div a:hover {
  opacity: 1;
  color: #feb321;
}

/* Banner */
.banner .item {
  position: relative;
}
.banner .item img {
  vertical-align: middle;
}
.banner .caption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
}
.banner .caption h2 {
  font-size: 19px;
  color: #fff;
}
.banner .caption p {
  color: rgba(250, 250, 250, 0.8);
  margin-bottom: 0px;
}
.banner .rounded .banner-mask, .banner .rounded img {
  border-radius: .25rem;
}
.banner .banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  backface-visibility: hidden;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01), black);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01), black);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), black);
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner .item:hover .banner-mask {
  opacity: 0.95;
  filter: alpha(opacity=99);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Simple ul */
.simple-ul > li {
  position: relative;
  list-style-type: none;
  line-height: 24px;
}
.simple-ul > li:after {
  content: " ";
  position: absolute;
  top: 12px;
  left: -15px;
  border-color: #000;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

/* Credit or Debit Cards */
.account-card {
  position: relative;
  background: -webkit-linear-gradient(135deg, #6c6c6b, #9e9e9c);
  background: -moz-linear-gradient(135deg, #6c6c6b, #9e9e9c);
  background: -o-linear-gradient(135deg, #6c6c6b, #9e9e9c);
  background: -ms-linear-gradient(135deg, #6c6c6b, #9e9e9c);
  background: linear-gradient(-45deg, #6c6c6b, #9e9e9c);
}
.account-card.account-card-primary {
  background: -webkit-linear-gradient(135deg, #0f5e9d, #418fce);
  background: -moz-linear-gradient(135deg, #0f5e9d, #418fce);
  background: -o-linear-gradient(135deg, #0f5e9d, #418fce);
  background: -ms-linear-gradient(135deg, #0f5e9d, #418fce);
  background: linear-gradient(-45deg, #0f5e9d, #418fce);
}
.account-card .account-card-expire {
  font-size: 8px;
  line-height: 10px;
}
.account-card .account-card-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.account-card:hover .account-card-overlay {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.account-card-new {
  background: #f1f5f6;
  border: 1px solid #ebebeb;
}

.account-card .border-left, .account-card .border-right {
  border-color: rgba(250, 250, 250, 0.1) !important;
}

/* Steps Progress bar */
.widget-steps > .step {
  padding: 0;
  position: relative;
}
.widget-steps > .step .step-name {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
}
.widget-steps > .step > .step-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fff;
  border: 1px solid #28a745;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.widget-steps > .step > .step-dot:after {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 9px;
  left: 9px;
}
.widget-steps > .step.complete > .step-dot:after {
  content: '\f00c';
  font-weight: 900;
  color: #28a745;
  font-family: "Font Awesome 5 Free";
  top: 3px;
  left: 7px;
}
.widget-steps > .step.active > .step-dot:after {
  background: #28a745;
  content: '';
}
.widget-steps > .step > .progress {
  position: relative;
  background: #bbb;
  border-radius: 0px;
  height: 1px;
  box-shadow: none;
  margin: 22px 0;
}
.widget-steps > .step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #28a745;
}
.widget-steps > .step.complete > .progress > .progress-bar {
  width: 100%;
}
.widget-steps > .step.active > .progress > .progress-bar {
  width: 50%;
}
.widget-steps > .step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.widget-steps > .step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.widget-steps > .step.disabled > .step-dot {
  border-color: #bbb;
}
.widget-steps > .step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.widget-steps > .step:last-child > .progress {
  width: 50%;
}
.widget-steps > .step.disabled a.step-dot {
  pointer-events: none;
}

@media (max-width: 576px) {
  .widget-steps > .step .step-name {
    font-size: 14px;
  }
}
/* =================================== */
/*  Footer Styles
/* =================================== */
#footer {
  color: #252b33;
  padding: 0px 0px 35px 0px;
  padding: 0 0 2rem 0;
  margin-top: 1.5rem;
}
#footer .nav .nav-item {
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 10px;
}
#footer .nav .nav-item:first-child {
  padding-left: 0px;
}
#footer .nav .nav-item:last-child {
  padding-right: 0px;
}
#footer .nav .nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
  color: #252b33;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .nav .nav-item .nav-link:focus {
  color: #feb321;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .nav .nav-link:hover {
  color: #feb321;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .footer-copyright {
  border-top: 1px solid #e6e9ec;
  padding: 32px 0px 0px;
  margin-top: 2rem;
  margin-top: 32px;
  text-align: center;
}
#footer .footer-copyright .copyright-text {
  color: #fff;
  margin: 12px 0 0 0;
  padding: 0;
}
#footer .nav.flex-column .nav-item {
  padding: 0px;
}
#footer .nav.flex-column .nav-item .nav-link {
  margin: 0.8rem 0px;
  padding: 0px;
  color: #67727c;
}
#footer .nav.flex-column .nav-item .nav-link:hover {
  color: #feb321;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer.footer-text-light {
  color: rgba(250, 250, 250, 0.8);
}
#footer.footer-text-light .nav .nav-item .nav-link {
  color: rgba(250, 250, 250, 0.8);
}
#footer.footer-text-light .nav .nav-item .nav-link:hover {
  color: #fafafa;
}
#footer.footer-text-light .footer-copyright {
  border-color: rgba(250, 250, 250, 0.15);
  color: rgba(250, 250, 250, 0.5);
}
#footer.footer-text-light.bg-primary {
  color: #fff;
}
#footer.footer-text-light.bg-primary .nav .nav-item .nav-link {
  color: #fff;
}
#footer.footer-text-light.bg-primary .nav .nav-item .nav-link:hover {
  color: rgba(250, 250, 250, 0.7);
}
#footer.footer-text-light.bg-primary .footer-copyright {
  border-color: rgba(250, 250, 250, 0.15);
  color: rgba(250, 250, 250, 0.9);
}
#footer.footer-text-light.bg-primary .footer-copyright .copyright-text {
  color: rgba(250, 250, 250, 0.9);
}
#footer.footer-text-light.bg-primary a {
  color: #fff;
}
#footer.footer-text-light.bg-primary a:hover {
  color: rgba(250, 250, 250, 0.7);
}

/* Payments Images */
.payments-types {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.payments-types li {
  margin: 0px 10px 8px 0px;
}
.payments-types li a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}
.payments-types li img {
  display: flex;
}
.payments-types li:hover a {
  opacity: 0.8;
}

/* Newsleter */
.newsletter .form-control {
  height: 38px !important;
  font-size: 14px;
}
.newsletter .btn {
  height: 38px;
  padding-top: 0;
  padding-bottom: 0px;
  font-size: 14px;
  background: #feb321;
  border-color: #feb321;
}
.newsletter .btn:hover {
  background: #feb321;
}

/* Social Icons */
.social-icons {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.social-icons_2 li {
  /*margin: 0px 2px 4px;*/
  margin: 0px -21px 4px;
  list-style: none;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
}
.social-icons li {
  margin: 0px 2px 4px;
  
  padding: 0;
  border-radius: 100%;
  overflow: visible;
}
.social-icons li:last-child {
  margin-right: 0px;
}

.social-icons li a {
  background: #d4d4d4;
  border-radius: 100%;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-icons_2 li a {
  background: #3fb82f !important;
  
  display: block;
  height: 44px;
  line-height: 42px;
  width: 65px;
  font-size: 34px !important;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom-left-radius:20px;
  border-top-left-radius:20px;
}
.social-icons li i {
  line-height: inherit;
}
.social-icons li i:hover{
  color:#fff;
}
.social-icons.social-icons-sm li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.social-icons.social-icons-lg li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.social-icons.social-icons-dark li a {
  background: #555;
}
.social-icons li:hover a {
  background: #171717;
  color: #333;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-icons li:hover.social-icons-twitter a, .social-icons.social-icons-colored li.social-icons-twitter a {
  background: #00ACEE;
  color: #fff;
}
.social-icons li:hover.social-icons-facebook a, .social-icons.social-icons-colored li.social-icons-facebook a {
  background: #3B5998;
  color: #fff;
}
.social-icons li:hover.social-icons-linkedin a, .social-icons.social-icons-colored li.social-icons-linkedin a {
  background: #0E76A8;
  color: #fff;
}
.social-icons li:hover.social-icons-rss a, .social-icons.social-icons-colored li.social-icons-rss a {
  background: #EE802F;
  color: #fff;
}
.social-icons li:hover.social-icons-google a, .social-icons.social-icons-colored li.social-icons-google a {
  background: #DD4B39;
  color: #fff;
}
.social-icons li:hover.social-icons-pinterest a, .social-icons.social-icons-colored li.social-icons-pinterest a {
  background: #cc2127;
  color: #fff;
}
.social-icons li:hover.social-icons-youtube a, .social-icons.social-icons-colored li.social-icons-youtube a {
  background: #C4302B;
  color: #fff;
}
.social-icons li:hover.social-icons-instagram a, .social-icons.social-icons-colored li.social-icons-instagram a {
  background: #3F729B;
  color: #fff;
}
.social-icons li:hover.social-icons-skype a, .social-icons.social-icons-colored li.social-icons-skype a {
  background: #00AFF0;
  color: #fff;
}
.social-icons li:hover.social-icons-email a, .social-icons.social-icons-colored li.social-icons-email a {
  background: #6567A5;
  color: #fff;
}
.social-icons li:hover.social-icons-vk a, .social-icons.social-icons-colored li.social-icons-vk a {
  background: #2B587A;
  color: #fff;
}
.social-icons li:hover.social-icons-xing a, .social-icons.social-icons-colored li.social-icons-xing a {
  background: #126567;
  color: #fff;
}
.social-icons li:hover.social-icons-tumblr a, .social-icons.social-icons-colored li.social-icons-tumblr a {
  background: #34526F;
  color: #fff;
}
.social-icons li:hover.social-icons-reddit a, .social-icons.social-icons-colored li.social-icons-reddit a {
  background: #C6C6C6;
  color: #fff;
}
.social-icons li:hover.social-icons-delicious a, .social-icons.social-icons-colored li.social-icons-delicious a {
  background: #205CC0;
  color: #fff;
}
.social-icons li:hover.social-icons-stumbleupon a, .social-icons.social-icons-colored li.social-icons-stumbleupon a {
  background: #F74425;
  color: #fff;
}
.social-icons li:hover.social-icons-digg a, .social-icons.social-icons-colored li.social-icons-digg a {
  background: #191919;
  color: #fff;
}
.social-icons li:hover.social-icons-blogger a, .social-icons.social-icons-colored li.social-icons-blogger a {
  background: #FC4F08;
  color: #fff;
}
.social-icons li:hover.social-icons-flickr a, .social-icons.social-icons-colored li.social-icons-flickr a {
  background: #FF0084;
  color: #fff;
}
.social-icons li:hover.social-icons-vimeo a, .social-icons.social-icons-colored li.social-icons-vimeo a {
  background: #86C9EF;
  color: #fff;
}
.social-icons li:hover.social-icons-yahoo a, .social-icons.social-icons-colored li.social-icons-yahoo a {
  background: #720E9E;
  color: #fff;
}
.social-icons li:hover.social-icons-googleplay a, .social-icons.social-icons-colored li.social-icons-googleplay a {
  background: #DD4B39;
  color: #fff;
}
.social-icons li:hover.social-icons-apple a, .social-icons.social-icons-colored li.social-icons-apple a {
  background: #000;
  color: #fff;
}
.social-icons.social-icons-colored li:hover a {
  background: #d4d4d4;
  color: #333;
}

/* Login/Signup Modal Dialog */
#login-signup .modal-dialog,
#login-signup-page {
  max-width: 430px;
}

/* Back to Top */
#back-to-top {
  display: none;
  position: fixed;
  z-index: 1030;
  bottom: 8px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
#back-to-top:hover {
  background-color: #feb321;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  #back-to-top {
    z-index: 1029;
  }
}
/* =================================== */
/*  Extras
/* =================================== */
/* Bootstrap Specific */
.form-control:not(.form-control-lg), .custom-select:not(.form-control-lg) {
  font-size: 15px;
}

.form-control, .custom-select {
  border-color: #d5d3d3;
  color: #777;
}

.custom-select option {
  color: #777;
}

.custom-select:invalid {
  color: #b1b4b6;
}
#search_box .form-control:not(.form-control-sm) {
  padding: .810rem 2.96rem;
  height: inherit;
  border-radius: 8px !important;
}
#search_box #map_number_of_days {
  padding: .810rem .96rem;
  height: inherit;
  border-radius: 8px !important;
}
#sidebar .form-control,#sidebar2 .form-control{
  padding:0.3rem 1.96rem;
}
.form-control:not(.form-control-sm) {
  padding: .810rem .96rem;
  /* padding: -0.19rem .96rem; */
  /* padding:0.3rem 1.96rem; */
  height: inherit;
}

.form-control-sm {
  font-size: 14px;
}

.form-control-lg {
  height: calc(2.4em + 1rem + 2px);
}

select.form-control:not([size]):not([multiple]):not(.form-control-sm) {
  height: auto;
  padding-top: .700rem;
  padding-bottom: .700rem;
}

.custom-select:not(.custom-select-sm) {
  height: calc(3.05rem + 2px);
  padding-top: .700rem;
  padding-bottom: .700rem;
}

.col-form-label-sm {
  font-size: 13px;
}

.custom-select-sm {
  padding-left: 5px !important;
  font-size: 14px;
}

.custom-select:not(.custom-select-sm).border-0 {
  height: 3.00rem;
}

.form-control:focus, .custom-select:focus {
  -webkit-box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
  box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}

.form-control:focus[readonly] {
  box-shadow: none;
}

.input-group-text {
  border-color: #d5d3d3;
  color: #777;
}

.form-control::-webkit-input-placeholder, .custom-select::-webkit-input-placeholder {
  color: #b1b4b6;
}
.form-control:-moz-placeholder, .custom-select:-moz-placeholder {
  /* FF 4-18 */
  color: #b1b4b6;
}
.form-control::-moz-placeholder, .custom-select::-moz-placeholder {
  /* FF 19+ */
  color: #b1b4b6;
}
.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder, .custom-select:-ms-input-placeholder, .custom-select::-ms-input-placeholder {
  /* IE 10+ */
  color: #b1b4b6;
}

.btn {
  padding: .750rem 2.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-sm {
  padding: 0.5rem 1rem;
}

.btn:not(.btn-link) {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.btn:not(.btn-link):hover {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.input-group-append .btn, .input-group-prepend .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.input-group-append .btn:hover, .input-group-prepend .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 575px) {
  .btn:not(.btn-sm) {
    padding: .810rem 1rem;
  }

  .input-group > .input-group-append > .btn, .input-group > .input-group-prepend > .btn {
    padding: 0 0.75rem;
  }
}
.bg-primary, .badge-primary {
  background-color: #feb321 !important;
}

.bg-secondary {
  background-color: #0c2f55 !important;
}
.bg-white {
  background-color: #ffffff !important;
}

.text-secondary {
  color: #0c2f55 !important;
}

.text-primary {
  color: #feb321 !important;
}

.btn-link {
  color: #feb321;
}

.btn-link:hover {
  color: #0e7fd9 !important;
}

.border-primary {
  border-color: #feb321 !important;
}

.border-secondary {
  border-color: #0c2f55 !important;
}

/* .btn-primary {
  background-color: #000000;
  border-color: #000000;
} */
.btn-primary {
  /* background-color: #006be3; */
  /* border-color: #006be3; */
  /* background-color: #0a57ad; */
  /* border-color: #0a57ad; */
  background-color: #000;
  border-color: #000;
}
.btn-primary:hover {
  background-color: #feb321;
  border-color: #feb321;
}

.btn-secondary {
  background-color: #0c2f55;
  border-color: #0c2f55;
}

.btn-outline-primary {
  color: #000000;
  border-color: #000000;
}
.btn-outline-primary:hover {
  background-color: #feb321;
  border-color: #feb321;
  color: #fff;
}

.btn-outline-secondary {
  color: #0c2f55;
  border-color: #0c2f55;
}
.btn-outline-secondary:hover {
  background-color: #0c2f55;
  border-color: #0c2f55;
  color: #fff;
}

.progress-bar,
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #feb321;
}

.page-item.active .page-link,
.custom-radio .custom-control-input:checked ~ .custom-control-label:before,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #feb321;
  border-color: #feb321;
}

.list-group-item.active {
  background-color: #feb321;
  border-color: #feb321;
}

.page-link {
  color: #feb321;
}
.page-link:hover {
  color: #0e7fd9;
}

/* Pagination */
.page-link {
  border-color: #f4f4f4;
  border-radius: 0.25rem;
  margin: 0 0.3rem;
}

.page-item.disabled .page-link {
  border-color: #f4f4f4;
}

/* Slider Range (jQuery UI) */
.ui-slider-horizontal {
  height: .2em;
  margin-left: 11px;
  margin-right: 11px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.7em;
  margin-left: -.7em;
  border-radius: 100%;
  background: #fff;
  width: 1.5em;
  height: 1.5em;
}

.ui-slider.ui-widget.ui-widget-content {
  border: none;
  background: #eee;
  margin-bottom: 15px;
}

.ui-slider .ui-widget-header {
  background: #feb321;
}

.ui-menu.ui-widget.ui-widget-content {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176);
  border: none;
  overflow: hidden;
  overflow-y: auto;
  max-height: 50vh;
  border-radius: 4px;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 6px .75rem 6px .9rem;
}

.ui-menu.ui-widget-content .ui-state-active {
  background: #feb321;
  border-color: #feb321;
}

.ui-menu .ui-menu-divider {
  display: none;
}
/* MAP CSS */
#map-canvas {
      height: 800px;
      /* width: 1200px; */
      background-color: #CCC;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
}
.google-map {
  max-height: 100%;
  min-height: 100%;
}
#map-sam {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.a31{
  height:50px;
}
.white{
  color:white !important;
}
.bg-black{
  background:black !important;
  color:#ffffff !important;
}
.bg-blue{
  background:#0a57ad !important;
}
.bg-caryaati{
  background:#feb321 !important;
}
.bg-black-minor{
  background:black !important;
}
.dial-up-number{
  display: inline-block;
}
.social-icons-header{
  display: inline-block;
  position: absolute;
  padding:5px 7px;
  width:332px;
  /* width:600px; */
}
.btn-caryaati-toggle{
  padding:5px 5px;
}
#top_nav_bar{
  /* padding:7px; */
}
.x_top_header_left_side_wrapper {
  width: 260px;
  position: absolute;
}
.x_top_header_left_side_wrapper:before {
  content: '';
  position: absolute;
  height: 45px;
  /* background: #feb321; */
  left: -225px;
  top: 0px;
  width: 332px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* .x_top_header_left_side_wrapper:after {
  content: '';
  position: absolute;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-left: 21px solid #4f5dec;
  right: -6px;
  top: -9px;
} */

.social-icons-whatsapp a{
  background:#3fb82f !important;
  /* animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) infinite; */
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.x_top_header_left_side_wrapper p {
  font-size: 16px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.background-black{
  background:#000;
}
.height-25{
  height:45px;
}
.inline-block{display:inline-block !important;}
.btn-caryaati {
  background-color: #feb321;
  border-color: #feb321;
  color:#ffffff;
}
@-webkit-keyframes mymove {
  from {
    color: #feb321;
  }

  to {
    color: #ffffff;
  }
}

@-webkit-keyframes mymove2 {
  from {
    color: #feb321;
  }

  to {
    color: #000000;
  }
}

.black {
  color: black !important;
}

.custom_heading_blink,
.change-color-user-plus {
  /* position: absolute; */
  -webkit-animation: mymove 4s infinite;
  /* border-radius: 20px; */
}

.change-color-user-plus,
.custom_heading_blink2 {
  /* position: absolute; */
  -webkit-animation: mymove2 1s infinite;
  /* border-radius: 20px; */
}
.caryaati_color{color:#feb321 !important}
.red{color:red !important}
.f4{font-size:14px !important;}
.f12{font-size:12px !important;}
.f11{font-size:11px !important;}
.f30{font-size:30px !important;}

.pr15:lang(ar){padding-left:15px !important;}
.pl15:lang(ar){padding-right:15px !important;}
.pl10:lang(ar){padding-right:10px !important;}
.pl30:lang(ar){padding-right:30px !important;}
.pl17:lang(ar){padding-right:17px !important;}
.pl60:lang(ar){padding-right:60px !important;}
/*  */
.pr15:lang(en){padding-right:15px !important;}
.pl15:lang(en){padding-left:15px !important;}
.pl10:lang(en){padding-left:10px !important;}
.pl30:lang(en){padding-left:30px !important;}
.pl17:lang(en){padding-left:17px !important;}
.pl60:lang(en){padding-left:60px !important;}
/*  */
.pr15:lang(tr){padding-right:15px !important;}
.pl15:lang(tr){padding-left:15px !important;}
.pl10:lang(tr){padding-left:10px !important;}
.pl17:lang(tr){padding-left:17px !important;}
.pl30:lang(tr){padding-left:30px !important;}
.pl60:lang(tr){padding-left:60px !important;}
/*  */
.w86{width:86px !important;}
.mp0{margin:0 !important;padding:0 !important;}
.ml16-minus{margin-left:-16px !important;}
.mp10{margin:4px 0px !important;}
.mt18{margin-top:18px !important;}
.mt50{margin-top:50px !important;}
.pt37{padding-top:37px !important;}
.pbt30{padding-top:34px !important;padding-bottom:35px !important;}
.p5{padding:5px !important;}
.p8{padding:8px !important;}
.p10{padding:10px !important;}
.p12{padding:12px !important;}
#tick_ul {
  list-style:none;
  /* list-style-image: url('sqpurple.gif'); */
}
.blue-selected {
  border: 2px solid #3570e6;
  box-shadow:0 2px 6px 0 rgba(0, 0, 0, .15);
}
.basic_protection_selection {
  border: 2px solid #f0a235 !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
}
.super_protection_selection {
  border: 2px solid #1ea255 !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
}
/*  */
.user-choice {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 12px;
  color: #fff;
  border-radius: 3px 3px 0 3px;
  line-height: 12px;
  padding: 2px 6px;
  background: #1ea255;
}
/*  */
.w60{width:60% !important;}
#new_card_small {padding-left:15px !important;}
.car-box {
  text-decoration: none;
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 5px;
  box-shadow: 0 0 4px 1px rgba(143, 143, 143, 0.2);
  color: #444;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}

.car-box .heading {
  /* sr-CarCategories_Title { */
  height: 33px;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  font-size:13px;
  /* } */
}

.car-box .image-box img {
  width: 110px;
}
.fix-wrapper {
  /* display: none; */
  /* position: fixed; */
  /* top: 0px; */
  z-index: 11;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
  width:844px;
  background:#fff;
}

/* QQ */
.qty {
  width: 90px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  padding: 0 20px;
  padding-right: 0px;
  color: #999999;
}

.quantity {
  position: relative;
  width: 90px;
  display: inline-block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: right;
  position: absolute;
  height: 60px;
  top: 0px;
  left: 90px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eeeeee;
  width: 30px;
  text-align: center;
  color: #4f5dec;
  font-size: 13px;
  line-height: 30px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eeeeee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  height: 50%;
}

/* QQEND */
/* bela cioa */
.features_table h1{
    font-size:25px !important;

}
li{
    list-style:none;
    }
h1{
     font-size:2.5rem !important;
     /* font-size:21px !important; */
    }
.features-table li {
    background: #f0f6fc none repeat scroll 0 0;
    border-bottom: 2px solid #e1e1e1;
    color: #000;
    font-size: 11px !important;
    padding: 14.7px 15px;
}
.features-table li:hover{
	background:  #e5a253;
	cursor:pointer;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.features-table-free li, .features-table-paid li {
    background: #efefef none repeat scroll 0 0;
    border-bottom: 2px solid #d4d4d4;
	text-align:center;
    padding: 15px 21px;
	cursor:pointer;
}
.features-table-free h1, .features-table-paid h1 {
    text-align: center;
}
.features-table-free li:hover, .features-table-paid li:hover {
    background: #dedede none repeat scroll 0 0;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.features_table h1 {
    font-size: 12px !important;
}
.features-table .rat, .features-table-free .rat, .features-table-paid .rat {
    /* background: #6b6b6b none repeat scroll 0 0; */
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding: 19px 21px;
    text-transform: uppercase;
}
.features-table h1 {
    border-top-left-radius: 5px;
	text-align:center;
}
.features-table-paid h1 {
    border-top-right-radius: 5px;
}
.features-table-free li {
    border-right: 2px solid #d4d4d4;
}

.fa.fa-check {
    color: #000;
}
.fa.fa-times {
    color: #BA5340;
}
/* .fa{
	font-size:30px;
} */
.no-padding{
	padding:0;
}
ul{
	padding:0;
}
ul li{list-style:none;}

body {
  counter-reset: section;                   /* Set the section counter to 0 */
}

/*  */
.deselected {
  color: #f0a235 !important;
}

.insurance-level__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  -ms-flex-pack: center;
  justify-content: center;
}
.insurance-level__wrap.insurance-composite .insurance-level__icon,
.insurance-level__wrap.insurance-premier .insurance-level__icon {
  color: #1ea255;
}
.insurance-level__wrap .insurance-level__icon {
  position: relative;
  z-index: 3;
  width: 20px;
  height: 20px;
  left: 2px;
  color: #f0a235;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}
.insurance-level__wrap .insurance-level__icon>i {
  font-size: 20px;
  position: absolute;
  top: -5px;
  left: 0;
}
.insurance-level__wrap .insurance-level__bar {
  position: relative;
  width: 64px;
  height: 8px;
  border-radius: 0 2px 2px 0;
  overflow: hidden;
  z-index: 2;
}
.insurance-level__wrap .level-bar__bottom {
  position: absolute;
  top: 0;
  left: 0;
  background: #d9d9d9;
  z-index: 0;
  width: 100%;
  height: 100%;
}
 .level-bar__middle.selected {
  background-color: #1ea255;
}
 .level-bar__middle {
  position: absolute;
  top: 0;
  left: 0;
  background: #f0a235;
  z-index: 1;
  height: 100%;
}
.level-bar__top {
  position: absolute;
  top: -8px;
  left: -6px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.insurance-level__wrap .level-bar__top>span {
  display: inline-block;
  width: 12px;
  height: 8px;
  border-right: 1px solid #fff;
}
/* TimePickerBorderNone */
.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input{border:none !important;}
.close {
  background: #fff !important;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 18px;
  z-index: 999;
}

.close>i {
  color: #666;
}

.close2 {
  /* background: #fff !important; */
  width: 45px;
  height: 45px;
  /* border-radius: 100%; */
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  position: absolute;
  left: -3px;
  top: 34px;
  font-size: 35px;
  z-index: 999;
}

.close2>i {
  color: #666;
}
.float-me{
  position: fixed;
  top:120px;
  right:1%;
  z-index:999999;
}
/* Search Box */
/* #search_box{
  position: fixed;
  left: 0;
  top: 110px;
  z-index: 99999;
  width: 100%;
  margin: 8px 0 8px 8px;
} */
.start-map-caryaati {
  width: 615px !important;
}
.underline{text-decoration:underline;}

.toggle {
  width: 124 !important;
  height: 36px !important;
  border-radius: 5px !important;
}
.toggle-off.btn,.toggle-on.btn{padding:10px 0px 0px 0px !important; font-size:12px !important;background: #feb321 !important}
.toggle-on.btn,
.toggle-group .btn-danger {
  background: #28a745 !important;
  border-color: #28a745 !important;
}

.toggle-handle {
  padding: 0px 35px 0px 0px !important;
  background: #ff5722;
}
.mouse-clickable{cursor: pointer;}
.footer_bar_car {
  background-color: #feb321;
  height: 4px;
  overflow: hidden;
}
.something {
  position: relative;
  border-radius: 8px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); */
  margin: 12px 0 20px 0;
  width: 392px;
  z-index: 12;
  /* top:120px; */
  /* background:white; */
}
.section-area-weather {
  font-size: 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  line-height: 20px;
  position: relative;
  white-space: nowrap;
  background:#rgba(243, 206, 86, 1) !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.section-categorical-shortcut {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  background:#fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.section-cardbox .section-categorical-shortcut-primary {
  padding: 11px 11px;
}
.section-categorical-shortcut-primary img {
  width: 70px;
}
.section-cardbox .section-categorical-shortcut-primary {
  padding: 4px 11px;
}
.picture_active {
  background: #9e9e9e3b;
  border-radius: 50%;
  height: 75px;
  cursor: pointer;
}

.daterangepicker.ltr{z-index:9999999 !important;}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.bg-white{
  background:white !important;
}
.bg-yellow{
  background:rgba(243, 206, 86, 1) !important;
}
.color-yellow{
  color:rgba(243, 206, 86, 1) !important;
}
#sidebar {
  width: 400px;
  position: fixed;
  top: 0;
  left: -400px;
  height: 100vh;
  z-index: 999;
  /* background: #ffffff; */
  /* box-shadow: 1px 0 3px 0 rgba(38, 38, 38, 0.25); */
  /* z-index: 0; */
  /* background: #7386D5; */
  color: #000;
  transition: all 0.3s;
  overflow-y: scroll;
  /* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); */
  /* height:225px; */
}

#sidebar.active {
  left: 15px;
  top:125px;
}
#sidebar2 {
  width: 450px;
  position: fixed;
  top: 0;
  left: -450px;
  height: 100vh;
  z-index: 999;
  /* rgba(243, 206, 86, 1) !important */
  background: #ffffff;
  box-shadow: 1px 0 3px 0 rgba(38, 38, 38, 0.25);
  /* z-index: 0; */
  /* background: #7386D5; */
  color: #000;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  height:460px;

}

#sidebar2.active {
  left: 15px;
  top:125px;
}
#sidebar3 {
  width: 450px;
  position: fixed;
  top: 0;
  left: -450px;
  height: 100vh;
  z-index: 999;
  background: #ffffff;
  box-shadow: 1px 0 3px 0 rgba(38, 38, 38, 0.25);
  /* z-index: 0; */
  /* background: #7386D5; */
  color: #000;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  height:525px;

}

#sidebar3.active {
  /* left: 0; */
  left: 450px;
}

#dismiss {
  color: white;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #c4c3c3;
    position: absolute;
    top: 11px;
    right: 2px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
}

#dismiss:hover {
  background: #fff;
  color: #7386D5;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}



/* a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386D5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
} */
._tbaxit {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #000000;
  background-size: cover;
  /* box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6); */
}
._tbaxit2 {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #000000;
  background-size: cover;
  /* box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6); */
}
._syb1r1 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
._syb1r2 {
  /* position: fixed; */
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  width:450px;
  /* z-index:99999; */
}
._1h7v4pp {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 0 24px;
  height: 72px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
._14j24pl {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  word-wrap: break-word;
}

._17q9beo {
  width: 32px;
  height: 32px;
}
._q5hydt {
  box-shadow: inset 0 1px #e6e6e6;
  overflow: hidden;
  padding: 0 8px;
}
._1309a5s {
  position: relative;
  width: 100%;
  height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 40px;
  font-weight: 700;
  color: #262626;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
._6715bi {
  position: absolute;
  left: 24px;
  right: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#sidebar::-webkit-scrollbar,
#sidebar2::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
#sidebar {
  -ms-overflow-style: none;
}
/* StarCoding */
.user-rating {
  direction: rtl;
  font-size: 20px;
  unicode-bidi: bidi-override;
  padding: 10px 30px;
  display: inline-block;
}

.user-rating input {
  opacity: 0;
  position: relative;
  left: -15px;
  z-index: 2;
  cursor: pointer;
}

.user-rating span.star:before {
  color: #777777;
  content: "ï€†";
  /*padding-right: 5px;*/
}

.user-rating span.star {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  position: relative;
  z-index: 1;
}

.user-rating span {
  margin-left: -15px;
}

.user-rating span.star:before {
  color: #777777;
  content: "\f005";
  /*padding-right: 5px;*/
}

.user-rating input:hover+span.star:before,
.user-rating input:hover+span.star~span.star:before,
.user-rating input:checked+span.star:before,
.user-rating input:checked+span.star~span.star:before {
  color: #ffd100;
  content: "\f005";
}

.selected-rating {
  color: #ffd100;
  font-weight: bold;
  font-size: 3em;
}
.blue-bee {
  color: #3570e6;
  /* font-weight: 700; */
  font-size: 14px;
  margin-bottom: 4px;
}
#accordionAlternate2 .card-header a {
  border-top: 0px;
  border-top: 1px solid #000;
  /* border-bottom: 1px solid #000; */
  padding: 10px 25px;
}
/* become a partner */
services {
  padding: 80px 0 55px
}

#services hr {
  margin: 30px 0
}

.service-item {
  padding: 20px;
  -webkit-transition: box-shadow .25s;
  transition: box-shadow .25s
}

.service-item-icon {
  width: 100px;
  min-height: 55px
}

.service-item.text-center .service-item-icon,
.service-item.text-center .service-item-icon img {
  margin: 0 auto
}

.service-item-content p {
  margin-bottom: 0;
  color: #303030
}

.service-item-content h4 {
  font-weight: 700;
  margin: 19px 0 15px;
  color: #303030;
  -webkit-transition: color .25s ease;
  transition: color .25s ease
}

.service-item:hover h4 {
  color: #feb321
}
.block-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  color: #14181c;
  overflow: hidden
}

.block-title span {
  display: inline-block;
  position: relative
}

.block-title span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 2000px;
  background-color: #a5abb7;
  top: 10px
}

.block-title span:after {
  left: 100%;
  margin-left: 15px
}

.block-title .thin {
  font-weight: 300;
  margin-left: 5px
}

/* .block-title.alt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px 70px 10px 20px;
    border: solid 1px #a5abb7;
    overflow: visible;
    position: relative;
    color: #7f7f7f
} */

.block-title.alt .fa {
  position: absolute;
  top: -1px;
  right: -1px;
  height: 46px;
  width: 46px;
  line-height: 45px;
  vertical-align: middle;
  text-align: center !important;
  background-color: #f5f6f8;
  border: solid 1px #a5abb7;
  color: #a5abb7;
  z-index: 20
}

.block-title.alt .fa.color {
  background-color: #f3aa1e
}

.block-title.alt2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 50px 20px 0;
  border-bottom: solid 1px #e9e9e9;
  overflow: visible;
  position: relative;
  color: #7f7f7f
}

.block-title.alt2 .fa {
  position: absolute;
  top: -1px;
  right: -1px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center !important;
  background-color: #e9e9e9;
  color: #a5abb7;
  z-index: 20
}

.block-title.alt2 .fa.color {
  background-color: #f3aa1e
}

/*  contact us */
.dark #contact-form .form-control {
  background: rgba(20, 24, 28, .8);
  border: 1px solid rgba(20, 24, 28, 0);
  color: #fff
}

.dark #contact-form .form-control:focus {
  background: rgba(20, 24, 28, .5);
  border: 1px solid rgba(20, 24, 28, .5)
}

#contact-form textarea.form-control {
  height: 180px
}

#contact-form .alert {
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 15px;
  border-color: #f3aa1e;
  background-color: #f3aa1e;
  color: #fff
}

#contact-form .tooltip {
  left: 15px !important
}

#contact-form .tooltip-inner {
  border-radius: 0;
  padding: 10px 20px;
  background-color: #000
}

#contact-form .tooltip-arrow {
  border-top-color: #000
}

#contact-form .form-control {
  height: 40px
}

#contact-form .has-icon .form-control {
  padding-right: 40px
}

#contact-form .form-control-icon {
  width: 40px;
  height: 40px;
  line-height: 40px
}

#contact-form .form-button-submit {
  max-width: none
}

.contact-info .media .fa {
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 20px;
  margin-right: 15px;
  text-align: center;
  background-color: #d3d3d3;
  color: #fff
}

.contact-info .media-list {
  margin-bottom: 30px
}

.contact-info .media-body {
  line-height: 22px;
  color: #000 !important;
}

.contact-list .media .fa {
  min-width: 18px;
  text-align: center
}

.contact-list .media-left {
  margin-right: 15px
}

.contact-list .media-right {
  margin-left: 15px
}
/* .overlay_carlist {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
}

.overlay-content {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #555;
} */
.car-brands {
  width: 1100px;
  margin: 20px auto 30px;
}
.car-brands>a {
  /* -ms-flex: 0 0 70px; */
  /* flex: 0 0 70px; */
  /* height: 40px; */
  /* background: #fff; */
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
  border-radius: 4px;
  transition: all .2s;
  /* margin-right: 16px; */
  position: relative;
}
.car-brands a img{width:100px;}
.car-brands>a.sale:before {
  content: " ";
  display: block;
  position: absolute;
  top: -42px;
  left: 55px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 63px;
  height: 18px;
  background-image: url(data:image/gif;base64,R0lGODlhUAAYANU/APvFzPu8xPRNY/zK0fNDWvqzvPZyg//5+vZqffzU2vd9jfVlePqptPeFk/iUovIzTPRZbf3e4v3i5fmdqfmhrfVhdfM5UvM9Vf709fAoQv/+/viLmfmYpf7q7f3m6fI1TvRVaveCkv7w8v7s7vzY3fEwSf7z9P/8/PmlsPZugPVecvRQZvzQ1v7u7/7o6+8jPPNIX/I2UPiQnv/3+PeHlvquuPaPm/Z2h/iHl//9/v/7+/3l6PRLYv////IxS////yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTAxOUE3NjRFODE1MTFFNzkzNEFFQkRBRTM5Rjg3M0UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTAxOUE3NjVFODE1MTFFNzkzNEFFQkRBRTM5Rjg3M0UiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MDE5QTc2MkU4MTUxMUU3OTM0QUVCREFFMzlGODczRSIg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);
  animation: fadeInRight 1s ease .2s both;
  background-size: cover;
}
.testimonial-text ul li {font-size:16px;line-height: 2;}
.visit_gray_heading{background:#8080804d;padding:10px;font-size:15px;}
.p_3_p_15{padding:3px 15px;}
.magic-center{display:flex !important;align-items: center;justify-content: center;}

@media only screen and (max-width: 750px) {
  .filter_tab_padding {
    padding: 10px;
    margin-bottom: 0px
  }

  .img_cars {
    width: 250px !important;
    margin-bottom: -20px !important;
    margin: 0 auto;
  }

  .text-left_rates {
    text-align: left !important;
  }

}


.selectgroup-input {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.selectgroup-button {
  border-color: #e72a1a;
  z-index: 1;
  color: #0957ad;
  background: #f6f7fb;
  padding: 3px 7px;
  border: 1px solid #0957ad;
  border-radius: 4px;
}

.selectgroup-button-booked {
  border-color: #e72a1a;
  z-index: 1;
  color: #000;
  background: #f6f7fb;
  padding: 3px 7px;
  border: 1px solid #000;
  border-radius: 4px;
}


.selectgroup-item input {
  display: none;
}

.selectgroup-input:checked+.selectgroup-button {
  border-color: #feb321;
  z-index: 1;
  color: #feb321;
  background: #f6f7fb;
}