/*comment css*/
:root {
    --primary-theme-color: #6366B7;
  }

.comments-area .form-submit .submit{
	background-color: var(--primary-theme-color);
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 0;

    border-radius: 0;
    font-size: 15px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.comments-area .comment-form-comment textarea:focus,
.comments-area .comment-form-comment textarea:hover{
	border-color: var(--primary-theme-color) !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comments-area .form-submit .submit{
    cursor: pointer;
}


.comments-area input[type="text"], input[type="email"], input[type="url"]{
	width:100%;
}

.comments-area input[type="text"]:focus,
.comments-area input[type="text"]:hover,
.comments-area input[type="email"]:focus,
.comments-area input[type="email"]:hover,
.comments-area input[type="url"]:focus,
.comments-area input[type="url"]:hover{
	border-color: var(--primary-theme-color) !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*sidebar*/

.sidebar .widget ,
.widget-area section.widget {
    padding: 20px 20px !important;
    border-radius: 0;
    position: relative;
    box-shadow: 0 0 2px #727070;
}

.widget_block h2,
.widget-title,
.widget.woocommerce .widget-title, 
.open-widget-content .widget-title, .widget-title ,
.widget-area .wp-block-search__label{
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 600;
}

.widget_block .wp-block-group__inner-container h2:after,
.widget-title::after {
    position: absolute;
    background-color: #fff;
    height: 2px;
    width: 60px;
    content: '';
    bottom: 0;
    left: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.widget_block .wp-block-group__inner-container .wc-block-featured-category__title:after,
.widget_block .wp-block-group__inner-container .wc-block-featured-product__title:after{
    width: 0;
}

.page-content .search-form{
    display: flex;
} 

.page-content .search-form,
.widget_search .search-form {
    display: flex;
}

.widget_block .wp-block-search .wp-block-search__input,
.page-content .search-form .search-field,
.widget_search .search-form .search-field {
    width: 69%;
    border-radius: 0;
    padding: 9px;
    margin-bottom: 0;
}

.page-content .search-form label,
.widget_search .search-form label {
    margin-bottom: 0px;
    width: 50%;
}

.widget_block .wp-block-search .wp-block-search__button,
.page-content .search-form  .search-submit,
.widget_search .search-form .search-submit,
.widget-area .search-submit{
    padding: 1em 1.5em;
    cursor: pointer;
    border: none;
    border-radius: 0;
    max-width: 100%;
    background-color: var(--primary-theme-color);
    color: #fff;
    margin-left: 10px;
}
.wp-block-latest-comments{
    margin-left: 0px;
}
.widget-area .search-form{
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}
.wp-block-search .wp-block-search__button svg{
    fill: #fff;
    font-size: 1.1em;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 0.5em 1.5em;
}
.widget-area .search-submit{
    padding: 10px;
}
.search-form input.search-field {
    float: left;
    border: 1px solid #d7d7d7;
    background: #fff;
    padding-left: 15px;
    font-size: 16px;
    height: 60px;
    color: #000;
    width: 100%;
}
.search-form .search-submit {
    float: left;
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    padding: 0;
    border: 2px solid #fff;
    position: relative;
    font-size: 1.33em;
    line-height: 55px;
    cursor: pointer;
    z-index: 1;
    background-color: var(--primary-theme-color);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 60px;
    overflow: hidden;
}
.search-form .search-submit::before{
    content: "";
    position: absolute;
    color: #FFF;
    background-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
}
.search-form .search-submit{
    float:none;
    width: auto;
    font-size: 15px;
    line-height: 25px ;
    cursor: pointer;
    z-index: 1;
    text-indent: 0px;
}
.widget_search .search-form label {
    width: 100%;
}
input[type=search]:focus{
    border-color: var(--primary-theme-color);
}

.widget_search .search-form {
    position: relative;
}

.widget_recent_entries ul li a{
    margin-bottom: 4px;
    display: block;
    font-weight: 400;
}


.widget_recent_entries ul li span::before {
    font-family: "FontAwesome"; 
    font-weight: 900; 
    content: "\f073";
    margin-right: 5px;
}

.widget_recent_entries ul li span{
    color: var(--primary-theme-color);
}

.widget_block .wp-block-latest-comments li{
    padding-left: 2px;
    padding-top: 2px;
    border-bottom: 1px dashed #d7d7d7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.widget_block .wp-block-latest-posts li,
.widget_block .wp-block-page-list li,
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_meta ul li,
.widget-area ul li{
    padding-left: 2px;
    padding-top: 2px;
    border-bottom: 1px dashed #d7d7d7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.widget_block .wp-block-latest-posts li{
    overflow: hidden;
}

.widget_block .wp-block-latest-posts__featured-image.alignleft{
    margin-bottom: 0;
}

.widget_block .wp-block-tag-cloud a,
.widget_tag_cloud .tagcloud a{
    display: inline-block;
    margin: 4px 2px;
    border: 1px solid #d7d7d7;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: capitalize;
    padding: 5px 20px;
    font-size: 16px !important;
}

.widget_block .wp-block-tag-cloud a:hover,
.widget_tag_cloud .tagcloud a:hover{
    border-color: var(--primary-theme-color);
    background-color: var(--primary-theme-color);
    color: #fff;
}

.widget_block .wp-block-page-list .has-child ul li,
.widget_block .wp-block-categories ul.children li,
.widget_pages ul li.page_item_has_children ul li,
.widget_nav_menu ul li .sub-menu li,
.widget_categories ul li .children li{
    margin-top: 10px;
}

.widget_block .wp-block-page-list .has-child ul li:last-child,
.widget_block .wp-block-categories ul.children li:last-child,
.widget_pages ul li.page_item_has_children ul li:last-child,
.widget_categories ul li ul.children li:last-child,
.widget_nav_menu ul li.menu-item-has-children ul li:last-child{
    border-bottom: none;
    padding-bottom: 2px;
    margin-bottom: 0px;
}

.widget_block ol.wp-block-latest-comments{
    padding: 0;
}

.widget_meta ul li{
    margin-left: 2px;
    margin-bottom: 5px;
}

.widget_meta ul li:hover{
    color: var(--primary-theme-color);
}

.widget_media_gallery figure.gallery-item {
    margin: 0px;
}

.widget_calendar .calendar_wrap .wp-calendar-nav{
    display: none;
}

.wp-block-calendar .wp-calendar-table tbody tr td#today,
.widget_calendar .calendar_wrap .wp-calendar-table tbody tr td#today{
    color: #fff;
    background-color: var(--primary-theme-color);
}

.wp-block-calendar table th, .wp-block-calendar table td,
.widget_calendar table th, .widget_calendar table td {
    padding: 8px 15px;
}

.footer .wp-block-calendar table th, .wp-block-calendar table td{
    padding: 5px;
}

.wp-block-calendar table th, .wp-block-calendar table td a{
    text-decoration: none;
}

.footer .wp-block-audio audio{
    width: 90%;
    min-width: 180px;
}

.widget_block .wp-block-calendar .wp-calendar-nav{
    display: none;
}

.wp-block-calendar table th, .wp-block-calendar table td a:hover{
    color: #fff;
}

.wp-block-calendar table th {
    font-weight: 700;
    background: transparent;
    width: 65px;
    height: 40px;
    text-align: center;
    color: #666666;
}

.widget_calendar{
    margin-bottom: 10px !important;
}

.widget_block .wp-block-categories-dropdown select,
.widget_block .wp-block-archives-dropdown select{
    width: 100%;
    padding: 7px;
} 

.widget_block .wp-block-archives li,
.widget_block .wp-block-categories li{
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px dashed #d7d7d7;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
}

.widget_categories li, .widget_archive li {
    padding-bottom: 15px;
    text-align: right;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px dashed #d7d7d7;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
}

.widget_categories li a, .widget_archive li a {
    float: left;
    clear: both;
}

/*end of sidebar*/

.entry-content table th, .entry-content table td,
.comments-area table th, .comments-area table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

/*customizer settings*/
/*boxed layout*/
.has-box-layout .site-wrapper {
  background-color: #f8f8f8 !important;
}

@media (min-width: 1200px) {
  .has-box-layout .site-wrapper {
    width: 1170px;
    margin: 15px auto;
    margin: 0.9375rem auto;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
  }
  .has-box-layout .sticky-nav .main-nav{
    width: 1170px;
  }
}

@media (min-width: 1380px) {
  .has-box-layout .site-wrapper {
    width: 1360px;
    margin: 50px auto;
    margin: 3.125rem auto;
  }
  .has-box-layout .sticky-nav .main-nav{
    width: 1360px;
 } 
}

/*sidebar position*/
@media screen and (min-width: 992px) {
    .row.has-left-sidebar [class*="col-"]:first-child {
        order: 2;
    }

    .row.has-left-sidebar [class*="col-"]:last-child {
        order: 1;
    }
}

.row.no-sidebar [class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
}

/*end of customizer settings*/

.footer{
    overflow-x: clip;
}

.footer .footer-top{
    width: 100%;
    padding: 25px;
}


@media (min-width: 992px){ 
    #primary-menu ul li{
        padding: 5px;
    }
    .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: -100%;
        top: 0;
    }
    .main-navigation .menu .dropdown-menu li:hover,
    .main-navigation .menu .children li:hover{
        background-color: #f5f5f5;
    }

    .main-navigation .menu .children, .main-navigation .menu .dropdown-menu {
        display: block;
        position: absolute;
        min-width: 190px;
        z-index: 3;
        text-align: left;
        margin: 0 0 10px 0;
        border: 0;
        font-size: 15px;
        -webkit-box-shadow: 0 0 10px rgb(105 105 105 / 10%);
        box-shadow: 0 0 10px rgb(105 105 105 / 10%);
    }
}

/*end of main header*/

.site-title a:hover{
    transition: all 0.5s;
}

/*header search*/
.offcanvas-menu form .search-submit {
    outline: none;
    /*float: left;*/
    width: 60px;
    height: 65px;
    margin-bottom: 0;
    font-size: 1.33em;
    line-height: 55px;
    z-index: 1;
    background-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 60px;
    overflow: hidden;
}
/*end of header search*/

/*breadcrumb-trail*/

.breadcrumb-trail .trail-browse{
    display: none;
}

.breadcrumb-trail .trail-items{
    display: flex;
}

/*preloader*/

.preloader {
    height: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    text-align: center;
}

.preloader img{
    width: 80%;
}

.preloader-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader-inner .text {
    text-align: center;
    color: #232323;
    font-weight: 300;
    -webkit-animation: fadeAnim 1s linear infinite;
    animation: fadeAnim 1s linear infinite;
    fill: #232323;
    font-weight: 800;
    margin-top: 10px;
    margin-left: 10px;
}

.preloader-inner img {
    -webkit-animation: fadeAnim 1s linear infinite;
    animation: fadeAnim 1s linear infinite;
}

@-webkit-keyframes fadeAnim {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeAnim {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*end of preloader*/

@media only screen and (max-width: 768px){
    body{
        overflow-x: hidden;
    }
}

.sp-100 .widget-area section{
    padding: 0;
}

#primary-menu .add-menu a{
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
}

@media only screen and (max-width: 500px) {
    #site-navigation .btn-wrapper{
        display: none;
    }
}

.bee-real-estate-pro-login.sticky-menu{
    margin-top: 32px;
}

.bee-real-estate-pro-cutomizer.sticky-menu{
    margin-top: 0px;
}

.texture-slide .fa-angle-left:before,
.texture-slide .fa-angle-right:before{
    width: 25px;
    height: 25px;
    color: #9c9c9c;
    line-height: 25px;
}

@media screen and (max-width: 767px){
    .texture-slide .fa-angle-left:before,
    .texture-slide .fa-angle-right:before{
        position: relative;
        top: -9px;
        right: 3px;
        /*color: #fff;*/
    }
}

.woocommerce .texture-single-product-summary-wrap .prev_next_buttons{
    display: none;
}

.woocommerce div.product div.summary{
    display: grid;
}

.woocommerce div.product p.price{
    margin-bottom: 15px !important;
}

.woocommerce .single_variation_wrap .woocommerce-variation-price .price .woocommerce-Price-amount,
.woocommerce div.product p.price .woocommerce-Price-amount{
    color: #333;
}

.woocommerce div.product p.price ins .woocommerce-Price-amount{
    color: #333;
    font-size: 30px;
    display: inline-block;
    font-weight: 700;
}

.woocommerce div.product p.price del .woocommerce-Price-amount{
    font-size: 18px;
    font-weight: 400;
    color: #666;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px;
}

.woocommerce div.product form.cart .variations th{
    line-height: initial;
}

.woocommerce div.entry-summary form.cart button:hover{
    color: #fff !important;
    background-color: #333 !important;
}

.yith-wcwl-share li a {
    color: #ffffff !important;
}

@media screen and (min-width: 1400px){
    .texture-slider-section .texture-to2-slide-list img{
        height: 800px;
    }
}

.texture-slide .owl-nav button.owl-prev:hover i::before,
.texture-slide .owl-nav button.owl-next:hover i::before{
    color: #fff;
}

.woocommerce .texture-product-slide-section .texture-product:hover .texture-product-image:before{
    visibility: hidden;
}

section.widget{
    padding: 0;
}

.woocommerce .widget_price_filter .price_slider_amount .button{
    margin-top: 22px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -0.25rem;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: var(--primary-theme-color);
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: var(--primary-theme-color)47;
}

.woocommerce ul.product_list_widget li .woocommerce-Price-amount{
    color: var(--primary-theme-color);
}

.woocommerce ins {
    background: transparent;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    padding: 10px 0 10px;
}

.texture-list-grid-switcher a:hover{
    color: #fff;
}

#alm-quick-view-content div.summary form.cart{
    display: flex;
}

.site-main .not-found{
    padding: 0;
}

.feature-area .banner-box .banner-img img{
    width: 100%;
}

.slide-layout-1 .slider-content-caption h2{
    font-size: 56px;
    line-height: inherit;
    font-weight: 600;
}

.section-title-heading .heading{
    font-size: 48px;
}

.site-main .blog-detail h4{
    font-size: 25px;
    padding-top: 20px !important;
}

.woocommerce .single-product section.related,
.woocommerce .woocommerce-MyAccount-content section{
    padding: 0;
}

.wishlist-items-wrapper .product-add-to-cart a{
    background-color: var(--primary-theme-color);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.wishlist-items-wrapper .product-add-to-cart a:hover{
    background-color: #333;
}

.wishlist_table tr td.product-name{
    text-align: center;
}

.slide-layout-1 .slider-content-caption a.slide-btn:hover{
    color: #202020;
    background-color: #fff !important;
}

.comments-area .comment-list .comment-body{
    position: relative;
}

.sp-100 .blog-detail a,
.sp-100 .blog-detail a:hover,
.entry-content a,
.entry-content a:hover,
.widget_block .wp-block-group__inner-container p a,.comment-content a,.widget_text a{
    text-decoration: underline;
}

.sp-100 .blog-detail .post-meta a,
.sp-100 .blog-detail .pagination-blog a{
    text-decoration: none;
}














*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*=================== Car Pepair Inner Pages CSS Start ================*/



/*======= 404 Page CSS Start =======*/

.title-404 {
  font: 800 40px/40px 'Hind Madurai';
  color: #D10022;
}
.text-404 {
  font: 600 40px/40px 'Hind Madurai';
  color: #000000;
}
.wpe-car-404-btn .ekit-btn-wraper a {
  display: inline;
}

/*======= 404 Page CSS End =======*/

/*======= FAQ Page CSS Start =======*/

.wpe-car-faq-page .ekit_accordion_icon_left_group .ekit_accordion_normal_icon svg, .wpe-car-faq-page .ekit_accordion_icon_left_group .ekit_accordion_active_icon svg {
  background: #D10022;
  padding: 10px;
  box-shadow: 0px 3px 7px #D1002296;
  border-radius: 5px;
}
.wpe-car-faq-page .ekit_accordion_normal_icon svg path, .wpe-car-faq-page .ekit_accordion_active_icon svg path {
  fill: #FFFFFF;
}

/*======= FAQ Page CSS End =======*/

/*======= Contact Page CSS Start =======*/

.wpe-car-contact-page-left-section .ekit-wid-con .ekit-header-info, .ekit-wid-con .ekit-header-info a {
  display: block;
}
.wpe-car-contact-page-main-container {
  box-shadow: 0px 3px 6px #00000029;
}
.wpe-car-contact-page-right-section form p label {
  display: grid;
  gap: 8px;
  color: #000000;
  font: 600 20px/26px 'Hind Madurai';
}
.wpe-car-contact-page-right-section input[type="text"], .wpe-car-contact-page-right-section textarea, .wpe-car-contact-page-right-section input[type="email"] {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #1212124D;
}
.wpe-car-contact-page-right-section .wpcf7-submit {
  font: 600 20px/26px 'Hind Madurai';
  color: #fff !important;
  background-color: #000000 !important;
  border-radius: 8px !important;
  padding: 10px 30px;
  border: unset;
}
.wpe-car-contact-page-right-section .wpcf7-submit:hover {
  background-color: #D10022 !important;
}
.wpe-car-contact-page-right-section textarea {
  height: 125px;
}
.wpe-car-contact-page-right-section .wpcf7 form .wpcf7-response-output {
  margin: 0px;
  padding: 10px 12px;
  border: 1px solid #D10022;
  font: 500 18px/18px 'Hind Madurai';
  border-radius: 5px;
}
.wpe-car-contact-page-right-section .wpcf7-not-valid-tip {
  color: #D10022;
  font: 500 18px/18px 'Hind Madurai';
  display: block;
  margin-top: 6px;
}
.wpe-car-contact-page-right-section .wpcf7-spinner {
  display: none;
}

/*======= Contact Page CSS End =======*/

/*======= Our Blog Page CSS Start =======*/

.wpe-car-ourblog-page .ea-amox-grid .ea-item .ea-img-wrap img {
  border-radius: 20px;
  height: 250px;
  object-fit: cover;
}
.wpe-car-ourblog-page .ea-amox-grid .ea-author {
  order: 1;
}
.wpe-car-ourblog-page .ea-amox-grid .ea-date {
  order: 2;
}
.wpe-car-ourblog-page .ea-amox-grid .ea-comments {
  order: 3;
}
.wpe-car-ourblog-page .ea-amox-grid .ea-date::before {
  content: "\f073";
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  color: #D10022;
  padding-right: 4px;
  margin-left: 15px;
}
.wpe-car-ourblog-page .ea-amox-grid .ea-author:before {
  content: "\f007" !important;
  color: #D10022;
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  font-size: 12px;
  padding-right: 4px;
}
.wpe-car-ourblog-page .ea-amox-grid  .ea-comments .eicon-comments::before {
  content: "\f075" !important;
  color: #D10022;
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  font-size: 12px;
  padding-right: 4px;
}
.wpe-car-ourblog-page .ea-amox-grid .ea-button-wrap .ea-readmore-icon {
  position: relative;
  background: #000000 !important;
  font: 400 16px/19px 'Hind Madurai';
  padding: 13px 40px 13px 17px;
  border-radius: 8px;
  color: #FFF;
  text-transform: capitalize;
}
.wpe-car-ourblog-page .ea-amox-grid .ea-button-wrap .ea-readmore-icon:hover {
  background: #D10022 !important;
  color: #FFF;
}
.wpe-car-ourblog-page .ea-amox-grid .ea-button-wrap .ea-readmore-icon svg {
  padding: 7px 7px;
  border-radius: 6px;
  color: #FFF !important;
  position: absolute;
  margin-left: 6px;
  bottom: -4px;
}
.wpe-car-ourblog-page .ea-amox-grid .ea-button-wrap .ea-readmore-icon svg path {
  fill: #FFF;
}
.wpe-car-ourblog-page .ea-amox-grid .ea-button-wrap a.ea-readmore:hover {
  background: #D10022 !important;
}
.wpe-car-ourblog-page .ea-amox-grid .ea-button-wrap {
  margin-bottom: calc(0px * 2) !important;
  margin-top: 35px;
}
.wpe-car-ourblog-page .ea-amox-grid .ea-item {
  position: relative;
}
.wpe-car-ourblog-page .ea-amox-grid  .ea-meta.ea-flex-inline.ea-flex-middle {
  position: absolute;
  top: 0;
  padding: 11px 0;
}
.wpe-car-ourblog-page .ea-amox-grid .ea-item:hover .ea-img-wrap .ea-img {
  transform: unset;
}
.wpe-car-ourblog-page .ea-amox-grid .ea-author a {
  pointer-events: none;
}
.wpe-car-ourblog-page .ea-amox-grid span.ea-readmore-icon::after {
  content: '\f35a';
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  top: 14px;
  position: absolute;
  margin-left: 9px;
}
.wpe-car-ourblog-page .ea-author a {
  color: #000000;
  pointer-events: none;
  width: 50px;
  display: inline-flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*======= Our Blog Page CSS End =======*/



/*======= Single Blog Page CSS Start =======*/

.single-post .comment-reply-title {
  font: normal normal bold 31px/26px "Hind Madurai";
}
.single-page-title{
  font: 700 30px/50px "Hind Madurai", Sans-serif;
  color: #242424;
  padding: 0px !important;
  margin-top: 25px;
}
.single-post-nav .nav-links {
  display: inline-flex;
  gap: 21em;
}
.single-post-nav .nav-links a {
  color: #000;
}
.single-post-nav span.meta-nav {
  font: 600 16px/18px "Hind Madurai", Sans-serif;
  color: #242424;
  text-transform: uppercase;
}
.single-post-comment .comment-author.vcard img {
  border-radius: 50%;
  padding: 12px;
}
.single-post-comment .comment-list li {
  background: #ededed;
  padding: 20px;
  border-radius: 0px 0px;
  margin-bottom: 20px;
}
.comments-area {
  padding: 15px;
}
.content-box {
  background-color: #fff;
  transform: translateY(-6%);
}
.single-author-image {
  
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
.single-author-image img {
  width: 60px;
  border-radius: 50%;
  height: 60px;
}
.single-page-metaimage {
  margin-left: 0px;
}
.single-post-content p {
  font: 300 18px/40px "Hind Madurai", Sans-serif;
  color: #242424;
  word-spacing: 1px;
}
.meta-box-question {
  font: 700 30px/50px "Hind Madurai", Sans-serif;
  color: #242424;
  padding: 10px 0px!important;
}
.single-post-content {
  padding: 0px !important;
}
span.entry-date, span.entry-comments{
  font: normal 20px "Hind Madurai", Sans-serif;
  color: #BFBFBF;
}
.single-page-metabox {
  align-items: center;
  padding: 20px 0px !important;
}
.single-author-image a{
  font: 600 24px/30px "Hind Madurai", Sans-serif;
}
.single-post-nav {
  padding: 0px !important;
}
.single-post-social-media-section {
  padding: 0px !important;
}
.single-post-social-box li a{
  padding: 8px 12px;
  border: 0px solid #bcbcbc;
  border-radius: 0px;
  background: #D10022;
}
.single-post-social-box li {
  display: inline-block;
  padding: 10px 0px;
}
.single-post-social-box .cat-item a {
  font: 500 14px/18px "Hind Madurai";
  color: #fff;
}
.single-post-comment {
  margin-top: 6em;
  width: 60%;
  border-radius: 0px;
}
#comments input[type=text], #comments input[type=email], #comments textarea {
  width: 100%;
  padding: 8px 10px;
}
.nav-previous .post-title, .nav-next .post-title {
  font: 400 16px/18px "Hind Madurai", Sans-serif;
  color: #242424;
}
.form-submit input[type=submit] {
  font-family: "Hind Madurai" ,Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff !important;
  background-color: #D10022 !important;
  border-radius: 10px !important;
  border: 1px solid #D10022;
  padding: 10px 30px;
}
.single-post #comments {
  width: 95%;
  display: flex;
  gap: 40px;
  margin: 0 auto;
}
.single-post .comment-list {
  width: 50%;
}
.single-post #respond {
  width: 50%;
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px;
  border-radius: 10px;
  height: max-content;
}
.hover-fx {
  font-size: 16px;
  display: inline-block;
  cursor: po"Inter", Sans-serif;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #9F6F49;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 300ms;
}
.hover-fx:after {
  font-family:"Inter", Sans-serif-events; 
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  box-shadow: 0 0 0 3px #9F6F49;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;  
}
.hover-fx:hover:after {
  opacity: 1;
  transform: scale(1.15);
}
.single-post form#commentform {
  position: relative;
  display: grid;
}
.single-post .comment-form-url {
  display: none;
}
.single-post .comment-form-author {
  order: 1;
}
.single-post .comment-form-email {
  order: 2;
}
.single-post .comment-form-comment {
  order: 3;
}
.single-post .comments-rating {
  order: 4;
}
.single-post .comment-form-cookies-consent {
  order: 5;
  display: inline-flex;
  gap: 10px;
}
.single-post .form-submit {
  order: 6;
}
.single-post .single-post-comment .comment-list {
  background-color: unset;
  position: relative;
}
.single-post .comment-list p {
  font: 300 16px/30px "Hind Madurai", Sans-serif ;
  color: #242424;
}
.single-post .comment-meta a {
  font: 300 16px/30px "Hind Madurai", Sans-serif ;
  color: #242424;
}
.single-post .reply a {
  font: 300 16px/30px "Hind Madurai", Sans-serif ;
  color: #242424;
}
.single-post .comment-author a , .single-post .says{
  font: 300 16px/30px "Hind Madurai", Sans-serif ;
  color: #242424;
  font-style: normal;
}
.single-post h2.comments-title {
  display: none;
}
.single-post .wpe-car-footer-main-container {
  /* background-color: unset !important; */
} 

/*======= Single Blog Page CSS End =======*/




/*=================== Car Pepair Inner Pages CSS End ================*/

















/* ---------Contact Page--------------- */

.custom-filter-color label {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: relative;
  margin: 0 2px;
  cursor: po"Hind Madurai", Sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#collapseThree .custom-filter-color label {
  accent-color: #D10022;
}
li.custom-filter-color {
  display: flex;
  width: auto;
  margin: 17px auto;
  text-align: center;
}
li.custom-filter-color span {
  display: block;
  text-indent: 61px;
  white-space: nowrap;
  overflow: initial;
  top: -40px;
  position: relative;
  border-radius: 50%;
  color: #000;
  left: 59px;
  line-height: 38px;
  height: 100%;
  width: 100%;
} 
.custom-filter-color label input {
  width: 30px;
  height: 30px;
}
input[type="checkbox"]:checked + label:before {
  background-color: #D10022 !important;
}



/*=========== Car Repair Services Tab Section Shortcode CSS Start ============*/

.featured-services-sec {
  /* background-image: url(../images/services-bg.png);
  background-size: 100% 100%;
  padding: 60px 0; */
}
.tab-pane.fade.active.show .services-right-content .nav-link.active img{
  /* background-color: #D10022 !important; */
  /* filter: invert(100%); */
}
.featured-services-sec #pills-tabContent button.nav-link.active img {
  background-color: #D10022 !important;
}
.featured-services-sec .tab-pane.fade.active.show .services-right-content .nav-link.active {
  color: #FFF !important;
}
.wpe-car-fservices-section .e-con-inner {
  /* max-width: 100%; */
}
.home-services-name {
  font: 600 24px/40px "Hind Madurai", Sans-serif;
  color: #000000;
  text-transform: capitalize;
}
.services-icon-box {
  display: flex;
  gap: 25px;
}
.services-right-content {
  position: relative;
}
.services-right-content button {
  border: unset;
  background: unset;
}
.services-right-content li:nth-child(1) button img {
  position: absolute;
  top: 52%;
  left: 28%;
  padding: 5px 5px;
  border-radius: 6px;
}
.services-right-content li:nth-child(2) button img {
  position: absolute;
  top: 45%;
  left: 6%;
  padding: 7px 4px;
  border-radius: 6px;
}
.services-right-content li:nth-child(3) button img {
  position: absolute;
  top: 18%;
  left: 14%;
  /* background: #FFF; */
  padding: 5px 5px 5px 5px;
  border-radius: 6px;
}
.services-right-content li:nth-child(4) button img {
  position: absolute;
  top: 56%;
  right: 17%;
  /* background: #FFF; */
  padding: 5px 5px;
  border-radius: 6px;
}
.services-right-content li:nth-child(5) button img {
  position: absolute;
  top: 37%;
  left: 41%;
  /* background: #FFF; */
  padding: 5px 5px;
  border-radius: 6px;
}
.services-right-content li:nth-child(6) button img {
  position: absolute;
  top: 18%;
  left: 26%;
  /* background: #FFF; */
  padding: 7px 5px;
  border-radius: 6px;
}
.featured-services-sec .top-nav {
  gap: 20px;
}
#pills-tabContent button.nav-link:not(.active) img {
  filter: invert(1);
}
.featured-services-sec .nav-pills li button.nav-link:not(.active) img {
  filter: invert(1);
}
.featured-services-sec .top-nav .nav-item .nav-link {
  /* background-color: #000; */
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.featured-services-sec .top-nav .nav-item button img {
  margin-right: 4px;
}
.featured-services-sec .nav-item button img {
  background-color: #000000;
  padding: 6px;
  border-radius: 6px;
  width: 38px;
  /* height: 38px; */
}
.featured-services-sec .nav li:nth-child(2) img{
  height: 38px;
}
.featured-services-sec .top-nav .nav-link {
  color: #FFF;
  font: 600 19px/19px "Hind Madurai", Sans-serif;
  padding: 8px 18px 8px 9px;
  border-radius: 10px
}
.featured-services-sec .services-text p {
  font: 400 16px/29px "Hind Madurai", Sans-serif;
}
.featured-services-sec .service-btn a {
  width: max-content;/* Testing site additional css start  */

  .woocommerce-currency-switcher-form a.dd-selected {
    text-decoration: none !important;
    font-family: 'Hind Madurai'!important;
    font-size: 16px;
    font-weight: 600;
  }
  .siwc-icon-plus_thin:before {
    content: "\e901";
    background: #fff;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    display: block;
  }
  span.mb-siwc-tag {
    background: rgb(251 212 212 / 31%);
  }
  .siwc-popup-inner h1 {
    font-family: 'Hind Madurai';
    color: #000000;
  }
  .popup div.mb-siwc-popup-inner h2 {
    color: #D10022;
    font-family: 'Hind Madurai';
  }
  div.mb-siwc-popup div.mb-siwc-popup-inner a {
    font-size: 16px;
    line-height: 20px;
    border-radius: 0px;
    background: #D10022;
    margin-top: 0px;
    font-weight: 600;
  }
  div.mb-siwc-popup div.mb-siwc-popup-inner h2 {
    line-height: 18px;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
  }
  div.mb-siwc-popup div.mb-siwc-popup-inner a:hover{
    background:#000;
    color:#fff;
  }
  .woocommerce-form-login__submit .wp-element-button {
    background-color: #D10022 !important;
    color:#fff !important;
  }
  .shop-page-produts-category {
    text-align:left;
  }
  
  
  
  
  /*=========== Car Repair Services Tab Section Shortcode CSS Start ============*/
  
  .featured-services-sec {
    /* background-image: url(../images/services-bg.png);
    background-size: 100% 100%;
    padding: 60px 0; */
  }
  .tab-pane.fade.active.show .services-right-content .nav-link.active img{
    /* background-color: #D10022 !important; */
    /* filter: invert(100%); */
  }
  .featured-services-sec #pills-tabContent button.nav-link.active img {
    background-color: #D10022 !important;
  }
  .featured-services-sec .tab-pane.fade.active.show .services-right-content .nav-link.active {
    color: #FFF !important;
  }
  .wpe-car-fservices-section .e-con-inner {
    /* max-width: 100%; */
  }
  .home-services-name {
    font: 600 24px/40px "Hind Madurai", Sans-serif;
    color: #000000;
    text-transform: capitalize;
  }
  .services-icon-box {
    display: flex;
    gap: 25px;
  }
  .services-right-content {
    position: relative;
  }
  .services-right-content button {
    border: unset;
    background: unset;
  }
  .services-right-content li:nth-child(1) button img {
    position: absolute;
    top: 52%;
    left: 28%;
    padding: 5px 5px;
    border-radius: 6px;
  }
  .services-right-content li:nth-child(2) button img {
    position: absolute;
    top: 45%;
    left: 6%;
    padding: 7px 4px;
    border-radius: 6px;
  }
  .services-right-content li:nth-child(3) button img {
    position: absolute;
    top: 18%;
    left: 14%;
    /* background: #FFF; */
    padding: 5px 5px 5px 5px;
    border-radius: 6px;
  }
  .services-right-content li:nth-child(4) button img {
    position: absolute;
    top: 56%;
    right: 17%;
    /* background: #FFF; */
    padding: 5px 5px;
    border-radius: 6px;
    background: #000000;
  border-radius: 10px;
  padding: 15px 35px 15px 15px;
  color: #FFF;
  font: 400 16px/19px "Hind Madurai", Sans-serif;
  }
  
}
.featured-services-sec .service-btn a:hover {
  background-color: #D10022;
}
.featured-services-sec .service-btn {
  position: relative;
}
.featured-services-sec .service-btn a span svg {
  top: 3px;
  position: absolute;
  margin-left: 4px;
}
.featured-services-sec .service-button {
  margin-top: 30px;
}
.featured-services-sec .top-nav .nav-link {
  background-color: #000000 !important;
}
.featured-services-sec .nav-pills .nav-link.active, .featured-services-sec .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #D10022 !important; 
}
.featured-services-sec .nav-pills .nav-link.active img {
  /* filter: grayscale(100%) !important;
  filter: brightness(0.25); */
  filter: invert(1);
}

/*=========== Car Repair Services Tab Section Shortcode CSS End ============*/


  
  
  


/* ========= Car Repair Blog Category Single Page CSS Start ========= */

.category-post_cat .banner-image {
  margin-top: -65px !important;
}
.category-post_cat .post-image img {
  object-fit: cover;
  height: 300px;
  border-radius: 8px;
}
.category-post_cat .postbox {
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
}
.category-post_cat .post-category-page-title {
  font: 600 24px/37px 'Quicksand';
  color: #000;
}
.category-post_cat #sidebar {
  border: 1px solid #111111;
  padding: 14px;
}
.category-post_cat .wp-block-heading {
  margin-top: 20px;
  font-size: 30px;
}
.category-post_cat .wp-block-latest-posts__list li {
  padding: 10px 0;
  font: 400 16px/24px "Hind Madurai";
}
.category-post_cat .wp-block-latest-posts__list li a {
  color: #000 !important;
  font: 600 16px/18px "Hind Madurai";
}
.category-post_cat .bradcrumbs a {
  color: #000 !important;
}
.category-post_cat .post-categories li a {
  font: 600 20px/40px "Hind Madurai";
  color: #242424;
}
.category-post_cat .container h1 {
  padding: 30px 0;
}
.category-post_cat .postbox .post-content .search-post-readmore {
  font: 600 20px/40px "Hind Madurai";
  color: #FFF;
  background-color: #000;
  padding: 12px 15px;
  border-radius: 8px;
}
.category-post_cat .postbox .post-content .search-post-readmore:hover {
  background-color: #D10022;
}
.category-post_cat .postbox .post-content a .svg-inline--fa {
  vertical-align: -5px;
}
.category-post_cat .postbox h4 {
  font: 600 20px/28px "Hind Madurai";
  color: #000000;
  padding: 15px 0;
}
.category-post_cat .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
  color: #000000;
}
.category-post_cat #sidebar {
  margin-top: 0px !important;
}

/* ========= Car Repair Blog Category Single Page CSS End ========= */

/* =================== Home Page Category Tab Button Start ====================== */

.tab-button-col .product-cat ul li.nav-item button {
  border-radius: 6px;
  border: 1px solid #171717;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.tab-button-col .product-cat ul li.nav-item button.active {
  color: #fff;
  border-color: #9F6F49;
  background: #9F6F49;
}
.tab-btn-wrapper {
  text-align: center;
}
.rs-btn {
  border-radius: 6px;
  border: 1px solid #000000;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  transition: all 0.3s;
  background: #fff;
}
.rs-btn:hover{
  background:#9F6F49;
  border-color: #9F6F49;
  color: #fff;
}
button.showMoreBtn {
  min-width: 170px;
  margin-top: 50px;
}

/* =================== Home Page Category Tab Button End ====================== */

.map .leaflet-map.WPLeafletMap {
  border-radius: 20px;
}
.map {
  padding-top: 30px;
}
.map .leaflet-map.WPLeafletMap .leaflet-bottom.leaflet-right {
  display: none;
}

/* =================== Home Page Testimonial Start ====================== */

.testimonial-col-inner {
  width: 400px !important;
  height: 400px;
  border-radius: 50%;
  border: 3px dashed #BDBDBD;
}

.testimonial-col-inner>.elementor-widget-wrap {
  width: 250px !important;
  height: 250px;
  border-radius: 50%;
  border: 3px dashed #BDBDBD;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-col-inner>.elementor-widget-wrap>.elementor-widget-image {
  width: auto;
}
.testimonial-col-inner>.elementor-widget-wrap .image1 {
  transform: translateX(-62px) translateY(-70px);
}
.testimonial-col-inner>.elementor-widget-wrap .image2 {
  transform: translateX(47px) translateY(-104px);
}
.testimonial-col-inner>.elementor-widget-wrap .image3 {
  transform: translateX(106px) translateY(-13px);
}
.testimonial-col-inner>.elementor-widget-wrap .image4 {
  transform: translateX(72px) translateY(-7px);
}
.testimonial-col-inner>.elementor-widget-wrap .image5 {
  transform: translateX(-192px) translateY(88px);
}
.testimonial-col-inner>.elementor-widget-wrap .image6 {
  transform: translateX(-171px) translateY(103px);
}
.testimonial-col-inner>.elementor-widget-wrap .image7 {
  transform: translateX(212px) translateY(47px);
}
.testimonial-col-middle>.elementor-container {
  justify-content: center;
}
.testimonial-sec .elementor-star-rating i::before {
  font-family: "fontawesome";
  content: "\f005";
}
.testimonial-sec .ea-slider-arrow {
  bottom: -55px;
  top: auto;
  /* background: red; */
}
.testimonial-sec .ea-slider-arrow.ea-arrow-prev {
  left: 0;
}
.testimonial-sec .ea-slider-arrow.ea-arrow-next {
  left: 203px;
}
.testimonial-sec .ea-slider-arrow.ea-arrow-prev::after {
  content: "\f061";
  font-family: FontAwesome;
  transform: rotate(180deg);
  font-size: 20px;
}
.testimonial-sec .ea-slider-arrow.ea-arrow-next::after {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 20px;
}
.testimonial-sec ul.slick-dots{
  display: inline-block;
  width: auto;
  left: 60px;
}
.testimonial-sec ul.slick-dots li {
  width: 10px !important;
    height: 10px !important;
}
/* =================== Home Page Testimonial End ====================== */

/* ====================== News Letter Start =============== */
.newsLatter form p .wpcf7-validates-as-email {
  padding: 17px;
  border-radius: 6px;
  font-size: 18px;
  color: #000000;
  border: 0;
  outline: 0 !important;
  width: 100%;
  padding-right: 180px;
  font-family: 'Hind Madurai';
}
.newsLatter form p .wpcf7-validates-as-email::placeholder{
  color: #000000;
  opacity: 30%;
}
.newsLatter form p {
  position: relative;
}
.newsLatter form p span.subscribe-btn {
  position: absolute;
  right: 6px;
  top: 6PX;
}
.newsLatter form p span.subscribe-btn button {
  border-radius: 6px;
  padding: 11px 24px;
  background: #9F6F49;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.newsLatter form .wpcf7-response-output {
  margin: 0;
  color: #fff;
  border-color: #9F6F49 !important;
  border-radius: 6px;
}
/* ====================== News Letter End =============== */

/* ====================== location page Start =============== */

.location-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* ====================== location page End =============== */

/* ====================== service section start =============== */

.service-section .swiper-container .swiper-wrapper .ea-item .ea-image-wrap .ea-content-wrap {
  position: static;
  background: none;
}
.service-section .swiper-container .swiper-wrapper .ea-item .ea-image-wrap img {
  max-width: 50px;
  height: auto;
}
.service-section .swiper-container .swiper-wrapper .ea-item .ea-image-wrap .ea-content-wrap p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.service-section .swiper-container .swiper-wrapper .ea-item:hover .service-image-container img.ea-img {
  filter: grayscale(1);
}
.relared-service-wrapper:hover .img-box .sirvice-image-box-left img {
  filter: brightness(0);
}
.service-section .swiper-container .swiper-wrapper .ea-item .ea-image-wrap .ea-content-wrap .ea-button-wrap {
  margin-bottom: 0;
  visibility: hidden;
}
.service-section .swiper-container .swiper-wrapper .ea-item:hover .ea-image-wrap .ea-content-wrap .ea-button-wrap {
  visibility: visible;
}
.service-section .swiper-container .swiper-wrapper .ea-item {
  height: auto;
  padding: 30px;
  border-radius: 10px;
  
  padding-bottom: 18px;
  transition: background 0.3s;
}
.service-section .swiper-container .swiper-wrapper .ea-item:hover{
  background: #9F6F49;
}
.service-section .swiper-container .swiper-wrapper .ea-item .ea-image-wrap .ea-content-wrap .ea-button-wrap a {
  padding: 0;
  background: none !important;
  text-transform: capitalize;
  display: inline-block;
}
.service-section .swiper-container .swiper-wrapper .ea-item .ea-image-wrap{
  text-align: left;
}
.service-section .swiper-container .swiper-wrapper .ea-item .ea-image-wrap .ea-content-wrap .ea-content {
  padding: 15px 0 10px;
}
.service-section .swiper-container .swiper-wrapper .ea-item .ea-image-wrap .ea-content-wrap .ea-button-wrap a .ea-readmore-icon span {
  display: none;
}
.service-section .swiper-container .swiper-wrapper .ea-item .ea-image-wrap .ea-content-wrap .ea-button-wrap a .ea-readmore-icon::before {
  display: none;
}
.service-section .swiper-container .swiper-wrapper .ea-item .ea-image-wrap .ea-content-wrap .ea-button-wrap a::after {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.service-section .ea-position-bottom-center .ea-visible\@m a i::before {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 20px;
  
}
.service-section .swiper-container {
  overflow-x: hidden;
}
.service-section .ea-position-bottom-center .ea-visible\@m a.ea-navigation-prev {
  margin-right: 20px;
  transform: rotate(180deg);
  margin-top: -23px;
}
.service-section .ea-position-bottom-center .ea-visible\@m a.ea-navigation-next {
  margin-left: 20px;
}
.service-section .ea-position-bottom-center .ea-visible\@m a{
  margin-top: -14px;
}
.service-section .swiper-pagination span.swiper-pagination-bullet {
  opacity: 1;
}
.related-service-section{
  gap: 5px;
  padding: 50px 0 0 0;
}
.relared-service-wrapper {
  padding: 30px;
  padding-bottom: 18px;
  width: calc(calc(100%/4) - calc(15px/4));
  border-radius: 10px;
 transition: background 0.3s;
}
.relared-service-wrapper .content-box {
  background-color: unset;
  transform: none;
}
.relared-service-wrapper .content-box  p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  font-size: 14px;
  color: #000;
  transition: color 0.3s;
  
}
.relared-service-wrapper:hover .content-box  p{
  color: #fff;
}
.relared-service-wrapper .content-box h5 {
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  transition: color 0.3s;
  padding-top: 15px;
}
.relared-service-wrapper:hover .content-box h5{
  color: #fff;
}

.relared-service-wrapper .content-box a {
  color: #fff;
}
.relared-service-wrapper .content-box .link svg {
  color: #fff;
}
.relared-service-wrapper .content-box .link {
  display: flex;
  align-items: center;
  gap: 10px;
  visibility: hidden;
}
.relared-service-wrapper:hover .link{
  visibility: visible;
}
.relared-service-wrapper:hover {
  background: #9F6F49;
}
.relared-service-wrapper .img-box img {
  width: 100%;
  max-width: 50px;
  filter: invert(1);
}
.service-title-sec .excert {
  max-width: calc(100% - 250px);
  width: 100%;
}
.service-title-sec .main-img {
  max-width: 250px;
  width: 100%;
}
.service-title-sec .excert h4 {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}
.service-title-sec .excert p {
  font-size: 18px;
  color: #000000;
}
.service-description-sec p {
  font-size: 18px;
  color: #000;
}
.service-add-info h3 {
  font-size: 26px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
}
.service-add-info ul li {
  list-style: disc;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.service-title-sec {
  display: flex;
  flex-wrap: wrap;
}
.service-add-info a.service-btn {
  min-width: 130px;
  background: #2B3238;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
    text-align: center;
    padding: 10px 0;
    line-height: 24px;
}
.service-add-info a.service-btn:hover {
  background: #9F6F49;
}
.single-page-metabox{
  gap: 20px;
  justify-content: space-between;
}
.single-page-metabox .single-blog-meta {
  width: max-content;
}


/* ====================== service section end =============== */

/* ====================== Agent section Start =============== */
/*
.team-share {
    position: relative;
    width: 50px;
    background: #000;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 10px;
} */
.team-share {
  /* width: 50px;
  height: 50px;
  z-index: 2;
  position: relative; */
}
.team-share {
  width: 50px !important;
  height: 50px;
  z-index: 2 !important;
  background: #000;
  border-radius: 10px !important;
}
.team-share::after {
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 10px;
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: background 0.3s;
}
.team-share::before {
  content: "\f1e0";
  font-family: 'FontAwesome';
  color: #fff;
  z-index: 3;
  position: absolute;
  font-size: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.team-share ul {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  background: #9F6F49;
  width: 100%;
 
  display: block;
  
  border-radius: 0 0 10px 10px;
  height: 0%;
  overflow: hidden;
  transition: all 0.3s;
}
.team-share:hover ul {
  height: auto;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  
}
.team-share:hover ul li {
  padding: 5px 0;
}
.home-blog .ea-content .ea-meta>div span {
  font-family: 'Hind Madurai';
}
.team-share:hover:after{
  background: #9F6F49;
  border-radius: 10px 10px 0 0;
}
.team-share ul li span.elementor-icon-list-text {
  display: none;
}
.team-share ul a::after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 20px;
}
.team-share ul li:nth-child(1) a::after {
  content: "\f09a";
}
.team-share ul li:nth-child(2) a::after {
  content: "\e61b";
}
.team-share ul li:nth-child(3) a::after {
  content: "\f16d";
}
/* ====================== Agent section end =============== */


/* ====================== Search Form Start =============== */

.search-form form {
  display: flex;
  flex-wrap: wrap;
  gap:10px 20px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin: 10px;
  box-shadow: 0px 3px 6px #00000029;
}

.search-form form>div {
  width: calc(calc(100%/4) - calc(60px/4)) !important;
}

.search-form form label.epl-search-label{
  font-size: 16px !important;
  font-weight: 600;
  color: #000000;
  margin-top: 0 !important;
  line-height: 1;

}
.search-form form  select {
  border-width: 0  0 2px 0 !important;
  background: none;
  outline: 0;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  font-weight: 500;
}
.search-form form>div input {
  padding: 12px 20px;
  background: #000000;
  border-radius: 6px;
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.3s;
}
.search-form form>div input:hover {
  background: #9F6F49;
}
.cat-wrapper .cat-item .title {
  font-weight: 600;
  margin-bottom: 6px;
}
.search-form form>div.epl-search-submit-row {
  display: flex;
  align-items: end;
  margin-top: 0 !important;
  position: relative;
}
.search-form form>div::after {
  content: "\f002";
  font-family: "FontAwesome";
  color: #fff;
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-top: 8px;
}
.search-form form>div.epl-property_location label {
  font-size: 0 !important;
}
.search-form form>div.epl-property_location label::after {
  content: "Destination";
  font-size: 16px !important;
}

.sold-listing .elementor-counter-title {
  text-align: left !important;
}

/* ====================== Search Form end =============== */
/* ====================== About Us start =============== */
.vision-list ul {
  padding-left: 20px;
}
.vision-list ul li {
  list-style: disc;
}
.vision-list ul li::marker {
  color: #000;
  font-size: 26px;
}
.vision-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
#single_post_services .content-section .property-feature-item h5 {
  font-size: 18px;
}

/* ====================== About Us End =============== */
/* ====================== Privacy Policy start =============== */
.privacy-bold p {
  font-size: 20px;
}
.privacy-bold p strong {
  font-size: 24px;
}
/* ====================== Privacy Policy end =============== */

/* ====================== Contact Us start =============== */
.contactForm form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.contactForm form>div {
  width: calc(calc(100%/2) - calc(15px/2));
}
.contactForm form>div input {
  width: 100%;
  border-radius: 5px;
  border: 0;
  outline: 0;
  padding: 12px 20px;
}
.contactForm form>div input::placeholder {
  color: #000000;
}
.contactForm form>div label{
  width: 100%;
}
.contactForm form>div select {
  width: 100%;
  padding: 12px 20px;
  border: 0;
  background: #fff;
  border-radius: 5px;
}
.contactForm form>div.contact-msg {
  width: 100%;
}
.contactForm form>div.contact-msg textarea {
  width: 100%;
  border-radius: 5px;
  border: 0;
  outline: 0;
  padding: 12px 20px;
  max-height: 150px;
}
.contactForm form>div.contact-msg textarea::placeholder {
  color: #000;
}
.contactForm form>p input[type="submit"] {
  padding: 12px 20px;
  min-width: 200px;
  border-radius: 5px;
  border: 0;
  background: #9F6F49;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-size: 18px;
}
.propertyInquiry form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}
.propertyInquiry form .listing_Inquiry {
  width: calc(calc(100%/2) - calc(24px/2));
}
.propertyInquiry form .listing_Inquiry input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #707070;
  padding: 7px 10px;
  margin-top: 8px;
}
.propertyInquiry form .listing_Inquiry label {
  width: 100%;
  font-size: 18px;
}
.propertyInquiry form .listing_Inquiry.address {
  width: 100%;
}
.propertyInquiry form .listing_Inquiry.textarea1 textarea {
  width: 100%;
}
.propertyInquiry form .listing_Inquiry.textarea1 {
  width: 100%;
}
.propertyInquiry form .listing_Inquiry.textarea1 textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #707070;
  max-height: 135px;
  padding: 12px;
  margin-top: 8px;
}
.propertyInquiry form .listing_Inquiry input[type="radio"] {
  width: auto;
}
.propertyInquiry form .listing_Inquiry .wpcf7-radio span.wpcf7-list-item {
  margin-left: 0;
  width: 100%;
}
.propertyInquiry form .listing_Inquiry select {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #707070;
  padding: 7px 10px;
  background: #fff;
  margin-top: 8px;
}
.propertyInquiry form .listing_Inquiry.radio3 span.wpcf7-list-item {
  width: auto;
}
.propertyInquiry form .listing_Inquiry.radio3 .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.propertyInquiry form .listing_Inquiry.textarea2 {
  width: 100%;
}
.propertyInquiry form .listing_Inquiry.textarea2 textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #707070;
  max-height: 146px;
  padding: 12px;
  margin-top: 8px;
}
.propertyInquiry form .submit-btn {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.propertyInquiry form .submit-btn input {
  padding: 12px 20px;
  min-width: 170px;
  border-radius: 6px;
  border: 1px solid #707070;
  transition: all 0.3s;
  color: #171717;
  background: #fff;
  display: block;
}
.propertyInquiry form .submit-btn input:hover {
  background: #9F6F49;
  border-color: #9F6F49;
  color: #fff;
}
h2.listing_info_title {
  text-align: center;
  font-weight: 700;
  margin-bottom:20px;
  width: 100%;
}
.property_info {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 50px;
}
.propertyinfor.propertyInquiry form .listing_Inquiry.address {
  width: calc(calc(100%/2) - calc(24px/2));
}
.property_info:first-child{
  border-bottom: 1px solid #707070;
}
.property_Info_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}
.property_Info_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}
.propertyinfor.propertyInquiry form .listing_Inquiry.date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.propertyinfor.propertyInquiry form .listing_Inquiry.date>div:nth-of-type(1) {
  max-width: 250px;
}
.propertyinfor.propertyInquiry form .listing_Inquiry.date>div:nth-of-type(2) {
  max-width: calc(100% - 250px);
  display: flex;
  justify-content: end;
  width: 100%;
}
.propertyinfor.propertyInquiry form .listing_Inquiry.date>div:nth-of-type(2) p {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.propertyinfor.propertyInquiry form .listing_Inquiry.date>div:nth-of-type(2) p>span {
  max-width: 50px;
}
.propertyinfor.propertyInquiry form .listing_Inquiry.date>div:nth-of-type(2) p>span input {
  margin: 0;
  text-align: center;
}
.propertyinfor.propertyInquiry form .listing_Inquiry.date>div:nth-of-type(1) p {
  font-size: 18px;
}
.propertyInquiry form .listing_Inquiry span[data-name="your-member-unite"], .propertyInquiry form .listing_Inquiry span[data-name="your-total-commercial-unite"], .propertyInquiry form .listing_Inquiry span[data-name="your-commercial-space"] {
  max-width: 100px;
  display: block;
}
.propertyInquiry form .listing_Inquiry.info_radio1 span.wpcf7-form-control.wpcf7-radio, .propertyInquiry form .listing_Inquiry.info_radio2 span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 30px;
  margin-top: 8px;
}
.propertyInquiry form .listing_Inquiry.info_radio1 span.wpcf7-form-control.wpcf7-radio span, .propertyInquiry form .listing_Inquiry.info_radio2 span.wpcf7-form-control.wpcf7-radio span {
  width: calc(50% - 15px);
}
.propertyInquiry form .listing_Inquiry.parking span.wpcf7-form-control.wpcf7-radio {
  display: flex;
}

.propertyInquiry form .listing_Inquiry.textarea3 {
  width: 100%;
  padding: 15px 50px 30px 50px;
}
.propertyInquiry form .listing_Inquiry.textarea3 label {
  display: flex;
  flex-direction: column;
}
.propertyInquiry form .listing_Inquiry.textarea3 label textarea {
  width: 100%;
  max-height: 100px;
  border-radius: 6px;
  padding: 7px 10px;
}
.propertyinfor.propertyInquiry form .submit-btn {
  padding: 0 50px 50px 50px;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 6px !important;
  border: 1px solid #9F6F49 !important;
  color: #9F6F49 !important;
  margin-top: 10px;
}
.contactForm form .wpcf7-response-output{
  width: 100% !important;
}



/* ====================== Contact Us end =============== */

/* ====================== Home page start =============== */

.homeCounter {
  max-width: 150px;
  position: absolute !important;
  bottom: 70px;
  left: calc(100% - 60px);
}


.homeCounter .elementor-counter-number-wrapper>span {
  flex-grow: unset;
}

.homeCounter .elementor-inner-column .elementor-widget-wrap.elementor-element-populated {
  flex-direction: column;
}


/* ====================== home page end =============== */
/* ====================== single blog start =============== */

.blog-comment-sec #add_comment_rating_wrap {
  display: none;
}
.blog-comment-sec .review_rate {
  display: none;
}

.single-page-metabox span {
  font-size: 22px;
  color: #171717;
  opacity: 0.8;
  font-weight: 500;
  display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Hind Madurai";
}
.single-page-metabox span>span {
  opacity: 1;
}
.single-page-metabox span.entry-share>div.share-text span {
  opacity: 1;
}
.meta-box-question {
  font-size: 22px;
  color: #171717;
  opacity: 0.9;
  line-height: 30px;
  font-family: 'Hind Madurai';
  font-weight: 600;
}
.single-page-metabox span svg{
  margin-top: 5px;
}
.post_share p.socila_share {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.post_share p.socila_share a {
  margin: 0 !important;
}
/* .post_share {
  max-width: 50px;
} */
.single-page-metabox span.entry-share {
  /* overflow: hidden; */
  position: relative;
  display: block;
  background: #fff;
  z-index: 2;
}
.single-page-metabox span.entry-share>div.share-text {
  display: inline-block;
}
.post_share {
  /* max-width: 50px; */
  transition: height 1s ease 0s;
  position: absolute;
  height: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 3px 19px #00000029;
    border-radius: 10px;
    /* padding: 10px; */
    left: 0;
    top: 30px;
}
.single-page-metabox span.entry-share:hover .post_share{
 height: auto;
 padding: 10px;

}
.single-post-content p.car-listing-content {
  line-height: 28px;
  color: #171717;
  opacity: 0.8;
  font-family: "Hind Madurai";
}

.single-blog .feature-box img {
  width: 100%;
  object-fit: cover;
}
.single-blog .content-box {
  transform: translateY(0);
}
.single-blog .single-page-title {
  margin-top: 40px;
  font-family: 'Hind Madurai';
  font-size: 36px;
  color: #171717;
  margin-bottom: 10px;
}
.single-page-metabox span.entry-category .cat-name:last-child {
  display: none;
}
.single-page-metabox{
  margin-bottom: 20px;
}
.single-blog .single-post-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #171717;
}
.single-blog .single-post-content ul li {
  width: calc(50% - 20px);
  color: #171717;
  opacity: 0.8;
}
.single-blog .single-post-content ul li svg {
  margin-right: 10px;
}
.related-post .related-heading{
  text-align: center;
}
.related-post {
 
  padding: 60px 0;
}
.related-post .related-heading>div span{
  color: #9F6F49;
    font-size: 18px;
    font-weight: 600;
}
.related-post .related-heading h2{
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 700;
}
.related-post .related-heading p{
  font-family: "Hind Madurai", sans-serif;
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: var(--primary);
}
.related-blog-section {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 50px;
  padding-left: 0;
    padding-right: 0;
}
.related-blog-section .relared-blog-wrapper {
  width: calc(calc(100%/3) - calc(30px/3));
  padding: 15px;
  border: 1px solid #D1D1D1;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
.related-blog-section .relared-blog-wrapper img {
  width: 100%;
  min-height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.related-blog-section .relared-blog-wrapper .content-box {
  transform: none;
}
.related-blog-section .relared-blog-wrapper .img-box span.Uncategorized {
  display: none;
}
.related-blog-section .relared-blog-wrapper .img-box {
  position: relative;
}
.cat-wrapper .blog-date {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  padding-right: 10px;
  border-right: 1px solid #000;
  transition: all 0.3s;
}
.cat-wrapper .blog-cat a {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  transition: color 0.3s;
}
.related-blog-section .relared-blog-wrapper .content-box h5{
  margin-top: 15px;
  margin-bottom: 10px;
}
.related-blog-section .relared-blog-wrapper .content-box h5 a{
  transition: color 0.3s;
  font-size: 22px;
  color: #000000;
  font-weight: 600;
}
.related-blog-section .relared-blog-wrapper .content-box h5 a:hover{
color: #9F6F49;
}
.related-blog-section .relared-blog-wrapper .content-box .blog-meta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.related-blog-section .relared-blog-wrapper .content-box .blog-meta-wrapper>div {
  font-weight: 500;
  color: #000;
}
.related-blog-section .relared-blog-wrapper .content-box .blog-meta-wrapper .link {
  display: flex;
  align-items: center;
  gap: 5px;
}
.related-blog-section .relared-blog-wrapper:hover .cat-date-wrapper {
  background: #9F6F49;
}
.related-blog-section .relared-blog-wrapper:hover .cat-date-wrapper a, .related-blog-section .relared-blog-wrapper:hover .cat-date-wrapper div {
  color: #fff;
  border-color: #fff;
}
.related-blog-section .relared-blog-wrapper .content-box .blog-meta-wrapper .link a,.related-blog-section .relared-blog-wrapper .content-box .blog-meta-wrapper .link svg{
  color: #000000;
  transition: color 0.3s;
}
.related-blog-section .relared-blog-wrapper .content-box .blog-meta-wrapper .link:hover a,.related-blog-section .relared-blog-wrapper .content-box .blog-meta-wrapper .link:hover svg{
  color: #9F6F49;
}
.blog-comment-sec {
  width: 100%;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog-comment-sec #comments {
  width: 100%;
  padding: 0;
  flex-wrap: wrap;
  /* flex-direction: row-reverse; */
}
.blog-comment-sec #comments #respond {
  width: calc(50% - 20px);
  border: 1px solid #2F363C;
    box-shadow: none;
    padding: 30px;
    order: 1;
}
.blog-comment-sec #comments ol.comment-list {
  width: calc(50% - 20px);
  order: 2;
}
.blog-comment-sec #comments #respond h2 {
  text-align: center;
  padding-bottom: 15px;
  font-size: 30px;
  color: #2F363C;
  font-family: "Hind Madurai";
  font-weight: 600;
}
.blog-comment-sec #comments #respond form .comment-notes {
  display: none;
}
.blog-comment-sec #comments #respond p label {
  font-size: 20px;
  color: #2F363C;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 7px;
}
.blog-comment-sec #comments #respond p:not(:last-child) {
  padding-bottom: 20px;
}
.blog-comment-sec #comments #respond p input, .blog-comment-sec #comments #respond p textarea {
  border-radius: 6px;
  border: 1px solid #2F363C;
  outline: 0;
}
.blog-comment-sec #comments #respond p label[for="wp-comment-cookies-consent"] {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.blog-comment-sec #comments #respond p.form-submit #submit {
  background: #fff !important;
  color: #2F363C !important;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px !important;
  transition: all 0.3s;
}
.blog-comment-sec #comments #respond p.form-submit #submit:hover{
  background:#9F6F49 !important;
  color: #fff !important;
  border-color: #9F6F49;
}
.blog-comment-sec #comments ol.comment-list li {
  margin-bottom: 40px;
  padding: 0;
  background: none;
}
.blog-comment-sec #comments ol.comment-list li cite.fn {
  font-size: 22px;
  color: #171717;
  font-weight: 500;
  text-transform: capitalize;
  font-style: normal;
  padding-left: 30px;
}
.blog-comment-sec #comments ol.comment-list li span.says {
  display: none;
}
.blog-comment-sec #comments ol.comment-list li img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  padding: 0;
}
.blog-comment-sec #comments ol.comment-list li .comment-meta {
  display: none;
}
.blog-comment-sec #comments ol.comment-list li .comment-body>p {
  padding-left: 100px;
  font-family: "Hind Madurai";
  color: #171717;
  opacity: 0.7;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.blog-comment-sec #comments ol.comment-list li .comment-body .reply svg {
  display: none;
}
.blog-comment-sec #comments ol.comment-list li .comment-body .reply {
  padding-left: 100px;
}
.blog-comment-sec #comments ol.comment-list li .comment-body .reply a {
  font-family: "Hind Madurai";
  color: #171717;
  font-weight: 400;
  opacity: 0.7;
}
.blog-comment-sec #comments ol.comment-list li #respond {
  width: 100%;
  margin-top: 20px;
}
.meta-box-ans {
  color: #171717;
  opacity: 0.7;
}
.real-estate-container>.row {
  margin: 0;
}
/* .list_title.related-property-section .real-estate-container {
  padding: 0;
} */
.single-blog .feature-box {
  padding-left: 0;
  padding-right: 0;
}
#single_post>div:nth-child(2) {
  padding: 0;
}
/* ====================== single blog end =============== */
/* ====================== single service end =============== */
.service-description-sec p.service-para:nth-of-type(1) {
  display: inline;
}
.service-description-sec p.service-para{
  margin-bottom: 20px;
  margin-top: 20px;
}
.service-info-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.service-img-sec {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.service-add-info {
  width: 50%;
  padding-right: 50px;
  padding-top: 30px;
}
.service-img-sec img {
  width: 100%;
  border-radius: 15px;
}
.service-img-sec>div {
  width: calc(50% - 7.5px);
}
.service-img-sec {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.service-add-info ul {
  padding-left: 20px;
}
.relared-service-wrapper .content-box p.service-para:not(:nth-of-type(1)) {
  display: none;
}
.service-description-sec {
  padding-top: 40px;
}
.service-title-sec .main-img img{
  width: 100%;
    max-width: 180px;
}
/* ====================== single service end =============== */

/* ====================== real estate single page commment start =============== */

.mizan-real-estate-property-services-page form#commentform {
  display: flex;
  flex-direction: column;
}
.mizan-real-estate-property-services-page form#commentform #add_comment_rating_wrap {
  order: 4;
}
.mizan-real-estate-property-services-page form#commentform :is(input, textarea) {
  border: 1px solid #1212124D !important;
  border-radius: 6px;
}
.mizan-real-estate-property-services-page form#commentform :is(input, textarea)::placeholder {
  color: #959595;
}
.mizan-real-estate-property-services-page form#commentform #add_comment_rating_wrap i {
  color: gold;
  font-size: 17px;
}
/* #single_post_services .comment-section .comments-area .comment-list li .comment-body .review_rate {
  padding-left: 130px;
} */
#single_post_services .comment-section .comments-area .comment-list li .comment-body .review_rate i {
  font-size: 17px;
  color: gold;
}

/* ====================== real estate single page commment end =============== */

/* ====================== Slick slider arrow and dots start =============== */


.location-sec button.slick-arrow  {
  top: -120px;
  position: absolute !important;
  right: 170px;
  left: auto;
  margin-top: 0;
}
.location-sec button.slick-arrow.slick-next{
  right: 20px;
}

.location-sec ul.slick-dots {
  top: -125px;
 right: 70px;
  left: auto;
  width: auto;
  bottom: auto;
}
@media (min-width:1380px){
  .location-sec button.slick-arrow {
    right: calc((calc(50vw - calc(1380px/2))) + 160px);
  }
  .location-sec button.slick-arrow.slick-next{
    right: calc((calc(50vw - calc(1380px/2))) + 10px);
  }
  .location-sec ul.slick-dots{
    right: calc((calc(50vw - calc(1380px/2))) + 60px);
  }
  .location-sec .location-item img{
    min-height: 400px;
  }
}
.category-sec button.slick-arrow {
  position: absolute !important;
  right: 10px;
  left: auto;
  top: -100px;
  margin-top: 0;
}
.category-sec button.slick-prev.slick-arrow {
  right: 153px;
}
.category-sec ul.slick-dots {
  bottom: auto;
  top: -105px;
  right: 50px;
  left: auto;
  width: auto;
}
.blog-slder button.slick-arrow {
  position: absolute !important;
  right: 10px;
  left: auto;
  top: -125px;
  bottom: auto;
}
.blog-slder button.slick-arrow.slick-prev{
  right: 208px;
}
.blog-slder ul.slick-dots{
  bottom: auto;
  top: -129px;
  right: 50px;
  left: auto;
  width: auto;
}
.blog-slder .slick-track{
  display: flex !important;

}
.blog-slder .slick-slide{
  height: inherit !important;
}
/* ====================== Slick slider arrow and dots end =============== */
.search-blog {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* ====================== Shop Start =============== */
.shop-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.shop-sidebar {
  max-width: 260px;
  width: 100%;
}
.shop-post {
  width: calc(100% - 280px);
}
.shop-wrapper .property-listing-sec{
  gap: 15px;
}
.shop-wrapper .property-listing-sec .property_list_item {
  max-width: calc(calc(100%/3) - calc(30px/3)) !important;
}
.shop-wrapper .accordion-body ul li {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.shop-wrapper .accordion-body ul li input {
  display: none;
}
.shop-wrapper .accordion-body ul li:first-child {
  padding-top: 0;
}
.shop-wrapper .accordion-body ul li img {
  max-width: 36px;
  width: 100%;
}
.shop-wrapper .accordion-body ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.shop-wrapper .accordion-body ul li .catName span {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  line-height: 30px;
}
.shop-wrapper button.accordion-button {
  background: #fff;
  box-shadow: none;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding: 16px 0;
}
.shop-wrapper button.accordion-button::after{
  content: none;
}
.shop-wrapper .accordion-item {
  border: 0;
}
.shop-wrapper #product-price-slider .ui-slider-range {
  background: #000;
}
.shop-wrapper #product-price-slider .ui-slider-handle {
  border: 5px solid #000;
  top: 50%;
  transform: translateY(-50%);
}
.shop-wrapper #product-price-slider {
  height: 5px;
}
.shop-wrapper .product-amount {
  padding-top: 10px;
}
.shop-wrapper .product-amount {
  padding-top: 10px;
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  line-height: 24px;
}
.shop-wrapper .filter-btn{
  margin-top:15px;
}
.shop-wrapper .filter-btn .btn {
  border-radius: 4px;
  background: #9F6F49;
  border: 0;
  padding: 4px 22px;
  font-size: 16px;
  font-weight: 500;
}
.location-tag li {
  flex: 0 0 auto;
  padding: 0 !important;
  border: 0 !important;
}
.location-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.location-tag span {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.shop-wrapper .accordion-body {
  padding-right: 0;
  padding-left: 0;
}
.shop-wrapper .price-filter .accordion-body {
  padding-right: 10px;
  padding-left: 10px;
}
ul.pagination-container {
  width: 100%;
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
}
ul.pagination-container>ul.page-numbers {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 10px;
}
ul.pagination-container li {
  width: 40px;
  height: 42px;
  border-radius: 6px;
  border: 1px solid #676767;
  background-color: #fff;
}
ul.pagination-container li.active, ul.pagination-container li .current{
  background-color: #9F6F49;
  border-color: #9F6F49;
}
ul.pagination-container li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: 500;
}
ul.pagination-container li span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 500;
}
ul.pagination-container li a:is(.prev,.next) {
  font-size: 0;
  position: relative;
}
ul.pagination-container li a:is(.prev,.next)::after {
  content: "\f105";
  font-family: "fontAwesome";
  color: #000000;
  font-size: 18px;
}
ul.pagination-container li a.prev::after {
  transform: rotate(180deg);
}
.shop-wrapper .accordion-body ul li input:checked~span {
  color: #9F6F49;
}
.shop-wrapper .accordion-body ul li span {
  cursor: pointer;
}
span#product-amount-end-hidden {
  display: none;
}
.shop-wrapper .price-filter .accordion-body .price-title {
  margin-right: 5px;
}
.listingDetails ul li {
  flex: 0 0 auto;
  text-transform: capitalize;
}
.listingDetails ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.listingFeatures ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding-left: 10px;
}
.listingFeatures ul li {
  flex: 0 0 auto;
  list-style: disc;
  margin: auto 10px;
  color: #000;
  text-transform: capitalize;
}
.files_links .files-detail>div {
  max-width: calc(calc(100%/3) - calc(40px/3));
  text-transform: capitalize;
  width: 100%;
}
.files_links .files-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.listingFeatureswrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.listingFeatureswrapper>div {
  max-width: calc(calc(100%/3) - calc(40px/3));
  width: 100%;
  text-transform: capitalize;
}
.files_links .files-detail>div img {
  max-width: 200px;
  object-fit: cover;
}
.listingDetails {
  margin-top: 30px;
}
.listingFeatures {
  margin-top: 30px;
}
.files_links {
  margin-top: 30px;
}
.meta_information h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}
.listingFeatureswrapper span.address_title {
  font-weight: 600;
  color: #000;
}
.property_information .wpcf7 form .wpcf7-response-output{
  margin-top: -50px;
  margin-bottom: 50px;
}
.related-property-section .property-listing-sec {
  padding-left: 0;
  padding-right: 0;
}
.property-listing-sec.related-service-section button.slick-arrow, .property-listing-blog-sec.related-blog-section button.slick-arrow, .featuredSection .property-listing-sec button.slick-arrow, .agentSection>.elementor-container button.slick-arrow, .related-property-section .property-listing-sec button.slick-arrow{
  position: absolute;
  top: auto;
  z-index: 9;
}
.property-listing-sec.related-service-section, .property-listing-blog-sec.related-blog-section, .featuredSection .property-listing-sec, .agentSection>.elementor-container, .related-property-section .property-listing-sec {
  padding-bottom: 30px;
}
.property-listing-sec.related-service-section button.slick-arrow.slick-prev::before, .property-listing-blog-sec.related-blog-section button.slick-arrow.slick-prev::before, .featuredSection .property-listing-sec button.slick-arrow.slick-prev::before, .agentSection>.elementor-container button.slick-arrow.slick-prev::before, .related-property-section .property-listing-sec button.slick-arrow.slick-prev::before{ 
  content: "\f060";
  font-family: FontAwesome;
  font-size: 20px;
  opacity: 1;
  color: #171717;
  
}
.property-listing-sec.related-service-section button.slick-arrow.slick-next::after, .property-listing-blog-sec.related-blog-section button.slick-arrow.slick-next::after, .featuredSection .property-listing-sec button.slick-arrow.slick-next::after, .agentSection>.elementor-container button.slick-arrow.slick-next::after, .related-property-section .property-listing-sec button.slick-arrow.slick-next::after{
  content: "\f061";
  font-family: FontAwesome;
  font-size: 20px;
  opacity: 1;
  color: #171717;
}
.property-listing-sec.related-service-section button.slick-arrow.slick-prev, .property-listing-blog-sec.related-blog-section button.slick-arrow.slick-prev, .featuredSection .property-listing-sec button.slick-arrow.slick-prev, .agentSection>.elementor-container button.slick-arrow.slick-prev, .related-property-section .property-listing-sec button.slick-arrow.slick-prev{
  left: calc(50% - 125px);
  bottom: -32px;
}
.property-listing-sec.related-service-section button.slick-arrow.slick-next, .property-listing-blog-sec.related-blog-section button.slick-arrow.slick-next, .featuredSection .property-listing-sec button.slick-arrow.slick-next, .agentSection>.elementor-container button.slick-arrow.slick-next, .related-property-section .property-listing-sec button.slick-arrow.slick-next{
  right: calc(50% - 120px);
  bottom: -35px;
}
.property-listing-blog-sec.related-blog-section .slick-list, .property-listing-blog-sec.related-blog-section .slick-list .slick-track,.related-property-section .slick-list, .related-property-section .slick-list .slick-track{
  height: 100%;
}
.featuredSection .property-listing-sec .property_list_item, .related-property-section .property-listing-sec .property_list_item{
  margin-left: 10px;
  margin-right: 10px;
}
.featuredSection .property-listing-sec .slick-list, .agentSection>.elementor-container .slick-list, .related-property-section .property-listing-sec .slick-list{
  margin-left: -10px;
  margin-right: -10px;
}
.agentSection>.elementor-container .elementor-column {
  padding-left: 10px;
  padding-right: 10px;
}
/* ====================== Shop end =============== */

