body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Plus Jakarta Sans", Sans-serif;
}
img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  footer .container2 {
    max-width: 1600px;
    padding: 0 50px;
    overflow: hidden;
  }
}
a:hover {
  text-decoration: none;
}
/* ...........top-header......... */
.top-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.top-header .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  max-width: 1600px;
}
.top-header .call-now {
  color: #fff;
  font-size: 16px;
  display: none;
  background: #ee1c25;
  padding: 3px 10px;
  border-radius: 5px;
  border: 1px solid #c3bbbb;
}
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 47px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.3;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  border: 1px solid #727272;
  border-radius: 7px;
  background: #fff;
}
.custom-checkbox.s1 .checkmark {
  top: -8px;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
  left: 12px;
  top: 4px;
  width: 11px;
  height: 20px;
  border: solid #b60013;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-checkbox a {
  color: #b60013;
}
.global-input {
  position: relative;
}
.global-input label {
  color: #727272;
  margin-bottom: 5px;
  color: #8a8a8a;
}
.global-input .form-control {
  height: auto;
  border-radius: 10px;
  border: 1px solid #727272;
  padding: 12px 15px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.global-input select.form-control {
  background: #ffffff url("../images/dropdown-arrow.png") right 15px center no-repeat;
}
.global-input .form-control::-ms-input-placeholder {
  color: #9f9f9f;
}
.global-input .form-control::placeholder {
  color: #9f9f9f;
}
.global-input .form-control::-webkit-outer-spin-button,
.global-input .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.global-input .form-control[type="number"] {
  -moz-appearance: textfield;
}
.global-input .input-icon {
  position: absolute;
  right: 10px;
  top: 39px;
}
.global-btn {
  background-image: linear-gradient(to right, #b60013, #e80018);
  font-size: 18px;
  color: #fff;
  padding: 13px;
  display: block;
  width: 100%;
  border-radius: 10px;
}
.global-btn:hover {
  color: #fff;
}
.global-btn.s1 {
  background: #000000;
}
.global-btn.sm {
  font-size: 12px;
  padding: 6px 14px;
  width: auto;
  display: inline-block;
}
.global-btn.outline-btn {
  border: 1px solid #b2b2b2;
  background: none;
  color: #b2b2b2;
}
.tabbable-responsive {
  display: block;
  min-width: 100%;
  margin: 0px;
}
.tabbable {
  min-width: 100%;
}
.tabbable .nav-tabs {
  white-space: nowrap;
  display: inline-block;
  min-width: 100%;
  padding: 0px 0 0 2px;
  border-bottom: 0;
}
.tabbable .nav-tabs .nav-item {
  display: inline-block;
  background: #d6d2d3;
  margin: 0 -2px -1px;
}
.tabbable .nav-tabs .nav-item:first-child {
  border-top-left-radius: 10px;
}
.tabbable .nav-tabs .nav-item:first-child a {
  border-top-left-radius: 10px;
}
.tabbable .nav-tabs .nav-item:last-child {
  border-top-right-radius: 10px;
}
.tabbable .nav-tabs .nav-item:last-child a {
  border-top-right-radius: 10px;
}
.tabbable .nav-tabs .nav-item .nav-link {
  display: inline-block;
  border-radius: 0;
  color: #727272;
  padding: 11px 20px;
  border: 1px solid #d6d2d3;
}
.tabbable .nav-tabs .nav-item .nav-link img {
  margin-right: 10px;
}
.tabbable .nav-tabs .nav-item .nav-link .gray-icon {
  display: inline-block;
}
.tabbable .nav-tabs .nav-item .nav-link .white-icon {
  display: none;
}
.tabbable .nav-tabs .nav-item .nav-link.active .white-icon {
  display: inline-block;
}
.tabbable .nav-tabs .nav-item .nav-link.active .gray-icon {
  display: none;
}
.tabbable .nav-tabs .nav-item .nav-link.active {
  background: #d90118;
  color: #fff;
  border: 1px solid #d90118;
}
/* .............fleet-section............. */
.fleet-section {
  padding: 70px 0;
}
.global-heading {
  font-size: 48px;
  text-align: center;
  margin: 0 0 50px;
}
.global-heading span {
  color: #da2027;
}
.vehicle-box .request-callback {
  display: flex;
  display: -ms-flexbox;
}
.vehicle-box .request-callback .global-btn {
  border-radius: 0;
  text-align: center;
  margin-left: 10px;
  flex: 1;
  padding: 15px;
}
.fleet-section .row {
  margin: 0 -11px;
}
.fleet-section .row .col-md-4 {
  padding: 0 11px;
  margin: 0 0 22px;
}
.best-choice {
  background: #f8f8f8;
  padding: 60px 0;
}
/* ........why-us-section....... */
.why-us-section {
  padding: 70px 0 80px;
}
.why-us-section .service-box {
  background: #f2f2f2;
  padding: 25px;
  border-radius: 15px;
  min-height: 360px;
}
.why-us-section .service-box h5 {
  font-size: 25px;
  font-weight: 600;
  margin: 15px 0;
  min-height: 50px;
}
.why-us-section .service-box p {
  color: #675f54;
}
.why-us-section .row {
  margin: 0 -12px;
}
.why-us-section .col-md-3 {
  padding: 0 12px;
}
/* ............award-section............ */
.award-section {
  padding: 20px 0 70px;
}
.award-section .row {
  margin: 0 -5px;
}
.award-section .col-md-5,
.award-section .col-md-4,
.award-section .col-md-3 {
  padding: 0 5px;
}
.award-section .col-md-5 {
  flex: 0 0 45%;
  max-width: 45%;
}
.award-section .col-md-3 {
  flex: 0 0 21%;
  max-width: 21%;
}
.award-section .content {
  border: 1px solid #183f82;
  padding: 35px 35px 45px;
  border-radius: 25px;
  position: relative;
  padding-top: 100px;
}
.award-section .content .global-heading {
  font-size: 42px;
  text-align: left;
  margin: 0 0 15px;
}
.award-section .content .award-logo {
  position: absolute;
  left: 20px;
  top: -85px;
  background: #fff;
  padding: 0 10px;
}
.award-section .content .viewmore-btn {
  border: 1px solid #da2027;
  color: #da2027;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.award-section .content .viewmore-btn:hover {
  background: #da2027;
  color: #fff;
}
.testimonial-section {
  padding: 30px 0 80px;
}
.testimonial-section .row {
  margin: 0 -13px;
}
.testimonial-section .col-md-4 {
  padding: 0 13px;
}
.testimonial-box {
  background: #f6f6f6;
  padding: 45px 35px;
  border-radius: 25px;
}
.testimonial-box img.quote-icon {
  width: 40px;
}
.testimonial-box .comment {
  font-style: italic;
  font-size: 20px;
  font-weight: 300;
}
.testimonial-box .rating {
  font-size: 20px;
  color: #d80117;
}
.testimonial-box .rating span {
  color: #ababac;
  font-size: 12px;
  font-style: italic;
  position: relative;
  top: -2px;
  left: 4px;
}
.testimonial-box h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 7px;
}
.testimonial-box .designation {
  font-size: 14px;
  margin: 0;
  color: #868689;
}
.contact-section {
  background: #053654 url("../images/contact-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  color: #fff;
}
.contact-section h2 {
  font-size: 48px;
  font-style: italic;
  margin: 0 0 15px;
}
.contact-section .contact-btn {
  background: #d80117;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 15px;
}
/* ..............banner-section.............. */
.banner-section {
  background: #052940 url("../images/home-banner.jpg") center center no-repeat;
  background-size: cover;
  padding: 15px 0 0;
  color: #fff;
}
.banner-section .row {
  align-items: center;
}
.banner-section .content {
  margin-top: -200px;
}
.banner-section .content h6 {
  font-size: 30px;
  font-weight: 400;
}
.banner-section .content h1 {
  font-size: 62px;
  font-weight: bold;
}
.banner-section .form-inner {
  background: #081923;
  padding: 30px;
  position: relative;
  z-index: 12;
  border-radius: 15px;
  max-width: 400px;
  margin-left: auto;
  margin-bottom: 15px;
}
.banner-section .form-inner .form-control {
  border-color: #d3d3d3;
}
.banner-section .form-inner label {
  color: #fff;
  font-weight: 500;
}
.banner-section .row {
  margin: 0 -9px;
}
.banner-section .col-md-6,
.banner-section .col-md-12 {
  padding: 0 9px;
}
.banner-section .custom-checkbox .checkmark {
  border-radius: 0;
  border-color: #e1e1e1;
}
/* .banner-section .form-inner .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
  border: 0;
  width: 20px;
  height: 20px;
  background: #da0019;
  transform: none;
  left: 6px;
  top: 7px;
} */
.banner-section .form-inner .custom-checkbox {
  font-size: 10px;
  font-weight: 400;
  padding-left: 30px;
}
.banner-section .custom-checkbox .checkmark {
  top: 2px;
  height: 20px;
  width: 20px;
}
.banner-section .custom-checkbox .checkmark:after {
  left: 7px;
  top: -5px;
  width: 8px;
  height: 19px;
}
.banner-section .submit-btn button {
  font-size: 18px;
  padding: 6px;
  font-weight: bold;
}
.banner-section .tabbable .nav-tabs {
  display: flex;
  padding: 0;
}
.banner-section .tabbable .nav-tabs .nav-item {
  margin: 0;
  flex: 1;
  border-radius: 0;
  background: #fff;
}
.banner-section .tabbable .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  display: block;
  border: 0;
  background: #fff;
  padding: 15px 20px;
}
.banner-section .tabbable .nav-tabs .nav-item .nav-link.active {
  background: #d90118;
  color: #fff;
}
.banner-section .tabbable-responsive {
  background: #fff;
  padding-bottom: 10px;
  margin-bottom: -10px;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}
/* ........................ */
.footer-section {
  padding: 20px 0;
  background: #03273d;
  color: #ffffff;
}
.footer-section .row {
  align-items: center;
}
.footer-section .container-fluid {
  max-width: 1600px;
  padding: 0 50px;
}
.footer-section .logo img {
  max-width: 110px;
}
.footer-section .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-section .footer-links a {
  color: #ffffff;
  display: inline-block;
  margin: 0 20px;
}
.footer-section .social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.footer-section .social-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #ffffff;
  text-align: center;
  font-size: 20px;
  color: #03273d;
  margin-left: 10px;
}
.footer-section .social-links a svg {
  fill: #03273d;
  max-width: 20px;
}
.footer-section .copyrights {
  font-size: 11px;
  color: #4f565b;
  text-align: center;
  margin: 25px 0 0;
}
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-dots button {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  border: 2px solid #a4a4a4;
  margin: 0 4px;
  outline: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.owl-carousel .owl-dots button.active {
  border-color: #da2027;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  border-width: 3px;
}
/* .......................... */
.enquire-now-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  border-radius: 0;
  z-index: 99;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 0 65px 10px rgba(0, 0, 0, 0.2);
  background: #d90118;
  color: #ffffff;
  display: none;
}
.enquire-now-popup .modal-dialog {
  max-width: 600px;
}
.enquire-now-popup .close-btn {
  position: absolute;
  right: 0;
  width: 35px;
  height: 35px;
  border-radius: 0;
  padding: 0;
  background: #d90118;
  color: #ffff;
  top: 0px;
  z-index: 99;
}
.scroll-top-btn {
  width: 50px;
  height: 50px;
  color: #fff;
  background: #d90118;
  text-align: center;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  padding: 0;
  border-radius: 100%;
  font-size: 30px;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.scroll-top-btn.show-btn {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.scroll-top-btn:hover {
  color: #ffffff;
}
.scroll-top-btn span {
  position: absolute;
  font-size: 11px;
  display: inline-block;
  width: 50px;
  left: 0;
  top: 10px;
  line-height: 1.4;
  opacity: 0;
}
.scroll-top-btn:hover i {
  opacity: 0;
}
.scroll-top-btn:hover span {
  opacity: 1;
}
.banner-section .reviews {
  display: flex;
  flex-wrap: wrap;
  padding-right: 25px;
  margin-top: 35px;
}
.banner-section .reviews .rating:not(:last-child) {
  padding-right: 70px;
}
.banner-section .reviews .rating i {
  color: #febe48;
}
.banner-section .reviews .rating .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 15px;
  background: #ffffff;
  padding: 5px;
  line-height: 15px;
  margin-right: 5px;
}
/* ............banner icons.......... */
.info-wrapper {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-left: -20px;
}
.info-wrapper .icon-box h5 {
  font-size: 30px;
  font-weight: bold;
  margin: 5px 0 0;
}
.info-wrapper .icon-box p {
  font-size: 18px;
  margin: 0;
  font-weight: 100;
  line-height: 1.1;
}
.info-wrapper .icon-box {
  padding: 0 35px;
  position: relative;
}
.info-wrapper .icon-box::after {
  content: "";
  width: 1px;
  height: 150px;
  background: #80161c;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.info-wrapper .icon-box:last-child::after {
  display: none;
}
.banner-section .global-input {
  margin-bottom: 10px;
}
.banner-section .global-input .form-control {
  padding: 8px 15px;
  font-size: 14px;
}
.error {
  font-size: 14px;
  color: #d90118 !important;
  font-weight: 400;
}
.banner-section .submit-btn .spinner-border {
  display: none;
  position: absolute;
  right: 25px;
  top: 10px;
}
/* .............thankyou-banner........... */
.thankyou-banner {
  position: relative;
}
.thankyou-banner h1 {
  font-size: 52px;
  color: #ffff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.thankyou-section {
  padding: 70px 0;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
}
.banner-section .custom-checkbox a {
  color: #febe48;
}
.banner-section .form-wrapper h5 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.vehicle-box .vehicle-info {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.vehicle-box .vehicle-info .rating {
  font-size: 12px;
  margin-top: 2px;
  font-weight: bold;
  margin-right: 2px;
}
.vehicle-box .vehicle-info .rating i {
  color: #f7bd00;
  font-size: 16px;
  vertical-align: text-bottom;
  position: relative;
  top: 1px;
}
.vehicle-box .vehicle-info h5 {
  font-size: 18px;
  font-weight: bold;
}
/* ..............captcha............ */
.submit__generated {
  display: inline-block;
}
.submit__generated span {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: center;
  line-height: 35px;
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
}
.submit__generated.valid:after,
.submit__generated.unvalid:after {
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  margin-left: 10px;
}
.submit__generated.valid:after {
  content: "\f26b";
  color: #2ecc71;
}
.submit__generated.valid .submit__input {
  border: 1px solid #2ecc71;
  color: #2ecc71 !important;
}
.submit__generated.unvalid:after {
  content: "\f136";
  color: #e74c3c;
}
.submit__generated.unvalid .submit__input {
  border: 1px solid #e74c3c;
  color: #e74c3c;
}
.submit__generated .submit__input {
  position: relative;
  outline: 0;
  height: 35px;
  width: 35px;
  border-radius: 4px;
  border: 1px solid #42a0dd;
  color: #42a0dd;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  top: -2px;
}
i.zmdi-refresh {
  margin: 4px 0 0px 5px;
  padding: 5px;
  font-size: 18px;
  cursor: pointer;
  transform-origin: center center;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  cursor: pointer;
}
i.zmdi-refresh:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.submit__control .hide {
  display: none;
}
span.submit__error,
span.submit__error--empty {
  color: #e74c3c;
  font-size: 14px;
}
.submit {
  display: block;
  margin: 50px 0;
  padding: 7px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none;
  border: 0;
  background-color: #42a0dd;
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: 0 4px 0 #2c81ba;
  opacity: 1;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.submit:hover {
  background-color: #3498db;
}
.submit:active,
.submit.enter-press,
.submit.overlay {
  margin: 55px 0 46px 0;
  box-shadow: none;
}
.submit__overlay {
  height: 50px;
  width: 110px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  margin-top: -90px;
  margin-left: -5px;
}
.low-opa {
  opacity: 0.4;
}
.fadeOut {
  opacity: 0;
  transform: translateY(10px);
}
.fadeIn {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}
.form-fields,
.form-success {
  transition: all 0.2s ease-out;
}
.form-success {
  opacity: 0;
  transform: translateY(-10px);
  margin-top: 20px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
