/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE
    02. HEADER STYLE
    03. SLIDER STYLE
    04. HOME PAGE STYLE
  =============================================================*/

/*
/*
* ----------------------------------------------------------------------------------------
* 01. GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/* start our style here */
* {
	outline: 0px !important;
}

a {
	transition: 0.5s all ease 0s;
}

.mrb10 {
	margin-bottom: 10px !important;
}

.btn {
	background: var(--awb-color7);
	padding: 15px 20px;
	border-radius: 5px;
	display: inline-flex;
	color: var(--awb-color1);
}

.btn:hover {
	text-decoration: underline;
	background: var(--awb-color8);
	color: var(--awb-color1);
}

.

/*
* ----------------------------------------------------------------------------------------
* New Custom STYLE START
* ----------------------------------------------------------------------------------------
*/
.header-right-side-box {}

.header-right-side-box ul {
	padding: 0px;
	margin: 0px;
	display: flex;
}

.header-right-side-box ul li.call-btn {
	list-style: none;
	display: block;
}

.header-right-side-box ul li.call-btn a i.fa-solid.fa-phone {
	font-size: 23px;
	padding: 17px 18px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 11px rgb(0 0 0 / 0.2);
	color: #0F7ABF;
}

.header-right-side-box ul li.call-btn a i.fa-solid.fa-phone:hover {
	box-shadow: 0 1px 11px rgb(133 49 61);
}

.header-right-side-box ul li.whatsapp-btn {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-left: 4px;
}

.header-right-side-box ul li.whatsapp-btn a i.fab.fa-whatsapp {
	font-size: 31px;
	padding: 14px 16.5px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 10px rgb(0 0 0 / 0.2);
	color: #13C913;
	margin-left: 10px;
}

.header-right-side-box ul li.whatsapp-btn a i.fab.fa-whatsapp:hover {
	box-shadow: 0 1px 11px rgb(133 49 61);
	;
}

.custom-heading-one {
	display: flex;
	justify-content: space-between;
}
.fusion-form-field {
    margin: 15px 0px 0px 0px !important;
}
.custom-heading-one .content-box h1 {
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #121212;
	margin-bottom: 7px;
}
.custom-heading-one .content-box h2{
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #121212;
	margin-bottom: 7px;
}
.custom-heading-one .content-box h3{
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #121212;
	margin-bottom: 7px;
}
.custom-heading-one .content-box h4{
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #121212;
	margin-bottom: 7px;
}
.custom-heading-one .content-box h5{
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #121212;
	margin-bottom: 7px;
}
.custom-heading-one .content-box p {
	font-size: 14px;
	color: #737373;
}

.custom-heading-one .btn-content a {
	font-size: 14px;
	font-weight: 500;
	position: relative;
	top: 30px;
}

.custom-heading-one .btn-content a:hover {
	text-decoration: underline;
}

.brands-logo-carousel .item {
	text-align: center;
}

.custom-heading-second {
	text-align: center;
}

.custom-heading-second .content-box h5 {
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #121212;
	margin-top: 7px;
}
.custom-heading-second .content-box h3 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #121212;
    margin-bottom: 12px;
    margin-top: 8px;
}
.custom-heading-second .content-box small {
	font-size: 16px;
	color: #737373;
	font-weight: 500;
}

.fusion-page-title-bar-center .fusion-page-title-captions {
	text-transform: uppercase;
}

.fusion-page-title-bar-center .fusion-page-title-captions h1 {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}
.aioseo-author-bio-compact {
    display: none !important;
}
/*==== brand logos section start here    ====*/
.brands-logo-carousel .item img {
	max-width: 130px;
	/* Adjust size */
	height: auto;
	margin: 0 auto;
	filter: grayscale(100%);
	/* black & white effect */
	transition: all 0.3s ease-in-out;
}

.brands-logo-carousel .item img:hover {
	filter: grayscale(0%);
	/* show color on hover */
	transform: scale(1.05);
}

/*==== brand logos section end here    ====*/

.rental-car-experince-box {
	text-align: center;
}

.rental-car-experince-box span {
	font-size: 18px;
	font-weight: 600;
	margin: 12px 0px 10px;
	text-transform: uppercase;
	display: block;
}

.rental-car-experince-box p {
	font-size: 15px;
	color: #737373;
}

.rental-car-experince-box img {
	display: block;
	width: 100px;
	margin: auto;
}
/*==== whatsapp logos section start here    ====*/

.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button {
    padding: 30px 18px;
    position: relative;
    top: -55px;
}
.qlwapp__button .qlwapp__icon {
    display: flex;
    align-items: baseline;
    font-size: 28px;
}


/*==== whatsapp logos section end here    ====*/
/*
* ----------------------------------------------------------------------------------------
* 00. cars types box style start here
* ----------------------------------------------------------------------------------------
*/


.cars-types-box {
	border: 1px solid #F2F4F6;
	padding: 20px;
	border-radius: 9px;
}

.cars-types-box .inner-content a span {
	background-color: #F2F4F6;
	padding: 6px 12px 6px;
	font-size: 12px;
	border-radius: 16px;
	font-weight: 500;
	border: 1px solid #e0e0e0;
}

.cars-types-box .inner-content a h3 {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.cars-types-box .img-holds img {
	width: 100% !important;
}

.cars-types-box .inner-content a i.fa-solid.fa-arrow-right-long {
	background-color: #F2F4F6;
	padding: 9px 10.5px;
	font-size: 12px;
	border-radius: 16px;
	text-align: right;
	float: right;
}

li.custom-category-card-box-hold .fusion-content-layout-column {
	border: 1px solid #F2F4F6;
	padding: 25px;
	border-radius: 9px;
	position: relative;
}

li.custom-category-card-box-hold .fusion-content-layout-column:hover {
	border: 1px solid #85313d !important;
}

li.custom-category-card-box-hold .fusion-content-layout-column h6 a {
	text-transform: uppercase;
	margin-top: 6px;
	display: block;
}

li.custom-category-card-box-hold .fusion-content-layout-column .fusion-text p {
	background-color: #F2F4F6;
	padding: 3.5px 12px 3px;
	font-size: 12px;
	border-radius: 16px;
	font-weight: 500;
	border: 1px solid #e0e0e0;
	display: inline-block;
	margin-bottom: 0px;
}

.fa-long-arrow-alt-right:before,
.fa-right-long:before {
	content: "\f178" !important;
}

li.custom-category-card-box-hold .fusion-content-layout-column a.fb-icon-element.fontawesome-icon.fa-long-arrow-alt-right {
	background-color: #F2F4F6;
	font-size: 12px;
	border-radius: 16px;
	position: absolute;
	right: 25px;
	bottom: 32px;
}
.custom-drop-btn-hold a {
    margin-top: 24px;
    text-align: center;
    display: block;
    background-color: #85313d;
    color: #fff;
    border: 1px solid #85313d;
    font-size: 13px;
	font-weight:500;
    padding: 7px 16px;
}
.custom-drop-btn-hold a:hover {
    background-color: #fff;
    color:#85313d !important;
    border: 1px solid #85313d;
	font-weight:500;
}
.category-mega-menu-dropdown-holds .fusion-image-element span.fusion-imageframe img {
    height: 140px;
    object-fit: cover;
	transition: all 0.3s ease-in-out;
}
.category-mega-menu-dropdown-holds .fusion-image-element span.fusion-imageframe img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}


/*
* ----------------------------------------------------------------------------------------
* 00. cars types box style end here
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.Blog page style start here
* ----------------------------------------------------------------------------------------
*/

body.post-template-default.single.single-post h1.entry-title {
    font-size: 32px !important;
    font-weight: 600 !important;
}
body.post-template-default.single.single-post h2 {
    margin-top: 0px !important;
    margin-bottom: 16px !important;
        font-size: 28px !important;
    font-weight: 600 !important;
}
body.post-template-default.single.single-post h2 strong {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
body.post-template-default.single.single-post h3 {
    margin-top: 0px !important;
    margin-bottom: 16px !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}
body.post-template-default.single.single-post h3 strong {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
body.post-template-default.single.single-post ul li p {
    margin-bottom: 3px !important;
}
.main-blogs-content-holds h1 {
    font-size: 30px !important;
    margin-bottom: 16px !important;
}
.main-blogs-content-holds h2 strong {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.main-blogs-content-holds h3 {
    margin-top: 0px !important;
    margin-bottom: 16px !important;
}
.main-blogs-content-holds h3 strong {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.main-blogs-content-holds ul li p {
    margin-bottom: 3px !important;
}
.category-blog h2 {
    margin-top: 12px !important;
}
.category-blog .fusion-content-sep.sep-double.sep-solid {
    display: none !important;
}
.category-blog ul.slides li a img {
    border-radius: 3px !important;
}
body.blog img.attachment-full.size-full.wp-post-image {
    height: 295px;
    object-fit: cover;
}

/*
* ----------------------------------------------------------------------------------------
* 01.Blog page style end here
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
*  FAQ section style start here 
* ----------------------------------------------------------------------------------------
*/


.faq_section .faq-item {
	border-bottom: 0.3px solid #fff;
	padding: 0px 20px;
	background-color: #fff;
	margin-bottom: 20px;
	border-top: 0.3px solid #fff;
	border: 0.3px solid #e9ebed;
}

section.faq_section.second-page .faq-item {
	padding: 0px 20px;
	background-color: #fff;
	margin-bottom: 20px;
	border: 0.3px solid #e9ebed;
}

.faq_section .faq-question {
	cursor: pointer;
	position: relative;
	color: #121212;
}

.faq_section .faq-question h3 {
	font-size: 18px;
	line-height: 20px !important;
	font-weight: 500;
}

.faq_section .faq-question::after {
	content: "+";
	position: absolute;
	right: 0;
	font-weight: bold;
	font-size: 20px;
	transition: 0.3s;
	top: -12px;
	font-size: 28px;
	color: #121212;
}

.faq_section .faq-question.active::after {
	content: "-";
	color: #121212;
}

.faq_section .faq-answer {
	display: none;
	padding-top: 10px;
	color: #737373;
}

.faq_section .faq-answer p {
	font-size: 15px;
	padding: 0px 24px 0px 0px;
	font-weight: 400;
	color: #737373;
}

.brands-logos a img {
	border-radius: 4px;
	margin-top: 0px;
	box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 2px 6px 2px;
	width: 100%;
}

/*
* ----------------------------------------------------------------------------------------
*  FAQ section style end here 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
*  About us section style start here 
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
*  About us section style end here 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
*  product card style start here 
* ----------------------------------------------------------------------------------------
*/

.car-features-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	/* 2 columns */
	gap: 10px 20px;
	/* spacing */
	margin-top: 10px;
	margin-bottom: 20px;
}

.car-features-grid .feature-item {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	color: #121212;
	font-weight: 500;
}

.car-features-grid img {
	width: 24px;
	height: 24px;
	margin-right: 3px;
}

p.price span.woocommerce-Price-amount.amount bdi {
	font-size: 16px !important;
	font-weight: 600 !important;
}

ul.fusion-grid-posts-cards li.product.type-product h6 {
	font-size: 16px !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 36px;
}

.card-box-con-info {
  text-align: center;
  margin-top: 16px;
}

.card-box-con-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;   /* center align desktop */
  gap: 12px;                 /* equal gap */
  flex-wrap: wrap;           /* mobile pe neeche aayenge */
}

.card-box-con-info ul li {
  flex: 0 0 auto;
}

.card-box-con-info a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #121212;
  transition: 0.3s;
  border: 1px solid #A8A8A8;
  padding: 10px 21px;
  font-size: 14px;
  font-weight: 500;
  min-width: 120px;
}

/* Mobile Responsive: full width */
@media (max-width: 768px) {
  .card-box-con-info ul {
    flex-direction: column; /* buttons stack */
    gap: 10px;
  }

  .card-box-con-info ul li {
    flex: 1 1 100%; /* full width */
  }

  .card-box-con-info a {
    width: 100%;   /* take full width */
    min-width: auto;
  }
}

.card-box-con-info a:hover {
  border: 1px solid #85313d;
  opacity: 0.8;
}

.card-box-con-info a.whatsapp-info i {
  color: #25D366;
  font-size: 20px;
  margin-right: 6px;
}

.card-box-con-info a.calls-info i {
  color: #007bff;
  font-size: 18px;
  margin-right: 6px;
}


.custom-cards-box-holds-inner {
	background-color: #fff;
	border: 1px solid #DDE1DE;
	padding: 20px 10px 24px;
	border-radius: 8px;
	position: relative !important;
	margin-top: -12px !important;
	margin: 0px auto;
	width: 96% !important;
}

ul.fusion-grid-posts-cards .custom-cards-box-holds-inner {
	width: 100% !important;
}

.car-features-grid.new-price-tag {
	position: absolute;
	right: 23px;
	display: block;
	margin-top: -24px;
	font-size: 16px !important;
}

.car-features-grid.new-price-tag .feature-item {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0px;
}

.card-custom-hold-pro-one li.post-card.type-product .fusion-content-layout-column .custom-cards-box-holds-inner {
	width: 97% !important;
}

/*=========== product detail page stayle start here ===========*/

.custom-images-holdes-detail-page .flex-viewport img {
	width: 100% !important;
	max-width: 100% !important;
	height: 500px !important;
	max-height: 500px !important;
	object-fit: cover !important;
}

.products-detail-box-two ul.cars-details-tab {
	padding: 0px;
	margin: 0px;
}

.products-detail-box-two ul.cars-details-tab li {
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.products-detail-box-two ul.cars-details-tab li.first {
	padding: 12px 20px;
	background-color: #85313d;
	color: #fffffff7;
}

.products-detail-box-two ul.cars-details-tab li.second {
	padding: 12px 20px;
	background-color: #ededed;
}

.products-detail-box-two ul.cars-details-tab li span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}

.sub-boxes-details-hold ul.cars-details-tab-second {
	padding: 0px;
	margin: 0px;
}

.sub-boxes-details-hold {
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}

.sub-boxes-details-hold ul.cars-details-tab-second {
	padding: 0px;
	margin: 0px;
}

.sub-boxes-details-hold ul.cars-details-tab-second li {
	list-style: none;
	display: flex;
	margin-bottom: 12px;
}

.sub-boxes-details-hold ul.cars-details-tab-second li i {
	font-size: 15px;
	position: relative;
	line-height: 30px;
	margin-right: 8px;
	color: #85313d;
}

.sub-boxes-details-hold ul.cars-details-tab-second li small {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.products-detail-box-two ul.payment-methods-info {
	background-color: #85313d;
	padding: 20px 20px;
	margin: 0px;
	display: flex;
	justify-content: space-between;
}

.products-detail-box-two ul.payment-methods-info li {
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.products-detail-box-two ul.payment-methods-info li img {
	width: 55px;
	height: 55px;
	object-fit: contain;
}

.products-detail-box-two span {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	display: block;
}

.products-detail-box-two p {
	display: block;
	font-size: 15px;
}

.pd-right-side-50 {
	padding-right: 40px !important;
}

.products-detail-box-third span {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
}

.products-detail-box-third ul {
	padding: 0px 20px;
}

.products-detail-box-third p {
	display: none;
}

.products-detail-box-forth {
	display: flex;
	margin-top: 42px;
}

.products-detail-box-forth .box-one {
	padding-right: 25px;
}

.products-detail-box-forth .box-one img {
	width: 60px;
	margin-bottom: 0px;
}

.products-detail-box-forth .box-one h4 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.products-detail-box-forth .box-one p {
	font-size: 14px;
	color: #737373;
	font-weight: 400;
}

/*=========== product detail page stayle end here ===========*/

/*
* ----------------------------------------------------------------------------------------
*  product card style end here 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
*  product card details style start here 
* ----------------------------------------------------------------------------------------
*/
.product-detail-price-box {
	background-color: #85313d;
	color: #fff;
	padding: 45px 40px;
	border-radius: 4px;
	margin-top: 16px;
}

.product-detail-price-box ul {
	padding: 0px;
	display: flex;
	flex-direction: column;
	margin: 0px;
}

.product-detail-price-box ul li {
	list-style: none;
	justify-content: space-between;
	display: flex;
	margin-bottom: 10px;
}

.product-detail-price-box ul li span {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 1px;
}

.product-detail-price-box ul li small {
	font-size: 14px;
	font-weight: 500;
	margin-top: 6px;
}

.product-detail-price-box .booking-info {
	border-top: 1px solid #ccc;
	margin-top: 16px;
	padding-top: 26px;
}

.product-detail-price-box .booking-info h4 {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

/* Container */
.product-detail-price-box .custom-btn-info-holds {
  margin-top: 16px;
}

/* Reset UL */
.product-detail-price-box .custom-btn-info-holds ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;  /* center align */
  gap: 12px;                /* equal gap between buttons */
  flex-direction: row;
}

/* Make LI behave like flex item */
.product-detail-price-box .custom-btn-info-holds ul li {
  display: flex;   /* important */
  flex: 0 0 auto;
}

/* Buttons */
.product-detail-price-box .custom-btn-info-holds ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  transition: 0.3s;
  min-width: 160px;  /* same size */
}

.product-detail-price-box .custom-btn-info-holds ul li a:hover {
  background-color: #fff;
  color: #85313d !important;
}

/* Icons */
.product-detail-price-box .custom-btn-info-holds ul li a.whatsapp-info i {
  font-size: 25px;
  margin-right: 6px;
  color: #25D366;
}

.product-detail-price-box .custom-btn-info-holds ul li a.calls-info i {
  font-size: 22px;
  margin-right: 6px;
  color: #007bff;
}

/* Responsive: stack buttons full width */
@media (max-width: 768px) {
  .product-detail-price-box .custom-btn-info-holds ul {
    flex-direction: column;
    gap: 10px;
  }

  .product-detail-price-box .custom-btn-info-holds ul li {
    flex: 1 1 100%;
  }

  .product-detail-price-box .custom-btn-info-holds ul li a {
    width: 100%;
    min-width: auto;
  }

}


.avada-product-images-thumbnails-bottom .avada-product-gallery .avada-product-gallery-thumbs-wrapper {
	height: 155px !important;
}

.flex-control-thumbs img {
	object-fit: cover !important;
	height: 155px !important;
}

.products-detail-box-one .heading {
	margin: 24px 0px 16px;
}

.products-detail-box-one .heading h2 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.products-detail-box-one .content-inner {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.products-detail-box-one .content-inner {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.products-detail-box-one .content-inner .box-one span {
	font-size: 16px;
	font-weight: 400;
	color: #737373;
}

.products-detail-box-one .content-inner .box-one small {
	font-size: 15px;
	font-weight: 500;
	color: #85313d;
}

.products-detail-box-one .content-inner .box-one img {
	width: 85px;
}

.product-custom-section {
	margin-top: 25px;
	padding: 20px;
	background: #f8f8f8;
	border-radius: 10px;
}


/*
* ----------------------------------------------------------------------------------------
*  product card details style start here 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*  Testimonil review custom style start here 
* ----------------------------------------------------------------------------------------
*/

.review-section {
	max-width: 400px;
	margin: 30px auto;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	font-family: Arial, sans-serif;
}

.review-section h3 {
	margin-bottom: 15px;
	font-size: 22px;
	color: #333;
}

.rating {
	display: flex;
	gap: 8px;
	cursor: pointer;
	font-size: 28px;
	margin-bottom: 15px;
}

.rating i {
	color: #ccc;
	transition: color 0.3s;
}

.rating i.active {
	color: #ff9800;
}

.rating i:hover,
.rating i:hover~i {
	color: #ffb84d;
}

textarea {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 6px;
	resize: none;
	margin-bottom: 15px;
}
.review-result {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #444;
}
.review-card {
	border: 1px solid #7373733b;
	padding: 35px;
	border-radius: 13px;
	box-shadow: var(--shadow-xs);
	margin-bottom: 30px;
}
.review-card h3 {
    font-size: 24px !important;
    margin-top: 0px !important;
    font-weight: 600 !important;
    margin-bottom: 6px  !important;
}
.review-card p.role {
	font-size: 15px;
    padding-right: 30px;
    color: #595959;
    font-weight: 400;
    margin-bottom: 14px;
}
.review-card p.text {
    font-size: 14px;
    padding-right: 0px;
    color: #737373;
    font-weight: 400;
    height: 78px;
}


/*
* ----------------------------------------------------------------------------------------
*  Testimonil review custom style end here 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
*  Contact Us custom style start here 
* ----------------------------------------------------------------------------------------
*/
.contact-us-page-holds .heading-hoklds h2 {
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 0px;
}

.contact-us-page-holds .inner-content-box p {
	font-size: 15px;
	font-weight: 500;
	color: #737373;
	margin-bottom: 6px;
}

.contact-us-page-holds .inner-content-box span {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}

.contact-us-page-holds .inner-content-box {
	padding-bottom: 32px;
}
/* Avada form input styling */
.fusion-form-form-wrapper .fusion-form-field .fusion-form-input {
    width: 100%;
    color: #121212; 
	font-size: 14px;
	height: 50px;
    border: 1px solid #ccc !important;
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-input::placeholder{
	color: #121212;  
}
.fusion-form-form-wrapper .fusion-form-field textarea.fusion-form-input {
    padding: 1em;
    box-sizing: border-box;
    height: auto;
	font-size: 14px;
    border: 1px solid #ccc !important;
}
.fusion-form-form-wrapper .fusion-form-field textarea.fusion-form-input::placeholder{
	 color: #121212;  
}
.fusion-form-form-wrapper .fusion-form-field select{
	color: #121212 !important; 
	font-size: 14px !important;
    border: 1px solid #ccc !important;
}
.fusion-form-form-wrapper .fusion-form-field select option{
	color: #121212 !important; 
	font-size: 14px !important;
}
.inner-content-box-btn a {
    text-transform: uppercase;
    padding: 12px 24px;
    display: inline-block;
    font-size: 14px;
    margin-top: 24px;
    text-align: center;
    background-color: #85313d;
    color: #fff;
    border: 1px solid #85313d;
    font-weight: 600;
}
.inner-content-box-btn a:hover{
	background-color: #fff;
    color: #85313d;
    border: 1px solid #85313d;
}

/*
* ----------------------------------------------------------------------------------------
*  Contact Us custom style end here 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
*  About Us custom style start here 
* ----------------------------------------------------------------------------------------
*/

section.about-us-section {
    display: flex;
}
section.about-us-section .content-inner {
    width: 60%;
}
section.about-us-section .content-inner small {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #737373;
    display: block;
}
section.about-us-section .content-inner h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: uppercase;
}
section.about-us-section .content-inner p {
    color: #747474;
    font-size: 15px;
	padding-right:50px;
    font-weight: 400;
}
.about-content-section-holds h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 10px;
}
.about-content-section-holds .img-hold img {
    width: 45%;
    float: right;
    padding-left: 60px;
}
.about-content-section-holds ul.custom-content-points-holds {
    padding: 0px 20px;
}
.about-content-section-holds ul.custom-content-points-holds li span {
    font-weight: 600;
}
.about-content-section-holds strong {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #121212;
    margin-bottom: 0px;
    text-align: center;
    display: block;
}


/*
* ----------------------------------------------------------------------------------------
*  About Us custom style end here 
* ----------------------------------------------------------------------------------------
*/
/* <!-- ============= ======================= ============= -->
  <!-- ============= footer style start here ============= -->
  <!-- ============= ======================= ============= --> */

.main-custom-footer-form-fields {
	width: 35% !important;
	margin: auto !important;
}

.footer-meida-medium-box {
	text-align: center;
	margin: 48px 0px 30px;
}

.footer-meida-medium-box small {
	margin-bottom: 20px;
	display: block;
}

.footer-meida-medium-box ul {
	padding: 0px;
	margin: 0px;
}

.footer-meida-medium-box ul li {
	list-style: none;
	display: inline-block;
}

.footer-meida-medium-box ul li a {
	list-style: none;
	display: inline-block;
	margin: 0px 8px;
	line-height: 1.2;
	--minFontSize: 16;
	text-transform: uppercase;
	font-size: 13px;
	color: #131313;
}

ul#menu-left-side li {
	margin-right: 5px;
}

ul#menu-left-side li:first-child span {
	margin-left: 0px !important;
}

.view-all-btn-hols {
	position: absolute;
	bottom: 5px;
	right: 30px;
}

.view-all-btn-hols a {
	text-decoration: underline;
	font-size: 16px;
	font-weight: 500;
	color: #333;
}

.view-all-btn-hols a:hover {
	color: #050505;
	text-decoration: underline;
}

.fusion-woo-badges-wrapper .onsale {
	margin-top: 14px !important;
	margin-left: 14px !important;
}

span.woocommerce-Price-amount.amount {
	font-weight: 600 !important;
}

span.fusion-tb-categories {
	text-decoration: underline;
}

.woo-sale-badge-circle .onsale {
	line-height: 0;
	border-radius: 50%;
	padding: 0 .3em;
	color: #fff !important;
	font-weight: 600 !important;
}

.shop-details-content-holds p.fusion-onsale {
	position: absolute;
	margin-top: -18px !important;
	margin-right: 20px !important;
}

.fusion-body .fusion-woo-price-tb.badge-position-right .fusion-onsale {
	order: 2;
	position: absolute;
	top: 20px !important;
	z-index: 1111;
	right: 25px !important;
	border: unset;
	padding: 3px 10px;
	background-color: #129c2f !important;
	color: #fff !important;
}

.fusion-woo-badges-wrapper .onsale {
	margin-top: 32px !important;
}

.fusion-form .form-submission-notices .fusion-form-response {
	display: none;
}

.footer-main-section-holds form.fusion-form.fusion-form-87 .fusion-form-label-wrapper {
	display: none !important;
}

.footer-main-section-holds form.fusion-form.fusion-form-87 input::placeholder {
	font-size: 15px !important;
	padding: 2px;
	color: #6E6E6E;
}

.footer-main-section-holds form.fusion-form.fusion-form-87 .new-colum-for-email .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-start.fusion-content-layout-column {
	display: flex;
	flex-direction: row;
}

.footer-main-section-holds form.fusion-form.fusion-form-87 input {
	border: 1px solid #ccc !important;
	width: 335px;
	height: 52px;
	background-color: unset !important;
}

.footer-main-section-holds form.fusion-form.fusion-form-87 .cutom-form-btn.form-form-submit.button-default {
	position: absolute;
	left: -17px;
	top: 0px;
	background-color: #050505;
	color: #fff !important;
	border: 2px solid #050505;
	border-radius: unset;
	width: 72px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.footer-main-section-holds form.fusion-form.fusion-form-87 .cutom-form-btn.form-form-submit.button-default span {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 0px;
	line-height: 0px;
}

.new-colum-for-email input {
	height: 44px !important;
}

.footer-main-section-holds {
	position: relative;
}

.footer-main-section-holds form.fusion-form.fusion-form-87 {
	position: absolute;
	right: 0px;
	top: -250px;
	padding-right: 5vw;
}

section.footer-upper-section-holds {
	display: flex;
	justify-content: space-between;
	padding: 16px 0px;
}

section.footer-upper-section-holds .divider-holds {
	border-right: 1px solid #7F7E7E;
	height: 32px;
	position: relative;
	top: 6px;
}

section.footer-upper-section-holds .box-one span a i.fa.fa-envelope {
	margin-right: 8px;
	top: 1px;
	position: relative;
}

section.footer-upper-section-holds .box-one span a i.fa.fa-phone {
	transform: rotate(10deg);
	margin-right: 8px;
	top: 1px;
	position: relative;
}

section.footer-upper-section-holds .box-one span {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

section.footer-upper-section-holds .box-one span a {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.dropdown-header-list {
	display: none !important;
}

.custom_container {
	max-width: unset;
	margin: unset;
}

.footer_section {
	float: left;
	width: 100%;
	padding: 64px 5px 30px 6px;
	margin-bottom: 14px;
}

.footer-logo-content a img {
	width: auto;
}

span.footer_collapse_icons.fusion-responsive-typography-calculated {
	font-size: 16px !important;
	line-height: 25px !important;
	letter-spacing: 2px;
	color: #fffffffc;
	font-family: 'Montserrat';
	font-weight: 500;
}

.footer-logo-content p {
	font-style: normal;
	font-size: 14px;
	color: #ffffffa3;
	font-family: 'Montserrat';
}

.footer_data_box {
	display: grid;
	width: 100%;
	grid-template-columns: 1.3fr .70fr .7fr 1fr;
	grid-template-rows: auto;
	grid-template-areas: ". . . .";
	gap: 30px 90px;
}

.footer_data_box .footer-detail-box-one figure img {
	width: 140px;
	margin-bottom: 16px;
}

.footer_data_box .footer-detail-box-one p {
	font-size: 12px;
}

.footer_detail_box_one {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.footer_detail_box_one figure {
	margin: 0px !important;
	width: 224px !important;
	padding-bottom: 25px;
}

.footer_detail_box_one figure img {
	width: 100%;
}

.footer_detail_box_one p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.6);
	margin: 0px !important;
	padding-bottom: 32px;
	padding-right: 23px;
	text-align: left;
}

.footer_socail_links {
	display: flex;
	align-items: center;
}

.footer_socail_links a {
	display: flex;
	align-items: center;
	margin-right: 14px;
	background: #333333;
	width: 36px;
	height: 36px;
	justify-content: center;
	border-radius: 50%;
}

.footer_socail_links a i {
	color: #333333;
	font-size: 16px;
}

.footer_detail_box_two {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.footer_detail_box_heading {
	position: relative;
	padding-bottom: 24px;
}

.footer_detail_box_heading span {
	margin-bottom: 0px !important;
	font-style: normal;
	font-weight: 600;
	font-size: 15px !important;
	line-height: 20px !important;
	text-transform: uppercase;
	color: #fffffffc;
}

.footer_detail_box_content_list {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0px !important;
	margin: 0px !important;
}

.footer_detail_box_content_list li {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 0px 5px;
	padding-bottom: 21px;
}

.footer_detail_box_content_list li:last-child {
	padding-bottom: 0px;
}

.footer_detail_box_content_list li a {
	font-style: normal;
	line-height: 20px;
	text-transform: capitalize;
	font-weight: 100;
	font-size: 15px;
	color: #ffffffa3;
	font-family: 'Montserrat';
}

.footer_detail_box_content_list li a:hover {
	color: #fff;
	text-decoration:underline;
	line-height: 20px;

}

.footer_contact_list li a:hover {
		color: #fff;
	text-decoration: underline;
}

.footer_contact_list {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0px !important;
	margin: 0px !important;
}

.footer_contact_list li {
	list-style: none;
	display: flex;
	padding-bottom: 16px;
	line-height: 25px !important;
	font-style: normal;
	line-height: 20px;
	font-weight: 100;
	font-size: 15px;
	color: #ffffffa3;
	font-family: 'Montserrat';
}

.footer_contact_list li:last-child {
	padding-bottom: 0px;
}

.footer_contact_list li i {
	list-style: none;
	display: flex;
	padding-bottom: 16px;
	line-height: 25px !important;
	font-style: normal;
	line-height: 20px;
	font-weight: 100;
	font-size: 15px;
	color: #ffffffa3;
	font-family: 'Montserrat';
}

a.color {
	color: #fbeee6 !important;
}

.footer_contact_list li a {
	font-style: normal;
	line-height: 25px;
	font-weight: 100;
	font-size: 15px;
	color: #ffffffa3;
	font-family: 'Montserrat';
	margin-left: 4px;
}

.f-contact-heading {
	padding-top: 24px;
	padding-bottom: 16px;
}

.f-contact-heading span {
	font-style: normal;
	text-transform: capitalize;
	font-size: 15px !important;
	line-height: 25px !important;
	letter-spacing: 2px;
	color: #fffffffc;
	font-family: 'Montserrat';
	font-weight: 500;
}

.footer-social-links {
	display: flex;
}

.footer-links i {
	color: #121212 !important;
	background-color: #fff;
	height: 39px;
	width: 39px;
	font-size: 15px;
	border-radius: 20px;
	margin-right: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ccc;
}

.footer-links i:hover {
	color: #fff !important;
	background-color: #85313d;
	border: 1px solid #85313d;
}


@media (min-width: 768px) and (max-width: 1024px) {
	.footer_data_box {
		grid-template-columns: 1.6fr 1.6fr 1fr;
		grid-template-areas: ". . .";
	}

	.footer_data_box {

		padding-bottom: 60px;
	}

}


@media (max-width: 767px) {
	.footer_data_box {
		grid-template-columns: 1.6fr 1fr;
		grid-template-areas: ". .";
		padding-bottom: 0px;
	}

	.footer_part_two_child_two {
		text-align: center;
	}
}

@media (max-width: 540px) {

	.footer_data_box {
		grid-template-columns: 1fr;
		grid-template-areas: ".";
		gap: 8px 0px;
	}

	.footer_detail_box_heading {
		padding-bottom: 0px;
	}

	.footer_detail_box_content_list {
		padding-top: 15px !important;
	}

	.footer_contact_list {
		padding-top: 15px !important;
	}

	.footer_section {
		padding: 32px 30px 32px;
		margin-bottom: 0px !important;
	}

	.footer_socail_links {
		padding-bottom: 15px;
	}

	.panel {
		display: none;
		overflow: hidden;
		transition: 0.5s ease-out;
		text-align: left;
	}

	.footer_detail_box_heading.accordion:after {
		content: '\002B';
		color: #333;
		font-family: 'revicons';
		font-size: 26px;
		position: absolute;
		height: 100%;
		display: flex;
		align-items: center;
		margin: 0px;
		top: 11px;
		right: 0px;
		font-weight: 600;
	}

	.footer_detail_box_heading.active:after {
		content: "\2212" !important;
		color: #000000;
		font-family: 'revicons';
		font-size: 26px;
		position: absolute;
		height: 100%;
		display: flex;
		align-items: center;
		margin: 0px;
		top: 10px;
		right: 0px;
		font-weight: 600 !important;
	}

}

@media (min-width:540px) {
	.modcontent.panel {
		display: block !important;
	}

	section.copy_right_manin {
		color: rgba(255, 255, 255, 0.6);
		background: #000000;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		float: left;
		width: 100%;
		display: none;
	}

	.copy_right_text1 span {
		color: rgba(255, 255, 255, 0.6);
	}

	.copy_right_text1 span a {
		color: rgba(255, 255, 255, 0.6);
	}

	.footer_application_download_links {
		flex-direction: column;
		width: 100%;
		align-items: flex-start;
	}

	.footer_application_download_links a:first-child {
		margin-bottom: 6px;
	}

	.footer_application_download_links a {
		margin-bottom: 0px;
	}
}

@media (max-width:540px) {
	.home_newsletter_box {
		grid-template-columns: 1fr;
		grid-template-areas: ".";
		gap: 20px;
	}

	.footer_application_download_links a:first-child {
		margin-bottom: 15px;
	}

	.home_newsletter_box_one_content {
		border-right: 0px;
	}

	.footer_detail_box_one {
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.footer_detail_box_one p {
		padding-right: 0px;
		text-align: center;
	}
}

.footer_divider_lines {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.footer_divider_lines small {
	flex-grow: 5;
	line-height: 0;
	text-align: center;
	position: relative;
	padding: 0px 10px 0px 15px;

}

.footer_divider_lines small:before {
	content: " ";
	display: block;
	border-bottom: 1px solid #FFFFFF14;
}

.form_divider_lines small:before {
	content: " ";
	display: block;
	border-bottom: 1px solid #FFFFFF14;
}

.form_divider_lines span {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: var(--checkout_process_forms_text_color);
	margin-bottom: 3px;
}

.footer_part_two {
	color: #fff;
	float: left;
	width: 100%;
	padding: 10px 0 10px 0px;
	border-top: 1px solid #ffffff4f;
}

.footer_part_two_child_two {
	display: flex;
	justify-content: space-between !important;
	flex-direction: row;
	width: 100%;
}

.footer_part_two_main {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
}

.footer_part_two_child_one {
	display: flex;
	align-items: center;
}

.footer_part_two_child_one a img {
	width: 130px;
}

.footer_part_two_child_two span {
	font-style: normal;
	font-size: 13px;
	line-height: 21px;
	display: block;
	text-align: center;
	color: #ffffffa3;
	margin: 0px 3px;
	font-weight: 100 !important;
}

.footer_part_two_child_two p {
	font-style: normal;
	font-size: 13px;
	line-height: 21px;
	display: block;
	text-align: center;
	color: #ffffffa3;
	margin: 0px 3px;
	font-weight: 100 !important;
}

.footer_part_two_child_two p a {
	margin-left: 6px;
	text-decoration: underline;
	color: #ffffffa3;
}

.footer_part_two_child_two ul {
	margin: 0px;
	padding: 0px;
}

.footer_part_two_child_two ul li {
	display: inline-block;
	font-size: 13px;
	margin-right: 21px;
}

.footer_part_two_child_two ul li a {
	color: #131313;
}

.footer_part_two_child_three span {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: rgb(255 255 255);
}

.footer_part_two_child_three span a {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: rgb(255 255 255);
}

img.L-img {
	width: 105px;
}

@media (max-width: 540px) {
	.footer_part_two_main {
		flex-direction: column;
	}

	.footer_part_two_child_three {
		padding-left: 6px;
	}

	.footer_part_two_child_two {
		padding: 0px 0px;
	}

	.footer_part_two_child_one a {
		padding-bottom: 6px;
	}
}


/* <!-- ============= ======================= ============= -->
  <!-- ============= footer style end here =============== -->
  <!-- ============= ======================= ============= --> */


/*
* ----------------------------------------------------------------------------------------
* 09. Responsivess Page style start
* ----------------------------------------------------------------------------------------
*/
@media (max-width: 1500px) {
		.card-box-con-info a {
    	padding: 8px 14px !important;
	}
}

@media (max-width: 1400px) {
	.card-box-con-info a {
    	padding: 8px 14px !important;
	}
}

@media (max-width: 1330px) {
		.card-box-con-info a {
    	 padding: 8px 13px !important;
	}
	.card-box-con-info ul {
    	flex-wrap: nowrap !important;
	}
	ul.fusion-grid-posts-cards li.product.type-product h6 {
		font-size: 15px !important;
		height: 24px !important;
	}
	.car-features-grid .feature-item {
    	gap: 3px !important;
	}
}

@media (max-width: 1200px) {
		.card-box-con-info a {
			padding: 8px 12px !important;
			font-size: 13px !important;
	}
	.card-box-con-info ul {
    	flex-wrap: nowrap !important;
	}
	ul.fusion-grid-posts-cards li.product.type-product h6 {
		font-size: 15px !important;
		height: 24px !important;
	}
	.car-features-grid .feature-item {
    	gap: 3px !important;
	}
	.product-detail-price-box .custom-btn-info-holds ul li a {
		min-width: 120px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
			.card-box-con-info a {
				padding: 8px 12px !important;
				font-size: 13px !important;
	}
	.card-box-con-info ul {
    	flex-wrap: nowrap !important;
	}
	ul.fusion-grid-posts-cards li.product.type-product h6 {
		font-size: 15px !important;
		height: 24px !important;
	}
	.car-features-grid .feature-item {
    	gap: 3px !important;
	}
	.product-detail-price-box .custom-btn-info-holds ul li a {
		min-width: 120px !important;
	}
}

@media (max-width: 768px) {
.about-content-section-holds h3 {
    font-size: 17px !important;
}
.about-content-section-holds .img-hold img {
    width: 1000% !important;
    float: unset !important;;
    padding-left: 0px !important;
    margin-bottom: 24px !important;
}
.about-content-section-holds strong {
    font-size: 18px !important;
}
section-holds h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 23px !important;
}

	body.post-template-default.single.single-post h1.entry-title {
    	font-size: 20px !important;
	}
	.main-blogs-content-holds p {
    	font-size: 14px !important;
    	margin-bottom: 12px;
	}
	body.post-template-default.single.single-post h2 strong {
    	font-size: 20px !important;
    	line-height: 12px !important;
	}
	.contact-us-page-holds .inner-content-box {
    	padding-bottom: 16px !important;
	}
	.main-blogs-content-holds ul {
    	padding: 0px 15px !important;
	}
	body.post-template-default.single.single-post h2 {
    	line-height: 28px !important;
	}
	body.post-template-default.single.single-post h3 strong {
    	font-size: 18px !important;
	}
	body.post-template-default.single.single-post h3 {
    	line-height: 20px !important;
	}
	.contact-us-page-holds .inner-content-box span {
		font-size: 16px !important;
		margin-bottom: 8px !important;
	}
	.contact-us-page-holds .heading-hoklds h2{
		font-size: 22px !important;
		margin-bottom: 8px !important;
	}
	.main-blogs-content-holds h1 {
    	font-size: 24px !important;
    	margin-bottom: 16px !important;
	}
	section.about-us-section .content-inner h2 {
		font-size: 18px !important;
		margin-bottom: 8px !important;
	}
	li.custom-category-card-box-hold .fusion-content-layout-column {
    	padding: 25px 25px 0px !important;
	}
	.fusion-post-cards-archives-tb .fusion-grid-archive ul.fusion-grid-posts-cards {
        display: grid !important;
    }
	.fusion-post-cards-archives-tb .fusion-grid-archive ul.fusion-grid-posts-cards li {
		width: unset !important;
		padding-bottom:0px !important;
	}
	.card-box-con-info a.whatsapp-info i{
		font-size: 21px !important;
	}
	.card-box-con-info a.calls-info i {
    	font-size: 18px !important;
	}
	.owl-carousel.review-carousel.owl-loaded.owl-drag {
    	margin-bottom: 42px  !important;
	}
	.products-detail-box-one .content-inner .box-one img {
    	width: 60px !important;
	}
	.products-detail-box-one .content-inner .box-one {
    	font-size: 13px   !important;
	}
	.products-detail-box-one .content-inner .box-one small {
    	font-size: 12px !important;
	}
	.sub-boxes-details-hold {
		margin-top: 24px !important;
		flex-direction: column !important;
	}
	.products-detail-box-two ul.payment-methods-info {
		padding: 10px 15px  !important;
		display: flex !important;
		flex-wrap: wrap !important;
		list-style: none !important;
		margin: 0 !important;
	}
	.products-detail-box-two ul.payment-methods-info li {
		list-style: none !important;
		flex: 0 0 33% !important;
		box-sizing: border-box !important;
		padding: 8px !important;
		text-align: center !important;
        justify-content: center;
	}
	.custom-images-holdes-detail-page .flex-viewport img {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		max-height: 350px !important;
		object-fit: contain !important;
	}
	.flex-control-thumbs img {
		object-fit: contain !important;
		height: auto !important;
	}
	.avada-product-images-thumbnails-bottom .avada-product-gallery .avada-product-gallery-thumbs-wrapper {
      height: 70px !important;
	}
	h1.fusion-title-heading.title-heading-left.fusion-responsive-typography-calculated {
    	font-size: 24px !important;
	}
	.product-detail-price-box {
    	padding: 25px 20px !important;
	}
	.pd-right-side-50 {
    	padding-right: 15px !important;
	}
	.product-custom-section {
		margin-top: 0px !important;
		padding: 0px !important;
		background: unset !important;
		border-radius: 10px !important;
	}
	.products-detail-box-forth {
		display: flex !important;
		margin-top: 30px !important;
		flex-direction: column !important;
	}
	.products-detail-box-one .heading h2 {
		font-size: 18px !important;
		line-height: 24px !important;
	}
	section.about-us-section {
		flex-direction: column !important;
	}
	section.about-us-section .content-inner {
    	width: 100% !important;
	}
	section.about-us-section .content-inner p {
    	padding-right: 0px !important;
	}
	.fusion-page-title-bar-center .fusion-page-title-captions h1 {
    	font-size: 22px !important;
	}
    .fullwidth-box {
        background-attachment: unset !important;
	}
	.footer_data_box_detail.mobile-resp .footer-logo-content {
    	text-align: center !important;
	}
	.owl-carousel.review-carousel.owl-loaded.owl-drag .owl-dots {
    	display: none !important;
	}	
	.footer-logo-content p {
    	font-size: 13px !important;
	}
	.footer_part_two_child_two {
    	flex-direction: column  !important;
	}
	.review-card {
   	    margin-bottom: 0px !important;
	}
	.faq_section .faq-question h3 {
		font-size: 16px !important;
		line-height: 20px !important;
		padding-right: 20px !important;
	}
	.rental-car-experince-box img {
		width: 85px !important;
		margin: auto !important;
	}
	.rental-car-experince-box span {
		font-size: 16px !important;
		margin: 12px 0px 10px !important;
	}
	.rental-car-experince-box p {
		font-size: 15px !important;
		margin-bottom: 10px !important;
		line-height: 24px !important;
	}
	.card-custom-hold-pro-one li.post-card.type-product .fusion-content-layout-column .custom-cards-box-holds-inner {
		width: 97% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 0px !important;
	}
	.custom-heading-one {
    	flex-direction: column !important;
	}
	.custom-heading-one .content-box {
   	 	text-align: center !important;
	}
	.custom-heading-one .content-box h2 {
		font-size: 22px !important;
		margin-bottom: 6px !important;
	}
	.custom-heading-second .content-box h5 {
		font-size: 22px !important;
		margin-top: 6px !important;
	}
	.custom-heading-second .content-box h3 {
		font-size: 22px !important;
		margin-top: 6px !important;
	}
	.custom-heading-second .content-box small {
   	 font-size: 14px !important;
	}
	.header-right-side-box {
		margin-right: 20px !important;
	}
	.custom-heading-one .btn-content {
    	text-align: center !important;
	}
	.custom-heading-one .btn-content a {
		position: unset !important;
		margin-bottom: 16px !important;
		display: block !important;
	}
	.custom-heading-one .content-box p {
    	margin-bottom: 10px !important;
	}
	.header-right-side-box ul li.call-btn a i.fa-solid.fa-phone {
		font-size: 17px !important;
		padding: 13px 13px !important;
	}

	.header-right-side-box ul li.whatsapp-btn a i.fab.fa-whatsapp {
		font-size: 20px !important;
		padding: 12px 13px !important;
		margin-left: 5px !important;
	}

	.awb-menu__m-collapse-icon_no-text {
		position: relative;
		font-size: 16px;
		top: 3px;
	}
	main#main {
		position: relative;
		z-index: 1;
	}
	ul#menu-main-menu-1 {
		position: absolute;
		top: 54px;
		border-top: 1.5px solid #ccc;
	}

}

/*
* ----------------------------------------------------------------------------------------
* 09. Responsivess Page style End
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 10. 404 PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
body.error404 .avada-page-titlebar-wrapper {
	display: none;
}

/* Tabs styling */

body.error404 #post-404page {
	margin-top: 40px;
}

body.error404 #post-404page .fusion-error-page-useful-links,
body.error404 #post-404page .fusion-error-page-search {
	display: none;
}

body.error404 #post-404page .fusion-error-page-404 {
	margin-bottom: 40px;
}