﻿/* header */
.modal-open .van-h-menu-bar {
	z-index: 3;
}

.van-h-menu-bar header #nav-container .nav-menu span,
.van-h-menu-bar #nav-container .nav-menu a {
	color: #000 !important;
}

.van-h-menu-bar header #nav-container .nav-menu span:hover,
.van-h-menu-bar #nav-container .nav-menu a:hover {
	color: #666 !important;
}

.hero-section.hero-section-rv .banner-heading .text-accent {
	color: #fc0;
}

.c-specification .content-box h3 .currency {
	font-size: 24px;
	font-weight: bold;
	line-height: 25px;
}

.accordion-section .accordion-title {
	background: transparent;
	width: 100%;
}

.accordion-section .accordion-title h3 {
	font-size: 20px;
}

/* .hero-section.hero-section-rv .banner-img {
    filter: sepia(1) saturate(5) hue-rotate(8deg) brightness(.5);
}
.hero-section::before{
    display: none;
} */
.fs-35 {
	font-size: 35px;
}

.item-head {
	font-size: 20px;
	line-height: 30px !important;
}

.fw-400 {
	font-weight: 400;
}

.fs-24 {
	font-size: 24px !important;
}

.fs-20 {
	font-size: 20px;
}

.fs-18 {
	font-size: 18px;
}

.text-black-price {
	color: #000 !important;
}

.c-tab-container .c-nav-tabs li h2 {
	font-size: 16px;
	font-weight: 600 !important;
	line-height: 22px;
}

.c-tab-container .c-nav-tabs li.active h2,
.c-tab-container .c-nav-tabs li:hover h2 {
	color: #fff;
}

.tab-btn button {
	padding: 0;
	background-color: transparent;
}

@media (max-width: 767px) {
	.fs-35 {
		font-size: 25px;
	}
}

.fs-28 {
	font-size: 28px;
}

.tooltip-box-with-html {
	position: relative;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

.tooltip-content,
.tooltip-content::before {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, 10px);
	transform-origin: top;
	transition: all 0.18s ease-out 0.18s;
}

.tooltip-box-with-html:hover .tooltip-content,
.tooltip-box-with-html:hover .tooltip-content::before {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

/* Tooltip arrow */
.tooltip-content::before {
	content: "";
	width: 0;
	height: 0;
	margin-bottom: 6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #b7b5b5;
	top: -6px;
}

/* Tooltip content box styling */
.tooltip-content p {
	font-size: 14px !important;
	line-height: 1.5;
	font-weight: 400 !important;
}
.tooltip-content {
	background: #fff;
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 12px;
	width: 360px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

	text-align: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.tooltip-content a {
	color: #0073e6;
	text-decoration: underline;
	display: inline-block;
	margin-top: 8px;
}
.info-icon {
	width: 24px;
	height: 24px;

	top: 6px;
	right: 20px;
}

@media (max-width: 991px) {
	.info-icon .tooltip-box-with-html:hover .tooltip-content::before {
		display: none;
	}
	.benefit-section .bg-overflow .tooltip-box-with-html img {
		width: auto;
		margin-bottom: 0;
	}
	.info-icon .tooltip-box-with-html .tooltip-content {
		pointer-events: auto;
		transform: translate(-11%, -50%);
		left: auto;
		right: 0;
		top: 50%;
		width: 260px;
		-webkit-transform: translate(-11%, -50%);
		-moz-transform: translate(-11%, -50%);
		-ms-transform: translate(-11%, -50%);
		-o-transform: translate(-11%, -50%);
	}
	.info-icon .tooltip-box-with-html:hover .tooltip-content {
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.position-relative li {
		position: relative;
	}
	.tooltip-box-with-html {
		position: static;
	}
	.tooltip-content {
		width: 330px;
		top: 100%;
	}
	.tooltip-content::before {
		display: none;
	}
	.heading-w-underline.text-center {
		margin-bottom: 30px !important;
	}
	.top-city-slider .slick-slide {
		padding: 0px !important;
		margin-right: 10px;
		margin-left: 10px;
	}
	.fs-35 {
		font-size: 25px;
	}

	.fs-28 {
		font-size: 20px;
	}
}

body {
	margin: 0;
	padding: 0;
	font-family: "Arial", sans-serif;
	font-size: 16px;
	color: #333;
}
body,
* {
	font-family: "Open Sans", serif !important;
}
.booking-widget-ev-section .pickup-wrapper .nw_close_con,
.booking-widget-ev-section .loc-return-wrapper .nw_close_con {
	top: 54%;
}

strong {
	font-weight: 700;
}
.fields-wrapper {
	gap: 0 !important;
}
.c-specification .p-2 {
	padding: 20px !important;
}
.checkavailability {
	display: none;
}
.text-container {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}
.minheight-t {
	min-height: 165px;
}
.expanded {
	display: block;
	-webkit-line-clamp: unset;
}
.read-more-btn {
	display: flex;
	color: #355ad8 !important;
	transition: all 0.3s ease-in-out;
	margin-top: 10px;
}
.read-more-btn:hover {
	color: #2f4cac !important;
}
.desc-innner .mb-1 {
	margin-bottom: 10px !important;
}
.desc-innner .mb-2 {
	margin-bottom: 20px !important;
}
.tab-data .accordion-section .bg-gray {
	background: rgba(0, 0, 0, 0) !important;
	padding: 0 !important;
}
.tab-data .cmn-spacing {
	margin-bottom: 0px;
}
.bg-primary-light {
	position: relative;
}
.info-icon {
	z-index: 99;
}
#Desktop_canvas {
	height: 387px;
}
.hero-section::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0px;
	left: 0px;
	z-index: 1;
}
.booking-widget-ev-section {
	z-index: 5;
	position: relative;
}
.vh-c-o-cb .mb-4 {
	margin-bottom: 50px !important;
}
.accordion-section .accordion {
	margin-top: 40px;
}
.benefit-section .banner-text .star-listing-wrapper {
	list-style: none;
}
.benefit-section .bg-overflow::before {
	z-index: -1;
}
@media (min-width: 768px) {
	.benefit-section .order-md-2 {
		order: 1 !important;
	}
}
.c-tab-container .form-control {
	background-image: url(../../../img/icons/chevron-down.svg) !important;
	background-position: right 15px center !important;
	background-repeat: no-repeat !important;
}
.article-section
	.article-grid-wrapper
	.article-card-link
	.article-card
	.card-body {
	padding-right: 0 !important;
	height: auto !important;
}

html {
	font-size: 16px !important;
}

.select-country {
	text-align: right;
}

.select-country a {
	text-decoration: none;
	color: #000 !important;
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
}

/* Wrapper */
.select-countryoutr {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 260px;

	/* optional: keeps layout neat */
}

/* Fieldset layout */
.select-countryoutr fieldset {
	display: flex;
	flex-direction: column;
	gap: 16px;
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

/* Select input */
.select-countryoutr fieldset select {
	width: 100%;
	padding: 10px 14px;
	font-size: 1rem;
	border-radius: 6px;
	border: 1px solid #ccc;
	background: #fff;
	transition: all 0.25s ease;
}

/* Hover + focus states */
.select-countryoutr fieldset select:focus {
	border-color: #000;
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}

/* Dropdown box */
.select-countryoutr .toggle-box {
	position: absolute;
	width: 260px;
	top: calc(100% + 18px);
	right: 0;

	background: #fc0;
	padding: 18px;
	border-radius: 0 0 8px 8px;

	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 12px 30px rgba(0, 0, 0, 0.15);

	opacity: 0;
	transform: translateY(-5px);
	pointer-events: none;
	transition: all 0.25s ease;
	z-index: 999;
}

/* When opened */
.select-countryoutr .active + .toggle-box {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

#selectedCountryInfo {
	padding-left: 25px;
	background-image: url(../../../img/icons/globe.webp);
	background-repeat: no-repeat;
	background-size: 18px;
}

/* Apply button */
.toggle-box #btnApply {
	background-color: #000;
	color: #fff;
	border: none;
	padding: 10px 14px;
	width: 100%;
	border-radius: 6px;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	transition: background 0.25s ease;
}

.toggle-box #btnApply:hover {
	background-color: #333;
}

#nav-container {
	flex-grow: 1;
}

@media (max-width: 767px) {
	.select-countryoutr {
		position: static;
	}

	.select-countryoutr .toggle-box {
		width: 100%;
		top: 72px;
		border-radius: 0;
	}
}

@media screen and (min-width: 768px) {
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.hero-section::before {
		background: -moz-linear-gradient(
			left,
			rgba(0, 0, 0, 0.65) 0%,
			transparent 100%
		);
		background: -webkit-linear-gradient(
			left,
			rgba(0, 0, 0, 0.65) 0%,
			transparent 100%
		);
		background: linear-gradient(
			to right,
			rgba(0, 0, 0, 0.65) 0%,
			transparent 100%
		);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=1);
	}
}
@media screen and (min-height: 560px) and (min-width: 768px) {
	.hero-section {
		min-height: 460px;
	}
}
.location-page-wrapper-ie .hero-section {
	min-height: 460px;
}
.booking-widget-ev-section
	.n-booking-widget
	.n-booking-bg-container
	.bw-bottom-row
	.return-check-wrapper {
	cursor: pointer;
	align-items: center;
}
.tab-buttons button {
	border: none;
}
.tab-content {
	position: relative;
}
#locationCounterList {
	margin: 15px 0 30px;
}
#locationCounterList li {
	list-style: none;
}
.heading-w-underline.text-center {
	margin-bottom: 30px !important;
}
.accordion-section .accordion-title h3 {
	font-size: 20px;
	width: calc(100% - 20px);
	line-height: 1.6;
}
.read-more-content {
	display: inline-block;
	box-shadow: 0px -7px 9px #fff;
}
.read-more-content.expanded {
	box-shadow: none;
	position: static !important;
}
@media (max-width: 1199px) {
	.why-hertz-rv .icon-grid-wrapper {
		gap: 20px;
	}
	#locationCounterList {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 768px) {
	.accordion-section .accordion {
		margin-top: 0px;
	}
	#locationCounterList {
		grid-template-columns: repeat(1, 1fr);
	}
	#Desktop_canvas {
		height: 450px !important;
	}
	.hero-section::before {
		background: rgba(0, 0, 0, 0.5);
	}
	.benefit-section .bg-overflow::before {
		z-index: 0;
	}
	.benefit-section .row {
		z-index: 2;
		position: relative;
	}
	.why-hertz-rv .icon-grid-wrapper .item-head {
		min-height: auto;
	}
	.accordion-section .accordion-title h3 {
		font-size: 16px;
	}
} /*# sourceMappingURL=page.css.map */

.cmp-revoke-consent {
	position: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	color: #5d5d5d !important;
	font-size: inherit;
	font-weight: 100;
}

.rvp-checkmark {
    position: relative;
    display: inline-block;
    width: 20px;
    margin-right: 6px;
    vertical-align: middle;
}

#rvp-applied-discounts {
    display: inline-block;
    vertical-align: middle;
}

.applied-discount-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
}

.rvp-checkmark:after {
    content: "";
    display: block;
    
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    animation-name: checkmark;

    transform: scaleX(-1) rotate(135deg);
    opacity: 1;

    height: 12.5px;
    width: 6.25px;

    transform-origin: left top;
    border-right: 3px solid #5cb85c;
    border-top: 3px solid #5cb85c;

    position: absolute;
    left: 4px;
    top: 2px;
}

.hertz-benefit-section .bg-overflow {
	position: relative;
	padding: 30px 40px;
}
.hertz-benefit-section .btn-secondary {
	font-size: 16px;
	line-height: 20px;
	padding: 10px 15px !important;
}
.hertz-benefit-section .bg-overflow::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 204, 0, 0.1);
	border-radius: 20px;
	top: 0;
	left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.hertz-benefit-section .bg-overflow::before {
		width: 70%;
	}
}
.hertz-benefit-section .bg-overflow img {
	max-width: 100%;
}
@media (min-width: 1200px) {
	.hertz-benefit-section .bg-overflow img.gold-banner-img {
		height: calc(100% + 100px);
		margin-top: -50px;
		object-fit: cover;
		position: absolute;
		max-width: 120%;
		width: calc(100% + 30px);
	}
}
@media (max-width: 1199px) {
	.hertz-benefit-section .bg-overflow img.gold-banner-img {
		max-height: 350px;
	}
}
@media only screen and (max-width: 991px) {
	.hertz-benefit-section .bg-overflow img.gold-banner-img {
		position: static;
		margin-top: 30px;
	}
}
.hertz-benefit-section .banner-text {
	margin-top: 15px;
}
@media (max-width: 767px) {
	.hertz-benefit-section .banner-text {
		margin-top: 0;
	}
}
.hertz-benefit-section .banner-text .heading {
	margin-bottom: 5px;
}
.hertz-benefit-section .banner-text .banner-desc {
	font-size: 18px;
}
.hertz-benefit-section .banner-text .star-listing-wrapper {
	padding-left: 0;
	margin: 15px 0px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 15px;
}
.hertz-benefit-section .banner-text .star-listing-wrapper li {
	color: #000;
}
.hertz-benefit-section .banner-text .star-listing-wrapper li {
	background-image: url("../../../img/icons/star-border.svg");
	background-repeat: no-repeat;
	font-weight: 600;
	padding-left: 25px;
	background-position: 0 5px;
	list-style: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hertz-benefit-section .hb-center-row {
		align-items: center;
	}
}
@media (max-width: 991px) {
	.hertz-benefit-section .bg-overflow img.gold-banner-img {
		text-align: center;
		margin-bottom: 20px;
		width: 100%;
		object-fit: cover;
	}
	.hertz-benefit-section .bg-overflow::before {
		width: 100%;
	}
}
@media (max-width: 575px) {
	.hertz-benefit-section .bg-overflow::before {
		border-radius: 0;
	}
}
@media (max-width: 767px) {
	.hertz-benefit-section .bg-overflow {
		padding: 20px;
		padding-top: 40px;
	}
}

.hertz-benefit-section .btn-secondary {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px !important;
}

.hertz-benefit-section .btn-secondary {
    border: 1px solid #047e8c;
    background: #047e8c;
    color: #fff !important;
    box-shadow: none;
    outline: none;
}

.btn-secondary:hover, .btn-secondary:focus {
    background: #000;
    border-color: #000;
    color: #fff !important;
    box-shadow: none;
}

.btn-rounded {
    border-radius: 8px;
}

.ch-card-wrapper {
	margin: auto;
	margin-top: 40px;
	width: max-content;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.ch-card-wrapper {
		width: 100%;
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.ch-card-wrapper {
		justify-content: center;
	}
}
.ch-card-wrapper .ch-card {
	padding: 0 60px;
}
@media (max-width: 992px) {
	.ch-card-wrapper .ch-card {
		padding: 0 20px;
	}
}
@media (max-width: 767px) {
	.ch-card-wrapper .ch-card {
		flex: 0 0 50%;
		border-right: 0 !important;
		text-align: center;
		margin-bottom: 20px;
	}
}
.ch-card-wrapper .ch-card .ch-card-count {
	font-size: 35px;
	font-weight: 700;
	line-height: 45px !important;
	margin-bottom: 5px;
}
.ch-card-wrapper .ch-card .ch-card-desc .ch-c-icon {
	margin-right: 5px;
}
@media (max-width: 767px) {
	.ch-card-wrapper .ch-card .ch-card-desc .ch-c-icon {
		width: 15px;
	}
}
.ch-card-wrapper .ch-card:not(:last-child) {
	border-right: 1px solid rgba(34, 34, 34, 0.15);
}
.ch-coverage-card-wrapper {
	margin-top: 40px;
	gap: 20px;
	flex-wrap: wrap;
}
.ch-coverage-card-wrapper .ch-cover-item {
	background: rgba(243,244,248,.5) !important;
	padding: 22px;
	flex: 1;
	border-radius: 10px;
}
@media (max-width: 992px) {
	.ch-coverage-card-wrapper .ch-cover-item {
		flex: 0 0 calc(50% - 10px);
	}
}
@media (max-width: 767px) {
	.ch-coverage-card-wrapper .ch-cover-item {
		flex: 0 0 100%;
	}
}
.ch-coverage-card-wrapper .ch-cover-item .chi-heading {
	margin-top: 10px;
	margin-bottom: 5px;
}
.popular-city-section {
	background: #f7f7fa;
	padding: 60px 0;
}
.popular-city-section .city-wrapper {
	margin-top: 40px;
	flex-wrap: wrap;
	gap: 20px;
}
.popular-city-section .city-wrapper .city-card-item {
	min-height: 290px;
	border-radius: 10px;
	position: relative;
	flex: 0 0 calc(25% - 15px);
	overflow: hidden;
}
@media (max-width: 992px) {
	.popular-city-section .city-wrapper .city-card-item {
		flex: 0 0 calc(33% - 14px);
		min-height: 270px;
	}
}
@media (max-width: 767px) {
	.popular-city-section .city-wrapper .city-card-item {
		flex: 0 0 calc(50% - 15px);
	}
}
@media (max-width: 479px) {
	.popular-city-section .city-wrapper .city-card-item {
		flex: 0 0 100%;
		min-height: 150px;
	}
}
.popular-city-section .city-wrapper .city-card-item::after {
	content: "";
	opacity: 0.8;
	background: linear-gradient(20deg, #0d0d0e 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
}
.popular-city-section .city-wrapper .city-card-item:hover .tag {
	background-color: #fff6c2 !important;
}
.popular-city-section
	.city-wrapper
	.city-card-item:hover
	.location-desc
	.country-name {
	color: #fc0 !important;
}
.popular-city-section .city-wrapper .city-card-item .location-img {
	width: 100%;
	position: absolute;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}
.popular-city-section .city-wrapper .city-card-item .caption {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: right;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px;
}
.popular-city-section .city-wrapper .city-card-item .caption .tag {
	border-radius: 12px;
	border: 1px solid var(--BrandYellow, #fc0);
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
	display: inline-flex;
	padding: 6px 10px 6px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	color: #000;
	text-align: center;
	font-family: "Open Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 10px;
	width: max-content;
	margin-left: auto;
}
.popular-city-section .city-wrapper .city-card-item .caption .location-desc {
	text-align: left;
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.popular-city-section
	.city-wrapper
	.city-card-item
	.caption
	.location-desc
	.country-name {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
}
.popular-city-section
	.city-wrapper
	.city-card-item
	.caption
	.location-desc
	.city-name {
	color: #fff;
	font-size: 14px;
	font-weight: 600 !important;
	line-height: 16px;
	opacity: 0.8;
}
.popular-city-section
	.city-wrapper
	.city-card-item
	.caption
	.location-desc
	.location-wrapper {
	display: flex;
	align-items: end;
	gap: 5px;
	flex-wrap: nowrap;
}
.popular-city-section
	.city-wrapper
	.city-card-item
	.caption
	.location-desc
	.location-wrapper
	.prime-location {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 5px;
	margin-top: 5px;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}
.popular-city-section
	.city-wrapper
	.city-card-item
	.caption
	.location-desc
	.location-wrapper
	.prime-location
	.prime-list {
	color: #fff;
	list-style: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	opacity: 0.8;
}
.popular-city-section
	.city-wrapper
	.city-card-item
	.caption
	.location-desc
	.location-wrapper
	.prime-location
	.prime-list:not(:last-child)::after {
	content: "â€¢";
	margin: 0 5px;
	color: #fff;
}
.popular-city-section .city-wrapper .city-card-item .arrow-upward {
	min-width: 24px;
	min-height: 24px;
	background-color: #fc0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.3s ease-in-out;
	bottom: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
}
.popular-city-section .city-wrapper .city-card-item:hover .arrow-upward {
	visibility: visible;
	opacity: 1;
}
.popular-city-section .city-wrapper .city-card-item:hover .location-img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.ch-coverage-card-wrapper .ch-cover-item .chi-heading {
     font-size: 20px;
     line-height: 30px !important;
}
@media (min-width: 1200px) {
     .popular-city-section .city-wrapper .city-card-item .caption .location-desc {
         transition: all 0.6s ease-in-out;
    }
     .popular-city-section .city-wrapper .city-card-item .caption .location-desc .location-wrapper {
         max-height: 0;
         opacity: 0;
         overflow: hidden;
         transition: max-height 0.6s cubic-bezier(0, 1, 0, 1), opacity 0.6s ease-in-out;
    }
     .popular-city-section .city-wrapper .city-card-item .caption .location-desc * {
         transition: all 0.6s ease-in-out;
    }
     .popular-city-section .city-wrapper .city-card-item:hover .caption .location-desc .location-wrapper {
         max-height: 200px;
         opacity: 1;
         transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out;
    }
}
