section.top_zero {
    padding: 100px 0;
}
section.top_zero p{
	line-height:1.4;
}
section.top_zero p + p{
	margin-top:20px;
}

.top_zero h2.border_b {
    padding: 20px 10px;
    margin-bottom: 20px;
    color: var(--main-color);
    font-size: 23px;
    font-weight: bold;
    background-color: #ffffffaa;
    background-blend-mode: saturation;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    border-bottom: 2px solid var(--secondary-color);
    background-image: url(https://cdn1.gnbproperty.com/gnb-user-uploads/cnb/website/hobarts/833e93bf0102dc1d8c2fe1411d0a8b8f.jpg);
}
h2.border_b.default {
    background-image: none;
    border-bottom: 0;
    margin-bottom: 0;
}
.top_zero p + h2.border_b {
	margin-top:50px;
}

.welcome_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    margin: 10px auto 30px;
    max-width: 1350px;
}
.welcome_cards {
    padding: 50px 40px;
    background-color: #fafafacc;
    background-blend-mode: saturation;
    background-image: url(https://cdn1.gnbproperty.com/gnb-user-uploads/cnb/website/hobarts/833e93bf0102dc1d8c2fe1411d0a8b8f.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.welcome_cards.padd_b {
    margin-bottom: 30px;
}
.ap_wrapper .welcome_grid.three {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
h3.border_b {
    padding:0 0  20px;
    margin-bottom: 25px;
    color: var(--main-color);
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid var(--secondary-color);
}
.welcome_hobarts .topic_title_text_more {
    text-align: center;
    margin-bottom: 20px;
}
.welcome_hobarts > p{
    margin:0 0  30px;
}
.welcome_hobarts .common_button{
	margin:0 auto;
	display:table;
}

 section.top_zero  .flex_button a:first-child{
	margin-right:10px;
	margin-bottom:10px;
}
section.top_zero .flex_button{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
}
 section.top_zero  .ca_link , #registerContainer  .ca_link {
    display: table;
    padding: 12px;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    display: table;
    text-align: center;
    background-color: var(--secondary-color);
    transition: var(--ease);
}
.clamp_1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp_2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp_3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp_4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp_5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ap_wrapper .list_items{
	list-style:none;
	padding-left: 25px;
	margin-bottom:10px;
	margin-top:10px;
}
.ap_wrapper .list_items li{
	position:relative;
	font-size:15px;
	margin-bottom: 5px;
}
.ap_wrapper .list_items li:before {
    content: "\f00c";
    position: absolute;
    top: 0;
    left: -25px;
    font-family: fontawesome;
    font-size: 18px;
    color: var(--secondary-color);
}
.ap_wrapper .list_items li:last-child{
	margin-bottom:0;
}
.ap_wrapper .order_items{
	list-style:decimal;
	padding-left: 25px;
	margin-bottom:10px;
	margin-top:10px;
}
.ap_wrapper .order_items li{
	position:relative;
	font-size:16px;
	margin-bottom: 5px;
}
.ap_wrapper .order_items li:last-child{
	margin-bottom:0;
}
.mortgage_calc {
    margin: 150px auto 30px !important;
}
.mortgage_calc h2 {
    font-size: 28px;
    line-height: 1.3;
    color: #000;
}
.mortgage_calc h2, .mortgage_calc p {
    margin-bottom:10px;
}
.mortgage_from .form-control, .btn-theme{
    font-family: inherit;
}
.mortgage_from label {
    margin-bottom: 10px;
}
.stamp_duty_div {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}
.stamp_duty_div_container {
    padding: 180px 20px  100px!important;
    min-height: 390px;
    height: 70vh;
}
.gnb-overall-privacy-policy {
    padding: 160px 0 50px;
}
  .gnb-privacy-p-b-10 p, .gnb-privacy-p-b-50 p{
    font-size: 16px !important;
      margin-bottom: 10px;
      line-height: 1.7;
      color: #000 !important;
  }
  .gnb-privacy-p-b-10 li, .gnb-privacy-p-b-50 li{
    font-size: 16px;
      margin-bottom: 10px;
      line-height: 1.7;
  }
  .gnb-privacy-p-b-10 a, .gnb-privacy-p-b-50 a{
      color: var(--secondary-color) !important;
      font-weight: bold;
      transition:all 100ms ease;
  }
  .gnb-privacy-p-b-10 a:hover, .gnb-privacy-p-b-50 a:hover{
      color: var(--main-color) !important;
    
  }
  .gnb-privacy-head {
      font-size: 24px !important;
  }
  p.gnb-privacy-head {
      font-weight: bold;
      font-size: 20px !important;
  }
  
  
  @media (max-width:768px){
  	.contact_grid, .contact_address_detail{
  		box-shadow: none !important;
  	}
  }
  @media (max-width:576px){
  	.top_zero h2.border_b{
  		font-size: 20px !important;
  	}
  }
  @media (max-width:480px){
  	.column_span {
	    grid-column: auto !important;
	}
	.grid_group {
	    grid-template-columns: auto !important;
	}
  }