@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
@font-face {
  font-family: "good_times";
  src: url("../fonts/good_times_rg-webfont.eot");
  src: local("good_times"), local("good_times_rg-webfont"),
    url("../fonts/good_times_rg-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/good_times_rg-webfont.woff2") format("woff2"),
    url("../fonts/good_times_rg-webfont.woff") format("woff"),
    url("../fonts/good_times_rg-webfont.ttf") format("truetype");
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

ul,
ol {
  margin: 0px;
  padding: 0;
  list-style: none;
}
*,
*:before,
*:after {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a,
img,
a:focus,
img:focus,
a:hover,
img:hover {
  border: 0px;
  outline: 0px;
  color: #c2292c;
  text-decoration: none;
  vertical-align: top;
}

body {
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-weight: 400;
  position: relative;
  font-family: "Inter", sans-serif;
  background: #fff;
  color: #212121;
}

input,
select,
textarea,
button {
  font-family: "Inter", sans-serif;
}

input[type="file"]:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 600;
}
p {
  margin-bottom: 15px;
  display: block;
}
.scrollup {
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: #c2292c;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  z-index: 99;
  display: none;
  border-radius: 100%;
  transition: all 0.5s;
}
.scrollup:hover {
  border: 1px solid #c2292c;
  color: #c2292c;
  background: #fff;
}

.sidePageBtns {
  position: fixed;
  top: 200px;
  right: -43px;
  transform: rotate(-90deg);
}
.sidePageBtns a {
  float: left;
  color: #fff;
  background: #c2292c;
  line-height: 1;
  padding: 7px 15px;
  margin: 0 5px;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  font-size: 16px;
  transition: all ease-in-out 0.5s;
}
.sidePageBtns .feedback {
  background: #2e44bb;
}
.sidePageBtns a:hover {
  background: #212121;
}

.wrapper {
  width: 100%;
  float: left;
  position: relative;
}

@media screen and (max-width: 1366px) {
  .wrapper_inner {
    max-width: 1200px;
  }
}
.wrapper_inner {
  padding: 0 15px;
  max-width: 1300px;
  margin-inline: auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
  transition: all ease-in-out 0.5s;
}
.header.fix {
  box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.15);
}
.logo {
  float: left;
  transition: all ease-in-out 0.5s;
}
.logo img {
  float: left;
  height: 85px;
  transition: all ease-in-out 0.5s;
}
.navigation,
.topCall {
  margin-top: 30px;
}
.navigation,
.navigation ul,
.topCall {
  float: right;
  transition: all ease-in-out 0.5s;
}
.navigation ul li {
  float: left;
  margin-right: 30px;
  position: relative;
  transition: all ease-in-out 0.5s;
}
.navigation ul li:last-child {
  margin-right: 0;
}
.navigation ul li a {
  float: left;
  position: relative;
  color: #0f002c;
  font-weight: 500;
  font-size: 16px;
  transition: all ease-in-out 0.5s;
}
.navigation .dropDown {
  position: absolute;
  top: 90%;
  left: 0;
  width: 230px;
  padding: 10px;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.1);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all ease-in-out 0.5s;
}
.navigation ul li:hover .dropDown {
  top: 100%;
  visibility: visible;
  opacity: 1;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
}
.navigation .dropDown li {
  width: 100%;
  margin: 0;
  padding: 0;
}
.navigation .dropDown li a {
  width: 100%;
  margin: 0;
  padding: 10px;
  line-height: 1.4;
  border-bottom: 1px solid #f1f1f1;
}
.navigation .dropDown li a:hover {
  border-bottom: 1px solid #c2292c;
}
.navigation ul li a.active,
.navigation ul li a:hover {
  color: #c2292c;
}
.navigation ul li:hover li a {
  color: #2e44bb;
}
.topCall {
  color: #fff;
  background-color: #2e44bb;
  font-weight: 500;
  font-size: 16px;
  transition: all ease-in-out 0.5s;
  margin: -15px 0 0;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.topCall::before {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #2e44bb;
}
.topCall::after {
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
  display: block;
  content: "";
  border-top: 40px solid #2e44bb;
  border-left: 40px solid transparent;
}
.topCall:hover {
  color: #ffffff97;
}
.topCall i {
  float: left;
  font-size: 16px;
  margin-right: 0;
}
.menuicon {
  display: none;
  float: right;
  margin-top: 20px;
  color: #2e44bb;
  font-size: 24px;
}
.fixedNavigation {
  display: none;
  position: fixed;
  top: 90px;
  width: 300px;
  right: -100%;
  height: calc(100vh - 90px);
  z-index: 999;
  background-color: #fff;
  overflow-y: auto;
  padding: 20px 0;
  transition: all ease-in-out 0.5s;
}
.fixedNavigation.open {
  right: 0;
}
.fixedNavigation li {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fixedNavigation li:last-child {
  border-bottom: 0px solid #000;
}
.fixedNavigation li i {
  float: right;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.fixedNavigation li a {
  float: left;
  width: 100%;
  padding: 5px 20px;
  line-height: 40px;
  color: #2e44bb;
  font-weight: 500;
  font-size: 16px;
  transition: all ease-in-out 0.5s;
}
.fixedNavigation li a:hover {
  color: #c2292c;
}
.fixedNavigation li ul {
  width: 100%;
  float: left;
  display: none;
  background: #c2292c;
}
.menuMasked {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  transition: all ease-in-out 0.5s;
}
.menuMasked.open {
  display: block;
}
body.menuOpened {
  overflow: hidden;
}
.menuicon span:before {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 24px;
}
.menuicon.open span:before {
  content: "\f00d";
}
/* banner_form */
.mtop {
  margin-top: 115px;
}
.banner_form {
  padding: 150px 0 50px;
  background-image: url(../images/bannerimg.jpg);
  /*background-image: url(../images/form-bg.png);*/
  /*background-position: center;*/
  /*background-size: cover;*/
  background-color: #2e44bb;
  background-position: center center;
  position: relative;
}
.banner_form::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.15;
}
.banner_form .form {
  background: #fff;
  /* padding: 15px 50px; */
  box-shadow: 0px 4px 16px #283a7529;
  margin: auto;
  display: table;
  max-width: 100%;
  float: none;
  border-radius: 10px;
}
.banner_form .form form {
  padding: 20px;
  display: grid;
  grid-template-columns: 40fr 22fr 22fr 16fr;
  gap: 10px;
}
.banner_form h1 {
  background-color: #2e44bb;
  padding: 10px 20px;
  color: #fff;
  font-size: 21px;
  text-align: left;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  letter-spacing: 2px;
}
.banner_form .form label.label_control {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  float: left;
  color: #2e44bb;
}
.banner_form .form .span1,
.banner_form .form .span2 {
  float: left;
  position: relative;
  border: 1px solid #c6cede;
  border-radius: 10px;
  padding: 10px 10px 0;
  /* margin-bottom: 15px; */
}
.banner_form .form .span2 {
  /* width: 50%; */
}
.banner_form .form .span2.span3 {
  /* padding-left: 20px; */
}
.banner_form .form .span2.span4 {
  width: auto;
  border: 0;
  padding: 0;
}
.banner_form .form .span1 {
  /*width: calc(100% - 705px);*/
  /* width: 100%; */
}
.banner_form .selectInput input,
.banner_form .dateInput {
  width: 100%;
  float: left;
  appearance: none;
  background: transparent;
  /*border: 1px solid #111;*/
  height: 53px;
  line-height: 53px;
  font-size: 15px;
  font-weight: 500;
}
.banner_form .selectInput input {
  /* padding: 0 20px; */
  /* border: 1px solid #111; */
  border: 0;
  padding-left: 25px;
}
.banner_form .selectInput::after {
  position: absolute;
  bottom: 14px;
  left: 0px;
  content: "\f3c5";
  font-family: "FontAwesome";
  font-size: 17px;
  color: #f7bf68;
}
.banner_form .dateInput .date,
.banner_form .dateInput .time {
  width: 50%;
  float: left;
  padding: 0 5px;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  /* border: 1px solid #111; */
}
.banner_form .dateInput .time {
  /* background-color: #ececec; */
}
.banner_form .dateInput #r_date,
.banner_form .dateInput #p_date {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 53px;
  font-size: 14px;
  /*z-index: 2;*/
}
.banner_form .dateInput .date {
  /* border-right: 1px solid #111; */
}
.banner_form .dateInput input {
  width: 100%;
  float: left;
  line-height: 53px;
  border: 0px;
  text-align: center;
  background: transparent;
  opacity: 0;
}
.banner_form .dateInput label {
  display: inline-block;
  font-weight: 500;
  margin: 0;
}
.banner_form .dateInput input:focus {
  outline: 0px;
  border: 0px;
}
.banner_form .dateInput i {
  margin-right: 5px;
  z-index: -1;
  color: #f7bf68;
}
.banner_form .form button {
  width: 100%;
  float: left;
  line-height: 55px;
  border: 0px;
  background: #c2292c;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  /* margin-top: 23px; */
  font-size: 18px;
  padding: 0px 15px;
  font-size: 16px;
  transition: all ease-in-out 0.5s;
  border-radius: 10px;
}
.banner_form .form button:hover {
  background: #2e44bb;
}
.pickupLocation,
.time_ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  z-index: 2;
  background-color: #fff;
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
  box-shadow: 0px 4px 16px #283a7529;
}
.pickupLocation li,
.time_ul li,
.pickupLocation li a,
.time_ul li a {
  width: 100%;
  float: left;
}
.pickupLocation li a,
.time_ul li a {
  /* border: 1px solid #ddd; */
  margin-top: -1px; /* Prevent double borders */
  padding: 10px;
  line-height: 1;
  text-decoration: none;
  color: #212121;
}
.pickupLocation li a:hover:not(.header),
.time_ul li a:hover:not(.header) {
  background-color: #e7eef7;
  border-radius: 10px;
  color: #344289;
}
/* fleet_section */
.fleet_section {
  padding: 30px 0 30px;
  text-align: center;
  background-image: url(../images/fleet-bg.png);
  background-position: center;
  background-size: cover;
  color: #fff;
}
.fleet_section:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  content: "";
  background: #2e44bb;
}
.fleet_section h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.fleet_section h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.fleet_section .fs_list li {
  float: left;
  width: 33.33%;
  padding: 20px 60px;
}
.fleet_section .fs_list li .img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #240067;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transition: all ease-in-out 0.5s;
}
.fleet_section .fs_list li a:hover .img:before {
  background: #c2292c;
}
.fleet_section .fs_list li .img {
  padding: 20px;
  padding-top: 60px;
  margin-bottom: 10px;
}
.fleet_section .fs_list li img {
  width: 100%;
  position: relative;
}
.fleet_section .fs_list li h4 {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: "good_times";
}
.fleet_section .fs_btn a {
  display: inline-block;
  padding: 7px 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  background: #c2292c;
  border-radius: 5px;
  transition: all ease-in-out 0.5s;
}
.fleet_section .fs_btn a img {
  float: right;
  margin-left: 10px;
  height: 7px;
  margin-top: 8px;
}
.fleet_section .fs_btn a:hover {
  background: #240067;
}
/* about_Section */
.about_Section {
  padding: 50px 0;
  position: relative;
  background-color: #fff;
}
.about_Section h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0a1f44;
}
.about_Section .txt {
  float: left;
  width: 48%;
  font-size: 18px;
  line-height: 2;
}
.about_Section .txt p {
  margin-bottom: 20px;
}
.about_Section .txt a {
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  transition: all ease-in-out 0.5s;
}
.about_Section .txt a img {
  height: 6px;
  float: right;
  margin-top: 9px;
  margin-left: 10px;
}
.about_Section .txt a:hover {
  color: #0a1f44;
}
.about_Section .img {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
}
/* blogs_section */
.blogs_section {
  padding: 80px 0;
  text-align: center;
}
.blogs_section h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #0a1f44;
}
.blogs_section h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #6d6d6d;
}
.blogs_section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.blogs_section ul li {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background: #f7f7f7;
}
.blogs_section ul li img {
  width: 100%;
}
.blogs_section ul li .txt {
  margin-top: -25px;
  background: #f7f7f7;
  padding: 20px 30px;
  text-align: left;
}
.blogs_section ul li .date {
  color: #00227a;
  font-weight: 500;
  margin-bottom: 10px;
  display: none;
}
.blogs_section ul li .date span {
  float: left;
  position: relative;
}
.blogs_section ul li .date span:after {
  position: absolute;
  right: -50px;
  content: "";
  top: 10px;
  width: 35px;
  height: 2px;
  background: #00227a;
}
.blogs_section ul li h4 {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  height: 51px;
  overflow: hidden;
}
.blogs_section ul li a {
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all ease-in-out 0.5s;
}
.blogs_section ul li a img {
  height: 6px;
  width: auto;
  float: right;
  margin-top: 9px;
  margin-left: 10px;
}
.blogs_section ul li a:hover {
  color: #0a1f44;
}
/* cars_section */
.cars_section {
  overflow: hidden;
  padding: 80px 0;
  text-align: center;
  background-image: url(../images/cars-bg.png);
  background-position: center;
  background-size: cover;
}
.cars_section h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #0a1f44;
}
.cars_section h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #6d6d6d;
}
.cars_section .cs_list li {
  margin-top: 80px;
}
.cars_section .cs_list .img,
.cars_section .cs_list .txt {
  width: 45%;
  float: left;
  position: relative;
}
.cars_section .cs_list .txt {
  width: 48%;
  text-align: left;
  font-size: 17px;
  line-height: 2;
}
.cars_section .cs_list .txt {
  float: right;
}
.cars_section .cs_list .img {
  padding: 0 50px;
}
.cars_section .cs_list .img img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cars_section .cs_list .img .bgBlue {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 170px;
  background: #2e44bb;
  border-radius: 0px 0px 80px 0;
}
.cars_section .cs_list .img:before {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 200%;
  content: "";
  height: 170px;
  background: #2e44bb;
}
.cars_section .cs_list li:nth-child(even) .txt {
  float: left;
}
.cars_section .cs_list li:nth-child(even) .img {
  float: right;
}
.cars_section .cs_list li:nth-child(even) .bgBlue {
  right: auto;
  left: 0;
  background: #c2292c;
  border-radius: 0px 0px 0 80px;
}
.cars_section .cs_list li:nth-child(even) .img:before {
  right: auto;
  left: 100%;
  background: #c2292c;
}
.cars_section .cs_list h4 {
  color: #324188;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-family: "good_times";
}
.cars_section .cs_list li a {
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #324188;
  transition: all ease-in-out 0.5s;
}
.cars_section .cs_list li a img {
  height: 6px;
  width: auto;
  float: right;
  margin-top: 11px;
  margin-left: 10px;
}
.cars_section .cs_list li a:hover {
  color: #c2292c;
}
/* footer */
.footer {
  background: #1b004f;
}
.flinks {
  padding: 30px 0;
  margin-top: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.flinks .fsocial {
  float: left;
}
.flinks .fsocial h6 {
  font-size: 13px;
  font-weight: 400;
  float: left;
  line-height: 30px;
  color: #fff;
}
.flinks .fsocial a {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #0a1f44;
  background: #fff;
  border-radius: 50%;
  margin-left: 15px;
  transition: all ease-in-out 0.5s;
}
.flinks .fsocial a:hover {
  background: #c2292c;
}
.flinks .fnav {
  float: right;
}
.flinks .fnav a {
  float: left;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  margin-left: 35px;
  transition: all ease-in-out 0.5s;
}
.flinks .fnav a:hover {
  color: #c2292c;
}
.copyrights {
  float: left;
  width: 80%;
  padding: 30px 0;
}
.copyrights .fprivacy a {
  float: left;
  color: #fff;
  opacity: 0.5;
  position: relative;
  margin-right: 30px;
  font-size: 13px;
  transition: all ease-in-out 0.5s;
}
.copyrights .fprivacy a:after {
  color: #fff;
  position: absolute;
  top: 0;
  right: -15px;
  content: "|";
}
.copyrights .fprivacy a:last-child:after {
  display: none;
}
.copyrights .fprivacy a:hover {
  opacity: 1;
}
.copyrights .copy {
  font-size: 13px;
  color: #fff;
  opacity: 0.5;
  margin-top: 10px;
}
.footer .flogo {
  float: right;
  padding: 30px 0;
}
.footer .flogo img {
  height: 55px;
}

/*
    ===============================
        responsive starts here
    ===============================
 */
@media screen and (max-width: 1279px) {
  .wrapper_inner {
    max-width: 980px;
  }
  .navigation {
    display: none;
  }
  .menuicon,
  .fixedNavigation {
    display: block;
  }
  .logo img {
    height: 60px;
  }
  .topCall {
    margin-top: 20px;
    margin-right: 20px;
  }
  .menuicon {
    width: 40px;
    text-align: center;
    margin-top: 14px;
  }
  .mtop {
    margin-top: 90px;
  }
  .banner_form .form {
    padding: 15px;
  }
  .fleet_section .fs_list li {
    padding: 20px 35px;
  }
  .about_Section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .about_Section h2 {
    font-size: 58px;
  }
  .about_Section .img {
    position: relative;
    width: 48%;
    float: right;
  }
  .about_Section .txt {
    font-size: 16px;
  }
  .cars_section .cs_list li {
    margin-top: 30px;
  }
  .cars_section .cs_list .txt {
    font-size: 15px;
  }
  .cars_section .cs_list .img {
    padding: 0 10px;
    width: 48%;
  }
}
@media screen and (max-width: 979px) {
  .wrapper_inner {
    max-width: 768px;
  }
  .banner_form .form .span1 {
    width: 100%;
  }
  .banner_form .form .span2 {
    margin-left: 0;
    width: calc((100% - 30px) / 2);
    margin-right: 15px;
  }
  .banner_form .form .span2:last-child {
    margin-right: 0;
  }
  .fleet_section .fs_list li {
    width: 50%;
  }
  .fleet_section .fs_list li a {
    min-height: 240px;
  }
  .about_Section .txt,
  .about_Section .img {
    width: 100%;
  }
  .about_Section .txt {
    margin-top: 30px;
  }
  .about_Section h2 {
    margin-bottom: 0;
  }
  .blogs_section,
  .cars_section {
    padding: 50px 0;
  }
  .blogs_section ul li .txt {
    padding: 10px;
  }
  .flinks .fnav {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
  .flinks .fnav a {
    margin-left: 0;
  }
  .flinks .fnav a + a {
    margin-left: 30px;
  }
  .copyrights {
    width: 100%;
  }
  .footer .flogo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wrapper_inner {
    max-width: 550px;
  }
  .fixedNavigation {
    width: 100%;
    top: 74px;
    border-top: 1px solid #eee;
    height: calc(100% - 74px);
  }
  .scrollup {
    bottom: 10px;
    right: 10px;
  }
  .topCall span {
    display: none;
  }
  .topCall i {
    font-size: 20px;
    margin-top: 3px;
    margin-right: 0;
  }
  .logo img {
    height: 44px;
  }
  .topCall {
    margin-top: 10px;
  }
  .menuicon {
    margin-top: 4px;
  }
  .blogs_section ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .mtop {
    margin-top: 74px;
  }
  .banner_form {
    padding: 30px 0;
  }
  .banner_form h1 {
    font-size: 22px;
  }
  .banner_form .form label.label_control {
    font-size: 18px;
  }
  .banner_form .form .span2.span3 {
    padding-left: 0;
  }

  .banner_form .form .span2,
  .banner_form .form .span2.span4 {
    width: 100%;
    margin-right: 0;
  }
  .banner_form .form button {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .banner_form .form button {
    margin-top: 5px;
  }
  .banner_form .dateInput .date,
  .banner_form .dateInput .time,
  .pickupLocation_cont h4 {
    font-size: 14px;
  }
  .pickupLocation_cont p {
    font-size: 12px;
  }
  .fleet_section .fs_list li {
    width: 100%;
  }
  .fleet_section .fs_btn {
    margin-top: 20px;
  }
  .about_Section,
  .blogs_section,
  .cars_section {
    padding: 30px 0;
  }
  .about_Section h2 {
    font-size: 36px;
  }
  .cars_section h2 {
    font-size: 26px;
  }
  .cars_section .cs_list .img,
  .cars_section .cs_list .txt {
    width: 100%;
  }
  .cars_section .cs_list .img {
    margin-bottom: 30px;
  }
  .cars_section .cs_list .img {
    padding: 0;
  }
  .cars_section .cs_list .img .bgBlue,
  .cars_section .cs_list .img::before {
    height: 120px;
  }
  .flinks .fnav a {
    float: left;
    width: 48%;
    margin-right: 0;
    margin-top: 10px;
  }
  .flinks .fnav a + a {
    margin-left: 0;
  }
  .flinks .fnav a:nth-child(even) {
    float: right;
  }
  .pickupLocation,
  .time_ul {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 280px;
    max-height: 90%;
    overflow-y: auto;
    transform: translate(-50%, -50%);
    z-index: 999;
  }
  .pickupLocation li a,
  .time_ul li a {
    padding: 15px;
  }
  body.addMask .menuMasked {
    display: block;
  }
}
@media screen and (max-width: 359px) {
  .wrapper_inner {
    max-width: 320px;
  }
}
