:root {
	--white: #ffffff;
	--green: #06B683;
	--red: #f05b61;
	--red-hover: #f37479;
	--blue: #00b2db;
	--blue-hover: #24bde0;
	--blue-background: #16a1cd;
	--yellow: #FFC340;
	--gray-dark: #dadfe6;
	--gray: #2a2a2a;
	--gray-light: #cccccc;
	--color-title: #333333;
	--color-sub-title: #05b3dc;
	--color-content: #616161;
	--font-title: 'Poppins', sans-serif;
	--font-content: 'Roboto', sans-serif;
    --font-raleway: 'Raleway', sans-serif;
}

body,
body span,
body a,
body button,
body p {
	font-family: var(--font-content);
}
body h1,
body h2,
body h3,
body h4,
body h5 {
	font-family: var(--font-title);
}
body ul,
body p,
body h1,
body h2,
body h3,
body h4,
body h5 {
	margin: 0;
	padding: 0;
}
body { font-feature-settings: 'pnum' on, 'lnum' on; }
ul {
	list-style: none;
}
/**************************Begin wrapper_hero************************************/
#wrapper_hero .main_hero {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}
#wrapper_hero .main_hero .home_hero_content {
	padding-left: 50px;
	color: var(--white);
}

#wrapper_hero .main_hero .home_google_rating{
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	/* font-size: 19.6204px; */
	font-size: 13.806px;
	line-height: 23px;
	display: none;
	align-items: center;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #FFFFFF;
}

#wrapper_hero .main_hero .home_google_rating .home_icon_stars{
	width: 133.14px;
	height: 21.02px;
	margin-left:7px;
	margin-right:7px;
}

#wrapper_hero .main_hero .home_google_rating .home_icon_google{
	width: 75px;
	height: 32px;
	margin-left:7px;
}

#wrapper_hero .main_hero .home_google_rating_2{
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	/* font-size: 19.6204px; */
	font-size: 13.806px;
	line-height: 23px;
	display: none;
	align-items: center;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #FFFFFF;
}

#wrapper_hero .main_hero .home_google_rating_2{
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	/* font-size: 19.6204px; */
	font-size: 13.806px;
	line-height: 23px;
	display: none;
	align-items: center;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #FFFFFF;
}

#wrapper_hero .main_hero .home_google_rating_2 .home_icon_stars{
	width: 133.14px;
	height: 21.02px;
	margin-left:7px;
	margin-right:7px;
}

#wrapper_hero .main_hero .home_google_rating_2 .home_icon_google{
	width: 75px;
	height: 32px;
	margin-left:7px;
}

#trust-pilot-b {
	display: flex;
}
#trust-pilot-b-mobile {
	display: none !important;
}
#trust-pilot-b .clickable{
	cursor: pointer;
}
#trust-pilot-a, #trust-pilot-c {
	display: none;
}

/* trust-pilot-a */
#wrapper_hero .main_hero .trust_pilot_rating{
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	/* font-size: 19.6204px; */
	font-size: 13.806px;
	line-height: 23px;
	display: flex;
	align-items: center;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #FFFFFF;
}

#wrapper_hero .main_hero .trust_pilot_rating .home_icon_stars{
	width: 133.14px;
	height: 21.02px;
	margin-left:7px;
	margin-right:7px;
}

#wrapper_hero .main_hero .trust_pilot_rating .home_icon_trust_pilot{
	width: 75px;
	height: 32px;
	margin-left:7px;
}

/* trust-pilot-b */
#trust-pilot-b {
	padding: 12px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 12px;
	background: #FFFFFF;
}

#trust-pilot-b .reviews-rate .stars{
	display: flex;
	width: 217px;
	flex-direction: column;
	align-items: center;
}
#trust-pilot-b .divider {
	width: 1px;
	height: 59px;
	background: #F3F3F3;
}
#trust-pilot-b .reviews-rate .stars .stars-icon-container {
	color: #29C4BD;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: 'Raleway';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
    align-items: flex-start;
    gap: 2px;
    padding: 0;
}

#trust-pilot-b .reviews-rate .stars .stars-icon{
	display: flex;
    align-items: flex-start;
    gap: 2px;
    padding: 0;
}
#trust-pilot-b .reviews-rate .stars .stars-desc{
	color: var(--WhereiPark-Text_tint_50, #909294);
	align-self: stretch;
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-feature-settings: 'liga' off;
	font-family: 'Raleway';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.24px;
}

#trust-pilot-b .google-trust-pilot-rate-container{
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1 0 0;
	display: flex;
}

#trust-pilot-b .google-trust-pilot-rate-container .google-container,
#trust-pilot-b .google-trust-pilot-rate-container .trust-pilot-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5.375px;
	flex: 1 0 0;
}

#trust-pilot-b .google-trust-pilot-rate-container .google-container .rate-label,
#trust-pilot-b .google-trust-pilot-rate-container .trust-pilot-container .rate-label {
	align-self: stretch;
	color: var(--WhereiPark-Text_tint_90, #373B3E);
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-feature-settings: 'liga' off;
	font-family: 'Raleway';
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.24px;
}

#trust-pilot-b .google-trust-pilot-rate-container .google-container .stars-rate,
#trust-pilot-b .google-trust-pilot-rate-container .trust-pilot-container .stars-rate {
	display: flex;
	align-items: center;
	gap: 4px; 
	color: var(--Black, #2D3236);
	font-variant-numeric: lining-nums proportional-nums;
	font-family: 'Raleway';
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

#trust-pilot-b .google-trust-pilot-rate-container .google-container .stars-rate img {
	width: 99px;
	height: 18.572px;
}
#trust-pilot-b .google-trust-pilot-rate-container .trust-pilot-container .stars-rate img {
	width: 99px;
	height: 18.572px;
}

/* trust-pilot-b-mobile */
#trust-pilot-b-mobile  {
	padding: 12px 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 12px;
	background: #FFF;
}

#trust-pilot-b-mobile .reviews-rate .stars{
	display: flex;
	width: 217px;
	flex-direction: column;
	align-items: center;
}

#trust-pilot-b-mobile .reviews-rate .stars .stars-icon-container {
	color: #29C4BD;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: 'Raleway';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
    align-items: flex-start;
    gap: 2px;
    padding: 0;
}

#trust-pilot-b-mobile .reviews-rate .stars .stars-icon{
	display: flex;
    align-items: flex-start;
    gap: 2px;
    padding: 0;
}
#trust-pilot-b-mobile .reviews-rate .stars .stars-desc{
	color: var(--WhereiPark-Text_tint_50, #909294);
	align-self: stretch;
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-feature-settings: 'liga' off;
	font-family: 'Raleway';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.24px;
}

#trust-pilot-b-mobile .divider {
	height: 1px;
    border-bottom: 1px solid #F3F3F3;
    width: 95%;
}

#trust-pilot-b-mobile .google-trust-pilot-rate-container{
	display: flex;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

#trust-pilot-b-mobile .google-trust-pilot-rate-container .google-container,
#trust-pilot-b-mobile .google-trust-pilot-rate-container .trust-pilot-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5.375px;
	flex: 1 0 0;
}

#trust-pilot-b-mobile .google-trust-pilot-rate-container .google-container .rate-label,
#trust-pilot-b-mobile .google-trust-pilot-rate-container .trust-pilot-container .rate-label {
	align-self: stretch;
	color: var(--WhereiPark-Text_tint_90, #373B3E);
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-feature-settings: 'liga' off;
	font-family: 'Raleway';
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.24px;
}

#trust-pilot-b-mobile .google-trust-pilot-rate-container .google-container .stars-rate,
#trust-pilot-b-mobile .google-trust-pilot-rate-container .trust-pilot-container .stars-rate {
	display: flex;
	align-items: center;
	gap: 4px; 
	color: var(--Black, #2D3236);
	font-variant-numeric: lining-nums proportional-nums;
	font-family: 'Raleway';
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

#trust-pilot-b-mobile .google-trust-pilot-rate-container .google-container .stars-rate img {
	width: 102px;
	height: 18.572px;
}
#trust-pilot-b-mobile .google-trust-pilot-rate-container .trust-pilot-container .stars-rate img {
	width: 99px;
	height: 18.572px;
}

/* trust-pilot-c */
#trust-pilot-c {
	padding: 12px 16px;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 12px;
	background: var(--White, #FFF);
}

#trust-pilot-c .rate-description {
	color: var(--WhereiPark-Text_tint_90, #373B3E);
	font-variant-numeric: lining-nums proportional-nums;
	font-family: 'Raleway';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
	letter-spacing: -0.32px;
}
#trust-pilot-c .google-trust-pilot-container{
	display: flex;
	width: 475px;
	align-items: center;
	gap: 8px;
}

#trust-pilot-c .google-trust-pilot-container .google-container,
#trust-pilot-c .google-trust-pilot-container .trust-pilot-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5.375px;
	flex: 1 0 0;
	color: var(--Black, #2D3236);
	font-variant-numeric: lining-nums proportional-nums;
	font-family: 'Raleway';
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

#trust-pilot-c .google-trust-pilot-container .google-container .home_icon_google {
	width: 53.746px;
	height: 22.394px;
	flex-shrink: 0;
}
#trust-pilot-c .google-trust-pilot-container .trust-pilot-container .home_icon_trust_pilot {
	width: 77px;
	height: 24.394px;
	flex-shrink: 0;
	vertical-align: middle;
}

#trust-pilot-c .google-trust-pilot-container .trust-pilot-container .rating-text {
	margin-top: 4px;
}

#trust-pilot-c .google-trust-pilot-container .google-container .home_icon_stars, 
#trust-pilot-c .google-trust-pilot-container .trust-pilot-container .home_icon_stars {
	width: 99px;
	height: 18.572px;
}
#trust-pilot-c .google-trust-pilot-container .trust-pilot-container .home_icon_stars {
	margin-top: 4px;
}

#wrapper_hero .main_hero .home_hero_logo {
	background-image: url(/images/homepage/hero-home-page.png);
	background-repeat: no-repeat;
	background-position-x: right;
    background-position-y: center;
}
.wrapper_hero {
    padding: 80px 0 40px 0;
	background-color: #29C4BD;
}
.home_content {
	max-width: 1350px;
	margin: 0 auto;
}
.wrapper_hero .home_hero_content .home_title {
    font-family: var(--font-raleway);
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: var(--white);
}
.wrapper_hero .home_hero_content .home_sub_title {
    font-family: var(--font-raleway);
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: var(--white);
    margin-top: 30px;
}

/*form_search*/
.home_hero_content .form_search_home {
	margin-top: 38px;
}

.sec-search-listings {
	background-color: #FFFFFF;
	padding: 16px;
	border-radius: 5px;
	color: #2D3236;
	font-family: Raleway;
}
.sec-search-listings .listing-type {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 8px;
}
.sec-search-listings .listing-type .listing-item-tab {
	height: 38px;
	max-height: 47px;
	display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
	background-color: #FFFAED;
	font-size: 14px;
	font-weight: 500;
    text-align: center;
    align-self: center;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
	padding: 5px;
}
.sec-search-listings .listing-type .listing-item-tab.item-parkhound label {
	width: 100%;
    margin: 0px;
	font-weight: 500;
	line-height: 15px;
    padding: 3px 0;
}
.sec-search-listings .listing-type .listing-item-tab.item-parkhound span {
	font-size: 10px;
	font-weight: 400;
}
.sec-search-listings .listing-type .listing-item-tab:hover,
.sec-search-listings .listing-type .listing-item-tab.active {
	background-color: #FFE7A6;
}
.sec-search-listings hr {
	margin: 0px;
	border-color: #EAEAEB;
	border-bottom: 0px;
}
.sec-search-listings .lbl-booking-info {
	text-align: center;
    font-size: 12px;
    font-weight: 600;
	margin: 16px 0;
}
.sec-search-listings #autocomplete-ajax .mapboxgl-ctrl-geocoder--input {
	height: 45px;
	border-radius: 10px;
	border: 1px solid #96989A;
	padding-left: 30px;
	padding-right: 40px;
}
.sec-search-listings #autocomplete-ajax .mapboxgl-ctrl-geocoder--icon-search {
	display: block !important;
    top: 10px;
    left: 10px;
    width: 23px;
    height: 23px;
}
.sec-search-listings #autocomplete-ajax .mapboxgl-ctrl-geocoder--button {
	display: block !important;
    top: 15px;
    right: 15px;
    height: 15px;
    width: 15px;
    background: url('/images/svg/icon_clear_search_address_field.svg') no-repeat right;
    background-size: 15px;
}
.sec-search-listings .btn-search-listings {
	height: 45px;
	width: 100%;
	border: none;
	border-radius: 8px;
	background-color: #F05B61;
	color: #FFFFFF;
	font-family: Raleway;
    font-size: 16px;
    font-weight: 700;
	margin-top: 55px;
}
.sec-booking-features {
	background-image: linear-gradient(#29C4BD 50%, #ffffff 0%);
	min-height: 100px;
}
.sec-search-listings #autocomplete-ajax {
	position: absolute;
	width: 568px;
}

.seach-listing-homepage {
	width: 100%;
	overflow: hidden;
}
.seach-listing-homepage .searchInput {

}
.sec-search-listings #autocomplete-ajax .suggestions-wrapper .suggestions {
	border: solid 1px #e4e4e4;
}
.seach-listing-homepage .searchButton {
	width: 150px;
	float: left;
}
.seach-listing-homepage .tardis-test-a {
    display: none;
}
.seach-listing-homepage .tardis-test-b .searchButton{
	width: 150px;
	float: left;
}
.seach-listing-homepage .searchInput input {
	width: calc(100% - 22px);
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px var(--gray-light);
	background-color: var(--white);
	height: 45px;
	margin-bottom: 0px;
	font-size: 16px;
}
.seach-listing-homepage .wp_space_type-tardis {
	margin-top: 65px;
 }
.seach-listing-homepage .wp_space_type-tardis span,
.seach-listing-homepage .wp_space_type-tardis label {
	font-family: var(--font-raleway);
	font-weight: 700;
	font-size: 16px;
	line-height: 17px;
	color: var(--white);
	background-color: var(--red);
	border-bottom: 2px solid #872A2A;
}
.seach-listing-homepage .wp_space_type-tardis label:hover {
	background-color: var(--red-hover);
}
.seach-listing-homepage .wp_space_type-tardis label {
	width: calc(100% / 2 - 30px);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
	padding-left: unset;
}
.error-section span{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	display: none;
	padding-left: 10px;
}
.seach-listing-homepage .wp_space_type-tardis label[for="storage_type_home_2"] {
	float: left;
}
.seach-listing-homepage .wp_space_type-tardis label[for="parking_type_home_2"] {
	float: right;
}
.seach-listing-homepage .wp_space_type-tardis input[type="radio"]:checked+label {
	background-color: var(--red);
}
.seach-listing-homepage .danger_search_btn {
	font-family: var(--font-content);
	font-size: 18px;
	color: var(--white);
	background: var(--red) url(../../../images/svg/v3/icons_home-search.svg) no-repeat;
	background-size: 15px 15px;
	background-position: calc(50% - 32px);
	margin: 0px;
	line-height: 56px;
	border: 0px;
	padding: 0px;
	padding-left: 25px;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.seach-listing-homepage .danger_search_btn:hover {
	background-color: var(--red-hover);
}
/*END form_search*/

.wrapper_hero .marker_storage_type {
	height: 30vh;
	margin-top: 30px;
	min-height: 229px;
	width: 100%;
}
.marker_storage_type img {
	width: 100%;
	height: 100%;
}
/**************************End wrapper_hero************************************/

/**************************wrapper_selling_points************************************/
.wrapper_selling_points {
	width: 100%;
}
.wrapper_selling_points .home_content {
    max-width: 1250px;
    margin: 0 auto;
}
@media (min-width: 992px) {
	.wrapper_selling_points ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto;
		grid-gap: 30px;
	}
}
.wrapper_selling_points ul li .caption {
	display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: auto;
    grid-gap: 30px;
	background-color: var(--white);
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.12);
	border: solid 1px #e4e4e4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
}
.wrapper_selling_points .caption .sec-logo {
	display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper_selling_points .caption .sec-logo svg {
	display: inline-block;
	max-width: 50px;
}
.wrapper_selling_points .caption .sec-details {

}
.caption .caption_title {
	font-family: var(--font-raleway);
	font-size: 28px;
	font-weight: 700;
	color: #2D3236;
	line-height: 34px;
	margin-bottom: 4px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.caption p {
	font-family: var(--font-raleway);
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #2D3236;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/**************************End wrapper_selling_points************************************/

.wrapper_home_reviews {

}
.wrapper_home_reviews .wrapper_reviews {
	width: 770px;
    margin: 60px auto 0 auto;
}
.wrapper_home_reviews .wrapper_reviews .wrapper_title {
    font-family: var(--font-raleway);
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    color: #3C4855;
}

.wp_title {
	font-size: 38px;
	font-weight: 500;
	line-height: 57px;
	color: var(--color-title);
	text-align: left;
}
.wp_sub_title {
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	line-height: 40px;
	color: var(--color-sub-title);
	text-align: left;
}
/**************************wrapper_home_media_link************************************/
.wrapper_home_media_link {
	text-align: center;
}
.wrapper_home_media_link .home_content {
	display: inline-block;
}
.wrapper_home_media_link .wp_title {
	text-align: center;
}
.wrapper_home_media_link .list_media_link {
	margin-top: 100px
}
.list_media_link .item_media_link {
	float: left;
	width: calc(100%/8);
	text-align: center;
}
.item_media_link a{
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	width: inherit;
	border-left: 1px solid var(--gray-light);
	cursor: text;
}
.item_media_link img {
	width: 105px;
}
.item_media_link.item_1 a {
	border-left: none;
}
/**************************End wrapper_home_media_link************************************/

/**************************wrapper_home_city************************************/
.wrapper_home_city {
	margin-top: 80px;
}
.wrapper_home_city .home_content {
	max-width: 1170px;
}
.wrapper_home_city .home_content .wp_title {
	width: 950px;
    margin: 0 auto;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-size: 38px;
	line-height: 45px;
	text-align: center;
	color: #3C4855;
}
.wrapper_home_city .list_city {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
	margin-top: 50px;
	margin-bottom: 30px;
}
.list_city .item_city {
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.item_city a {
	display: table-cell;
	vertical-align: middle;
	height: 270px;
	width: 270px;
	font-family: var(--font-raleway);
	font-weight: 700;
    font-size: 26px;
    line-height: 34px;
	color: var(--white);
	background-color: rgba(20, 48, 73, 0.6);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	word-spacing: 100vw;
}
.item_city a:hover {
	text-decoration: none;
	color: var(--white);
	background-color: rgba(138, 155, 170, 0.6);
}
.list_city_bottom {
	text-align: center;
}
.list_city_bottom a {
	font-size: 16px;
    color: var(--color-content);
    display: inline-block;
    font-family: var(--font-raleway);
    line-height: 19px;
    color: #2D3236;
}
.list_city_bottom svg {
	margin: 0px 20px;
    width: 13px;
    height: 13px;
}
/**************************End wrapper_home_city************************************/

/**************************wrapper_home_storage_type************************************/
.wrapper_home_storage_type {

}
.wrapper_home_storage_type .wp_home_storage_type_title {
	margin-top: 80px;
}
.wrapper_home_storage_type .home_content {
	max-width: 1170px;
}
.wrapper_home_storage_type .home_content .wp_title {
	font-family: var(--font-raleway);
	font-weight: 700;
	font-size: 38px;
	line-height: 49px;
	color: #3C4855;
}
.wrapper_home_storage_type .home_content .wp_sub_title {
	font-family: var(--font-raleway);
	font-weight: 700;
	font-size: 28px;
	font-style: unset;
	line-height: 36px;
	color: #73CDE1;
}
.wrapper_home_storage_type .wp_home_storage_type_content {
	background-color: #f6f7f9;
	margin-top: 40px;
	padding: 80px 0px;
	min-height: 432px;
}
.wrapper_home_storage_type .wp_home_storage_type_content .home_content {
	display: grid;
    grid-template-columns: 370px 1fr;
    grid-gap: 30px;
}
.wrapper_home_storage_type .wp_home_storage_type_content .home_content .storage_content {
	text-align: center;
}
.wp_storage_type {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}
.wp_storage_type .storage_type {
	padding: 10px 10px 9px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 6px solid #f6f7f9;
}
.wp_storage_type .storage_type:hover {
	box-shadow: 0 10px 14px 0 rgba(42, 43, 47, 0.2);
	background-color: var(--white);
	border-color: var(--white);
	cursor: pointer;
}
.wp_storage_type .storage_type.active {
	box-shadow: 0 10px 14px 0 rgba(42, 43, 47, 0.2);
	background-color: var(--white);
	border-color: var(--red);
}
.wp_storage_type .storage_type_title {
    font-family: var(--font-raleway);
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #2D3236;
    margin-bottom: 5px;
    margin-top: 20px;
}
.wp_storage_type .storage_type_sub_title {
	font-family: var(--font-raleway);
	font-size: 14px;
	line-height: 1.15rem;
	color: var(--color-content);
}
.wp_storage_content img{
	margin-bottom: 50px;
}
.wp_storage_content p {
	margin-bottom: 30px;
	text-align: left;
	font-family: var(--font-raleway);
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #2D3236;
}
.wp_storage_content a {
    padding-right: 30px;
	display: table-cell;
	font-family: var(--font-raleway);
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: #2D3236;
	text-align: left;
	background-image: url(../../../images/homepage/svg/icon-goarrow-blue.svg);
	background-repeat: no-repeat;
	background-position: right;
}
.wp_storage_type .storage_type.active[data-id="caravan"] {
	border-color: #F07F5B;
}
.wp_storage_type .storage_type.active[data-id="furniture"] {
	border-color: #FDC24E;
}
.wp_storage_type .storage_type.active[data-id="clothes"] {
	border-color: #1FB584;
}
.wp_storage_type .storage_type.active[data-id="officedocs"] {
	border-color: #24C6BC;
}
.wp_storage_type .storage_type.active[data-id="boat"] {
	border-color: #06B4DC;
}
.wp_storage_type .storage_type.active[data-id="pallets"] {
	border-color: #73CDE1;
}
/**************************End wrapper_home_storage_type************************************/

/**************************wrapper_home_introduce************************************/
.wrapper_home_introduce {
	margin-top: 80px;
}
.wrapper_home_introduce .home_content {
    max-width: 1170px;
}
.wrapper_home_social_proof_slider .wp_title,
.wrapper_home_introduce .wp_title {
    font-family: var(--font-raleway);
    font-weight: 700;
    font-size: 38px;
    line-height: 49px;
    color: #3C4855;
	font-feature-settings: "pnum", "lnum";
}
.wrapper_home_social_proof_slider .wp_sub_title,
.wrapper_home_introduce .wp_sub_title {
    font-family: var(--font-raleway);
    font-weight: 700;
    font-size: 28px;
    font-style: unset;
    line-height: 36px;
    color: #73CDE1;
	font-feature-settings: "pnum", "lnum";
}
.wrapper_home_introduce .wp_introduce_content {
	margin-top: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;

}
.wp_introduce_content .introduce_item .wp_image {
	margin-top: 50px;
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.wp_introduce_content .introduce_item .introduce_title {
	font-family: var(--font-raleway);
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #3C4855;
}
.wp_introduce_content .introduce_item .introduce_content {
	font-family: var(--font-raleway);
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #2D3236;
	margin-top: 10px;
	margin-right: 30px;
}

/**************************End wrapper_home_introduce************************************/

.wrapper_home_social_proof_slider {
	margin-top: 80px;
	margin-bottom:50px;
	margin-left: 20px; 
    margin-right: 20px;
}

/**************************wrapper_home_renter_and_host************************************/
.wrapper_home_renter_and_host .wrapper_home_renter_and_host_content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	max-width: 1170px;
}
.wrapper_home_renter_and_host .wp_space_content {
	position: relative;
	display: flex;
}
.wrapper_home_renter_and_host .wp_icon {
	position: absolute;
	left: 40px;
	height: 78px;
	width: 78px;
	background-color: var(--white);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.09);
	text-align: center;
}
.wrapper_home_renter_and_host .wp_icon svg {
	margin-top: 21.5px;
}
.wrapper_home_renter_and_host .wp_container {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	margin-top: 40px;
	padding: 60px 22px 88px;
}
.wrapper_home_renter_and_host .wp_home_renter .wp_container {
	border-color: #03b3db;
	background-color: #03b3db;
	color: var(--white);
}
.wrapper_home_renter_and_host .wp_home_host .wp_container {
	border-color: #e5e5e5;
	background-color: #f2f4f7;
	color: var(--color-title);
}
.wrapper_home_renter_and_host .wp_container .wp_container_title {
	font-family: var(--font-raleway);
	font-weight: 700;
	font-size: 38px;
	line-height: 49px;
	margin-bottom: 12px;
}
.wp_home_renter .wp_container .wp_container_content {
	font-family: var(--font-raleway);
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0em;
}
.wp_home_host .wp_container .wp_container_content {
	font-family: Raleway;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0em;
	color: #3C4855;
}
.wrapper_home_renter_and_host .wp_space_content .wp_container {
    display: inline-block;
} 
.wrapper_home_renter_and_host .wp_container a {
	font-family: var(--font-raleway);
	font-size: 16px;
	font-weight: 600;
    line-height: 21px;
    text-decoration-line: underline;
	display: table-cell;
	position: absolute;
    bottom: 40px;
    left: 22px;
}
.wrapper_home_renter_and_host .wp_container a svg {
	float: right;
	margin-left: 10px;
}
.wp_home_renter .wp_container a {
	color: var(--white);

}
.wp_home_host .wp_container a {
	color: var(--color-title);

}
/**************************End wrapper_home_renter_and_host************************************/

/**************************wrapper_home_social_proof_slider************************************/
.wrapper_home_social_proof_slider .carousel-inner {
	background-image: url(../../../images/homepage/svg/graphic-australia.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.wrapper_home_social_proof_slider .slider_content {
	max-width: 884px;
	margin: 0px auto;
	/* height: 792px;
	position: relative; */
}
.slider_content .slider_title {
	text-align: center;
	color: var(--color-title);
	width: 100%;
	position: absolute;
	top: 32%;
}
.slider_content .slider_title h2 {
	font-size: 96px;
	font-weight: 600;
	line-height: 104px;
}
.slider_content .slider_title h4 {
	font-size: 38px;
	font-weight: 500;
	line-height: 46px;
}

.slider_content .slider_btn {
	/* position: absolute; */
	bottom: 34px;
	width: 100%;
	text-align: center;
	margin-top:50px;
}
.slider_content .slider_btn .btn_find {
	margin:auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 13px;
	gap: 10px;
	width: 270px;
	/* height: 45px; */
	
	/* SP Red */
	background: #F05B61;
	box-shadow: 0px 2px 0px #872A2A;
	border-radius: 8px;
	font-family: 'Raleway';
	font-feature-settings: "pnum", "lnum";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;

}
.slider_content .slider_btn .btn_find:hover {
	text-decoration: none;
	background-color: var(--red-hover);
}
.slider_content .slider_btn .btn_lease {
	display: inline-block;
	width: 300px;
	height: 52px;
	background: url(/images/svg/header_menu/button-leasemyspace.svg) no-repeat 0 0;
}
.slider_content .slider_map {
	height: 100%;
	width: 100%;
}
.slider_content.renter_map .slider_map {
	background-image: url(../../../images/homepage/face1.png),
	url(../../../images/homepage/face2.png),
	url(../../../images/homepage/face3.png),
	url(../../../images/homepage/face4.png),
	url(../../../images/homepage/face5.png),
	url(../../../images/homepage/face6.png),
	url(../../../images/homepage/face7.png),
	url(../../../images/homepage/face8.png);
	background-repeat: no-repeat;
	background-position: 46% 5%, 65% 70%, 20% 28%, 98.5% 43%, 79% 18%, 95% 67%, 84% 81%, 8% 74%;
}
.slider_content.host_map .slider_map {
	background-image: url(../../../images/homepage/host-face1.png),
	url(../../../images/homepage/host-face2.png),
	url(../../../images/homepage/host-face3.png),
	url(../../../images/homepage/host-face4.png),
	url(../../../images/homepage/host-face5.png),
	url(../../../images/homepage/host-face6.png);
	background-repeat: no-repeat;
	background-position: 82% 80%, 98.5% 43%, 95% 67%, 8% 75%, 42% 6%, 70% 75%;
}
.wrapper_home_social_proof_slider .slider_content.host_testimonials,
.wrapper_home_social_proof_slider .slider_content.renter_testimonials {
	max-width: 1170px;
	margin-bottom:25px;
}

.wrapper_home_social_proof_slider .divitem{
	margin-bottom: 80px;
}

.wrapper_home_social_proof_slider .label_renter_testimonials{
	margin-bottom: 25px !important;
}
.wrapper_home_social_proof_slider .testimonials_label{
	max-width: 1170px;
	margin:auto;
	margin-top:80px;
}
.wrapper_home_social_proof_slider .testimonials_label{
	max-width: 1170px;
	margin:auto;
}
.wrapper_home_social_proof_slider .testimonials_label h2{
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-size: 38px;
	line-height: 130%;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #3C4855;
}
.wrapper_home_social_proof_slider .testimonials_label .testimonials_h3{
	color:#00BAE1;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 130%;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #00BAE1;
}

.renter_testimonials  .list_renter_testimonials {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	/* position: absolute; */
	top: 99px;
}
.list_renter_testimonials .item_renter_testimonials {
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #e4e4e4;
	background-color: var(--white);
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}
.item_renter_testimonials .item_img {
	width: 112px;
	float: left;
}
.item_renter_testimonials .item_container {
	float: left;
	width: calc(100% - 112px);
	background-image:  url(../../../images/homepage/logo-5startrustpilot.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.item_renter_testimonials .item_container .note {
	font-size: 16px;
	line-height: 1.67rem;
	color: var(--color-content);
	min-height: 104px;
	font-family: 'Raleway';
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-weight: 400;
	line-height: 30px;
}
.item_renter_testimonials .item_container .name {
	font-size: 16px;
	color: var(--color-title);
	margin-top: 8.5px;
	margin-bottom: 5px;
	font-family: 'Raleway';
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-weight: 600;
	line-height: 36px;
}
.item_renter_testimonials .item_container .address {
	font-size: 14px;
	line-height: 1.86rem;
	color: var(--color-content);
	opacity: 0.5;
	font-family: 'Raleway';
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-weight: 400;
	line-height: 26px;
}
.host_testimonials .graphic_quote {
	position: relative;
	top: 50px;
	z-index: 1;
}
.host_testimonials .host_testimonials_content {
	background: #E5F8FC;
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.12);
	background-image: url(../../../images/homepage/host-cyril.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 97px;
	padding-bottom: 39px;
	/* position: absolute; */
	width: 100%;
	top: 120px;
	color: #1f273e;
}
.host_testimonials .host_testimonials_content > div{
	max-width: 642px;
	margin-left: 97.5px;
	background-image: url(../../../images/svg/v3/logo-large5startrustpilot.svg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.host_testimonials .host_testimonials_content h4 {
	font-size: 32px;
	font-weight: 500;
	line-height: 46px;
	font-family: 'Raleway';
	font-feature-settings: 'pnum' on, 'lnum' on; 
}
.host_testimonials .host_testimonials_content .note {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.9rem;
	margin: 30px 0px;
}
.host_testimonials .host_testimonials_content .note p {
	margin-bottom: 15px;
	font-size:16px;
	font-family: 'Raleway' !important;
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-weight: 300;
	line-height: 32px;
	color: #1F273E;
}
.host_testimonials .host_testimonials_content .name {
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	font-family: 'Raleway';
	font-feature-settings: 'pnum' on, 'lnum' on; 
}
.host_testimonials .host_testimonials_content .address {
	font-size: 18px;
	line-height: 1.67rem;
	color: #47495d;
	font-weight: 400;
	line-height: 30px;
	font-family: 'Raleway';
	font-feature-settings: 'pnum' on, 'lnum' on; 
}
.wrapper_home_social_proof_slider .carousel-control {
	opacity: 1;
	width: 80px;
	height: 80px;
	border: none;
}
/**************************End wrapper_home_social_proof_slider************************************/

/**************************wrapper_home_top_locations************************************/
.wrapper_home_top_locations {
	margin-top: 80px;
	margin-bottom: 70px;
}
.wrapper_home_top_locations .home_content {
	max-width: 1200px;
}
.wrapper_home_top_locations .wp_list_locations {
	margin-top: 30px;
}
.wrapper_home_top_locations .wp_list_locations a.self_storage_link {
	display: inline-block;
	width: calc(100% / 6);
	font-size: 14px;
	line-height: 28px;
}
.wrapper_home_top_locations .wp_list_locations a.car_storage_link, 
.wrapper_home_top_locations .wp_list_locations a.caravan_storage_link, 
.wrapper_home_top_locations .wp_list_locations a.boat_storage_link {
	display: inline-block;
	width: calc(100% / 5);
	font-size: 14px;
	line-height: 28px;
}
.wrapper_home_top_locations .wp_list_locations .locations_tab {
	display: table;
	margin-bottom: 20px;
    width: 100%;
	font-family: var(--font-content);
	font-size: 16px;
}
.wrapper_home_top_locations .wp_list_locations .locations_tab .loc_tab {
	display: table-cell;
	padding: 10px 20px;
	width: 10%;
	border-bottom: solid 1px #B2B5B8;
	color: var(--color-content);
	cursor: pointer;
}
.wrapper_home_top_locations .wp_list_locations .locations_tab .loc_tab.active, 
.wrapper_home_top_locations .wp_list_locations .locations_tab .loc_tab:hover {
	color: #00B2DB;
	border-bottom: solid 2px #00B2DB;
}
.wrapper_home_top_locations .wp_list_locations .locations_tab .loc_tab_blank_tab {
	width: 60%;
	display: table-cell;
	border-bottom: solid 1px #B2B5B8;
}
.wrapper_home_top_locations .wp_list_locations .locations_tab .loc_tab span {
	display: block;
	white-space: nowrap;
}

.wrapper_home_top_locations .wp_list_locations .loc_tab_mobile {
	border-top: solid 1px #B2B5B8;
	color: var(--color-content);
	padding: 15px 0px;
	font-size: 16px;
	background: url(/images/arrow-down-black.png) no-repeat right center;
}
.wrapper_home_top_locations .wp_list_locations .loc_tab_mobile_last_tab {
	border-bottom: solid 1px #B2B5B8;
}
.wrapper_home_top_locations .wp_list_locations .loc_tab_mobile.active {
	background: url(/images/arrow-up-black.png) no-repeat right center;
}



/* money-back-guarantee-section */

.money-back-guarantee-section {
    box-sizing: border-box;

}

.money-back-guarantee-section {
	margin-top: 0;
    margin-bottom: 70px;
}

.money-back-guarantee-section:nth-child(2) {
	margin-top: 100px;
    margin-bottom: 0px;
}

.money-back-guarantee-section .guarantee-sub-section{
    margin: 0 auto;
    display: flex;
    width: 1180px;
    padding: 20px;
    align-items: center;
    gap: 20px;
    border-radius: 8px;
    border: 1px solid var(--parkhound-grey, #D2D4D6);
    background: var(--parkhound-green-tint-5, #F4FBF9);
}


.money-back-guarantee-section .guarantee-sub-section {
    padding: 13px 13px 15px 15px; /* Adjust padding as needed */
    display: flex;
    align-items: center;
}


.money-back-guarantee-section .guarantee-sub-section .labels-container {
    display: flex;
    flex-direction: column;
    margin-left: 10px; /* Adjust margin as needed */
}


.money-back-guarantee-section .guarantee-sub-section .img-guarantee {
    display: flex;
    width: 110px;
    height: 110px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}


.money-back-guarantee-section .guarantee-sub-section .first-label{
    color: var(--parkhound-black, #2D3236);
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'ss09' on, 'ss02' on, 'liga' off;

    /* Main/Heading 3 - 24px - 1.5rem - fs-4 */
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    margin-bottom:5px;
}


.money-back-guarantee-section .guarantee-sub-section .second-label{
    color: var(--parkhound-black, #2D3236);
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'ss09' on, 'ss02' on, 'liga' off;

    /* Main/Body 1 - 16px - 1rem - fs-7 */
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.money-back-guarantee-section .guarantee-sub-section .second-label a:hover,
.money-back-guarantee-section .guarantee-sub-section .second-label a:active,
.money-back-guarantee-section .guarantee-sub-section .second-label a{
    color: var(--parkhound-green, #1EB785);
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'ss09' on, 'ss02' on, 'liga' off;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-decoration-line: underline;
}

#booking_modalinfo .modal-header h6 {
	color: #00BAE1;
	font-family: 'Raleway';
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	margin: 0px 30px 0px 30px;
}
#booking_modalinfo .modal-body {
    padding: 20px 20px !important;
}
#booking_modalinfo .modal-body .gurarantee_body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}
#booking_modalinfo .modal-body .icon-guarantee-badge {
    width: 61.65px;
    height: 61.65px;
}
#booking_modalinfo .modal-body .descriptions {
    font-family: Raleway;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #2D3236;
    margin-top: 20px;
}
#booking_modalinfo .modal-body ul {
    list-style-type: disc;
    margin-block-start: 20px;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}
/* end of money-back-guarantee-section */




/**************************End wrapper_home_top_locations************************************/

@media only screen and (max-width: 1350px) {

	.money-back-guarantee-section .guarantee-sub-section .first-label{
        font-size: 16px;
    }
    .money-back-guarantee-section .guarantee-sub-section .second-label a,
    .money-back-guarantee-section .guarantee-sub-section .second-label{
        font-size: 14px;
    }
    .money-back-guarantee-section .guarantee-sub-section .img-guarantee{
        width: 90px;
        height: 90px;
    }
    .money-back-guarantee-section .guarantee-sub-section{
        gap: 5px;
    }

	#wrapper_hero .main_hero .home_hero_content {
		padding-left: unset;
	}
	#wrapper_hero .main_hero .home_hero_logo {
		background-size: contain;
	}
	.sec-search-listings #autocomplete-ajax {
		width: calc(100% - 50% - 87px);
	}
	.wrapper_home_hero .wrapper_hero .home_content {
		width: -webkit-fill-available;
		width: -moz-available;
		margin: 0 30px;
		background-size: 45%;
	}
	.seach-listing-homepage .wp_space_type-tardis label {
		width: calc(100% / 2 - 10px);
	}
	.wrapper_selling_points .home_content {
		margin: 0 30px;
	}
}
@media only screen and (max-width: 1250px) {
	
	.money-back-guarantee-section .guarantee-sub-section{
		width: auto;
	}
	.money-back-guarantee-section {
	    padding-bottom: 50px;
	}
	
	.money-back-guarantee-section:nth-child(2) {
		margin-top: 60px;
	}

	.wrapper_home_social_proof_slider .label_renter_testimonials{
		margin-bottom: 0 !important;
	}
	.wrapper_home_social_proof_slider .divitem {
		margin-bottom: 20px;
	}
	.wrapper_home_social_proof_slider .testimonials_label {
		padding: 20px;
	}

	.money-back-guarantee-section,
	.wrapper_home_city .home_content, 
	.wrapper_home_storage_type .home_content, 
	.wrapper_home_introduce .home_content, 
	.wrapper_home_renter_and_host .home_content, 
	.wrapper_home_top_locations .home_content {
		margin: 0 40px;
	}
	.wrapper_home_social_proof_slider .testimonials_label h2{
		font-size: 32px;
	}
	.wrapper_home_social_proof_slider .testimonials_label .testimonials_h3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1100px) {
	.wrapper_hero .home_hero_content .home_title {
		font-size: 47px;
		line-height: 55px;
	}
	.wrapper_hero .home_hero_content .home_title br {
		display: none;
	}
	.wrapper_selling_points ul li .caption {
		padding: 20px 15px;
	}
	.wrapper_home_city .home_content .wp_title {
		width: unset;
	}
	.item_city a {
		height: 200px;
		width: unset;
	}
	.list_city_bottom a {
		line-height: 30px;
	}
}
@media only screen and (max-width: 991px) {
	.wrapper_home_social_proof_slider .testimonials_label {
		padding-top: 25px;
	}
	.wrapper_hero {
		padding: 70px 0 30px 0;
	}
	.wrapper_hero .home_hero_content {
		width: unset;
	}
	.wrapper_hero .home_hero_content .home_title {
		width: 650px;
		margin: 0 auto;
		text-align: center;
	}
	.wrapper_hero .home_hero_content .home_sub_title {
		text-align: center;
		width: 600px;
		margin: 30px auto 0px;
	}
	.sec-booking-features {
		background-image: unset;
	}
	#wrapper_hero .main_hero {
		grid-template-columns: 1fr;
		grid-gap: 30px;
		margin: 0 auto;
		width: 700px;
	}
	#wrapper_hero .main_hero .home_hero_logo {
		height: 250px;
		background-position-x: center;
	}
	.sec-search-listings #autocomplete-ajax {
		width: 668px;
	}
	.wrapper_selling_points {
		width: 760px;
		position: unset;
		top: unset;
		margin: 50px auto 0;
	}
	.wrapper_home_media_link .list_media_link {
		margin-top: 50px;
	}
	.wrapper_home_reviews .wrapper_reviews {
		width: unset;
		margin: 60px 40px 0 40px;
	}
	.wp_storage_type {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 10px;
	}
	.wp_storage_type .sec-breaker {
		display: none;
	}
	
	.money-back-guarantee-section:nth-child(2) {
		margin-top: 100px;
	}
}
@media only screen and (max-width: 900px) {
	.wrapper_home_city .list_city {
		grid-gap: 15px;
	}
	.wrapper_home_renter_and_host .wp_container {
		padding: 35px 22px 60px;
	}
	.wrapper_home_renter_and_host .wp_container a {
		bottom: 20px;
	}

}
@media only screen and (max-width: 800px) {
	/* .wrapper_home_social_proof_slider{
		margin-left:25px;
		margin-right:25px;
	} */
	.money-back-guarantee-section,
	.wrapper_home_city .home_content, 
	.wrapper_home_storage_type .home_content, 
	.wrapper_home_introduce .home_content, 
	.wrapper_home_renter_and_host .home_content, 
	.wrapper_home_top_locations .home_content {
		margin: 0 25px;
	}
	.wrapper_hero .home_hero_content .home_title {
		width: unset;
	}
	.wrapper_hero .home_hero_content .home_sub_title {
		width: unset;
	}
	#wrapper_hero .main_hero {
		width: -webkit-fill-available;
		width: -moz-available;
		margin: 0 30px;
	}
	.sec-search-listings #autocomplete-ajax {
		width: calc(100% - 92px);
	}
	.wrapper_selling_points {
		width: -webkit-fill-available;
		width: -moz-available;
	}
}
@media only screen and (max-width: 599px) {
	.money-back-guarantee-section {
		margin-top: 30vh;
	}

	.money-back-guarantee-section {
	    padding-bottom: 0;
	}
	
	.money-back-guarantee-section:nth-child(2) {
		margin-top: 50px;
	}


	.wrapper_home_social_proof_slider .testimonials_label {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.wrapper_hero {
		padding: 70px 0 5px 0;
	}
	#wrapper_hero .main_hero {
		margin: 0 25px;
		grid-gap: 10px;
	}
	#wrapper_hero .main_hero .home_hero_logo {
		height: 180px;
	}
	.sec-search-listings #autocomplete-ajax {
		width: calc(100% - 82px);
	}
	.wrapper_hero .home_hero_content .home_title {
		font-size: 40px;
		line-height: 50px;
	}
	.wrapper_hero .home_hero_content .home_sub_title {
		margin: 20px auto 0px;
	}
	.home_hero_content .form_search_home {
		margin-top: 30px;
	}
	.wrapper_home_reviews .wrapper_reviews {
		margin: 60px 5px 0;
	}
	.wrapper_home_city .home_content {
		margin: 0 25px;
	}
	.list_city_bottom a {
		line-height: 10px;
	}
	.wrapper_home_storage_type .wp_home_storage_type_content .home_content {
		grid-template-columns: 1fr 150px !important;
	}
	.caption .caption_title, 
	.caption p {
		-webkit-line-clamp: 10;
	}
	.wrapper_home_storage_type .wp_home_storage_type_content .home_content {
		display: block;
	}
}
@media only screen and (max-width: 470px) {
	.sec-search-listings .listing-type .listing-item-tab {
		font-size: 12px;
	}
	.sec-search-listings .listing-type .listing-item-tab.item-parkhound label {
		font-size: 12px;
	}
	.sec-search-listings .listing-type .listing-item-tab.item-parkhound span {
		font-size: 8.29px;
	}
}
@media only screen and (max-width: 450px) {
	.wrapper_home_social_proof_slider .label_host_testimonials {
		padding-top: 50px;
	}
	.wrapper_hero {
		padding: 60px 0 5px 0;
	}
	#wrapper_hero .main_hero {
		margin: 0 15px;
	}
	.sec-search-listings #autocomplete-ajax {
		width: calc(100% - 50px);
	}
	.wrapper_hero .home_hero_content .home_title {
		font-size: 36px;
		line-height: 43px;
	}
	.wrapper_hero .home_hero_content .home_sub_title {
		margin: 10px auto 0px;
	}
	.seach-listing-homepage .wp_space_type-tardis label {
		width: calc(100% / 2 - 5px);
	}
	.seach-listing-homepage .wp_space_type-tardis label {
		font-weight: 600;
	}
	.wrapper_home_reviews .wrapper_reviews .wrapper_title {
		font-size: 32px;
	}
	.wrapper_home_storage_type .wp_home_storage_type_content .home_content {
		grid-gap: 10px;
	}
	.wrapper_selling_points .home_content {
		margin: 0 20px !important;
	}
	.sec-search-listings {
		padding: 16px 10px;
	}
}
@media only screen and (max-width: 400px) {
	.money-back-guarantee-section {
		margin-top: 40vh;
	}

	.wrapper_home_renter_and_host {
		margin-top:10vh !important;
	}
	.slider_content .slider_btn .btn_find{
		width: auto;
	}
	.wrapper_home_social_proof_slider .label_host_testimonials {
		padding-top: 90px;
	}
	#wrapper_hero .main_hero {
		margin: 0 10px;
	}
	.sec-search-listings #autocomplete-ajax {
		width: calc(100% - 40px);
	}
	.seach-listing-homepage .wp_space_type-tardis label {
		width: 100%;
	}
	.seach-listing-homepage .wp_space_type-tardis label[for="storage_type_home_2"] {
		margin-bottom: 20px;
	}
	#wrapper_hero .main_hero .home_google_rating{
		/* font-size: 18px; */
	}
	#wrapper_hero .main_hero .trust_pilot_rating{
		/* font-size: 18px; */
	}
	.sec-search-listings .listing-type .listing-item-tab.item-parkhound span img {
		width: 40%;
	}
}
@media only screen and (max-width: 375px) {
	.wrapper_home_renter_and_host {
		margin-top:10vh !important;
	}
	.money-back-guarantee-section {
		margin-top: 50vh;
	}
}
@media only screen and (max-width: 360px) {

	.wrapper_hero .home_hero_content .home_title {
		font-size: 38px;
		line-height: 45px;
	}
	#wrapper_hero .main_hero .home_google_rating{
		/* font-size: 16px; */
	}
	#wrapper_hero .main_hero .trust_pilot_rating{
		/* font-size: 16px; */
	}
	.wrapper_home_social_proof_slider .label_host_testimonials {
		padding-top: 150px;
	}
	.money-back-guarantee-section {
		margin-top: 55vh;
	}
}
@media only screen and (max-width: 320px) {
	.money-back-guarantee-section {
		margin-top: 90vh;
	}
	#wrapper_hero .main_hero .home_google_rating .home_icon_stars{
		width: 35%;
	}
	#wrapper_hero .main_hero .home_google_rating .home_icon_google{
		width: 25%;
	}
	#wrapper_hero .main_hero .home_google_rating_2 .home_icon_stars{
		width: 35%;
	}
	#wrapper_hero .main_hero .home_google_rating_2 .home_icon_google{
		width: 25%;
	}
	#wrapper_hero .main_hero .trust_pilot_rating .home_icon_stars{
		width: 35%;
	}
	#wrapper_hero .main_hero .trust_pilot_rating .home_icon_trust_pilot{
		width: 25%;
	}
}
@media only screen and (max-width: 280px) {
	.wrapper_home_renter_and_host {
		margin-top:75vh !important;
	}
}
@media only screen and (max-width: 1224px) {
	.wp_introduce_content .introduce_item .wp_image .connecting_wire {
		display: none;
	}
}
@media only screen and (max-width: 1179px) {
	.wrapper_home_renter_and_host .wp_container .wp_container_title {
		font-size: 30px;
		line-height: 40px;
	}
	.renter_testimonials .list_renter_testimonials {
		/* top: 35px; */
	}
	.wrapper_home_social_proof_slider .slider_content.host_testimonials,
	.wrapper_home_social_proof_slider .slider_content.renter_testimonials {
		margin: 0px 20px;
	}

}

@media only screen and (max-width: 1024px) {

	.wrapper_home_top_locations .wp_list_locations a.self_storage_link, 
	.wrapper_home_top_locations .wp_list_locations a.car_storage_link, 
	.wrapper_home_top_locations .wp_list_locations a.caravan_storage_link, 
	.wrapper_home_top_locations .wp_list_locations a.boat_storage_link {
		width: calc(100% / 4);
	}

	/* trust-pilot-b */
	#trust-pilot-b .reviews-rate {
		width: 150px;
	}
	#trust-pilot-b .reviews-rate .stars-icon-container {
		font-size: 18px !important;
	}
	#trust-pilot-b .reviews-rate .stars-icon-container .stars-icon svg {
		width: 23px;
    	height: 23px;
	}
	#trust-pilot-b .reviews-rate .stars {
		width: 160px;
	}
	#trust-pilot-b .reviews-rate .stars-icon .home_icon_reviews_star{
		height: 21px !important;
	}

}
@media only screen and (max-width: 991px) {
	.wrapper_selling_points ul li .caption {
		margin: 0px auto 20px;
		padding: 20px 25px;
	}
	.caption .caption_title {
		font-size: 28px;
	}
	.list_media_link .item_media_link {
		width: calc(100%/4);
	}
	.item_media_link.item_5 a {
		border-left: none;
	}
	.wrapper_home_social_proof_slider .carousel-control,
	.wrapper_home_social_proof_slider .carousel-control svg {
		width: 50px;
		height: 50px;
	}
}
@media only screen and (max-width: 979px) {
	.home_hero_content .home_title {
		font-size: 28px;
	}
	.home_hero_content .home_sub_title {
		font-size: 18px;
		margin-top: 15px;
	}
	.seach-listing-homepage .danger_search_btn {
		line-height: 44px;
	}
	.wp_title {
		font-size: 30px;
		line-height: 40px;
	}
	.wp_sub_title {
		font-size: 25px;
	}
	.wrapper_home_renter_and_host .wp_icon {
		width: 55px;
		height: 55px;
		left: 20px;
	}
	.wrapper_home_renter_and_host .wp_icon svg {
		width: 32px;
		margin-top: 12.5px;
	}
	.wrapper_home_renter_and_host .wp_container .wp_container_title {
		font-size: 25px;
		line-height: 28px;
	}
	.wrapper_home_renter_and_host .wrapper_home_renter_and_host_content {
		grid-column-gap: 20px;
	}
	.wrapper_home_social_proof_slider .carousel-inner {
		background-size: 100%;
	}
	.renter_testimonials .list_renter_testimonials {
		grid-gap: 20px;
	}
	.item_renter_testimonials .item_container {
		float: none;
		width: 100%;
	}
	.item_renter_testimonials .item_container .note {
		font-size: 16px;
		line-height: 22px;
	}
	.wrapper_home_social_proof_slider .carousel-control {
		bottom: 36px;
		top: auto;
	}
	.host_testimonials .host_testimonials_content > div {
		margin-left: 20px;
		margin-right: 20px;
	}
	.host_testimonials .graphic_quote {
		left: 20px;
	}
}
@media only screen and (max-width: 828px) {

}

@media only screen and (max-width: 820px) {
	#trust-pilot-b .reviews-rate {
		width: auto;
	}
	#trust-pilot-b .reviews-rate .stars-icon-container {
		font-size: 24px !important;
	}

	#trust-pilot-b .reviews-rate .stars {
		width: 217px;
	}

	#trust-pilot-b .reviews-rate .stars-icon .home_icon_reviews_star {
		height: auto !important;
	}
}

@media only screen and (max-width: 768px) {

	.item_city a {
		font-size: 18px;
		line-height: 22px;
		height: 162px;
	}
	.wp_home_storage_type_content .wp_storage_content {
		width: 100%;
	}
	.wp_storage_content .storage_content {
		text-align: center;
	}
	.wp_home_storage_type_content .wp_storage_type {
		width: 100%;
		margin: 0px;
		display: block;
		float: left;
		margin-bottom: 30px;
	}
	.wp_storage_type .storage_type {
		display: block;
		padding: 10px;
		height: 24px;
	}
	.wp_storage_type.mobile-view .storage_type {
		display: unset;
		float: left;
	}
	.wp_storage_type img {
		width: 24px;
		float: left;
	}
	.wp_storage_type .storage_type_title {
		font-size: 16px;
		float: left;
		margin: 0px;
		margin-left: 8px;
		line-height: 24px;
	}
	.wp_storage_type .storage_type_sub_title {
		display: none;
	}
	.wrapper_home_introduce .wp_introduce_content {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
	}
	.wp_introduce_content .introduce_item {
		text-align: center;
	}
	.wp_introduce_content .introduce_item .introduce_content {
		line-height: 1.5rem;
		margin: 0px;
	}
	.wrapper_home_top_locations .wp_list_locations a.self_storage_link, 
	.wrapper_home_top_locations .wp_list_locations a.car_storage_link, 
	.wrapper_home_top_locations .wp_list_locations a.caravan_storage_link, 
	.wrapper_home_top_locations .wp_list_locations a.boat_storage_link {
		width: calc(100% / 3);
	}
	.seach-listing-homepage {
		margin-left: 0px !important;
	}
	.wp_introduce_content .introduce_item .wp_image {
		display: block;
		grid-template-columns: unset;
	}
	.wrapper_home_storage_type .wp_home_storage_type_content .home_content {
		grid-template-columns: 1fr 200px;
	}
}
@media only screen and (max-width: 650px) {
	.wrapper_home_top_locations { margin-bottom: 50px; }
}
@media only screen and (max-width: 599px) {
	.wrapper_home_social_proof_slider .testimonials_label h2{
		font-size: 22px;
	}
	.wrapper_home_social_proof_slider .testimonials_label .testimonials_h3{
		font-size: 12px;
	}
	.wrapper_home_hero {
		height: auto;
	}
	.seach-listing-homepage .searchButton {
		width: 44px;
	}
	.seach-listing-homepage{
		margin-left: 0px;
	}
	.seach-listing-homepage .danger_search_btn {
		text-indent: -1000px;
		background-position: center;
	}
	.wrapper_selling_points {
		position: unset;
		margin-bottom: 20px;
	}
	.wrapper_selling_points .home_content {
		margin: 0 25px !important;
	}
	.wrapper_selling_points ul li .caption {
		width: unset;
		padding: 20px 20px;
	}
	.marker_storage_type img {
		display: none;
	}
	.marker_storage_type {
		background-image: url(../../../images/homepage/svg/marker-room.svg),
		url(../../../images/homepage/svg/marker-garage.svg),
		url(../../../images/homepage/svg/marker-outdoor.svg);
		background-repeat: no-repeat;
		background-position: top left, center right, bottom left;
	}
	
	.wp_title, 
	.wrapper_home_reviews .wrapper_reviews .wrapper_title, 
	.wrapper_home_city .home_content .wp_title, 
	.wrapper_home_storage_type .home_content .wp_title, 
	.wrapper_home_social_proof_slider .wp_title,
	.wrapper_home_introduce .wp_title {
		font-size: 20px;
		line-height: 25px;
	}
	.wp_sub_title, 
	.wrapper_home_storage_type .home_content .wp_sub_title, 
	.wrapper_home_social_proof_slider .wp_sub_title,
	.wrapper_home_introduce .wp_sub_title {
		font-size: 18px;
	}
	.wrapper_home_city .list_city {
		grid-template-columns: 1fr 1fr;
	}
	.list_city_bottom a {
		font-size: 14px;
		padding: 10px;
	}
	.wrapper_home_renter_and_host .wrapper_home_renter_and_host_content {
		grid-template-columns: 1fr;
	}
	.wrapper_home_renter_and_host {
		margin-top:5vh;
		margin-bottom: 60px;
	}
	.wrapper_home_social_proof_slider .slider_content {
		height: 400px;
	}
	.slider_content .slider_title {
		top: 125px;
	}
	.slider_content .slider_title h2 {
		font-size: 52px;
		line-height: 60px;
	}
	.slider_content .slider_title h4 {
		font-size: 28px;
	}
	.renter_testimonials .list_renter_testimonials {
		grid-template-columns: 1fr;
		top: 0px;
	}
	.list_renter_testimonials .item_renter_testimonials:nth-child(n+3) {
		display: none;
	}
	.list_renter_testimonials .item_renter_testimonials {
		padding: 15px;
	}
	.item_renter_testimonials .item_container {
		background-size: 65px;
	}
	.item_renter_testimonials .item_container .note {
		font-size: 12px;
		line-height: 18px;
		min-height: auto;
	}
	.item_renter_testimonials .item_container .name {
		margin: 0px;
	}
	.item_renter_testimonials .item_container .address {
		font-size: 12px;
		line-height: 16px;
	}
	.item_renter_testimonials .item_img {
		width: 70px;
	}
	.host_testimonials .host_testimonials_content {
		top: 25px;
		padding-top: 30px;
		padding-bottom: 20px;
		background-size: 115px;
	}
	.host_testimonials .graphic_quote {
		top: 20px;
	}
	.host_testimonials .graphic_quote svg {
		width: 51px;
		height: 40px;
	}
	.host_testimonials .host_testimonials_content > div {
		padding-bottom: 18px;
		background-size: 142px;
		background-position: bottom left;
	}
	.host_testimonials .host_testimonials_content h4 {
		font-size: 22px;
		line-height: 30px;
	}
	.host_testimonials .host_testimonials_content .note {
		font-size: 12px;
		line-height: 18px;
		margin: 10px 0px;
	}
	.host_testimonials .host_testimonials_content .note p {
		margin-bottom: 10px;
	}
	.host_testimonials .host_testimonials_content .name {
		font-size: 18px;
		line-height: 27px;
	}
	.host_testimonials .host_testimonials_content .address {
		font-size: 12px;
		line-height: 22px;
	}
	.slider_content .slider_map {
		background-size: 7%;
		height: 400px;
		max-width: 400px;
		margin: auto;
	}
	/* .slider_content .slider_btn .btn_find {
		line-height: 44px;
	} */
	.slider_content .slider_btn .btn_lease {
		max-width: 213px;
		height: 44px;
		background-size: 100% 100%;
	}
	.wrapper_home_social_proof_slider .carousel-control,
	.wrapper_home_social_proof_slider .carousel-control svg {
		width: 44px;
		height: 44px;
	}
	.wrapper_home_social_proof_slider .carousel-inner {
		background-size: 100% 400px;
		background-position: left center;
	}
	.wrapper_home_social_proof_slider .carousel-control,
	.slider_content .slider_btn {
		bottom: 0px;
	}

	.money-back-guarantee-section .guarantee-sub-section .first-label{
        font-size: 14px;
    }
    .money-back-guarantee-section .guarantee-sub-section .second-label a,
    .money-back-guarantee-section .guarantee-sub-section .second-label{
        font-size: 12px;
    }
}
@media only screen and (max-width: 480px) {
	.list_media_link .item_media_link {
		width: calc(100%/2);
	}
	.item_media_link.item_3 a,
	.item_media_link.item_7 a {
		border-left: none;
	}
	.wrapper_home_introduce .wp_introduce_content {
		grid-template-columns: 1fr;
	}
	.wp_introduce_content .introduce_item .wp_image svg {
		width: 54px;
	}
	.wp_introduce_content .introduce_item .introduce_title {
		font-size: 18px;
	}
	.wp_introduce_content .introduce_item .introduce_content {
		font-size: 16px;
	}
	.wrapper_home_top_locations .wp_list_locations a.self_storage_link, 
	.wrapper_home_top_locations .wp_list_locations a.car_storage_link, 
	.wrapper_home_top_locations .wp_list_locations a.caravan_storage_link, 
	.wrapper_home_top_locations .wp_list_locations a.boat_storage_link {
		width: calc(100% / 2);
		font-size: 12px;
		padding: 10px 0;
	}
	.home_hero_content .home_title {
		max-width: 400px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 550px) {
	/* trust-pilot-b */
	#trust-pilot-b .reviews-rate {
		width: 125px;
	}
	#trust-pilot-b .reviews-rate .stars-icon-container {
		font-size: 14px !important;
	}
	#trust-pilot-b .reviews-rate .stars {
		width: 125px ;
	}
	#trust-pilot-b .reviews-rate .stars-icon .home_icon_reviews_star{
		height: 15px !important;
	}
	#trust-pilot-b .google-trust-pilot-rate-container .google-container .stars-rate, #trust-pilot-b .google-trust-pilot-rate-container .trust-pilot-container .stars-rate {
    	font-size: 12px;
	}
	#trust-pilot-b .google-trust-pilot-rate-container .google-container .stars-rate img {
    	width: 65px;
	}
	#trust-pilot-b .google-trust-pilot-rate-container .trust-pilot-container .stars-rate img {
		width: 75px;
	}
	/* trust-pilot-c */
	#trust-pilot-c .google-trust-pilot-container {
    	width: 340px;
	}
	#trust-pilot-c .google-trust-pilot-container .google-container, #trust-pilot-c .google-trust-pilot-container .trust-pilot-container {
    	font-size: 12px;
	}
	#trust-pilot-c .google-trust-pilot-container .google-container .home_icon_google {
    	width: 45px;
	}
	#trust-pilot-c .google-trust-pilot-container .google-container .home_icon_stars, #trust-pilot-c .google-trust-pilot-container .trust-pilot-container .home_icon_stars {
		width: 85px;
	}
	#trust-pilot-c .google-trust-pilot-container .trust-pilot-container .home_icon_trust_pilot {
    	width: 65px;
	}
	/* trust pilot b mobile version */
	#trust-pilot-b {
		display: none !important;
	}
	#trust-pilot-b-mobile {
		display: flex !important;
	}
}
@media only screen and (max-width: 450px) {
	.seach-listing-homepage .searchInput {
		margin-right: 0px;
		width: 100%;
	}
	.home_how_it_work button {
		font-size: 14px;
	}
	.home_hero_content .home_sub_title {
		font-size: 16px;
		line-height: 25px;
	}
	.seach-listing-homepage .searchButton {
		position: absolute;
		right: 7px !important;
		top: 41px;
		width: 40px !important;
		z-index: 999 !important;
	}
	.seach-listing-homepage .danger_search_btn {
		line-height: 30px;
	}
}
@media only screen and (max-width: 360px) {
	.home_hero_content .home_title {
		font-size: 24px;
	}
}

/************************WIDGET LINK****************************/

#longtail-widget-location .longtail-content h3 {
	margin: 0px 0 15px;
	font-weight: normal;
	font-size: 28px;
	line-height: 42px;
}

#longtail-widget-location ul#longtail-links li {
	display: inline-block;
	padding: 0px 8px;
}

#longtail-widget-location ul#longtail-links li a {
	color: #474c54;
	font-size: 18px;
	text-decoration: underline;
	font-weight: normal;
	line-height: 30px;
}

#longtail-widget-location ul#longtail-links li a:hover {
	text-decoration: none;
}

#site-index #longtail-widget-location {
	background: #ffffff;
	padding: 40px 0;
	width: 100%;
	text-align: center;
	border: 1px solid #E8EFF7;
	box-sizing: border-box;
}

#site-index #longtail-widget-location .longtail-content {
	max-width: 1220px;
	margin: 0 auto;
}

#site-index #longtail-widget-location .longtail-content h3 {
	text-align: center;
}

#site-index #longtail-widget-location .longtail-content .border_bottom{
	border: 2px solid #03b3db;
	max-width: 320px;
	margin: auto;
}

#site-index #longtail-widget-location ul#longtail-links{
	padding-top: 40px;
}

#site-index #longtail-widget-location ul#longtail-links li {
	border-right: 1px solid #807f83;
	margin: 5px 0;
}

#site-index #longtail-widget-location ul#longtail-links li:last-child {
	border-right: none;
}

#site-index #longtail-widget-location ul#longtail-links li a {
	padding: 0 10px;
	text-decoration: none;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #616161;
}

#site-index #longtail-widget-location ul#longtail-links li a:hover {
	text-decoration: underline;
}

#site-landingpage #longtail-widget-location {
	margin-top: 40px;
}

#search-index #longtail-widget-location {
	text-align: center;
	padding: 20px 40px;
}

@media only screen and (max-width: 900px){
	#longtail-widget-location .longtail-content h3 {
		font-size: 20px;
	}
	#site-index #longtail-widget-location ul#longtail-links li a{
		font-size: 14px;
	}
	#site-index #longtail-widget-location {
		padding: 25px 0;
	}
	#site-index #longtail-widget-location ul#longtail-links {
		padding-top: 25px;
	}
}

@media only screen and (max-width: 599px){
	#site-index #longtail-widget-location ul#longtail-links li a{
		font-size: 12px;
	}
	#longtail-widget-location .longtail-content h3 {
		margin: 0;
	}
	#site-index #longtail-widget-location ul#longtail-links li a {
		padding: 0 5px;
	}
	#longtail-widget-location ul#longtail-links li {
		padding: 0px 5px !important;
	}
}

/************************END WIDGET LINK****************************/
@media (max-width:280px) {
	.money-back-guarantee-section{
		margin-top: 80vh;
	}
	.wrapper_home_renter_and_host{
		margin-top: 10vh  !important;
	}

	.wrapper_home_social_proof_slider .label_host_testimonials{
		padding-top:30vh;
	}
	.slider_content .slider_btn .btn_find{
		padding: 5px;
		width: 100%;
	}
	#spacer-tech .main-logo svg{
		width: 100%;
	}
	.wrapper_home_social_proof_slider {
		margin-bottom: 200px;
	}
}