/*-- common style start --*/
body {
    padding-top: 66px;
    font-family: "Open Sans", sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

h2.main-heading {
    font-size: 48px;
    color: #101010;
    line-height: 55px;
    font-weight: bold;
}

h3.main-heading-small {
    font-size: 30px;
    color: #101010;
    line-height: 1.5;
    font-weight: 700;
}

p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
    font-weight: normal;
    color: #444444;
}

p.large {
    font-size: 18px;
}

.container {
    max-width: 1260px;
}

.fw-light {
    font-weight: 300;
}

.fw-bold {
    font-weight: bold;
}

.layout-padding {
    padding: 100px 0;
}

.layout-padding-small {
    padding: 60px 0;
}

.light-sky-bg {
    background: #F1F5F9;
}

.button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    margin-top: 32px;
}

.button-group .btn {
    color: #ffffff;
}

.btn.main-btn {
    background: #25B671;
    min-width: 205px;
    height: 55px;
    display: inline-block;
    padding: 13px 25px;
    border: solid transparent 1px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
}

.btn.main-btn.border-btn-white {
    border-color: #ffffff;
    background: transparent;
}

.btn.main-btn:hover,
.btn.main-btn:focus {  
    background: #0064C7;
}

.btn.main-btn.border-btn-white:hover,
.btn.main-btn.border-btn-white:focus {
    border-color: #0064C7;
}

.blue-bg {
    background: linear-gradient(90deg,rgba(0, 102, 204, 1) 0%, rgba(0, 82, 163, 1) 100%);
}

.blue-bg .btn.main-btn:hover,
.blue-bg .btn.main-btn:focus {
   color: #ffffff;
   border-color: #ffffff;
   background-color: transparent;
}

.readmore-txt,.readmore-txt:hover,.readmore-txt:focus {
    color: #444444;
}

/*-- common style start --*/

/*-- header start --*/
header {
    box-shadow: none;
}

.hero-section {
    background: url(/images/img-hero-fsbo.webp) no-repeat center center / cover;
    position: relative;
    min-height: 640px;
    text-align: center;
    display: flex;
    align-items: center;
}
/*-- header end --*/

/*-- banner start --*/
.hero-section:after {
    pointer-events: none;
    content: "";
    background: #101823;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.hero-section .hero-content {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.hero-content h2 {
    color: #ffffff;
    font-size: 48px;
    line-height: 1.5;
    font-weight: 700;
}

.hero-content p {
    color: #ffffff;
    margin-top: 20px;
}

.hero-section .hero-content .btn.main-btn {
    color: #ffffff;
    gap: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating-items {
   width: 100%;
   margin: 30px 0 0 0;
}

.rating-items ul {
    margin: 0;
    padding: 30px 0 0 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.rating-items ul li {
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 10px;
    padding: 5px 0;
}

.rating-items ul li p {
    margin: 0;
}

.rating-items ul li + li {
    border-left: solid #ffffff 1px;
    border-right: solid #ffffff 1px;
    padding: 0 30px;
    margin: 0 30px;
}

.rating-items ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rating-start {
    display: flex;
    color: #FACC15;
    font-size: 16px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 2px;
}
/*-- banner end --*/

/*-- live start --*/
.live-section {
    background: linear-gradient(90deg,rgba(0, 102, 204, 1) 0%, rgba(0, 82, 163, 1) 100%);
    min-height: 55px;
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.live-section p {
    color: #ffffff;
    margin: 0;
    font-weight: 500;
    font-size: 20px;
}

.live-section .avtar {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 32px;
}

.live-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
/*-- live end --*/

/*-- partner logos start --*/
.partner-logo p {
   line-height: 56px;
   color: #444444;
}
/*-- partner logos end --*/

/*-- home sale section start --*/
.feature-carousel {
    width: 100%;
}
.card-column {
    padding: 20px;
    background: #ffffff;
    margin-top: 30px;
    height: calc(100% - 30px);
    border-radius: 12px;
}
.feature-carousel .card-column h3 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 12px;
}
.feature-carousel .card-column p {
    margin-bottom: 0;
}
.owl-nav {
    justify-content: center;
    display: flex;
    margin-top: 50px;
    gap: 15px;
}
.owl-nav button {
    width: 60px;
    height: 60px;
    background: #D8EBFF !important;
    color: #70A9E2 !important;
    border-radius: 60px;
    border: none !important;
    box-shadow: none !important;
    margin: 0;
    transition: ease all 0.25s;
}
.owl-nav button span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-nav button:hover,
.owl-nav button:focus,
.owl-nav button:focus-visible {
    background: #0066CC !important;
    color: #ffffff;
    outline: none;
}
.icon-skyblue {
    width: 42px;
    height: 42px;
    background: #D8EBFF;
    color: #0066CC;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    border-radius: 42px;
}
.owl-carousel .owl-item .icon-skyblue img {
    width: auto;
}
.owl-nav button:hover path,
.owl-nav button:focus path {
   fill: #ffffff;
}
/*-- home sale section end --*/

/*-- price section start */
.price-column {
    border: solid #E5E7EB 1px;
    border-radius: 24px;
    padding: 24px 24px 30px;
    display: flex;
    flex-flow: column;
    margin: 30px 0 20px;
}
.price-column span.label {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    line-height: normal;
}
.price-column h2.main-heading {
    font-size: 62px;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    margin-top: 15px;
}
.price-column h2.main-heading span.cancel-price {
    font-size: 20px;
    font-weight: 400;
    text-decoration: line-through;
}
.price-column a.btn.main-btn {
    background: transparent;
    border: solid #0066CC 1px;
    color: #0066CC;
}
.price-column a.btn.main-btn:hover,
.price-column a.btn.main-btn:focus {
    background-color: #0066CC;
    color: #ffffff;
}
.price-column ul {
    list-style: none;
    padding: 0;
    border: none !important;
    margin: 30px 0 0 0;
}
.price-column ul li {
    display: flex;
    align-items: center;
    color: #444444;
    gap: 12px;
}
.price-column ul li img {
    border-radius: 24px;
    background-color: #ffffff;
}
.price-column ul li i {
    font-size: 18px;
    color: #666666;
}
.price-column ul li i.fa-check {
   color: #0066CC;
}
.price-column ul li + li {
    margin: 12px 0 0 0;
}
.price-column ul li.full-list {
    justify-content: space-between;
}
.price-column ul li.full-list span {
    display: flex;
    align-items: center;
    gap: 12px;
}
.read-more-btn {
    text-align: center;
    color: #222222;
    font-size: 15px;
    line-height: 28px;
    margin-top: 24px;
    text-decoration: underline;
}
.read-more-btn:hover {
    text-decoration: none;
}
.price-column.active {
    background: #0064C7;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
    border-color: transparent;
    position: relative;
    left: 0;
}
.price-column.active .label {
    background: #A3DC2F;
    color: #101010 !important;
    border: solid #ffffff 2px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 152px;
    border-radius: 45px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 10px;
}
.price-column.active span.label,.price-column.active h2.main-heading,
.price-column.active ul li i,.price-column.active ul li {
    color: #ffffff;
}
.price-column.active a.btn.main-btn.white-btn {
    background: #ffffff;
    border-color: transparent;
}
.price-column.active a.btn.main-btn:hover,
.price-column.active a.btn.main-btn:focus {
    background-color: #0066CC;
    border-color: #ffffff;
    color: #ffffff;
}
.price-column.active .read-more-btn {
    color: #ffffff;
}
.readless {
    display: none;
}
.btn-readless .readmore {
   display: none;
}
.btn-readless .readless {
    display: block;
}
/*-- price section end --*/

/*-- testimonials start --*/
.owl-testimonials {
    margin: 40px 0 0 0;
}
.owl-testimonials .testimonials-column {
    border-radius: 20px;
    padding: 20px 20px 40px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
}
.owl-testimonials .testimonials-column > * {
    position: relative;
    z-index: 1;
}
.owl-testimonials .testimonials-column:after {
    content: "";
    background: url(/images/qoute-icon.png) no-repeat bottom right;
    width: 117px;
    height: 83px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    pointer-events: none;
    z-index: 0;
}
.testimonials-column p {
    color: #101010;
}
.testimonials-column span.rating-start {
    justify-content: flex-start;
}
.owl-testimonials .testimonials-column p + p {
    margin-bottom: 10px;
}
.owl-testimonials .item {
    padding: 0 10px 15px 10px;
}
.owl-testimonials .testimonials-column p + p {
    margin-top: 50px;
}
/*-- testimonials end --*/

/*-- Faq section start --*/
#faq-accordion {
    margin-top: 40px;
}
.accordion .card-header h2 button::after {
    font-family: 'FontAwesome';
    font-weight: 900;
    content: "\f107";
    float: right;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    height: 25px;
    display: flex;
    align-items: center;
    color: #2563EB;
    font-size: 25px;
}
.accordion .card-header h2 button[aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion .card .card-header {
    padding: 0;
}
.accordion .card-header h2 {
    padding: 0;
}
.accordion .card-header h2 button {
    font-size: 20px;
    color: #101010;
    font-weight: 700;
    padding: 24px 0;
    text-decoration: none;
    white-space: normal;
    text-align: left;
    line-height: normal;
    align-items: flex-start;
}
.accordion .card {
    border-color: #E2E8F0;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 0;
}
.accordion .card .collapse {
    border: none;
}
.accordion .card .card-header {
    background: transparent;
    border: none;
}
.accordion .card .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    font-size: 18px;
}

/*-- Faq section end --*/

/*-- About us section start --*/
.aboutus p {
    color: #101010;
    line-height: 1.5;
}
.aboutus ul {
    margin: 0;
    list-style: auto;
    padding: 0 0 0 20px;
}
/*-- About us section end --*/

/*-- footer start --*/
footer {
    background: #111827;
    padding: 40px 0;
}
footer p {
    margin: 0;
}
.footer-inner-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}
/*-- footer end --*/

/*-- Responsive Style --*/

@media (min-width: 992px) {
    .price-column.active {
        transform: scale(1.05);
    }
    .price-column {
        margin: 50px 0 40px;
    }
}

@media (min-width: 768px) {
    .feature-carousel {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .price-column .collapse {
        display: block;
    }
}

@media (max-width: 991px) {

.hero-content h2 {
    font-size: 32px;
    line-height: normal;
}

.layout-padding {
    padding: 60px 0;
}

.layout-padding-small {
    padding: 40px 0;
}

h2.main-heading {
    font-size: 30px;
    line-height: 1.5;
}

h3.main-heading-small {
    font-size: 24px;
    line-height: normal;
}

.owl-testimonials {
    margin: 30px 0 0 0;
}

.owl-nav {
    margin-top: 55px;
}

}

@media (max-width: 767px) {

body {
    padding-top: 0;
}

.price-column ul li.full-list {
    flex-wrap: wrap;
}

.price-column ul li {
    line-height: normal;
    font-size: 15px;
}

.price-column ul li i {
    font-size: 16px;
}

.price-column ul li + li {
    margin: 15px 0 0 0;
}

.live-section .avtar {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 92px;
}

.price-column ul li img.redfin-logo {
    width: 65px;
}

.price-column {
    margin: 30px 0 0;
}

}

@media (max-width: 575px) {

.button-group a.btn.main-btn {
    width: 100%;
    max-width: 285px;
}

.rating-items {
    justify-content: center;
    display: flex;
}

.rating-items ul {
    max-width: 350px;
}

.rating-items ul li + li {
    border-left: solid #ffffff 1px;
    border-right: none;
    padding: 0 0 0 30px;
    margin: 0 0 0 30px;
}

.rating-items ul li:last-child {
    margin-top: 30px;
}

.partner-logo img.img-fluid,.partner-logo p {
    margin-top: 20px;
}

.accordion .card-header h2 button {
    font-size: 18px;
    padding: 24px 0 20px;
}

.accordion .card .card-body {
    font-size: 16px;
}

}

@media (max-width: 420px) {
    .pull-right.hdrightbtn {
        justify-content: space-between;
        display: flex;
    }
}

