.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x,.0rem);
    padding-left: var(--bs-gutter-x,.0rem);
    margin-right: auto;
    margin-left: auto;
}
.form-control,
.custom-select {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    color: #999999;
    border: 1px solid #dddddd;
    margin-bottom: 15px
}
.form-control:focus,
.custom-select:focus {
    box-shadow: none;
    border-color: #fcc439;
}

/* Topbar Start */
.topbar {
    background: #1C1E32;
    color: #8486A0;
    padding: 20px 0;
}
.topbar-left a i {
    margin-right: 10px;
}
.topbar-left span {
    margin: 0 20px;
    color: #8486A0 !important;
}
.topbar-right {
    text-align: right;
}
.topbar-right a {
    text-decoration: none;
}
.topbar-right a i {
    color: #8486A0;
}

/* Navbar Start */
.text-primary {
    color: #F77D0A !important;
    font-weight: 700;
}
.nav-bar::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    left: 0;
    background: #6b0f0f;
}
.nav-bar::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: #ffffff;
}
.navbar-brand h1 {
    font-family: "Oswald",sans-serif;
    line-height: 1.2;
    padding: 10px 0;
    font-size: 2.5rem;
}
.bg-secondary {
    background-color: #0b1061 !important;
}
.bg-primary {
    background-color: #de7009 !important;
}
.px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.navbar-dark .navbar-nav .nav-link {
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #F4F5F8;
    text-transform: uppercase;
    transition: .5s;
}
.nav-link:hover {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #F77D0A;
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: .5s;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

  /* Search Start */
.search {
    margin: 20px 46px;
}
.custom-select {
    height: 50px;
    display: inline-block;
    width: 100%;
    padding: 0.375rem 1.75rem 0.75rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: 0;
}
.form-control {
    font-size: 1.0rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #F77D0A;
    border-color: #F77D0A;
}
.btn-primary:hover {
    color: #fff;
    background-color: #de7009;
    border-color: #de7009;
}

/* Main Slider Start */
.carousel-caption h5 {
    font-size: 35px;
}
.carousel-caption p {
    font-size: 45px;
}

/* Featured Category Start */
.featured-category {
    position: relative;
    padding: 30px 0;
    margin-bottom: 50px;
}
.mushrooms-product, .vegetables-product {
    position: relative;
    margin-bottom: 50px;
}
.category .section-header {
    margin-bottom: 30px;
    padding: 20px 30px 15px 30px;
    color: #362419;
    background: #fff;
}
.category .section-header h1 {
    font-size: 50px;
    font-family: "Oswald",sans-serif;
    color: #2B2E4A;
    font-weight: 500;
    text-transform: uppercase;
}
.category .section-header::before {
    position: absolute;
    content: "";
    top: 33px;
    left: 133px;
    width: 100px;
    height: 5px;
    background: #F77D0A;
}
.category .section-header::after {
    position: absolute;
    content: "";
    top: 35px;
    left: 133px;
    width: 100px;
    height: 1px;
    background: #362419;
  }
.category .slick-prev,
.category .slick-next {
    top: -75px;
    width: 30px;
    height: 30px;
    z-index: 1;
    transition: .5s;
    color: #362419;
    background: #ffffff;
    border: 1px solid #362419;
    border-radius: 4px;
}
.category .slick-prev {
    left: calc(100% - 120px);
}
.category .slick-next {
    right: 45px;
}
.category .slick-prev:hover,
.category .slick-prev:focus,
.category .slick-next:hover,
.category .slick-next:focus {
    background: #362419;
}
.category .slick-prev::before,
.category .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #362419;
}
.category .slick-prev::before {
    content: "\f104";
}
.category .slick-next::before {
    content: "\f105";
}
.category .slick-prev:hover::before,
.category .slick-prev:focus::before,
.category .slick-next:hover::before,
.category .slick-next:focus::before {
    color: #ffffff;
}
.single-menu {
    background:#ced4da;
    border-radius:10px;
    padding:10px;
    margin-top:20px;
    margin: 0 10px;
    border: 2px #ced4da solid;
}
.single-menu:hover {
    background:#2B2E4A;
    border-radius:10px;
    padding:10px;
    margin-top:20px;
    margin: 0 10px;
    border: 2px #2B2E4A solid;
}
.single-menu .category-title {
    padding: 15px;
    text-align: center;
    transition: all .3s;
}
.single-menu .category-title:hover {
    padding: 15px;
    text-align: center;
    transition: all .3s;
}
.category-title a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
}
.category-title a:hover {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}
.menu-image img {
    width: 100%;
}
.menu-image {
    padding: 5px;
    margin-bottom: 10px;
}
.menu-image img:hover {
    background: rgba(247, 125, 10, 0.678);
}
.menu-image img::before {
    position: absolute;
  content: "";
  top: 15px;
  right: 0;
  bottom: -15px;
  left: 0;
  background: #F77D0A;
  padding: 10px;
  margin-bottom: 10px;
}

/* Banner Start */
.banner-container {
    background: linear-gradient(rgba(28, 30, 50, .9), rgba(28, 30, 50, .9)), url(../image/slider/slider5.jpg);
    background-attachment: fixed;
}
.banner-container-contact {
    background: linear-gradient(rgba(28, 30, 50, .9), rgba(28, 30, 50, .9)), url(../image/slider/slider6.jpg);
    background-attachment: fixed;
    margin-bottom: 100px;
}

/* Find Your Car Start */
.car-container {
    text-align: center;
    padding: 20px 0;
}
.car-rent-item {
    background: #ced4da;
    margin: 13px 0;
}
.car-rent-item:hover {
    background: #1C1E32;
    color: #fff;
}
.car-rent-item h4 {
    padding: 20px 5px;
}
.car-rent-item-info {
    padding: 20px 0;
}
.car-rent-item-info i {
    margin-bottom: 15px;
    margin-right: 10px;
}
.car-rent-item a {
    margin-bottom: 20px;
}

/* Contact Start */
.contact-container {
    padding: 100px 0;
}
.contact-container h2 {
    color: #de7009;
    margin-bottom: 100px;
    font-size: 70px;
    text-align: center;
}
.contact {
    margin-top: 50px;
    margin-bottom: 50px;   
}
.contact .contact-info,
.contact .contact-form,
.contact .contact-map {
    height: 100%;
    padding: 30px;
    background: #ffffff;
    border-bottom: 30px solid #f3f6ff;
}
.contact .contact-info h2 {
    margin-bottom: 15px;
    font-family: "Oswald",sans-serif;
    color: #2B2E4A;
    font-weight: 500;
    text-transform: uppercase;
}
.contact .contact-info h3 {
    margin-bottom: 15px;
    font-size: 18px;
}
.contact .contact-info h3 i {
    width: 20px;
    color: #de7009;
    margin-right: 5px;
}
.contact .social {
    position: relative;
    width: 100%;
}
.contact .social a {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 40px;
    height: 40px;
    padding: 5px 0;
    text-align: center;
    font-size: 18px;
    border: 1px solid #de7009;
    border-radius: 4px;
}
.contact .social a i {
    color: #de7009;
}
.contact .social a:hover {
    background: #de7009;
}
.contact .social a:hover i {
    color: #ffffff;
}
.contact .contact-map iframe {
    width: 100%;
    height: 450px;
}
.social a i {
    color: #fff;
    margin-right: 1px;
}

/* Team Start */
.team-container {
    margin-bottom: 100px;
}
.team-item {
    padding: 30px 30px 0 30px;
    text-align: center;
    background: #ced4da;
    transition: .5s;
    margin: 10px 10px;
}
.team-item:hover {
    padding: 30px 30px 0 30px;
    text-align: center;
    background: #1C1E32;
    transition: .5s;
    margin: 10px 10px;
}
.team-item img {
    width: 100%;
}
.team-item .team-social {
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    background: var(--light);
}
.team-item:hover .team-social {
    opacity: 1;
    background: var(--secondary);
}

/* Footer Start */
footer {
    background: #1C1E32;
}
.footer-container-left {
    margin: 50px 0 50px 0;
}
.footer-container-left h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-info i {
    color: #fff;
    margin-right: 15px;
}
.contact-info p {
    color: #fff;
    font-size: 18px;
}

.btn-square, .btn-sm-square, .btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.d-flex a {
    background: #2B2E4A;
}
.d-flex a i {
    width: 36px;
}
.footer-container-left ul {
    list-style: none;
}
.footer-container-left ul li {
    margin-bottom: 12px;
}
.footer-container-left ul li a {
    color: #fff;
    white-space: nowrap;
    display: block;
    line-height: 23px;
    transition: all .3s;
    text-decoration: none;
    font-size: 18px;
}
.footer-container-left ul li a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
}
.footer-container-left ul li a:hover {
    color: #de7009;
}
.footer-container-left ul li a:hover::before {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.footer-container-right {
    margin: -50px 0;
    background-color: #2B2E4A !important;
    padding: 90px 0 50px 50px;
}
.footer-container-right h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-container-right h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.input-group {
    padding-right: 6px;
    margin-left: -20px;
    margin-bottom: 41px;
    margin-top: 99px;
}
.footer-bottom {
    position: relative;
    padding: 25px 0;
    background: #2B2E4A;
}
.footer-bottom .template-by p {
    float: right;
}
.footer-bottom .copyright p, .footer-bottom .template-by p {
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.btn-signup {
    color: #fff;
    background-color: #1C1E32;
    border-color: #1C1E32;
    height: 45px;
}
.btn-signup:hover {
    color: #de7009;
    background-color: #ced4da;
    border-color: #ced4da;
    height: 45px;
}

/* About Start */
.about-container {
    margin-bottom: 100px;
    margin-top: 50px;
}
.about-container-info {
    padding: 20px;
}
.about-container-info h3 {
    color: #de7009;
}
.about-container-info h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-family: "Oswald",sans-serif;
    color: #2B2E4A;
    font-weight: 500;
    text-transform: uppercase;
}
.about-container-info p {
    font-size: 18px;
}
.about-container-image {
    padding: 35px;
}
.about-container-image img {
    width: 100%;
    margin-top: 70px;
}

/* Booking Start */
.booking {
    margin-bottom: 50px;
}
.personal-detail {
    margin-bottom: 50px;
}
textarea.form-control {
    height: auto;
}
.payment-detail {
    padding: 20px 30px;
    background: #2B2E4A;
    margin-top: 44px;
}
.payment-detail h3 {
    color: #de7009;
    font-size: 30px;
    margin: 20px 0;
    font-family: "Oswald",sans-serif;
}
.custom-control-label {
    color: #8486A0;
    font-size: 18px;
}
.custom-radio {
    margin-bottom: 10px;
}
.payment-bt {
    margin-bottom: 30px;
}

/* Car Details Start */
.car-detail-container {
    margin: 30px 0;
}
.car-detail-container h1 {
    font-size: 50px;
    font-family: "Oswald",sans-serif;
    color: #2B2E4A;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-left: 20px;
}
.car-detail-container h2 {
    font-size: 50px;
    font-family: "Oswald",sans-serif;
    color: #2B2E4A;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-left: 20px;
}
.car-detail-container img {
    padding: 60px 60px 20px 20px;
    width: 100%;
}
.car-detail-container h4 {
    font-family: "Oswald",sans-serif;
    color: #2B2E4A;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.car-detail-container h5 {
    font-family: "Oswald",sans-serif;
    color: #2B2E4A;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.car-detail-container h4 {
    font-family: "Oswald",sans-serif;
    color: #2B2E4A;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 30px;
}
.car-detail-container p {
    margin-bottom: 30px;
}
.car-detail-container h6 {
    margin-right: 40px;
    margin-top: 10px;
    font-family: "Oswald",sans-serif;
    color: #2B2E4A;
}
.car-info p {
    font-size: 18px;
}


/* My Account Start */
.adres-container {
    margin-top: 40px;
}
.my-account {
    margin-bottom: 100px;
}
.my-account {
    position: relative;
    padding: 30px 0;
}
.my-account .nav.nav-pills .nav-link {
    padding: 10px 15px;
    color: #353535;
    background: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid #dddddd;
    transition: all .3s;
}
.my-account .nav.nav-pills .nav-link:last-child {
    border-bottom: none;
}
.my-account .nav.nav-pills .nav-link:hover,
.my-account .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #de7009;
}
.my-account .nav.nav-pills .nav-link i {
    margin-right: 5px;
}
.my-account .tab-content {
    padding: 30px;
    background: #ffffff;
}
.my-account .tab-content .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.my-account .tab-content .table .thead-dark th {
    text-align: center;
    color: #353535;
    background: #ffffff;
    border-color: #dddddd;
    border-bottom: none;
    vertical-align: middle;
}
.my-account .tab-content .table td {
    vertical-align: middle;
}

/*Login-Register Start*/
.login {
    position: relative;
    padding-top: 5px;
}
.login .login-form,
.login .register-form {
    padding: 30px;
    background: #ffffff;
    margin-bottom: 30px;
}
.custom-control {
    margin-bottom: 20px;
}

.msgp {
    text-align: center;
    color: darkred;
    font-size: 20px;
}
.text-secondary {
    color: #2B2E4A !important;
}
.service-item {
    background: #ced4da;
    transition: .5s;
    padding: 20px;
    margin-bottom: 16px;
}
.service-item h4 {
    font-family: "Oswald",sans-serif;

}
.service-item:hover {
    background: #2B2E4A;
    transition: .5s;
    padding: 20px;
    margin-bottom: 16px;
    color: #ced4da;
}

/* Order page Start */

.sent-inner-text {
  text-align: center;
}
.sent-inner-text i {
	background: #F77D0A;
	width: 80px;
	height: 80px;
	display: inline-block;
	line-height: 80px;
	color: #fff;
	font-size: 30px;
	border-radius: 50%;
	margin-bottom: 35px;
}
.details-link.stn {
	margin-bottom: 30px;
	position: relative;
}
.sent-inner-text span {
  font-size: 36px;
  color: #2B2E4A;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  font-family: "Oswald",sans-serif;
  text-transform: uppercase;
}
.sent-inner-text h4 {
  font-size: 36px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 30px;
}
.order-send-content p {
  font-size: 20px;
  color: #677294;
  font-weight: 400;
  line-height: 30px;
  /* margin: ; */
}

.warning-blk {
  border: 2px solid#EFABD5;
  padding: 20px;
  border-radius: 6px;
}
.warning-text {
  text-align: center;
}
.warning-text i {
  color: #FF7761;
  font-size: 30px;
  margin-bottom: 20px;
}
.warning-text h5 {
  font-size: 36px;
  color: #677294;
  font-weight: 500;
  margin-bottom: 20px;
}
.warning-text p {
  font-size: 20px;
  color: #677294;
  font-weight: 400;
  line-height: 30px;
  line-height: 28px;
  margin: 0;
  text-align: left;
}
.bdr i {
	background: #A09E9F;
	padding-right: 0 !important;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #ffff;
	font-weight: 500;
	border-radius: 50%;
	position: relative;
	top: -1px;
	left: -7px;
}
.details-link.stn ul li.active a::before {
	position: absolute;
	left: 0;
	bottom: -22px;
}
.bdr.cl i {
	background: #D72793;
}
.details-link ul li a span {
	position: absolute;
	background: #D72793;
	width: 20px;
	height: 3px;
	content: "";
	bottom: 0;
	left: 53px;
}
.sent-tr-blk {
	padding: 20px;
}
/* Order page End */



/* //custome */

.bn-login{
    margin-bottom: 0 !important;
}

.bn-login h5 {
    font-size: 18px;
    color: #ffffff;
    padding: 20px;
}

.bn-login h5 a{
    font-size: 18px;
    color: #de7009 !important;
}

.bn-login .f-p{
    padding: 20px;
    font-size: 16px;
    color: #de7009 !important;
}

.contact-container h2{
    margin-bottom: 50px !important;
}