*{    padding: 0;    margin: 0; }

body{
    color: #414141 !important;
    letter-spacing: 0.05em;
    font-size: 16px;
}

img{
    object-fit: cover;
}
::placeholder{
    color: #999;
}
a{
    text-decoration: none;
    color: #000;
    text-decoration: none !important;
}

a:hover{
    text-decoration: none;
}

button:focus {
    outline: none; 
    outline: none; 
}
.fa { font-family: "FontAwesome !important"; }

p:empty { display:none; opacity:0; padding:0; }

/*-----*/
/*blog*/
.topics-wrap {
    padding: 20px 150px;
    text-align: center;
}
.btn-topic.active {
	background: #05124c;
	color: #fff;
}
.btn-topic {
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 11px 24px !important;
    font-size: 14px;
    background: #ddd;
    transition: 0.4s ease all;
}
.left-wrap {
    position: sticky;
    top: 80px;
}
.blog-left-panel h4 {
    margin-left: 5px;
    font-size: 18px;
}

.blog-left-panel h4::before {
	content: '';
	width: 3px;
	height: 15px;
	background-color: #05124c;
	border-radius: 2px;
	display: inline-block;
	margin-right: 10px;
}

.blog-wrap a {
    color: #333;
}
.upcoming-events-list {
    display: flex;
    align-items: center;
}
.left-wrap ul{
    padding: 0;
}
.left-wrap ul li {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
}
.left-wrap ul li img {
    width: 80px;
    height: 55px;
}
.left-wrap ul li p {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    margin-left: 10px;
}
.right-wrap ul{
    padding: 0;
}
.right-wrap ul li {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
}
.right-wrap ul li img {
    width: 80px;
    height: 55px;
}
.right-wrap ul li p {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    margin-left: 10px;
}
.blog-item {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
}
.blog-item .image {
    position: relative;
}


.blog-item .image img {
	border-radius: 5px 5px 0 0;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	box-shadow: none;
}

.blog-item .image .btn {
    background-color: #05124c;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0;
    padding: 5px 25px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border: none;
}
.blog-item:hover .image .btn {
    right: 5px;
    background-color: #ffffff;
    border-radius: 0;
    color: #2dbc9d;
}
.blog-item:hover .image .btn a {
	color: #05124c;
}
.blog-item .image .btn a {
    color: #fff;
}
.blog-item .content {
    padding: 10px 15px;
    border: 1px solid #dddddd;
    border-top: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 0 0 5px 5px;
}
.blog-item .content .post-meta {
    padding-left: 0;
    margin-bottom: 0;
}
.blog-item .content .post-meta li:last-child {
    margin-right: 0;
}
.blog-item .content .post-meta li {
    list-style-type: none;
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin-right: 12px;
    font-weight: 600;
}
.blog-item .content .post-meta i {
    color: #2dbc9d;
    margin-right: 2px;
    position: relative;
    font-size: 16px;
    top: 2px;
}
.blog-item .content h3 {
    font-size: 16px;
    line-height: 1.5;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}
.blog-item .content h3 a {
	color: #000;
}
.blog-item .content .read-more {
	font-size: 13px;
	display: inline-block;
	color: #666;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	background: #00003b;
	padding: 6px 10px;
	border-radius: 50px;
	color: #fff;
}
.blog-item .content .read-more i {
    font-size: 18px;
    margin-left: 2px;
    position: relative;
    top: 2px;
}
.blog-item:hover .content {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border: 1px solid #ffffff;
    border-top: none;
}
.blog-item:hover .content .read-more {
    color: #666;
    letter-spacing: 1px;
}
.blog-item:hover .content h3 a {
    color: #666;
}
.content p{
    font-size: 14px;
    margin-top: 10px;
    color: #666;
    margin-bottom: 10px;
}
/*pagination*/
.pagination-area {
    text-align: center;
}
.pagination-area .page-numbers {
    width: 45px;
    height: 45px;
    margin: 0 3px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 48px;
    color: #0d1820;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 18px;
    font-weight: 700;
}
.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
    background: #2dbc9d;
    color: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
}
.upcoming-events-list:hover {
	color: #02c36c;
}
.about-banner {
    width: 100%;
    min-height: 250px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
    background: url(../images/blog.webp) center center / cover;
    background-position: center center;
}
.about-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    display: block;
    z-index: 0;
    top: 0px;
    padding: 110px 0px;
    background: rgba(0, 0, 0, 0.5) !important;
}
.banner-text h1 {
    color: rgb(255, 255, 255);
    font-size: 40px;
}
.about-banner .breadcrumb .breadcrumb-item a {
    color: rgb(221, 221, 221);
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(255, 255, 255);
}
.about-banner .breadcrumb .breadcrumb-item.active {
    color: rgb(255, 255, 255);
}

/*blog details*/
.blog-details-image {    width: 70%;    margin: 0 auto; padding-top:20px; }

.blog-details-image img {	height: auto;	object-position: top;	object-fit: contain; }

.blog-det-content h1 {    font-size: 35px;    margin-top: 10px; padding:0 15px; }

.blog-det-content h6 {    font-size: 18px;  font-weight: 600; margin-top: 10px; margin-bottom: 10px; }

.avatar{    width: 30px;    height: 30px;    background: #2dbc9d;    display: inline-flex;    border-radius: 50%;
    color: #fff;    margin-right: 10px;    align-items: center;    justify-content: center;    font-size:14px; }

.right-wrap {    background: #fafafe;    padding: 20px;}

.author-img {    width: 150px;    height: 150px; border-radius: 50%;  margin-right: 20px; }

.author-img img {    border-radius: 50%;    height: 100%; }

.tags {	display: inline-block;	padding: 3px 8px;	color: #000;
	margin-bottom: 8px;	margin-right: 5px;	font-size: 14px;	border: 1px solid #000;
	border-radius: 5px; }
    
.blog-wrap .right-wrap span.tags {	padding: 2px 2px !important; }
    
.cta-wrap{    padding: 20px;    text-align: center;    border-radius: 10px;
    background: #2dbc9d;    color: #fff;    font-size: 20px;    font-weight: 700; }
    
.cta-wrap .btn {    border-radius: 30px;    padding: 10px;    font-weight: 700;
    color: #2dbc9d; }
.about-banner .container { z-index: 1; }

/*footer*/
.footer {
    padding: 50px;
    background: #000;
    /* margin-top: 50px; */
    padding-bottom: 0px;
    position: relative;
}
.footer h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}
.footer a {
    color: #fff;
    margin-bottom: 10px;
}
.quick-links a {
    transition: 0.4s ease all;
}
.social-icons {
    font-size: 30px;
    margin-right: 10px;
}
.footer-bottom {
    padding: 20px;
    margin-top: 20px;
}
.footer-bottom p {
    color: #fff;
}
/*..*/
/*header*/
.navbar .nav-link {    margin-right: 20px; color: #000 !important; }

.author-wrap {
	background: #05124c;
	border-radius: 15px;
}


/**/

/*--new-parkwell-css--*/

/*blog1header-height*/
    /*.blog1header-height { height:200px; }*/
/*blog1header-height*/

/*parkwell-blog-header*/


.parkwell-blog-header {	margin: 0;	padding: 10px 0;	width: 100%;
	display: block;	position: static; }

.parkwell-blog-header .bd { margin:0; padding:0; display: flex;align-items: center;justify-content: space-between;}

.parkwell-blog-header .left {margin:0; padding:0;  }

.parkwell-blog-header .left a { margin:0; padding:0; display: inline-block;}

.parkwell-blog-header .left a img { width: 170px;}


.parkwell-blog-header .right { margin:0; padding:0; display: flex;align-items: center;}

.parkwell-blog-header .right .item-trustpilot { margin:0; padding:0; }

.parkwell-blog-header .right .item-trustpilot a { margin:0; padding:0; display: inline-block;}

.parkwell-blog-header .right .item-trustpilot a img { width: 200px;object-fit: contain;}

.parkwell-blog-header .right .lang-sec {margin:0; padding:0 0 0 15px; } 
.parkwell-blog-header .right .lang-sec .translate_bd {margin:0; padding:0; } 

.parkwell-blog-header .right .lang-sec .translate_bd .uil {margin:0; padding:0; font-size: 24px;color: #444;line-height: 30px;} 

.parkwell-blog-header .right .lang-sec .translate_bd .language-selector {margin:0; padding:4px 8px; font-size: 16px;background: transparent;border: 0;} 


/*header-end*/

/*footer-start*/

.footer {	background: #000;  }

.footer-menu {	padding: 10px 0;}
.footer-menu .navbar-header {
	padding: 0;
}
.footer-menu .navbar-header a.navbar-brand, .footer-menu.footer-menu .navbar-header a.navbar-brand:hover, .footer-menu .navbar-header a.navbar-brand:focus {
	padding: 0;	height: 0; }
.navbar-header a.navbar-brand, .navbar-header a.navbar-brand:hover, .navbar-header a.navbar-brand:focus {
	display: inline-block;	color: #1b1e20;	font-size: 20px;	font-weight: 700;	padding: 0px;	/* text-transform: capitalize; */ }

.navbar-brand {	width: 200px;	margin-right: auto !important; }

.footer-menu ul.footer-menu-item { 	text-align: right;	display: flex;	align-items: center;
	justify-content: end;	flex-wrap: wrap; }


.footer-menu ul.footer-menu-item li {	display: inline-block;	width: auto; }

.footer-menu ul.footer-menu-item li a {	color: #fff;	font-size: 14px;	text-transform: uppercase; padding-left: 10px;
	-webkit-transition: 0.3s linear;	-moz-transition: 0.3s linear;	-o-transition: 0.3s linear;
	transition: 0.3s linear; }

.hm-footer-copyright {	padding: 20px 0;	border-top: 1px solid #e1e5eb; }
.hm-footer-copyright p, .hm-footer-copyright p a {	color: #fff;	font-size: 14px;	font-weight: 400; /* text-transform: capitalize; */ }
.footer-social {	text-align: right; }

.footer-social a {	width: 35px;	height: 35px;	line-height: 35px;	background: #eef2f6;
	text-align: center;	border-radius: 50%;	display: inline-flex;	align-items: center; justify-content: center; }




/*footer-start*/



/*parkwell-blog-header*/


/*--blog-common-text--*/


.blog-hleft-panel15 ul li a {	display: flex;	align-items: center !important; }

.blog-hleft-panel15 ul li a img {	width: 120px;	border-radius: 0;	object-fit: contain;
	box-shadow: none;	height: auto;	margin: 0;	padding: 0; }

.blog-wrap {  margin: 0;  padding: 0 }

.blog-wrap h2, .blog-wrap h3 {	color: #03163b;	font-size: 30px;
	font-style: normal;	font-weight: 600;	line-height: 36px;	margin: 0 !important;
	padding: 0 !important; }
	
.blog-wrap h4,.blog-wrap h5,.blog-wrap h6 {  color: #03163b;  font-size: 24px;
  font-style: normal;  font-weight: 600;  line-height: 26px;  margin: 0;  padding: 16px 0 0 0 }

.blog-wrap p {	transition: all 0.3s;	font-size: 15px;	line-height: 21px;
	color: #616976;	font-weight: 400;	margin: 0 !important;
	padding: 5px 0;	display: block; }
	
.blog-wrap-details_page { padding-bottom: 30px; }

.blog-wrap p span {	transition: all 0.3s;	font-size: 15px;	line-height: 21px;
	color: #616976;	font-weight: 400;	margin: 0;	padding: 5px 0;
	line-height: 24px; }

.blog-wrap p a, .blog-wrap h2 a, .blog-wrap h2 a,.blog-wrap h4 a {  color: #0e76a7;  font-weight: 600;  display: inline-block; }

.blog-wrap span { margin:0 !important; padding:0 !important;}
.blog-wrap strong { margin:0 !important; padding:0 !important;}

.blog-wrap p a {  font-size: 16px;  line-height: 25px;  color: #0e76a7;  font-weight: 600;  display: inline-block }

.blog-wrap p a strong {
  font-size: 16px;
  line-height: 25px;
  color: #0e76a7;
  font-weight: 600;
  display: inline-block
}

.blog-wrap p strong {
  transition: all 0.3s;
  font-size: 16px;
  line-height: 25px;
  color: #444;
  font-weight: 600;
  margin: 0;
  padding: 8px 0
}

.blog-wrap ul {
  margin: 0;
  padding: 0 0 0 17px
}

.blog-wrap ul li {
	transition: all 0.3s;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	font-weight: 400;
	margin: 0;
	padding: 4px 0 ;
	list-style: disc;
	display: block;
	position: relative;
}

.blog-wrap-details_page .left-01panel ul li {
	transition: all 0.3s;
	font-size: 15px !important;
	line-height: 20px !important;
	color: #000 !important;
	font-weight: 400 !important;
	margin: 0;
	padding: 4px 0 4px 12px !important;
	list-style: disc;
	display: block;
	position: relative;
}

.blog-wrap-details_page ul li span,.blog-wrap-details_page ul li span span  { 	font-size: 15px;
	line-height: 20px;
	color: #000;
	font-weight: 400; }


.blog-wrap-details_page .left-01panel ul li::after {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 13px;
	background: #03163b;
	border-radius: 21px;
}

.blog-wrap ul li a {
  transition: all 0.3s;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 8px 0
}

.blog-wrap ol {
	margin: 0;
	padding: 0 0 0 20px;
}

.blog-wrap ol li {
	transition: all 0.3s;
	font-size: 16px;
	line-height: 25px;
	color: #616976;
	font-weight: 400;
	margin: 0;
	padding: 8px 0;
	list-style-type: decimal;
	display: list-item;
	width: 100%;
}

.blog-wrap ol li a {
  transition: all 0.3s;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 8px 0
}

.blog-wrap img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 0 4px 2px rgb(0 0 0 / .5);
	margin: 25px 0;
	object-fit: contain;
}

.blog-wrap .blockquote {
  transition: all 0.3s;
  font-size: 20px;
  line-height: 33px;
  color: #03163b;
  font-weight: 300;
  border-left: 4px solid #00c0ca;
  margin: 16px 0 16px 0;
  padding: 0 0 0 13px;
  font-style: italic
}

.blog-wrap p:empty {	display: none !important; }


.right-wrap.author-wrap.mb-4.display-noneArticle h4 { padding:0; }
.right-wrap.author-wrap.mb-4.display-noneArticle div h4 { padding: 0; font-size: 19px; }
.author-wrap .author-img { margin:0; padding:0; }
.author-wrap .author-img img {
	width: 70px;
	height: 70px;
	box-shadow: none;
}


.blog-wrap .right-wrap h4, .blog-wrap .right-wrap h5, .blog-wrap .right-wrap h6 { padding-bottom:20px; }

/*.blog-wrap .display-noneArticle { display:none; }*/

/*--new-parkwell-css--*/

/*--parkwell-footer-nc--*/

.parkwell-footer-nc .fa { font-family: "FontAwesome" !important;  }

.parkwell-footer-nc .footer-social a:hover { background:#0dc573;}

.parkwell-footer-nc .footer-social a:hover .fa { color:#fff; }

.parkwell-footer-nc .footer-social a .fa {	color: #0dc573;	font-weight: 100;} 

.parkwell-footer-nc .footer-social a {	background: #fff;	transition: all 0.3s;	text-decoration: none; }



/**/

.blog-hleft-panel15 ul li p {	display: -webkit-box;	-webkit-line-clamp: 3;	-webkit-box-orient: vertical;
	overflow: hidden;	margin-left: 5px !important;	padding: 0 !important; }



/*--parkwell-footer-nc--*/

/*--------------------------////////////////////------------------------------------------------------------------------------*/
























/*-------------------------------------
        12. Footer
--------------------------------------*/
.footer-menu {padding: 10px 0;}
.footer-menu .navbar-header{padding:0;}
.footer-menu .navbar-header a.navbar-brand,.footer-menu.footer-menu .navbar-header a.navbar-brand:hover,.footer-menu .navbar-header a.navbar-brand:focus{
    padding:0;
    height: 0;
}
.footer-menu ul.footer-menu-item{text-align: right;}
.footer-menu ul.footer-menu-item li{display: inline-block;}
.footer-menu ul.footer-menu-item li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 10px;
    -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}
.footer-menu ul.footer-menu-item li a:hover{color: #f43032;}
.hm-footer-copyright {
    padding: 20px 0;
    border-top: 1px solid #e1e5eb;
}
.hm-footer-copyright p,.hm-footer-copyright p a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    /*text-transform: capitalize;*/
}
.footer-social {text-align: right;}
.footer-social .fa-phone:before {
    position: relative;
    top: 2px;
}
.footer-social a ,.footer-social span {
    display: inline-block;
    color: #04ab60;
    font-size: 14px;
    margin-left: 15px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #eef2f6;
    text-align: center;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer-social span {margin-right:15px;margin-left: 0;color: #fff;}
.footer-social span:hover{color: #04ab60;}
.footer-social a:hover {background:#04ab60; color: #fff;}


/*========================Thank you=================*/

/*custom styling starts*/
.language-picker {
    display: inline-block;
    position: relative;
    padding: 26px 10px;
}

.js .language-picker__form {
    display: none
}

.language-picker__button .icon {
    height: 16px;
    width: 16px;
    margin-left: .25rem;
    /*margin-left: var(--space-xxxs)*/
}

.language-picker__dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    background-color: #fff;
    /*background-color: var(--color-bg);*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 1px 8px rgba(0, 0, 0, .1);
    /*box-shadow: var(--shadow-sm);*/
    padding: .375rem 0;
    /*padding: var(--space-xxs) 0;*/
    border-radius: .25em;
    z-index: 4;
    /*z-index: var(--zindex-popover);*/
    /*--space-unit: 1rem;*/
    /*--space-xxxxs: 0.125rem;*/
    /*--space-xxxs: 0.25rem;*/
    /*--space-xxs: 0.375rem;*/
    /*--space-xs: 0.5rem;*/
    /*--space-sm: 0.75rem;*/
    /*--space-md: 1.25rem;*/
    /*--space-lg: 2rem;*/
    /*--space-xl: 3.25rem;*/
    /*--space-xxl: 5.25rem;*/
    /*--space-xxxl: 8.5rem;*/
    /*--space-xxxxl: 13.75rem;*/
    /*--component-padding: 1.25rem;*/
    /*--component-padding: var(--space-md);*/
    font-size: 1rem;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    transition: opacity .2s, -webkit-transform .2s ease-out;
    transition: opacity .2s, transform .2s ease-out;
    transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out;
    padding: 8px 12px;
}

.language-picker__item {
    text-decoration: none;
    padding: .5em 2em .5em 1.25em;
    padding: var(--space-xs) var(--space-lg) var(--space-xs) var(--space-md);
    color: #313135;
    color: var(--color-contrast-high)
}

.language-picker__item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.language-picker__item:hover {
    /*background-color: #f2f2f2;*/
    background-color: var(--color-contrast-lower)
}

.language-picker__item[aria-selected=true] {
    position: relative;
    /*background-color: #2a6df4;*/
    background-color: var(--color-primary);
    color: #fff;
    /*color: var(--color-white);*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.language-picker__item[aria-selected=true]::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    right: .75rem;
    right: var(--space-sm);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBvbHlsaW5lIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlPScjZmZmZmZmJyBmaWxsPSdub25lJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHBvaW50cz0nMSw5IDUsMTMgMTUsMyAnLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.language-picker__flag {
    /*display: block;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.language-picker__flag::before {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: '';
    height: 16px;
    width: 16px;
    margin-right: .375rem;
    /*margin-right: var(--space-xxs);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.language-picker__dropdown .language-picker__flag::before {
    margin-right: .5rem;
    margin-right: var(--space-xs)
}

.language-picker__flag--deutsch::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZD0nTTQ4LDE4SDBWOGMwLTEuMTA1LDAuODk1LTIsMi0yaDQ0YzEuMTA1LDAsMiwwLjg5NSwyLDJWMTh6Jy8+PHJlY3QgeT0nMTgnIGZpbGw9JyNFRTAwMDAnIHdpZHRoPSc0OCcgaGVpZ2h0PScxMicvPjxwYXRoIGZpbGw9JyNGRENGMDAnIGQ9J000OCw0MGMwLDEuMTA1LTAuODk1LDItMiwySDJjLTEuMTA1LDAtMi0wLjg5NS0yLTJWMzBoNDhWNDB6Jy8+PC9zdmc+)
}

.language-picker__flag--english::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nIzAwMjc4MScgZD0nTTQ2LDZIMkMwLjg5Niw2LDAsNi44OTYsMCw4djMyYzAsMS4xMDQsMC44OTYsMiwyLDJoNDRjMS4xMDQsMCwyLTAuODk2LDItMlY4QzQ4LDYuODk2LDQ3LjEwNCw2LDQ2LDZ6Jy8+PHBhdGggZmlsbD0nI0U2RTZFNicgZD0nTTQ4LDhjMC0xLjEwNC0wLjg5Ni0yLTItMmgtNS4xNjFMMjgsMTUuODc2VjZoLTh2OS44NzZMNy4xNjEsNkgyQzAuODk2LDYsMCw2Ljg5NiwwLDh2Mi41ODZMMTIuMjM5LDIwSDB2OCBoMTIuMjM5TDAsMzcuNDE1VjQwYzAsMS4xMDQsMC44OTYsMiwyLDJoNS4xNjFMMjAsMzIuMTI0VjQyaDh2LTkuODc2TDQwLjgzOSw0Mkg0NmMxLjEwNCwwLDItMC44OTYsMi0ydi0yLjU4NUwzNS43NjEsMjhINDh2LTggSDM1Ljc2MUw0OCwxMC41ODZWOHonLz48cG9seWdvbiBmaWxsPScjRDEwRDI0JyBwb2ludHM9JzQ4LDIyIDI2LDIyIDI2LDYgMjIsNiAyMiwyMiAwLDIyIDAsMjYgMjIsMjYgMjIsNDIgMjYsNDIgMjYsMjYgNDgsMjYgJy8+PHBhdGggZmlsbD0nI0QxMEQyNCcgZD0nTTQ3LjAwMSw2LjMwN0wyOS4yLDIwaDMuMjhMNDgsOC4wNjJWOEM0OCw3LjI2OCw0Ny41ODcsNi42NTYsNDcuMDAxLDYuMzA3eicvPjxwYXRoIGZpbGw9JyNEMTBEMjQnIGQ9J00zMi40OCwyOEgyOS4ybDE3LjgwMSwxMy42OTNDNDcuNTg3LDQxLjM0NCw0OCw0MC43MzIsNDgsNDB2LTAuMDYyTDMyLjQ4LDI4eicvPjxwYXRoIGZpbGw9JyNEMTBEMjQnIGQ9J00xNS41MiwyOEwwLDM5LjkzOFY0MGMwLDAuNzMyLDAuNDEzLDEuMzQ0LDAuOTk5LDEuNjkzTDE4LjgsMjhIMTUuNTJ6Jy8+PHBhdGggZmlsbD0nI0QxMEQyNCcgZD0nTTE1LjUyLDIwaDMuMjhMMC45OTksNi4zMDdDMC40MTMsNi42NTYsMCw3LjI2OCwwLDh2MC4wNjJMMTUuNTIsMjB6Jy8+PC9zdmc+)
}

.language-picker__flag--francais::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nIzAxMjA5RicgZD0nTTE2LDQySDJjLTEuMTA1LDAtMi0wLjg5NS0yLTJWOGMwLTEuMTA1LDAuODk1LTIsMi0yaDE0VjQyeicvPjxwYXRoIGZpbGw9JyNFRjQyMzQnIGQ9J000OCw0MGMwLDEuMTA1LTAuODk1LDItMiwySDMyVjZoMTRjMS4xMDUsMCwyLDAuODk1LDIsMlY0MHonLz48cmVjdCB4PScxNicgeT0nNicgZmlsbD0nI0U2RTZFNicgd2lkdGg9JzE2JyBoZWlnaHQ9JzM2Jy8+PC9zdmc+)
}

.language-picker__flag--italiano::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nIzAwOTM0NScgZD0nTTE2LDQySDJjLTEuMTA1LDAtMi0wLjg5NS0yLTJWOGMwLTEuMTA1LDAuODk1LTIsMi0yaDE0VjQyeicvPjxwYXRoIGZpbGw9JyNDRjJCMzYnIGQ9J000OCw0MGMwLDEuMTA1LTAuODk1LDItMiwySDMyVjZoMTRjMS4xMDUsMCwyLDAuODk1LDIsMlY0MHonLz48cmVjdCB4PScxNicgeT0nNicgZmlsbD0nI0U2RTZFNicgd2lkdGg9JzE2JyBoZWlnaHQ9JzM2Jy8+PC9zdmc+)
}

.language-picker--hide-label .language-picker__button .icon {
    margin-left: 0
}

.language-picker--hide-label .language-picker__button em {
    display: none
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
    margin-right: .25rem;
    margin-right: var(--space-xxxs)
}

.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    transition: opacity .2s, -webkit-transform .2s ease-out;
    transition: opacity .2s, transform .2s ease-out;
    transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out;
    padding: 8px 12px;
}

.language-picker__dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    background-color: #fff;
    /*background-color: var(--color-bg);*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 1px 8px rgba(0, 0, 0, .1);
    /*box-shadow: var(--shadow-sm);*/
    padding: 0.375rem 0;
    /*padding: var(--space-xxs) 0;*/
    border-radius: 0.25em;
    z-index: 4;
   
    font-size: 1rem;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out;
}

.nav-link{
    padding: 33px 21px !important;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.nav-link:hover{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.about-image img{
    height: 600px;
    object-fit: cover;
}
.navbar-expand-lg{
    padding: 0 !important;
}
.works-head{
    display: flex;
    align-items: center;
}
.works-head span{
    display: inline-flex;
    width: 50px;
    height: 40px;
    background: #fff;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 5px;
    font-size: 18px;
    margin-right: 20px;
}
.works-head h4{
    text-align: left;
    font-size: 22px;
    line-height: 27px;
}
.works-body{
    text-align: left;
    margin-top: 10px;
    display: none;
}
.works-body p{
    font-size: 16px;
}
.works-content .nav-link.active .works-body{
    display: block;
}
.works-content .nav-link.active .works-head h4{
    color: #fff;
}
.works-content .nav-link.active .works-body p{
    color: #eee;
}
.works-content .nav-link{
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 15px !important;
}
.works-content .nav-link.active{
    background-color: #04ab60;
}
.works-content .tab-content img{
    height: 600px;
    object-fit: cover;
    width:100%;
}
.slick-slide.slick-active{
    background-color: #04ab60;
    color: #fff;
}

.navbar-nav .dropdown-item{
    padding: 10px 17px;
}
.navbar-nav .dropdown-item:hover{
    background-color: #04ab60;
    color: #fff;
}
.navbar-nav .dropdown-item i{
    vertical-align: text-top;
}
.bg-summary{
    background: #04ab60;
    width: 100%;
    height: 200px;
}
.sum-wrap{
    margin-top: -180px;
}
.navbar-nav{
    margin: inherit;
    margin-left: auto;
}
.status-tag{
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 0 3px 3px 0;
    z-index: 1;
}
.single-explore-item{
    position: relative;
}
.book-det h6{
    color: #333;
    line-height: normal;
    font-size: 15px;
}
.book-det h6 span{
    font-size: 12px;
}
.book-det{
    text-align: center;
}
.book-det h5{
    font-size: 24px;
    color: #000;
}
/*.single-explore-txt span{*/
/*    font-size: 14px;*/
/*    border: 1px solid #ddd;*/
/*    padding: 4px 10px;*/
/*    border-radius: 3px;*/
/*    color: #333;*/
/*}*/
.border-right{
    border-right: 1px solid #ddd;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.text-white {
    color: #fff!important;
}

.text-white p {
    color: #fff!important;
}

.temporary_messaging h6{
    color: #fff;
}
.temporary_messaging p{
    color: #fff;
}
.navigation-container{
    position: sticky;
    top: 85px;
    z-index: 1;
}
.profile-avatar{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
}
.profile-avatar img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.avatar{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #04ab60;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

/*qyantity*/
.qty-input {
  color: #000;
  /*background: #fff;*/
  display: flex;
  align-items: center;
  overflow: hidden;
}
.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 25px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
    color: #000;
    z-index: 9999;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 26px;
  height: 25px;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}


.qty-input .qty-count--add {
	border-left: 1px solid #e2e2e2;
	position: absolute;
	right: 3px;
}



.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}


.qty-input {
  border-radius: 4px;
  box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7);
  transform: scale(1.5);
}
/*..*/

.transport-wrap input{
    display: none;
}
.transport-wrap label{
    padding: 5px 30px;
    text-align: center;
    border-color: #04ab60 !important;
}
.transport-wrap input:checked + label{
    background: #04ab60 !important;
    color: #fff;
}
.valet-wrap{
    display: none;
}


/*sidenav*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  /*z-index: 1;*/
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 99999;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 36px;
}


/*lot-details-wrap-0newcss*/

#scroll-Top {	display: none; }


.lot-details-wrap-0newcss .item-cestion { position:relative;  }

.lot-details-wrap-0newcss .item-cestion .mob-view-only button {	position: fixed;	bottom: 0;left: 50%;	width: 100% !important;
	border-radius: 5px;	z-index: 999;	transform: translatex(-50%); }


/**/
/*.bg-notification-block0newcss p {padding: 5px 25px;	border-radius: 5px;	background: #deece6;	margin: 0 15px; }*/
.bg-notification-block0newcss p {	padding: 7px 13px;	border-radius: 5px;	background: #deece6;	margin: 0 15px;	font-size: 16px;
	line-height: 23px;	font-weight: 300; }
/**/


/**/

.explore-person-01newcssadd .costfor1-days { margin:0; padding:0; } 
.explore-person-01newcssadd .costfor1-days p {	margin: 0;	padding: 0;	font-size: 14px !important;	color: #616976;	line-height: 16px;	text-align: right; }

.explore-person-01newcssadd  .explore-person h4 { font-size:18px;	text-align: right;	line-height: 34px;} 

/**/

/*lot-details-wrap-0newcss*/

/*-- parkwell-cookies-wrapperpopup --*/


.parkwell-cookies-wrapperpopup {	margin: 0;	padding: 0;	position: fixed;	background: #0000007a;	width: 100%;
	height: 100%;	z-index: 9999999;	left: 0; top: 0;	right: 0; bottom: 0; }

.parkwell-cookies-wrapperpopup .content-wrap {	margin: 0;	padding: 0;	width: 100%;
	height: 100%;	display: flex;	align-items: center;	justify-content: center; }

.parkwell-cookies-wrapperpopup .content-wrap .bd {	margin: 0;	padding: 22px 26px;	width: 50%;
	background: #fff;	border-radius: 7px; }

.parkwell-cookies-wrapperpopup .content-wrap .bd h4 {	color: #03163b;	font-size: 24px;
	font-weight: 500;	line-height: 34px;	padding-bottom: 8px; }

.parkwell-cookies-wrapperpopup .content-wrap .bd p { margin: 0;	padding: 0 0 9px 0;	font-size: 15px;
	color: #444;	line-height: 24px; }

.parkwell-cookies-wrapperpopup .content-wrap .bd p a {	margin: 0 0 0 1px;	padding: 0;	font-size: 13px;	line-height: 20px;
	color: #343a3f;	font-weight: bold;	display: inline-block;	border-bottom: 1px solid #000; }

.parkwell-cookies-wrapperpopup .content-wrap .bd .cookies-buttonwrapper {	margin: 0;	padding: 24px 0 0 0;	display: flex;	align-items: center;
	justify-content: center; }

.parkwell-cookies-wrapperpopup .content-wrap .bd .cookies-buttonwrapper .button-comoncss {	margin: 0 4px;	padding: 12px 12px !important;	background: #04ab60;
	font-size: 15px;	color: #fff;	border-radius: 4px;	line-height: 21px; transition:0.3s; }
	
.parkwell-cookies-wrapperpopup .content-wrap .bd .cookies-buttonwrapper .button-comoncss:hover { background:#037542; }

.parkwell-cookies-wrapperpopup .content-wrap .bd .cookies-buttonwrapper .button-comoncss.cookie-setting-link {	margin: 0 30px 0 0 !important;	padding: 0 0 1px 0 !important;
	color: #000;	font-size: 15px;	background: transparent;	border-bottom: 1px solid #000; border-radius: 0; }


/*-- parkwell-cookies-wrapperpopup --*/

/*skeleton*/
 .index-skeleton {	background: #fff;	position: fixed;	top: 0;
        left: 0;	right: 0;	height: 1500px;	z-index: 999999999;  }
/*skeleton*/


/*trustpilot-038block*/

.trustpilot-038block { margin:0; padding:0; }
.tp-widget-loader .tp-widget-wrapper a.button {	border: 0 !important; }

/*trustpilot-038block*/

/*google_translate-0margin*/

.google_translate-0margin { margin-right:0 !important;}

/*google_translate-0margin*/


/*-- trustpilot-1blocksec --*/

.trustpilot-1blocksec {	margin: 0;	padding: 0 8px 0 0; }

.trustpilot-1blocksec .bd { margin:0; padding:0; }

.trustpilot-1blocksec .bd a {	margin: 0;	padding: 0;	display: flex;
	align-items: center;	justify-content: center; }

.trustpilot-1blocksec .bd a img {	width: 196px;	object-fit: contain; }
	
/*-- trustpilot-1blocksec --*/


/*Box-sc-kv6pi1-0*/


.Box-sc-kv6pi1-0 {
	margin: 10px 15px;
	padding: 15px 15px;
	background: #d8ffed;
	border-radius: 7px;
	display: flex;
	align-items: center;
}

.Box-sc-kv6pi1-0 .kCNWwO {
	margin: 0;
	padding: 0 10px 0 0;
}

.Box-sc-kv6pi1-0 .kCNWwO svg {
	font-size: 103px;
	width: 58px;
	height: 58px;
}

.Box-sc-kv6pi1-0 .kCNWwO svg path {
	fill: #04ab60;
}

.Box-sc-kv6pi1-0 .iNhEYO {
	margin: 0;
	padding: 0;
}

.Box-sc-kv6pi1-0 .iNhEYO h5 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #000;
	font-weight: 500;
	line-height: 26px;
}

.Box-sc-kv6pi1-0 .iNhEYO p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	color: #616976;
}

/*Box-sc-kv6pi1-0*/


/* airport-listing-wrapblock01*/

.airport-listing-wrapblock01 .item-buttonBD .nav .last-button { margin-right:0 !important; }

/* airport-listing-wrapblock01*/




/*bookings-list0Item-block*/

.bookings-list0Item-block {	display: flex !important;	align-items: center; }

.bookings-list0Item-block .status-tag {    position: absolute;    right: 0;    top: 0;
    padding: 3px 15px;    font-size: 14px;    color: #fff;    border-radius: 0 3px 3px 0;
    z-index: 1; }


.bookings-list0Item-block .single-explore-img {	width:30% !important;	padding: 0 !important;	margin: 0; }


.bookings-list0Item-block .single-explore-txt { padding: 0 25px 0 15px !important;
width:70% !important; }


/*bookings-list0Item-block*/


/*--parkwell-faq-02bd--*/

.parkwell-faq-02bd { margin:0; padding:50px 0; }

.parkwell-faq-02bd .litle-sec {  margin:0; padding:0 0 20px 0; }

.parkwell-faq-02bd .accordion {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 70%;
}

.parkwell-faq-02bd .accordion-item {
	margin: 0 0 18px 0;
	padding: 0;
	border: 0;
}

.parkwell-faq-02bd .accordion-item .accordion-header {
	margin: 0;
	padding: 0;
}

.parkwell-faq-02bd .accordion-item .accordion-header .accordion-button {
	margin: 0;
	padding: 17px 20px;
	background: #e7f7f0;
	font-size: 18px;
	color: #343a3f;
	line-height: 24px;
	font-weight: 700;
	border-radius: 50px;
}

/*.parkwell-faq-02bd .accordion-item .accordion-header .accordion-button:not(.collapsed) {*/
/*	background-color: #e7f7f0;*/

/*}*/


.parkwell-faq-02bd .accordion-item .accordion-header .accordion-button.collapsed {
	border-radius: 4px;
	background: #eee;
}


.parkwell-faq-02bd .accordion-item .accordion-collapse .accordion-body {
	margin: 0;
	padding: 20px 27px;
	font-size: 18px;
	color: #404040;
	line-height: 30px;
}

.parkwell-faq-02bd .accordion-item .accordion-button:focus { box-shadow: none; }

/*.parkwell-faq-02bd .accordion-item .accordion-header .accordion-button::after {	content: "\f107" !important;	font-family: "FontAwesome";*/
/*	background: transparent;	font-size: 34px;	color: #fff; }*/


/*.parkwell-faq-02bd .accordion-item .accordion-header .accordion-button:not(.collapsed)::after { 	content: "\f106" !important; font-family: "FontAwesome"; }*/

/*--parkwell-faq-02bd--*/

/*----*/



.blogdetails0-1rightsection ul { margin:0; padding:0; }

.blogdetails0-1rightsection ul li { margin:0; padding:10px 0; } 

.blogdetails0-1rightsection ul li a { margin: 0; padding: 0; display: flex;	align-items: center; }

.blogdetails0-1rightsection ul li a img {	margin: 0;	padding: 0;	width: 100px;
	height: 55px;	border-radius: 0; }

.blogdetails0-1rightsection ul li a div {	padding-left: 10px; }

.blogdetails0-1rightsection ul li a div p {	display: -webkit-box;	-webkit-line-clamp: 3;	-webkit-box-orient: vertical;
	overflow: hidden;	margin-left: 5px !important;	padding: 0 !important; }

/*----*/









/*-- media-query-start --*/
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.bg-overlay:before{
    content: '';
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0 0 0 / 80%);
    z-index: 99;
}
.bg-overlay{
    position: fixed;
    width: 100%;
}
/*sidenav*/

.login-avatar{
    position: absolute;
    top: 20px;
    right: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #04ab60;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-wrap a{
    font-size: 14px;
}
.login-wrap span{
    font-size: 14px;
}
.iti{
    width: 100%;
}
/*.signup-sec{*/
/*    display: none;*/
/*}*/
.login-wrap .btn-theme {
    border-radius: 4px;
    padding: 12px 25px;
    color: #fff;
}
.sidenav{
    width: 0px;
}
.sidenav.OpenSidenav{
    width: 400px;
}
.form-check-input:checked {
    background-color: #04ab60;
    border-color: #04ab60;
}
/*custom styling ends*/


.airport-dd-list{
    position: absolute;
    background: #fff;
    text-align: left;
    width: 100%;
    box-shadow: 0 1px 10px rgba(0 0 0 / 10%);
    border-radius: 10px;
    z-index: 999;
}
.airport-dd-list ul li{
    z-index: 999;
}
.airport-dd-list ul li a{
    padding: 12px 20px;
    width: 100%;
    display: block;
    transition: 0.5s ease all;
}
.airport-dd-list ul li:hover{
    background: #f7fcfa;
    border-radius: 10px;
}
.airport-dd-list ul li:hover a{
    color: #04ab60;
}

/*.ham-login{*/
/*    margin-left: 20px;*/
/*    margin-top: 30px;*/
/*}*/
.bg-success{
    background-color: #04ab60 !important;
    color: #fff !important;
}
.bg-outline-success{
    border: 1px solid #04ab60;
    font-weight: 600;
    color: #04ab60 !important;
}

.faq-section .accordion{
    width: 800px;
    margin: 0 auto;
}
.faq-section .accordion-item{
    border: 0;
}
.faq-section .accordion-button{
    border-radius: 4px;
    padding: 10px 20px;
    background-color: #eee;
    margin-bottom: 20px;
    font-weight: 700;
}
.faq-section .accordion-button:focus{
    box-shadow: none;
}
.faq-section .accordion-button:not(.collapsed){
    background-color: #e7f7f0;
    border-radius: 30px !important;
}

.daterangepicker select{
    border: 0;
    padding: 10px !important;
    background: #e5f6ef;
    border-radius: 5px;
    width: 50% !important;
}
.daterangepicker{
    border: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 10px;
    border-radius: 20px !important;
    padding: 10px !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #04ab60 !important;
    color: #fff;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #e3f6ee !important;
    color: #666 !important;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
    color: #666;
}
.daterangepicker .cancelBtn {
    background: #eee !important;
}
.daterangepicker .applyBtn {
    background: #04ab60;
    border-color: #04ab60;
}
#google_translate_element .goog-te-combo {
    border-color: transparent;
    padding: 0; 
    border-radius: 0px;
    background: transparent;
    margin-top: 0px;
    font-size: 18px;
    color: #000;
}
#google_translate_element i{
    color: #000;
    font-size: 20px;
}
.navbar .btn-success.dropdown-toggle{
    border-radius:4px;
    background: #04ab60;
    border-color: #04ab60;
    color: #fff;
    padding: 6px 25px;
    height: 43px;
    display: inline-flex;
    align-items: center;
}
.navbar .btn-success.dropdown-toggle:hover{
    background: #04ab60;
    border-color: #04ab60;
    color: #fff;
}
.welcome-logo{
    display: none;
}
.nav-link.active{
    color: rgb(4 171 96) !important;
    font-weight: bold;
}
.nav-link:hover{
    color: #04ab60;
}
.navbar.fixed{
    position: sticky !important;
    top: 0;
    background: #fff;
    z-index: 999 !important;
    box-shadow: 1px 0 15px rgba(0 0 0 / 15%);
}
.goog-te-combo option{
    color: #000;
}
.goog-te-combo:focus{
    border-color: transparent !important;
}
.navbar.fixed .welcome-logo{
    display: none !important;
}
.navbar.fixed .logo-wrap{
    display: block !important;
}
.navbar.fixed .nav-link{
    color: #000 !important;
}
.navbar.fixed .nav-link:hover{
    color: #04ab60 !important;
}
.navbar.fixed .nav-link.active:hover{
    color: #04ab60 !important;
}
.navbar.fixed #google_translate_element .goog-te-combo {
    color: #000 !important;
}
.navbar.fixed #google_translate_element i{
    color: #000 !important;
}
.navbar.fixed .fi-rr-bars-sort{
    color: #000;
}

.qty-wrap{
    position: relative;
    z-index: 9;
    /* flex-shrink: 0; */
    /* width: calc(100% - 70%); */
    width: 100%;
    max-width: 38%;
}
.qty-wrap .qty-input{
    transform: scale(1.2);
}
.qty-wrap h6{
    font-size: 17px;
}
.error{
    font-size: 14px;
    text-align: left;
}
.mob-view-only{
    display: none;
}
.mob-view-det{
    padding: 0 20px;
    margin-bottom: 0px;
    background: #deece6;
}
.mob-view-det p{
    font-size: 15px;
    color: #000;
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 10px;
}
.create-account-btn{
    border-radius: 4px;
    background: #f43032;
    border-color: #f43032;
    color: #fff;
    padding: 6px 25px;
    height: 43px;
    display: inline-flex;
    align-items: center;
}
.lang-select{
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 999;
    padding-left: 15px;
    display: none;
    transition: 0.5s;
    /*width: 0;*/
}

.mobsidenav {
  height: 100%;
  width: 0;
  position: fixed;
  /*z-index: 1;*/
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
  z-index: 999999;
}

.mobsidenav a {
  padding: 8px 5px 5px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  display: block;
  transition: 0.3s;
}

.mobsidenav a:hover {
  color: #000;
}

.mobsidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.mob-prof{
    font-size: 18px !important;
    color: #04ab60 !important;
    border-bottom: 2px solid #effbf6;
    background: #effbf6;
}
.custom-ham{
    position: relative;
    right: 15px;
    font-size: 28px;
    color: #000;
}
.alert-note {
    /*background: #eeedac;*/
    /*padding: 10px 20px;*/
    position: sticky;
    top: 0px;
    z-index: 9;
    position: relative;
}

.alert-note p {
    background: #dc3545;
    color: #fff;
    font-weight: 600;
    padding: 5px 20px;
    text-align: center;
    font-size: 16px;
}
.navbar{
    flex-direction: column;
}
.sortby{
    margin-bottom: 10px;
}
.single-list-topics-content h3 a{
    display: block;
    text-align: center;
    line-height: 26px;
}
.single-list-topics-content:hover h3 a{
    color: #fff;
}
/*.welcome-hero-serch-box{*/
/*    position: relative;*/
/*    z-index: 9999;*/
/*}*/
.search-overlay{
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 / 70%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.search-fet-wrap #searchParking{
    position: relative;
    z-index: 999;
}
#signupBtn {
    margin-bottom: 10px;
}
.errormessage {
    font-size: 14px;
}
.search-fet-wrap #searchFrm{
    position: relative;
    z-index: 999;
}

.reminderPopup h4{
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
.reminderPopup h4:after{
    content: '';
    width: 50px;
    height: 3px;
    background: #04ab60;
    border-radius: 5px;
    display: block;
    margin-top: 3px;
}
.reminderPopup .modal-dialog{
    /*height: 550px;*/
    /*margin-top: 0;*/
    /*padding: 1px 0;*/
    max-width: 60%;
}
.reminderPopup .modal-body{
    padding: 40px;
    border-radius: 10px;
    box-shadow: -10px 0 10px rgba(0 0 0 / 10%);
    background: #fff;
}
.reminderPopup .modal-content{
    height: 100%;
    display: flex;
    flex-direction: row;
    border-radius: 0;
    background: transparent;
}
.fet-options{
    width:55%;
    display: inline-block;
    padding: 15px 20px;
    margin: 10px 0;
    /*background-image: linear-gradient(to right top, #ffffff, #f8fdff, #e9feff, #dbffff, #d8ffed);*/
    background-image: linear-gradient(to right top, #c3eef4, #d1f0fb, #dff3fe, #ecf5ff, #f6f9ff, #f6faff, #f7fcff, #f8fdff, #eefeff, #e3fffe, #dcfff8, #d8ffed);
    border-radius: 10px 0 0 10px;
    background: #04ab60;
}
.fet-options h3{
    font-size: 16px;
    color: #fff;
    background: #fd4043;
    display: inline-block;
    padding: 8px 8px;
    line-height: normal;
    border-radius: 10px;
}
.reminderPopup .close-popup{
    position: absolute;
    right: -30px;
    top: -12px;
    font-size: 17px;
    opacity: 1;
    background: #ccc;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #000; 
}
.reminderPopup form{
    margin-top: 20px;
}
.reminderPopup label{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    background: #d0efe1;
    display: block;
    padding: 5px 10px;
    text-align: center;
    border: 1px dashed #04ab60;
    border-radius: 5px;
}
.reminderPopup input{
    height: 45px;
    border-color: #000;
    margin-top: 8px;
}
.reminderPopup form button{
    padding: 10px !important;
}
.fet-opt-list {
    /*border: 1px solid #4CAF50;*/
    /*padding: 10px;*/
    /*border-radius: 20px;*/
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.fet-opt-list  i{
    color: #fff;
    font-size: 30px;
}
.fet-opt-list h5{
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
}
.fet-opt-list p{
    font-size: 13px;
    line-height: 20px;
    color: #eee;
}
.reminderPopup form button.btn:disabled{
    background-color: #999999;
    border-color: #999999;
}

.slick-slider-wrap .slick-slide{
    opacity: 1;
}
.slick-slider-wrap .slick-slide.slick-active{
    background: transparent;
}
.slick-slider-two {
    margin-bottom: 30px;
}
.slick-slider-two .card{
    border: 0;
}
.slick-slider-two .slick-slide:nth-child(odd) .card-body{
    box-shadow: 0 0 10px rgba(0 0 0 / 15%);
    border: 0;
    border-radius: 10px;
    padding: 20px 30px;
    cursor: pointer;
    transition: 0.4s ease all;
    min-height: 245px;
    /*background-image: linear-gradient(to right top, #c3eef4, #d1f0fb, #dff3fe, #ecf5ff, #f6f9ff, #f6faff, #f7fcff, #f8fdff, #eefeff, #e3fffe, #dcfff8, #d8ffed);*/
    background: #04ab60;
}
.slick-slider-two .slick-slide:nth-child(odd) .card-body .main-icon{
    color: #fff;
}
.slick-slider-two .slick-slide:nth-child(odd) .card-body .secondary-icon{
    color: #fff;
}
.slick-slider-two .slick-slide:nth-child(odd) .card-body .slide-content h4{
    color: #fff;
}
.slick-slider-two .slick-slide:nth-child(odd) .card-body .slide-content p{
    color: #eee;
}
.slick-slider-two .slick-slide:nth-child(even) .card-body{
    box-shadow: 0 0 10px rgba(0 0 0 / 15%);
    border: 0;
    border-radius: 10px;
    padding: 20px 30px;
    cursor: pointer;
    transition: 0.4s ease all;
    min-height: 245px;
    /*background-image: linear-gradient(to right top, #c3eef4, #d1f0fb, #dff3fe, #ecf5ff, #f6f9ff, #f6faff, #f7fcff, #f8fdff, #eefeff, #e3fffe, #dcfff8, #d8ffed);*/
    background: #b2f0d3;
}
.slick-slider-two .slick-slide:nth-child(even) .card-body:hover{
    background: #04ab60;
    color: #fff;
}
.slick-slider-two .card-body:hover{
    background: #04ab60;
    color: #fff;
}
.slick-slider-two .card-body:hover .main-icon{
    color: #fff;
}
.slick-slider-two .card-body:hover .secondary-icon{
    color: #fff;
}
.slick-slider-two .card-body:hover .slide-content h4{
    color: #fff;
}
.slick-slider-two .card-body:hover .slide-content p{
    color: #eee;
}
.main-icon{
    font-size: 30px;
    transition: 0.4s ease all;
}
.secondary-icon{
    position: relative;
    left: -15px;
    bottom: -8px;
    transition: 0.4s ease all;
}
.slide-content h4{
    font-weight: 700;
    color: #000;
    margin-top: 10px;
    transition:0.4s ease all;
    font-size: 20px;
    line-height: 24px;
}
.slide-content p{
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-top: 5px;
    transition:0.5s ease all;
}
@media(min-width: 320px) and (max-width: 575px){
    #faq{
        width: 100%;
    }
}
@media(min-width: 575px) and (max-width: 767px){
    #faq{
        width: 100%;
    }
}

