/*css*/
.contactSec {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 48px 0;
}
.innerCaption {
	background: #fff;
	padding: 20px;
	max-width: 552px;
	text-align: center;
}
.innerCaption p {
	color: #5f5f5f;
	font-weight: 300;
	font-size: 15px;
}
.innerCaption h2 {
	margin-top: 0;
}
.blogSec {
	padding: 72px 0;
}
.blogItemWrap {
	margin-top: 48px;
}
.blogItem {
	position: relative;
}
.blogImg img {
	width: 100%;
}
.blogItem:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 13%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.blogDetails {
	color: #fff;
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	bottom: 24px;
	padding: 0 20px;
}
.blogDetails h3 a {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
}
.blogDetails h3 a:hover {
	text-decoration: none;
	color: #ccc;
}
.blogRead {
	color: #fff;
	font-weight: 700;
	margin-left: 4px;
}
.blogRead img {
	margin-left: 5px;position: relative;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	left: 0;
}
.blogRead:hover img {
	left: 3px;
}
.blogRead:hover, .blogRead:focus {
	text-decoration: none;
	color: #fff;
}
/*footer*/
.footer {	
	background: #fff;
}

.copy {
	font-size: 16px; color: #979797;text-align: center;border-top: 1px solid #e5e5e5;
	padding: 12px 0;
}
.footerSocial {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 0;
}
.footerSocial li {
	display: inline-block;
	vertical-align: middle;
}
/*.footerSocial li + li {
	margin-left: 1px;
}*/
.footerSocial li a {
	display: block;
}
.footerSocial li a:hover {opacity: 0.8;}
.footerTop.clearfix {
	margin-left: -13px;
	margin-right: -13px;
}
.footerTop {
	padding: 24px 0;
}
.footerTop h4 {
	color: #2675a2;
	font-weight: 600;
}
.footerBlock {
	float: left;	
	color: #828282;
	padding-left: 13px;
	padding-right: 13px;
}
.footerBlock p {
	font-size: 14px;
}
.footerLogo {
	width: 18%;
	padding-top: 18px;
}
.footerAbout {
	width: 38%;
}
.footerLinkWrap {
	width: 20%;
}
.contactInfo {
	width: 24%;
}
/*.footerLogo a img {
    max-width: 152px;
}*/
.footerLink {
	
}
.footerLink li + li {
	margin-top: 6px;
}
.footerLink li a {
	color: #828282;
	display: inline-block;
}
.footerLink li:hover a {
	color: #2675a2;
}
.contactDetails {
	
}
.contactDetails li + li {
	margin-top: 10px;
}
.location {
	background: url(../images/location-icon-blue.png) no-repeat left 4px;
	padding-left: 20px;
}
.innerCaption .btn-danger{
    min-width: 170px;
}

/*soumojit css starts*/
.sitter-top {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 0 35px;
}
.sitter-top h2 {
    margin-bottom: 15px;
}
.sitter-top h6 {
    margin-bottom: 0;
}
.sitter-time {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}
.row-label {
    font-size: 18px;
    color: #5f5f5f;
    display: block;
    margin-bottom: 10px;
}
.sitter-row {
    margin-bottom: 20px;
}


/*asit-start*/
.body-section .container{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 45px;
    padding-bottom: 60px;
}
.login-form{
    padding: 0 80px;
    text-align: center;
}
.login-form h2{
    margin-bottom: 15px;
}
.login-form h6{
    margin-bottom: 45px;
}
.fb_link{
    display: inline-block;
}
.fb_link:hover{
    opacity: 0.8;
}
.devider_cell{
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    margin-top: 25px;
}
.devider_cell:after{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    content: '';
    background-color: #e5e5e5;
}
.devider_cell span{
    display: inline-block;
    color:#8b8b8b;
    font-size: 18px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 13px;
}
.login-form .form-control{
    box-shadow: none;
    border-radius: 50px;
    border:1px solid #dddddd;
    margin-bottom: 20px;
    color:#b0b0b0;
    font-size: 16px;
    height: 40px;
    padding: 0 20px 0 55px;
    font-weight: 300;
    background-repeat: no-repeat;
}
.login-form .form-control:last-child{
    margin-bottom: 0;
}
.e-mail-cell{
    background-image: url(../images/mail_icon.png);
    background-position: 26px 14px;
}
.pass-cell{
    background-image: url(../images/key_icon.png);
    background-position: 26px 12px;
}
.login-btn{
    width: 100%;
    background-color: #d3414d;
    padding:8px;
    color:#fff;
}
.login-btn:hover{
    color:#fff;
    background-color: #2675a2;
}
.log_check{
    position: relative;
    display: inline-block;
    margin-top: 17px;
    margin-bottom: 20px;
}
.log_check label{
    position: relative;
    padding-left: 30px;
    color:#5f5f5f;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
}
.log_check input[type="checkbox"]{
    position: absolute;
    left: 0;
    top: 0;
    display:none;
}
.log_check input[type="checkbox"] + label:after{
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    border:1px solid #dddddd;
    width: 19px;
    height: 19px;
}
.log_check input[type="checkbox"]:checked + label:after{
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-position: center;
}
.forgate_link{
    float: left;
    color:#2675a2;
    font-size: 16px;
}
.forgate_outer{
    padding: 0 15px;
}
.reset_link{
    float: right;
    color:#5f5f5f;
    font-size: 16px;
}
.forgate_link:hover, .reset_link:hover{
    color:#d3414d;
}
.forgate_outer{
    margin-bottom: 20px;
}
.btn_outer{
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 1px solid #e5e5e5;
}
.new_creation{
    float: left;
    color:#5f5f5f;
    font-size: 16px;
    margin-top: 9px;
}
.sign-btn{
    background-color: #2675a2;
    padding:8px 55px;
    color:#fff;
}
.sign_btn_ot{
    float: right;
}
.sign-btn:hover{
    background-color: #d3414d;
    color:#fff;
}
.login-form small{
    display: block;
    font-size: 13px;
    font-style: italic;
    margin-top: 7px;
    color:#878787;
    padding: 0 5px;
}
.form-control{
    box-shadow: none;
}
.login-form .btn_outer small{
    margin-bottom: 22px;
}
.user-cell{
    background-image: url(../images/user_icon.png);
    background-position: 26px 11px;
}

.book_form_outer > .row{
    padding: 25px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.form-radio{
    width: 100%;
    margin-bottom: 17px;
}
.form-radio:first-child{
    margin-top: 29px;
}
.radio-sec.form-radio .inline{
    font-size: 16px;
    font-weight: 600;
}
.radio-sec.form-radio .inline input[type="radio"] + span{
    padding: 8px 14px;
}
.radio-sec.form-radio .inline{
    width: auto;
    padding: 0;
}
.form-input-wraper .loca-Icon, .form-input-wraper .calender-Icon{
    left: 15px;
}
.form-input-wraper{
    margin-bottom: 19px;
}
.book_form_outer label{
    color:#5f5f5f;
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 5px 0;
/*    margin: 0 35px 0 0;*/
    margin: 0 12px 0 0;
    color:#707070;
    font-size: 16px;
    font-weight: normal;
}
.size_radio_outer label{
    position: relative;
    padding: 0 0 0 23px;
    cursor: pointer;
}
.size_radio_outer label input[type="radio"]{
    display: none;
}
.size_radio_outer label input[type="radio"] + span{
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border:1px solid #dddddd;
    border-radius: 50px;
}
.size_radio_outer label input[type="radio"]:checked + span{
    background-color: #a6c2ca;
    box-shadow: 0 0 0 3px #fff inset;
}
.size_radio_outer {
    /*padding-left: 10px;*/
}
.instant_check{
    float: left;
    margin-top: 10px;
}
.instant_check label{
    padding: 0 0 0 20px;
    position: relative;
    margin: 0;
    color:#d3414d;
    cursor: pointer;
}
.instant_check label input[type="checkbox"]{
    display: none;
}
.instant_check label input[type="checkbox"] + span{
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    border:1px solid #dddddd;
    background-color: #f6f8f9;    
}
.instant_check label input[type="checkbox"]:checked + span{
    background-image: url("../images/tick.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 7px;
}
.search_ot{
    float: right;
    width: 74%;
}
.search_ot .btn{
    width: 100%;
}
.instant_outer{
    margin-top: 35px;
}
.sub_nav{
    padding: 18px 0;
}
.sub_nav li{
    display: inline-block;
    position: relative;
    padding-right: 22px;
}
.sub_nav li:after{
    position: absolute;
    top: 0;
    right: 8px;
    content: '' url(../images/small_arrow.png);
}
.sub_nav li a{
    color:#5f5f5f;
    font-size: 15px;
}
.sub_nav li.active a{
    color:#2675a2;
}
.sub_nav li:last-child:after{
    display: none;
}
.sub_nav li:last-child{
    padding-right: 0;
}
.map_cell{
    margin-top: 20px;
}
/*
.map_cell iframe{
    width: 100%;
    height: 510px;
    border: 0,
}
*/
.review_row{
    border:1px solid #e4e4e4;
    padding: 13px 18px;
    position: relative;
    min-height: 67px;
    background: rgba(248, 250, 250, 0.9);
    border-top: 5px solid rgba(100,149,177,0.9);
}
.review_row + .review_row{
    margin-top: 42px;
}
.tag_cell{
    position: absolute;
    top: 0;
    right: 19px;
}
.avility{
    display: inline-block;
    vertical-align: middle;
    margin-right:15px;
}
.count_tag{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    color:#fff;
    background-color: #6495b1;
    padding: 8px 8px 3px 8px;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 19px;
}
.count_tag span{
    display: block;
}
.avility span{
    display: inline-block;
    vertical-align: middle;
    color:#1faf55;
    font-size: 13px;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 3px;
}
.count_tag:after{
    position: absolute;
    top: 100%;
    content: '';
    left: 0;
    right: 0;
    height: 8px;
    background-image: url(../images/after_slice.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.count_tag span{
    font-size: 9px;
}
.review_rating{
    color:#5f5f5f;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 15px;
    float: right;
}
.review_rating_sub{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}
.review_rating_sub + .review_rating_sub{
    margin-left: 8px;
}
.review_comment{
    margin-bottom: 12px;
    margin-top: 22px;
}
.review_comment h2{
    font-size: 17px;
    color:#2f2f2f;
    font-weight: normal;
    margin: 0 0 9px 0;
}
.review_comment p{
    color:#818181;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    margin: 0;
}
.review_details{
    position: relative;
/*    padding: 20px 0 0 165px;*/
    min-height: 60px;
}
.review_details_left{
    float: left;
    margin-top: 20px;
    margin-left: 25px;
}
.review_details_right{
    float: left;
    text-align: right;
    margin: 0;
    padding: 0;
}
.review_img{
/*
    position: absolute;
    top: 0;
    left: -5px;
*/
    width: 112px;
    height: 112px;
    text-align: center;
    overflow: hidden;
    border-radius: 300px;
    float: left;
}
.author_name{
/*    color:#2a3237;*/
    color: #6495b1;
    font-size: 23px;
    font-weight: 300;
/*    margin-bottom: 6px;*/
}
.author_text{
    color: #2f2f2f;
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 600;
}
.author_address{
    color:#707070;
    font-size: 16px;
    padding-left: 22px;
    background-image: url(../images/loca-icon.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
}
/*
.review_details_right li{
    margin-top:7px;
}
*/
.review_details_right li a{
    display: block;
    position: relative;
    padding-left: 25px;
    color:#5f5f5f;
    font-size: 14px;
    padding-top: 1px;
}
.review_details_right li a span{
    position: absolute;
    top: 0;
    left: 0;
}
.load_more_outer{
    text-align: center;
    font-size: 16px;
    color:#5f5f5f;
    font-weight: normal;
}
.load_img{
    display: block;
    margin-bottom: 8px;
}
.load_img > img{
    width: 25px;
}
.search-modal{
    border-radius: 4px;
    padding: 45px 65px;
    border:none;
}
button.close{
    position: absolute;
    top: -17px;
    right: -17px;
    background: #000;
    width: 36px;
    height: 36px;
    opacity: 1;
    text-shadow: none;
    border-radius: 50px;    
}
button.close:hover{
    opacity: 1;
    background:#d3414d;
}
.modal-backdrop.in {
    opacity: 0.3;
}
.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.search-modal h2{
    font-size: 27px;
    margin-bottom: 13px;
}
.search-modal h6{
    color:#d3414d;
}
.search-modal .log_check{
    display: block;
}
.search-modal .btn{
    width: 100%;
}
.search-modal .form-input-wraper label{
    color:#5f5f5f;
    font-size: 18px;
    font-weight: normal;
    margin-bottom:9px;
}
.search-modal .size_radio_outer {
    padding-left: 0;
}
.search-modal .size_radio_outer label{
    font-size: 16px;
    margin: 0 10px 0 0;
}



/*31-08-2016*/
.smallSelect .selectWrap {
    width: 96px;
}
.experienceCol .profile-A {
    padding: 24px 0;
    border-bottom: 1px solid #f4f4f4;
}


.smallSelect button.dropdown-toggle,
.experienceForm-in  .selectWrap button.dropdown-toggle{
    color: #b0b0b0;
    font-size: 16px;
}
.smallSelect .selectWrap .bootstrap-select.btn-group .dropdown-toggle .caret {
    border-left: 4px solid hsla(0, 0%, 0%, 0);
    border-right: 4px solid hsla(0, 0%, 0%, 0);
    border-top: 4px dashed;
    right: 16px;
}
.expChoices label.radio-checkC {
    color: rgba(0,0,0,0.66);
}
.experienceCol .expChoices:first-child {
    padding-top: 0;
}
.experienceForm-in .profile-heading {
    padding: 30px 0;
}
.experienceForm-in .profile-A-col:last-child {
    border-bottom: none;
}
.experienceForm-in .experienceCol .profile-A:last-child {
    border: none;
}
.experienceForm-in .experienceCol .inputSec {
    margin-bottom: 10px;
}
.experienceForm-in .profile-heading {
    border-bottom: 1px solid #f4f4f4;
}



/*05-09-2016*/
.footerPagesHdr {
    /*text-align: center;*/
}
.footerPagesHdr h2 {
    margin-bottom: 15px;
}
.footerPagesHdr > span {
    font-weight: 700;
    font-size: 15px;
    color: #a3a3a3;
    margin-bottom: 30px;
    display: inline-block;
}
.footerPagesHdr p {
    font-style: italic;
    font-size: 22px;
    line-height: 31px;
    color: #5f5f5f;
    font-weight: 300;
}
.bluBack {
    background: #2675a2;
}
.bluBack .container {
    padding: 0 15px;
    border: none;
}
.bluBack p {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-size: 20px;
}
.numListing {
    width: 96px;
    text-align: right;
    padding-right: 15px;
    float: left;
}
.numCircle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 6px solid #2675a2;
    text-align: center;
    display: inline-block;
    line-height: 1.3;
    color: #2675a2;
    font-size: 27px;
    font-weight: 900;
    width: 47px;
    height: 47px;
}
.listingDetails {
    overflow: hidden;
    color: #5f5f5f;
    position: relative;
}
.listingDetails h4 {
    font-weight: 600;
    margin: 0;
    font-size: 20px;
    color: #6495b1;
}
.listingDetails h4 {
    font-weight: 600;
    margin: 5px 0 15px;
    font-size: 20px;
    color: #6495b1;
}
.listingDetails li {
    list-style: none;
    background: url('../images/blulist.png') no-repeat left 4px;
    padding-left: 25px;
    font-style: italic;
    line-height: 18px;
    font-size: 14px;
    font-weight: 300;
    color: #5f5f5f;
    margin-bottom: 15px;
}
.listingDetails .fontBig li {
    font-size: 22px;
    line-height: 31px;
    background-position: left 7px;
}
.policyListing {
    margin-bottom: 25px;
}


.footerP-img img {
    max-width: 100%;
}
.footerP-img {
    margin-bottom: 40px;
}
.aboutUs-listing {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.aboutUs-listing .listingDetails {
    padding-right: 155px;
}
.aboutus-txt {
    display: none;
}
.toggleDetails {
    position: absolute;
    right: 44px;
    height: 43px;
    width: 43px;
    outline: none !important;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.toggleDetails:after,
.toggleDetails:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkiit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    content: '';
    background: #000;
}
.toggleDetails:after {
    height: 100%;
    width: 1px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.toggleDetails:before {
    width: 100%;
    height: 1px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.detailedShow .toggleDetails:after {
    transform: rotate(90deg) translateX(-22px);
    -webkit-transform: rotate(90deg) translateX(-22px);
    -moz-transform: rotate(90deg) translateX(-22px);
    -ms-transform: rotate(90deg) translateX(-22px);
    -o-transform: rotate(90deg) translateX(-22px);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    opacity: 0;
}


.testimonial-e {
    text-align: center;
    margin-bottom: 70px;
}
.imageTest figure {
    width: 198px;
    height: 198px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto 15px;
}
.nameTest span {
    font-weight: bold;
    color: #d3414d;
    line-height: 21px;
    font-size: 15px;
}
.testimonialDesc {
    margin-top: 25px;
}
.testimonialDesc h6 a,
.testimonialDesc h6 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #5f5f5f;
    line-height: 24px;
    outline: none !important;
    text-decoration: none;
}
.testimonialDesc h6 a:hover {
    color: #000;
}
.testimonialDesc p {
    margin: 0;
    font-size: 16px;
    color: #5f5f5f;
    font-weight: 300;
}
.txt-inTest {
    height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.soc-C {
    height: 25px;
    width: 25px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
.soc-C:hover {
    background-position: bottom center;
}
.fb-C {
    background: url('../images/fbTest.png') no-repeat top center;
}
.twit-C {
    background: url('../images/twit-test.png') no-repeat top center;
}
.load-moreT {
    text-align: center;
}
.load-moreT span {
    display: inline-block;
}
.load-moreT button {
    border: 1px solid #d3d3d3;
    border-radius: 25px;
    background: #fff;
    color: #7b7b7b;
    padding: 10px 42px;
    line-height: 100%;
    margin-bottom: 20px;
    font-weight: bold;
}
.load-moreT button:hover {
    background: #d3d3d3;
    color: #fff;
}
.testimonialList {
    margin-top: 20px;
}

.bluHdr {
    display: block;
    font-size: 22px;
    color: #6495b1;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: -6px 0 10px;
    outline: none !important;
    line-height: 26px;
}
.redTxt {
    display: inline-block;
    font-size: 14px;
    color: #d3414d;
    margin-bottom: 25px;
}
.shortDet-news p {
    font-weight: 300;
    color: #5f5f5f;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}
.shortDet-news .btn-danger.outline {
    line-height: 100%;
    font-size: 16px;
    padding: 12px 40px;
}
.featurednews-list {
    margin-top: 70px;
}
.hdrFd-list p {
    font-weight: 700;
    color: #a3a3a3;
    font-size: 15px;
    margin-bottom: 15px;
    float: left;
}
.shortft-news {
    padding-top: 15px;
}
.shortft-news .bluHdr {
    margin-top: 0;
    font-size: 18px;
}
.shortft-news .redTxt {
    margin-bottom: 10px;
}
.shortft-news p {
    font-weight: 300;
    margin: 0;
    color: #5f5f5f;
}
.newsListed-e {
    margin-bottom: 52px;
}
.pagination-news {
    float: right;
    text-align: center;
}
.pagination-news a {
    display: inline-block;
    vertical-align: top;
    opacity: 0.6;
}
.pagination-news a:hover {
    opacity: 1;
}



.shortft-news .bluHdr {
    max-height: 52px;
    overflow: hidden;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.shortft-news p {
    max-height: 50px;
    overflow: hidden;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.testimonialDesc h6 {
    max-height: 24px;
    overflow: hidden;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}




/*06-09-2016*/
.slideBlog-Featured.owl-carousel .owl-nav {
    display: block;
    text-align: right;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    margin-right: 18px;
    z-index: 9;
    position: relative;
}
.slideBlog-Featured.owl-carousel .owl-prev,
.slideBlog-Featured.owl-carousel .owl-next {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    opacity: 0.6;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    margin-top: -52px;
}
.slideBlog-Featured.owl-carousel .owl-prev {
    background: url('../images/arrow-l.png') no-repeat center center;
    background-size: cover;
    margin-right: 8px;
}
.slideBlog-Featured.owl-carousel .owl-next {
    background: url('../images/arrow-r.png') no-repeat center center;
    background-size: cover;
}
.slideBlog-Featured.owl-carousel .owl-prev:hover,
.slideBlog-Featured.owl-carousel .owl-next:hover {
    opacity: 1;
}
.blogShows-full {
    margin-top: 34px;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}
.leftBlog-f .bluHdr {
    margin-top: 0;
}
.txtMore-blog .pull-left {
    width: 72%;
    padding-right: 50px;
    position: relative;
}
.txtMore-blog .btn-right {
    overflow: hidden;
    text-align: right;
    padding-right: 8px;
    padding-top: 8px;
}
.shortDet-news .txtMore-blog p {
    margin: 0;
}
.txtMore-blog .pull-left::after {
    height: 63px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    background: #ededed;
}
.leftBlog-f .redTxt {
    margin-bottom: 15px;
}
.leftBlog-f .imageFt {
    margin-bottom: 18px;
}
.leftBlog-e {
    margin-bottom: 30px;
}
.paginationBlog-l li {
    display: inline;
}
.paginationBlog-l li a {
    float: left;
    margin-right: 8px;
    
    height: 26px;
    width: 26px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 1.5;
    border-width: 700;
    border: 2px solid #b1b1b1;
    color: #b1b1b1;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
.paginationBlog-l li.active a,
.paginationBlog-l li.active a:hover,
.paginationBlog-l li a:hover {
    color: #d3414d;
    border-color: #d3414d;
}
.paginationBlog-l li:first-child a,
.paginationBlog-l li:last-child a {
    opacity: 0.6;
    border: none;
}
.paginationBlog-l li:first-child a:hover,
.paginationBlog-l li:last-child a:hover {
    opacity: 1;
}
.leftBlog-f {
    margin-bottom: 30px;
}
.btn-Blog {
    text-align: left;
    padding: 0;
    display: none;
    margin: 10px 0 0;
    outline: none;
}
.btn-Blog .icon-bar {
    width: 30px;
    display: block;
    height: 2px;
    background: #6495B1;
    margin-bottom: 4px;
    border-radius: 5px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    margin-right: 0;
}
.btn-Blog a:hover .icon-bar:nth-child(even) {
    width: 75%;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
.btn-Blog a {
    color: #6495B1;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
}
.cover-blog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 103;
    background-color: rgba(0,0,0,0.6);
}
.closeSide {
    display: none;
}
.btn-Blog .container {
    padding: 0 15px;
    border: none;
}
.socialBlog-side {
    padding: 30px 15px 30px 24px;
}
.ash-back {
    background: #f6f6f6;
    margin-bottom: 30px;
}

.search-Side {
    position: relative;
    width: 100%;
}
.search-Side input {
    width: 100%;
    padding: 5px 45px 5px 20px;
    font-style: italic;
    font-size: 14px;
    color: #000;
    height: 41px;
    border: 1px solid #6495b1;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    overflow: hidden;
}
.search-Side button {
    position: absolute;
    width: 45px;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    background: none;
    line-height: 1.7;
    border: none;
    box-shadow: none;
    outline: none;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    -ms-border-bottom-right-radius: 25px;
    -o-border-bottom-right-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    -ms-border-top-right-radius: 25px;
    -o-border-top-right-radius: 25px;
}
.search-Side button:hover {
    background: #83c2e6;
}
.search-Side input:focus {
    border-color: #000;
}
.socIcons {
    text-align: center;
}
.socIcons li {
    display: inline-block;
    vertical-align: middle;
}
.socIcons li a {
    display: block;
    width: 53px;
    height: 53px;
    text-align: center;
    line-height: 3.6;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    margin: 0 4px;
}
.socIcons li a:hover {
    background: #f3f3f3;
}
.socialBlog-side h5 {
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 22px;
    margin-top: 15px;
}
.popCircle {
    float: left;
    margin-right: 15px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.search-Side input::-webkit-input-placeholder,
.search-Side input::-webkit-input-placeholder
{
  color:    #000;
}

.search-Side input:-moz-placeholder,
.search-Side input:-moz-placeholder 
{
  color:    #000;
}

.search-Side input::-moz-placeholder,
.search-Side input::-moz-placeholder 
{
  color:    #000;
}

.search-Side input:-ms-input-placeholder,
.search-Side input:-ms-input-placeholder 
{
  color:    #000;
}
.popPost-side {
    padding: 25px;
}
.txtPop-side {
    overflow: hidden;
}
.popPost-side h4 {
    margin-top: 0;
    font-size: 25px;
    color: #000;
    line-height: 100%;
    margin-bottom: 15px;
}
.txtPop-side h6 {
    margin: 8px 0;
    font-size: 14px;
    color: #1b1b1b;
    font-weight: bold;
    text-transform: uppercase;
}
.txtPop-side p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    margin: 0;
}
.txtPop-side a {
    display: inline-block;
    outline: none !important;
    text-decoration: none;
    font-size: 13px;
    color: #2675a2;
}
.txtPop-side a:hover {
    color: #000;
}
.popPost-e {
    margin-bottom: 18px;
}
.subscribeBlog-side {
    padding: 22px 22px 34px;
    text-align: center;
}
.subscribeBlog-side h4 {
    margin-top: 0;
    font-size: 25px;
    line-height: 100%;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.subscribeBlog-side p {
    font-size: 14px;
    line-height: 17px;
    color: rgba(0,0,0,0.58);
    margin-bottom: 15px;
}
.sbscSide input {
    width: 100%;
    height: 49px;
    border: none;
    padding: 5px 15px;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
}
.inputSubs {
    font-size: 14px;
    color: #000;
    margin-bottom: 13px;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
}
.inputSubs:focus {
    background: #b8ddf2;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
}
.inputSubsbtn {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
    margin-bottom: 0;
    background: #2675a2;
}
.inputSubsbtn:hover {
    opacity: 0.9;
}
.inputSubs::-webkit-input-placeholder,
.inputSubs::-webkit-input-placeholder
{
  color:    #000;
}

.inputSubs:-moz-placeholder,
.inputSubs:-moz-placeholder 
{
  color:    #000;
}
.inputSubs::-moz-placeholder,
.inputSubs::-moz-placeholder 
{
  color:    #000;
}

.inputSubs:-ms-input-placeholder,
.inputSubs:-ms-input-placeholder 
{
  color:    #000;
}
.userShort {
    padding: 27px 22px 22px;
/*    background: #2b78a4;*/
    background: #e5e5e5;
    text-align: center;
}
.imageProfile {
/*    width: 180px;*/
    height: 180px;
/*    border-radius: 50%;*/
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
}
.imageProfile img{
    width: 100%;
}
.userShort h3 {
    margin: 0 0 10px;
    font-weight: 300;
    font-size: 28px;
    line-height: 100%;
    color: #69a0bf;
}
.placeUser span,
.ratinguser .review_12{
    display: inline-block;
    vertical-align: middle;
}
.placeUser {
    margin-bottom: 10px;
}
.placeUser span {
    font-size: 16px;
    line-height: 100%;
    color: #888;
}
.ratinguser .review_12 {
    margin: 0 2px;
    color: #69a0bf;
    font-size: 15px;
}
.ratinguser img {
    line-height: 100%;
    vertical-align: top;
}
.paginationHost ul {
    margin: 0;
}
.paginationHost li {
    display: inline;
}
.paginationHost li a {
    display: inline-block;
    line-height: 100%;
    padding-right: 14px;
    margin-right: 10px;
    position: relative;
    font-size: 15px;
    color: #2675a2;
}
.paginationHost li a:hover {
    color: #000;
}
.paginationHost li:last-child a {
    color: #5f5f5f;
    margin-right: 0;
    padding-right: 0;
}
.paginationHost li a:after {
    width: 3px;
    height: 5px;
    background: url('../images/small_arrow.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    content: '';
    top: 7px;
    right: 0;
}
.paginationHost li:last-child a:after {
    content: none;
}
.reservationSelect {
    padding: 25px 28px;
    border: 1px solid #e4e4e4;
    border-top: none;
}
.dateSelectHost {
    margin: 0 -15px;
}
.dateSelectHost .inputWrap {
    padding: 0 15px;
    float: left;
    width: 50%;
}
.reservationSelect .inputWrap,
.reservationSelect .selectWrap{
    margin-bottom: 11px;
}
.dateSelectHost .calender-Icon {
    left: 26px;
}
.dateSelectHost .inputWrap .form-control {
    font-size: 16px;
    color: #b0b0b0;
    padding-right: 10px;
}
.reservationSelect .selectWrap .btn-default {
    color: #717171;
}
.amtTotal {
    font-size: 0;
    margin-bottom: 15px;
    text-align: center;
}
.amtTotal p,
.amtTotal span {
    display: inline-block;
    color: #2b78a4;
    margin: 0;
}
.amtTotal p {
    font-size: 25.1px;
}
.amtTotal span {
    font-size: 14px;
}
.reservationSelect .btn-danger {
    width: 100%;
}
.bodyHost-profile {
    margin-top: 30px;
}
.calendarDates {
    padding: 20px;
    border: 1px solid #e4e4e4;
    border-top: none;
}
.lg-e {
    float: left;
    width: 50%;
    padding-left: 28px;
    margin-bottom: 14px;
    line-height: 100%;
    font-size: 16px;
    color: #5e5e5e;
    position: relative;
}
.lg-e:before {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 9px;
    bottom: 2px;
    content: '';
}
.calendarLegends {
    margin-top: 18px;
}
.lg-av:before {
    background: #b3e1ef;
}
.lg-left:before {
    background: #6495b1;
}
.lg-unav:before {
    background: #adadad;
}
.lg-bkd:before {
    background: #d3414d;
}
.calendarDates h4 {
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: center;
    color: #6495b1;
}
.bannerHost {
    margin-bottom: 25px;
}
.profileRight h2 {
    line-height: 42px;
}
.profileRight p {
    color: #5f5f5f;
    font-size: 16px;
}
.profileRight hr {
    background: #e4e4e4;
}
.ftList {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}
.ftList {
    margin-bottom: 0;
}
.ftList li {
    font-size: 17px;
    line-height: 36px;
    color: #5f5f5f;
    padding-left: 34px;
    position: relative;
}
.ftList li:before {
    width: 15px;
    height: 13px;
    position: absolute;
    left: 10px;
    top: 14px;
    background: url('../images/green_tick.png') no-repeat center center;
    background-size: cover;
    content: '';
}
.features-Details {
    margin-top: 30px;
}
.profileRight .btn {
    padding: 10px 42px;
    line-height: 100%;
}
.inProfile .btn-info.outline {
    color: #2675a2;
    border-color: #2675a2;
}
.inProfile .btn-info.outline:hover {
    color: #fff;
    background: #2675a2;
}
.pReq-e {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    margin-right: 44px;
}
.petReq .pReq-e:last-child {
    margin-right: 0;
}
.pReq-e p {
    font-size: 16px;
    color: #717171;
    margin: 0;
    line-height: 28px;
    margin-top: 10px;
}
.inProfile {
    padding: 0 15px 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.profileRight .inProfile:first-child {
    padding-left: 0;
    padding-right: 0;
}
.imgResident {
    float: left;
    margin-right: 32px;
}
.abtResident h4 {
    color: #648da7;
    font-weight: 600;
    font-size: 22px;
    margin: 15px 0;
}
.abtResident p {
    font-size: 16px;
    color: #717171;
}
.abtResident span {
    font-size: 13px;
    color: #717171;
    line-height: 23px;
}
.mapHidden iframe {
    display: none;
    width: 100%;
    margin-top: 15px;
}
.mapTrigger {
    cursor: pointer;
}
.mapTrigger span {
    font-size: 16px;
    color: #d3414d;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
.mapTrigger {
    position: relative;
}
.mapHidden {
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 20px;  
    margin-bottom: 15px;
}
.mapTrigger:after {
    position: absolute;
    top: 10px;
    right: 30px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid #bababa;
    height: 0;
    width: 0;
    content: '';
}
.inhouseProp li {
    float: left;
    width: 50%;
    font-size: 16px;
    color: #717171;
    line-height: 32px;
    padding-left: 34px;
    background: url('../images/ticklist.png') no-repeat 10px 11px;
}
.srv-e {
   /* padding: 15px 0 15px 40px; */
	padding: 15px 0 15px 0px;
	border-bottom: 1px dashed #d2d2d2;
    /* background: url('../images/green_tick_big.png') no-repeat left 20px;*/
}
.srv-e h5 {
    font-weight: 700;
    color: #6495b1;
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 5px;
}
.srv-e p {
    margin: 0;
    line-height: 21px;
}
.rate-e {
    float: right;
}
.srv-txt {
    float: left;
    max-width: 76%;
}
.rate-e p, .rate-e span {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    color: #212122;
    line-height: 100%;
    text-transform: uppercase;
}
.rate-e p {
    font-size: 25px;
}
.rate-e span {
    font-size: 14px;
}
.serviceRates .btn-info {
    margin-top: 25px;
}
.dateReviews {
    text-align: right;
}
.dateReviews .inputWrap {
    display: inline-block;
    width: 111px;
}
.dateReviews .inputWrap input {
    border: none;
    padding: 0;
    padding-left: 25px;
    box-shadow: none;
    font-stretch: 14px;
    color: #5f5f5f;
    height: auto;
}
.dateReviews .inputWrap .calender-Icon {
    left: 0;
    top: 2px;
}
.revw-e-short {
    padding-bottom: 25px;
    margin-bottom: 22px;
    border-bottom: 1px dashed #d2d2d2;
}
.revw-e-short .imageProfile {
    margin: 0 18px 0 0;
    float: left;
    width: 67px;
    height: auto;
}
.txtRvw-e {
    overflow: hidden;
}
.txtRvw-e h6,
.txtRvw-e span {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
}
.txtRvw-e p {
    margin: 10px 0 15px;
    font-size: 14px;
}
.txtRvw-e .redTxt {
    margin: 0;
    font-size: 16px;
    display: inline-block;
}
.txtRvw-e .redTxt span {
    margin-left: 8px;
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0s;
        -moz-transition: all 300ms ease-in-out 0s;
    vertical-align: 0;
}
.txtRvw-e .redTxt:hover span {
    margin-left: 12px;
}
.profileRight .inProfile:last-child {
    margin: 0;
    border: none;
}
.bannerHost-part{
    width: 25%;
    float: left;
    text-align: center;
    vertical-align: middle;
    background: #c4d8e4;
}
.bannerHost-part a{
    display: block;
    font-size: 20px;
    color: #5f5f5f;
    position: relative;
}
.bannerHost-part a:hover{
    color: #858484;
}
.bannerHost-part a span{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
    -moz-transition: translate(-50%);
	-webkit-transition: translate(-50%);
	-ms-transition: translate(-50%);
	-o-transition: translate(-50%);
}




/*CSS Media Queries*/
/*min width*/
/*
@media (min-width: 501px) {
    .col-Listingnews {
    width: 50%;
    float: left;
    }
}
*/
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	.innerCaption p {
		font-size: 16px;
	}
	.innerCaption {
		padding: 42px;
	}
	.copy {padding: 20px 0;}
	.footerTop h4 {font-size: 20px;}
	.footerBlock p {
		font-size: 15px;
	}
	.footerTop {font-size: 15px;}
	.contactDetails li + li {
		margin-top: 20px;
	}
	.footerAbout {
		padding-right: 30px;
	}
	.footerTop {
		padding: 36px 0;
	}
    
    
}
@media (min-width: 1200px) {	
	.innerCaption p {
		font-size: 18px;
        margin-bottom: 20px;
	}
	.footerAbout {
		padding-right: 60px;
	}
	.copy {padding: 28px 0;}
	.footerTop {
		padding: 50px 0;
	}
    
    
    
    
    
    
/*    05-09-2016*/
    .listingDetails h4 {
    padding-right: 220px;
    }
    .footerPagesHdr p {
    letter-spacing: -0.3px;
    }
    .footerPages > .container {
    padding-bottom: 30px;
    }
    .bluBack p {
    letter-spacing: 0.1px;
    }
    
    .aboutUs-listing .listingDetails h4 {
    padding-right: 75px;
    }
    .aboutlist .aboutUs-listing:last-child {
    margin-bottom: 50px;
    }
    
    
    
    
/*    06-09-2016*/
    .subscribeBlog-side p {
    padding: 0 45px;
    }
    .abtResident {
        padding-right: 170px;
    }
    .reviewsListed {
    margin-top: -20px;
    }
}
/*max-width*/
@media (max-width: 1199px) {	
	/*asit-start*/
    .login-form{
        padding: 0;
    }
    .btn{
        font-size: 14px;
    }
    .btn_outer{
        padding-left: 0;
        padding-right: 0;
    }
    .login-form small{
        padding: 0;
    }
    .login-form .form-control{
        font-size: 13px;
    }
    .devider_cell {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .forgate_outer{
        padding: 0;
    }
    .radio-sec.form-radio .inline{
        font-size: 12px;
    }
    .radio-sec.form-radio .inline input[type="radio"] + span {
        padding: 7px;
    }
    .form-radio.radio-sec{
        width: 100%;
    }
    .search_ot{
        width: 45%;
    }
    .book_form_outer label{
        margin-right: 15px;
    }
    .review_img{
        width: 90px;
        height: 90px;
        left: 0;
    }
    .review_details {
        min-height: 50px;
/*        padding: 4px 0 0 100px;*/
    }
    .author_name {
        font-size: 20px;
        margin-bottom: 4px;
        line-height: 1;
    }
    .author_address {
        background-position: 1px 0;
        font-size: 13px;
    }
    .review_details_right li{
        margin-top: 10px;
    }
    .review_details_right li a {
        font-size: 13px;
        padding-right: 22px;
    }
    .review_row {
        margin-bottom: 24px;
        padding: 10px;
    }
    .review_comment h2 {
        font-size: 15px;
        margin: 0 0 7px;
    }
    .review_comment p{
        font-size: 13px;
    }
    .count_tag {
        font-size: 17px;
        line-height: 17px;
        padding: 4px 4px 3px;
    }
    .avility{
        margin-right: 5px;
    }
    .sub_nav li a{
        font-size: 14px;
    }
    
    
    
    
/*    05-09-2016*/
    .footerPagesHdr p {
    font-size: 18px;
    }
    .footerPagesHdr > span {
    margin-bottom: 20px;
    }
    .bluBack p {
    font-size: 18px;
    padding: 15px 0;
    }
    .numListing {
    width: 75px;
    }
    .listingDetails .fontBig li {
    font-size: 18px;
    line-height: 29px;
    }
    
    
    .bluHdr {
    font-size: 20px;
    letter-spacing: normal;
    margin: 0 0 10px;
    }
    .redTxt {
    margin-bottom: 15px;
    }
    .shortDet-news p {
    font-size: 15px;
    margin-bottom: 20px;
    }
    .shortDet-news .btn-danger.outline {
    font-size: 15px;
    padding: 10px 40px;
    }
    .featurednews-list {
    margin-top: 30px;
    }
    .shortft-news .bluHdr {
    font-size: 16px;
    }
    
    
    
/*    06-09-2016*/
    
    
    .ash-back {
    margin-bottom: 20px;
    padding: 15px 10px;
    }
    .subscribeBlog-side,
    .popPost-side {
    padding: 15px 10px;
    }
    .popCircle {
    margin-right: 10px;
    width: 65px;
    height: auto;
    }
    .subscribeBlog-side h4 {
    font-size: 22px;
    }
    .txtMore-blog .pull-left {
    width: 65%;
    padding-right: 15px;
    }
    .slideBlog-Featured.owl-carousel .owl-prev, .slideBlog-Featured.owl-carousel .owl-next {
        margin-top: 0;
    }
    .reservationSelect {
    padding: 15px 10px;
    }
    .dateSelectHost .inputWrap .form-control {
    font-size: 14px;
    }
    .profileRight h2 {
    font-size: 28px;
    margin-bottom: 20px;
    }
    .srv-e h5 {
    font-size: 20px;
    }
    
}
@media (max-width: 991px) {
    
    
	.experienceCol .profile-A label {
    font-size: 15px;
    }
    .expChoices.profile-Ac h5 {
    font-size: 14px;
    }
    .experienceForm-in .profile-heading {
    padding: 20px 0;
    }
    
    
    
    
    
/*    05-09-2016*/
    
    
    .footerPagesHdr p {
    font-size: 16px;
    }
    .bluBack p {
    font-size: 16px;
    }
    .listingDetails h4 {
    margin: 0px 0 10px;
    font-size: 16px;
    }
    .listingDetails p {
    font-size: 15px;
    }
    .listingDetails .fontBig li {
    font-size: 15px;
    line-height: 24px;
    }
    .listingDetails ul {
    margin: 0;
    }
    .numCircle {
    border-width: 5px;
    font-size: 22px;
    width: 40px;
    height: 40px;
    }
    
    .bluHdr {
    font-size: 17px;
    }
    
    .col-Listingnews {
    width: 50%;
    float: left;
    }
    
    
    
    
    
    
/*    06-09-2016*/
    
/*    06-09-2016*/
    
    .btn-Blog {
    display: block;
    }
    .blogSidebarOpen .cover-blog {
    display: block;
    }
    
    .rightBlog-side {
        transform: translateX(-350px);
        -webkit-transform: translateX(-350px);
        -moz-transform: translateX(-350px);
        -ms-transform: translateX(-350px);
        -o-transform: translateX(-350px);
        background: #fff none repeat scroll 0 0;
        border-top: 3px solid #6495B1;
        border-bottom: 3px solid #6495B1;
        bottom: 0;
        float: none;
        left: 0;
        overflow-y: auto;
        padding: 15px 10px 50px;
        position: fixed;
        top: 0;
        width: 350px;
        z-index: 103;
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0s;
        -moz-transition: all 300ms ease-in-out 0s;
    }
    .blogSidebarOpen .rightBlog-side {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    }
    .closeSide {
    display: inline-block;
    border: 2px solid #5D82D1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2;
    color: #5D82D1;
    font-weight: bold;
    margin-bottom: 10px;
    }
    .closeSide:hover {
    color: #000;
    border-color: #000;
    }
    .blogSidebarOpen {
    overflow: hidden;
    }
    .blogShows-full {
    margin-top: 15px;
    padding-top: 15px;
    }
    .popPost-side h4 {
    font-size: 22px;
    }
    
    .reservationSelect .selectWrap .btn {
    font-size: 14px;
    }
    .calendarDates h4 {
    font-size: 18px;
    }
    .profileRight p {
    font-size: 14px;
    }
    .profileRight h2 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: normal;
    }
    .pReq-e {
    width: 30%;
    margin-right: 0;
    margin-bottom: 20px;
    }
    .imgResident {
    float: none;
    margin-right: 0;
    }
    .inhouseProp li {
    font-size: 13px;
    }
    .inProfile {
    padding: 0 15px 20px;
    margin-bottom: 15px;
    }
    .srv-txt {
    float: none;
    max-width: 100%;
    }
    .srv-e h5 {
    font-size: 16px;
    }
    .rate-e {
    float: none;
    margin-top: 10px;
    }
    .txtRvw-e p {
    font-size: 13px;
    }
    .lg-e {
    padding-left: 20px;
    margin-bottom: 13px;
    }
    .lg-e:before {
    left: 0;
    }
}

@media (max-width: 767px) {
	/*asit-start*/
    .login-form h2{
        font-size: 20px;
    }
    .login-form h6{
        font-size: 13px;
        color:#vvv;
        font-weight: 300;
    }
    .login-form h6 {
        margin-bottom: 20px;
    }
    .sign-btn {
        padding: 8px 23px;
    }
    .new_creation {
        font-size: 14px;
    }
    .forgate_link{
        font-size: 14px;
        float: none;
        margin-bottom: 7px;
        display: block;
    }
    .reset_link{
        font-size: 14px;
        float: none;
        display: block;
    }
    .login-form{
        text-align: left;
    }
    .body-section .container{
        padding-top: 28px;
        padding-bottom: 22px;
    }
    .map_cell_outer.pull-right{
        float:none !important;
        padding-left: 15px;
    }
    .form-input-wraper .inputWrap{
        margin-bottom: 10px;
    }
    .form-input-wraper .loca-Icon, .form-input-wraper .calender-Icon {
        left: 7px;
    }
    .form-input-wraper {
        margin-bottom: 8px;
    }
    .radio-sec.form-radio label{
        margin: 0;
    }
    .map_cell iframe{
        height: 215px;
    }
    .instant_outer {
        margin-top: 0;
    }
    .size_radio_outer label{
        margin-bottom: 5px;
    }    
    .search-modal .form-input-wraper label{
        font-size: 15px;
    }
    .search-modal{
        padding: 20px;
    }
    .search-modal h2 {
        font-size: 21px;
    }
    button.close{
        top:-10px;
        right: -10px;
    }
    
    
    
    
    
/*    05-09-2016*/
    .footerPagesHdr p {
    font-size: 13px;
    line-height: normal;
    }
    .bluBack p {
    font-size: 14px;
    padding: 0;
    }
    .numListing {
    width: 55px;
    padding-right: 10px;
    }
    .numCircle {
    border-width: 4px;
    font-size: 20px;
    width: 35px;
    height: 35px;
    }
    .listingDetails h4 {
    font-size: 15px;
    }
    .listingDetails p {
    font-size: 13px;
    }
    .listingDetails .fontBig li,
    .listingDetails li {
    font-size: 13px;
    line-height: 20px;
    padding-left: 20px;
    }
    
    .aboutUs-listing .listingDetails {
    padding-right: 80px;
    }
    .toggleDetails {
    right: 20px;
    height: 35px;
    width: 35px;
    }
    .bluHdr {
    margin: 10px 0;
    }
    .txt-inTest {
    height: auto;
    }
    .testimonial-e {
    margin-bottom: 30px;
    }
    .testimonialDesc p {
    margin: 0 0 10px;
    }
    
    
    
    
/*    06-09-2016*/
    .shortDet-news p {
    font-size: 14px;
    }
    .socialBlog-side h5 {
    font-size: 17px;
    }
    .subscribeBlog-side h4,
    .popPost-side h4 {
    font-size: 18px;
    }
    .subscribeBlog-side p {
    font-size: 13px;
    }
    .sbscSide input {
    height: 45px;
    padding: 5px 10px;
    }
    
    .calendarDates img {
    margin: 0 auto;
    display: block;
    }
    .bannerHost {
    margin-bottom: 15px;
    }
    .profileRight h2 {
    font-size: 20px;
    }
    .ftList li {
    font-size: 14px;
    line-height: 32px;
    }
}
@media (max-width: 600px) {
	/*body {font-size: 13px;}*/
    .bannerHost-part a{
        font-size: 14px;
    }
    .instant_check{
        float: none;
    }
    .search_ot{
        float: none;
        margin-top: 10px;
    }
    .radio-sec.form-radio .inline input[type="radio"] + span {
        padding: 7px 3px;
    }
    .radio-sec.form-radio .inline {
        font-size: 11px;
    }
    .review_row{
        padding-top: 55px;
    }
    .tag_cell{
/*        left: 10px;*/
        right: 0;
    }
    .review_img {
        height: 60px;
        width: 60px;
    }
    .review_details{
        padding-left: 65px;
    }
    .review_details_left{
/*        float: none;*/
        margin-bottom: 10px;
        margin-left: 10px;
        margin-top: 10px;
    }
    .review_details_right{
/*        float: none;*/
        text-align: left;
    }
    .review_details_right li a {
        font-size: 13px;
        padding-right: 0;
        padding-left: 22px;
    }
    .review_details_right li a span{
        right: auto;
        left: 0;
    }
    
    
    .aboutUs-listing .numListing {
    float: none;
    text-align: left;
    padding: 0;
    }
    .aboutUs-listing .listingDetails {
    padding-right: 0;
    overflow: visible;
    margin-top: 10px;
    }
    .toggleDetails {
    right: 0;
    height: 30px;
    width: 30px;
    top: -25px;
    }
    .toggleDetails:after {
    width: 2px;
    }
    .toggleDetails:before {
    height: 2px;
    }
    .review_row{
        padding-top: 10px;
    }
    .review_details{
        padding-left: 0;
    }
    .review_rating{
        margin-bottom: 0;
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
	.bluHdr {
    font-size: 15px;
    }
    .shortDet-news p {
    font-size: 13px;
    margin-bottom: 15px;
    }
    .shortft-news .bluHdr {
    font-size: 15px;
    line-height: normal;
    }
    
    
    
/*    05-09-2016*/
    .col-Listingnews {
    width: 100%;
    float: none;
    }
    
    
    
/*    06-09-2016*/
    
    
    .bluHdr {
    font-size: 14px;
    }
    .txtMore-blog .pull-left {
    width: 100%;
    padding-right: 0;
    float: none;
    margin-bottom: 10px;
    }
    .txtMore-blog .btn-right {
    overflow: visible;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
    }
    .socIcons li a {
    width: 48px;
    height: 48px;
    }
    .rightBlog-side {
    width: 100%;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    }
    .blogSidebarOpen .rightBlog-side {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    }
    
    .lg-e {
    font-size: 13px;
    }
    .profileRight h2 {
    font-size: 16px;
    }
    .profileRight p {
    font-size: 13px;
    }
    .features-Details {
    margin-top: 15px;
    }
    .abtResident h4 {
    font-size: 16px;
    margin: 10px 0;
    }
	.mapTrigger span {
    font-size: 14px;
    margin-left: 8px;
    }
    .inhouseProp li {
    float: none;
    width: 100%;
    }
    .mapTrigger:after {
    right: 10px;
    }
    .srv-e h5 {
    font-size: 15px;
    }
    .txtRvw-e .redTxt {
    font-size: 14px;
    }
    .profileRight .btn {
        margin-top: 10px;
    }
    
    .paginationBlog-l li a {
    line-height: 1.7;
    }
    .tag_cell{
        position: static;
    }
    .review_img{
        float: inherit;
    }
    .review_details_left{
        margin-left: 0;
        float: inherit;
    }
    .review_comment{
        margin-top: 0;
    }
    .review_details_right{
        float: inherit;
    }
    .review_details_right li{
        margin-top: 0;
    }
    .review_rating{
        float: inherit;
    }
    .review_comment h2{
        line-height: normal;
    }
}
@media (max-width: 400px) {
	.experienceCol .profile-A label {
    font-size: 13px;
    }
    .smallSelect .selectWrap {
    width: 100%;
    }
    .experienceCol .profile-A {
    padding: 15px 0;
    }
    .experienceForm-in .radio-checkC {
    font-size: 13px;
    }
    
    
    
/*    05-09-2016*/
    .listingDetails h4 {
    font-size: 13px;
    }
    .bluBack .container {
    padding: 10px 15px;
    }
    .bluBack p {
    font-size: 13px;
    }
    .footerPagesHdr > span {
    margin-bottom: 10px;
    font-size: 13px;
    }
    
    .shortDet-news .btn-danger.outline {
    font-size: 13px;
    }
    
    
/*    06-09-2016*/
    .pReq-e {
    width: 49%;
    margin-bottom: 10px;
    }
    .srv-e {
    padding: 10px;
    padding-left: 15px;
    background-size: 10px;
    background-position: 0px 15px;
    }
    .srv-e h5 {
    font-size: 13px;
    }
    .revw-e-short .imageProfile {
    margin: 0 0 10px;
    float: none;
    }
}
/* End */
.review_row_col{
    margin-top: 20px;
}