.easy_wrapper {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px 0 0;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.06);
}
.rentclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.easy_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 80px;
    transition: all 0.3s ease;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.ren__scroll .easy_header {
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
}
.easy_container,
.ren__container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}
.easy_topin {
    display: flex;
}
.easy_logo {
    padding: 20px 0;
    height: 40px;
}
.easy_logo img {
    width: auto;
    height: 40px;
    display: block;
}

.enav {
    margin: 0 auto;
}
.is-desktop .accordion li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    line-height: 80px;
    font-size: 15px;
    font-weight: 400;
}
.easy_wa {
    display: flex;
    align-items: center;
}
.is-desktop .accordion li > ul {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 200px;
    padding: 20px 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.is-desktop .accordion li:hover > ul {
    display: block;
}
.is-desktop .accordion li > ul > li {
    display: block;
    padding: 8px 20px;
    line-height: 1.25;
}
.is-desktop .accordion li > ul > li > a {
    display: block;
}

.easy_time {
    position: fixed;
    left: 30px;
    bottom: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 1000;
    pointer-events: none;
}
.easy_timework {
    position: relative;
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: left center;
    white-space: nowrap;
    pointer-events: auto;
    text-align: center;
    margin: 100px 0 0;
}
.easy_timework span {
    margin-left: 15px;
}

.easy_wa a {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-weight: bold;
}
.easy_wa span {
    margin-left: 10px;
}

.emenu {
    position: relative;
    display: none;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 8px 0 0;
    border-radius: 40px;
    transition: all 0.3s ease 0.3s;
}
.mobilemenu .emenu {
    background: #d33;
}
.emenu:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 10px;
    right: 10px;
    height: 2px;
    transition: all 0.3s ease 1s;
}
.mobilemenu .emenu:before {
    transform: rotate(135deg);
    top: 19px;
}
.emenu:after {
    content: "";
    position: absolute;
    bottom: 14px;
    left: 10px;
    right: 10px;
    height: 2px;
    transition: all 0.3s ease 1s;
}
.mobilemenu .emenu:after {
    transform: rotate(-135deg);
    bottom: 19px;
}

/* After Header */
.easy_after {
    position: relative;
    overflow: hidden;
    padding: 50px 0 0;
}
.easy_front {
    display: flex;
    align-items: center;
}
.easy_after_text {
    width: 45%;
    position: relative;
    z-index: 2;
    padding: 50px 0 50px;
}
.after_text_in {
    margin: 0 -300px 0 0;
}
.after_text_before {
    font-size: 14px;
    margin: 0 0 -20px;
    position: relative;
}
.after_text_before span {
    position: relative;
    padding: 8px 12px 8px 30px;
    border-radius: 10px;
    display: inline-block;
    z-index: 2;
}
.after_text_before span:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: 12px;
    border-radius: 10px;
}
.after_text_heading {
    position: relative;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
    padding: 40px 0;
    display: inline-block;
}
.easy_wrapper .typewrite {
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text !important;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.after_text_after {
    font-size: 18px;
    margin: 0 0 30px;
}
.after_text_btn {
    display: flex;
}
.after_text_btn a {
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 14px;
    margin: 0 15px 10px 0;
}
.easy_text_siren {
    display: flex;
    align-items: center;
}
.easy_e_year {
	display: inline-block;
    width: 46px;
    height: 46px;
	line-height: 46px;
    border-radius: 60px;
	font-weight: bold;
	text-align: center;
    margin: 0 15px 0 0;
    overflow: hidden;
}


.after_text_btn span {
  font-weight: 600;
  padding: 10px 15px;
  border: 2px solid #333;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  margin: 0 15px 10px 0;
}
.easy_text_tes {
    display: flex;
    padding: 0 0 0 15px;
    margin: 0 0 30px;
    font-size: 16px;
}
.easy_text_siren {
    margin: 0 0 30px;
    font-size: 16px;
}
.easy_after_img {
    width: 55%;
    margin: 0 -5% 40px auto;
}

.easy_after_img img {
    width: 100%;
    display: block;
}
.easy_text_star {
    padding: 3px 0 3px 15px;
    line-height: 22px;
}
.easy_tes_mini {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin: 0 0 0 -15px;
    overflow: hidden;
}

/* SOS */
.easy_sos {
    position: fixed;
    top: 100px;
    bottom: 0;
    right: 30px;
    width: 36px;
    display: flex;
    align-items: center;
    z-index: 1000;
}
.ren__socicon {
    position: relative;
    width: 36px;
}
.ren__socicon:before {
    content: "";
    position: absolute;
    top: -96px;
    left: calc(50% - 1px);
    height: 80px;
    width: 1px;
    opacity: 0.3;
    background: #555;
}

.ren__socicon:after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: calc(50% - 1px);
    height: 80px;
    width: 1px;
    opacity: 0.3;
    background: #555;
}
.easy_sos a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 36px;
    margin: 0 0 6px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	color: #111;
}

.easy_after_image {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
}
.breadcrumbs {
    font-size: 14px;
    line-height: 16px;
	color: #222;
}
.inbread {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.breadcrumbs span {
    display: inline-block;
}
.breadcrumbs a {
    display: block;
    font-weight: 600;
}
.breadcrumbs .delimeter {
    margin: 0 3px;
    font-size: 16px;
    line-height: 16px;
}

.after__head {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 600;
	color: #222;
}

/* ARCHIVE */
.easy_out {
    margin: 0 -15px;
}
.easy_left {
    float: left;
    width: calc(100% - 310px);
}
.easy_inner {
    margin: 0 15px;
}
.easy_thumb {
    margin: 0 0 10px;
}
.easy_thumb img {
    display: block;
    width: 100%;
	border-radius: 10px;
}
.easy_caption {
    margin: 0 0 10px;
    font-size: 80%;
    opacity: 0.8;
}

.easy_author {
    display: flex;
    align-items: center;
    margin: 0;
	font-size: 14px;
}
.easy_author img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin: 0 15px 0 0;
}
.easy_head {
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0;
    color: #111;
}
.author_name span {
    font-weight: bold;
}

.author_name a {
	font-weight: 600;
}
.pagination {
	margin: 0 15px 30px;
	display: flex;
}
.pagination a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 5px;
	margin: 0 5px 0 0;
}	

/* SINGLE */
.easy_meta {
    display: flex;
    margin: 0 0 20px;
    font-size: 15px;
}
.easy_share {
    display: flex;
    margin: 0 0 0 auto;
    padding: 3px 0;
    position: relative;
}
.page .easy_share {
	margin: 0 auto 0 0;
}
.easy_share a {
    width: 36px;
    height: 36px;
    margin: 0 0 0 5px;
    border-radius: 36px;
}
.fb {
    background: linear-gradient(45deg, #126daa, #05f);
    color: #fff;
}

.tw {
    background: linear-gradient(45deg, #111111, #444444);
    color: #fff;
}

.wa {
    background: linear-gradient(45deg, #0a4, #8c3);
    color: #fff;
}
.pin {
    background: linear-gradient(45deg, #f22, #f4a);
    color: #fff;
}
.te {
    background: linear-gradient(45deg, #18c, #3bf);
    color: #fff;
}
.copy-link {
    width: 36px;
    height: 36px;
    margin: 0 0 0 5px;
    border-radius: 36px;
    background: linear-gradient(45deg, #fc3, #ff0);
    color: #222;
}
.easy_share i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.copy {
    position: absolute;
    right: 0;
    top: -40px;
    visibility: hidden;
    background: #fff;
    color: #333;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 4px;
    z-index: 1000;
}

/* ARTICLE */

.easy_article h1,
.easy_article h2,
.easy_article h3,
.easy_article h4,
.easy_article h5,
.easy_article h6 {
    font-weight: 600;
    line-height: 1.3;
    margin: 5px 0 15px;
}

.easy_article h1 {
    font-size: 30px;
}

.easy_article h2 {
    font-size: 28px;
}

.easy_article h3 {
    font-size: 26px;
}

.easy_article h4 {
    font-size: 22px;
}

.easy_article h5 {
    font-size: 18px;
}

.easy_article h6 {
    font-size: 16px;
}

.easy_article {
    font-weight: 400;
    font-size: 15px;
    margin: 0 0 30px;
}
.easy_article table td {
    vertical-align: top;
    border: 1px solid #ddd;
}

.easy_article p {
    margin: 0 0 15px;
}

.easy_article img {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px;
    border-radius: 10px;
}

.easy_article img.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}

.easy_article img.alignright {
    float: right;
    margin: 0 0 20px 30px;
}

.easy_article img.aligncenter {
    float: none;
    margin: 0 auto 20px;
}

.easy_article blockquote {
    margin: 0 0 20px;
    padding: 20px 20px 10px 50px;
    background: rgb(0, 0, 0, 0.05);
}

.easy_article ul {
    margin: 0 0 20px;
    list-style: disc !important;
}

.easy_article ol {
    margin: 0 0 20px;
    list-style: decimal !important;
}

.easy_article li {
    margin: 0 0 0 15px;
}

.easy_article li ol,
.easy_article li ul {
    margin: 0;
}

.easy_tags {
    margin: 0 0 30px;
}
.easy_tags a {
    display: inline-block;
    padding: 0 20px;
    margin: 0 8px 10px 0;
    height: 34px;
    line-height: 34px;
    font-weight: bold;
    box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.1);
}
.easy_relhead {
    font-size: 22px;
    margin: 0 0 30px;
}

.easy_rel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.rel_loop {
    margin: 0 0 30px;
}
.rel_loop img {
    display: block;
    margin: 0 0 15px;
	border-radius: 10px;
}
.rel_meta {
    font-size: 90%;
    margin: 0 0 8px;
}
.rel_title {
    font-size: 130%;
    line-height: 1.25;
}


/* RENTAL */
.easy_c_content {
	padding: 40px 0 0;
}
.galleries {
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 40px;
}
.galleries img {
	height: 200px;
}
.ben__slide {
	border-radius: 10px;
	overflow: hidden;
}

.easy_c_block {
	position: relative;
	margin: 0 -15px;
}
.easy_c_price,
.easy_e_pm {
	float: left;
	position: sticky;
	top: 100px;
	width: calc( 50% - 30px );
	margin: 0 15px;
	padding: 0 0 10px;
}
.easy_c_head {
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 15px;
}
.easy_c_head i {
	margin-left: auto;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	border-radius: 8px;
}

.easy_c_list {
	padding: 20px 20px 0;
  border-radius: 5px;
  box-shadow: 0 0 50px rgba(0,0,0,0.05);
  margin: 0 0 20px;
}
.price_c_list {
	margin: 0 0 20px;
	display: flex;
	align-items: center;
	position: relative;
}
.price_c_list:before {
	content: '';
	position: absolute;
	top: calc( 50% - 1px );
	left: 20px;
	right: 20px;
	height: 1px;
}
.head_e_list {
	margin-right: 50px;
	padding: 0 15px 0 0;
	position: relative;
	z-index: 2;
}
.head_e_list h4 {
	font-size: 110%;
}

.much_e_list {
	margin-left: auto;
	padding: 0 0 0 15px;
	font-size: 120%;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.easy_c_share {
	margin: 0 0 20px;
	justify-content: center;
}
.feat_e_list {
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	position: relative;
}

.feat_e_list:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 10px;
}
.feat_e_list:last-child {
	margin: 0 0 20px;
}
.rule_c_list {
	margin: 0 0 15px;
}
.rule_c_num {
	float: left;
	width: 40px;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	margin: 0 15px 0 0;
}
.easy_e_cn {
	float: left;
  position: sticky;
  top: 100px;
  width: calc( 60% - 30px );
  margin: 0 15px;
  padding: 0 0 10px;
}
.easy_s_img {
	margin: 0 20px 0 0;
}
.easy_s_img img {
	display: block;
	width: 100%;
}
.easy_e_fm {
	float: left;
  position: sticky;
  top: 100px;
  width: calc( 40% - 30px );
  margin: 0 15px;
  padding: 0 0 10px;
}
.easy_wa_form {
    margin: 0 0 20px;
    padding: 10px;
}
.easy_wa_form h5 {
    font-size: 24px;
    margin: 0 0 15px;
}
.easy_wa_form input {
    height: 36px;
    border-radius: 5px;
    width: calc(100% - 30px);
    padding: 0 14px;
    font-size: 14px;
}
.inputflex {
	display: flex;
	align-items: center;
    margin: 0 0 15px;
}
.inputflex span {
	width: 80px;
}
.easy_wa_form select {
    height: 36px;
    border-radius: 5px;
    width: calc( 100% - 4px );
    padding: 0 14px;
    margin: 0 0 15px;
    font-size: 14px;
}
.easy_wa_form label {
    margin: 0 0 8px;
    display: block;
    font-weight: bold;
}
.ren__numeric {
	padding: 0 0 8px;
}
.ren__numeric button {
    float: left;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px;
    margin: 0 0 0 4px;
    font-size: 22px;
}
.ren__people {
	float: left;
	width: calc( 100% - 114px );
	height: 34px;
    line-height: 34px;
	margin: 0 4px 0 0;
	padding: 0 12px;
    border-radius: 5px;
}
.ren__people span {
	display: inline-block;
	float: left;
	font-size: 14px;
}
.ren__people input[type="number"] {
    appearance: textfield;
    float: right;
    width: 20px;
	height: 34px;
    line-height: 34px;
	padding: 0;
	text-align: center;
	border: none;
	box-shadow: none;
}

.click__order {
    position: relative;
    display: block;
    padding: 12px 50px 12px 20px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 6px;
    border: 0;
	overflow: hidden;
}
.click__order i {
    position: absolute;
    right: 5px;
    top: calc( 50% - 20px );
    height: 38px;
    line-height: 38px;
    width: 38px;
    text-align: center;
    font-size: 22px;
    border-radius: 6px;
}
.click__order:after {
    content: "";
    position: absolute;
    right: 5px;
    top: calc( 50% - 20px );
    height: 40px;
    width: 40px;
    border-radius: 100px;
    animation: mymove 2s infinite;
    background: #fff;
    z-index: 3;
}
.click__order:before {
    content: "";
    position: absolute;
    right: 5px;
    top: calc( 50% - 20px );
    height: 40px;
    width: 40px;
    border-radius: 100px;
    animation: mymove 4s infinite;
    background: #fff;
    z-index: 3;
}
@keyframes mymove {
    0% {
        transform: scale(0);
        opacity: 0.9;
    }
    70% {
        transform: scale(2);
        opacity: 0;
    }
    99% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(0);
        opacity: 0.9;
    }
}

/* COMMENT */
#comments {
    margin: 0;
    padding: 40px 0;
}

.comments_title {
    text-align: center;
    margin: 0 0 20px;
    font-size: 22px;
}
.comment-body {
    position: relative;
}
.comment-meta {
    margin: 0 0 20px;
}
.comment-author {
    font-size: 16px;
}
.comment-author img {
    width: 42px;
    height: 42px;
    float: left;
    margin: 0 20px 0 0;
    border-radius: 40px;
}
.comment-metadata {
    font-style: italic;
    font-size: 14px;
}
.comment-content {
    position: relative;
    padding: 25px 25px 50px;
    border-radius: 10px;
    margin: 0 0 40px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.02);
    overflow: hidden;
}
.comment-content:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.04;
}
.comment-content p {
    position: relative;
    z-index: 2;
}
.reply {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 3;
}
.reply a {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    font-size: 13px;
    padding: 0 15px;
    border-radius: 5px;
}

.comment-respond {
    padding: 0;
}
.comment-reply-title {
    font-size: 26px;
    margin: 0 0 30px;
    line-height: 1.25;
}
.comment-reply-title small {
    margin: 0 0 0 20px;
}
.comment-respond p {
    font-size: 16px;
    margin: 0 0 15px;
}
.comment-form-comment {
    margin: 0 0 25px !important;
    padding: 0;
}
.comment-form-comment label {
    display: block !important;
    margin: 0 0 15px;
}

#comment {
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    width: calc(100% - 40px);
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    float: left;
}
.comment-form-author #author,
.comment-form-email #email,
.comment-form-url #url {
    display: inline-block;
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #bbb;
    border-radius: 3px;
    width: calc(100% - 185px);
}

.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.form-submit {
    margin: 0 0 35px !important;
}
#submit {
    display: inline-block;
    height: 46px;
    border-radius: 8px;
    margin: 0 8px 0 0;
    padding: 0 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 46px;
    border: 0;
}
.children {
    margin-left: 30px;
}

/* ARSIP */
.easy_afterhead {
    position: relative;
    margin: 0 0 20px;
    font-size: 25px;
}
.easy_arc {
    position: absolute;
    right: 0;
    opacity: 0.5;
	font-style: italic;
	text-transform: lowercase;
}
.easy_archead {
    font-weight: bold;
}

.easy_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
    margin: 0 15px 30px;
}
.easy_tes {
  column-count: 2;
  column-gap: 20px;
  margin: 0 15px 50px;
}
.tes_inner {
  display: grid;
  grid-template-rows: 1fr auto;
  break-inside: avoid;
  margin: 0 0 20px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 50px rgba(0,0,0,0.05);
}
.tes_e_title {
	margin: 0 0 5px;
	font-weight: 600;
}
.tes_e_text {
	margin: 0 0 15px;
}
.tes_e_user {
	display: flex; 
	align-items: center;
}
.tes_e_image {
	width: 60px; 
	height: 60px; 
	margin: 0 15px 0 0; 
}
.tes_e_image img {
	display: block;
	border-radius: 6px; 
}
.tes_e_rate {
	margin: 0 0 3px;
}
.tes_e_rate i:before {
	margin-right: 0;
}
.tes_e_people {
	font-weight: 600;
}
.tes_e_city {
	font-size: 90%;
}
.tes_e_city span {
	font-weight: 600;
}

.loop_e_image {
    position: relative;
    margin: 0 0 15px;
}
.loop_e_image img {
    display: block;
	border-radius: 10px;
}
.loop_e_read {
    margin: 0 0 15px;
    font-size: 14px;
}
.loop_e_read a {
    font-weight: 600;
}
.loop_e_read span {
}
.loop_e_title {
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 15px;
}

/* Ren Grid */
.ren_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin: 0 15px 30px;
}
.car_e_ren {
	display: flex;
	align-items: center;
	padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 50px rgba(0,0,0,0.05);
}
.car_e_image {
	width: 40%;
	margin: 0 15px 0 0;
}
.car_e_driver {
	aspect-ratio: 1 / 1;
}
.car_e_image a {
	display: block;
	height: 100%;
}
.car_e_image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.car_e_meta {
	width: calc( 60% - 15px );
}
.ren_e_title {
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 10px;
	font-weight: bold;
}
.car_e_data {
	display: flex;
	margin: 0 0 12px;
}
.car_e_data span {
	padding: 3px 6px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 5px 0 0;
	border-radius: 5px;
}

.car_e_cap {
	margin: 0 0 2px;
	padding: 0 0 0 15px;
	position: relative;
}
.car_e_cap:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	left: 0;
	top: calc( 50% - 4px );
}
.car_e_price {
	font-weight: bold;
	padding: 0 0 0 15px;
	position: relative;
}

.car_e_price:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	left: 0;
	top: calc( 50% - 4px );
}


/* SIDEBAR */
.easy_right {
    float: right;
    width: 300px;
}
.easy_bar {
    margin: 0 15px;
}

.widget_block {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 1.4;
}
.wp-block-heading {
    font-size: 24px;
    margin: 0 0 10px;
}

.widget_block h1 {
    font-size: 22px;
    margin: 0 0 10px;
    letter-spacing: -1px;
}

.widget_block h2 {
    font-size: 21px;
    margin: 0 0 10px;
    letter-spacing: -1px;
}

.widget_block h3 {
    font-size: 20px;
    margin: 0 0 10px;
    letter-spacing: -1px;
}

.widget_block h4 {
    font-size: 18px;
    margin: 0 0 10px;
}

.widget_block h5 {
    font-size: 17px;
    margin: 0 0 10px;
}

.widget_block h6 {
    font-size: 16px;
    margin: 0 0 10px;
}

.widget_block p {
    margin: 0 0 10px;
}

.widget_block ul,
.widget_block ol {
    margin: 0 0 10px;
}

.widget_block ul li,
.widget_block ol li {
    margin: 0 0 0 15px;
}

.widget_block blockquote {
    padding: 15px;
    background: rgba(0, 0, 0, 0.02);
    font-size: 15px;
}

.widget_block blockquote cite {
    font-size: 13px;
}

.widget_block .wp-block-code code {
    padding: 15px;
    background: rgba(0, 0, 0, 0.02);
}

.widget_block .wp-block-table {
    width: 100%;
}

.widget_block .wp-block-table td {
    padding: 10px;
    border: 1px solid rgba(125, 125, 125, 0.3);
    margin: 0 0 -1px -1px;
}

.widget_block .wp-block-pullquote blockquote {
    background: none;
}

.widget_block figcaption {
    font-size: 12px;
    padding: 5px 0;
}

.widget_block .wp-block-archives,
.widget_block .wp-block-categories {
    margin: 0;
    list-style: none;
}

.widget_block .wp-block-archives li,
.widget_block .wp-block-categories li {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    position: relative;
}
.widget_block .wp-block-archives li:after,
.widget_block .wp-block-categories li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
	border-radius: 10px;
    top: calc(50% - 5px);
}

.widget_block .wp-block-calendar table th {
    background: rgba(0, 0, 0, 0.05);
}

.widget_block .wp-block-calendar table caption {
    font-size: 16px;
    padding: 0 0 10px;
}

.widget_block .wp-calendar-nav {
    padding: 10px 0;
}

.widget_block .wp-block-latest-comments__comment {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid rgba(125, 125, 125, 0.3);
    line-height: 1.4;
}

.widget_block .wp-block-latest-comments__comment-excerpt p {
    line-height: 1.4;
}

.widget_block .wp-block-latest-comments__comment-date {
    font-style: italic;
}
.widget_block .wp-block-latest-comments__comment-link {
    font-weight: 500;
}
.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li,
.widget_block .wp-block-pages-list__item {
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li time {
    font-size: 12px;
    line-height: 1.3;
}

.widget_block .wp-block-page-list {
    list-style: none;
}

.widget_block .wp-block-pages-list__item.has-child {
    padding: 0;
}

.widget_block .wp-block-pages-list__item.has-child .submenu-container {
    margin: 10px 0 0 15px;
}

.widget_block .wp-block-rss {
    list-style: none;
}

.widget_block .wp-block-rss__item {
    padding: 0 0 10px;
    margin: 0;
}

.widget_block .wp-block-tag-cloud a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 14px !important;
    padding: 0 10px;
    margin: 0 0 4px;
}

.widget_block .wp-block-search .wp-block-search__button {
    border: 0;
    height: 40px;
    line-height: 40px;
    width: 70px;
    padding: 0;
    margin-left: 10px;
    text-align: center;
}

.widget_block .wp-block-search .wp-block-search__input {
    box-shadow: 0 0 10px inset rgba(125, 125, 125, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 40px;
    line-height: 40px;
    width: calc(100% - 90px);
    padding: 0 15px;
    background: #fff;
    color: #222;
    float: left;
}

.widget_block .wp-block-search .wp-block-search__label {
    margin: 0 0 6px;
    font-style: italic;
    display: block;
}

.widget_block.widget_meta li {
    padding: 0 0 10px;
}

.widget_block.widget_nav_menu li {
    padding: 0 0 10px;
}

.widget_block.widget_nav_menu li.menu-item-has-children {
    padding: 0;
}

.widget_block.widget_nav_menu li.menu-item-has-children ul.sub-menu {
    margin: 10px 0 0;
}

.widget_block .wp-block-video iframe {
    width: 100%;
    padding: 0 0 10px;
    height: 200px;
}

/* Search */

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    width: calc(100% - 10px) !important;
}

.wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper {
    width: calc(100% - 2px) !important;
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper {
    width: 100% !important;
}

/* WID GALLERY */

.wp-caption {
    line-height: 18px;
    margin-bottom: 20px;
    padding: 4px;
    text-align: center;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    margin: 5px;
}

.wp-smiley {
    margin: 0;
}

.gallery {
    margin: 0;
}

.gallery .gallery-item {
    float: left;
    margin: 0 !important;
    text-align: center;
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100% !important;
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50% !important;
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.333% !important;
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25% !important;
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16.16777% !important;
}

.gallery.gallery-columns-8 .gallery-item {
    width: 12.5% !important;
}

.gallery .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none !important;
    margin-bottom: 0;
}

.gallery .gallery-caption {
    font-size: 14px;
    margin: 0 0 14px;
}

.gallery dl {
    margin: 0;
}

.gallery br + br {
    display: none;
}

/* WID TEXT */

.widget_block .textwidget {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.3;
}

.widget_block.widget_text ul li {
    list-style: disc;
    margin-left: 15px;
}

.widget_block.widget_text ol li {
    list-style: decimal;
    margin-left: 15px;
}

.widget_block.widget_text ul li ul,
.widget_block.widget_text ul li ol,
.widget_block.widget_text ol li ul,
.widget_block.widget_text ol li ol {
    padding-top: 8px;
}

.widget_block.widget_text blockquote {
    font-size: 15px;
    font-style: italic;
    margin: 15px 0;
    padding: 10px 15px;
}

.widget_block.widget_text p {
    padding: 0 0 10px;
}

/* WID CALENDAR */

.widget_block .calendar_wrap {
    padding: 15px 0;
}

.widget_block .calendar_wrap table {
    width: 100%;
    font-size: 15px;
}

.widget_block .calendar_wrap table caption {
    margin-bottom: 10px;
}

.widget_block .calendar_wrap th {
    margin: 0 -1px -1px 0;
    text-align: center;
    padding: 10px 0;
}

.widget_block .calendar_wrap td {
    margin: 0 -1px -1px 0;
    text-align: center;
    padding: 10px 0;
}

.widget_block .calendar_wrap td a {
    font-size: 15px;
    font-weight: 600;
}

.widget_block.widget_recent_comments ul {
    padding: 15px 20px;
}

.widget_block.widget_recent_comments ul li.recentcomments {
    padding: 10px 0;
}

.widget_block .recentcomments span,
.widget_block.recentcomments a {
    font-size: 15px;
    line-height: 1.4;
}

.before_e_footer {
	position: relative;
	overflow: hidden;
}
.foot__ctaimage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.foot__ctaimage img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	opacity: 0.1;
}
.before_e_call {
	padding: 80px 0;
	position: relative;
	z-index: 2;
}

.call_e_flex {
	display: flex;
	align-items: center;
}
.call_e_head {
	margin: 0 50px 0 0;
	width: 70%;
	font-size: 18px;
}
.call_e_head h3 {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 15px;
}
.call_e_button {
	margin-left: auto;
}
.call_e_button a {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 16px;
}






.footer {
	padding: 30px 0;
}
.easy_f_footer {
	display: flex;
	align-items: center;
	margin: 0 0 40px;
}
.easy_f_pro {
	max-width: 45%;
	margin: 0 100px 0 0;
}
.footer__logo {
	height: 40px;
	margin: 0 0 15px;
}
.footer__logo img {
	width: auto;
	height: 40px;
	display: block;
}

.footer__headlogo {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 6px;
}
.footer__textlogo {
	margin: 0 0 15px;
	position: relative;
}
.footer__textlogo:nth-child(4) {
	margin: 0;
	padding: 15px 0 0;
}
.footer__textlogo:nth-child(4):before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 50px;
}
.footer_full_maps iframe {
	width: 100%;
	margin: 0 0 30px;
	height: 260px;
	border-radius: 10px;
	border: 1px solid #777;
	overflow: hidden;
}
.easy_f_work {
	margin-left: auto;
}
.footer__work {
	display: flex;
	padding: 5px 0 5px 20px;
	position: relative;
}
.footer__work span {
	margin-left: auto;
	padding: 0 0 0 50px;
	font-weight: 600;
}
.footer__work:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  left: 0;
  top: calc( 50% - 4px );
}
.footer__block h3 {
	font-size: 120%;
	font-weight: bold;
}
.copyright {
	display: flex;
}
.fe_copy {
	margin-right: 50px;
}
.fe_nav {
	margin-left: auto;
}
.fe_nav ul {
	display: flex;
}
.fe_nav li {
	margin: 0 0 0 10px;
}
.fe_nav a {
	font-weight: 600;
	padding: 6px 10px;
  border-radius: 5px;
}


/* WIDGET */
.allrental {
	padding: 0;
}


.rent__category {
    padding: 50px 0 30px;
}

.tab {
    overflow: hidden;
    text-align: center;
    margin: 0 0 30px;
}

.tab button {
    background-color: inherit;
    display: inline-block;
    outline: none;
    cursor: pointer;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
	line-height: 1.0;
    border-radius: 5px;
    margin: 0 2px 8px;
}

.tabcontent {
    display: none;
    border-top: none;
}
.active.tabcontent {
    display: block;
}
.home__rent {
    display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}



.car__inner {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  overflow: hidden;
}
.car__image {
  margin: 0;
  overflow: hidden;
}
.car__image img {
  transition: all 0.5s ease;
  display: block;
}

.car__inner:hover .car__image img {
    transform: scale(1.1);
}
.ren__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}
.ren__title.ren__tal {
	margin: 0;
}
.car__data {
    height: 40px;
    line-height: 1.3;
    font-size: 13px;
    margin: 0 -15px 10px;
}
.data__left {
    float: left;
    width: calc(100% - 150px);
    margin: 0 0 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.data__right {
    float: right;
    width: auto;
    height: 26px;
    line-height: 26px;
    margin: 2px 15px;
    padding: 0 10px;
    text-align: right;
    font-weight: bold;
    font-size: 13px;
    border-radius: 6px;
}
.car__meta {
    padding: 15px 15px;
}
.car__price {
    line-height: 1.2;
    font-size: 13px;
    padding: 4px 0;
}
.car__price span {
    float: left;
    width: 50%;
}
.price__right {
    float: right;
    text-align: right;
    width: calc(50% - 40px);
}

/* Profile */

.ourprofile {
    padding: 50px 0;
}
.rentalprofile {
	padding: 50px 0;
}
.rent__profile {
	display: flex;
	align-items: center;
}
.profile__image {
    width: 40%;
	margin: 0 10% 0 0;
    position: relative;
    padding: 0 0 20px;
}
.profile__detail {
    width: 50%;
}
.profile__overlay {
    position: absolute;
    bottom: 0px;
    right: -40px;
    padding: 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
    max-width: 240px;
    z-index: 1;
}
.overlay__bold {
    font-size: 16px;
    font-weight: 600;
	margin: 0 0 4px;
}
.overlay__lite {
    font-size: 14px;
}

.profile__head {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0;
}
.overlay__desc {
    font-size: 15px;
    margin: 0 0 30px;
}
.overlay__desc a {
    text-decoration: underline;
}
.count_outer {
    margin: 0 -10px;
}
.profile__counter {
    width: calc(33.33% - 50px);
    padding: 15px;
    margin: 0 10px 10px;
    float: left;
}
.count__animation {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
}
.count__animation span {
    font-weight: 700;
}


/* Testimoni */

.customersay,
.showtestimonial {
    padding: 50px 0;
}

.ren__hometes {
    padding: 30px;
    font-size: 16px;
}
.ren__imgtes {
    float: right;
    width: 40%;
    position: relative;
    transform: rotate(13deg);
    margin: 0 0 25px;
    transition: all 1s ease;
}
.is-visible .ren__imgtes {
    transition-timing-function: cubic-bezier(0.1, 0.7, 0.1, 0.9);
    transform: rotate(0deg);
}
.ren__imgtes:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 125%;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    transition: all 1.4s ease;
    z-index: 1;
}
.is-visible .ren__imgtes:before {
    top: -100%;
}
.ren__imgtes:after {
    content: "";
    position: absolute;
    right: -25px;
    top: calc(-40% + 10px);
    width: 50px;
    height: 50px;
    border-radius: 40px;
    transition: all 3s ease;
    z-index: 2;
}
.is-visible .ren__imgtes:after {
    top: calc(160% + 10px);
}
.ren__contes {
    float: left;
    width: 50%;
    padding: 0;
    position: relative;
}
.contes__head {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 15px;
}
.contes__text {
    font-size: 15px;
    line-height: 1.4;
    margin: 50px 30px 30px 0;
    opacity: 0;
    transition: all 1s ease;
}
.is-visible .contes__text {
    margin: 0 30px 30px 0;
    opacity: 1;
}
.contes__star {
    position: absolute;
    bottom: 10px;
    right: -80px;
    width: 40px;
    font-size: 25px;
}
.contes__star i {
    height: 30px;
}
.contes__star i:before {
    transition: all 1s ease;
    line-height: 10em;
    opacity: 0;
}
.is-visible .contes__star i:before {
    opacity: 1;
    transition: all 1s ease;
    line-height: 1em;
}
.contes__people {
    padding: 0 0 0 70px;
    position: relative;
}
.contes__people svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
.pe__name {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.pe__profesi {
    font-size: 14px;
    font-style: italic;
}
.custsay .splide__pagination__page {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 5px;
}





@media screen and (max-width: 1024px) {
    .wrapper {
        overflow: hidden;
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        margin: 0;
    }
    .mobilemenu .wrapper {
        margin: 0 260px 0 -260px;
    }
    .easy_header {
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    }
    .mobilemenu .easy_header {
        margin: 0 260px 0 -260px;
    }
    .easy_wa {
        margin: 0 -4px 0 auto;
    }
    .easy_wa a {
        padding: 0;
        width: 40px;
        text-align: center;
        font-size: 18px;
    }
    .easy_wa span {
        display: none;
    }
    .emenu {
        display: inline-block;
    }
    .enav {
        position: fixed;
        top: -80px;
        right: -260px;
        width: 260px;
        bottom: -80px;
        padding: 100px 0;
        margin: 0;
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        z-index: 999;
        overflow-y: auto;
    }
    .mobilemenu .enav {
        right: 0px;
    }
    .accordion {
        padding: 30px 20px 30px 30px;
        margin: 0 50px 0 0;
    }
    .is-mobile .enav .accordion li {
        position: relative;
        float: none;
        display: block;
        line-height: 1.3;
        text-align: left;
    }
    .is-mobile .enav .accordion li a {
        display: flex;
        line-height: 1.3;
        padding: 10px 0;
        font-size: 16px;
        font-weight: bold;
    }
    .is-mobile .enav .accordion li.menu-item-has-children > a {
        margin-right: 60px;
    }
    .is-mobile .enav .accordion li.menu-item-has-children:after {
        content: "";
        position: absolute;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        top: 20px;
        margin-top: -4px;
        right: 0;
    }
    .is-mobile .enav .accordion li > .sub-menu,
    .is-mobile .enav .accordion li:hover > .sub-menu {
        padding: 0;
        position: relative;
        width: auto;
        max-height: 0;
        /* Mulai dari tinggi 0 */
        overflow: hidden;
        opacity: 0;
        /* Mulai dari opacity 0 */
        transform: translateY(-10px);
        /* Geser ke atas sedikit */
        transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    .is-mobile .enav .accordion > li > .sub-menu,
    .is-mobile .enav .accordion > li:hover > .sub-menu {
        margin: 0;
    }
    .is-mobile .enav .accordion li.active > .sub-menu {
        max-height: 500px;
        /* Sesuaikan dengan ketinggian maksimal submenu */
        opacity: 1;
        transform: translateY(0);
        /* Geser kembali ke posisi normal */
    }
    .is-mobile .enav .accordion li > .sub-menu > li {
        width: 100%;
    }
    .is-mobile .enav .accordion li > .sub-menu > li > a {
        padding: 8px 15px;
        font-size: 15px;
        position: relative;
    }
    .is-mobile .enav .accordion li > .sub-menu > li.menu-item-has-children:after {
        top: 17px;
    }
    .is-mobile .enav .accordion li > .sub-menu > li > .sub-menu > li > a {
        padding: 8px 15px 8px 25px;
    }

    .easy_sos {
        right: -260px;
		top: 0;
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    }
    .mobilemenu .easy_sos {
        right: 15px;
    }

    .easy_time {
        left: calc(100% + 30px);
        bottom: 20px;
        top: auto;
        height: auto;
        margin: 0;
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    }
    .mobilemenu .easy_time {
        margin-left: -260px;
    }
    .easy_timework {
        transform: rotate(0deg) translateX(0%);
    }

    .easy_container {
        max-width: 678px;
    }
    .easy_front {
        display: block;
    }

    .easy_after_img {
        width: 100%;
        margin: 0;
    }
    .easy_after_text {
        width: auto;
        padding: 40px 0;
    }
    .after_text_in {
        margin: 0;
    }
    .after_text_heading {
        display: block;
    }
    .after_text_before {
        margin: 0 0 -15px;
    }

    .easy_out {
        margin: 0;
    }
    .easy_left,
    .easy_right {
        float: none;
        width: auto;
    }
    .breadcrumbs,
    .easy_inner,
    .easy_bar {
        max-width: 768px;
        margin: 0 auto;
    }

    .easy_meta {
        display: block;
    }
    .easy_share {
        margin: 0 0 20px;
    }
    .easy_share a,
    .copy-link {
        margin: 0 5px 0 0;
    }
    .easy_rel {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .rel_loop:nth-child(3) {
        display: none;
    }
    .comment-respond {
        padding: 20px 0 0;
    }
    .easy_grid {
        max-width: 768px;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        margin: 0 auto 30px;
    }
	.ren_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
         margin: 0 auto 30px;
    }
	.easy_tes {
		column-count: 1;
		margin: 0 0 50px;
	}
	.pagination {
		margin: 0 0 30px;
	}
	.easy_author {
		margin: 0 0 20px;
	}
	.easy_c_price,
    .easy_e_pm,
.easy_e_cn,
    .easy_e_fm 	{
	float: none;
	position: static;
	width: calc( 100% - 30px );
	margin: 0 15px;
	padding: 0;
}
.call_e_flex {
flex-direction: column; 
}
.call_e_head {
  margin: 0 0 30px;
  width: 100%;
  text-align: center;
}
.call_e_button {
  width: 100%;
  text-align: center;
}
.easy_f_footer {
	flex-direction: column;
}
.easy_f_pro {
  width: 100%;
  max-width: 100%;
  margin: 0 0 30px;
}
.easy_f_work {
	width: 100%;
	
}
.copyright {
	flex-direction: column;
	text-align: center;
}
.fe_copy {
	margin: 0 0 30px;
}
.fe_nav {
	margin: 0;
}
.fe_nav ul {
  justify-content: center;
}
.home__rent {
  grid-template-columns: repeat(2, 1fr);
}

    .rent__profile {
        max-width: 670px;
        width: auto;
        margin: 0 auto;
		flex-direction: column;
    }
    .profile__image {
        width: 100%;
		margin: 0;
        padding: 0 0 20px;
    }
    .profile__overlay {
        right: 40px;
    }
    .profile__detail {
        float: none;
        width: auto;
    }
	.profile__head {
  font-size: 27px;
  padding: 30px 0 0;
	}
	  .overlay__desc {
    margin: 0 0 20px;
  }
  
  
    .custsay {
        max-width: 670px;
        width: auto;
        margin: 0 auto;
    }
    .ren__hometes {
        padding: 0;
    }
    .ren__imgtes {
        float: none;
        width: auto;
    }
    .ren__contes {
        float: none;
        width: auto;
    }
    .contes__star {
        position: relative;
        bottom: auto;
        right: auto;
        width: auto;
        margin: 0 0 40px;
    }
    .contes__star i:before {
        line-height: 2em;
    }
    .custsay .splide__pagination {
        bottom: -30px;
    }
}

@media screen and (max-width: 533px) {
    .after_text_heading {
        font-size: 44px;
    }
}
@media screen and (max-width: 480px) {
    .easy_header {
        height: 80px;
    }
    .easy_logo {
        padding: 20px 0;
        height: 40px;
    }
    .easy_logo img {
        height: 40px;
    }
    .after_text_heading {
        font-size: 38px;
    }

    .after_text_before {
        font-size: 14px;
    }
    .easy_text_tes {
        display: flex;
        padding: 0 0 0 12px;
        font-size: 14px;
    }
    .easy_tes_mini {
        display: inline-block;
        width: 34px;
        height: 34px;
        border-radius: 34px;
        border: 2px solid #fff;
        margin: 0 0 0 -12px;
    }
    .easy_text_star {
        padding: 0 0 0 12px;
        line-height: 19px;
    }
    .easy_after_image {
        padding: 10px 0;
        margin: 0 0 20px;
    }
    .breadcrumbs {
        font-size: 13px;
    }
    .breadcrumbs .delimeter {
        font-size: 16px;
    }

    .easy_meta {
        font-size: 14px;
    }

    .easy_head {
        font-size: 26px;
    }
    .easy_head {
        margin: 0 0 20px;
    }
    .easy_article {
        font-size: 15px;
    }
    .easy_relhead {
        font-size: 22px;
        margin: 0 0 20px;
    }
    .comment-reply-title {
        font-size: 22px;
        margin: 0 0 20px;
    }
    .rel_title {
        font-size: 110%;
    }
    .comment-respond p {
        font-size: 15px;
    }
    .comment-form-author label,
    .comment-form-email label,
    .comment-form-url label {
        display: inline-block;
        width: 80px;
    }
    .comment-form-author #author,
    .comment-form-email #email,
    .comment-form-url #url {
        width: calc(100% - 115px);
    }

    .easy_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .loop_e_image {
        margin: 0 0 15px;
    }
	.widget_block {
  font-size: 15px;
	}
	.fe_nav ul {
		display: block;
	}
	.fe_nav li {
  margin: 0 5px 10px;
  display: inline-block;
}
.fe_nav li a {
  display: block;
}

.home__rent {
  grid-template-columns: repeat(1, 1fr);
}
}

@media screen and (max-width: 420px) {
    .easy_wrapper {
        padding: 70px 0 0;
    }
    .easy_afterhead {
        margin: 0 0 15px;
        font-size: 20px;
    }
    .easy_header {
        height: 70px;
    }
    .easy_logo {
        padding: 20px 0;
        height: 30px;
    }
    .easy_logo img {
        height: 30px;
    }
    .easy_wa a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    .emenu {
        height: 34px;
        width: 34px;
        line-height: 34px;
        margin: 0 5px 0 0;
    }
    .emenu:after {
        bottom: 12px;
        left: 10px;
        right: 10px;
    }
    .emenu:before {
        top: 12px;
        left: 10px;
        right: 10px;
    }
    .mobilemenu .emenu:before {
        top: 16px;
    }
    .mobilemenu .emenu:after {
        bottom: 16px;
    }
    .easy_front {
        display: block;
    }
    .easy_after_text {
        padding: 0 0 40px;
    }
    .after_text_in {
        margin: 0;
    }
    .after_text_heading {
        position: relative;
        font-size: 30px;
        padding: 30px 0 20px;
    }
	.after_text_heading:first-line {
		font-size: 120%;
	}
    .after_text_btn a {
        padding: 10px 20px;
        margin: 0 6px 0 0;
    }
	.after_text_btn span {
        padding: 8px 12px;
        margin: 0 6px 0 0;
    }
	.easy_text_siren {
		margin: 0 0 20px;
		font-size: 14px;
	}
	.easy_e_year {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
  
    .easy_after_img {
        width: 100%;
        height: auto;
        margin: 0 0 30px;
    }
	.easy_after_image {
        margin: 0 0 15px;
	}
    .easy_thumb {
        padding: 5px 0 0;
    }
	 .easy_rel {
		 grid-gap: 15px;
	}
	.rel_loop img {
		border-radius: 6px;
	}
	.car_e_ren {
		align-items: center;
		padding: 12px;
  border-radius: 5px;
	}
	.ren_e_title {
  font-size: 16px;
}
	.car_e_cap {
  margin: 0 0 0px;
	}
	.galleries img {
	height: 120px;
}
.galleries {
	border-radius: 6px;
	margin: 0 0 30px;
}
.ben__slide {
	border-radius: 6px;
}
.name_e_after {
	font-size: 90%;
}
.easy_e_cn {
    width: auto;
    margin: -5px;
}
.easy_wa_form {
    padding: 0;
}
.easy_e_fm .easy_c_list {
  box-shadow: 0 0 50px rgba(0,0,0,0.1);
}
.before_e_call {
  padding: 50px 0;
}
.call_e_head h3 {
  font-size: 30px;
}
.call_e_head {
  font-size: 15px;
}
.call_e_button a {
  font-size: 14px;
}
.profile__counter {
    width: auto;
    float: none;
    margin: 0 10px 20px;
  }
  
	.contes__head {
  font-size: 25px;
	}
	.contes__text {
  margin: 0 0 20px 0;
	}
	
.is-visible .contes__text {
    margin: 0 0 20px 0;
}
	.contes__star {
    margin: 0 0 20px;
	font-size: 20px;
  }
}
@media screen and (max-width: 385px) {
  .after_text_heading {
    font-size: 28px;
  }
}

@media screen and (max-width: 375px) {
    .easy_header {
        height: 66px;
    }
    .easy_logo {
        padding: 15px 0;
        height: 36px;
    }
    .easy_logo img {
        height: 36px;
    }
    .emenu {
        height: 32px;
        width: 32px;
        line-height: 32px;
        margin: 0 5px 0 0;
    }
    .easy_wa a {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 18px;
    }
    .easy_thumb {
        margin: 0 0 10px;
    }
    .easy_head {
        font-size: 24px;
    }
    .easy_meta {
        font-size: 13px;
    }
    .easy_article {
        font-size: 14px;
    }
    .easy_article p {
        margin: 0 0 12px;
    }
    .easy_tags {
        margin: 0 0 20px;
    }
    .easy_tags a {
        padding: 0 16px;
        margin: 0 5px 7px 0;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
    .easy_relhead,
    .comment-reply-title {
        font-size: 20px;
        margin: 0 0 15px;
    }
    .comment-respond p {
        font-size: 14px;
    }
    .comment-form-author #author,
    .comment-form-email #email,
    .comment-form-url #url {
        height: 32px;
        line-height: 32px;
    }
    .comment-form-author label,
    .comment-form-email label,
    .comment-form-url label {
        height: 34px;
        line-height: 34px;
    }
    #submit {
        height: 36px;
        border-radius: 5px;
        padding: 0 15px;
        font-size: 13px;
        line-height: 36px;
    }
    .widget_block {
        font-size: 14px;
    }
}
