@media screen and (min-width: 1366px){
	.header-main .container-fluid {
	    padding-left: 1rem;
	    padding-right: 3.75rem;
	}
}
@media screen and (max-width: 1399px){
	.common-contact .col-map .column:not(:last-child) {
	    padding-right: 1.2em;
	}
	.sale-location .top-bar ul.nav,
	.sale-location .tab-bar ul.nav {
	    font-size: 0.95em;
	}
}
@media screen and (max-width: 1199px){
	.common-contact .col-map .column {
	    font-size: 0.8em;
	}
	.common-contact .col-map .column:not(:last-child) {
	    padding-right: 1.4em;
	}
	.footer-logo {
	    width: 18.6em;
	}
	.footer-horse {
	    width: 13.1em;
	}
	.footer-right .column {
	    gap: 1em;
	}
	.footer-menu {
    	gap: 0.8em;
	}
	.sale-location .top-bar ul.nav, .sale-location .tab-bar ul.nav {
	    font-size: 0.8em;
	}
	.sale-location .top-bar ul.nav li:not(:last-child):after {
	    margin-left: 0.7em;
	}
}
@media screen and (max-width: 991px){
	.header-logo {
	    max-width: 12em;
	}
	.my-menu {
	    gap: 1em 3em;
	}
	.home-common-section .col-text {
	    width: 100%;
	    order: 2;
	}
	.home-common-section .col-img {
	    width: 100%;
	    margin-bottom: calc(var(--bs-space) / 1.6);
	}
	.home-common-section .icon {
	    transform: translateX(-10%);
	}
	.home-common-section-right .icon {
	    left: 0;
	}
	.common-contact .col-form {
	    width: 100%;
	    padding-top: calc(var(--bs-space) / 2);
	}
	.common-contact .col-map {
	    width: 100%;
	}
	.common-contact .col-map .column {
	    font-size: 1em;
	}
	.common-contact .col-map .column:not(:last-child) {
	    padding-right: 3.4em;
	}
	.footer-main {
	    padding-top: 40px;
	}
	.footer-main .custom-row {
	    justify-content: center !important;
	    gap: calc(var(--bs-space) / 1.5);
	}
	.footer-logo {
	    width: 14em;
	}
	.footer-horse {
	    width: 9em;
	}
	.footer-right {
	    width: 100%;
	    justify-content: center;
	    text-align: center;
	    flex-wrap: wrap;
	}
	.footer-right .column {
	    flex-direction: row !important;
	    gap: calc(var(--bs-space) / 1.5);
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}
	.sale-location .top-bar ul.nav, .sale-location .tab-bar ul.nav {
	    justify-content: center;
	    gap: 1em;
	    font-size: 1em;
	}
}
@media screen and (max-width: 767px){
	.header-logo {
	    max-width: 10em;
	}
	.btn-menu {
	    padding: 0.4em 0.7em;
	}
	.my-menu {
	    padding-top: calc(var(--bs-space) / 1.6);
	}
	.common-contact .col-map .column:not(:last-child) {
	    padding-right: 0.8em;
	}
}
@media screen and (max-width: 575px){
	.common-contact .col-map .column:not(:last-child) {
	    padding-right: 0;
	    padding-bottom: 0.8em;
	    border-right: 0 !important;
	    border-width: 0 0 2px 0 !important;
	    border-style: solid !important;
	    margin-bottom: 0.8em;
	}
	.footer-main .custom-row {
	    flex-direction: column;
	    align-items: center !important;
	}
	.footer-right {
	    flex-direction: column;
	}
	.footer-right .column {
	    flex-direction: column !important;
	}
	.footer-social {
	    justify-content: center;
	}
	.sale-location .top-bar ul.nav, .sale-location .tab-bar ul.nav{
		flex-direction: column;
	}
	.sale-location .top-bar ul.nav li:not(:last-child):after {
	    margin-left: 0;
	    color: transparent;
	}
}