.at-dashboard-sidebar{
	border: 1px solid #eee;
    border-radius: 4px;
}
.at-dashboard-sidebar i{color: #999;}
.at-dashboard-sidebar__user{
	display: flex;
    padding: 10px 20px;
    align-items: center;
    min-height: 97px;
    background: #fcfcfc;
    border-radius: 4px 4px 0 0;
}
.at-dhb-sidebar__userlogo{position: relative;}
.at-dhb-sidebar__userlogo .at-round{
    border-width: 5px;
    max-width: 68px;
}
.at-border{
	border: 1px solid #eee;
	border-radius: 50%;
}
.at-round{
	border-radius: 50%;
	border: 3px solid #fff;
}
.at-dhb-sidebar__userlogo i{color: #fff}
.at-dshboard-sidebar__description{
	margin-left: 10px;
    align-self: center;
    text-align: left;
}
.at-dshboard-sidebar__description h3{
    font-size: 16px;
    text-transform: capitalize;
}
.at-dashboard-sidebar__edit{margin-left: auto;}
.at-dashboard-sidebar > ul li{
	min-height: 44px;
    border-top: 1px solid #eee;
	list-style: none;
}
.at-dashboard-sidebar > ul li ul{margin: 0;}
.at-dashboard-sidebar > ul li ul span{padding-left: 60px}
.at-dashboard-sidebar > ul li a{
	min-height: inherit;
    display: flex;
    align-items: center;
    padding-right: 18px;
}
.at-dhb-line{position: relative;}
.at-dhb-line:before{
	content: '';
	position: absolute;
    width: 2px;
    background: var(--themecolor);
    min-height: 0;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
}
.at-dhb-line:hover{background: #fcfcfc;}
.at-load-chat.active .at-dhb-line:before,
.at-dhb-line:hover:before{
	opacity: 1;
	visibility: visible;
	min-height: 100%;
}
.at-visited{background: #fcfcfc;}
.at-visited:before{
	content: '';
	position: absolute;
	opacity: 1;
	visibility: visible;
	min-height: 100%;
}
.at-circle:after{
    content: '';
    position: absolute;
    right: 0;
	width: 5px;
	height: 5px;
	background: var(--themecolor);
	border-radius: 50%;
    margin: -2.5px 44px 0 0;
    top: 50%;
}
.at-dashboard-sidebar > ul li a i{
    margin: 0 15px 0 18px;
    font-size: 14px;
}
.at-dashboard-sidebar > ul li a span{
	font: 700 13px 'Nunito', sans-serif;
	color: var(--secthemecolor);
}
.at-dashboard-sidebar > ul li a em{
	font: normal 400 12px "Open Sans", sans-serif;
	color: #999;
}
.at-dashboard-sidebar > ul li a .at-right{margin-left: auto;}
.at-dashboard-sidebar > ul li a .at-right i{
	margin: 0;
	font-size: 10px;
}
.at-dashboard-sidebar__img{
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border: 0;
    margin-top: 30px;
}
.at-dashboard-sidebar__img a{
    border: 1px solid #eee;
    padding: 9px;
}
.at-dashboard-sidebar__img span{
    font: 400 9px/0.966667em "Open Sans", sans-serif;
	padding-top: 10px;
	color: #999;
}
.at-dashboard-btn{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.at-dashboard-btn a{
	position: relative;
    min-width: 223px;
    min-height: 70px;
    overflow: hidden;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 0 20px;
	justify-content: start;
	border: unset;
}
.at-dashboard-btn a:nth-last-child(n+2){margin-right: 30px;}
.at-post,
.at-post:hover,
.at-post:focus{background: #38b258;}
.at-avail-balance,
.at-avail-balance:hover,
.at-avail-balance:focus{background: #518ff5;}
.at-pend-balance,
.at-pend-balance:hover,
.at-pend-balance:focus{background: #ef4e41;}
.at-dashboard-btn__num{
	font: 700 18px/26px 'Nunito', sans-serif;
	color: #fff;
}
.at-dashboard-btn__num em{
	font: normal 400 14px/22px "Open Sans", sans-serif;
	display: block;
}
.at-dashboard-btn .at-icon{
	position: absolute;
    bottom: -28px;
    transform: rotate(-30deg);
    right: -16px;
}
.at-icon i{
	font-size: 50px;
	color: rgba(255, 255, 255, 0.2)
}
.at-dhb-main_content{
	border: 1px solid #eee;
    border-radius: 4px;
}
.at-dhb-heading{
    position: relative;
    overflow: hidden;
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fcfcfc;
    padding: 14px 20px;
    border-radius: 4px 4px 0 0;
}
.at-dhb-main_content h3{
	font: 700 16px 'Nunito', sans-serif;
	margin: 0;
	color: var(--secthemecolor);
}
.at-latest-booking__li{
	min-height: 118px;
	list-style: none;
	background: #fff;
	border-top: 1px solid #eee;
}
.at-latest-booking__li:last-child{border-radius: 0 0 4px 4px}
.at-latest-booking__li:hover{background: #fff;}
.at-latest-booking__li:before{background: #6bdb9b}
.at-latest-booking__detail{
	display: flex;
    padding: 20px 0;
	align-items: center;
	min-height: inherit;
}
.at-booking-single .at-latest-booking__detail{justify-content: space-between}
.at-user-detail{
    display: flex;
    flex-basis: 40%;
	align-items: center;
    padding: 0 10px 0 18px;
}
.at-booking-single .at-user-detail{
    padding-left: 30px;
    flex-basis: unset;
}
.at-user-logo{position: relative;}
.at-user-logo img{max-width: unset}
.at-user-text{padding-left: 10px}
.at-user-text span{padding: 2px 0}
.at-latest-booking__li span,
.at-latest-booking__li em{
	font: normal 400 13px/21px "Open Sans", sans-serif;
	display: block;
	color: #767676;
}
.at-person{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 20%;
    padding: 0 10px 0 30px;
	border-left: 1px solid #eee;
	height: 62px;
}
.at-in-need{
	display: flex;
	flex-basis: 40%;
    justify-content: space-between;
	align-items: center;
	padding-right: 20px;
	padding-left: 30px;
	border-left: 1px solid #eee;
	height: 62px;
}
.at-in-need__description{
    padding-right: 5px;
    flex: 0 0 50%;
}
.at-btn-md{
    min-width: 80px;
    line-height: 32px
}
.at-dhb-downbtn{
	margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.at-dhb-downbtn a{
	display: flex;
    align-items: center;
    min-height: 100px;
    padding: 0;
    width: 350px;
    position: relative;
    text-align: left;
    color: #fff;
    border: 0;
    margin-top: 20px;
}
.at-dhb-downbtn a i{
	font-size: 50px;
	padding: 0 22px 0 25px;
}
.at-dhb-downbtn a:hover i{color: #fff}
.at-dual-line{
    position: relative;
	border-left: 2px solid rgba(255, 255, 255, 0.15);
    min-height: inherit;
}
.at-dual-line:before{
	position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.at-dhb-downbtn a h3{
	font-size: 18px;
	padding: 0 21px;
    color: #fff;
}
.at-dhb-downbtn a h3 span{
	font: 400 14px/22px "Open Sans", sans-serif;
}
.at-unread{
	position: absolute;
    border: 5px solid #fff;
    border-radius: 50%;
    top: -5px;
    right: -5px;
}
.at-unread .at-dot:after{display: none}
.at-yellow{background: #f1b403;}
.at-purple,
.at-purple:hover,
.at-purple:focus{background: #9b59b6;}
.at-my-payouts .at-no-ads{border: 1px solid #eee; }
.at-no-ads__content{min-height: 594px;}
/* PROFILE SETTING START */
.at-profile-setting{
	padding: 29px;
    border-top: 1px solid #eee;
}
.at-profile-setting__upload{
	border: 1px solid #eee;
    border-radius: 6px;
    text-align: left;
    padding: 19px;
    background: #fcfcfc;
}
.at-profile-setting__uploadarea{
    position: relative;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    padding: 0 20px 5px 10px;
}
.at-profile-setting__uploadarea label{
	margin: 10px 10px 5px 0;
    cursor: copy;
    z-index: 1;
}
.at-profile-setting__upload .at-profile-setting__uploadarea .btn{
	cursor: copy;
	min-width: 120px;
	line-height: 36px;
	background: var(--secthemecolor);
	border-color:  var(--secthemecolor);
}
.at-profile-setting__uploadarea .at-drop{margin: 0 auto 0 0;}
.at-profile-setting__uploadarea p{
    margin: 0;
    color: #999;
    float: none;
    width: auto;
}
.at-profile-setting__uploadarea svg{
	position: absolute;
    fill: transparent;
    stroke: #ddd;
    width: 100%;
    height: 58px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.at-form-rest p{
    float: none;
    width: initial;
    position: initial;
}
.at-profile-setting__imgs ul{display: flex;}
.at-profile-setting__imgs ul li{
    list-style: none;
    margin-top: 10px;
}
.at-profile-setting__imgs ul li:nth-last-child(n+2){margin-right: 10px;}
.at-profile-setting__imgs input{display: none}
.at-profile-setting__imgs label{
	cursor: pointer;
    margin-bottom: 0;
    border-radius: 4px;
    max-height: 118px;
    overflow: hidden;
}
.at-profile-setting__imgs label:nth-last-child(n+2){margin-right: 10px;}
.at-profile-setting__imgs label > span{
	position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background: #323232;
    width: 118px;
    height: 118px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.at-profile-setting__imgs img{
	opacity: 1;
    width: auto;
    object-fit: cover;
    object-position: center;
}
.at-profile-setting__imgs label:hover img{opacity: 0.6;}
.at-trash{
	position: absolute;
    top: -30px;
    right: -30px;
    width: 70px;
    height: 70px;
    background: #ff5851;
    border-radius: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
}
.at-profile-setting__imgs label:hover .at-trash{
	visibility: visible;
    opacity: 1;
}
.at-trash a{padding: 0px 20px 10px 0;}
.at-trash i,
.at-tick i{color: #fff}
.at-tick{
	position: absolute;
    border: 6px solid rgba(0, 188, 212, 0.5);
    border-radius: 50%;
    left: 10px;
    bottom: 10px;
    visibility: hidden;
    opacity: 0;
}
.at-tick span{
	width: 30px;
    height: 30px;
    background: #00bcd4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.at-profile-setting__imgs input:checked + label .at-tick{
	visibility: visible;
    opacity: 1;
}
.at-profile-form{
	display: flex;
	flex-wrap: wrap;
}
.at-profile-form > div{
    margin: 0;
}
.at-profile-form > div:nth-child(n+2) .at-video-link__content{margin: 10px 0 0;}
.at-profile-form input::placeholder{
	font: 400 14px "Open Sans", sans-serif;
	color: #767676;
}
.at-profile-form .at-fullwidth{flex-basis: 100%;}
#at-locationmap{height: 200px;}
#at-locationmap:empty{display: none;}

.at-pagination-float__none,
.at-pagination-float__none ul,
.at-pagination-float__none ul li.at-prevpage,
.at-pagination-float__none ul li.at-nextpage{float: none}
.at-pagination-float__none{
    border-top: 1px solid #eee;
    padding: 20px 30px;
    margin-bottom: 42px;
}
.at-pagination-float__none ul{display: flex;}
.at-pagination-float__none ul li.at-prevpage{margin-right: auto}
.at-pagination-float__none ul li.at-nextpage{margin-left: auto}
.at-booking .at-latest-booking__detail{justify-content: space-between}
.at-booking .at-user-detail{flex-basis: unset;}
.at-user-description{
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.at-user-description h2{
    position: relative;
    font-size: 22px;
    line-height: 28px   ;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.at-user-description h2 i{
    color: #b4b4b4;
    font-size: 13px;
}
.at-user-description h2 span{
    position: absolute;
    right: -20px;
}
.at-user-description span{font-size: 16px}
.at-booking-details{
    border-top: 1px solid #eee;
    padding: 30px 30px 0 30px;
}
.at-booking-details__heading{margin-top: -4px}
.at-booking-detail__content{
    display: flex;
    min-height: 50px;
    align-items: center;
    list-style: none;
}
.at-booking-detail__content:nth-child(odd){background: #f7f8f9}
.booking-details__title{
    padding: 0 10px 0 30px;
    flex-basis: 30%;
    min-height: inherit;
    display: flex;
    align-items: center;
}
.booking-details__description{
    position: relative;
    display: flex;
    flex-basis: 70%;
    min-height: inherit;
    padding-right: 25px;
}
.booking-details__description:before{
    content: '';
    position: absolute;
    width: 1px;
    background: #eee;
    min-height: 100%;
}
.booking-details__description span,
.booking-details__description em{
    font: normal 400 14px/22px "Open Sans", sans-serif; 
    align-self: center;
}
.booking-details__description span{padding-left: 30px;}
.booking-details__description a{font-size: 13px;}
.at-booking-detail__content h6{
    margin: 0;
    align-self: center;
}
.at-booking-details > ul{margin-top: 14px;}
.booking-details__description li{
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.booking-details__description ul{
    margin: 14px 0;
    width: 100%;
}
.booking-details__description li:nth-child(n+2){padding-top: 2px;}
.booking-details__btn{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 30px 30px;
}
.booking-details__btn .at-btn{
    line-height: 32px;
    min-width: 140px;
    margin-top: 10px;
}
.booking-details__btn a.at-btnview{margin-left: auto}
.booking-details__btn .at-btn{margin-right: 10px}
.at-small-btn{
    min-width: 36px;
    line-height: 32px;
    padding: 0 5px;
}
.at-btngoogle{background: #dd4b39 !important;}
.at-btnyahoo{background: #410093 !important;}
.booking-details__btn .at-btngoogle,
.booking-details__btn .at-btnyahoo,
.booking-details__btn .at-small-btn{
    min-width: 36px;
    color: #fff;
    line-height: 36px;
    border: 0;
    padding: 0;
}
.at-green{
    background: #2ecc71;
    border-color: #2ecc71;
}
.at-green:hover,
.at-green:focus{
    background: #2ecc71;
    border-color: #2ecc71;
}
.at-yellow{border-color: #f1b403;}
.at-yellow:hover,
.at-yellow:focus{
    background: #f1b403;
    border-color: #f1b403;
}
.at-dhb-main_content2{margin-bottom: 30px}
.at-second-dhb__heading{padding: 19px 30px}
.at-second-dhb__heading .at-btn{
    min-width: 120px;
    line-height: 32px;
    padding: 0 15px;
}
.at-second-dhb__heading__content{padding: 5px 0;}
.at-second-dhb__heading__content p{
    margin: 0;
    padding-top: 1px;
}
.at-border-radius{border-radius: 4px}
.at-latest-booking2 .at-user-detail,
.at-latest-booking2 .at-in-need{flex-basis: 50%}
.at-latest-booking2 .at-user-text{padding: 0 10px 0 20px;}
.at-property-in__need__btn{
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-end;
}
.at-property-in__need__btn button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.at-property-in__need__btn .at-small-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 20px;
}
.at-btn2{
    min-width: 130px;
    line-height: 32px;
}
.at-btn2 i{
    font-size: 12px;
    color: #767676;
}
.at-under-review{background: #fcfcfc}
.at-under-review .at-btn2{
    justify-content: space-between;
    color: #484848;
    border-color: #ddd;
    padding: 0 10px;
    font-size: 14px;
}
.at-under-review .at-btn2:hover{
    color: #484848;
    border-color: #ddd;
    background: #fff;
}
.at-under-review .at-btn2:hover i,
.at-under-review .at-btn2 i:hover{color: #767676}
.at-showresult-holder__dhb{margin-top: 30px}
.at-showresult-holder__dhb h3{
    font: 700 16px 'Nunito', sans-serif;
    margin: 0;
    color: var(--secthemecolor);
}
.at-properties-listing__dhb .at-featured-footer{
    display: flex;
    min-height: 49px;
    justify-content: space-between;
}
.at-feature-icon{
    display: flex;
    font-size: 16px;
    padding-left: 10px;
}
.at-feature-icon a{line-height: 20px;}
.at-feature-icon a:nth-last-child(n+2){margin-right: 16px}
.at-feature-icon .ti-eye{color: #2ecc71} 
.at-feature-icon .ti-pencil{color: #00a7eb} 
.at-feature-icon .ti-trash{color: var(--themecolor)} 
.at-terms{
    padding: 30px;
    border-top: 1px solid #eee; 
}
.at-terms > h3{margin-top: -5px}
.at-terms p{margin: 0}
.at-terms-description p:first-child{margin: 17px 0 0 0}
.at-terms-description p{margin: 24px 0 0 0}
.at-terms-description a{text-decoration: unset}
.at-footer-terms{
    background-color: #fcfcfc;
    border: 1px solid #eee;
    padding: 19px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; 
    margin-top: 23px;
    border-radius: 4px;
}
.at-footer-terms .at-checkbox{width: auto;}
.at-footer-terms .at-checkbox input[type=checkbox] + label:before {top: 4px;}
.at-footer-terms p a{text-decoration: none;}
.at-footer-terms button{
    min-width: 150px;
    line-height: 36px;
}
.at-wizard{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #eee;
    border-top: 0;
    margin-bottom: 30px;
    min-height: 52px;
    background-color: #fcfcfc;
}
.at-wizard-title{
    width: 20%;
    align-items: center;
    border-top: 4px solid #eee;
    min-height: inherit;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.at-wizard-title h4{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font: 700 13px 'Nunito', sans-serif;
    margin: 0;
    color: #bababa;
    padding-right: 10px;
}
.at-wizard-title:nth-last-child(n+2) h4:after{
    content: '';
    margin-top: -15px; 
    position: absolute;
    width: 1px;
    top: 50%;
    height: 30px;
    background-color: #eee;
    right: 0;
}
.at-wizard-title__active{
    border-color: #2ecc71;
    background: #fff;
}
.at-wizard-title__active i{display: none}
.at-wizard-title__active h4{color: var(--secthemecolor);}
.at-wizard-title__completed h4{color: #2ecc71;}
.at-wizard-title__completed i{
    display: inline-block;
    padding-left: 7px;
}
fieldset{
    border: 0;
    margin: 0;
    padding: 0;
}
.at-append{display: flex}
.at-append .input-group-append > span{
    position: relative;
    background: #fff;
    font: 400 13px "Open Sans", sans-serif;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #eee;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    padding: 10px 20px 10px 60px;
    color: #767676;
}
.at-append > input{
    flex-basis: 73%;
    z-index: 1;
    border-radius: 4px 0 0 4px;
}
.at-append .input-group-append{flex-basis: 27%}
.at-on-off label{cursor: pointer;}
.at-on-off input{display: none;}
.at-on-off input[type=checkbox]:checked + label i{
    background-color: #2ecc71;
    border-color: #2ecc71;
}
.at-on-off input[type=checkbox]:checked + label i:before{
    left: 13px;
    border-color: #2ecc71;
}
.at-on-off input[type=checkbox] + label i,
.at-on-off input[type=checkbox] + label i::before{
    position: absolute;
    height: 21px;
    border: 1px solid #d8d8d8;
    background: #fff;
}
.at-on-off input[type=checkbox] + label i{
    width: 35px;
    border-radius: 10px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    transition: all 0.3s ease 0s;
}
.at-on-off input[type=checkbox] + label i:before{
    content: '';
    width: 21px;
    border-radius: 50%;
    left: 0;
    top: -1px;
    transition: all 0.3s ease 0s;
}
.at-pr-5{padding-right: 5px;}
.at-pl-5{padding-left: 5px;}
.at-mt-n10{margin-top: -10px}
.at-textarea textarea{height: 140px;}
.at-mt-10{margin-top: 10px}
.at-video-link{
    padding: 30px;
    border-top: 1px solid #eee;
}
.at-video-link__content{display: flex}
.at-video-link__content:nth-child(n+2){margin-top: 10px}
.at-video-link__content .at-btn{
    min-width: 46px;
    min-height: 46px;
    display: flex;
    font: 700 26px 'Nunito', sans-serif;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-left: 10px;
    border: 0;
    line-height: 46px;
}
.at-video-link__content i{font-size: 20px;}
.at-mt-30{margin-top: 30px}
.at-left-icon{
    position: absolute;
    left: 0;
    padding: 0 13px;
    display: flex;
    align-items: center;
    color: var(--themecolor);
}
.at-left-icon:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #eee;
    right: 0;
}
.at-left-icon + input{padding-left: 70px}
.at-dhb-heading img{
    position: absolute;
    right: 0;
    padding-right: 20px;
}
input::placeholder{color: #767676}
.at-ameneties .at-textarea{margin-bottom: 10px;}
.at-ameneties > div{flex-basis: 100%}
.at-ameneties .at-left-icon + input{background-color: #fcfcfc}
.at-new-nearby{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.at-formcontactus .form-group.at-new-nearby{margin-top: 10px; }
.at-new-nearby .at-btn{
    min-width: 130px;
    line-height: 36px;
    margin-right: 20px;
}
.at-new-nearby p{
    font-size: 13px;
    width: initial;
    margin: 5px 0;
}
.at-popular-nearby form{margin-bottom: 10px}
.at-popular-nearby__category li{
    list-style: none;
    min-height: 46px;
}
.at-popular-nearby__category > li:nth-child(n+2){margin-top: 10px;}
.at-popular-category__text{
    font: 400 14px/22px 'Open Sans',sans-serif;
    margin: 0 10px 0 5px;
    flex-basis: 100%;
}
.at-popular-category__text a{
    display: flex;
    align-items: center;
    color: #767676;
    padding: 11px 0;
    flex-basis: 100%;
}
.at-popular-category__text a i{
    color: var(--themecolor);
    padding-right: 12px;
}
.at-popular-category__head{
    position: relative;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fcfcfc;
    display: flex;
    align-items: center;
    min-height: 46px;
}
.at-popular-left__icon{padding: 0 16px;}
.at-popular-category__a{
    position: absolute;
    right: 0;
    display: flex;
}
.at-popular-category__a a{padding: 12px 0 12px 0;}
.at-popular-category__a a:last-child{padding: 12px 20px 12px 0;}
.at-popular-category__a .at-delete{color: var(--themecolor)}
.at-popular-category__parent > ul{padding-left: 30px;}
.at-popular-category__child{margin-top: 5px;}
.at-popular-category__child .at-popular-category__head{background-color: #fff}
.at-popular-category__child .at-popular-category__text a{padding: 11px 0 11px 20px;}
.at-line{
    position: relative;
    margin-left: 28px;
    display: flex;
    align-items: center;
}
.at-line:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 9px;
    background-color: #999;
    left: -14px;
    cursor: default;
}
.at-popular-category__parent > ul ul{margin: 0}
.at-popular-category__grandchild{
    padding: 20px;
    border: 1px solid #eee;
    border-top: 0;
    background-color: #fcfcfc;     
}
.at-profile-form .input-group-append .at-walk{
    border: 0;
    padding: 0;
    font-size: 14px;
    background: transparent;
}
.at-walk .select2-container{width: 100% !important;}
.at-walk .select2-container--default .select2-selection--single{
    display: flex;
    justify-content: space-between;
    border-radius: 0 4px 4px 0;
}
.at-popular-category__grandchild .at-profile-form .at-btn{
    min-width: 130px;
    line-height: 36px;
    margin-top: 20px;
    color: #fff;
}
.at-addon-services ul{
    margin: 0;
    padding: 0;
}
.at-addon-services .at-popular-category__grandchild{background-color: #fff}
.at-addon-services .at-append > input{
    flex-basis: 0;
    flex-grow: 3;
}
.at-addon-services .at-append .input-group-append{
    flex-basis: 0;
    flex-grow: 1;
}
.at-all-go{
    border-top: 1px solid #eee;
    padding: 60px 30px;
}
.at-all-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.at-all-content__text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
    margin-top: 0;
}
.at-all-content__text h2{
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.at-all-content__text p{
    margin: 0;
}
.at-all-content img{margin: 0 0 24px;}
.at-messages p{margin: 0}
.at-messages__description{
    background: #f3f4f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 9px 9px 19px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    flex-wrap: wrap;
    min-height: 50px;
    color: #333333;
}
.at-dhb-main_content .at-messages__description{border-top: 0;}
.at-user-product{position: relative;}
.at-user-product .at-product-collapse {
    border-radius: 6px 6px 0 0;
    border: 1px solid #ddd;
}
.at-messages__description label,
.at-messages__description a {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 0 19px 0 0;
    min-width: 340px;
    margin: 0;
    transition: none;
}
.at-product-collapse[aria-expanded=false]{border-radius: 6px;}
.at-messages__description label img,
.at-messages__description img {
    border-radius: 6px;
    margin-left: 10px;
}
.at-messages__description label:hover img{opacity: 1;}
.at-messages__text {padding-left: 10px;}
.at-messages span,
.at-messages .at-messages__text,
.at-notifications .at-messages__text .at-italic-notification{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background: unset;
}
.at-messages h4{
    font-size: 14px;
    margin: 0;
    color: #333;
    font-weight: 400;
    width: 100%;
}
.at-messages h4 a{color: #333}
.at-messages em {
    display: flex;
    font: normal 700 16px/1.3125rem "Nunito",sans-serif;
    text-transform: initial;
    align-items: baseline;
}
.at-messages em span{
    font-size: 14px;
    font-weight: 400;
}
.at-messages__description label i,
.at-messages__description a i {
    margin-left: auto;
    color: #767676;
    font-size: 0.75rem;
    padding-left: 20px;
}
.at-message-product {
    flex-flow: column nowrap;
    position: absolute;
    left: 0;
    top: 100%;
    max-height: 300px;
    z-index: 1;
    border-bottom: 1px solid #ddd;
}
.at-message-product .mCustomScrollBox {max-height: 100% !important;}
.at-message-product .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    display: flex;
    flex-direction: column;
    border-radius: 0 0 4px 4px;
}
.at-message-product input[type=radio] {display: none;}
.at-dashboard-sidebar > ul li a:hover,
.at-message-product label:hover,
.at-messages__content li a:hover {background: #fcfcfc;}
.at-profile-setting__imgs label img {opacity: 1;}
#collapsenew1 label {
    position: relative;
    margin: 0;
    border-radius: 0;
}
#collapsenew1 label:before{position: absolute;}
#collapsenew1 label.at-dhb-line:before{background: #6bdb9b;}
#collapsenew1 label:hover:before{
    opacity: 1;
    visibility: visible;
    min-height: 100%;
}
.at-messages__description .at-dot img {margin-left: 25px;}
.at-unread .at-dot {
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
}
.at-dot::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--themecolor);
    border-radius: 50%;
    right: 19px;
}
.at-messages__description .at-dot::after {
    right: unset;
    left: 9px;
}
.at-message-product .mCSB_scrollTools{visibility: hidden;}
.at-messages__content {
    display: flex;
    flex-wrap: wrap;
}
.at-messages__content ul {
    flex: 0 0 39.1%;
    max-height: 899px;
    background: #fcfcfc;
    border-bottom-left-radius: 6px;
}
.at-messages__content ul .mCustomScrollBox {border-bottom-left-radius: 6px;}
.at-messages__content ul .mCSB_inside > .mCSB_container,
.at-message-product .mCSB_inside > .mCSB_container,
.at-messages__area .mCSB_inside > .mCSB_container {margin: 0;}
.at-messages__content li {
    min-height: 78px;
    display: flex;
    border-bottom: 1px solid #eee;
}
.at-messages__content ul a {
    display: flex;
    align-items: center;
    background: #fcfcfc;
    min-height: 78px;
    width: 100%;
    min-width: unset;
    padding: 9px 19px 9px 0;
    transition: none;
}
.at-messages__content ul a.at-dhb-line:before{background: #6bdb9b;}
.at-messages__content .at-dot {
    position: relative;
    border-radius: 0;
    background: #fff;
}
.at-messages__content img {
    border-radius: 50%;
    margin-left: 19px;
}
.at-messages__content .at-messages__text span {
    font: 700 14px/1.5em "Nunito",sans-serif;
    color: var(--secthemecolor);
}
.at-messages__content .at-messages__text em {
    font: normal 400 12px/1.571429em "Open Sans",sans-serif;;
    color: #767676;
}
.at-messages__content ul .mCSB_scrollTools,
.at-message-product .mCSB_scrollTools,
.at-messages__area .mCSB_scrollTools {visibility: hidden;}
.at-messages__user {
    flex: 0 0 60.9%;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto 1fr auto;
    border-left: 1px solid #eee;
}
.at-messages__user__heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 79px;
    border-radius: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 10px 20px 10px 0;
    margin-bottom: 15px;
}
.at-messages__user__heading .at-messages__text{width: auto}
.at-messages__user__heading a {margin-left: 19px;}
.at-messages__user__heading a:first-child {display: none;}
.at-messages__user__heading a i {
    font-size: 1.25rem;
    color: #00bcd4;
}
.at-messages__user__heading a:last-child {
    margin-left: auto;
    border: 2px solid #dddddd;
    border-radius: 50%;
    display: flex;
    padding: 9px;
}
.at-messages__user__heading a:last-child i {
    color: #ff5851;
    font-size: 1.25rem;
}
.at-messages__area {
    padding: 0 19px;
    align-self: flex-end;
    max-height: 608px;
}
.at-messages__area__right {
    padding-left: 46px;
    align-items: flex-end;
}
.at-messages__area__left {
    align-items: flex-start;
    padding-right: 46px;
}
.at-messages__area__right,
.at-messages__area__para,
.at-messages__area__left {
    display: flex;
    flex-flow: column wrap;
}
.at-messages__area p {
    font-size: 0.875rem;
    line-height: 1.714286em;
    padding: 12px 18px;
    border-radius: 6px;
    margin-top: 10px;
    color: #333;
}
.at-messages__area__right p {
    background: #e0f7fa;
    border: 1px solid #caebef;
    border-bottom-right-radius: 0;
}
.at-messages__area__left p {
    background: #fff8e1;
    border: 1px solid #f2eacf;
    border-bottom-left-radius: 0;
}
.at-messages__area span {
    padding-top: 6px;
    font: 400 0.6875rem "Open Sans", sans-serif;
    color: #333;
}
.at-messages__area span i {color: #38b258;}
.at-messages__area .at-message-fullstops{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px 19.5px;
}
.at-message-fullstops  .at-dot {
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%;
    padding: 0;
    right: 0px;
    bottom: 0px;
    position: relative;
    animation: at-jump 1s infinite;
  }
  .at-message-fullstops  .at-dot:nth-last-child(n+2){margin-right: 3px}
.at-message-fullstops .at-dot-1 {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.at-message-fullstops .at-dot-2 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.at-message-fullstops .at-dot-3 {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.at-message-fullstops .at-dot-4 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}
.at-at-chatarea .at-replaybox,
.at-text__area {
    padding: 17px 9px 10px;
    align-self: end;
}
.at-text__area textarea {
    min-height: 89px;
    resize: none;
    padding: 19px;
    border-color: #eee;
    border-radius: 6px 6px 0 0;
    height: unset;
}
.at-emoji {
    display: flex;
    justify-content: space-between;
    padding-right: 5px;
    align-items: center;
    border: 1px solid #eee;
    border-top: 0;
    border-radius: 0 0 6px 6px;
}
.at-emoji a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    min-width: 58px;
    padding: 0 10px;
    border-right: 1px solid #eee;
}
.at-emoji img {margin: 0;}
.at-emoji i {
    font-size: 0.625rem;
    color: #999;
}
.at-emoji button {
    min-width: 96px;
    line-height: 36px;
}
.at-notifications > ul{flex-basis: 100%;}
.at-notifications li:first-child{border-top: 1px solid #eee}
.at-notifications .at-dot:after{
    right: unset;
    left: 19px;
}
.at-notifications img {margin-left: 35px;}
.at-messages__content.at-notifications span{
    display: block;
    -webkit-line-clamp: unset;
    overflow: unset;
}
.at-notifications .at-messages__text{
    width: 100%;
    padding-right: 16px;
}
.at-notifications .at-messages__text > span{line-height: 1.4em}
.at-notifications .at-messages__text .at-notifications-description{
    font: 400 12px/1.571429em "Open Sans",sans-serif;
    color: #767676;
    margin-bottom: 2px;
}
.at-notifications .at-messages__text .at-italic-notification{
    font-size: 13px;
    font-style: italic;
    color: var(--secthemecolor);
    display: inline;
}
.at-packages-features{
    border: 0;
    margin-top: -5px;
}
.at-packages-features .at-dhb-heading{
    background: #fff;
    padding: 0;
}
.at-packages-features .at-dhb-heading + .at-packages-features__card{margin-top: 24px;}
.at-packages-features__card{
    position: relative;
    margin-top: 30px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    overflow:hidden;
}
.at-packages-features__card:hover{
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.2);
}
.at-packages-features__card h4{
    margin: 0 0 2px;
    font-size: 14px;
}
.at-packages-features__package{
    flex: 0 0 9%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
}
.at-packages-features__package h3{
    position: absolute;
    transform: rotate(-90deg);
    color: #fff;
    text-transform: uppercase;
    margin-left: 86px;
    width: 35%;
    text-align: center;
}
.at-packages-features__package__dots{
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 2px dotted #fff;
    height: 100%;
    margin-right: 14px;
}
.at-packages-features__package__dots:before,
.at-packages-features__package__dots:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: -1px;
    background: #fff;
}
.at-packages-features__package__dots:before{top: -5px;}
.at-packages-features__package__dots:after{bottom: -5px;}
.at-packages__content{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-basis: 30%;
    padding: 30px 10px;
    border: 1px solid #eee;
    border-left: 0;
}
.at-packages__content strong{
    font: 700 32px/33px 'Nunito', sans-serif;
    color: var(--secthemecolor);
    margin-top: 17px;
}
.at-packages__content em{
    font-size: 13px;
    line-height: 18px;
}
.at-packages__content .at-btn{
    min-width: 100px;
    line-height: 32px;
    margin-top: 16px;
}
.at-feature{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #eee;
    border-left: 0;
    padding: 24px 30px 21px;
    border-radius: 0 4px 4px 0;
    flex: auto;
}
.at-feature li{
    display: flex;
    align-items: center;
    line-height: 27px;
}
.at-feature li span{
    display: flex;
    font-size: 13px;
    position: relative;
    align-items: center;
    flex-grow: 1;
}
.at-feature li span:after{
    content: '';
    border-top: 2px dotted #eaeaea;
    flex-grow: inherit;
    margin: 1px 0 0 5px;
}
.at-feature li:before{
    content: '';
    width: 3px;
    height: 1px;
    background: #767676;
    margin-right: 4px;
}
.at-feature li h5{
    margin: 0;
    display: flex;
    font-size:13px;
    justify-content: flex-end;
    margin-left: 15px;
    min-width: 20px;
}
.at-feature li h5 i{font-size: 13px;}
.at-feature li h5 .fa-times-circle{ color: var(--themecolor)}
.at-feature li h5 .fa-check-circle{ color: #2ecc71}
.at-package-star{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.at-star-feature{
    position: absolute;
    right: 4px;
    color: #fff;
    top: 4px;
    z-index: 1;
    font-size: 0.5625rem;
}
.at-star-feature i{
    position: absolute;
    right: 4px;
    top: 4px;
}
.at-star-feature:after{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: #ff5851;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 50%);
    z-index: -1;
}
.at-blue{
    background: #3498db;
    border-color: #3498db;
}
.at-brown{
    background: #e67e22;
    border-color: #e67e22;
}
.at-payment-method input[type=radio]{display: none}
.at-payment-method{
    padding: 30px;
    border-top: 1px solid #eee;
}
.at-payment-method > a{margin-top: 20px}
.at-payment-method img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 4px;
}
.at-payment-method__description{margin-left: 20px}
.at-payment-method h2{
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    color: #767676;
}
.at-payment-method__description h2,
.at-payment-method__description p{color: #767676}
.at-payment-method p{margin: 0}
.at-payment-method p a{text-decoration: none;}
.at-payment-method__content:nth-child(n+2){margin-top: 10px}
.at-payment-method__content label{
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 0;
}
.at-dhb-bank{
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #fcfcfc;
    border-radius: 4px;
}
.at-dhb-radio{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 28px;
}
.at-dhb-radio:before{
    content: '';
    position: absolute;
    border: 1px solid #bbb;
    border-radius: 50%;
    background: #fff;
    width: 18px;
    height: 18px;
    left: 0;
}
.at-dhb-radio:after{
    content: '';
    position: absolute;
    background: #2ecc71;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 5px;
    opacity: 0;
    visibility: hidden;
}
.at-payment-method__content input[type=radio]:checked + label{
    border-color: #2ecc71;
    border-radius: 4px 4px 0 0;
    border-bottom-color: #eee;
}
.at-payment-method__content input[type=radio]:checked + label .at-dhb-radio:after{
    opacity: 1;
    visibility: visible;
}
.at-payment-method__content input[type=radio]:checked + label img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.at-payment-method__content input[type=radio]:checked + label .at-payment-method__description h2,
.at-payment-method__content input[type=radio]:checked + label .at-payment-method__description p{color: var(--secthemecolor)}
.at-payment-method__dropdown{
    width: 100%;
    float: left;
    padding: 15px;
    border: 1px solid #2ecc71;
    border-top-color: #eee;
    border-radius: 0 0 4px 4px;
    border-top: 0;
}
.at-payment-method__dropdown .form-group{
    margin: 0;
    padding: 5px;
}
.at-payment-method__dropdown .form-group{margin: 0;}
.at-payment-method__dropdown p{margin: 3px 0 0 0;}
.at-payment-method__dropdown p a{text-decoration: none}
.at-payment-method__dropdown p span{
    color: #d8d6d6;
    padding: 0 3px;
}
.at-my-payouts{border: 0;}
.at-my-payouts .at-dhb-heading{
    background: #fff;
    padding: 25px 0 14px 0; 
}
.table.at-my-payouts__table{
    border-collapse: separate;
    margin: 0;
}
.table.at-my-payouts__table>thead:first-child>tr:first-child>th{
    border: 0;
    text-align: left;
    padding: 12px 0px;
    line-height: 23px;
    border-top: 1px solid #eee;                    
    border-bottom: 1px solid #eee;                    
    
}
.table.at-my-payouts__table>thead:first-child>tr:first-child>th:first-child{
    padding-left: 20px;
    border: 1px solid #eee;
    border-radius: 4px 0 0 0;
    border-right: 0;
}
.table.at-my-payouts__table>thead:first-child>tr:first-child>th:last-child{
    border: 1px solid #eee;
    border-radius: 0 4px 0 0;
    border-left: 0;
}
.at-my-payouts__table thead tr{
    background: #fcfcfc;
    font: 700 13px 'Nunito', sans-serif;
    color: var(--secthemecolor)
}
.table.at-my-payouts__table>tbody>tr>td:first-child{
    width: 50%;
    padding-left: 20px;
}
.table.at-my-payouts__table>tbody>tr>td{
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 0;
    text-align: left;
    color: #767676;
    font: 400 13px/24px 'Open Sans',sans-serif;
    padding: 12px 0;
}
.table.at-my-payouts__table>tbody>tr>td i{
    color: #999;
    margin-left: 7px;
}
.at-my-favorite{margin-top: 0}
.at-privacy-setting p{margin: 0}
.at-profile-setting__content{
    padding: 30px;
    border-top: 1px solid #eee;
}
.at-account-save__input{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
}
.at-account-save__button{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}
.at-account-save__button p{
    font-size: 13px;
    margin: 5px 0;
    width: unset;
}
.at-account-save__button button{
    min-width: 130px;
    line-height: 36px;
    margin-right: 20px;
}
.at-account-save form input {
    border-radius: 6px;
    border-color: #eee;
    min-height: 46px;
    font: 400 0.875rem "Open Sans", sans-serif;
    color: #767676;
}
.at-privacy-setting .at-posted-ads__heading {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fcfcfc;
    padding: 0 10px 0 20px;
    border-radius: 6px 6px 0 0;
}
.at-privacy-setting .ps-posted-ads__heading p {
    margin-left: auto;
    padding-right: 20px;
}
.at-account-setting p {padding-right: 40px;}
.at-account-setting > .row {padding: 18px 0 20px;}
.at-account-checkbox {
    position: relative;
    display: flex;
}
.at-account-checkbox .at-on-off input[type=checkbox] + label i{left: 0;}
.at-account-checkbox p {
    margin-left: 45px;
}
.at-account-checkbox:nth-child(n+2) {
    margin-top: 25px;
}
.at-comment--row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
}
.at-contact-seller .form-group,
.at-comment--form .at-form {
    margin-bottom: 10px;
}
.at-contact-seller .at-select {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 6px;
}
.at-profile-setting__imgs .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden,
.at-profile-setting__imgs .mCSB_horizontal.mCSB_inside>.mCSB_container{display: flex}
.at-wizard-footer{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.at-wizard-footer .at-dull-btn{
    min-width: 130px;
    line-height: 38px;
}
.at-dull-btn,
.at-dull-btn:hover,
.at-dull-btn:focus{
    background: #eee;
    color: #999;
    border: 1px solid #eee;
    cursor: no-drop;
}
.ps-right{margin-left: auto}
.at-dashboard-sidebar .ps-right i{
    margin: 0;
    font-size: 10px;
}
.at-step-number{display: none}
.at-active-step{display: block;}
.at-sidenavshow .at-dhb-sideholder .at-closesidebar{
    right: 0;
    border-radius: 50%;
    margin-right: -20px;
}
.at-dhb-sideholder .at-closesidebar{
    top: 50%;
    left: unset;
    right: 0;
    margin-right: -30px;
    border-radius: 0 50% 50% 0;
}
.at-360-content{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
form .form-control,
form input{text-transform: inherit}
@keyframes at-jump {
    0%   {bottom: 0px;}
    20%  {bottom: 5px;}
    40%  {bottom: 0px;}
}
@media print
{
    #booking-details { display: block; }
    #booking-details .at-booking-details{
        border-top: 1px solid #eee;
        padding: 30px 30px 0 30px;
    }
    #booking-details .at-booking-details__heading{margin-top: -4px}
    #booking-details .at-booking-detail__content{
        display: flex;
        min-height: 50px;
        align-items: center;
        list-style: none;
    }
    #booking-details .at-booking-detail__content:nth-child(odd){background: #f7f8f9}
    #booking-details .booking-details__title{
        padding: 0 10px 0 30px;
        flex-basis: 30%;
        min-height: inherit;
        display: flex;
        align-items: center;
    }
    #booking-details .booking-details__description{
        position: relative;
        display: flex;
        flex-basis: 70%;
        min-height: inherit;
        padding-right: 25px;
    }
    #booking-details .booking-details__description:before{
        content: '';
        position: absolute;
        width: 1px;
        background: #eee;
        min-height: 100%;
    }
    #booking-details .booking-details__description span,
    #booking-details .booking-details__description em{
        font: normal 400 14px/22px "Open Sans", sans-serif; 
        align-self: center;
    }
    #booking-details .booking-details__description span{padding-left: 30px;}
    #booking-details .booking-details__description a{font-size: 13px;}
    #booking-details .at-booking-detail__content h6{
        margin: 0;
        align-self: center;
    }
    #booking-details .at-booking-details > ul{margin-top: 14px;}
    #booking-details .booking-details__description li{
        display: flex;
        justify-content: space-between;
        list-style: none;
    }
    #booking-details .booking-details__description ul{
        margin: 14px 0;
        width: 100%;
    }
    #booking-details .booking-details__description li:nth-child(n+2){padding-top: 2px;}
    #booking-details .booking-details__btn{
        display: flex;
        flex-wrap: wrap;
        padding: 10px 30px 30px;
    }
    #booking-details .booking-details__btn button{
        line-height: 32px;
        min-width: 140px;
        margin-top: 10px;
    }
    #booking-details .booking-details__btn button:last-child{margin-left: auto}
    #booking-details .booking-details__btn button:nth-last-child(n+2){margin-right: 10px}
}
.booking-details__btn .at-btn:last-child {
    margin-right: 0; 
    margin-left: auto;
}
#at-property-basicform{
    margin: 0;
}
#at-property-basicform > fieldset + fieldset{margin-top: 5px;}
.at-chatarea-empty{
    min-height: 870px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.at-chatemptyimg{
    margin: 0;
    width: 100%;
    text-align: center; 
}
.at-chatemptyimg img{
    margin: 0 auto;
    border-radius: 0;
    display: block;
}
.at-chatemptyimg figcaption h3{
    color: #767676;
    margin-top: 10px;
}
.at-ameneties .form-group input[type="text"]{
    width: 100%;
}
.at-ameneties .form-group,
.at-ameneties .form-group + .at-video-link__content{margin: 0;}
.at-price-management > fieldset{
    margin:0;
}
.at-checkintime .at-formcontactus .form-group label{width: 100%;}
.at-checkintime .at-formcontactus .form-group label span{
    display: block;
    line-height: 18px;
    margin: 0 0 5px;
}
.at-offdays .at-ameneties > .form-group{
    padding: 0;
}
.at-offdays .at-video-link__content .at-btn,
.at-property-offers-holder .at-video-link__content .at-btn{margin: 0;margin-left: auto; }
.at-offdays .at-add-off-days .at-remove-offdays-wrapper,
.at-property-offers-holder .at-add-property-offers .at-remove-offer-wrapper{
    min-width: 46px;
    padding: 0;
    min-height: 46px;
    margin: 5px;
    font-size: 18px;
}
.at-property-offers-holder .at-add-property-offers .form-group{
    padding: 5px;
}
.at-offdays .at-ameneties > div.at-offdays-append{
    flex-basis: auto;
    margin: -5px;
    display: flex;
    flex-wrap: wrap;
}
.at-property-offers-holder .at-add-property-offers{margin: -5px;}
.at-property-nearby-holder{
    float: left;
    width: 100%;
}
.at-property-nearby-holder .form-group{margin: 0;}
#at-property-nearbyform .at-video-link__content:nth-child(n+2){margin: 0;}
#at-property-nearbyform .at-profile-form .at-pl-5,
#at-property-nearbyform .at-profile-form .at-pr-5{
    padding: 0;
    width: 50%;
}
#at-property-nearbyform .at-popular-category__grandchild  .at-profile-form .form-group{
    padding: 5px;
}
#at-property-nearbyform .at-popular-category__grandchild .at-profile-form .at-btn{margin: 10px 0 0;}
.at-popular-category__parent > ul{
    margin-top: 10px; 
}
#at-property-nearbyform .at-popular-category__grandchild .at-profile-form{margin: -5px;}
#at-property-servicesform .at-video-link__content:nth-child(n+2){margin: 0;}
#at-property-servicesform .at-addon-services .at-append > .input-group-append{border-radius: 0 4px 4px 0;}
#at-property-servicesform .at-popular-category__grandchild{border-top:1px solid #eee;}
.at-properties-listing__dhb{float: none;}
.load-at-chat-message{
    position: relative;
    min-height: 870px;
}
.sp-chatspin{
    z-index: 99;
    border-radius: 0 !important;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -20px !important;    
}
.at-replaybox{
    z-index: 9;
    background: #fff;
    border-radius: 0 0 4px 4px;
}
.at-replaybox .emojionearea,
.at-replaybox .emojionearea.form-control{
    border-color: #eee;
    box-shadow: none;
    min-height: 90px;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}
.at-replaybox .emojionearea.focused{
    border-color: #eee;
    box-shadow: none;
}
.at-iconbox{
    border: 1px solid #eee;
    border-radius: 0 0 4px 4px;
}
.at-btnsendmsg{margin: 5px;}
.slighloader:after{
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    z-index: 9;
    height: 100%;
    background: rgba(255,255,255,0.5);
}
.at-messages__content .at-messages__text span.list-last-message{font: normal 400 12px/1.571429em "Open Sans", sans-serif; }
.at-payment-method__content input[type=radio]:checked + label + .at-payoutdetails{display: block;}
.at-payment-method__content input[type=radio] + label + .at-payoutdetails{display: none;}
.at-popular-category__grandchild .at-profile-form .form-group {
    width: 50%;
    flex-basis: 50%;
    padding: 5px;   
}
.at-popular-category__grandchild .at-profile-form .at-btn{margin: 15px 5px 5px; }
.at-popular-category__grandchild .at-profile-form{margin: -5px;}
.fvt-properties .at-no-ads{
    float: left;
    width: 100%;
    border: 1px solid #eee;
}
.fvt-properties .at-my-favorite{margin-bottom: 24px;}
.fvt-properties .at-my-favorite .at-resulttitle{margin: 0;}
.at-my-payouts .at-no-ads{border: 1px solid #eee;}
.at-offdays .at-add-off-days + .at-add-off-days,
.at-property-offers-holder .at-add-property-offers + .at-add-property-offers{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}
.at-profile-setting .at-offdays .at-add-off-days .form-group-half{width: 45.5%;}
.at-profile-setting .at-offdays .at-add-off-days .at-btnarea{width: 9%;}
.at-offdays .at-add-off-days .at-btnarea a{display: block;margin: 0;min-width: 100%;}
.at-video-url-append .at-video-link__content:first-child{margin-top: 10px; }
.at-property-offers-holder .at-add-property-offers .form-group.at-btnarea{width: 8%;}
.at-property-offers-holder .at-add-property-offers .at-savenight{width: 92%;}
.at-property-offers-holder .at-add-property-offers .at-remove-offer-wrapper{
    margin: 0;
    min-width: 100%;
}
.at-property-offers-holder .at-property-offer-append{
    display: flex;
    flex-wrap: wrap;
}
#at-property-nearbyform .at-popular-category__grandchild .at-profile-form .form-group.at-btnarea{width: 100%;flex-basis: 100%;}
.at-addon-services .at-popular-category__grandchild .at-profile-form .form-group{
    width: 100%;
    flex-basis: 100%;
}
.at-profile-setting__imgs .at-profile-banner-image label{
    margin: 0;
    max-height: 100%;
}
.at-profile-setting__imgs .at-profile-banner-image label img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.at-wizard-title{width: 10.71%;}
.at-wizard-title h4{
    display: none;
}
.at-wizard-title a{position: relative;}
.at-wizard-title a:before{
    content: '01';
    color: #bababa;
    padding-right: 10px;
    font: 700 13px 'Nunito', sans-serif;
}
.at-wizard .at-wizard-title:nth-child(2) a:before{content: '02'}
.at-wizard .at-wizard-title:nth-child(3) a:before{content: '03'}
.at-wizard .at-wizard-title:nth-child(4) a:before{content: '04'}
.at-wizard .at-wizard-title:nth-child(5) a:before{content: '05'}
.at-wizard .at-wizard-title:nth-child(6) a:before{content: '06'}
.at-wizard .at-wizard-title:nth-child(7) a:before{content: '07'}
.at-wizard .at-wizard-title:nth-child(8) a:before{content: '08'}
.at-wizard-title__active{
    width: 25%;
    flex-grow: 1;
}
.at-wizard-title__active h4{
    display: block;
}
.at-wizard-title__active a:after,
.at-wizard-title__active a:before{
    display: none;
}
.at-wizard-title a:after{
    content: '';
    margin-top: -15px;
    top: 50%;
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #eee;
    right: 0;
}
.at-wizard-title:last-child a:after{content: none;}
.at-wizard-footer .at-dull-btn{
    color: #24355a;
    cursor: pointer;
    background: transparent;
    border: 2px solid #eee;
}
.at-dhb-main_content + .host-properties{
    margin-top: 30px; 
}
.at-dhb-main_content + .host-properties .at-showresult-holder__dhb{
    margin: 0 0 14px;
}
.at-dhb-main_content .at-no-ads{
    border: 0;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #eee;
}
.at-properties-listing .at-featured-holder .at-featured-content{min-height: 248px;}
.at-my-payouts.at-dhb-main_content .at-no-ads{
    border: 1px solid #eee;
}
ul.at-property-images li label span img{
    width: auto;
    height: auto;
}
.at-policies-wrap .at-ameneties .at-select select{
    border-radius: 4px 0 0 4px;
    border-left: 0;

}
.at-policies-wrap .at-ameneties .form-group input[type="number"]{
    border-radius: 0 4px 4px 0;
}
.at-properties-listing .at-featuredslider figure img{
    min-height: 248px;
    object-fit: cover;
}
.at-dashboard-btn .at-btn:hover .at-icon i{color: rgba(255, 255, 255, 0.2);}