body {
  padding: 0px;
  margin: 0px;
  font-family: "Poppins";
}
img {
  max-width: 100%;
  height: 0 auto;
}
a {
  text-decoration: none !important;
}
a:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: 0px;
}
a:focus,
a:hover {
  text-decoration: none !important;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff"),
    url("../fonts/Poppins-Medium.ttf") format("truetype"),
    url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff"),
    url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
    url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff"),
    url("../fonts/Poppins-Bold.ttf") format("truetype"),
    url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-MediumCond.eot");
  src: url("../fonts/HelveticaNeue-MediumCond.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeue-MediumCond.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-MediumCond.woff") format("woff"),
    url("../fonts/HelveticaNeue-MediumCond.ttf") format("truetype"),
    url("../fonts/HelveticaNeue-MediumCond.svg#HelveticaNeue-MediumCond")
      format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.form-control {
  box-shadow: none !important;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.darkHeader {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.header_top {
  padding: 4px 0;
  background: #fff;
}
.logo img {
  width: 180px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.darkHeader .logo img {
  width: 130px;
}
.header_email {
  font-size: 15px;
  border-right: 1px solid #eee;
  padding-right: 20px;
  margin-right: 10px;
}
.header_email a {
  color: #333;
}
.header_email img {
  width: 20px;
  margin-right: 5px;
}
.header_cart {
  display: inline-block;
  width: 33px;
  padding: 0 10px 7px 0;
  margin-left: 15px;
}
.header_cart_count {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #fe0201;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff !important;
  font-weight: 500;
  font-size: 11px;
  padding-top: 1px;
}
.header_btn {
  display: inline-block;
  background: #1edbb3;
  border-radius: 30px;
  color: #fff !important;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 20px;
  margin-left: 20px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header_btn:hover {
  background: #03001e;
}
.header_bottom {
  background: #03001e;
}
.header_bottom ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header_bottom ul li {
  display: inline-block;
  position: relative;
  margin-right: 22px;
}
.header_bottom ul li:before {
  position: absolute;
  content: "";
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 15px;
  top: 19px;
  right: -13px;
}
.header_bottom ul li:last-child:before {
  display: none;
}
.header_bottom ul li a {
  display: block;
  color: #fff;
  font-style: normal;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  z-index: 99;
  font-weight: 500;
  padding: 14px 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header_bottom ul li a:hover,
.header_bottom ul li a.active {
  color: #1edbb3;
}
.header_login {
  text-align: right;
}
.header_login ul li:last-child {
  margin-right: 0;
}
.home_banner_section .carousel-control-next-icon,
.home_banner_section .carousel-control-prev-icon {
  width: 2.5rem;
  height: 2.5rem;
}
.home_banner_section .carousel-control-next,
.home_banner_section .carousel-control-prev {
  width: 75px;
  opacity: 1;
}
.home_banner_section .carousel-caption {
  right: 0;
  bottom: auto;
  top: 50%;
  left: 0;
  padding: 0;
  text-align: left;
  transform: translate(0, -50%);
}
.home_banner_section {
  margin-top: 170px;
  background: #111;
}
.home_banner_section .carousel-item video {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.home_banner_section .carousel-item:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.banner_subheading {
  font-weight: 600;
  font-size: 18px;
}
.banner_heading {
  font-weight: bold;
  font-size: 42px;
  line-height: 1.1;
  margin-top: 10px;
}
.banner_text {
  font-size: 15px;
  margin-top: 15px;
}
.banner_btn {
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  font-size: 15px;
  padding: 10px 22px;
  color: #333 !important;
  font-weight: 500;
  margin: 20px 5px 0 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.banner_btn:hover {
  background: #1edbb3;
  color: #03001e !important;
}
.banner_btn2 {
  display: inline-block;
  background: #1edbb3;
  color: #03001e !important;
  border-radius: 30px;
  font-size: 15px;
  padding: 10px 22px;
  font-weight: 500;
  margin: 20px 5px 0 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.banner_btn2:hover {
  background: #fff;
  color: #333 !important;
}
.banner_form_section {
  background: #1edbb3;
  padding: 10px 0 55px;
  margin-top: -8px;
  position: relative;
}
.banner_form_section .form-control {
  margin-top: 20px;
  border: none !important;
  border-radius: 4px;
  min-height: 44px;
  font-size: 15px;
}
.banner_form_section .form-control button {
  padding: 0 !important;
}
.banner_form_section select.form-control {
  background: url("../images/dropdown.png") #fff no-repeat center right 12px;
  padding-right: 25px;
}
.banner_form_btn {
  background: #03001e;
  color: #fff;
  border: none;
  font-size: 15px;
  min-height: 44px;
  font-weight: 500;
  width: 100%;
  /* margin-top: 20px; */
  border-radius: 5px;
}
.banner_form_heading {
  background: #1edbb3;
  width: 220px;
  margin: -50px auto 10px;
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  padding: 15px 0;
}
.home_choose_section {
  padding: 70px 0;
}
.home_choose_section_subheading {
  font-weight: 500;
  color: #1d1d1d;
  font-size: 15px;
  margin-bottom: 10px;
}
.home_choose_section_heading {
  color: #03001e;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
}
.home_choose_section_text {
  color: #7b7b7b;
  margin-top: 20px;
}
.home_choose_block {
  margin-top: 20px;
}
.home_choose_block_inner {
  box-shadow: 6.444px 2.735px 35.89px 1.11px rgba(12, 13, 12, 0.14);
  /* border: 2px solid rgb(1, 43, 78); */
  border-radius: 10px;
  padding: 25px 10px 25px 18px;
  min-height: 100%;
  /* font-size: 15px;
	font-weight: 500;
	color: #012b4e;
	line-height: 1.3; */
  position: relative;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_choose_block_inner:hover {
  background: #012b4e;
  color: #fff;
  transform: scale(1.05);
}
.home_choose_block_heading {
  color: #03001e;
  font-weight: 600;
  margin-top: 15px;
  font-size: 18px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_choose_block_inner:hover .home_choose_block_heading {
  color: #fff;
}
.home_choose_block_text {
  color: #666;
  font-size: 15px;
  margin-top: 10px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_choose_block_inner:hover .home_choose_block_text {
  color: rgba(255, 255, 255, 0.6);
}
/* .home_choose_block_inner:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 5px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: rgba(1, 43, 78, 0.1);
	transform: translate(0, -50%);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_choose_block_inner:hover:before {
	background: rgba(255, 255, 255, 0.2);
} */
.home_choose_block_inner_img {
  width: 75px;
  background: #03001e;
  border-radius: 50%;
  padding: 17px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_choose_block_inner img {
  filter: brightness(0) invert(1);
}
/* .home_choose_block_inner:hover img {
	filter: brightness(0) invert(1);
} */
.home_sell_section {
  padding: 60px 0;
  background: #f2f2f2;
}
.home_sell_section_heading {
  font-size: 27px;
  font-weight: bold;
  color: #111;
  line-height: 1.1;
}
.home_sell_section_btn {
  text-align: right;
}
.home_sell_section_btn a {
  display: inline-block;
  background: #1edbb3;
  font-weight: 500;
  color: #fff !important;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_sell_section_btn a:hover {
  background: #03001e;
}
.cars_slide_box {
  background: #fff;
  border-radius: 8px;
  padding: 10px 10px 20px;
  margin: 12px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.cars_slide_box:hover {
  background: #03001e;
}
.cars_slide_box_heading {
  font-weight: 600;
  color: #03001e;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.cars_slide_box:hover .cars_slide_box_heading {
  color: #fff;
}
.cars_slide_box_list ul {
  padding: 0;
  margin: 0;
}
.cars_slide_box_list ul li {
  display: inline-block;
  background: #1edbb333;
  border-radius: 3px;
  color: #232324;
  font-size: 11px;
  font-weight: 500;
  padding: 8px 12px;
  margin: 10px 4px 0 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.cars_slide_box:hover .cars_slide_box_list ul li {
  background: #1edbb3;
}
.cars_slide_box_list ul li img {
  width: 20px;
}
.cars_slide_box_owner ul {
  padding: 0;
  margin: 0;
}
.cars_slide_box_owner ul li {
  display: inline-flex;
  align-items: center;
  color: #666;
  font-size: 12px;
  margin: 10px 10px 0 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.cars_slide_box:hover .cars_slide_box_owner ul li {
  color: rgba(255, 255, 255, 0.7);
}
.cars_slide_box_owner ul li img {
  width: 12px;
  margin-right: 2px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.cars_slide_box:hover .cars_slide_box_owner ul li img {
  filter: brightness(0) invert(1);
  opacity: 0.7;
}
.cars_slide_box_price {
  font-weight: 500;
  font-size: 11px;
  color: #545554;
  border-top: 1px solid #eee;
  margin-top: 25px;
  padding-top: 15px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.cars_slide_box:hover .cars_slide_box_price {
  color: rgba(255, 255, 255, 0.7);
}
.cars_slide_box_price strong {
  font-weight: 800;
  font-size: 18px;
  color: #109f3f;
}
#cars_slide .owl-prev,
#testimonial_slide .owl-prev,
#rent_slide .owl-prev {
  background: url("../images/prev_icon.png") no-repeat center !important;
  width: 20px;
  height: 38px;
  border-radius: 0;
  font-size: 0 !important;
  float: left;
}
#cars_slide .owl-next,
#testimonial_slide .owl-next,
#rent_slide .owl-next {
  background: url("../images/next_icon.png") no-repeat center !important;
  width: 20px;
  height: 38px;
  border-radius: 0;
  font-size: 0 !important;
  float: right;
}
#cars_slide .owl-dots,
#testimonial_slide .owl-dots,
#rent_slide .owl-dots {
  display: none !important;
}
#cars_slide .owl-nav,
#testimonial_slide .owl-nav,
#rent_slide .owl-nav {
  position: absolute;
  top: 50%;
  left: -25px;
  right: -25px;
  transform: translate(0, -50%);
  margin-top: 0;
}
#cars_slide {
  margin-top: 30px;
}
.home_carbrand_section {
  border-bottom: 1px solid #eee;
}
.home_carbrand_img {
  border-right: 1px solid #eee;
  padding: 10px 12px;
}
.home_carbrand_img:last-child {
  border-right: none;
}
.home_carbrand_img img {
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_carbrand_img:hover img {
  transform: scale(1.15);
}
.home_testimonial_sec {
  padding: 70px 0;
}
.brand_logo {
  margin-right: 10px;
  width: 52px;
}
.testimonial_left_heading {
  color: #03001e;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.1;
}
.testimonial_left_rating {
  color: #555;
  font-weight: 500;
  font-size: 14px;
  margin-top: 5px;
}
.testimonial_left_rating img {
  margin: -3px 0 0 5px;
}
.testimonial_left_btn {
  display: inline-block;
  background: #03001e;
  color: #fff !important;
  font-size: 14px;
  margin-top: 10px;
  border-radius: 30px;
  padding: 10px 18px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.testimonial_left_btn:hover {
  background: #1edbb3;
}
.testimonial_slide_box {
  padding: 30px 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 12px;
}
.testimonial_slide_box_name {
  color: #1edbb3;
  font-weight: 500;
}
.testimonial_slide_box_date {
  color: #9d9d9d;
  font-size: 14px;
}
.testimonial_slide_box_text {
  color: #666;
  font-size: 14px;
  height: 87px;
  overflow: auto;
  margin-top: 15px;
  padding-right: 10px;
  -webkit-scrollbar-width: thin;
  moz-scrollbar-width: thin;
  scrollbar-width: thin;
}
.home_video_section_container {
  margin-top: 70px;
}
.home_video_section {
  border-radius: 10px;
}
.video_play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_video_right_box {
  border-radius: 10px;
  background: #1edbb3;
  padding: 30px;
  min-height: 100%;
}
.home_video_right_box_heading {
  font-weight: 600;
  font-size: 27px;
  line-height: 1.1;
  padding-bottom: 15px;
}
.home_video_right_box_heading:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 35px;
  border-bottom: 4px solid #fff;
  border-radius: 30px;
}
.home_video_right_box_text {
  font-size: 15px;
  margin-top: 20px;
}
.home_video_right_btn1 {
  display: inline-block;
  background: #fff;
  color: #03001e !important;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 30px;
  margin: 20px 10px 0 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_video_right_btn1:hover {
  background: #03001e;
  color: #fff !important;
}
.home_video_right_btn2 {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  padding: 8px 18px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 30px;
  margin: 20px 0 0 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_video_right_btn2:hover {
  background: #03001e;
  border-color: #03001e;
}
.home_rent_section {
  background: #1edbb31c;
  padding: 50px 0;
  margin-top: 70px;
}
.home_rent_left_img {
  position: absolute;
  top: 50%;
  left: -135px;
  transform: translate(0, -50%);
}
.home_rent_section_heading {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.1;
  color: #03001e;
}
.home_rent_section_subheading {
  font-weight: 500;
  color: #555;
  margin: 5px 0;
}
.home_rent_section_list ul {
  padding: 0;
  margin: 15px 0 0;
}
.home_rent_section_list ul li {
  list-style: none;
  position: relative;
  color: #555;
  padding-left: 20px;
  font-size: 15px;
  margin-top: 2px;
}
.home_rent_section_list ul li:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 2px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
}
.home_rent_section_btn {
  display: inline-block;
  background: #1edbb3;
  color: #fff !important;
  font-size: 15px;
  margin-top: 15px;
  border-radius: 30px;
  padding: 10px 22px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_rent_section_btn:hover {
  background: #03001e;
}
.home_process_section {
  padding: 70px 0;
}
.home_process_section_heading {
  color: #0e96e2;
  font-weight: 600;
  font-size: 20px;
}
.home_process_section_list ul {
  padding: 0;
  margin: 30px 0 0;
}
.home_process_section_list ul li {
  list-style: none;
  position: relative;
  padding-left: 55px;
  margin-top: 20px;
}
.process_list_number {
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  padding-top: 3px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  border: 4px solid #c2ccd5;
}
.process_list_heading {
  color: #111212;
  font-weight: 600;
  font-size: 17px;
}
.process_list_text {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.home_process_block {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  padding: 0 50px;
}
.home_process_block:first-child {
  border-left: none;
}
.footer_top_strip {
  /* background: #1edbb3; */
  padding: 0 0 40px;
}
.newsleter_section {
  background: #1edbb3;
  border-radius: 20px;
  padding: 50px 40px;
}
.footer_top_strip_heading {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.1;
}
.footer_top_strip_subheading {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.1;
}
.footer_top_strip_privacy {
  font-size: 13px;
}
.footer_top_strip_privacy a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footer_top_strip_text {
  font-size: 15px;
  margin-top: 15px;
}
.newsleter_section .forminput {
  border-radius: 30px;
}
.footer_top_strip_btn1 {
  display: inline-block;
  background: #fff;
  color: #03001e !important;
  font-size: 15px;
  font-weight: 500;
  margin-left: 20px;
  border-radius: 30px;
  padding: 10px 22px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: none;
}
.footer_top_strip_btn1:hover {
  background: #03001e;
  color: #fff !important;
}
.footer_top_strip_btn3 {
  display: inline-block;
  background: #03001e;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  border-radius: 30px;
  padding: 11px 5px;
  width: 100%;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: none;
}
.footer_top_strip_btn3:hover {
  background: #fff;
  color: #000 !important;
}
.footer_top_strip_btn2 {
  display: inline-block;
  background: #03001e;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  margin-left: 10px;
  border-radius: 30px;
  padding: 10px 22px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer_top_strip_btn2:hover {
  background: #fff;
  color: #03001e !important;
}
.footer {
  background: #03001e;
  padding: 40px 0 20px;
}
.footer_top_heading {
  font-size: 22px;
  color: #1edbb3;
  font-weight: 600;
}
.footer_about {
  font-size: 14px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.9);
}
.footer_social {
  margin-top: 20px;
}
.footer_social a {
  margin: 0 4px 0 0;
}
.footer_social img {
  width: 32px;
}
.footer_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 18px 0 0;
}
.footer_menu ul li {
  position: relative;
  margin-top: 3px;
}
.footer_menu ul li a {
  color: rgba(255, 255, 255, 0.9);
  font-style: normal;
  text-decoration: none;
  position: relative;
  z-index: 99;
  font-size: 14px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover,
.footer_menu ul li.active a {
  color: #1edbb3;
  padding-left: 2px;
}
.footer_contact_info ul {
  padding: 0;
  margin: 20px 0 0;
}
.footer_contact_info ul li {
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  list-style: none;
  margin-top: 6px;
  font-size: 15px;
}
.footer_contact_info ul li {
  font-size: 14px;
}
.footer_contact_info ul li img {
  position: absolute;
  top: 2px;
  left: 0;
  max-width: 20px;
}
.footer_contact_info ul li a {
  color: rgba(255, 255, 255, 0.9);
}
.footer_top_block {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_top_block:first-child {
  padding-left: 12px;
  border-left: none;
}
.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0 0;
  font-size: 14px;
  margin-top: 35px;
  color: rgba(255, 255, 255, 0.9);
}
.footer_bottom a {
  color: rgba(255, 255, 255, 0.9);
}
#back-to-top {
  background: #007cc2;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50%;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top.show {
  opacity: 1;
}
.inner_page_banner {
  background: rgb(3, 0, 30);
  background: linear-gradient(
    32deg,
    rgba(3, 0, 30, 1) 0%,
    rgba(30, 219, 179, 1) 100%
  );
  padding: 120px 0;
  margin-top: 165px;
  position: relative;
}
.inner_page_banner_buy_page {
  background: rgb(3, 0, 30);
  background: linear-gradient( 32deg, rgba(3, 0, 30, 1) 0%, rgba(30, 219, 179, 1) 100% );
  padding: 50px 0 0;
  margin-top: 165px;
  position: relative;
}
.inner_page_banner video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.inner_page_banner .container {
  position: relative;
  z-index: 9;
}
.inner_page_banner_heading {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 5px;
}
.inner_page_container {
  padding: 70px 0;
}
.inner_page_banner .breadcrumb {
  font-size: 14px;
  text-transform: uppercase;
}
.inner_page_banner .breadcrumb-item.active,
.inner_page_banner .breadcrumb-item a,
.inner_page_banner .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.inner_page_banner_buy_page .breadcrumb-item.active,
.inner_page_banner_buy_page .breadcrumb-item a,
.inner_page_banner_buy_page .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.carlist_container {
  padding: 60px 0;
}
.carlist_sidebar_box {
  background: #05659b;
  padding: 10px 20px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.carlist_sidebar_box_label {
  color: #e9e9e9;
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0 3px;
}
.carlist_sidebar_box_location {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.carlist_sidebar_box .form-control {
  border: none !important;
  border-radius: 3px;
  font-size: 14px;
  min-height: 42px;
}
.carlist_sidebar_box_text {
  color: #fff;
  font-size: 12px;
  margin: 15px 0;
}
.carlist_sidebar_box_btn {
  background: #022538;
  border: none;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  padding: 10px 0 12px;
  font-weight: 500;
}
.sidebar_filter_collapde_heading {
  background: url("../images/dropdown.png") no-repeat center right;
  font-weight: 500;
  font-size: 14px;
  color: #111;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding: 15px 0 10px;
}
.sidebar_filter_collapde_content {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.filter_check_container {
  display: block;
  position: relative;
  padding: 0 35px 0 22px;
  margin: 8px 0;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter_check_container strong {
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
}
.filter_check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter_check_container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #bbb;
  border-radius: 50%;
}
.filter_check_container:hover input ~ .checkmark {
  background-color: #1edbb3;
}
.filter_check_container input:checked ~ .checkmark {
  background-color: #1edbb3;
}
.filter_check_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.filter_check_container input:checked ~ .checkmark:after {
  display: block;
}
.filter_check_container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carlist_right_box {
  box-shadow: 0.921px 0.391px 14.4px 1.6px rgba(12, 13, 12, 0.05);
  border-radius: 8px;
  border: 1px solid rgb(235, 235, 235);
  padding: 25px;
  margin-bottom: 25px;
}
.carlist_right_box_heading {
  color: #3e3e3e;
  font-weight: 500;
  font-size: 14px;
}
.carlist_right_box_heading strong {
  color: #03001e;
  font-weight: 600;
  font-size: 18px;
}
.carlist_right_box_spec ul {
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
}
.carlist_right_box_spec ul li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  color: #555;
  margin: 8px 14px 0 0;
}
.carlist_right_box_spec ul li img {
  width: 18px;
  margin-right: 5px;
  filter: brightness(0) saturate(100%) invert(7%) sepia(21%) saturate(7047%)
    hue-rotate(238deg) brightness(65%) contrast(112%);
}
.carlist_right_box_list ul {
  padding: 0;
  margin: 0;
}
.carlist_right_box_list ul li {
  list-style: none;
  position: relative;
  padding-left: 22px;
  color: #666;
  font-size: 15px;
  margin-top: 4px;
}
.carlist_right_box_list ul li:before {
  background: url("../images/check.png") no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
}
.carlist_right_box_end {
  border-left: 1px solid #eee;
  padding-left: 30px;
}
.carlist_right_box_rating {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}
.carlist_right_box_days {
  font-size: 14px;
  color: #555;
  margin-top: 50px;
  font-weight: 500;
}
.carlist_right_box_price {
  font-size: 22px;
  color: #03001e;
  font-weight: 600;
}
.carlist_right_box_cancellation {
  font-size: 14px;
  color: #4bae4f;
  font-weight: 500;
}
.carlist_right_box_btn {
  display: block;
  background: #03001e;
  color: #fff !important;
  margin-top: 15px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  border-radius: 30px;
  padding: 10px 0;
}
.carsale_form_section {
  background: #f3f3f3;
  padding: 25px 0 40px;
}
.carsale_form_section .form-control {
  margin-top: 15px;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  min-height: 44px;
  font-size: 15px;
}
.carsale_form_section select.form-control {
  background: url("../images/dropdown.png") #fff no-repeat center right 12px;
  padding-right: 25px;
}
.carsale_form_section_btn {
  background: #03001e;
  margin-top: 15px;
  border-radius: 30px;
  min-height: 44px;
  font-size: 15px;
  width: 100%;
  color: #fff;
}
.sellcar_block {
  margin-bottom: 35px;
}
.sellcar_block .cars_slide_box {
  min-height: 100%;
  margin: 0 !important;
}
.rental_details_top_box {
  box-shadow: 0.921px 0.391px 14.4px 1.6px rgba(12, 13, 12, 0.05);
  border-radius: 8px;
  border: 1px solid rgb(235, 235, 235);
  padding: 25px;
}
.rental_details_top_box_pickup {
  color: #535353;
  font-size: 13px;
  font-weight: 500;
}
.rental_details_top_box_heading {
  color: #05659b;
  font-weight: 600;
  font-size: 22px;
}
.rental_details_top_box_airport {
  font-weight: 500;
  color: #131111;
  margin-top: 10px;
}
.rental_details_top_box_address {
  font-size: 14px;
  color: #555;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.rental_details_top_box_info {
  position: relative;
  margin-top: 25px;
  padding-left: 35px;
  color: #444;
  font-size: 15px;
}
.rental_details_top_box_info small {
  color: #666;
}
.rental_details_top_box_info strong {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #666;
}
.rental_details_top_box_info img {
  position: absolute;
  width: 22px;
  top: 10px;
  left: 0;
}
.rental_details_top_box_left {
  padding-right: 40px;
}
.rental_details_top_box_right {
  border-left: 1px solid #eee;
  padding-left: 40px;
}
.owner_details_box {
  box-shadow: 0.921px 0.391px 14.4px 1.6px rgba(12, 13, 12, 0.05);
  border-radius: 8px;
  border: 1px solid rgb(235, 235, 235);
  padding: 25px;
  min-height: 100%;
}
.owner_details_box_heading {
  color: #03001e;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 10px;
}
.owner_details_box_heading:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  border-bottom: 3px solid #1edbb3;
}
.owner_details_box_contact {
  color: #666;
  font-size: 15px;
  margin-top: 20px;
}
.owner_details_box_time {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.owner_details_box_btn {
  display: inline-block;
  background: #007cc2;
  color: #fff !important;
  padding: 9px 20px 10px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 30px;
  margin-top: 15px;
}
.rental_details_form .form-control {
  margin-top: 15px;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  min-height: 44px;
  font-size: 15px;
}
.rental_details_form_btn {
  background: #349b38;
  border: none;
  margin-top: 15px;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  padding: 10px 22px;
}
.rental_details_summary_right {
  border-left: 1px solid #eee;
  padding-left: 30px;
}
.rental_details_summary_left {
  padding-right: 30px;
}
.rental_details_summary_payment tr td {
  padding: 3px 0;
  font-size: 15px;
  border: none;
}
.rental_details_summary_payment tr td:last-child {
  text-align: right;
}
.rental_details_summary_line {
  border-top: 1px solid #eee;
}
.blue_table_text {
  color: #007cc2 !important;
}

/*========== Contact Us Start ============*/

.inner_page_heading {
  color: #03001e;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding-bottom: 10px;
}
.inner_page_heading strong {
  color: #1edbb3;
  font-weight: bold;
}
.inner_page_heading::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  border-bottom: 4px solid #1edbb3;
}
.centered_heading::before {
  left: 50%;
  transform: translate(-50%, 0);
}
.inner_page_text {
  color: #666;
  margin-top: 20px;
}
.inner_page_text strong {
  color: #555;
  font-weight: 600;
}
.contact_page_info {
  position: relative;
  padding-left: 47px;
  color: #666;
  margin-top: 25px;
}
.contact_page_info a {
  color: #666;
}
.contact_page_info strong {
  color: #222;
  font-weight: 500;
  font-size: 18px;
}
.contact_page_info img {
  position: absolute;
  top: 7px;
  left: 0;
  width: 35px;
}
.contact_form .form-control {
  min-height: 46px;
  margin-top: 12px;
  border: 1px solid #ddd !important;
  box-shadow: none !important;
  resize: none;
}
.contact_form .contact_btn {
  background: #007cc2;
  border: none;
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
  border-radius: 30px;
  padding: 10px 20px;
}
.contact_form {
  margin-top: 15px;
}
.contact_map {
  margin-top: 60px;
}

/*========== Contact Us End ============*/

.about_page_mid_section {
  background: #1edbb3;
  padding: 60px 0;
  margin: 60px 0;
}
.about_mission_box {
  background: #fff;
  border-radius: 8px;
  min-height: 100%;
  padding: 30px 20px;
  text-align: center;
}
.about_mission_box img {
  width: 60px;
}
.about_mission_box_heading {
  color: #03001e;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 15px;
}
.about_mission_box_text {
  color: #666;
  margin-top: 20px;
}
.about_spec_box_img {
  background: #03001e;
  width: 85px;
  height: 85px;
  min-width: 85px;
  border-radius: 50%;
  margin-right: 15px;
  padding: 20px;
}
.about_spec_box {
  margin-top: 40px;
}
.about_spec_box_heading {
  color: #03001e;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}
.about_spec_box_text {
  margin-top: 15px;
  color: #666;
}
.inner_page_img img {
  border-radius: 10px;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#radios {
  text-align: right;
}
/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(
    rgba(20, 20, 20, 0.8),
    rgba(0, 0, 0, 0.8)
  );
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.car_details_top_box {
  background: #1edbb3;
  padding: 20px;
  border-radius: 8px;
}
.car_details_top_box_heading {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
}
.car_details_top_box_text {
  font-size: 15px;
  margin-top: 2px;
}
.cardetails_spec_box_inner {
  box-shadow: 0.921px 0.391px 14.4px 1.6px rgba(12, 13, 12, 0.05);
  border-radius: 8px;
  border: 1px solid rgb(235, 235, 235);
  padding: 10px;
  min-height: 100%;
  text-align: center;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.cardetails_spec_box_inner:hover {
  background: #1edbb3;
  border-color: #1edbb3;
}
.car_f_icon {
  margin-bottom: 5px;
}
.cardetails_spec_box {
  margin: 7px 0;
}
.cardetails_spec_box_heading {
  color: #1edbb3;
  font-weight: 500;
  font-size: 13px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.cardetails_spec_box_inner:hover .cardetails_spec_box_heading {
  color: #fff;
}
.cardetails_spec_box_text {
  color: #0c0c0c;
  font-weight: 500;
  font-size: 13px;
}
.cardetails_tab_section {
  padding: 25px;
  background: #f4f4f4;
  border-radius: 8px;
  margin-top: 25px;
}
#cardetails_tab {
  padding: 0;
  margin: 0;
}
#cardetails_tab .nav-link {
  margin: 0;
  color: #333;
  padding: 8px 15px;
  border-radius: 30px;
  font-weight: 500;
  border: none !important;
}
#cardetails_tab .nav-item.show .nav-link,
#cardetails_tab .nav-link.active {
  background: #03001e;
  color: #fff;
}
.cardetails_table tr td {
  background: none;
  font-size: 14px;
  color: #444;
  padding: 8px 4px 8px 0;
  /*border-bottom: 1px solid #eee;*/
}
.cardetails_table li {
  background: none;
  font-size: 14px;
  color: #444;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  list-style: none;
}
.cardetails_right_contact_btn {
  text-align: right;
}
.cardetails_right_contact_btn a {
  display: inline-block;
  background: #1b1b1b;
  border-radius: 30px;
  color: #fff !important;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 15px;
}
.cardetails_form .form-control {
  border: none !important;
  background: #ededed;
  font-size: 14px;
  margin-top: 10px;
  border-radius: 4px;
  min-height: 46px;
  resize: none;
}
.accordion-button {
  box-shadow: none !important;
  padding-top: 14px;
  padding-bottom: 14px;
}
.accordion-button:not(.collapsed) {
  background: #007cc242;
}
.cardetails_form_label {
  color: #555;
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
}
.cardetails_form_check {
  display: inline-block;
  position: relative;
  padding-left: 21px;
  margin: 12px 10px 0 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cardetails_form_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cardetails_form_check .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #333;
  border-radius: 50%;
}
.cardetails_form_check:hover input ~ .checkmark {
  background-color: #007cc2;
}
.cardetails_form_check input:checked ~ .checkmark {
  background-color: #007cc2;
}
.cardetails_form_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cardetails_form_check input:checked ~ .checkmark:after {
  display: block;
}
.cardetails_form_check .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cardetails_form_btn {
  background: #03001e;
  padding: 10px 22px;
  margin-top: 20px;
  font-size: 15px;
  border-radius: 30px;
}
.flex-active-slide {
}

.profile_left_box_heading {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #fff;
}
.profile_left_box_sub_heading {
  text-transform: capitalize;
  font-size: 13px;
  margin-bottom: 12px;
  color: #fff;
}
.profile_user_img {
  background: #fff;
  width: 100px !important;
  height: 100px !important;
  object-fit: cover;
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 99;
  margin: 0 auto;
  display: block;
}
.profile_user_name {
  color: #1f1f1f;
  font-size: 25px;
}
.profile_heading_image {
  position: relative;
}
.profile-header-logo {
  text-align: center;
}
.profile-header-logo img {
  width: 105px;
}
.inner_banner.profile_heading_image {
  background: #1e1e1e;
  padding: 7px 0;
  /* border-bottom: 1px solid #cacaca; */
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.profile_page_container {
  background: #f2f4f6;
  padding-bottom: 60px;
  padding-top: 30px;
  margin-top: 64px;
}
.profile_left_box {
  background: rgb(3, 0, 30);
  background: linear-gradient(
    32deg,
    rgba(3, 0, 30, 1) 0%,
    rgba(30, 219, 179, 1) 100%
  );
  padding: 25px 20px;
  border-radius: 8px;
}
.profile_left_menu ul {
  padding: 0;
  margin: 30px 0 0;
}
.profile_left_menu ul li {
  display: flex;
  align-items: center;
  margin-top: 15px;
  list-style: none;
  color: #fff;
  font-size: 15px;
}
.profile_left_menu ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.profile_left_menu ul li a.active {
  color: #fff;
}
.profile_left_menu ul li img {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  filter: brightness(0) saturate(100%) invert(76%) sepia(45%) saturate(675%)
    hue-rotate(109deg) brightness(85%) contrast(106%);
}
.profile_left_menu ul li:nth-child(2) img {
  /* background: #fff2d8; */
}
.profile_left_menu ul li:nth-child(3) img {
  /* background: #d3ffdf; */
}
.logout_btn {
  display: inline-block;
}
.logout_btn {
  display: inline-block;
  background: #007cc2;
  color: #fff !important;
  font-weight: 500;
  margin-top: 30px;
  font-size: 15px;
  padding: 8px 20px;
  border: none;
  border-radius: 5px;
}
.logout_btn:hover {
  background: #012b4e;
  color: #fff !important;
}
.profile_right_box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 30px;
}
.profile_table {
  font-size: 14px;
}
.pf_txt {
  color: #3d3d3d !important;
}
.form-group {
  margin-bottom: 10px;
}
.forminput {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 0.375rem 0.75rem;
  padding-left: 0.75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  resize: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
}
.has-feedback-left {
  padding-left: 45px !important;
  -webkit-appearance: none;
  position: relative;
}
.has-feedback {
  position: relative;
}
select.has-feedback-left {
  background: url(../images/dropdown.png) no-repeat center right 10px;
  padding-right: 30px;
}
.form-control-feedback.left {
  border-right: 1px solid #ccc;
  left: 5px;
}
.left {
  float: left;
}
.form-control-feedback {
  position: absolute;
  margin-top: 10px;
  height: 23px;
  color: #bbb;
  line-height: 24px !important;
  font-size: 15px;
  top: 0px;
  width: 34px;
  text-align: center;
}
.redtxt {
  border: 1px solid #ffb9b9;
  color: #ff3939;
  /* text-transform: capitalize; */
  font-size: 12px;
  padding: 8px 0 8px 17px;
  margin-bottom: 15px;
  background: #ffdada;
}
.greentxt {
  background: url(../images/tick.png) #e2f7e4 no-repeat center left 10px;
  border: 1px solid #3bb54a;
  color: #3bb54a;
  font-weight: 500;
  /* text-transform: capitalize; */
  font-size: 12px;
  padding: 8px 0 8px 41px;
  margin-bottom: 15px;
}
input:focus,
textarea:focus,
select:focus,
.forminput:focus {
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
input:focusr,
textarea:focusr,
select:focusr,
.forminput:focusr {
  outline: none !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.alert-danger {
  font-size: 13px;
  padding: 5px 10px;
  color: red;
}
.ft_book_btn {
  background: #000;
  color: #fff;
  padding: 14px 8px;
  font-size: 13px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
.ft_book_btn:hover {
  color: #fff;
}
.infolabel {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  margin-top: 10px;
}
.infolabel span {
  color: #fa0404;
}
.profile_right_box .infolabel {
  color: #666;
}
.profile_service_heading {
  font-size: 22px;
  color: #03001e;
  font-weight: 600;
}

.trm_cndtion a {
  color: #0b57d0;
  text-decoration: none;
  /* font-weight: 600; */
}
.regbtn {
  display: inline-block;
  background: #03001e;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 40px;
  transition: all 0.5s ease 0s;
  border: none;
  outline: none;
  border-radius: 5px;
}
.regbtn:hover {
  background: #1edbb3;
}
.backbtn {
  display: inline-block;
  background: #1edbb3;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 40px;
  transition: all 0.5s ease 0s;
  border: none;
  outline: none;
  border-radius: 5px;
}
.backbtn:hover {
  background: #03001e;
}
.chkbx_container {
  display: block;
  color: #03001e;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.chkbx_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.chkbx_container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ddd;
}
/* On mouse-over, add a grey background color */
.chkbx_container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.chkbx_container input:checked ~ .checkmark {
  background-color: #1edbb3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.chkbx_container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.chkbx_container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.profile_btn {
  display: inline-block;
  background: linear-gradient(
    32deg,
    rgba(3, 0, 30, 1) 0%,
    rgba(30, 219, 179, 1) 100%
  );
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  outline: none;
  border-radius: 5px;
}

.profile_btn:hover {
  background: #03001e;
}
.card-header {
  background: linear-gradient(32deg, rgb(3, 0, 30) 0%, rgb(30, 219, 179) 100%);
  color: #fff;
}
.profile_heading {
  font-size: 18px;
}
.add_more {
  background: green;
  color: #fff;
  font-size: 14px;
  padding: 7px 20px;
  border: none;
}
.remove_btn {
  color: #fff;
  background: red;
  font-size: 13px;
  border: none;
  padding: 5px 10px;
  font-weight: 500;
}
.img_sec {
  border: 1px solid #ddd;
  padding: 10px;
}
.car_sub_heading {
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
  font-weight: 500;
  color: #012b4e;
  font-size: 18px;
  margin: 5px 10px;
}
/* .profile_right_box .card-header {
	background: #007cc2;
	color: #fff;
  } */
/* .package_box_price3 {
	color: #1edbb3;
	font-weight: 500;
	font-size: 14px;
	margin-top: 15px;
  } */
.package_box_price3 {
  color: #555;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}
.optbtn {
  color: #03001e;
  font-weight: 500;
  font-size: 18px;
}
.name_address {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
}
.name_address strong,
.address_div strong {
  font-weight: 500;
  font-size: 13px;
  color: #000;
}
.car_price {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #109f3f;
  margin-top: 10px;
}
.address_edit_btn {
  padding: 1px 5px;
  color: #fff;
  font-size: 14px;
  background: #000;
  margin-left: 5px;
}
.address_del_btn {
  padding: 1px 5px;
  color: #fff;
  font-size: 14px;
  background: red;
  margin-left: 5px;
}
.add_address_btn {
  background: #1edbb3;
  margin-top: 15px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  padding: 10px 20px;
}
.thankyou_image_div img {
  width: 230px;
  margin-bottom: 10px;
}
.thankyou_page_heading {
  color: #1edbb3;
  font-size: 33px;
  font-weight: 500;
}
.thankyou_page_subheading {
  color: #666;
  font-size: 16px;
  margin: 4px 0 20px;
}
.thankyou_page_subheading span {
  color: #03001e;
  font-weight: 500;
  font-size: 18px;
}
.thankyou_btn {
  display: inline-block;
  background: #1edbb3;
  border-radius: 30px;
  color: #fff !important;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 20px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.thankyou_btn:hover {
  background: #03001e;
}
.contact_heading {
  color: #03001e;
  font-weight: 600;
  font-size: 24px;
}
.contact_page_info span {
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 25px;
  font-weight: 500;
}
.blog_content {
  margin-top: -60px;
  width: 95%;
  position: relative;
  padding: 10px 20px 25px;
  background-color: rgba(236, 236, 236, 0.8);
}
.blog_title {
  color: #212020;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}
.blog_date {
  font-size: 18px;
  margin-top: 10px;
}
.short_content {
  margin-top: 10px;
  font-size: 15px;
  color: #666;
}
.blog_btn a {
  background: #1edbb3;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 15px;
}
.related_title {
  font-size: 25px;
  color: #070707;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
}
.recent_blog_title {
  font-size: 15px;
  font-weight: 500;
  color: #070707;
}
.recent_blog_date {
  font-size: 14px;
  color: #666;
}
.ngx-dropdown-container .ngx-dropdown-button {
  border: 0 !important;
}
.ngx-dropdown-container .ngx-dropdown-button .nsdicon-angle-down::before {
  top: 5px !important;
}
.cars_slide_box_img {
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
}
.cars_slide_box_img img {
  height: 140px;
  width: 100%;
  object-fit: cover;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.cars_slide_box:hover .cars_slide_box_img img {
  transform: scale(1.1);
}

/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em 0;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.loginBtn::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 9px;
  width: 43px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Facebook */
.loginBtn--facebook {
  background: #1873eb;
  font-size: 15px;
  padding: 5px;
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
}
.loginBtn--facebook:before {
  border-right: #105bbd 1px solid;
  background: url("../images/icon_facebook.png") 6px 11px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background: #105bbd;
}

/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #fff;
  color: #333;
  font-size: 15px;
  padding: 5px;
  border: 1px solid #ddd;
}
.loginBtn--google:before {
  border-right: #ddd 1px solid;
  background: url("../images/icon_google.png") 6px 11px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #fff;
}

.login_page_video {
  background: #03001e;
  min-height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.login_page_video video {
  width: 100%;
  height: 508px;
  object-fit: cover;
}

.package_for_heading {
  font-weight: 600;
  color: #03001e;
  font-size: 26px;
  line-height: 1.1;
  margin-top: 40px;
}
.package_box {
  margin-top: 35px;
}
.package_box_inner {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  min-height: 100%;
  padding: 30px 10px;
  position: relative;
  background: url("../images/package_bg.jpg") no-repeat center right;
  background-size: cover;
  /* background: #E593DF;
	background: linear-gradient(152deg, rgba(229, 147, 223, 1) 0%, rgba(125, 145, 245, 1) 50%, rgba(233, 182, 145, 1) 100%); */
}
.package_box_inner2 {
  background: #fff;
  border-radius: 30px;
  min-height: 100%;
  padding: 30px 25px;
}
.package_box_heading {
  color: #03001e;
  font-weight: 600;
  font-size: 26px;
}
/* .package_box_price {
	background: #03001e;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 50px auto 0;
	border: 2px solid rgba(255, 255, 255, 0.3);
	padding: 0 5px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	line-height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
  } */
.package_box_price {
  color: #111;
  font-size: 16px;
  line-height: 1.2;
  text-align: right;
}
.package_box_price strong {
  font-size: 28px;
  margin-bottom: 3px;
  font-weight: 600;
}
.package_box_price small {
  color: #666;
  font-size: 13px;
}
/* .package_box_price strong {
	font-size: 22px;
	color: #fff;
	display: block;
	margin-bottom: 3px;
	line-height: 25px;
	font-weight: 600;
  } */
.package_box_price_txt {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 15px;
  padding: 10px 10px 0;
}
/* .package_box_price2 {
	color: #fff;
	font-weight: 600;
	margin-top: 10px;
  } */
.package_box_price2 {
  color: #5d7afd;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.package_box_text {
  font-size: 16px;
  color: #03001e;
  font-weight: 500;
  margin-top: 25px;
}
.package_box_list ul {
  padding: 0;
  margin: 12px 0 0;
}
.package_box_list ul li {
  list-style: none;
  font-size: 14px;
  color: #666;
  padding-left: 20px;
  position: relative;
  margin-top: 5px;
}
.package_box_list ul li::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #1edbb3;
  border-right: 2px solid #1edbb3;
  width: 6px;
  height: 10px;
  transform: rotate(45deg);
  top: 4px;
  left: 3px;
}
.package_box_list ul li:last-child {
  border-bottom: none;
}
.package_box_btn {
  display: inline-block;
  background: #5d7afd;
  color: #fff !important;
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 18px;
  width: 100%;
  text-align: center;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.package_box_btn:hover {
  background: #03001e;
}

.radio_container {
  display: inline-block;
  position: relative;
  margin: 10px 10px 0 0;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio_container .checkmark {
  top: 0;
  left: 0;
  width: 125px;
  display: block;
  padding: 10px 5px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.radio_container .checkmark img {
  width: 50px;
  display: block;
  margin: 0 auto 5px;
}
.radio_container:hover input ~ .checkmark {
  background-color: #03001f;
  border-color: #03001f;
  color: #fff;
}
.radio_container:hover input ~ .checkmark img {
  filter: brightness(0) invert(1);
}
.radio_container input:checked ~ .checkmark {
  background-color: #03001f;
  border-color: #03001f;
  color: #fff;
}
.radio_container input:checked ~ .checkmark img {
  filter: brightness(0) invert(1);
}
.radio_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio_container input:checked ~ .checkmark:after {
  display: block;
}
.radio_container .checkmark:after {
  left: 15px;
  top: 1px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.privacy_page_text {
  color: #666;
  font-size: 15px;
  margin-top: 15px;
}
.privacy_page_text strong {
  font-weight: 600;
}
.privacy_page_heading {
  font-weight: 600;
  color: #03001e;
  font-size: 24px;
  margin-top: 30px;
}
.privacy_page_list ul {
  padding: 0;
  margin: 15px 0 0;
}
.privacy_page_list ul li {
  list-style: none;
  position: relative;
  padding-left: 24px;
  color: #666;
  font-size: 15px;
  margin-top: 4px;
}
.privacy_page_list ul li:before {
  background: url("../images/check.png") no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
}
.privacy_page_subheading {
  color: #1edbb3;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
}
.sold_icon {
  position: absolute;
  left: -13px;
  top: -10px;
  width: 50px;
  z-index: 9;
}
.offcanvas {
  background-color: #03001e;
  max-width: 300px;
}
.offcanvas-title {
  color: #1edbb3;
}
.offcanvas-header .btn-close {
  filter: brightness(0) invert(1);
  box-shadow: none !important;
  opacity: 1;
}
.offcanvas_menu ul {
  padding: 0;
  margin: 0;
}
.offcanvas_menu ul li {
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.offcanvas_menu ul li:last-child {
  border-bottom: none;
}
.offcanvas_menu ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  padding: 8px 0;
  display: block;
}
.owl-prev,
.owl-next {
  width: 35px;
  border-radius: 50% !important;
  padding: 7px 10px !important;
  height: 35px;
  background: #1edbb3 !important;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.owl-prev:hover,
.owl-next:hover {
  background: #03001e !important;
}
.buy_page_form {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 20px 0px;
  margin-top: 20px;
}
.card-container.card {
  /* max-width: 450px!important; */
  padding: 25px 20px 10px;
  border: none;
  border-top: 4px solid #1edbb3;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.profile-img-card {
  width: 75px;
  height: 75px;
  margin: 0 auto 10px;
  display: block;
  border-radius: 50%;
  background: #1edbb3;
}

.testimonial_page_block {
  margin-top: 60px;
}
.testimonial_page_block_inner {
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.2);
  padding: 50px 20px 30px;
  border-radius: 5px;
  min-height: 100%;
  position: relative;
  background: linear-gradient(
    32deg,
    rgba(3, 0, 30, 1) 0%,
    rgba(30, 219, 179, 1) 100%
  );
}
.testimonial_page_block_inner::before {
  background: url(../images/quote.png) #03001e no-repeat center;
  width: 70px;
  height: 70px;
  position: absolute;
  content: "";
  top: -35px;
  border-radius: 5px;
  left: 19px;
}
.testimonial_page_block_text {
  color: #fff;
  font-size: 14px;
}
.testimonial_page_block_name {
  font-weight: 500;
  margin-top: 5px;
  color: #fff;
}
.testimonial_page_block_name small {
  color: #1edbb3;
}
.testimonial_page_block_rating {
  margin-top: 15px;
}

.small-box {
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}
.small-box > .small-box-footer:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
}
.small-box h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0;
  white-space: nowrap;
  color: #fff;
}
.small-box p {
  font-size: 14px;
}
.small-box p > small {
  color: #f8f9fa;
  display: block;
  font-size: 0.9rem;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5;
}
.small-box .icon {
  color: rgba(0, 0, 0, 0.15);
  z-index: 0;
}
.small-box .icon > i {
  font-size: 90px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.small-box .icon > i.fa,
.small-box .icon > i.fab,
.small-box .icon > i.fad,
.small-box .icon > i.fal,
.small-box .icon > i.far,
.small-box .icon > i.fas,
.small-box .icon > i.ion {
  font-size: 70px;
  top: 20px;
}
.small-box .icon svg {
  font-size: 70px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.small-box:hover {
  text-decoration: none;
}
.small-box:hover .icon > i,
.small-box:hover .icon > i.fa,
.small-box:hover .icon > i.fab,
.small-box:hover .icon > i.fad,
.small-box:hover .icon > i.fal,
.small-box:hover .icon > i.far,
.small-box:hover .icon > i.fas,
.small-box:hover .icon > i.ion {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.small-box:hover .icon > svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.bg-info {
  background-color: #17a2b8 !important;
}
.bg-info,
.bg-info > a,
.bg-success,
.bg-success > a,
.bg-danger,
.bg-danger > a {
  color: #fff !important;
  font-size: 14px;
}
.bg-success {
  background-color: #28a745 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-warning,
.bg-warning > a {
  color: #000 !important;
  font-size: 14px;
}
.bg-warning h3 {
  color: #000 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}

.viewall_btn {
  display: inline-block;
  background: linear-gradient(
    32deg,
    rgba(3, 0, 30, 1) 0%,
    rgba(30, 219, 179, 1) 100%
  );
  color: #fff !important;
  font-weight: 500;
  font-size: 14px;
  padding: 4px 20px;
  border: none;
  outline: none;
  border-radius: 5px;
}

.viewall_btn:hover {
  background: #03001e;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.owl-theme .owl-nav {
  margin-top: 0 !important;
  position: absolute;
  top: 50%;
  left: -45px;
  right: -45px;
  transform: translate(0, -50%);
  z-index: -1;
}
.owl-theme .owl-nav .owl-prev {
  float: left;
}
.owl-theme .owl-nav .owl-next {
  float: right;
}
.video_page_box {
  margin-bottom: 10px;
  margin-top: 10px;
}
.video_page_box_inner {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  min-height: 100%;
  text-align: center;
  padding: 0 0 20px;
  border-radius: 10px;
  overflow: hidden;
}
.video_page_box_title {
  color: #555;
  padding: 10px 20px 0;
  line-height: 1.3;
  font-weight: 500;
}
.contact_page_box {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 0 0 0 30px;
  overflow: hidden;
}
.contact_right_box {
  padding: 35px;
  background: rgb(30, 219, 179);
  background: linear-gradient(
    329deg,
    rgba(30, 219, 179, 1) 0%,
    rgba(3, 0, 30, 1) 100%
  );
}
.contact_left {
  margin-top: 35px;
}
.sidebar_filter_heading {
  color: #03001e;
  font-weight: 600;
  font-size: 22px;
}
.fil_title {
  color: #03001e;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 15px;
}
.part_check {
  position: relative;
  padding-left: 25px;
  margin: 6px 0 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  color: #666;
}
.part_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.part_check .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.part_check input:checked ~ .checkmark {
  background: #1edbb3;
  border-color: #1edbb3;
}
.part_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.part_check input:checked ~ .checkmark:after {
  display: block;
}
.part_check .checkmark::after {
  left: 5px;
  top: 1.3px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidebar_filter_box {
  border: 1px solid #eee;
  padding: 15px;
  margin-top: 20px;
  border-radius: 6px;
}
.price_range_text {
  margin: 20px 0 0;
  font-size: 14px;
  color: #666;
}
#comments-tab-pane {
  color: #666;
  font-size: 15px;
}
.footer_fixed_buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.footer_btn1 {
  background: #13bd99;
  color: #fff !important;
  width: 50%;
  float: left;
  font-size: 15px;
  padding: 10px 0;
}
.footer_btn2 {
  background: #0b0448;
  color: #fff !important;
  width: 50%;
  font-size: 15px;
  float: left;
  padding: 10px 0;
}
.header_mobile_phone {
  position: fixed;
  top: 21px;
  right: 20%;
  font-size: 15px;
}
.header_mobile_phone a {
  color: #666;
}
.header_mobile_phone img {
  width: 22px;
  margin: -2px 4px 0 0;
}
.vehicle_item_box {
  text-align: center;
  margin-top: 25px;
}
.vehicle_item_box img {
  width: 45px;
}
.vehicle_item_box_text {
  font-weight: 500;
  margin-top: 5px;
}
.vehicle_item_box_inner {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  padding: 10px;
  display: block;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.vehicle_item_box_inner:hover,
.vehicle_item_box_inner.active {
  background: #03001e;
  border-color: #03001e;
}

.mat-mdc-text-field-wrapper {
  background: #fff !important;
}
.mat-mdc-option {
  min-height: 25px !important;
}

.mat-mdc-form-field {
  display: block !important;
}
.mdc-text-field {
  border-radius: 4px !important;
  padding: 0 12px !important;
}
.mdc-floating-label {
  font-size: 15px;
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #1edbb3 !important;
}
@media all {
  .mat-mdc-form-field:not(.mat-form-field-no-animations)
    .mdc-text-field__input::placeholder {
    transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled)
    .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
.mat-mdc-form-field-label-always-float .mdc-text-field__input::placeholder {
  transition-delay: 40ms;

  transition-duration: 110ms;

  opacity: 1;
}
@media all {
  .mdc-text-field__input::placeholder {
    opacity: 0;
  }
}
element {
}
.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input {
  transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
.mdc-text-field--no-label:not(.mdc-text-field--textarea)
  .mat-mdc-form-field-input-control.mdc-text-field__input,
.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control {
  height: auto;
}
.mat-mdc-form-field-input-control.mat-mdc-form-field-input-control {
  font: inherit;

  font-size: inherit;

  letter-spacing: inherit;

  text-decoration: inherit;

  text-transform: inherit;

  border: none;
}
.mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #3f51b5);
}
.cdk-text-field-autofill-monitored:not(:autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mdc-text-field__input {
  font-size: 15px !important;
}
.mat-mdc-form-field-focus-overlay {
  display: none;
}
.mdc-text-field--filled .mdc-line-ripple::after {
  border: none !important;
}

.type_ul {
  margin: 0;
  padding: 0;
}
.type_ul li
{
	list-style: none;
	margin-bottom: 5px;
}
.type_ul li a
{
	color: #666;
	font-size: 15px;
}
.type_ul .active a
{
	color: #1edbb3;
}
.type_ul li img
{
	width: 25px;
	margin-right: 10px;
}
.search_no_found {
  border-radius: 10px;
  background: rgb(30, 219, 179,0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 20px 30px;
  margin-top: 5px;
}
.home_search_btn{
  min-height: 55px;
}
.inner_page_top {
  margin-top: 160px;
}

.ribbon-wrapper {
  height: 70px;
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 70px;
  z-index: 10
}
.ribbon-wrapper.ribbon-lg {
  height: 120px;
  width: 120px
}
.ribbon-wrapper.ribbon-lg .ribbon {
  right: 0;
  top: 26px;
  width: 160px
}
.ribbon-wrapper.ribbon-xl {
  height: 180px;
  width: 180px
}
.ribbon-wrapper.ribbon-xl .ribbon {
  right: 4px;
  top: 47px;
  width: 240px
}
.ribbon-wrapper .ribbon {
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  font-size: .8rem;
  line-height: 100%;
  padding: .375rem 0;
  position: relative;
  right: -2px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
  text-transform: uppercase;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 90px;
  color: #fff;
}
.ribbon-wrapper .ribbon::after, .ribbon-wrapper .ribbon::before {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #9e9e9e;
  bottom: -3px;
  content: "";
  position: absolute
}
.ribbon-wrapper .ribbon::before {
  left: 0
}
.ribbon-wrapper .ribbon::after {
  right: 0
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #1edbb3;
  color: white;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 24px;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
}

.back-to-top:hover {
  background-color: #069173;
}


/*============= Responsive ===========*/

@media only screen and (min-width: 300px) and (max-width: 1023px) {
  .header_email,
  .header_btn,
  .header_bottom {
    display: none !important;
  }
  .logo img {
    width: 87px;
  }
  .header_top {
    padding: 4px 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
  }
  .mobile_menu_btn img {
    width: 30px;
  }
  .home_banner_section {
    margin-top: 60px;
  }
  .home_banner_section .carousel-item img {
    min-height: 335px;
    object-fit: cover;
    object-position: right;
    opacity: 0.5;
  }
  .home_banner_section .carousel-caption {
    left: 8%;
    right: 8%;
  }
  .home_banner_section .carousel-item video {
    height: 350px;
  }
  .banner_subheading {
    font-size: 15px;
  }
  .banner_btn {
    padding: 10px 18px;
    margin: 20px 4px 0 0;
  }
  .banner_heading {
    font-size: 28px;
  }
  .banner_text {
    margin-top: 5px;
  }
  .banner_form_heading {
    width: 170px;
    margin: -50px auto 10px;
    font-size: 16px;
    padding: 10px 0;
  }
  .banner_form_section .col {
    min-width: 100%;
  }
  .banner_form_section .form-control {
    margin-top: 10px;
  }
  .banner_form_section {
    padding: 20px 0 30px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 35px !important;
  }
  .home_sell_section_heading {
    font-size: 22px;
  }
  .home_sell_section,
  .home_choose_section,
  .home_testimonial_sec,
  .inner_page_container,
  .carlist_container {
    padding: 40px 0;
  }
  .home_choose_section_heading {
    font-size: 25px;
  }
  .home_choose_block {
    margin-top: 20px;
  }
  .home_carbrand_img {
    min-width: 33.3%;
    max-width: 33.3%;
  }
  .home_video_section_container {
    margin-top: 40px;
  }
  .home_video_right_box_main {
    margin-top: 30px;
  }
  .home_video_right_box {
    padding: 20px;
  }
  .home_video_right_box_heading,
  .footer_top_strip_heading,
  .inner_page_heading,
  .inner_page_banner_heading,
  .package_for_heading,
  .blog_title {
    font-size: 24px;
  }
  .footer_top_strip_btn1 {
    margin-left: 0;
  }
  .footer_top_block {
    padding-left: 12px;
    border-left: none;
    margin-top: 35px;
  }
  .inner_page_banner {
    margin-top: 60px;
  }
  .inner_page_img {
    margin-bottom: 25px;
  }
  .about_page_mid_section {
    padding: 40px 0;
    margin: 40px 0;
  }
  .about_spec_box_img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    padding: 12px;
  }
  .about_spec_box_heading {
    font-size: 18px;
  }
  .card-container.card {
    padding: 30px 20px;
  }
  .profile-img-card {
    width: 60px;
    height: 60px;
  }
  .blog_content {
    margin-top: 0;
    width: 100%;
  }
  .contact_right {
    margin-top: 20px;
  }
  .car_details_top_box_heading {
    font-size: 18px;
    margin-top: 15px;
  }
  .car_details_top_box {
    padding: 5px 20px 18px;
  }
  .cardetails_spec_box {
    width: 50%;
  }
  #cardetails_tab {
    display: block;
  }
  #cardetails_tab .nav-link {
    padding: 6px 15px;
    border-radius: 4px;
    display: block;
    font-size: 15px;
    width: 100%;
  }
  .cardetails_tab_section {
    padding: 20px;
  }
  .owl-theme .owl-nav {
    position: static;
    transform: none;
  }
  .owl-theme .owl-nav .owl-prev,
  .owl-theme .owl-nav .owl-next {
    float: none;
  }
  .footer {
    padding: 5px 0 60px;
  }
  .filters {
    margin-bottom: 35px;
  }
  .owner_details_box {
    padding: 20px;
  }
  .contact_page_box {
    padding: 0;
  }
  .contact_left {
    padding: 0 35px 35px;
  }
  .contact_right_box {
    padding: 25px 20px;
  }
  .login_page_video {
    margin-top: 25px;
    min-height: auto;
  }
  .login_page_video video {
    height: auto;
  }
  .privacy_page_heading {
    font-size: 20px;
    line-height: 1.2;
  }
  .profile_right_box {
    padding: 15px;
  }
  .home_choose_block_inner br {
    display: none;
  }
  .thankyou_image_div img {
    width: 150px;
  }
  .thankyou_page_heading {
    font-size: 25px;
  }
  .package_box_heading,
  .package_box_price strong {
    font-size: 22px;
  }
}

@media only screen and (max-width: 320px) {
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .cars_slide_box_img img {
    height: 215px;
  }
  #cardetails_tab {
    display: flex;
  }
  #cardetails_tab .nav-item {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .home_banner_section .carousel-item video {
    height: 400px;
  }
  .banner_form_section .col {
    min-width: 33.3%;
    max-width: 33.3%;
  }
  .banner_form_btn {
    margin-top: 10px;
  }
  .cars_slide_box_img img {
    height: 165px;
  }
  .home_carbrand_img {
    min-width: auto;
    max-width: inherit;
  }
  .login_page_video {
    margin-top: 0;
  }
  .login_page_video video {
    height: 530px;
  }
  .contact_right_box {
    padding: 35px 20px 25px;
  }
  .cardetails_spec_box {
    width: 25%;
  }
  #cardetails_tab {
    display: flex;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .owl-theme .owl-nav {
    left: -35px;
    right: -35px;
  }
  .testimonial_left_btn {
    font-size: 13px;
  }
  .footer_top_block {
    padding-left: 12px;
  }
  .home_banner_section .carousel-control-next,
  .home_banner_section .carousel-control-prev {
    width: 45px;
  }
  #cardetails_tab .nav-link {
    padding: 8px 10px;
    font-size: 14px;
  }
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .home_banner_section .carousel-item video {
    height: 400px;
  }
  .banner_form_section .col {
    min-width: 33.3%;
    max-width: 33.3%;
  }
  .banner_form_btn {
    margin-top: 10px;
  }
  .cars_slide_box_img img {
    height: 165px;
  }
  .home_carbrand_img {
    min-width: auto;
    max-width: inherit;
  }
  .login_page_video {
    margin-top: 0;
  }
  .login_page_video video {
    height: 530px;
  }
  .contact_right_box {
    padding: 35px 20px 25px;
  }
  .cardetails_spec_box {
    width: 25%;
  }
  #cardetails_tab {
    display: flex;
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .home_banner_section .carousel-item video {
    height: 400px;
  }
  .banner_form_section .col {
    min-width: 33.3%;
    max-width: 33.3%;
  }
  .banner_form_btn {
    margin-top: 10px;
  }
  .cars_slide_box_img img {
    height: 165px;
  }
  .home_carbrand_img {
    min-width: auto;
    max-width: inherit;
  }
  .login_page_video {
    margin-top: 0;
  }
  .login_page_video video {
    height: 530px;
  }
  .contact_right_box {
    padding: 35px 20px 25px;
  }
  .cardetails_spec_box {
    width: 25%;
  }
  #cardetails_tab {
    display: flex;
  }
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .home_banner_section .carousel-item video {
    height: 400px;
  }
  .banner_form_section .col {
    min-width: 33.3%;
    max-width: 33.3%;
  }
  .banner_form_btn {
    margin-top: 10px;
  }
  .cars_slide_box_img img {
    height: 165px;
  }
  .home_carbrand_img {
    min-width: auto;
    max-width: inherit;
  }
  .login_page_video {
    margin-top: 0;
  }
  .login_page_video video {
    height: 530px;
  }
  .contact_right_box {
    padding: 35px 20px 25px;
  }
  .cardetails_spec_box {
    width: 25%;
  }
  #cardetails_tab {
    display: flex;
  }
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

@media screen and (min-width: 1424px) {
}

@media screen and (min-width: 1624px) {
}

@media screen and (min-width: 1920px) {
}

@media screen and (min-width: 2048px) {
}

@media screen and (min-width: 2550px) {
}
