@media (min-width: 768px){
  .counter-section .portion .count{
    font-size: 42px;
  }
  .counter-section .portion .count-item{
    font-size: 18px;
  }
  .subscriber-section h2 {
    line-height: 40px;
    font-size: 22px;
  }
  .subscriber-section h3 {
    font-size: 18px;
  }
  .FooterContactArea .footer-contact h3 {
    font-size: 22px;
    line-height: 40px;
  }
  .hero-back-details .text-back h1 {
    line-height: 45px;
    font-size: 45px;
  }
  .copy-right-section {
    font-size: 11px;
  }
  .filter-more {
    float: left;
  }
  .filter-head {
    font-family: HelveticaBold;
    font-size: 15px;
    text-transform: uppercase;
  }
  .FilterPopupFetureListcontainer {
    font-size: 14px;
  }
  .filter-price-range {
    padding: 0 10px;
  }
  .filter-param {
    display: inline-block;
  }
  .filter-panel .SelectOptonsflter select {
    border: 2px solid #F16258;
    background: #FFF;
    border-radius: 3px;
    padding: 5px 5px;
    font-size: 13px;
    box-shadow: none;
    height: 32px;
  }
  .floating-button {
    background: #FFF;
    color: #F16258;
    border-radius: 4px;
    display: block;
    width: 88px;
    float: right;
  }
  .floating-button .active {
    background: linear-gradient(90deg, #f06257, #f9a125);
    color: #FFF
  }
  .floating-button .btn {
    border: 1px solid #F16258;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
    box-shadow: none;
  }
  .xtra-bottom {
    margin: 0 0 10px 0;
  }
  .paginationcontainer {
    text-align: center;
  }
  .main-details-sect h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .PropertyPriceSection .price {
    font-size: 22px;
    font-family: HelveticaBold;
    display: inline-block;
    margin: 5px 0;
  }
  .PropertyPriceSection {
    margin: 10px 0 0;
    border-top: 1px solid #CCC;
    padding: 15px 0;
  }
  .PropertyPriceSection .btn-warning{
    background: linear-gradient(90deg, #f06257, #f9a125);
    font-size: 14px;
    color: #FFF;
    border: 1px solid #F16258;
    display: block;
    font-family: HelveticaBold;
    float: right;
    width: auto;
  }  
  .PropertyPriceSection .btn-warning:hover{
    opacity: .8;
  }
  .propertyDescriptionBox{
    padding: 15px 20px;
    background: #e8e8e8;
  }
  .propertyDescriptionBox .sect-title {
    margin: 5px 0;
  }
  .propertyDescriptionBox .subtitle{
    font-size: 14px;
    color: #231F20;
    font-family: HelveticaBold;
  }
  .propertyDescriptionBox p{
    font-size: 1.5rem;
    line-height: 2.1rem;
    color: #231F20;
    margin: 10px 0;
  }
  .propertyDescriptionBox .btn-danger{
    font-size:13px;
    color: #fff;
    background: linear-gradient(90deg, #f06257, #f9a125);
    padding: 10px 16px;
    display: inline-block;
    border: 0px;
  }
  .propertyDescriptionBox .btn-danger:hover{
    opacity: .8;
  }
  .details-sect {
    margin: 0 0 30px 0;
  }
  .details-sect .sect-title{
    font-size: 22px;
    color: #F16258;
  }
  .details-sect hr {
    margin: 5px 0;
  }
  .details-sect .item-group{
    margin:0;
    padding:0;
  }
  .details-sect .item{
    text-align: center;
    min-height: 115px;
  }
  .details-sect .item-img{
    display: block;
    padding: 10px 25px;
  }
  .details-sect .item-label{
    font-size: 16px;
    color: #231F20;
    font-family: Helvetica;
  }
  .PropertyReviews .btn_cont{
    text-align: left;
    margin-top: 0px;
    padding: 0px;
    float: right;
  }
  .review-title {
    font-size: 20px;
    font-weight: 500;
    margin: 8px 0;
    color: #231F20;
  }
  .rating-attr {
    font-size: 13px;
  }
  .star-radio {
    margin: 0 5px 0 0;
  }
  .profile-pic-container {
    width: 100px;
    height: 100px;
    overflow: hidden;
  }
  .profile-pic-container img {
    height: 100%;
    width: 100%;
  }
  .PropertyReviews .reviewsGroup{
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  .PropertyReviews .reviewsGroup li{
    position: relative;
    margin-bottom: 45px;
  }
  .PropertyReviews .reviewsGroup li .profilePic{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .review-dp {
    display: block;
    max-width: 45%;
    float: left;
    margin: 0 0 0 15px;
  }
  .review-meta {
    display: block;
    float: left;
    margin: 5px 0 0 15px;
    width: 50%;
  }
  .review-meta-item {
    margin: 0 0 5px 0;
    display: block;
  }
  .review-container {
    margin: 10px 0 0 0;
  }
  .review-container .review-user{
    font-weight: 600;
    color: #000;
    display: inline-block;
  }
  .review-container .review-content {
    margin: 10px 0;
  }
  .resp-message {
    text-align: left;
    font-size: 13px;
  }
  .resp-message.error {
    color: #f15825;
  }
  .resp-message.success {
    color: #067709;
  }
  .warn {
    font-size: 12px;
    display: inline-block;
    margin: 10px 0;
    color: #f15825;
  }
  .AboutUsContainer{
    padding: 0;
  }
  .Aboutbanner {
    max-height: 500px;
    overflow: hidden;
  }
  .Aboutbanner h2{
    border-bottom: 1px #FFF solid;
    padding-bottom: 10px;
    display: inline-block;
    color: #FFF;
  }
  .Aboutbanner h3{
    color: #FFF;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
  }
  .Aboutbanner p{
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
  }
  .banner-captions {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    margin: 25% 5% 0;
  }
  .AboutUsContainer .sect-title {
    font-size: 26px;
    color: #F16258;
    text-align: center;
  }
  .AboutUsContainer .item-title {
    font-size: 20px;
    color: #231F20;
  }
	.AboutUsTopSection h3 {
    font-size: 18px;
    line-height: 28px;
	}
	.AboutUsTopSection p {
		font-size: 14px;
		line-height: 22px
	}
	.OurTeamSection section .panel-body {
		margin: 0 0 20px 0;
	}
	.OurTeamSection section .panel-body h3 {
		font-size: 18px;
		margin-bottom: 0
	}
	.OurTeamSection section img.thumbnail {
		margin-bottom: 0;
    border: 0px;
    padding: 0px;
    width: 100%;
    border-radius: 0px;
	}
  .AboutUsTopSection .AboutUsTopSectionImage {
    width: 150px;
		height: 150px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .AboutUsTopSection .AboutUsTopSectionImage img {
    width: 100%;
    height: auto;
  }
  .OurTeamSection {
    margin-top: 20px;
    padding-top: 25px;
  }
  .OurTeamSection h2 {
    font-size: 50px;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
  }
	.OurTeamSection h3 {
		font-size: 16px;
		line-height: 27px
	}
  .OurTeamSection section {
    box-shadow: 10px 10px 40px #eee;
  }
  .profiledesignation {
    float: left;
    margin-top: 10px;
    width: 100%;
		text-align: left;
		font-size: 11px;
  }
  .profilesocialmedia {
    float: right;
		width: 100%;
		text-align: left;
  }
  .profilesocialmedia ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  .profilesocialmedia ul li {
    display: inline-block;
    margin-left: 2px;
  }
  .profilesocialmedia ul li a {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px #FFF solid;
    box-shadow: 0px 0px 3px #999;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #414042;
    font-size: 14px;
    margin: 0 10px 0 0;
  }
  .profilesocialmedia ul li a:hover {
    border: 1px #ccc solid;
  }
  .contact-bg .heading-text{
    color:#F16258;  
    padding:13px 0; 
  }
  .contact-bg .heading-text h1 {
    font-size: 28px;
  }
  .contact-bg .location-label {
    font-size: 23px;
    margin: 50px 0 0 0;
    line-height: 28px;
  }
  .contact-bg .mobile-hr{
    background-color: #CCC;
    margin: 10px 0;
  }
  .contact-bg .paragraph-description{
    margin: 10px 0;
    font-size: 18px;
    line-height: 34px;
  }
  .contact-bg .paragraph-description a{
    text-decoration: none;
    color:#414042;
  }
  .contact-bg .paragraph-description a:hover{
    text-decoration: underline;
  }
  .contact-bg agm-map {
    height: 300px;
  }
  .social-responsibility .sect-title{
    font-size: 24px;
    color: #F16258;
  }
  .social-responsibility h4{
    font-size: 20px;
    font-family: HelveticaBold;
    color: #231F20;
    line-height: 24px;
    margin: 15px 0;
  }
  .booking-form-details hr {
    margin: 5px 0;
  }
}