@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}

*:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

body, html {
  height: 100%;
  width: 100%;
}

body, p {
  direction: ltr;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #282A2E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #b12025;
}

h1, h2, h3, h4, h5, h6, p, figur, a {
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  color: #282A2E;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
}

a:hover,
a:focus,
input:focus,
button:focus,
a:active {
  text-decoration: none;
  outline: none;
  outline-offset: 0px;
  box-shadow: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 55px;
  line-height: 1.2;
}

h2 {
  font-size: 40px;
  line-height: 1.4;
}

h3 {
  font-size: 30px;
  line-height: 1.4;
}

h4 {
  font-size: 24px;
  line-height: 1.4;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
}

h6 {
  font-size: 18px;
  line-height: 1.4;
}

.pos-relative {
  position: relative;
}

.primary-color {
  color: #b12025;
}

a,
.transition-3s {
  transition: all 0.3s ease;
}

.transition-5s {
  transition: all 0.5s ease;
}

.gcar-btn {
  display: inline-block;
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  min-width: 160px;
  border: 1px solid transparent;
  box-shadow: none;
  cursor: pointer;
  padding: 17px 25px;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: #b12025;
  color: #fff;
  position: relative;
  text-transform: capitalize;
}
.gcar-btn:hover {
  color: #b12025;
  background-color: transparent;
  border-color: #b12025;
}
.gcar-btn.outline {
  color: #b12025;
  background-color: transparent;
  border-color: #b12025;
}
.gcar-btn.outline:hover {
  background-color: #b12025;
  color: #fff;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hints {
  display: block;
  margin-top: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: #24243A;
}

select,
textarea,
input[type=file],
input[type=search],
input[type=date],
input[type=time],
input[type=tel],
input[type=number],
input[type=password],
input[type=email],
input[type=text] {
  height: 48px;
  width: 100%;
  padding: 8px 15px;
  font-size: 16px;
  color: #24243A;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #00000030 !important;
  box-shadow: none;
  background: white;
  border-radius: 4px;
  background-color: #FFFFFF;
}

.form-group {
  position: relative;
}
.form-group .label,
.form-group label {
  color: #24243A;
  font-size: 16px;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 0.5rem;
}

input[type=file] {
  padding-top: 12px;
}

textarea {
  min-height: 120px;
  padding-top: 15px;
}

@media (min-width: 1200px) {
  .container-1400 {
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1500px) {
  .container-1400 {
    max-width: 1440px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
  }
}
.row.large-gutters {
  margin-right: -30px;
  margin-left: -30px;
}

.row.large-gutters > [class^=col-],
.row.large-gutters > [class*=" col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

.has-sticky-nav {
  padding-top: 95px;
}

.row.sml-gutters {
  margin-right: -9px;
  margin-left: -9px;
}

.row.sml-gutters > [class^=col-],
.row.sml-gutters > [class*=" col-"] {
  padding-right: 9px;
  padding-left: 9px;
}

.section-title {
  max-width: 1040px;
  margin: 0 auto 50px;
  text-align: center;
}
.section-title h3 {
  text-transform: uppercase;
  color: #25292C;
  position: relative;
  font-weight: 600;
}
.section-title p {
  max-width: 540px;
  color: #4B4B4B;
  margin: 0 auto;
}

.hr-line {
  border-color: #C4C4C4;
}

.selectbox {
  position: relative;
}
.selectbox select {
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.selectbox::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 16px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: rotate(45deg);
}

.checkbox-style {
  display: block;
  margin: 0;
  line-height: 1.3;
}
.checkbox-style input[type=checkbox] {
  display: none;
}
.checkbox-style label {
  margin-bottom: 0;
}
.checkbox-style .check-box {
  padding-left: 38px;
  color: #34465D;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  position: relative;
}
.checkbox-style .check-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.checkbox-style .check-box:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 6px;
  top: 4px;
  color: #c5363a;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.checkbox-style input[type=checkbox]:checked + .check-box::after {
  opacity: 1;
  visibility: visible;
}

.radio-style {
  display: block;
  margin: 0;
  line-height: 1.3;
}
.radio-style input[type=radio] {
  display: none;
}
.radio-style label {
  margin-bottom: 0;
}
.radio-style .check-box {
  padding-left: 38px;
  color: #34465D;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  position: relative;
}
.radio-style .check-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #ddd;
  transition: all 0.3s ease;
}
.radio-style .check-box:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 6px;
  top: 4px;
  color: #b12025;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.radio-style input[type=radio]:checked + .check-box::after {
  opacity: 1;
  visibility: visible;
}
.radio-style input[type=radio]:checked + .check-box::before {
  border-color: #b12025;
}

@media only screen and (max-width: 1199px) {
  .section-title h2 {
    font-size: 30px;
  }

  .section-title h3 {
    font-size: 20px;
  }

  .section-title h3:before {
    height: 2px;
    top: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 26px;
  }
  .section-title p {
    font-size: 15px;
  }

  .gcar-btn {
    font-size: 14px;
    min-width: 140px;
    padding: 14px 18px;
  }
}
/*----------icon puls hover---------*/
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 575px) {
  .section-title h3 {
    font-size: 20px;
  }

  .has-sticky-nav {
    padding-top: 67px;
  }
}
.gcar-header {
  padding: 15px 0;
  transition: all 0.3s ease;
  background: #FFFFFF;
}
.gcar-header .topbar {
  margin-bottom: 4px;
}
.gcar-header .topbar .topbar-contact {
  text-align: right;
}
.gcar-header .topbar .topbar-contact a {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
}
.gcar-header .topbar .topbar-contact a:hover {
  text-decoration: underline;
}
.gcar-header .topbar .topbar-contact .makea-request {
  background: #ef7900;
  color: #FFFFFF;
  display: inline-block;
  padding: 4px 12px;
  margin-left: 20px;
}
.gcar-header .bg-light {
  background-color: transparent !important;
}
.gcar-header .navbar-brand {
  margin-right: 30px;
  padding: 0;
  position: absolute;
  top: -46px;
}
.gcar-header .navbar-brand img {
  max-width: 196px;
}
.gcar-header .navbar {
  padding: 0;
  border: none;
}
.gcar-header .navbar-nav {
  align-items: center;
}
.gcar-header .navbar-nav .nav-item {
  margin-left: 26px;
  position: relative;
}
.gcar-header .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.gcar-header .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0;
  font-size: 15px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #c5363a;
  font-weight: 600;
}
.gcar-header .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}
.gcar-header .navbar-nav .nav-item .nav-link.dropdown-toggle {
  font-size: 16px;
}
.gcar-header .navbar-nav .nav-item.active a {
  text-decoration: underline;
}
.gcar-header .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.gcar-header .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.gcar-header.transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.gcar-header.transparent.sticky {
  background: #ffffffbf;
  border-bottom: 1px solid #DCDCDC;
}
.gcar-header.transparent.sticky .navbar-brand .logo-white {
  display: none;
}
.gcar-header.transparent.sticky .navbar-brand .logo-black {
  display: block;
}
.gcar-header.transparent.sticky .navbar-nav .nav-item .nav-link {
  color: #060707;
}
.gcar-header.transparent.sticky .navbar-nav .nav-item.balance .nav-link {
  border-color: #060707;
}

@media (max-width: 1199px) {
  .gcar-header {
    padding: 15px 0;
  }

  .gcar-header .navbar {
    border-bottom-color: #d5d5d53d !important;
  }

  .gcar-header .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  .gcar-header .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .gcar-header.transparent .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  .gcar-header.transparent .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .gcar-header.sticky .navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
  }

  .gcar-header.sticky .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .gcar-header .dropuser.for-mobile {
    margin-left: auto;
    margin-right: 22px;
  }

  .gcar-header .navbar-nav .nav-item.dropuser {
    display: none;
  }

  .gcar-header .navbar-nav .nav-item.user-login {
    display: flex;
    align-items: center;
    padding-left: 19px;
    margin-top: 18px;
  }

  .gcar-header .navbar-nav {
    margin-left: 0 !important;
    border-top: 1px solid #d5d5d53d;
    padding-top: 12px;
    margin-top: 20px;
    text-align: left;
    align-items: flex-start;
    width: 100%;
  }

  .gcar-header.transparent .navbar-nav .nav-item .nav-link {
    color: #060707;
  }

  .gcar-header .navbar-nav .nav-item:first-child {
    margin-left: 0;
  }

  .gcar-header .navbar-nav .nav-item {
    margin-left: 0 !important;
    width: 100%;
  }

  .gcar-header .navbar-nav .nav-item .nav-link {
    padding-left: 0;
    padding-right: 15px;
    font-size: 14px;
  }

  .gcar-header .nav-inline-items {
    display: block;
  }

  .topbar .topbar-wrapper .gcar-btn.outline {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .gcar-header .bg-light {
    padding: 0;
  }

  .gcar-header .navbar-brand img {
    max-width: 150px;
  }

  .gcar-header .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}
.gcar-footer {
  background-color: #f7f7f7;
  padding: 90px 0 0;
}
.gcar-footer .single-widget {
  padding-right: 15px;
}
.gcar-footer .single-widget .widget-title {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0.85em;
  color: #212121;
  letter-spacing: -0.5px;
  font-size: 30px;
  line-height: 36px;
}
.gcar-footer .single-widget .widget-menu li {
  margin-bottom: 7px;
  border-bottom: 1px solid #8e8997;
  padding: 3px 0;
}
.gcar-footer .single-widget .widget-menu li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.gcar-footer .single-widget .widget-menu li a {
  word-break: break-all;
  font-size: 18px;
  line-height: 1.3;
  color: #8e8997;
  font-weight: 600;
}
.gcar-footer .single-widget .widget-menu li a:hover {
  color: #b12025;
}
.gcar-footer .single-widget .widget-menu li i {
  margin-right: 10px;
  color: #5F5F5F;
}
.gcar-footer .single-widget .widget-img {
  margin-top: 30px;
}
.gcar-footer .single-widget.footer-logo img {
  max-width: 170px;
  margin-bottom: 30px;
}
.gcar-footer .single-widget.contact h6:not(.widget-title) {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  color: #b12025;
}
.gcar-footer .single-widget.contact .telephone {
  margin-top: 20px;
}
.gcar-footer .single-widget.contact .telephone a {
  color: #b12025;
}
.gcar-footer .single-widget.contact .telephone a:hover {
  text-decoration: underline;
}
.gcar-footer .single-widget.contact address p {
  color: #7d7d7d;
}
.gcar-footer .privacy-menu {
  display: flex;
  flex-flow: row wrap;
}
.gcar-footer .privacy-menu li {
  margin-right: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #ffffffb3;
}
.gcar-footer .privacy-menu li:last-child {
  margin-right: 0;
}
.gcar-footer .privacy-menu li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #ffffffb3;
}
.gcar-footer .privacy-menu li a:hover {
  text-decoration: underline;
}
.gcar-footer .copyright-text-area {
  margin-top: 55px;
  padding: 41px 0;
  background-color: #b12025;
}
.gcar-footer .copyright-text-area .copyright-text {
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
}
.gcar-footer .copyright-text-area .copyright-text span {
  color: #b12025;
}
.gcar-footer .copyright-text-area .copyright-text a {
  color: #fff;
}
.gcar-footer .copyright-text-area .copyright-text a:hover {
  text-decoration: underline;
}
.gcar-footer .social-menu {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-top: 20px;
}
.gcar-footer .social-menu li {
  margin-right: 10px;
}
.gcar-footer .social-menu li:last-child {
  margin-right: 0;
}
.gcar-footer .social-menu li a {
  color: #fff;
  font-size: 16px;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: #b12025;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gcar-footer .social-menu li a:hover {
  color: #c5363a;
}

@media (max-width: 1199px) {
  .gcar-footer .single-widget {
    margin-bottom: 50px;
  }

  .gcar-footer .copyright-text-area {
    margin-top: 0;
    padding: 23px 0;
  }
}
@media (max-width: 991px) {
  .gcar-footer .single-widget .widget-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .gcar-footer {
    padding: 70px 0 0;
  }
}
.gcar-hero {
  background-color: #E1DEE3;
  background-image: url(../images/hero-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  padding: 80px 0;
}
.gcar-hero .overlay {
  background: #00000052;
}
.gcar-hero .hero-content {
  padding-top: 330px;
  min-height: 412px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: baseline;
}
.gcar-hero .hero-content-wrapper h1 {
  color: #fff;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 4px;
  max-width: 810px;
  margin: 0 auto;
}
.gcar-hero form {
  width: 100%;
  position: relative;
}
.gcar-hero .form-group.return,
.gcar-hero .form-group.pickup {
  display: none;
}
.gcar-hero .gcar-home-filter {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #b120259e;
  border-radius: 10px;
  padding: 10px 15px 0;
  margin-top: 40px;
}
.gcar-hero .gcar-home-filter .form-group {
  margin-left: 10px;
}
.gcar-hero .gcar-home-filter .form-group > label {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}
.gcar-hero .gcar-home-filter .form-group input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.gcar-hero .gcar-home-filter .submit button {
  background: #b12025;
  border: none;
  color: #fff;
  height: 48px;
  width: 48px;
  border-radius: 6px;
  margin-top: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.gcar-hero .gcar-home-filter .submit button:hover {
  background-color: #c5363a;
}
.gcar-hero .gcar-home-filter .input-wrapper {
  font-weight: 500;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 2px 15px;
  height: 48px;
  will-change: auto;
  transition: all 0.3s linear;
  color: #000;
}
.gcar-hero .gcar-home-filter .selected-data {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-left: 17px;
  width: 100%;
  cursor: pointer;
}
.gcar-hero .gcar-home-filter .selected-data:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 11px;
}
.gcar-hero .gcar-home-filter .return-date,
.gcar-hero .gcar-home-filter .pickup-date {
  width: 240px;
}
.gcar-hero .gcar-home-filter .return-date .input-wrapper,
.gcar-hero .gcar-home-filter .pickup-date .input-wrapper {
  display: flex;
}
.gcar-hero .gcar-home-filter .return-date .input-wrapper select,
.gcar-hero .gcar-home-filter .return-date .input-wrapper input[type=date],
.gcar-hero .gcar-home-filter .return-date .input-wrapper input[type=time],
.gcar-hero .gcar-home-filter .return-date .input-wrapper input[type=text],
.gcar-hero .gcar-home-filter .pickup-date .input-wrapper select,
.gcar-hero .gcar-home-filter .pickup-date .input-wrapper input[type=date],
.gcar-hero .gcar-home-filter .pickup-date .input-wrapper input[type=time],
.gcar-hero .gcar-home-filter .pickup-date .input-wrapper input[type=text] {
  height: auto;
  padding: 9px 0;
  font-size: inherit;
  border: none !important;
}
.gcar-hero .gcar-home-filter .return-date .input-wrapper select,
.gcar-hero .gcar-home-filter .pickup-date .input-wrapper select {
  margin-left: 12px;
}
.gcar-hero .gcar-home-filter .return-date .input-wrapper .fa-calendar,
.gcar-hero .gcar-home-filter .pickup-date .input-wrapper .fa-calendar {
  position: absolute;
  right: 0;
  top: calc(50% + 1px);
  color: #505050;
  transform: translateY(-50%);
}
.gcar-hero .gcar-home-filter .return-date,
.gcar-hero .gcar-home-filter .pickup-date,
.gcar-hero .gcar-home-filter .form-group.return,
.gcar-hero .gcar-home-filter .form-group.pickup {
  flex: 1;
}
.gcar-hero .gcar-home-filter .form-group.return,
.gcar-hero .gcar-home-filter .form-group.pickup {
  display: none;
}
.gcar-hero .gcar-home-filter .pickup-return-together {
  order: 1;
  width: calc(100% - 568px);
}
.gcar-hero .gcar-home-filter .pickup-date {
  order: 2;
}
.gcar-hero .gcar-home-filter .return-date {
  order: 3;
}
.gcar-hero .gcar-home-filter .submit {
  order: 4;
}
.gcar-hero .gcar-home-filter .drop-different-location {
  order: 5;
  width: 100%;
}
.gcar-hero .gcar-home-filter .drop-different-location .checkbox-style .check-box {
  color: #fff;
  font-size: 14px;
  padding-top: 5px;
  padding-top: 3px;
  padding-left: 32px;
}
.gcar-hero .gcar-home-filter .drop-different-location .checkbox-style .check-box:before {
  width: 20px;
  height: 20px;
}
.gcar-hero .gcar-home-filter .drop-different-location .checkbox-style .check-box:after {
  left: 5px;
  top: 3px;
  font-size: 12px;
}
.gcar-hero .filter-mega-dropdown {
  background: #fff;
  width: 100%;
  position: absolute;
  top: calc(100% - 52px);
  left: 0;
  padding: 10px;
  z-index: 99;
  box-shadow: 0 5px 10px #33333336;
  display: none;
}
.gcar-hero .filter-mega-dropdown .dropdown-option-wrapper {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-flow: row wrap;
}
.gcar-hero .filter-mega-dropdown .loaction-group {
  margin-bottom: 20px;
}
.gcar-hero .filter-mega-dropdown .loaction-group:last-child {
  margin-bottom: 0;
}
.gcar-hero .filter-mega-dropdown .option-left {
  width: 50%;
  padding-right: 30px;
  max-height: 500px;
  overflow: auto;
}
.gcar-hero .filter-mega-dropdown .option-left::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.gcar-hero .filter-mega-dropdown .option-left::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
.gcar-hero .filter-mega-dropdown .option-left::-webkit-scrollbar-thumb {
  background-color: #ddd;
}
.gcar-hero .filter-mega-dropdown .option-right {
  width: 50%;
  padding-left: 30px;
}
.gcar-hero .filter-mega-dropdown .group-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
.gcar-hero .filter-mega-dropdown .dropdown-option-wrapper .radio-style label {
  display: block;
}
.gcar-hero .filter-mega-dropdown .dropdown-option-wrapper .radio-style .check-box {
  font-size: 15px;
  color: #333;
  line-height: 1.3;
  padding: 10px 10px 10px 40px;
  border-radius: 5px;
  display: block;
}
.gcar-hero .filter-mega-dropdown .dropdown-option-wrapper .radio-style .check-box:hover {
  background: transparent;
}
.gcar-hero .filter-mega-dropdown .dropdown-option-wrapper .radio-style .check-box:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 12px;
  right: 15px;
  left: inherit;
}
.gcar-hero .filter-mega-dropdown .dropdown-option-wrapper .radio-style .check-box:hover,
.gcar-hero .filter-mega-dropdown .dropdown-option-wrapper .radio-style input[type=radio]:checked + .check-box {
  background: #eee;
}
.gcar-hero .filter-mega-dropdown .dropdown-option-wrapper .radio-style input[type=radio]:checked + .check-box:after {
  opacity: 1;
  visibility: visible;
}
.gcar-hero .filter-mega-dropdown .dropdown-option-wrapper .radio-style .check-box:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  border: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #b7b7b7;
}

.gcar-img-block {
  padding: 60px 0;
}
.gcar-img-block .block-img {
  margin-left: -15px;
}
.gcar-img-block .block-img img {
  border-radius: 0 30px 30px 0;
}
.gcar-img-block .block-content {
  padding-left: 30px;
  max-width: 610px;
}
.gcar-img-block .block-content h3 {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.gcar-img-block .block-content p {
  text-align: justify;
}
.gcar-img-block .block-content .item-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-top: 30px;
}
.gcar-img-block .block-content .item-wrapper .single-item {
  display: flex;
  align-items: center;
  padding-right: 20px;
  width: calc(100% / 2);
  margin-bottom: 20px;
}
.gcar-img-block .block-content .item-wrapper .single-item .title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  width: calc(100% - 80px);
}
.gcar-img-block .block-content .item-wrapper .single-item .icon {
  height: 40px;
  width: 40px;
  border-radius: 25px;
  margin-right: 15px;
  background-color: #8dbb00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gcar-img-block .block-content .item-wrapper .single-item .icon img {
  width: 24px;
}

.gcar-advantage {
  background-color: #b30000;
  padding: 60px 0;
}
.gcar-advantage .section-title h3 {
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  font-weight: 600;
  background: #a11015;
  padding: 7px;
  margin-bottom: 40px;
}
.gcar-advantage .section-title .main-advantage h4 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-top: 12px;
}
.gcar-advantage .advantags .title {
  color: #fff;
  text-align: center;
  font-size: 30px;
  position: relative;
  border-bottom: 1px solid #CACAC2;
  max-width: 460px;
  margin: 0 auto;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.gcar-advantage .advantags ul {
  display: flex;
  flex-flow: row wrap;
}
.gcar-advantage .advantags ul li {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  border: 1px solid #d52525;
  width: calc(100% / 4);
  padding: 6px 12px 6px 40px;
  margin-top: -1px;
  margin-left: -1px;
  position: relative;
}
.gcar-advantage .advantags ul li i {
  position: absolute;
  top: 9px;
  left: 13px;
}
.gcar-advantage .advantags .bottom-title {
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  max-width: 650px;
  margin: 30px auto 0;
  padding-top: 12px;
  font-size: 20px;
}

.gcar-car-fleet {
  padding: 100px 0;
}
.gcar-car-fleet .single-car {
  text-align: center;
}
.gcar-car-fleet .single-car .car-name {
  font-weight: 600;
  color: #b12025;
  font-size: 26px;
  margin-bottom: 5px;
}
.gcar-car-fleet .single-car .price {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}
.gcar-car-fleet .single-car .price small {
  display: block;
  font-size: 15px;
  margin: 9px 0;
}
.gcar-car-fleet .single-car .gcar-btn {
  margin-top: 10px;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.gcar-blog {
  padding-bottom: 50px;
}
.gcar-blog .visit-blog {
  margin-top: 30px;
}

.gcar-single-blog {
  border: 1px solid #ececec;
  border-bottom: 2px solid #b12025;
  border-radius: 15px;
}
.gcar-single-blog .blog-img {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  position: relative;
}
.gcar-single-blog .blog-img .tag {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 8px 15px;
  color: #1b1b1b;
  background-color: #ffcb00;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  z-index: 1;
}
.gcar-single-blog .blog-img img {
  border-radius: 15px 15px 0 0;
  height: 254px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.gcar-single-blog:hover .blog-img img {
  transform: scale(1.1);
}
.gcar-single-blog .blog-content {
  padding: 16px 18px;
}
.gcar-single-blog .blog-content .title {
  font-size: 16px;
  font-weight: 600;
  color: #b12025;
}
.gcar-single-blog .blog-content .title:hover {
  text-decoration: underline;
}
.gcar-single-blog .blog-content .date {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}
.gcar-single-blog .blog-content .desce {
  margin-top: 13px;
}
.gcar-single-blog .blog-content .readmore {
  text-transform: capitalize;
  margin-top: 10px;
  display: inline-block;
  color: #b12025;
}
.gcar-single-blog .blog-content .readmore:hover {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .gcar-header .navbar-brand {
    position: relative;
    margin-top: -38px;
    top: 0;
  }

  .gcar-hero .hero-content-wrapper h1 {
    font-size: 36px;
  }

  .gcar-advantage .advantags ul li {
    width: calc(100% / 3);
  }
}
@media (max-width: 991px) {
  .gcar-hero .hero-content {
    min-height: 392px;
  }

  .gcar-hero .gcar-home-filter .pickup-return-together {
    width: 100%;
  }

  .gcar-hero .gcar-home-filter {
    justify-content: flex-start;
  }

  .gcar-hero .gcar-home-filter .return-date,
.gcar-hero .gcar-home-filter .pickup-date,
.gcar-hero .gcar-home-filter .form-group.return,
.gcar-hero .gcar-home-filter .form-group.pickup {
    flex: inherit;
  }

  .gcar-img-block .block-content {
    padding-left: 0;
    max-width: 100%;
    margin-top: 30px;
  }

  .gcar-advantage .advantags ul li {
    width: calc(100% / 2);
  }

  .gcar-car-fleet .single-car .car-name {
    font-size: 20px;
  }

  .gcar-car-fleet {
    padding: 60px 0;
  }

  .gcar-single-blog {
    margin-bottom: 30px;
  }

  .gcar-blog .visit-blog {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .gcar-hero .gcar-home-filter .return-date,
.gcar-hero .gcar-home-filter .pickup-date,
.gcar-hero .gcar-home-filter .form-group.return,
.gcar-hero .gcar-home-filter .form-group.pickup {
    flex: 50%;
  }

  .gcar-img-block .block-img {
    margin-left: 0;
  }

  .gcar-img-block .block-img img {
    border-radius: 15px;
  }

  .gcar-img-block .block-content h3 {
    font-size: 26px;
  }

  .gcar-advantage .main-advantage {
    margin-bottom: 30px;
  }

  .gcar-advantage .section-title {
    margin: 0 auto 0;
  }

  .gcar-car-fleet .single-car {
    margin-bottom: 40px;
  }

  .gcar-car-fleet {
    padding: 60px 0 20px;
  }
}
@media (max-width: 575px) {
  .gcar-header .navbar-brand {
    margin-top: 0;
  }

  .gcar-hero .hero-content-wrapper h1 {
    font-size: 24px;
  }

  .gcar-hero .gcar-home-filter {
    padding: 10px 15px 0 5px;
  }

  .gcar-img-block .block-content .item-wrapper .single-item {
    padding-right: 0;
    width: calc(100% / 1);
  }

  .gcar-img-block .block-content .item-wrapper .single-item:last-child {
    margin-bottom: 0;
  }

  .gcar-advantage .section-title h3 {
    font-size: 16px;
  }

  .gcar-advantage .advantags ul li {
    width: calc(100% / 1);
  }
}
.gcar-banner {
  background: url("../images/inner-banner-bg.jpg") no-repeat center center/cover;
}
.gcar-banner .overlay {
  background-color: #0000002e;
}
.gcar-banner .banner-content {
  height: 350px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.gcar-banner .banner-content > h1 {
  font-weight: 700;
  color: #fff;
}

.gcar-car {
  padding: 50px 0;
}
.gcar-car .car-list-filter {
  margin-bottom: 70px;
}
.gcar-car .car-list-filter .card {
  border: none;
  background: rgba(0, 0, 0, 0.03);
}
.gcar-car .car-list-filter .card-header {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
}
.gcar-car .car-list-filter .card-header button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 15px 20px;
  color: #111;
  font-weight: 600;
  text-decoration: none;
  font-size: 20px;
  position: relative;
}
.gcar-car .car-list-filter .card-header button:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 18px;
  transition: all 0.3s ease;
}
.gcar-car .car-list-filter .card-header button[aria-expanded=true]:before {
  transform: rotate(-180deg);
}
.gcar-car .car-list-filter .card-body {
  padding: 0;
}
.gcar-car .car-list-filter .filter-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.gcar-car .car-list-filter .filter-cat {
  width: 25%;
}
.gcar-car .car-list-filter .filter-cat.vehicles-type {
  padding-right: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  width: 50%;
}
.gcar-car .car-list-filter .filter-cat.vehicles-type .single-filter {
  margin-right: 18px;
  width: calc(100% / 3 - 19px);
}
.gcar-car .car-list-filter .filter-cat-title {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  background: #fff;
  border-left: 3px solid #b12025;
  padding: 8px 5px 8px 12px;
  margin-bottom: 20px;
  width: 100%;
}
.gcar-car .car-list-filter .single-filter {
  margin-bottom: 20px;
  padding-left: 20px;
}
.gcar-car .car-list-filter .single-filter .check-box:before {
  background: #fff0;
  border-color: #b12025;
}
.gcar-car .single-car {
  position: relative;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 0 25px #00000017;
  margin-bottom: 30px;
  display: block;
}
.gcar-car .single-car .car-img {
  width: 100%;
  padding: 0 50px;
  position: relative;
  overflow: hidden;
}
.gcar-car .single-car .ribbon {
  font-size: 11px;
  line-height: 1.2;
  display: block;
  text-align: center;
  position: absolute;
  background: #b12025;
  color: #fff;
  font-weight: 600;
  padding: 3px 40px;
  transform: rotate(-45deg);
  top: 14px;
  left: -30px;
  text-transform: uppercase;
}
.gcar-car .single-car .ribbon:before {
  content: "";
  position: absolute;
  right: 4px;
  top: 25px;
  transform: rotate(26deg);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 13px 0;
  border-color: transparent #b12025 transparent transparent;
}
.gcar-car .single-car .ribbon:after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -7px;
  transform: rotate(26deg);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 13px 0;
  border-color: transparent #b12025 transparent transparent;
}
.gcar-car .single-car .car-title {
  font-size: 24px;
  padding: 0 30px 24px 30px;
  font-weight: 700;
}
.gcar-car .single-car .car-title h6 {
  font-size: 13px;
  font-weight: 700;
  color: #b12025;
}
.gcar-car .single-car .car-title small {
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}
.gcar-car .single-car .feature-info {
  background-color: #b1202514;
  padding: 10px 30px;
  font-size: 14px;
}
.gcar-car .single-car .feature-info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.gcar-car .single-car .feature-info ul li {
  width: calc(100% / 3);
  padding-right: 11px;
  margin: 8px 0;
  display: flex;
  align-items: center;
}
.gcar-car .single-car .feature-info ul li img {
  width: 20px;
  margin-right: 7px;
}
.gcar-car .single-car .item-price {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gcar-car .single-car .item-price .price-container {
  display: flex;
  align-items: center;
}
.gcar-car .single-car .item-price .price-container .price {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
.gcar-car .single-car .item-price .price-container .curr-wrapper {
  display: flex;
  flex-flow: column nowrap;
  line-height: 1;
  margin-left: 5px;
}
.gcar-car .single-car .item-price .price-container .currency {
  font-size: 12px;
  font-weight: 700;
}
.gcar-car .single-car .item-price .price-container .per-day {
  font-size: 9px;
  white-space: nowrap;
  font-weight: 400;
}
.gcar-car .single-car .item-price .price-container.old-price .price:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 100%;
  background: #282a2e;
  margin-top: -1px;
}
.gcar-car .single-car .item-price .gcar-btn {
  min-width: auto;
  padding: 12px 25px;
  font-size: 14px;
  border-radius: 50px;
}

@media (max-width: 1499px) {
  .gcar-car .single-car .feature-info ul li {
    width: calc(100% / 2);
  }

  .gcar-car .single-car .car-title {
    font-size: 20px;
    padding: 0 13px 24px 13px;
  }

  .gcar-car .single-car .item-price {
    padding: 15px 13px;
  }

  .gcar-car .single-car .feature-info {
    padding: 10px 13px;
  }
}
@media (max-width: 1199px) {
  .gcar-banner .banner-content {
    height: 270px;
  }

  .gcar-banner .banner-content > h1 {
    font-size: 40px;
  }

  .gcar-car .car-list-filter .filter-cat {
    width: 50%;
  }

  .gcar-car .car-list-filter .filter-cat.vehicles-type {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .gcar-car .car-list-filter {
    margin-bottom: 40px;
  }

  .gcar-car .single-car .item-price .price-container .price {
    font-size: 18px;
  }

  .gcar-car .single-car .item-price .price-container .currency {
    font-size: 9px;
  }

  .gcar-car .single-car .item-price .gcar-btn {
    padding: 8px 18px;
  }
}
@media (max-width: 767px) {
  .gcar-banner .banner-content {
    height: 210px;
  }

  .gcar-banner .banner-content > h1 {
    font-size: 30px;
  }

  .gcar-car .car-list-filter .filter-cat.vehicles-type .single-filter {
    width: calc(100% / 2 - 19px);
  }
}
@media (max-width: 575px) {
  .gcar-car .car-list-filter .checkbox-style .check-box {
    font-size: 14px;
  }

  .gcar-car .car-list-filter .filter-cat-title {
    font-size: 14px;
  }
}
.gcar-privacy-policy {
  padding: 50px 0;
}
.gcar-privacy-policy .single-policy {
  margin-bottom: 30px;
}
.gcar-privacy-policy .single-policy:last-child {
  margin-bottom: 0;
}
.gcar-privacy-policy .single-policy .policy-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.gcar-privacy-policy .single-policy ul {
  list-style: disc;
  padding-left: 20px;
}
.gcar-privacy-policy .single-policy ul li {
  margin-bottom: 15px;
}
.gcar-privacy-policy .single-policy ul li:last-child {
  margin-bottom: 0;
}

.gcar-contact-us {
  padding: 0 0 80px;
}
.gcar-contact-us .contact-title {
  font-weight: 600;
  margin-bottom: 15px;
}
.gcar-contact-us .email,
.gcar-contact-us .phone,
.gcar-contact-us address {
  margin-bottom: 10px;
}
.gcar-contact-us .email b,
.gcar-contact-us .phone b,
.gcar-contact-us address b {
  width: 90px;
  display: inline-block;
}
.gcar-contact-us .email {
  margin-bottom: 40px;
}
.gcar-contact-us .social-contact {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-left: -5px;
}
.gcar-contact-us .social-contact li {
  margin: 5px;
}
.gcar-contact-us .social-contact li a {
  width: 40px;
  height: 40px;
  background: #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b12025;
  font-size: 16px;
  border-radius: 5px;
}
.gcar-contact-us .social-contact li a:hover {
  background-color: #b12025;
  color: #fff;
}
.gcar-contact-us .google-map {
  margin-left: -15px;
  width: calc(100% + 15px);
}
.gcar-contact-us .mapHome1 {
  width: 100%;
  height: 430px;
  margin-bottom: 50px;
}

@media (max-width: 1499px) {
  .gcar-contact-us .email b,
.gcar-contact-us .phone b,
.gcar-contact-us address b {
    width: auto;
    padding-right: 4px;
  }
}
@media (max-width: 991px) {
  .gcar-contact-us .get-in-touch {
    margin-top: 30px;
  }

  .gcar-contact-us {
    padding: 0 0 60px;
  }
}
.gcar-quote {
  padding: 80px 0;
  background-color: #efefef;
}
.gcar-quote .quote-title {
  margin-bottom: 20px;
  font-weight: 600;
}
.gcar-quote .booking-progress {
  padding: 15px;
  background-color: #fff;
}
.gcar-quote .booking-progress .progress-title {
  font-weight: 600;
  margin-bottom: 13px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gcar-quote .booking-progress .progress-title button {
  border: none;
  background: transparent;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  color: #858585;
  cursor: pointer;
}
.gcar-quote .booking-progress .single-progress {
  position: relative;
  padding-left: 23px;
  padding-bottom: 24px;
}
.gcar-quote .booking-progress .single-progress:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 22px;
  height: calc(100% - 24px);
  width: 1px;
  background: #b1b1b1;
}
.gcar-quote .booking-progress .single-progress:last-child {
  padding-bottom: 0;
}
.gcar-quote .booking-progress .single-progress:last-child::before {
  display: none;
}
.gcar-quote .booking-progress .single-progress p {
  font-size: 14px;
  line-height: 1.3;
}
.gcar-quote .booking-progress .single-progress i {
  position: absolute;
  top: 2px;
  left: 0;
}
.gcar-quote .booking-progress .car-info img {
  max-width: 210px;
  margin: 0 auto;
  display: block;
}
.gcar-quote .booking-progress .car-info .price {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  margin-top: 40px;
}
.gcar-quote .booking-progress .car-info .price small {
  font-size: 14px;
  display: block;
}
.gcar-quote .insurance-package {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
.gcar-quote .insurance-package .package-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.gcar-quote .insurance-package .special-quote {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 10px;
  font-size: 15px;
  margin-left: -15px;
  width: calc(100% + 30px);
}
.gcar-quote .insurance-package .table th:last-child,
.gcar-quote .insurance-package .table td:last-child {
  width: 190px;
  text-align: center;
}
.gcar-quote .insurance-package .table td:nth-child(2),
.gcar-quote .insurance-package .table th:nth-child(2) {
  width: 80px;
}
.gcar-quote .insurance-package .table td span {
  display: block;
  font-size: 14px;
  color: #b12025;
  line-height: 1;
}
.gcar-quote .contact-deails {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
.gcar-quote .contact-deails .contact-deails-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.gcar-quote .contact-deails .form-group label {
  color: #24243A;
  font-size: 14px;
}
.gcar-quote .contact-deails .form-group .contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}
.gcar-quote .contact-deails .form-group .contact li {
  font-size: 15px;
  font-weight: 500;
  margin-left: 13px;
}
.gcar-quote .contact-deails .form-group .contact li a {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 3px 12px;
  border-radius: 6px;
  font-size: 14px;
  color: #222;
  background: #eee;
}
.gcar-quote .gps-navigator .product-wrapper {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 23px 0;
}
.gcar-quote .gps-navigator .product-wrapper:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.gcar-quote .gps-navigator .product-wrapper .product-img {
  width: 140px;
}
.gcar-quote .gps-navigator .product-wrapper .product-info {
  width: calc(100% - 140px);
  padding-left: 20px;
}
.gcar-quote .gps-navigator .product-wrapper .product-info h5 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}
.gcar-quote .gps-navigator .product-wrapper .number-counter-wrapper {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.gcar-quote .gps-navigator .product-wrapper .number-counter-wrapper span {
  border: 1px solid #00000030;
  width: 30px;
  font-size: 26px;
  line-height: 0.5;
  text-align: center;
  height: 30px;
  padding: 3px 2px 0 5px;
  border-radius: 4px;
  opacity: 0.4;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gcar-quote .gps-navigator .product-wrapper .number-counter-wrapper input[type=number] {
  width: 50px;
  border: none;
  background: transparent;
  padding: 0 10px;
  font-size: 15px;
  color: #292626;
  text-align: center;
  height: 30px;
  margin: 0 10px;
}
.gcar-quote .gps-navigator .product-wrapper .number-counter-wrapper input[type=number]::-webkit-outer-spin-button, .gcar-quote .gps-navigator .product-wrapper .number-counter-wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gcar-quote .coupon .card {
  border: none;
}
.gcar-quote .coupon .card-header {
  border: none;
  outline: none;
  box-shadow: none;
  margin-bottom: 10px;
  padding: 0;
}
.gcar-quote .coupon .card-header button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  color: #111;
  font-weight: 600;
  text-decoration: none;
  font-size: 20px;
  position: relative;
  background: #ffffff;
}
.gcar-quote .coupon .card-header button:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 18px;
  transition: all 0.3s ease;
}
.gcar-quote .coupon .card-header button[aria-expanded=true]:before {
  transform: rotate(-180deg);
}
.gcar-quote .coupon .card-body {
  padding: 0;
}
.gcar-quote .fuel-plan .single-box {
  background: #5cc55c;
  padding: 18px;
  border-radius: 10px;
}
.gcar-quote .fuel-plan .single-box h4 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.gcar-quote .fuel-plan .single-box input[type=text] {
  height: auto;
  background: #3ea73e;
  border: none !important;
  width: 80px;
  padding: 8px 5px;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #fff;
}
.gcar-quote .fuel-plan .single-box.collect-full {
  background: #d1d0d0;
}
.gcar-quote .fuel-plan .single-box.collect-full h4 {
  color: #282A2E;
}
.gcar-quote .fuel-plan .single-box.collect-full input[type=text] {
  background: #afa9a9;
}

@media (max-width: 991px) {
  .gcar-quote .insurance-package {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .gcar-quote {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .gcar-quote .contact-deails .form-group .contact {
    flex-flow: row wrap;
  }

  .gcar-quote .contact-deails .form-group .contact li {
    width: auto;
    margin: 5px;
  }

  .gcar-quote .gps-navigator .product-wrapper:last-child {
    display: block;
  }

  .gcar-quote .gps-navigator .product-wrapper .product-info {
    width: 100%;
    padding-left: 0;
  }

  .gcar-quote .gps-navigator .product-wrapper {
    display: block;
  }

  .gcar-quote .fuel-plan .single-box {
    margin-bottom: 10px;
  }
}
.car-details-banner .banner-content {
  height: 300px;
}

.gcar-car-details {
  padding-bottom: 100px;
}
.gcar-car-details .car-details-wrapper {
  display: flex;
  align-items: flex-end;
  flex-flow: row wrap;
  justify-content: space-between;
  background: #fff;
  padding: 30px 60px;
  margin-top: -150px;
  border-radius: 20px;
  box-shadow: 0 2px 12px #33333342;
}
.gcar-car-details .car-details-wrapper .car-left,
.gcar-car-details .car-details-wrapper .car-center {
  width: calc(100% / 2 - 70px);
}
.gcar-car-details .car-details-wrapper .car-left {
  max-width: 350px;
  padding-right: 40px;
}
.gcar-car-details .car-details-wrapper .car-left .car-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.gcar-car-details .car-details-wrapper .car-left .car-title h6 {
  font-size: 13px;
  font-weight: 700;
  color: #0098dc;
}
.gcar-car-details .car-details-wrapper .car-left .car-title small {
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}
.gcar-car-details .car-details-wrapper .car-center {
  max-width: 540px;
  padding-right: 40px;
}
.gcar-car-details .car-details-wrapper .car-right {
  margin: auto 0px;
}
.gcar-car-details .car-details-wrapper .car-right .price-container {
  display: flex;
  align-items: center;
}
.gcar-car-details .car-details-wrapper .car-right .price-container .price {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}
.gcar-car-details .car-details-wrapper .car-right .price-container .curr-wrapper {
  display: flex;
  flex-flow: column nowrap;
  line-height: 1;
  margin-left: 5px;
}
.gcar-car-details .car-details-wrapper .car-right .price-container .curr-wrapper .currency {
  font-size: 12px;
  font-weight: 700;
}
.gcar-car-details .car-details-wrapper .car-right .price-container .curr-wrapper .per-day {
  font-size: 9px;
  white-space: nowrap;
  font-weight: 400;
}
.gcar-car-details .car-details-wrapper .car-right .price-container .percent {
  margin-left: 13px;
}
.gcar-car-details .car-details-wrapper .feature-info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.gcar-car-details .car-details-wrapper .feature-info ul li {
  padding-right: 20px;
  margin: 8px 0;
  display: flex;
  align-items: center;
}
.gcar-car-details .car-details-wrapper .feature-info ul li img {
  width: 20px;
  margin-right: 7px;
}
.gcar-car-details .price-include {
  margin-top: 50px;
}
.gcar-car-details .price-include .title {
  font-weight: 600;
  margin-bottom: 10px;
}
.gcar-car-details .price-include ul li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.gcar-car-details .price-include ul li:last-child {
  margin-bottom: 0;
}
.gcar-car-details .price-include ul li i {
  color: #b12025;
  margin-right: 7px;
}

@media (max-width: 1199px) {
  .gcar-car-details .car-details-wrapper {
    padding: 20px;
  }

  .gcar-car-details .car-details-wrapper .car-left,
.gcar-car-details .car-details-wrapper .car-center {
    width: calc(100% / 1 - 70px);
  }

  .gcar-car-details .car-details-wrapper .car-left {
    max-width: 100%;
    padding-right: 0;
    width: 100%;
  }

  .gcar-car-details .car-details-wrapper .car-center {
    max-width: 540px;
  }
}
@media (max-width: 991px) {
  .car-details-banner .banner-content {
    height: 240px;
  }

  .gcar-car-details .car-details-wrapper .car-center {
    max-width: 400px;
  }

  .gcar-car-details .car-details-wrapper {
    margin-top: -110px;
  }
}
@media (max-width: 767px) {
  .gcar-car-details .car-details-wrapper .car-center {
    max-width: 100%;
    padding-right: 0;
    width: 100%;
  }

  .gcar-car-details .car-details-wrapper .feature-info {
    margin-bottom: 20px;
  }

  .gcar-car-details {
    padding-bottom: 60px;
  }
}
.special-offer .single-car .car-title {
  padding: 0 30px 7px 30px;
}
.special-offer .subtitle {
  padding: 0 30px;
  font-weight: 500;
  margin-bottom: 12px;
}
.special-offer .subtitle span {
  color: #b12025;
}
.special-offer .desc {
  padding-right: 30px;
  padding-bottom: 25px;
  font-size: 15px;
  margin-left: auto;
  width: calc(100% - 30px);
  position: relative;
  padding-left: 14px;
}
.special-offer .desc:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 3px;
  height: calc(100% - 38px);
  background: #b12025;
}

@media (max-width: 1199px) {
  .special-offer .single-car .car-title {
    padding: 0 20px 7px 20px;
  }

  .special-offer .subtitle {
    padding: 0 20px;
  }

  .special-offer .desc {
    padding-right: 20px;
    width: calc(100% - 20px);
    padding-left: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
