
.dubified-single-section .dubified-section-field {
 align-items: center;
 padding: 16px 24px;
 border-bottom: 1px solid #EEF0F1;
 width: 100%;
}
.dubified-single-section .dubified-section-field-content {
 display: flex;
}

.cwp-cpt-single-field-container h4{
    width: 100%;
    color: #2B2D2E;
    font-size: 14px;
    margin-bottom: 10px;
}
.dubified-single-section .dubified-section-field-content h6{
    width: 50%;
    color: #2B2D2E;
    font-size: 14px;
}
.dubified-single-section .dubified-section-field-content span{
    width: 50%;
    color: #2B2D2E;
    font-size: 14px;
}

.dubified-single-section .cwp-cpt-single-switch-checkbox {
    align-items: center;
    padding: 16px 24px;
    border-bottom: 1px solid #EEF0F1;
   }
   .dubified-single-section .cwp-cpt-single-switch-checkbox ul li{
    width: 100%;
    color: #212529;
    font-size: 14px;
}
span.back-icon {
    font-size: 16px;
    font-weight: 400;
}
span.breadcrumbs-seprater {
    font-size: 16px;
    font-weight: 400;
}
.dubified-single-page .detail-page-results-sec {
    padding: 26px 0px;
}

.dubified-single-section .cwp-widget-title{
    padding: 16px 0px;
}

.dubified-single-page .detail-page-results-sec a {
    color: #4294FF;
    font-size: 14px;
    border-radius: 14px;
    background: #E0EEFF;
    padding: 1px 8px;
    transition: 0.4s ease-in-out;
    margin: 0px 8px;
}
.dubified-single-page .detail-page-results-sec span.breadcrumbs-search-item-title {
    color: #4294FF;
    font-size: 14px;
    border-radius: 14px;
    background: #E0EEFF;
    padding: 1px 8px;
    transition: 0.4s ease-in-out;
    margin: 0px 8px;
}
.dubified-single-page .cwp-cpt-single-wysiwyg_editor-container {
    color: #212529;
    font-size: 16px;
}
.cwp-cpt-single-switch-checkbox.cwp-cpt-single-field-container {
    display: flex;
}
.dubified-single-page .detail-page-results-sec a:hover {
    background: rgb(66, 148, 255);
    color: rgb(255, 255, 255);
}

.dubified-single-section .dubified-section-field-content p{
    color: #212529;
    font-size: 14px;
}
span.breadcrumbs-search-seprator{
    color: #212529;
    font-size: 14px;
}

/* search-result-slider-start */
.detail-page-slider-gallery{
    position: relative;
}
.detail-page-slider-gallery .custom-prev-search-result {
    position: absolute;
    top: 40%;
    left: 5%;
    border-radius: 19px;
    opacity: 0.8;
    background: #FFF;
    border: none;
    padding: 9px 11px;
    align-items: center;
    display: flex;
    text-align: center;
}
.detail-page-slider-gallery .custom-next-search-result {
    position: absolute;
    top: 40%;
    right: 5%;
    border-radius: 19px;
    opacity: 0.8;
    background: #FFF;
    border: none;
    padding: 9px 11px;
    align-items: center;
    display: flex;
    text-align: center;
}
/* search-result-slider-end */
/* search-result-img-slider-contact-details-start */
.detail-page-slider-gallery .slider-for img{
    width: 100%;
    border-radius: 8px;
}
.detail-page-slider-gallery .slider-nav img{
    width: 96px !important;
    height: 71px;
    border-radius: 8px;
}
.detail-page-slider-gallery .slider-nav .img{
    margin: 16px 9px;
}
.detail-page-slider-gallery .contact-buttons{
    display: flex;
    padding: 17px;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #EEF0F1;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.03)
}
.detail-page-slider-gallery .contact-buttons a button{
    text-align: center;
    font-family: 'inter-semi-bold';
    font-size: 15px;
    color: #fff !important;
}
.detail-page-slider-gallery .contact-buttons a:first-child button{
    border-radius: 6px;
    background: #E00000;
    border: none;
    padding: 11px 44px;
    min-width: 100px;
}
.detail-page-slider-gallery .contact-buttons a:nth-child(2) button{
    border-radius: 6px;
    border: 1px solid #C2C4C7; 
    background: #FFF;
    padding: 11px 63px;
    min-width: 100px;
    color: #23262A !important;
    margin-top: 12px;
}
/* search-result-img-slider-contact-details-end */

.address{
    color: #23262A;
    font-size: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 90px;
}
.search-result-heading-price{
    padding: 24px 0px;
    border-top: 1px #ddd solid;
}
.search-result-price h1{
    color: var(--primary-color);
    font-size: 26px;
}
.dubified-post-date{
    color: #626465;
    font-size: 12px;
}
.dubified-seller-chat-box.contact-buttons {
    display: flex;
    padding: 17px;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #EEF0F1;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.03);
}
.dubified-seller-chat-form{
    display: none;
    margin-top: 10px;
}

span.phone-visible {
    font-size: 18px;
    text-align: center;
    color: #000;
}
.phone-number {
    display: none;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}

.show-phone-number.toggle-phone-number {
    border-radius: 6px;
    background: var(--primary-color);
    border: none;
    min-width: 100px;
}
.show-phone-number.toggle-phone-number button{
    text-align: center;
    border-radius: 6px;
    font-size: 15px;
    color: #fff !important;
    padding: 11px 71px;
    min-width: 100px;
}

button.dubified-not-filled-btn.dubified-seller-chat {
    border-radius: 6px;
    border: 1px solid #C2C4C7;
    background: #FFF;
    padding: 11px 63px;
    min-width: 100px;
    color: #23262A !important;
    margin-top: 12px;
}

.detail-page-slider-gallery .dubified-single-widgets {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
}
.cwp-single-share-btn.cwp-single-widget span.cwp-main {
    border: 1.5px solid #B6B8B9;
    color: #000000;
}
.cwp-single-share-btn.cwp-single-widget span.cwp-main svg {
    color: #000000;
    padding-right: 3px;
}
.cwp-single-save-btns.cwp-single-widget span.cwp-main {
    border: 1.5px solid #B6B8B9;
    color: #000000;
}
.cwp-single-share-btn{
    margin-right: 8px;
}

.cwp-single-share-btn.cwp-single-widget, .cwp-single-save-btns.cwp-single-widget {
    position: relative;
    background-color: #fff;
    display: inline-block;
    border-radius: 5px;
}
.default-image-single{
    height: 600px;
    width: auto;
}
.dubified-section-fields .item-overview-details ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
    margin-top: 15px;
}
.item-overview-details ul li{
    text-align: center;
    align-items: center;
    display: flex;
    width: calc(100% /5);
    justify-content: center;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.04), 0px 0px 15px -3px rgba(0, 0, 0, 0.08);
    padding: 16px;
}
.item-overview-details ul .icon {
    padding: 4px 0px;
}
.item-overview-details ul li .icon-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center
}
.cwp-cpt-single-google_address{
    width: 100%;
    position: relative;
}

.cwp-cpt-single-text-style-1{
    margin-bottom: 15px;
    display: inline-block;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 17.5% !important;
    justify-content: center;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.04), 0px 0px 15px -3px rgba(0, 0, 0, 0.08);
    padding: 16px;
    margin-right: 8px;
    margin-left: 8px;
}
.cwp-cpt-single-number-style-1{
    margin-bottom: 15px;
    display: inline-block;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 17.5% !important;
    justify-content: center;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.04), 0px 0px 15px  -3px rgba(0, 0, 0, 0.08);
    padding: 16px;
    margin-right: 8px;
    margin-left: 8px;
}
.cwp-cpt-single-dropdown-style-1{
    margin-bottom: 15px;
    display: inline-block;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 17.5% !important;
    justify-content: center;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.04), 0px 0px 15px -3px rgba(0, 0, 0, 0.08);
    padding: 16px;
    margin-right: 8px;
    margin-left: 8px;
}
.cwp-cpt-single-google_address h4{
    font-size: 18px;
    padding-bottom: 14px;
}

.dubified-icon-box h5{
    color: #2B2D2E;
    text-align: center;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}
.dubified-icon-box{
    color: #2B2D2E;
    font-size: 30px;
    padding: 10px 0px 10px 0px;
}
.dubified-icon-box .icon{
    padding: 10px 0px 10px 0px;
}
.dubified-icon-box p{
    color: #2B2D2E;
    text-align: center;
    font-size: 13px;
}

.dubified-single-section {
    border-bottom: 1px #ddd solid;
    padding: 24px 0px;
}
.dubified-single-section:first-child {
    padding: 0px;
    margin-top: 0px;
}

.dubified-single-section:first-child{
    border: none;
}

.dubified-section-field:last-child {
    border-bottom: none;
}

.dubified-section-fields .dubified-section-field:last-child {
    border-bottom: none;
}
.dubified-ad-report{
    display: flex;
}
.dubified-ad-report span{
    margin-left: 10px;
    color: #2B2D2E;
    font-size: 15px;
}
.dubified-ad-report a span{
    color: #E00000;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    margin-left: 8px;
}

.cwp-cpt-single-url-container{
    align-items: center;
    padding: 16px 24px;
    display: flex;
    border-bottom: 1px solid #EEF0F1;
    width: 100%;
}

.cwp-cpt-single-url-container h4{
    width: 50%;
    color: #212529;
    font-size: 14px;
}
.cwp-cpt-single-url-container .cwp-cpt-single-url a{
    color: #212529;
    font-size: 14px;
    width: 50%;
}
.cwp-cpt-single-range-container{
    align-items: center;
    padding: 16px 24px;
    display: flex;
    border-bottom: 1px solid #EEF0F1;
    width: 100%;
}
.cwp-cpt-single-range-container h4{
    width: 50%;
    color: #212529;
    font-size: 14px;
}
.cwp-cpt-single-range-container p{
    color: #212529;
    font-size: 14px;
    width: 50%;
}


.cwp-cpt-single-password-container{
    align-items: center;
    padding: 16px 24px;
    display: flex;
    border-bottom: 1px solid #EEF0F1;
    width: 100%;
}
.cwp-cpt-single-password-container h4{
    width: 50%;
    color: #212529;
    font-size: 14px;
}
.cwp-cpt-single-password-container p{
    color: #212529;
    font-size: 14px;
    width: 50%;
}

.cwp-cpt-single-email-container{
    align-items: center;
    padding: 16px 24px;
    display: flex;
    border-bottom: 1px solid #EEF0F1;
    width: 100%;
}
.cwp-cpt-single-email-container h4{
    width: 50%;
    color: #212529;
    font-size: 14px;
}
.cwp-cpt-single-email-container .cwp-cpt-single-email a{
    color: #212529;
    font-size: 14px;
    width: 50%;
}

.cwp-cpt-single-file-container{
    align-items: center;
    padding: 16px 24px;
    display: flex;
    border-bottom: 1px solid #EEF0F1;
    width: 100%;
}
.cwp-cpt-single-file-container h4{
    width: 50%;
    color: #212529;
    font-size: 14px;
}
.cwp-cpt-single-file-container .cwp-cpt-single-file a{
    color: #212529;
    font-size: 14px;
    width: 50%;
}

.cwp-cpt-single-date_picker.cwp-cpt-single-field-container {
    align-items: center;
    padding: 16px 24px;
    display: flex;
    border-bottom: 1px solid #EEF0F1;
    width: 100% !important;
}
.cwp-cpt-single-date_picker.cwp-cpt-single-field-container  h4{
    width: 50%;
    color: #212529;
    font-size: 14px;
}
.cwp-cpt-single-date_picker.cwp-cpt-single-field-container  .cwp-cpt-single-date_picker p{
    color: #212529;
    font-size: 14px;
    width: 50%;
}

.cwp-cpt-single-time_picker.cwp-cpt-single-field-container{
    align-items: center;
    padding: 16px 24px;
    display: flex;
    border-bottom: 1px solid #EEF0F1;
    width: 100% !important;
}
.cwp-cpt-single-time_picker h4{
    width: 50%;
    color: #212529;
    font-size: 14px;
}
.cwp-cpt-single-time_picker.cwp-cpt-single-field-container p{
    color: #212529;
    font-size: 14px;
    width: 50%;
}

.cwp-cpt-single-textarea-container.cwp-cpt-single-field-container{
    align-items: center;
    padding: 16px 24px;
    border-bottom: 1px solid #EEF0F1;
}
.cwp-cpt-single-textarea-container.cwp-cpt-single-field-container .cwp-cpt-single-textarea p{
    font-size: 14px;
    color: #212529;
}

.cwp-cpt-single-repeating-field.cwp-cpt-single-field-container{
    align-items: center;
    padding: 16px 24px;
    display: block;
    border-bottom: 1px solid #EEF0F1;
    width: 100% !important;
}
.cwp-cpt-single-repeating-field h4{
    width: 50%;
    color: #212529;
    font-size: 14px;
}
.cwp-cpt-single-repeating-field.cwp-cpt-single-field-container p{
    color: #212529;
    font-size: 14px;
    width: 50%;
}

.cwp-cpt-single-repeating-field.cwp-cpt-single-field-container .cwp-cpt-single-repeating-field-inner {
    padding: 16px 24px;
    display: block;
    border-bottom: 1px solid #EEF0F1;
}
.cwp-cpt-single-repeating-field.cwp-cpt-single-field-container .cwp-cpt-single-repeating-field-inner:last-child {
    border-bottom: none;
}

button.cwp-message-form-submit-btn {
    width: 55px !important;
    background-color: var(--primary-color) !important;
    border: var(--primary-color) !important;
}
input.cubewp-inbox-msg-content {
    border: 1px solid #C2C4C7 !important;
}


.loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    z-index: 9999;
  }
  
  .loader::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 4px solid #000000;
    border-top: 4px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
  }
  
@keyframes spin {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
}
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
}
.dubified-items-slider{
    display: flex;
}
.dubified-item{
    margin: 0 8px 30px 8px;
}

.dubified-items-slider i.fa.fa-angle-right.arrow-right-related.slick-arrow {
    position: absolute;
    top: 40%;
    right: 0%;
    border-radius: 19px;
    opacity: 0.8;
    background: #FFF;
    border: none;
    padding: 9px 11px;
    align-items: center;
    display: flex;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}
.dubified-items-slider i.fa.fa-angle-left.arrow-left-related.slick-arrow {
    position: absolute;
    top: 40%;
    left: 0%;
    border-radius: 19px;
    opacity: 0.8;
    background: #FFF;
    border: none;
    padding: 9px 11px;
    align-items: center;
    display: flex;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}


/* Custom styles for Slick dots */
.slick-dots {
    position: absolute;
    top: -35px;
    right: 0;
    display: flex !important; /* Make sure dots are displayed as flex items */
    list-style: none; /* Remove default list styling */
    justify-content: center; /* Center the dots horizontally */
    margin: 0px 10px 0px 0px;; /* Remove default margin */
    padding: 0; /* Remove default padding */
  }
  
  .slick-dots li {
    margin: 0 5px; /* Adjust the spacing between dots */
  }
  
  .slick-dots li button {
    font-size: 1px; /* Adjust the font size of the dot number */
    line-height: 1.2; /* Adjust the line height for better vertical alignment */
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #C2C4C7;
    border-radius: 50%; /* Make dots circular */
    background-color: #C2C4C7; /* Set dot background color */
    color: #E0E1E3; /* Set dot text color */
    cursor: pointer;
    opacity: 0.7; /* Set initial opacity */
    transition: opacity 0.3s ease; /* Add a transition for opacity */
  }
  
  .slick-dots li.slick-active button {
    opacity: 1; /* Set opacity for the active dot */
  }
  
  .img.slick-slide.slick-current.slick-center img{
    border: 2px solid #E00000;
  }
  #dubified-item-section-related-items h2.dubified-section-title {
    margin-bottom: 20px;
    padding-left: 10px;
}


.cwp-cpt-single-gallery  {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Adjust the minimum and maximum width as needed */
    grid-gap: 5px; /* Adjust the gap between items as needed */
}

.cwp-cpt-single-gallery-item{
    position: relative;
    overflow: hidden;
}

.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
}

.dubified-items-slider .dubified-item .dubified-item-media {
    height: 150px;
}

.dubified-items-slider .dubified-item-content .catagories-data-location-list-view{
    display: none;
}
.dubified-items-slider .dubified-item-content .catagories-data-information-list-view{
    display: none;
}

@media (min-width: 1024px) {
    .detail-page-slider-gallery .search-result-slider img {
        height: 620px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .detail-page-slider-gallery .search-result-slider img {
        height: 520px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
.cwp-cpt-single-number-style-1{
    width: 27% !important;
}
.cwp-cpt-single-text-style-1{
    width: 27% !important;
}
.cwp-cpt-single-dropdown-style-1{
    width: 27% !important;
}
}

.show-phone-number.toggle-phone-number button, input[type="button"], input[type="reset"], input[type="submit"]{
    padding: 11px 82px !important;
}

.slick-track.image-tranform{
    transform: translate3d(0px, 0px, 0px) !important;
    text-align: center !important;
    align-items: center !important;
}