@media only screen and (max-width: 575px) {
  .xs-none {
    display: none;
  }
  .city-slider {
    padding: 0 12px;
  }
  .listing-tabs .nav-item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .listing-tabs .nav-item:after {
    display: none;
  }
  .contact-card {
    padding: 25px 22px;
  }
  .contact-card .contact-icon {
    width: 55px;
    height: 55px;
  }
  .contact-card .contact-icon i {
    font-size: 28px;
    color: var(--primaryColor);
  }
  .contact-card .contact-info {
    width: calc(100% - 70px);
    margin-left: 15px;
  }
  .contact-card .contact-info p, .contact-card .contact-info a {
    font-size: 14px;
  }
  .register-form {
    padding: 25px 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container-fluid {
    max-width: 540px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  p, input, textarea, span, select, label {
    font-size: 14px;
    line-height: 25px;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
  }
  .sm-none {
    display: none;
  }
  .back-to-top {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    right: 10px;
  }
  .back-to-top i {
    font-size: 18px;
  }
  .row.mb-45 {
    margin-bottom: 35px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-75 {
    padding-top: 25px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pb-75 {
    padding-bottom: 25px;
  }
  .pb-60 {
    padding-bottom: 10px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ptb-65 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  .mb-35 {
    margin-bottom: 25px;
  }
  .mb-45 {
    margin-bottom: 35px;
  }
  .fs-17 {
    font-size: 14px;
  }
  .fs-18 {
    font-size: 16px;
  }
  .fs-20 {
    font-size: 18px;
  }
  .fs-24 {
    font-size: 22px;
  }
  .fs-30 {
    font-size: 26px;
  }
  .fs-36 {
    font-size: 26px;
  }
  .fs-56 {
    font-size: 28px;
  }
  .lh-32 {
    line-height: 28px;
  }
  .lh-50 {
    line-height: 36px;
  }
  .btn {
    font-size: 14px;
    padding: 12px 20px 12.5px;
  }
  .breadcrumb-wrap {
    padding: 60px 0;
  }
  .breadcrumb-wrap h1, .breadcrumb-wrap h2, .breadcrumb-wrap h3, .breadcrumb-wrap h4, .breadcrumb-wrap h5, .breadcrumb-wrap h6 {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .breadcrumb-wrap .br-menu li {
    font-size: 14px;
  }
  .breadcrumb-wrap .br-menu li:after {
    font-size: 14px;
  }
  .breadcrumb-wrap .br-menu li a {
    font-size: 14px;
  }
  .hero-section.style-one:after {
    background: rgba(17, 24, 40, 0.8);
  }
  .hero-section.style-one .hero-content {
    padding: 120px 0 100px;
  }
  .hero-section.style-one .hero-content p {
    font-size: 15px;
  }
  .hero-section.style-one .hero-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-section.style-one .hero-content .listing-search-form {
    padding: 20px 20px;
  }
  .hero-section.style-one .hero-content .listing-search-form button {
    width: 100%;
    height: auto;
    padding: 8px 20px;
  }
  .hero-section.style-one .hero-content .listing-search-form .form-group-wrap {
    width: 100%;
  }
  .hero-section.style-one .hero-content .listing-search-form .form-group-wrap .form-group {
    width: 100%;
    margin-bottom: 20px;
  }
  .hero-section.style-one .hero-content .listing-search-form .form-group-wrap .form-group.search-form {
    border-bottom: 1px solid #EEF4FA;
  }
  .hero-section.style-one .hero-content .listing-search-form .form-group-wrap .form-group.search-form input {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
  .hero-section.style-one .hero-content .listing-search-form .form-group-wrap .form-group.search-form i {
    top: 19px;
    right: 0px;
  }
  .hero-section.style-one .hero-content .listing-search-form .form-group-wrap .form-group:after {
    display: none;
  }
  .hero-section.style-one .hero-content .listing-search-form .form-group-wrap .form-group .select {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .hero-section.style-one .hero-content .listing-search-form .form-group-wrap .form-group .select .selectBtn {
    padding: 0;
  }
  .hero-section.style-one .hero-content .listing-search-form .form-group-wrap .form-group .select .selectBtn:after {
    top: 1px;
  }
  .hero-section.style-two {
    padding: 35px 0 50px;
  }
  .hero-section.style-two .hero-cat-wrapper {
    margin: 60px 0 30px;
  }
  .hero-section.style-two .hero-cat-wrapper .hero-cat {
    width: 100%;
    margin: 0 0 25px;
  }
  .hero-section.style-two h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .hero-section.style-two h1 span {
    font-size: 28px;
    line-height: 38px;
  }
  .hero-section.style-two .listing-search-form, .hero-section.style-three .listing-search-form {
    padding: 20px 20px;
    border-radius: 10px;
    width: 100%;
  }
  .hero-section.style-two .listing-search-form .form-group-wrap, .hero-section.style-three .listing-search-form .form-group-wrap {
    width: 100%;
  }
  .hero-section.style-two .listing-search-form .form-group-wrap .form-group, .hero-section.style-three .listing-search-form .form-group-wrap .form-group {
    width: 100%;
    margin-bottom: 20px;
  }
  .hero-section.style-two .listing-search-form .form-group-wrap .form-group label, .hero-section.style-three .listing-search-form .form-group-wrap .form-group label {
    padding-left: 0;
  }
  .hero-section.style-two .listing-search-form .form-group-wrap .form-group:nth-child(1), .hero-section.style-two .listing-search-form .form-group-wrap .form-group:nth-child(2), .hero-section.style-two .listing-search-form .form-group-wrap .form-group:nth-child(3), .hero-section.style-three .listing-search-form .form-group-wrap .form-group:nth-child(1), .hero-section.style-three .listing-search-form .form-group-wrap .form-group:nth-child(2), .hero-section.style-three .listing-search-form .form-group-wrap .form-group:nth-child(3) {
    width: 100%;
  }
  .hero-section.style-two .listing-search-form .form-group-wrap .form-group.search-form, .hero-section.style-three .listing-search-form .form-group-wrap .form-group.search-form {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEF4FA;
  }
  .hero-section.style-two .listing-search-form .form-group-wrap .form-group.search-form input, .hero-section.style-three .listing-search-form .form-group-wrap .form-group.search-form input {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
  .hero-section.style-two .listing-search-form .form-group-wrap .form-group.search-form i, .hero-section.style-three .listing-search-form .form-group-wrap .form-group.search-form i {
    top: 19px;
    right: 0px;
  }
  .hero-section.style-two .listing-search-form .form-group-wrap .form-group .select, .hero-section.style-three .listing-search-form .form-group-wrap .form-group .select {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .hero-section.style-two .listing-search-form .form-group-wrap .form-group .select .selectBtn, .hero-section.style-three .listing-search-form .form-group-wrap .form-group .select .selectBtn {
    padding: 0;
  }
  .hero-section.style-two .listing-search-form .form-group-wrap .form-group .select .selectBtn:after, .hero-section.style-three .listing-search-form .form-group-wrap .form-group .select .selectBtn:after {
    top: 1px;
  }
  .hero-section.style-two .listing-search-form button, .hero-section.style-three .listing-search-form button {
    width: 100%;
    height: auto;
    border-radius: 10px !important;
    padding: 8px 20px;
  }
  .hero-section.style-three {
    padding: 150px 0 120px;
  }
  .hero-section.style-three:after {
    background: rgba(0, 0, 0, 0.7);
  }
  .hero-section.style-three .hero-content h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .select .selectDropdown {
    position: absolute;
    top: 100%;
    width: 250px;
    padding: 20px;
  }
  .select .selectDropdown span {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .select .selectDropdown .option {
    padding: 0 0 6px;
    font-size: 14px;
  }
  .about-wrap {
    padding: 50px 0;
  }
  .about-wrap .about-content .feature-list {
    margin: 22px 0;
    -moz-columns: 1;
         columns: 1;
  }
  .about-wrap .about-content .feature-list li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .cta-wrapper.style-one {
    padding: 50px 0;
  }
  .cta-wrapper.style-one .cta-img {
    margin-top: 25px;
    flex-wrap: wrap;
  }
  .cta-wrapper.style-one .cta-img img {
    display: block;
    margin: 0 auto;
  }
  .cta-wrapper.style-one .cta-img .btn {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .cta-wrapper.style-two {
    padding: 50px 0;
  }
  .feature-wrap .feature-list-wrap {
    margin-bottom: 20px;
  }
  .feature-wrap .feature-list:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 1px;
    height: 162px;
    background-color: #E9ECEF;
    transform: translateY(-50%);
  }
  .feature-wrap .feature-list li {
    padding-left: 28px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .feature-wrap .feature-list li i {
    font-size: 18px;
  }
  .brand-wrapper .brand-logo {
    min-height: 140px;
    width: 50%;
  }
  .brand-wrapper .brand-logo:nth-child(2), .brand-wrapper .brand-logo:nth-child(4), .brand-wrapper .brand-logo:nth-child(6), .brand-wrapper .brand-logo:nth-child(8), .brand-wrapper .brand-logo:nth-child(10), .brand-wrapper .brand-logo:nth-child(12) {
    border-right: none;
  }
  .brand-wrapper .brand-logo:nth-child(11), .brand-wrapper .brand-logo:nth-child(12) {
    border-bottom: none;
  }
  .listing-card.style-one .listing-info {
    padding: 17px 20px 25px;
  }
  .listing-card.style-three .listing-info p, .listing-card.style-four .listing-info p {
    margin: 8px 0 5px;
  }
  .listing-card.style-five .listing-img {
    width: 100%;
  }
  .listing-card.style-five .listing-info {
    width: 100%;
  }
  .filter-row {
    flex-wrap: wrap;
  }
  .filter-row p {
    width: 100%;
  }
  .filter-row select {
    width: 100%;
    margin: 20px 0 0;
  }
  .pricing-card {
    padding: 25px 22px 15px;
  }
  .pricing-card .pricing-title {
    flex-wrap: wrap;
  }
  .pricing-card .pricing-title div, .pricing-card .pricing-title a, .pricing-card .pricing-title .price-tag {
    width: 100%;
  }
  .pricing-card .pricing-title .price-tag {
    margin: 15px 0;
  }
  .pricing-card .price-tag {
    font-size: 48px;
  }
  .pricing-card .price-tag span {
    font-size: 15px;
  }
  .pricing-card .btn {
    padding: 14px 30px 13.5;
  }
  .pricing-card .pricing-features {
    -moz-columns: 1;
         columns: 1;
    margin: 25px 0 0;
  }
  .pricing-card .pricing-features:after {
    display: none;
  }
  .pricing-card .pricing-features li {
    margin-bottom: 10px;
    padding-left: 28px;
    font-size: 14px;
  }
  .pricing-card .pricing-features li i {
    top: 5px;
    font-size: 21px;
  }
  .app-wrapper.style-one .app-content .app-btn a, .app-wrapper.style-two .app-content .app-btn a, .app-wrapper.style-three .app-content .app-btn a {
    font-size: 13px;
    margin-bottom: 12px;
    padding: 12px 16px;
  }
  .app-wrapper.style-one .app-content .app-btn a:first-child, .app-wrapper.style-two .app-content .app-btn a:first-child, .app-wrapper.style-three .app-content .app-btn a:first-child {
    margin-right: 5px;
  }
  .app-wrapper.style-one .app-content .app-btn a img, .app-wrapper.style-two .app-content .app-btn a img, .app-wrapper.style-three .app-content .app-btn a img {
    max-width: 16px;
    margin-right: 6px;
  }
  .app-wrapper.style-one .app-content {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .app-wrapper.style-one .app-img {
    padding-bottom: 0;
    margin-bottom: -50px;
  }
  .app-wrapper.style-two .app-content, .app-wrapper.style-three .app-content {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .app-wrapper.style-two .app-content h2, .app-wrapper.style-three .app-content h2 {
    line-height: 38px;
  }
  .app-wrapper.style-two .app-img, .app-wrapper.style-three .app-img {
    padding-bottom: 50px;
  }
  .hw-card-wrapper {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hw-card-wrapper .hw-card {
    width: 100%;
  }
  .hw-card-wrapper .hw-card:after {
    display: none;
  }
  .hw-card-wrapper .hw-card .hw-icon {
    width: 65px;
    height: 65px;
  }
  .hw-card-wrapper .hw-card .hw-icon img {
    max-width: 30px;
  }
  .hw-card-wrapper .hw-card:nth-child(2), .hw-card-wrapper .hw-card:nth-child(3) {
    padding-left: 0;
  }
  .hw-card.style-one {
    padding: 25px 22px;
  }
  .hw-card.style-one .hw-counter {
    right: 25px;
    top: 29px;
  }
  .counter-wrapper:before {
    display: none;
  }
  .counter-card-wrap {
    border-radius: 10px;
  }
  .counter-card-wrap .counter-card {
    width: 50%;
  }
  .counter-card-wrap .counter-card h2 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 8px;
  }
  .counter-card-wrap .counter-card h2 span {
    font-size: 36px;
  }
  .counter-card-wrap .counter-card p {
    font-size: 14px;
    padding: 0 10px;
  }
  .testimonial-wrapper.style-one .content-title {
    margin-bottom: 30px;
  }
  .testimonial-card.style-one .client-img {
    border-radius: 10px 10px 0 0;
  }
  .testimonial-card.style-one .client-img img {
    border-radius: 10px 10px 0 0;
  }
  .testimonial-card.style-one .client-quote {
    border-radius: 0 0 10px 10px;
    padding: 22px 22px 25px 22px;
  }
  .testimonial-card.style-one .client-quote p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .testimonial-card.style-two {
    padding: 20px 20px 25px;
  }
  .testimonial-card.style-two p {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 27px;
  }
  .testimonial-card.style-two .client-info-wrap .client-img {
    width: 48px;
    height: 48px;
    margin-right: 12px;
  }
  .testimonial-slider-one .testimonial-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    padding-right: 0;
    margin-top: 25px;
  }
  .testimonial-pagination {
    margin-top: 26px;
  }
  .blog-card.style-two .blog-info {
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .sidebar .sidebar-widget {
    padding: 30px 20px;
  }
  .store-box {
    padding: 30px 20px;
  }
  .store-box .store-info {
    margin: 20px 0 0;
    width: 100%;
  }
  .store-box .store-info p {
    margin: 0 0 10px;
  }
  .store-box .store-info .ratings {
    width: 100%;
    margin: 0 0 10px;
  }
  .category-list li {
    margin-bottom: 14px;
    padding-bottom: 13px;
  }
  .category-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .category-list li a {
    font-size: 14px;
  }
  .pp-post-wrap .pp-post-item .pp-post-img {
    width: 100px;
  }
  .pp-post-wrap .pp-post-item .pp-post-info {
    width: calc(100% - 115px);
  }
  .store-card {
    padding: 30px 20px;
  }
  .store-card .store-stat div:nth-child(2) {
    padding-left: 30px;
  }
  .terms-wrap p,
  .listing-details p,
  .blog-desc p {
    margin-bottom: 14px;
  }
  .terms-wrap h1, .terms-wrap h2, .terms-wrap h3, .terms-wrap h4, .terms-wrap h5, .terms-wrap h6,
  .listing-details h1,
  .listing-details h2,
  .listing-details h3,
  .listing-details h4,
  .listing-details h5,
  .listing-details h6,
  .blog-desc h1,
  .blog-desc h2,
  .blog-desc h3,
  .blog-desc h4,
  .blog-desc h5,
  .blog-desc h6 {
    margin-bottom: 18px;
  }
  .terms-wrap h1,
  .listing-details h1,
  .blog-desc h1 {
    font-size: 28px;
  }
  .terms-wrap h2,
  .listing-details h2,
  .blog-desc h2 {
    font-size: 26px;
  }
  .terms-wrap h3,
  .listing-details h3,
  .blog-desc h3 {
    font-size: 24px;
  }
  .terms-wrap h4,
  .listing-details h4,
  .blog-desc h4 {
    font-size: 22px;
  }
  .terms-wrap h5,
  .listing-details h5,
  .blog-desc h5 {
    font-size: 20px;
  }
  .terms-wrap h6,
  .listing-details h6,
  .blog-desc h6 {
    font-size: 18px;
  }
  .terms-wrap .single-box .blog-metainfo,
  .listing-details .single-box .blog-metainfo,
  .blog-desc .single-box .blog-metainfo {
    margin: 0 0 20px;
  }
  .terms-wrap .single-box .single-para,
  .listing-details .single-box .single-para,
  .blog-desc .single-box .single-para {
    padding: 25px 20px 30px;
  }
  .terms-wrap .feature-list,
  .listing-details .feature-list,
  .blog-desc .feature-list {
    margin-bottom: 20px;
  }
  .terms-wrap .feature-list li,
  .listing-details .feature-list li,
  .blog-desc .feature-list li {
    font-size: 14px;
  }
  .terms-wrap .blog-metainfo li,
  .listing-details .blog-metainfo li,
  .blog-desc .blog-metainfo li {
    margin-right: 6px;
    padding-right: 18px;
    padding-left: 22px;
  }
  .terms-wrap .blog-metainfo li:after,
  .listing-details .blog-metainfo li:after,
  .blog-desc .blog-metainfo li:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--paraColor);
    content: "";
    transform: translateY(-50%);
  }
  .terms-wrap .blog-metainfo li i,
  .listing-details .blog-metainfo li i,
  .blog-desc .blog-metainfo li i {
    top: 5px;
    font-size: 16px;
  }
  .listing-details .listing-info .listing-title {
    flex-wrap: wrap;
  }
  .listing-details .listing-info .listing-title h1 {
    font-size: 26px !important;
    line-height: 35px;
    width: 100%;
  }
  .listing-details .listing-info .listing-title div {
    margin-top: 10px;
    width: 100%;
  }
  .listing-details .listing-info .listing-title div h4 {
    font-size: 20px !important;
  }
  .listing-details .listing-info .action-btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .post-tag {
    margin-bottom: 15px;
  }
  .post-tag li {
    margin: 0 10px 0 0;
  }
  .post-share ul li a i {
    font-size: 15px;
  }
  .comment-item-wrap {
    padding: 25px 20px 30px;
  }
  .comment-item-wrap .comment-item.reply {
    margin-left: 25px;
  }
  .comment-item-wrap .comment-item .comment-author-img {
    width: 50px;
    height: 50px;
  }
  .comment-item-wrap .comment-item .comment-author-info {
    width: calc(100% - 65px);
    margin-left: 15px;
    padding-bottom: 18px;
    border-bottom: 1px solid #EEF4FA;
  }
  .comment-item-wrap .rating,
  .comment-item-wrap .reply-btn {
    margin-top: 13px;
  }
  #cmt-form {
    padding: 25px 20px 25px;
  }
  .contact-map {
    height: 450px;
  }
  .faq-wrap .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    padding: 30px 60px 30px 15px !important;
  }
  .faq-wrap .accordion-item .accordion-header .accordion-button span {
    right: 20px;
  }
  .faq-wrap .accordion-item .accordion-body {
    padding: 0px 0 25px;
  }
  .faq-wrap .accordion-item .accordion-body p, .faq-wrap .accordion-item .accordion-body ul {
    color: var(--paraColor);
    margin: 0 15px;
    font-size: 14px;
  }
  .rtcl-related-listing .listing-item {
    width: 100% !important;
  }
  .hero-section.style-two .listing-search-form .form-group-wrap .form-group:after {
    display: none;
  }
  div#rtcl-sidebar .widget {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    max-width: 720px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pt-75 {
    padding-top: 45px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .pb-75 {
    padding-bottom: 45px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .mb-100 {
    margin-bottom: 70px !important;
  }
  .fs-42 {
    font-size: 32px;
  }
  .fs-36 {
    font-size: 32px;
  }
  .fs-56 {
    font-size: 40px;
  }
  .lh-50 {
    line-height: 43px;
  }
  .section-title.style-one {
    padding-left: 22px;
  }
  .section-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .breadcrumb-wrap {
    padding: 70px 0;
  }
  .breadcrumb-wrap h1, .breadcrumb-wrap h2, .breadcrumb-wrap h3, .breadcrumb-wrap h4, .breadcrumb-wrap h5, .breadcrumb-wrap h6 {
    font-size: 42px;
  }
  .hero-section.style-one .hero-content p {
    font-size: 18px;
  }
  .hero-section.style-one .hero-content h1 {
    font-size: 70px;
    line-height: 74px;
  }
  .hero-section.style-two .listing-search-form {
    padding: 15px 20px;
  }
  .hero-section.style-two .hero-cat-wrapper .hero-cat {
    width: calc(33.33% - 18px);
  }
  .hero-section.style-two h1 {
    font-size: 44px;
    line-height: 58px;
  }
  .hero-section.style-three .listing-search-form {
    padding: 17px 20px 17px 20px;
  }
  .hero-section.style-three .listing-search-form button {
    width: 125px;
    font-size: 14px;
  }
  .hero-section.style-three .listing-search-form button i {
    font-size: 19px;
  }
  .hero-section.style-three .listing-search-form .form-group-wrap {
    width: calc(100% - 125px);
  }
  .about-wrap {
    padding: 70px 0;
  }
  .brand-wrapper .brand-logo {
    min-height: 200px;
    width: 33.33%;
  }
  .brand-wrapper .brand-logo:nth-child(3), .brand-wrapper .brand-logo:nth-child(6), .brand-wrapper .brand-logo:nth-child(9), .brand-wrapper .brand-logo:nth-child(12) {
    border-right: none;
  }
  .brand-wrapper .brand-logo:nth-child(10), .brand-wrapper .brand-logo:nth-child(11), .brand-wrapper .brand-logo:nth-child(12) {
    border-bottom: none;
  }
  .cta-wrapper.style-one {
    padding: 70px 0;
  }
  .cta-wrapper.style-one .cta-img {
    margin-top: 25px;
  }
  .cta-wrapper.style-two {
    padding: 70px 0;
  }
  .hw-card-wrapper {
    padding-top: 30px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .hw-card-wrapper .hw-card:after {
    height: 60px;
    right: 15px;
  }
  .hw-card-wrapper .hw-card .hw-icon {
    width: 60px;
    height: 60px;
  }
  .hw-card-wrapper .hw-card h6 {
    font-size: 15px;
  }
  .hw-card-wrapper .hw-card:nth-child(1) {
    padding-right: 15px;
  }
  .hw-card-wrapper .hw-card:nth-child(2), .hw-card-wrapper .hw-card:nth-child(3) {
    padding-left: 10px;
    padding-right: 15px;
  }
  .hw-card-wrapper .hw-card .hw-icon img {
    max-width: 28px;
  }
  .store-box .store-info {
    margin: 20px 0 0;
    width: 100%;
  }
  .store-box .store-info p {
    margin: 0 0 10px;
  }
  .store-box .store-info .ratings {
    width: 100%;
    margin: 0 0 10px;
  }
  .listing-card.style-five {
    align-items: center;
  }
  .listing-card.style-five .listing-img {
    width: 320px;
  }
  .listing-card.style-five .listing-info {
    width: calc(100% - 320px);
  }
  .app-wrapper.style-one .app-content {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .app-wrapper.style-one .app-img {
    padding-bottom: 0;
    margin-bottom: -70px;
  }
  .app-wrapper.style-two .app-content, .app-wrapper.style-three .app-content {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .app-wrapper.style-two .app-img, .app-wrapper.style-three .app-img {
    padding-bottom: 70px;
  }
  .app-wrapper:before,
  .counter-wrapper:before {
    width: calc((100% - 720px) / 2 + 12px);
  }
  .counter-card-wrap .counter-card h2 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 13px;
  }
  .counter-card-wrap .counter-card p {
    font-size: 14px;
    padding: 0 20px;
  }
  .testimonial-wrapper.style-one .content-title {
    margin-bottom: 35px;
  }
  .testimonial-card.style-one .client-quote {
    padding: 26px 30px 30px 30px;
    width: calc(100% + 108px);
    margin-left: -108px;
    margin-bottom: 25px;
  }
  .testimonial-card.style-one .client-quote p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .testimonial-slider-one .testimonial-pagination {
    bottom: 55px;
    padding-right: 25px;
  }
  .rtcl .rtcl-wrapper .rtcl-sidebar-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  div#rtcl-sidebar .widget {
    margin-right: 20px;
  }
  .post-type-archive-rtcl_listing .rtcl-wrapper {
    display: unset;
  }
}
@media only screen and (max-width: 991px) {
  .md-none {
    display: none !important;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mt-md-30 {
    margin-top: 20px;
  }
  .about-wrap.style-one:after, .about-wrap.style-two:after {
    width: 100%;
  }
  .about-wrap .about-content {
    margin-bottom: 30px;
  }
  .app-wrapper.style-one .app-img {
    position: relative;
  }
  .app-wrapper.style-one .app-img img {
    display: block;
    margin: 0 auto;
  }
  .app-wrapper.style-two .app-img img, .app-wrapper.style-three .app-img img {
    margin: 0 auto;
  }
  .store-card .store-stat div:nth-child(2) {
    padding-left: 30px;
  }
  .partner-wrapper:after {
    width: 100%;
    border-radius: 20px;
  }
  .compare-table {
    width: 100%;
    overflow-x: auto;
  }
  .compare-table tbody tr td {
    min-width: 180px;
  }
  .bookmark-table {
    width: 100%;
    overflow-x: auto;
  }
  .bookmark-table tbody tr td:nth-child(2), .bookmark-table tbody tr td:nth-child(5) {
    min-width: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 980px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .brand-wrapper .brand-logo {
    width: 25%;
  }
  .brand-wrapper .brand-logo:nth-child(4), .brand-wrapper .brand-logo:nth-child(8), .brand-wrapper .brand-logo:nth-child(12) {
    border-right: none;
  }
  .brand-wrapper .brand-logo:nth-child(9), .brand-wrapper .brand-logo:nth-child(10), .brand-wrapper .brand-logo:nth-child(11), .brand-wrapper .brand-logo:nth-child(12) {
    border-bottom: none;
  }
  .app-wrapper.style-two .app-content, .app-wrapper.style-three .app-content {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .hero-section.style-one .hero-content .listing-search-form {
    width: calc(100% - 200px);
    margin: 0 auto;
  }
  .counter-card-wrap .counter-card p {
    padding: 0 55px;
  }
}
@media only screen and (max-width: 1199px) {
  .lg-none {
    display: none;
  }
  .sidebar {
    margin-top: 50px;
  }
  .pricing-card-wrap {
    margin-top: 35px;
  }
  .feature-wrap .feature-list-wrap {
    margin-bottom: 20px;
  }
  .feature-wrap .feature-list-wrap > div:nth-child(1) .feature-list, .feature-wrap .feature-list-wrap > div:nth-child(2) .feature-list, .feature-wrap .feature-list-wrap > div:nth-child(3) .feature-list, .feature-wrap .feature-list-wrap > div:nth-child(4) .feature-list {
    padding-left: 0;
  }
  .feature-wrap .feature-list-wrap > div:nth-child(1) .feature-list:after, .feature-wrap .feature-list-wrap > div:nth-child(2) .feature-list:after, .feature-wrap .feature-list-wrap > div:nth-child(3) .feature-list:after, .feature-wrap .feature-list-wrap > div:nth-child(4) .feature-list:after {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fs-36 {
    font-size: 30px;
  }
  .lh-50 {
    line-height: 44px;
  }
  .gx-27 {
    --bs-gutter-x: 0.7rem;
  }
  .hero-section.style-two .hero-cat-wrapper .hero-cat {
    width: calc(33.33% - 18px);
  }
  .hero-section.style-two .hero-cat-wrapper .hero-cat {
    width: calc(33.33% - 20px);
    margin: 0 4px 30px;
  }
  .about-wrap .about-content {
    padding: 50px 0;
  }
  .cta-wrapper.style-one .cta-img {
    width: calc(100% + 50px);
    margin-left: -50px;
  }
  .hw-card-wrapper {
    padding-top: 30px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .hw-card-wrapper .hw-card .hw-icon {
    width: 70px;
    height: 70px;
  }
  .hw-card-wrapper .hw-card h6 {
    font-size: 17px;
  }
  .hw-card-wrapper .hw-card:nth-child(1) {
    padding-right: 25px;
  }
  .hw-card-wrapper .hw-card:nth-child(2), .hw-card-wrapper .hw-card:nth-child(3) {
    padding-left: 20px;
    padding-right: 25px;
  }
  .hw-card-wrapper .hw-card .hw-icon img {
    max-width: 32px;
  }
  .hw-card.style-one h6:after {
    right: calc(0% - 100px);
    width: 80px;
  }
  .listing-card.style-five {
    align-items: center;
  }
  .listing-card.style-five .listing-img {
    width: 370px;
  }
  .listing-card.style-five .listing-info {
    width: calc(100% - 370px);
  }
  .app-wrapper:before,
  .counter-wrapper:before {
    width: calc((100% - 980px) / 2 + 12px);
  }
  .app-wrapper.style-one .app-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .app-wrapper.style-one .app-img {
    top: auto;
    bottom: -55px;
    right: 0;
    max-width: 560px;
  }
  .testimonial-wrapper.style-one .content-title {
    margin-left: -49px;
    margin-bottom: -160px;
  }
  .testimonial-wrapper.style-two .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .testimonial-card.style-one .client-quote {
    padding: 26px 30px 30px 30px;
    width: calc(100% + 108px);
    margin-left: -108px;
    margin-bottom: 25px;
  }
  .testimonial-card.style-one .client-quote p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .testimonial-slider-one .testimonial-pagination {
    bottom: 55px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .app-wrapper:before,
  .counter-wrapper:before {
    width: calc((100% - 1170px) / 2 + 12px);
  }
  .app-wrapper.style-one .app-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .app-wrapper.style-one .app-img {
    top: 8px;
    right: -10px;
    max-width: 730px;
  }
  .listing-card.style-five .listing-img img {
    height: 100%;
  }
  .testimonial-wrapper.style-one .content-title {
    margin-left: -49px;
    margin-bottom: -160px;
  }
  .testimonial-wrapper.style-two .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .testimonial-card.style-one .client-quote {
    padding: 40px 40px 50px 45px;
    width: calc(100% + 108px);
    margin-left: -108px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1330px;
  }
  .ps-xxl-55 {
    padding-left: 4.5rem !important;
  }
  .pe-xxl-55 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-65 {
    padding-right: 5rem !important;
  }
  .px-xxl-55 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-xxl-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4.8rem !important;
  }
  .ps-xxl-65 {
    padding-left: 5rem !important;
  }
  .breadcrumb-wrap {
    padding: 126px 0;
  }
  .breadcrumb-wrap h1, .breadcrumb-wrap h2, .breadcrumb-wrap h3, .breadcrumb-wrap h4, .breadcrumb-wrap h5, .breadcrumb-wrap h6 {
    font-size: 56px;
  }
  .hero-section.style-two .listing-search-form {
    width: calc(100% + 35px);
    margin-left: -10px;
  }
  .hero-section.style-two .hero-cat-wrapper {
    padding: 0 18px;
  }
  .hero-section.style-two .hero-cat-wrapper .hero-cat h6 {
    bottom: 25px;
    width: calc(100% - 80px);
  }
  .hero-section.style-two h1 {
    padding: 0 10px;
    font-size: 56px;
    line-height: 76px;
  }
  .hero-section.style-three .container {
    max-width: 1380px;
  }
  .hero-section.style-three .listing-search-form {
    padding: 21px 30px 21px 45px;
  }
  .hero-section.style-three .listing-search-form button {
    width: 163px;
  }
  .hero-section.style-three .listing-search-form button i {
    font-size: 24px;
  }
  .hero-section.style-three .listing-search-form .form-group-wrap {
    width: calc(100% - 165px);
  }
  .about-wrap .about-img {
    width: calc(100% - 40px);
    margin-left: auto;
  }
  .feature-wrap .feature-list-wrap > div:nth-child(1) .feature-list:after {
    right: 35px;
  }
  .feature-wrap .feature-list-wrap > div:nth-child(2) .feature-list {
    padding-left: 15px;
  }
  .feature-wrap .feature-list-wrap > div:nth-child(2) .feature-list:after {
    right: -15px;
  }
  .feature-wrap .feature-list-wrap > div:nth-child(3) .feature-list {
    padding-left: 65px;
  }
  .feature-wrap .feature-list-wrap > div:nth-child(3) .feature-list:after {
    right: -40px;
  }
  .feature-wrap .feature-list-wrap > div:nth-child(4) .feature-list {
    padding-left: 85px;
  }
  .cta-wrapper.style-one .cta-img {
    width: calc(100% + 50px);
    margin-left: -50px;
  }
  .listing-card.style-five .listing-img {
    width: 312px;
  }
  .listing-card.style-five .listing-info {
    width: calc(100% - 312px);
    padding: 22px 30px 30px;
  }
  .pricing-card-wrap {
    width: calc(100% - 72px);
    margin-left: auto;
  }
  .pricing-card {
    padding: 40px 40px 25px;
  }
  .pricing-card .price-tag {
    padding-left: 33px;
  }
  .pricing-card.style-two .price-tag {
    padding-left: 15px;
  }
  .hw-card-wrapper {
    padding-top: 30px;
    padding-left: 76px;
    padding-right: 60px;
  }
  .hw-card-wrapper .hw-card:nth-child(1) {
    padding-left: 5px;
  }
  .hw-card-wrapper .hw-card:nth-child(1):after {
    right: 24px;
  }
  .hw-card-wrapper .hw-card:nth-child(2) {
    padding-left: 50px;
  }
  .hw-card-wrapper .hw-card:nth-child(2):after {
    right: -32px;
  }
  .hw-card-wrapper .hw-card:nth-child(3) {
    padding-left: 102px;
  }
  .hw-card.style-one {
    padding: 30px 30px 30px;
  }
  .hw-card.style-one .hw-counter {
    top: 35px;
  }
  .hw-card.style-one h6:after {
    right: calc(0% - 100px);
    width: 87px;
  }
  .app-wrapper:before,
  .counter-wrapper:before {
    width: calc((100% - 1330px) / 2 + 12px);
  }
  .counter-card-wrap .counter-card {
    padding-left: 15px;
  }
  .app-wrapper.style-one .app-content {
    padding-top: 145px;
    padding-bottom: 153px;
  }
  .app-wrapper.style-one .app-img {
    top: 8px;
    right: -15px;
  }
  .blog-card.style-two .blog-info {
    left: 30px;
    width: calc(100% - 60px);
  }
  .blog-card.style-two .blog-info .blog-metainfo li {
    margin-right: 17px;
    padding-right: 28px;
  }
  .blog-card.style-two .blog-info .blog-metainfo li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .testimonial-wrapper.style-one .content-title {
    margin-left: -49px;
    margin-bottom: -300px;
    bottom: -50px;
  }
  .testimonial-wrapper.style-two .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .testimonial-card.style-one .client-quote {
    padding: 40px 40px 50px 45px;
    width: calc(100% + 108px);
    margin-left: -108px;
    margin-bottom: 60px;
  }
  .testimonial-card.style-one .client-quote p {
    font-size: 20px;
    line-height: 36px;
  }
  .testimonial-card.style-two {
    padding: 38px 45px 45px;
  }
  .testimonial-card.style-two p {
    font-size: 20px;
    line-height: 36px;
  }
  .store-box {
    padding: 60px 50px;
  }
  #cmt-form {
    padding: 42px 35px 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-section.style-two h1 {
    padding: 0 20px;
    font-size: 64px;
    line-height: 84px;
  }
  .hero-section.style-three .container {
    max-width: 1570px;
  }
  .testimonial-wrapper.style-two .container {
    padding: 0 50px;
  }
  .app-wrapper.style-one .app-img {
    right: -98px;
  }
}
@media only screen and (min-width: 1920px) {
  .hero-section.style-three .container {
    max-width: 1730px;
  }
  .hero-section.style-two h1 {
    padding: 0 120px;
  }
  .hero-section.style-three h1 {
    padding-right: 60px;
  }
  .hero-section.style-three .listing-search-form {
    width: calc(100% + 170px);
    padding-left: 45px;
  }
  .hero-section.style-three .listing-search-form .form-group-wrap {
    width: calc(100% - 175px);
  }
  .testimonial-wrapper.style-two .container {
    padding: 0 100px;
  }
  .partner-wrapper:after {
    width: 1715px;
  }
}
/*-----------------------------------------------
========= Home Demo 4 CSS ========
-------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .pt-120 {
    padding-top: 50px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
  .pb-85 {
    padding-bottom: 15px;
  }
  .pb-90 {
    padding-bottom: 20px;
  }
  .ptb-120 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pb-95 {
    padding-bottom: 30px;
  }
  .hero-section.style-five {
    padding: 50px 0 50px;
  }
  .hero-section.style-five .hero-content {
    margin-top: 20px;
  }
  .hero-section.style-five .hero-content .hero-content-shape {
    max-width: 40px;
    right: 0;
  }
  .hero-section.style-five .hero-content h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .hero-section.style-five .listing-search-form {
    padding: 20px 20px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 30px;
  }
  .hero-section.style-five .listing-search-form .form-group-wrap {
    width: 100%;
  }
  .hero-section.style-five .listing-search-form .form-group-wrap .form-group {
    width: 100%;
    margin-bottom: 20px;
  }
  .hero-section.style-five .listing-search-form .form-group-wrap .form-group:after {
    display: none;
  }
  .hero-section.style-five .listing-search-form .form-group-wrap .form-group label {
    padding-left: 0;
  }
  .hero-section.style-five .listing-search-form .form-group-wrap .form-group:nth-child(1), .hero-section.style-five .listing-search-form .form-group-wrap .form-group:nth-child(2), .hero-section.style-five .listing-search-form .form-group-wrap .form-group:nth-child(3) {
    width: 100%;
  }
  .hero-section.style-five .listing-search-form .form-group-wrap .form-group.search-form {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEF4FA;
  }
  .hero-section.style-five .listing-search-form .form-group-wrap .form-group.search-form input {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
  .hero-section.style-five .listing-search-form .form-group-wrap .form-group.search-form i {
    top: 19px;
    right: 0px;
  }
  .hero-section.style-five .listing-search-form .form-group-wrap .form-group .select {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .hero-section.style-five .listing-search-form .form-group-wrap .form-group .select .selectBtn {
    padding: 0;
  }
  .hero-section.style-five .listing-search-form .form-group-wrap .form-group .select .selectBtn:after {
    top: 1px;
  }
  .hero-section.style-five .listing-search-form button {
    width: 100%;
    height: auto;
    border-radius: 10px !important;
    padding: 8px 20px;
  }
  .hero-section.style-five .hero-img-slider {
    margin-top: 30px;
    padding-bottom: 0px;
  }
  .hero-section.style-five .hero-img-slider .hero-img-one {
    top: 0;
  }
  .hero-section.style-five .hero-slider-wrap .slider-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 30px;
    z-index: 1;
  }
  .hero-section.style-five .hero-slider-wrap .slider-btn .prev-btn img,
  .hero-section.style-five .hero-slider-wrap .slider-btn .next-btn img {
    max-width: 25px;
  }
  .listing-area.style-four:after {
    width: 100%;
  }
  .listing-area.style-four .listing-search-form {
    padding: 20px 20px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 60px;
  }
  .listing-area.style-four .listing-search-form .form-group-wrap {
    width: 100%;
  }
  .listing-area.style-four .listing-search-form .form-group-wrap .form-group {
    width: 100%;
    margin-bottom: 20px;
  }
  .listing-area.style-four .listing-search-form .form-group-wrap .form-group label {
    padding-left: 0;
  }
  .listing-area.style-four .listing-search-form .form-group-wrap .form-group:nth-child(1), .listing-area.style-four .listing-search-form .form-group-wrap .form-group:nth-child(2), .listing-area.style-four .listing-search-form .form-group-wrap .form-group:nth-child(3) {
    width: 100%;
  }
  .listing-area.style-four .listing-search-form .form-group-wrap .form-group.search-form {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEF4FA;
  }
  .listing-area.style-four .listing-search-form .form-group-wrap .form-group.search-form input {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
  .listing-area.style-four .listing-search-form .form-group-wrap .form-group.search-form i {
    top: 19px;
    right: 0px;
  }
  .listing-area.style-four .listing-search-form .form-group-wrap .form-group .select {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .listing-area.style-four .listing-search-form .form-group-wrap .form-group .select .selectBtn {
    padding: 0;
  }
  .listing-area.style-four .listing-search-form .form-group-wrap .form-group .select .selectBtn:after {
    top: 1px;
  }
  .listing-area.style-four .listing-search-form button {
    width: 100%;
    height: auto;
    border-radius: 10px !important;
    padding: 8px 20px;
  }
  .listing-area.style-four .listing-content {
    padding: 60px 0 0;
  }
  .listing-area.style-four .listing-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .listing-area.style-four .listing-content h1 span {
    font-size: 30px;
  }
  .about-area.style-four:after {
    width: 95%;
  }
  .about-area.style-four .about-features {
    margin-bottom: 25px;
  }
  .about-area.style-four .about-features .feature-list {
    -moz-columns: 1;
         columns: 1;
  }
  .about-area.style-four .about-img-wrap .about-img-one {
    max-width: 190px;
    top: 60%;
    left: 5px;
    z-index: 1;
    transform: translateY(-50%);
    border-radius: 10px;
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.25);
  }
  .about-area.style-four .about-img-wrap .video-container {
    width: 95%;
    height: 280px;
  }
  .about-area.style-five {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-area.style-five h6 {
    line-height: 34px;
  }
  .about-area.style-five .feature-item-wrap {
    margin-top: 30px;
    padding-top: 35px;
  }
  .about-area.style-five .feature-item-wrap .feature-item {
    width: 100%;
  }
  .about-area.style-five .feature-item-wrap .feature-item .feature-icon {
    width: 68px;
    height: 60px;
    background-size: 68px 60px;
  }
  .about-area.style-five .feature-item-wrap .feature-item .feature-text {
    width: calc(100% - 85px);
    margin-left: auto;
  }
  .about-area.style-five .feature-item-wrap .feature-item .feature-text h3 {
    font-size: 21px;
  }
  .about-area.style-five .feature-item-wrap .feature-item .feature-text p {
    max-width: 100%;
  }
  .about-area.style-five .feature-item-wrap .feature-item:nth-child(3) {
    left: 0;
  }
  .property-slider {
    width: calc(100% - 50px);
    height: 380px;
  }
  .move-text.style-one, .move-text.style-two {
    height: 48px;
  }
  .move-text.style-one ul li, .move-text.style-two ul li {
    font-size: 40px;
  }
  .process-card-wrap .process-card.style-one {
    width: 100%;
    margin: 0 12px 25px;
    padding: 32px 20px 30px;
    border-radius: 20px;
  }
  .process-card-wrap .process-card.style-one h3 {
    padding-top: 18px;
    margin-top: 20px;
  }
  .counter-card-wrap.style-two {
    border-radius: 10px;
  }
  .counter-card-wrap.style-two .counter-card:before {
    width: 50px;
    height: 50px;
    left: 10px;
    top: -5px;
  }
  .hw-card-wrap .hw-card-item {
    margin-bottom: 30px;
  }
  .hw-card-wrap .hw-card-item:last-child {
    margin-bottom: 0;
  }
  .hw-card-wrap .hw-card-item.style-two {
    left: 0;
  }
  .hw-card-wrap .hw-card-item .hw-img {
    margin-bottom: 20px;
  }
  .cta-wrapper.style-three {
    padding: 60px 20px 60px 25px;
  }
  .cta-wrapper.style-three:after {
    background-color: rgba(17, 24, 40, 0.8);
  }
  .cta-wrapper.style-three .cta-promo-text {
    top: 12px;
    right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .process-card-wrap {
    padding: 0;
    margin: 0 -12px;
  }
  .process-card-wrap .process-card:nth-child(1) {
    transform: rotate(0deg);
  }
  .process-card-wrap .process-card:nth-child(2) {
    margin-top: 0;
  }
  .process-card-wrap .process-card:nth-child(3) {
    transform: rotate(0deg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-85 {
    padding-bottom: 35px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pb-90 {
    padding-bottom: 45px;
  }
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
  .ptb-120 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pb-95 {
    padding-bottom: 40px;
  }
  .listing-area.style-four .listing-search-form {
    padding: 15px 20px;
    margin-bottom: 80px;
  }
  .listing-area.style-four .listing-content {
    padding: 80px 0 0;
  }
  .listing-area.style-four .listing-content h1 {
    font-size: 45px;
    line-height: 58px;
  }
  .hero-section.style-five {
    padding: 60px 0 50px;
  }
  .hero-section.style-five .hero-content {
    margin-top: 20px;
  }
  .hero-section.style-five .hero-content h1 {
    font-size: 53px;
    line-height: 65px;
  }
  .hero-section.style-five .listing-search-form {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 20px;
  }
  .about-area.style-four:after {
    width: 85%;
  }
  .about-area.style-four .about-features {
    margin-bottom: 25px;
  }
  .about-area.style-four .about-img-wrap .about-img-one {
    top: 60%;
    left: 5px;
    z-index: 1;
    transform: translateY(-50%);
    border-radius: 10px;
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.25);
  }
  .about-area.style-four .about-img-wrap .video-container {
    width: 90%;
    height: 400px;
  }
  .about-area.style-five {
    padding-left: 30px;
    padding-right: 30px;
  }
  .about-area.style-five .feature-item-wrap {
    margin-top: 45px;
  }
  .about-area.style-five .feature-item-wrap .feature-item {
    width: 50%;
  }
  .about-area.style-five .feature-item-wrap .feature-item .feature-icon {
    width: 68px;
    height: 60px;
    background-size: 68px 60px;
  }
  .about-area.style-five .feature-item-wrap .feature-item .feature-text {
    width: calc(100% - 85px);
    margin-left: auto;
  }
  .about-area.style-five .feature-item-wrap .feature-item .feature-text h3 {
    font-size: 21px;
  }
  .about-area.style-five .feature-item-wrap .feature-item .feature-text p {
    max-width: 100%;
  }
  .about-area.style-five .feature-item-wrap .feature-item:nth-child(3) {
    left: 0;
  }
  .move-text.style-one, .move-text.style-two {
    height: 90px;
  }
  .move-text.style-one ul li, .move-text.style-two ul li {
    font-size: 80px;
  }
  .cta-wrapper.style-three {
    padding: 60px 20px 60px 30px;
  }
  .process-card-wrap {
    padding: 0;
    margin: 0 -12px;
  }
  .process-card-wrap .process-card.style-one {
    width: calc(50% - 24px);
    margin: 0 12px;
    padding: 45px 20px 60px;
    border-radius: 20px;
    margin-bottom: 25px;
  }
  .process-card-wrap .process-card.style-one h3 {
    padding-top: 18px;
    margin-top: 20px;
  }
  .counter-card-wrap.style-two .counter-card:before {
    width: 90px;
    height: 90px;
    left: 0;
    top: -10px;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-lg-25 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .listing-area.style-four .listing-search-form {
    margin-bottom: 80px;
  }
  .listing-area.style-four .listing-content {
    padding: 90px 0 0;
  }
  .listing-area.style-four .listing-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .hero-section.style-five {
    padding: 60px 0 50px;
  }
  .hero-section.style-five .hero-content {
    margin-top: 20px;
  }
  .hero-section.style-five .hero-content h2 {
    font-size: 53px;
    line-height: 65px;
  }
  .hero-section.style-five .listing-search-form {
    width: calc(100% + 240px);
  }
  .about-area.style-five .feature-item-wrap .feature-item {
    width: 33.33%;
  }
  .about-area.style-five .feature-item-wrap .feature-item .feature-icon {
    width: 68px;
    height: 60px;
    background-size: 68px 60px;
  }
  .about-area.style-five .feature-item-wrap .feature-item .feature-text {
    width: calc(100% - 85px);
    margin-left: auto;
  }
  .about-area.style-five .feature-item-wrap .feature-item .feature-text h3 {
    font-size: 21px;
  }
  .about-area.style-five .feature-item-wrap .feature-item .feature-text p {
    max-width: 100%;
  }
  .about-area.style-five .feature-item-wrap .feature-item:nth-child(3) {
    left: 25px;
  }
  .move-text.style-one, .move-text.style-two {
    height: 90px;
  }
  .move-text.style-one ul li, .move-text.style-two ul li {
    font-size: 80px;
  }
  .process-card-wrap {
    padding: 30px 40px 0;
  }
  .process-card.style-one {
    padding: 32px 20px 100px;
  }
  .process-card.style-one h3 {
    padding-top: 18px;
    margin-top: 20px;
  }
  .testimonial-wrapper.style-four .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .cta-wrapper.style-three {
    padding: 80px 20px 85px 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .property-area .property-slider {
    margin-top: -110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section.style-five .container {
    max-width: 1200px;
  }
  .testimonial-wrapper.style-four .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-section.style-five {
    padding: 100px 0 120px;
  }
  .hero-section.style-five .container {
    max-width: 1380px;
  }
  .hero-section.style-five .hero-content {
    margin-top: 20px;
  }
  .hero-section.style-five .hero-content .hero-content-shape {
    right: 15%;
  }
  .hero-section.style-five .hero-content h2 {
    font-size: 58px;
    line-height: 76px;
    padding-right: 155px;
  }
  .hero-section.style-five .listing-search-form {
    width: calc(100% + 80px);
  }
  .about-area.style-four:after {
    width: 73%;
  }
  .about-area.style-four .about-img-wrap {
    margin-top: -20px;
  }
  .about-area.style-four .about-img-wrap .about-img-one {
    left: -20px;
  }
  .about-area.style-five {
    padding-left: 87px;
    padding-right: 87px;
  }
  .about-area.style-five .about-video-wrap {
    width: calc(100% + 23px);
  }
  .about-area.style-five h6 {
    width: calc(100% + 20px);
    padding-left: 29px;
  }
  .process-card.style-one {
    padding: 62px 40px 165px;
  }
  .process-card.style-one p {
    padding-right: 30px;
  }
  .testimonial-wrapper.style-four:after {
    width: 1330px;
  }
  .testimonial-wrapper.style-four .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-section.style-five .container {
    max-width: 1570px;
  }
  .hero-section.style-five .hero-content {
    margin-top: 20px;
  }
  .hero-section.style-five .hero-content .hero-content-shape {
    right: 30%;
  }
  .hero-section.style-five .hero-content h2 {
    font-size: 64px;
    line-height: 80px;
    padding-right: 155px;
  }
  .hero-section.style-five .listing-search-form {
    width: calc(100% + 80px);
  }
  .testimonial-wrapper.style-four .container {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .gx-xxl-45 {
    --bs-gutter-x: 2.2rem;
  }
  .listing-area.style-four:after {
    width: calc(100% - 200px);
  }
  .listing-area.style-four .listing-search-form {
    margin-left: 85px;
    margin-right: 85px;
  }
  .hero-section.style-five .container {
    max-width: 1730px;
  }
  .about-area.style-four:after {
    width: 69%;
    height: 86%;
  }
  .testimonial-wrapper.style-four .container {
    padding: 0 100px;
  }
}/*# sourceMappingURL=clada-responsive.css.map */