/*!
Theme Name: Auction
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: auction
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Auction is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
@charset "utf-8";

/*----------intial declartaion of css----------*/

*{ /*appearance:none; -moz-appearance:none;-webkit-appearance:none;*/}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,select,input,option,textarea{margin:0;padding:0;border:0;outline:0;font-size:100%;/* list-style:none;*/box-sizing:border-box;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}

audio,canvas,video{ display:inline-block;}

audio:not([controls]){display:none;height:0;}

pre { white-space:pre; white-space:pre-wrap; word-wrap:break-word; }

q { quotes:none; }

q:before,q:after{ content:''; content:none; }

small { font-size:80%; }

sub,sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline; }

sup { top:-0.5em; }

sub { bottom:-0.25em, }

nav ul,nav ol { list-style:none; list-style-image:none; }

button,input,select,textarea { font-size:100% ;margin:0; vertical-align:baseline; }

textarea { overflow:auto; vertical-align:top; }

table { border-collapse:collapse; border-spacing:0; }

button,html input[type="button"],input[type="reset"],input[type="submit"],textarea {-webkit-appearance:none;border-radius:0}

/* remember to define focus styles! */
:focus { outline:0; }

/* tables still need 'cellspacing="0"' in the markup */

table { border-collapse:separate; border-spacing:0; }

caption,th,td { text-align:left; font-weight:normal; }

a { text-decoration:none; }

blockquote:before,blockquote:after,q:before,q:after { content:""; }

blockquote,q { quotes:"" ""; }

table { border:0 none; border-collapse:collapse; border-spacing:0; }

td { vertical-align:top; }

img { border:0 none; max-width:100%; }

a { outline:none; cursor:pointer; }



/* End Clearfix */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display:block; }

.clear { clear:both; }

img { max-width:100%; }

/* For modern browsers */

.d-flex {display:flex; flex-wrap:wrap; }

.align-center { align-items:center; }

.justify-content-space { justify-content:space-between; }

.justify-content-center { justify-content:center; }

.text-left { text-align:left; }

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

strong { font-family: "Inter", sans-serif; font-weight:700; }

a { text-decoration:underline; transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; color:#3D67AD; }

a:hover{color:#000000;}

a:-webkit-any-link:focus-visible{outline-offset:1px;}

:focus-visible{outline:-webkit-focus-ring-color auto 1px;}

a:focus-visible { outline:black auto 0px;}

:focus-visible { outline:black auto 0px;}

:focus { outline:black auto 0px;}



body { font-size:18px; line-height: 29px; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none;color:#000000;font-family: "Inter", sans-serif;font-weight:400; }

.btn { outline:none!important;transition:all 0.5s ease-in-out 0s;-moz-transition:all 0.5s ease-in-out 0s;-ms-transition:all 0.5s ease-in-out 0s;-o-transition:all 0.5s ease-in-out 0s;-webkit-transition:all 0.5s ease-in-out 0s;text-decoration:none;color:#fff; font-family: "Inter", sans-serif; font-weight: 600; font-size: 18px;  background-color: #F7EC0F; text-decoration: none; color: #000000; padding: 10px 30px 10px 30px; border-radius: 0px; letter-spacing: 0.1px; display: inline-block; }
.btn:hover { background-color: #2F4590; color: #fff;}

.btn.btn-blue { background-color: #3D67AD; color: #fff; }
.btn.btn-blue:hover { background-color: #F7EC0F; color: #000; }

p { font-size:18px;line-height:28px;color:#000000;font-family: "Inter", sans-serif;letter-spacing:0;font-weight:400; }

h1 { font-size:38px; line-height:48px; margin-bottom:21px;  font-family: "Inter", sans-serif; color:#000000; font-weight: 300; }

h2,.h2 { font-size:28px; line-height:38px;  font-family: "Inter", sans-serif; margin-bottom:20px; color:#000000; font-weight: 400;  }

h3,.h3 { font-size:24px; line-height:34px;  font-family: "Inter", sans-serif; margin-bottom:20px; color:#000000; font-weight: 400; position: relative; }

h4,.h4 { font-size:20px; line-height:30px;  font-family: "Inter", sans-serif; margin-bottom:20px; color:#000000;}

h5,.h5 { font-size:18px; line-height:28px;  font-family: "Inter", sans-serif; margin-bottom:20px; color:#000000; }

table { border-collapse:collapse;width:100%; }

td { border:2px solid #FFB14D; text-align:left; padding:15px 9px; font-size:25px; color:#000000; font-family: "Inter", sans-serif; font-weight:500; }

td strong { display:block; }

ul { margin-bottom: 30px; }
ul li { font-size: 18px; line-height: 28px; color: #000000; font-family: "Inter", sans-serif; letter-spacing: 0; font-weight: 400; margin-bottom: 10px; list-style:none; position: relative; padding-left: 20px; }

ol li { font-size: 18px; line-height: 28px; color: #000;font-family: "Inter", sans-serif; letter-spacing: 0; font-weight: 500; margin-bottom: 5px; }

ul li:before { content: ""; position: absolute; left: 3px; top: 12px; background: #000000; width: 5px; height: 5px; border-radius: 50%; }

ol { padding-left: 20px; margin-bottom: 20px; }

#dynamic-video-container { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; }
.list-style-none ul li:before { display: none; }
.list-style-none ul { margin: 0; padding: 0; }
.list-style-none ul li { margin: 0; padding: 0; list-style: none; }

.container { max-width: 1260px; margin: 0 auto; padding:0 30px; position: relative; z-index: 111; }

.text-link { color: #000000; text-decoration: none; font-size: 18px; line-height: 29px; font-weight: 600; font-family: "Inter", sans-serif;; position: relative; }
.text-link:after { content: ""; position: relative; right: 0; top: 15px; background-image: url(../image/link-arrow-rt.svg); background-repeat: no-repeat; width: 42px; height: 42px; display: inline-block; margin: 0 0 0 10px; transition: all 0.5s ease-in-out; }
.text-link:hover:after { margin: 0 0 0 20px; }

/* header css start here */
header .header-main { background-color: #3D67AD; padding: 30px 0; }
header .header-top strong { color: #2D65B0; text-transform: uppercase; max-width: 310px; display: inline-block; line-height: 24px; font-size: 24px; font-weight: 900; letter-spacing: 0.2px; }
header .header-top { padding: 30px 0 20px; }
header .main-heading h1 { color: #fff; font-weight: 700; font-size: 28px; line-height: 34px; letter-spacing: 0.5px; margin-bottom: 0; }
header .header-main-wrap { display: flex; justify-content: space-between; align-items: center; }
header .main-heading { max-width: 550px; padding-right: 15px; }
header .button-wrap { max-width: 300px; }
header .header-logo figure { margin: 0; }
.header-logo { max-width: 280px; }

/* footer css start here */
footer { background-color: #3D67AD; padding:40px 0 0; }
footer .footer-logo strong { color: #fff; text-transform: uppercase; max-width: 360px; display: inline-block; line-height: 28px; font-size: 28px; font-weight: 900; letter-spacing: 0.2px; }
footer .footer-wrap { display: flex; align-items: center; justify-content: space-between; max-width: 950px; margin: 0 auto; padding-bottom: 35px; }
footer .footer-social-icon-wrap { display: flex; flex-wrap: wrap; max-width: 360px; }
footer .footer-social-icon-wrap .item { display: flex; align-items: center; padding: 10px 0; }
footer .footer-social-icon-wrap .icon-add span { display: inline-block; color: #fff; font-size: 18px; line-height: 28px; font-weight: 500; padding-left: 20px; letter-spacing: 0.2px; }
footer .item-icon { display: flex; align-items: center; }
footer .icon-add a:hover span { color: #F7EC0F; }
footer .icon-add a { transition: all 0.5s ease-in-out; }
footer .copyright { background-color: #2F4590; padding: 12px 0; text-align: center; }
footer .copyright-text-wrap p { color: #fff; font-size: 18px; line-height: 28px; font-weight: 500; }
.footer-logo img { width: 320px; }
.footer-logo figure { margin-bottom: 0; }

/* banner css start here */
.hero-banner { margin-bottom: 100px; }
.hero-banner .item-bg { width: 100%; height: 600px; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.hero-banner .slider-nav-item-bg { width: 100%; height: 170px; background-size: cover; background-repeat: no-repeat; background-position: center center; border: 3px solid transparent; transition: all 0.5s ease-in-out; }
.hero-banner .slider-nav { background-color: #EBEBEB; padding: 8px; margin-top: 20px; }
.hero-banner .slider-nav-item { padding: 0 3px; }
.hero-banner .slick-current .slider-nav-item .slider-nav-item-bg { border: 3px solid #273F8F; }


/*slider button css here*/

button.slick-prev { position: absolute; left: -60px; top: 50%; transform: translateY(-50%); border: none; font-size: 0; width: 55px; height: 55px; background: #fff; border-radius: 50%; cursor: pointer;}

button.slick-next { position: absolute; right: -60px; top: 50%; transform: translateY(-50%); border: none; font-size: 0; width: 55px; height: 55px; background: #fff; border-radius: 50%; cursor: pointer;}

button.slick-next.slick-arrow:after { display: block; width: 20px; height: 20px; border-top: 3px solid #000; border-left: 3px solid #000; transform: rotate(135deg); content: ""; position: absolute; top: 18px; left: 0; right: 8px; margin: 0 auto; }

button.slick-prev.slick-arrow:after { display: block; width: 20px; height: 20px; border-top: 3px solid #000; border-left: 3px solid #000; transform: rotate(-45deg); content: ""; position: absolute; top: 18px; left: 8px; right: 0; margin: 0 auto; }

.slider.slider-for button.slick-next { right: 20px; z-index: 1;}
.slider.slider-for button.slick-prev { left: 20px; z-index: 1; }

/*slider button css here*/


.tabs-section { padding: 0 0 100px 0; }
#parentHorizontalTab { box-shadow: 0px 0px 20px 0px #00000040; }
#parentHorizontalTab .resp-tabs-list { display: inline-block; width: 100%; background-color: #3D67AD; padding: 10px 10px 0px 10px; }
.resp-tabs-list li.resp-tab-active { background-color: #FFFFFF !important;  color: #000; }
.resp-tabs-list li { display: inline-block; padding: 12px 51px !important; margin: 0 0 0 0; list-style: none; cursor: pointer; float: left; background-color: transparent !important; color: #fff; font-size: 18px; font-weight: 600; letter-spacing: 0.2px; }
.resp-tabs-container { padding: 0px; background-color: #fff; clear: left; }
h2.resp-accordion { cursor: pointer; padding: 0px; display: none; }
.property-info-wrap .property-info-left { width: 57%; padding-right: 20px; }
.property-info-wrap .property-info-right { width: 43%; background-color: #F4F4F4; padding: 17px 30px 30px 20px; }
.property-info-wrap .property-info-right ul { margin: 0 0 0 9px; }
.property-info-wrap .property-info-right ul li { margin-bottom: 3px; }
.property-info-wrap .property-info-right h4 { margin-bottom: 14px; }
.property-info-wrap { display: flex; }
.tabs-section ul.resp-tabs-list { margin: 0; }
.tabs-section ul.resp-tabs-list li:before { display: none; }
#parentHorizontalTab .item { padding: 38px 30px 30px 30px; }
.property-info-wrap .property-info-left h3 { font-size: 20px; font-weight: 600; letter-spacing: 0.1px; margin-bottom: 15px; }
.property-info-wrap .property-info-left h2 { font-weight: 600; font-size: 24px;  letter-spacing: 0.3px; }
.property-info-wrap .property-info-left .icon-with-content { display: flex; margin-bottom: 40px; }
.property-info-left .icon-with-content .property-icon { width: 50px; }
.property-info-left .icon-with-content .property-icon + .property-desc { width: calc(100% - 50px); }
.property-info-wrap .property-info-left .property-desc p { font-size: 18px; line-height: 28px; }
.iframe-vdo iframe { width: 100%; height: 365px; }
.property-info-left .property-desc .btn { margin-top: 20px; }
.property-info-left .property-desc .btn-blue { background-color: #3D67AD; color: #fff; }
.property-info-left .property-desc .btn-blue:hover { background-color: #F7EC0F; color: #000; }

.auction-info { display: flex; }
.auction-info .auction-info-left { width: 100%; }
.auction-info .auction-info-right { padding: 0 0 0 0; }
.auction-info .auction-info-left h2 { font-size: 24px; font-weight: 600; line-height: 34px; margin-bottom: 25px; }
.auction-info .listing-item span { font-size: 20px; font-weight: 600; display: inline-block; letter-spacing: 0.2px; }
.auction-info .listing-item { margin-bottom: 27px;display: flex; }
.auction-info .auction-info-right p { padding-bottom: 0px; }
.auction-info .auction-info-right span { padding-bottom: 0px; display: inline-block; font-weight: 500; }
.auction-info .listing-item .listing-item-lft + .auction-info-right {  width: calc(100% - 320px); }
.auction-info .listing-item .listing-item-lft { width: 320px; }
.listing-title { padding-right: 80px; }

.terms-conditions p { margin-bottom: 29px; letter-spacing: 0px; line-height: 30px; font-size: 18px; }
.terms-conditions ul li { margin: 0 0 2px 0; padding:0 0 0 15px; letter-spacing: 0.2px; position: relative; }
.terms-conditions ul li:before { content: "*"; display: inline-block; background: transparent; top: 0; left: 0px; }
.terms-conditions p span { display: inline-block; width: 100%;}
.terms-conditions p a { text-decoration: none; }
.map-directions iframe { width: 100%; height: 600px; }

.resp-tab-content { display: none; }
.resp-tab-active { margin-bottom: 0px !important; padding: 0px !important; }
.resp-tab-active { border-bottom: none; background-color: #fff; }
.resp-content-active, .resp-accordion-active { display: block; }
h2.resp-accordion { font-size: 13px; margin: 0px; padding: 10px 15px; }
h2.resp-tab-active { margin-bottom: 0px !important; padding: 10px 15px !important; }

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list { float: left; width: 30%; }
.resp-vtabs .resp-tabs-list li { display: block; padding: 15px 15px !important; margin: 0 0 4px; cursor: pointer; float: none; }
.resp-vtabs .resp-tabs-container { padding: 0px; background-color: #fff; float: left; width: 68%; min-height: 250px; border-radius: 4px; clear: none; }
.resp-vtabs .resp-tab-content { border: none; word-wrap: break-word; }
.resp-vtabs li.resp-tab-active {  position: relative; z-index: 1; margin-right: 0px !important; padding:0px !important; margin-bottom: 4px !important; }
.resp-arrow { width: 0; height: 0; float: right; margin-top: 15px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 12px solid #fff; }
h2.resp-tab-active span.resp-arrow { border: none; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 12px solid #fff; margin-top: 12px;}
/*-----------Accordion styles-----------*/
h2.resp-tab-active { background: #DBDBDB; }
.resp-easy-accordion h2.resp-accordion { display: block; }
.resp-jfit { width: 100%; margin: 0px; }
.resp-tab-content-active { display: block; }

@media only screen and (max-width: 991px) {
    ul.resp-tabs-list { display: none !important; }
    h2.resp-accordion { display: block; background-color: #3D67AD; border-bottom: 1px solid #fff; }
    h2.resp-accordion { font-size: 18px; margin: 0px; padding: 10px 15px; color: #fff; font-weight: 700; }
    .resp-vtabs .resp-tabs-container { border: none; float:none; width:100%; min-height:100px; clear: none; }
    .resp-accordion-closed { display: none !important; }
    .resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
}

.error-404 { padding: 150px 0; height: calc(100vh - 260px); display: flex; align-items: center; }
.error-404 .page-header h1 { font-weight: 700; }
.error-404 .page-content p { font-weight: 500; margin-bottom: 20px; }

@media (max-width:1400px) {
   .slider.slider-nav.slick-initialized.slick-slider { margin: 0 60px; margin-top: 20px; }
    .hero-banner .item-bg { height: 550px; }
    .hero-banner { margin-bottom: 60px; }
}
@media (max-width:1199px) {
    .hero-banner .item-bg { height: 500px; }
    header .main-heading h1 { font-size: 24px; line-height: 30px; }
    header .main-heading { max-width: 450px; }
    header .header-top strong { max-width: 260px; line-height: 20px; font-size: 20px; }
    header .header-top { padding: 20px 0 10px; }
    header .header-main  { padding: 25px 0; }
    footer .footer-logo strong { max-width: 310px; line-height: 24px; font-size: 24px; }
    .property-info-wrap .property-info-left h3 { font-size: 18px; line-height: 28px; }
    .property-info-wrap .property-info-left h2 { font-size: 20px; line-height: 30px; letter-spacing: 0.3px; margin-bottom: 12px; }
    #parentHorizontalTab .item { padding: 30px 30px 30px 30px; }
    .resp-tabs-list li { padding: 12px 31px !important; }
    .listing-title { padding-right: 0; }
    .auction-info .listing-item .listing-item-lft { width: 260px; }
    .auction-info .listing-item .listing-item-lft + .auction-info-right { width: calc(100% - 260px); }
    .error-404 { padding: 100px 0; }
}
@media (max-width:991px) {
  .hero-banner .item-bg { height: 450px; }
    header .main-heading h1 { font-size: 20px; line-height: 26px; }
    header .main-heading { max-width: 380px; }
    .btn { padding: 10px 20px 10px 20px; }
    header .header-top strong { max-width: 210px; line-height: 16px; font-size: 16px; }
    .resp-tabs-list li { padding: 12px 12px !important; font-size: 17px; }
       .property-info-wrap .property-info-left { width: 100%; padding-right: 0; }
    .property-info-wrap .property-info-right { width: 100%; }
    .property-info-wrap { flex-wrap: wrap; }
    .property-info-wrap .property-info-left .icon-with-content { margin-bottom: 25px; }
    .terms-conditions p { margin-bottom: 18px; }
    .map-directions iframe { height: 500px; }
    .tabs-section { padding: 0 0 60px 0; }
}
@media (max-width:767px) {
  .hero-banner .item-bg { height: 400px; }
    header .header-main-wrap { flex-wrap: wrap; justify-content: center; text-align: center; }
    header .main-heading { max-width: 100%; padding: 0; margin-bottom: 20px; }
    header .header-top { text-align: center; }
    header .header-top strong { max-width: 100%; }
    footer .footer-wrap { flex-wrap: wrap; }
    .footer-logo { width: 100%; margin-bottom: 25px; text-align: center;}
    .footer-social-icon-with-link { width: 100%; }
    footer .footer-social-icon-wrap { margin: 0 auto; }
    footer .footer-logo strong { max-width: 100%; }
    footer { padding: 40px 0 0; }
    .slider.slider-nav.slick-initialized.slick-slider { margin: 0 50px; margin-top: 20px;}
    button.slick-prev { left: -50px; }
    button.slick-next { right: -50px; }
    .map-directions iframe { height: 450px; }
     .hero-banner { margin-bottom: 50px; }
    #parentHorizontalTab .item { padding: 30px 20px 30px 20px; }
    .property-info-wrap .property-info-right { padding: 15px 15px 20px 15px; }
    .property-info-wrap .property-info-left .property-desc p { font-size: 16px; line-height: 26px; }
    footer .copyright-text-wrap p { font-size: 16px; line-height: 26px; }
    .iframe-vdo iframe { height: 320px; }
    .auction-info .listing-item .listing-item-lft + .auction-info-right { width: 100%; }
    .auction-info .listing-item { flex-wrap: wrap; }
    .auction-info .listing-item .listing-item-lft { width: 100%; margin-bottom: 5px; }
    .header-logo { margin: 0 auto; }
}
@media (max-width:640px) {
    .hero-banner .slider-nav-item-bg { height: 130px; }   
}
@media (max-width:575px) {
    .slider.slider-nav { display: none; }
    .slider.slider-nav.slick-initialized.slick-slider { margin: 0 30px; margin-top: 15px; }
    .hero-banner .item-bg { height: 340px; }
    .map-directions iframe { height: 350px; }
    .terms-conditions p { font-size: 16px; line-height: 26px; }
    ul li { font-size: 16px; line-height: 26px; }
    .auction-info .auction-info-right p { font-size: 16px; line-height: 26px; }
    .auction-info .listing-item:last-child { margin-bottom: 0; }
    .auction-info .listing-item .listing-item-lft { margin-bottom: 2px; }
    .auction-info .listing-item { margin-bottom: 20px; }
    button.slick-next { width: 50px; height: 50px; }
    button.slick-prev { width: 50px; height: 50px; }
    button.slick-next.slick-arrow:after { width: 15px; height: 15px; }
    button.slick-prev.slick-arrow:after { width: 15px; height: 15px; }
}