.choose-property-type [type=radio]:checked, .choose-property-type [type=radio]:not(:checked) {
    left: unset;
    position: relative;
}
.state_link
{
      background: #e5e5ed !important;
    padding: 10px 40px;
    border-radius: 10px;
}
.property-more-links ul
{
  list-style:none !important;
  cursor:pointer;
}
.property_types_links
{
  background: #d3d3d359;
  padding: 20px;
  border-radius: 10px;
  margin: 0 auto;
}
.property_types_links a
{
      color: #605b5b !important;
}
.cst-link h6
{
  font-size: 16px !important;
      text-decoration: underline;
}
.cst-box
{
      background-color: #fbfbfb;
    border-radius: 8px;
  box-shadow:0 2px 2px 0 rgba(28, 36, 51, .102);
}
.cst-link
{
    text-align: center !important;
    padding: 20px 5px !important;
}
.property-more-links
{
  margin-bottom:30px;
}
.property-more-links ul
{
  display:flex;
  border-bottom:solid 1px lightgray;
}
.property-more-links .active-tab
{
  border-bottom: solid #CD380F;
}
.property-more-links ul li
{
  margin-left: 20px;
  width: 50px;
  text-align: center;
}
.property-more-links .active-button
{
    border: none;
    background: #cd380f;
    color: white;
    text-decoration: underline;
    border-radius: 5px;
    font-weight: 600;
}
.property-more-links button
{
  border: none;
  background: #d3d3d366;
  text-decoration: underline;
  border-radius: 5px;
  font-weight: 600;
}


.cst-link h6
{
  font-size: 16px !important;
      text-decoration: underline;
}
.cst-box
{
      background-color: #fbfbfb;
    border-radius: 8px;
  box-shadow:0 2px 2px 0 rgba(28, 36, 51, .102);
}
.cst-link
{
    text-align: center !important;
    padding: 20px 5px !important;
}
h2.section-title
{
  font-size: 36px;
}
.flat-section {
    padding: 40px 80px;
}
.flat-section div
{
    border: 0;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
.box-title {
    margin-bottom: 40px !important;
}
.flat-section h2
{
  font-family:"Josefin Sans", sans-serif !important;
}
.text-subheading, .text-subtitle {
    font-family: "Josefin Sans", sans-serif !important;
    font-weight: 600;
    letter-spacing: .8px;
    text-transform: uppercase;
}
.text-subtitle {
    font-size: 14px;
    line-height: 24px;
}
.grid-location-v2 {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.box-location-v3 .img-style {
    border-radius: 0;
}
.hover-img .img-style img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .3s cubic-bezier(0,0,.44,1.18);
    width: 100%;
}
.flat-section h6
{
    font-size: 24px;
}
.box-location-v3 .content .btn-view {
    margin-top: 4px;
}
.btn-view {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}
.flat-section a, a:focus, a:hover {
    text-decoration: none;
    transition: all .3s ease;
}
.box-location-v3 .content .btn-view .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.btn-view.style-1 .text {
    color: #5c6368;
}
.btn-view .text {
    color: #161e2d;
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    position: relative;
}
.box-location-v3 .content .btn-view .text:before {
    background-color: #fff;
}
.btn-view.style-1 .text:before {
    background-color: #161e2d;
    left: auto;
    right: 0;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    width: 0;
}
.btn-view .text:before {
    background-color: var(--primary-color);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.btn-view .icon {
    color: #db1d23;
}
svg {
    stroke-width: 1.5;
}
.country-section .content
{
  padding: 10px 5px;
}
.country-section .box-location-v3 {
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 rgba(28, 36, 51, .102);
    gap: 24px;
    display: block;
    overflow: hidden;
    transition: all .3s ease;
    text-align: center;
}
.box-location-v3 {
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 rgba(28, 36, 51, .102);
    display: flex;
    gap: 24px;
    overflow: hidden;
    transition: all .3s ease;
}
@media only screen and (max-width: 575px) {
    .grid-location-v2 .box-location-v3 {
        gap: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .grid-location-v2 {
        grid-template-columns: 1fr !important;
    }
}
@media only screen and (max-width: 1199px) {
    .grid-location-v2 {
        grid-template-columns: 1fr 1fr;
    }
}