@media (max-width: 767px){
  .counter-section .portion .count{
    font-size: 32px;
  }
  .counter-section .portion .count-item{
    font-size: 14px;
  }
  .trending-section .card-title {
    font-size: 30px;
  }
  .subscriber-section h2 {
    font-size: 14px;
    line-height: 30px;
  }
  .subscriber-section h3 {
    font-size: 12px;
  }
  .FooterContactArea .footer-contact h3 {
    line-height: 36px;
		margin-bottom: 50px;
  }
  .subscriber-section {
    margin: 20px 0 0 0;
  }
  .hero-back-details .text-back h1 {
    line-height: 32px;
    font-size: 24px;
  }
	.fixed-header .logo {
		width: 40px;
		background: url(https://primary010121.s3.ap-south-1.amazonaws.com/v3/assets/images/logo-ico.png) no-repeat center center;
    background-size: 36px;
  }
  .filter-more {
    float: left;
  }
  .filter-head {
    font-family: HelveticaBold;
    font-size: 14px;
    text-transform: uppercase;
  }
  .filter-param {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .filter-Dates {
    width: 85%;
    margin: 0 0 10px 0;
  }
  .FilterPopupFetureListcontainer {
    font-size: 13px;
  }
  .filter-panel .SelectOptonsflter select {
    border: 2px solid #F16258;
    background: #FFF;
    border-radius: 3px;
    padding: 6px 3px;
    height: 32px;
  }
  .floating-button {
    position: fixed;
    z-index: 100;
    bottom: 20px;
    left: 35%;
    background: #FFF;
    color: #F16258;
    border-radius: 5px;
    /* border: 1px solid #f16258; */
  }
  .floating-button .active {
    background: linear-gradient(90deg, #f06257, #f9a125);
    color: #FFF
  }
  .floating-button .btn {
    box-shadow: none;
    padding: 4px 14px;
    cursor: pointer;
    font-size: 13px;
  }
  .short-desc {
    margin: 0;
  }
  .copy-right-section {
    font-size: 10px;
  }
  .main-details-sect h2 {
    font-size: 14px;
    margin: 10px 0 0;
    line-height: 18px;
  }
  .PropertyPriceSection .price {
    font-size: 16px;
    font-family: HelveticaBold;
    display: inline-block;
    margin: 5px 0;
  }
  .PropertyPriceSection .costing {
    font-size: 75%;
  }
  .PropertyPriceSection {
    margin: 0px 0 0;
    border-top: 1px solid #CCC;
    padding: 5px 0 5px;
  }
  .PropertyPriceSection .booking-btn {
    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 .booking-btn: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.4rem;
    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 .item-group{
    margin:0;
    padding:0;
  }
  .details-sect .item{
    text-align: center;
  }
  .details-sect .item-img{
    display: block;
    padding: 10px 25px;
  }
  .details-sect .item-label{
    font-size: 14px;
    color: #231F20;
    font-family: Helvetica;
  }
  .booking-form-details hr {
    margin: 5px 0;
  }
  .booking-form-details .top-spacing10 {
    margin: 5px 0;
  }
  .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;
  }
  .stars{
    margin-right: 5px;
    font-size: 11px;
  }
  .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: 5px 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;
    font-size: 25px;
  }
  .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
	}
  .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;
  }
  .OurTeamSection section img.thumbnail {
    border: 0px;
    padding: 0px;
    margin: 0;
    width: 100%;
    border-radius: 0px;
  }
  .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: 26px;
  }
  .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: 22px;
    color: #F16258;
  }
  .social-responsibility h4{
    font-size: 18px;
    font-family: HelveticaBold;
    color: #231F20;
    line-height: 22px;
    margin: 15px 0;
  }
}