.fields .common-i label,
.fields .main-label {
    font-size: var(--f15);
    color: var(--black-color)
}

.listing-sec h2,
section.cta-sec h2,
section.direction h2,
section.faq h2 {
    text-transform: uppercase
}

.listing-sec h2,
section.expect .except-cont h2,
section.faq .faq-head h2,
section.investment-potential .head-sec h2 {
    font-family: var(--heading-font);
    font-weight: 700
}

.direction .diection-card1:hover,
.listing-sec {
    background: var(--secondary-color)
}

.direction .head-sec,
section.cta-sec h5 {
    margin-bottom: 40px
}

.fields {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: var(--m30)
}

.fields .main-label {
    width: 25%
}

.fields .common-i {
    width: 75%
}

input.form-control.common-i {
    border-radius: 0;
    border: 2px solid var(--black-color) !important
}

.fields select {
    width: 75%;
    padding: .375rem .75rem;
    border: 2px solid var(--black-color) !important
}

.form-control:focus {
    box-shadow: none
}

form.manage-form {
    padding: var(--p30);
    background: var(--white-color);
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .1)
}

.manage-form {
    display: none
}

.submit-btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.cta,
section.about-content .abt-cont {
    align-items: center;
    display: flex
}

.submit-btn button {
    border: 1px solid var(--black-color);
    padding: var(--p10) var(--p50);
    background: 0 0;
    color: var(--black-color);
    transition: .6s ease-in-out
}

.submit-btn button:hover {
    background: #8cc63f;
    color: var(--white-color);
    border: 1px solid var(--white-color)
}

.cta {
    justify-content: space-between;
    margin-bottom: 30px
}

.cta h5,
.features-content p {
    margin-bottom: 0
}

.cta span {
    text-decoration: underline;
    cursor: pointer
}

section.management-listings {
    padding: 15px 0;
    z-index: 1;
    position: relative
}

.listing-sec {
    border-radius: 10px !important;
    border: 1px solid rgba(51, 51, 51, 0) !important;
    padding: 15px 20px;
    text-align: center;
    margin-top: -60px
}

.listing-sec h2 {
    color: var(--text-white);
    line-height: 1.7
}

.listing-sec p {
    width: 80%;
    margin: auto;
    color: #fff
}

ul.listing-images {
    max-width: 300px;
    margin: auto;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

ul.listing-images li {
    padding: 5.5px
}

ul.listing-images li img {
    width: 56px;
    border-radius: 100%;
    height: 56px;
    transition: .2s ease-in-out
}

ul.listing-images li:hover img {
    opacity: .7
}

section.investment-potential .head-sec {
    margin-bottom: 35px
}

section.investment-potential .head-sec h2 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase
}

section.investment-potential h6 {
    letter-spacing: .2em;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5
}

section.investment-potential .content {
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

section.investment-potential .form-content {
    background: #ede3ce;
    border-radius: 20px;
    padding: 30px
}

section.investment-potential .form-content h3 {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    color: #000;
    margin-top: 10px
}

section.investment-potential form input {
    width: 100%;
    height: 40px;
    padding: 4px 10px;
    border: 2px solid #fff;
    font-size: 16px;
    margin: 3px 0
}

section.investment-potential form .form-group.col-lg-12.col-sm-12 {
    margin-top: 10px;
    padding: 0
}

section.investment-potential button.main-btn {
    box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0 !important;
    border-radius: 6px;
    margin-top: 25px;
    font-size: 16px;
    padding: 8px 20px;
    transition: .3s ease-in-out
}

section.investment-potential button.main-btn:hover {
    transform: translateY(-4px)
}

section.about-content {
    background: #f7f7f7
}

.image-content {
    overflow: hidden;
    border-radius: 3%
}

section.about-content img {
    width: 100%;
    border-radius: 3%;
    height: 350px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0 !important;
    transition: .2s ease-out !important
}

section.about-content img:hover {
    transform: scale(1.06)
}

.direction h4,
section.about-content .abt-cont h6 {
    text-transform: capitalize
}

section.about-content.rev,
section.faq {
    background: #fff
}

section.about-content.rev .image-content {
    margin-right: 20px
}

section.about-content.rev p.head {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2em;
    font-size: 18px
}

section.about-guest,
section.expect {
    background-color: #f7f7f7
}

section.expect .except-cont {
    padding-right: 50px
}

section.expect .except-cont h2 {
    margin-bottom: 10px
}

section.expect .except-cont ul {
    padding-left: 0
}

section.expect .except-cont ul li {
    list-style-type: none;
    text-indent: -1.5em;
    margin: 0 1em;
    margin-inline-end: 0;
    margin-inline-start: 2em;
    line-height: 2
}

section.expect .except-cont ul li:before {
    content: "\2713";
    transform: scale(.8);
    transform-origin: center right;
    font-weight: 700;
    font-family: Arial;
    min-width: 1em;
    display: inline-block;
    margin-right: .5em;
    margin-inline-start: 0;
    margin-inline-end: .5em;
    text-align: right;
    text-align: end
}

section.expect .except-cont p.work {
    font-weight: 700
}

section.expect .except-icon {
    border-radius: 25%;
    background-color: rgba(33, 174, 169, .2);
    border-color: #09625f;
    min-width: 60px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

section.expect .except-list {
    display: flex;
    gap: 20px;
    margin-bottom: 10px
}

section.expect .except-icon svg {
    width: 45px
}

section.expect .except-icon-content h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize
}

section.expect .except-icon-content p {
    font-size: 14px
}

.blank-content {
    width: 70%;
    margin: auto;
    text-align: center;
    padding: 30px 0
}

.blank-content p {
    font-size: 18px;
    margin-bottom: 20px
}

.screening-image img {
    height: 370px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px
}

.screening-content {
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.screening-content h3 {
    font-size: 28px
}

section.about-guest.rev {
    background-color: #fff
}

section.about-guest.rev .screening-content {
    padding-left: 12px;
    padding-right: 5%
}

.features-content {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0 0 20px 2px #00000029;
    border-radius: 15px;
    height: 100%;
    text-align: center
}

.features-content img {
    height: 45px;
    object-fit: cover;
    margin-bottom: 20px;
    width: auto
}

.features-content h5 {
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 700;
    margin-bottom: 15px
}

section.cta-sec {
    padding-top: 60px;
    text-align: center;
    padding-bottom: 30px
}

section.cta-sec h5 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center
}

section.cta-sec img {
    width: 100%;
    max-width: 850px
}

section.cta-sec .col-3 {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center
}

section.faq .faq-head h2 {
    font-size: 36px;
    margin-bottom: 20px
}

section.faq .faq-head p {
    font-size: 20px;
    margin-bottom: 0
}

section.faq .faq-head {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.owl-carousel#services-slider .owl-nav button i,
section.faq .accordion-flush .accordion-item .accordion-button {
    font-size: 18px
}

section.faq span.ui-accordion__number {
    margin-right: 10px
}

.features-sec .col-4 {
    padding: 12px
}

.cta-sec .row {
    justify-content: center;
    gap: 25px 0
}

.abt-cont .abt-para p {
    padding-right: 20px
}

.how-we-value-heading {
    text-align: center;
    margin-bottom: var(--m40)
}

.andrea-abtimg,
section.faq .container-fluid {
    padding: 0
}

.direction .card-img img {
    width: 70px;
    display: flex;
    margin-bottom: var(--m10)
}

.direction .row {
    padding-top: var(--p5)
}

.direction .card-content p strong {
    font-size: var(--f16);
    color: var(--heading-color);
    text-align: left
}

.direction .card-content p {
    font-size: var(--f14);
    text-align: left;
    margin-bottom: 0
}

.direction .card-content p span {
    font-weight: 900
}

.direction .card-content strong {
    margin-top: var(--m5)
}

.direction .diection-card1 {
    border-top: 8px solid var(--secondary-color);
    padding: var(--p20);
    height: 100%;
    background: var(--white-color)
}

.direction .diection-card1:hover h4,
.direction .diection-card1:hover p,
.direction .diection-card1:hover strong,
.direction .diection-card2:hover p,
.direction .diection-card2:hover strong,
.direction .diection-card3:hover p,
.direction .diection-card3:hover strong,
.direction .diection-card4:hover p,
.direction .diection-card4:hover strong {
    color: #fff
}

.direction .col-3 {
    padding-left: 12px;
    padding-right: 12px
}

.direction h2 {
    text-align: center
}

.andrea-abtcont p,
section.prop-steps p {
    text-align: justify;
    hyphens: auto
}

.direction .diection-card2,
.direction .diection-card3 {
    border-top: 8px solid #8ae4e6;
    padding: var(--p20);
    height: 100%;
    background: var(--white-color)
}

.direction .diection-card2:hover,
.direction .diection-card3:hover {
    background: #8ae4e6
}

.direction .diection-card4 {
    border-top: 8px solid #fed5c4;
    padding: var(--p20);
    height: 100%;
    background: var(--white-color)
}

.direction .diection-card4:hover {
    background: #fed5c4
}

section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: var(--m30)
}

section.about-owner .call-us,
section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px
}

section.about-owner .call-area {
    display: block
}

section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid #b3b3b3;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center
}

section.experience-section .experience-details,
section.experience-section-rev .experience-details {
    box-shadow: 10px 10px 45px 0 rgba(0, 0, 0, .1);
    width: 700px;
    max-width: 700px;
    background-color: #f8f8f8e8;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: saturation
}

section.andrea-abt {
    position: relative;
    padding-bottom: 30px
}

.andrea-abtcont {
    padding: 0 var(--p20) 0 0
}

.andrea-abtcont h2.prop-h2 {
    text-transform: uppercase;
    font-size: 55px;
    color: var(--black-color)
}

.andrea-abtcont p {
    max-width: 563px
}

.andrea-abtimg img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 5px
}

section.prop-steps {
    position: relative
}

h2.prop-stepsh2 {
    font-size: 65px;
    line-height: 1;
    color: var(--black-color);
    margin: 20px 0 0;
    text-transform: uppercase
}

.propstep-cont h2 {
    font-size: 90px;
    text-align: center;
    color: var(--black-color);
    margin: 0;
    padding-bottom: 20px
}

.propstep-cont h6 {
    font-size: 20px;
    font-weight: 700;
    color: var(--black-color);
    margin: auto;
    text-align: center
}

section.experience-section,
section.experience-section-rev {
    background: #fff;
    padding-top: 20px
}

.perf-list i,
.rent_text i {
    background: #1d2d36;
    color: #fff;
    display: flex
}

section.experience-section .experience-content {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

section.experience-section .experience-details {
    padding: 50px;
    border-radius: 20px;
    margin-left: a;
    margin-right: -100px;
    background-image: url(../images/frame.png);
    background-position: bottom right;
    z-index: 2;
    text-align: center
}

.experience-details h3 {
    font-size: var(--f28)
}

.attractionlist h2,
.rent_sec h2 {
    font-size: var(--f30)
}

.perf-list {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 15px
}

.perf-list i {
    padding: 20px;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    justify-content: center;
    align-items: center
}

.perf-list p {
    text-align: left;
    margin-bottom: 0
}

section.experience-section .experience-image,
section.experience-section-rev .experience-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.main_box_rent {
    border: 1px solid #0000001a;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 0 38px 24px rgba(0, 0, 0, .1)
}

section.rent_sec .head-sec h2 {
    text-align: center;
    margin-bottom: 60px;
    color: var(--black-color)
}

section.rent_sec .row {
    gap: 30px 0
}

.rent_text {
    display: flex;
    gap: 15px;
    align-items: baseline;
    justify-content: start
}

.rent_text i {
    font-size: 20px;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    min-width: 40px;
    justify-content: center;
    align-items: center
}

.rent_content h6 {
    font-size: 22px;
    color: var(--black-color)
}

section.experience-section-rev .experience-content {
    padding-top: 100px;
    padding-bottom: 100px
}

section.experience-section-rev .experience-details {
    padding: 50px;
    border-radius: 20px;
    margin-left: -100px;
    background-image: url(https://www.rent-a-kent.com/front/images/frame.png);
    background-position: bottom right;
    text-align: center
}

section.attractionlist {
    padding: 60px 0;
    background: #fff
}

section.attractionlist .item {
    padding: 0 15px
}

section.attractionlist .pro-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 25px;
    border-radius: 12px
}

section.attractionlist .pro-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1d2d36;
    margin-bottom: 15px;
    line-height: 1.2
}

section.attractionlist .pro-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 0
}

.owl-carousel#services-slider .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    margin-top: 0
}

.owl-carousel#services-slider .owl-nav button {
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .8) !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: auto;
    transition: .3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3)
}

.owl-carousel#services-slider .owl-nav button:hover {
    background: #1d2d36 !important;
    transform: scale(1.1)
}

.owl-carousel#services-slider .owl-nav button.owl-prev {
    margin-left: -20px
}

.owl-carousel#services-slider .owl-nav button.owl-next {
    margin-right: -20px
}