@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #10100f;
    overflow-x: hidden;
}

:root {
    --black: #000;
    --white: #fff;
    --themeText: #10100f;
    --textColor: #575757;
    --themeColor: #bb3a43;
    --themeColor2: #121212;
}

a {
    white-space: initial;
    text-decoration: none;
    display: inline-block;
    color: var(--themeText);
}

a:hover {
    text-decoration: none;
    color: var(--themeColor);
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'AmericanCaptain';
    src: url(../fonts/AmericanCaptain.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-size: 88px;
    margin: 0 0 0px;
    font-weight: 500;
    line-height: 80px;
    color: var(--white);
    font-family: 'AmericanCaptain';
}

h2 {
    margin: 0 0 0px;
    font-size: 70px;
    font-weight: 500;
    color: var(--themeText);
    font-family: 'AmericanCaptain';
}

h3 {
    margin: 0 0 0px;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    font-family: 'AmericanCaptain';
}

h4 {
    color: #000;
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'AmericanCaptain';
}

h5 {
    color: #000;
    margin: 0 0 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'AmericanCaptain';
}

h6 {
    color: #000;
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--textColor);
    font-family: 'Montserrat';
}

.theme-btn-1 {
    gap: 15px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    border-width: 1px;
    width: fit-content;
    color: var(--white);
    border-style: solid;
    align-items: center;
    border-radius: 100px;
    transition: ease-in-out;
    justify-content: center;
    font-family: 'Montserrat';
    text-transform: uppercase;
    transition-duration: 0.5s;
    border-color: var(--white);
    padding: 6px 6px 6px 20px;
    background-color: var(--themeColor);
    box-shadow: 0px 11px 14px 0px rgba(2, 2, 2, 0.11);
}

.theme-btn-1 span {
    width: 44px;
    height: 44px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.theme-btn-1 span i {
    font-size: 18px;
    transition: ease-in-out;
    color: var(--themeColor);
    transition-duration: 0.5s;
}

.theme-btn-1:hover span img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(71%) saturate(1374%) hue-rotate(347deg) brightness(98%) contrast(95%);
}

.theme-btn-1:hover {
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
    border-color: rgb(255, 255, 255);
    background-color: var(--themeColor2);
}

.theme-btn-1:hover span {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.theme-btn-1:hover span i {
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme-btn-2 {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    padding: 18px 25px;
    border-radius: 60px;
    /* transition: ease-in-out; */
    text-transform: uppercase;
    /* transition-duration: 0.5s; */
    background-color: var(--themeColor);
}

.theme-btn-2:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2 {
    margin-bottom: 10px;
}

.section-heading p {
    width: 85%;
    margin: 0px auto;
    max-width: 1000px;
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1550px;
}

.add-padding-2 {
    width: 100%;
    margin: 0px auto;
    max-width: 2000px;
}


/*header css start */

.menuSection {
    padding: 3px 0;
}

.menuSection .row {
    align-items: center;
}

.header-logo {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.menuSec ul {
    gap: 4%;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    font-size: 14px;
    font-weight: 600;
    padding: 20px 5px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: 'Montserrat';
    color: var(--themeColor2);
    text-transform: uppercase;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--themeColor);
}

.menuSec ul li a::before {
    left: 0;
    right: 0;
    width: 0px;
    height: 1px;
    content: '';
    margin: auto;
    bottom: -16px;
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
}

.menuSec ul li a:hover::before,
.menuSec ul li a.active::before {
    width: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/*header css start */


/*banner css start */

.main_slider {
    padding: 100px 3%;
    position: relative;
}

.main_slider .add-padding {
    z-index: 1;
    position: relative;
}

.bannerSlider {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.bannerSlider .slick-slide {
    opacity: 1;
    margin: 0px;
    height: 100%;
}

.bannerSlider .slick-track,
.bannerSlider .slick-list {
    height: 100%;
}

.banner-slider-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-slider-img::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(18, 18, 18, 1) 0%, rgba(18, 18, 18, 0.95) 45%, rgba(18, 18, 18, 0.59) 61%, rgba(18, 18, 18, 0.55) 94%, rgba(18, 18, 18, 1) 100%);
}

.banner-slider-img::after {
    top: 0;
    left: 0;
    z-index: 1;
    width: 20%;
    content: '';
    height: 100%;
    opacity: 0.9;
    position: absolute;
    background-color: var(--themeColor);
}

.banner-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-slider-contorl {
    margin-top: 30px;
}

.banner-btn button {
    width: 30px;
    border: none;
    height: 40px;
    display: flex;
    color: #2c2c2c;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: transparent;
}

.banner-btn button:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
}

.banner_img-box .nike-zoom-silder-number {
    position: relative;
    bottom: 0;
    left: 0;
}

.slide_counter h2 {
    display: flex;
    height: 100%;
    width: 100px;
    font-size: 23px;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 10px;
    align-items: flex-end;
    justify-content: space-between;
}

.slide_counter h2.end_number {
    font-size: 20px;
    font-weight: 700;
}

.nike-zoom-silder-number span.start_number {
    font-size: 45px;
    font-weight: 500;
    line-height: 45px;
    color: var(--white);
}

.banner-slider-contorl {
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 340px;
    padding: 20px 45px;
    position: absolute;
    border-top-left-radius: 5px;
    border-top: 3px solid var(--white);
    border-left: 3px solid var(--white);
    background-color: var(--themeColor2);
}

.banner-slider-contorl .progress {
    display: block;
    width: 100%;
    height: 1px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #2a2a2a;
    background-image: linear-gradient(to right, var(--white), var(--white));
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0%;
}

.banner-slider-contorl .slide_counter {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.banner-slider-contorl .banner-btn {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.banner_text-content {
    z-index: 1;
    bottom: 70px;
    padding-left: 20px;
    margin-left: 220px;
    position: relative;
    border-left: 1px solid #484848;
}

.banner_text-content p {
    color: #8c8c8b;
    font-weight: 400;
    max-width: 390px;
    margin-bottom: 15px;
}


/*banner css end*/


/* inner-banner */

.inner-banner {
    display: flex;
    min-height: 450px;
    position: relative;
    align-items: center;
    justify-content: center;
    background-image: url(../images/inner-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inner-banner::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 0.85;
    position: absolute;
    background-color: var(--black);
}

.inner-banner .row {
    z-index: 1;
    position: relative;
}

.inner-banner-text h1 {
    text-align: center;
}


/* inner-banner */


/* about-sec */

.about-sec {
    padding: 100px 3%;
}

.about-img {
    gap: 20px;
    display: flex;
}

.about-img img {
    width: 48.5%;
    height: 500px;
    object-fit: cover;
    border-radius: 5px;
}

.about-img img.about-images-1 {
    object-position: right;
}

.about-img img.about-images-2 {
    margin-top: 100px;
}

.about-text h2 {
    position: relative;
}

.about-text h2::before {
    right: 0;
    width: 85%;
    content: '';
    height: 1px;
    bottom: 40px;
    position: absolute;
    background-color: #ebe7e6;
}

.about-text h2::after {
    right: 82%;
    width: 50px;
    content: '';
    height: 1px;
    bottom: 40px;
    position: absolute;
    background-color: var(--themeColor);
}

.about-text h2 span {
    right: 90px;
    display: block;
    position: relative;
}

.about-text h6 {
    bottom: 50px;
    font-size: 15px;
    text-align: end;
    margin-top: -20px;
    position: relative;
    font-family: 'AmericanCaptain';
}

.about-text p {
    margin-bottom: 20px;
}


/* about-sec */


/* why-choose-sec */

.why-choose-sec {
    padding: 100px 3%;
}

.why-choose-img {
    width: 100%;
    height: 400px;
    min-height: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.why-choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choose-text {
    padding-left: 25px;
}

.why-choose-text h2 {
    margin-bottom: 10px;
}

.why-choose-text p {
    margin-bottom: 15px;
}

.why-choose-text ul li {
    gap: 15px;
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-start;
    align-items: first baseline;
}

.why-choose-text ul li img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.why-choose-text ul li h5 {
    font-size: 20px;
}

.why-choose-text ul {
    margin-bottom: 25px;
}


/* why-choose-sec */


/*contact-page start*/

section.contact-pg {
    padding: 100px 0px;
}

section.contact-pg .custom-mt-5 {
    margin-top: 100px;
}

.cont-bx {
    padding: 70px 20px;
    border-radius: 5px;
    transition: ease-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.cont-bx:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.cont-bx h3 {
    width: 75%;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 11px;
    margin-bottom: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.cont-bx a {
    color: #fff;
}

.cont-bot-txt {
    text-align: center;
}

.cont-bot-txt h3 {
    color: #000;
    margin-bottom: 10px;
}

.cont-bot-txt p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.cont-bot-txt form input {
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    color: #000;
}

.cont-bot-txt form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    color: #000;
    height: 150px;
}

.cont-bot-txt form button {
    display: flex;
    align-items: center;
    color: #fff;
    width: fit-content;
    font-family: 'Montserrat';
    border-radius: 100px;
    border: 1px solid transparent;
    margin: 0 auto;
}

section.sponser-main-pg {
    padding: 100px 0px;
}

.sponser-txt-main h3 {
    font-size: 45px;
    font-weight: 300;
    color: #181818;
    line-height: 55px;
}

.sponser-txt-main h3 span {
    display: block;
}

.sponser-txt-main p {
    font-size: 14px;
    color: #181818;
}

section.peer-support.inn {
    background-color: unset;
}

section.how-it-work {
    padding-bottom: 100px;
}

.how-it-work-txt {
    text-align: center;
    margin-bottom: 40px;
}

.how-it-work-txt h3 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 400;
    color: #141414;
    margin-bottom: 10px;
}

.how-it-work-txt p {
    width: 50%;
    margin: 0 auto;
    font-size: 14px;
}

.main-bx-work {
    text-align: center;
    padding: 30px 20px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 32px 84px 0px rgba(16, 16, 16, 0.04);
}

.main-bx-work h4 {
    font-size: 25px;
    color: #fff;
    height: 50px;
    width: 50px;
    background-color: #b3242b;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.main-bx-work h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #141414;
}


/* contact */


/* product-sec */

.product-sec {
    padding: 100px 3%;
}

.product-heading {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 15px;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
}

.product-slider-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    justify-content: center;
}

.product-slider-btn button {
    width: 70px;
    height: 70px;
    display: flex;
    font-size: 20px;
    color: #b0b0b0;
    border-radius: 50%;
    align-items: center;
    transition: ease-out;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid #b0b0b0;
    background-color: var(--white);
}

.product-slider-btn button:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.product-box {
    padding: 5px;
    margin: 25px 0px;
    border-radius: 5px;
    border: 1px solid #cbcbca;
    background-color: var(--white);
}

.productSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.product-box .product-box-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 3px;
}

.product-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-box-text h4 {
    font-size: 25px;
    margin-bottom: 5px;
}

.product-box-text p {
    margin-bottom: 5px;
}

.product-box-list {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
}

.product-box-list li {
    width: 25%;
    display: flex;
    padding: 15px 5px;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e3e3;
    background-color: #f9fafb;
}

.product-box-list li h6 {
    font-size: 11px;
    color: #888888;
    text-transform: uppercase;
}

.product-box-list li h6 span {
    display: block;
    color: var(--themeText);
}

.product-box-text {
    padding: 15px;
}

.product-box-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-box-price li h5 span {
    display: block;
    font-size: 11px;
    margin: 5px 0px;
    color: #3b3b3b;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.product-box-price li h5 {
    font-size: 25px;
}

.product-box-text h6.commisson-line {
    font-size: 12px;
    color: #3b3b3b;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.product-tab {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
}

.product-tab .nav-link {
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 35px 15px;
    position: relative;
    color: var(--themeColor2);
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.product-tab .nav-tabs {
    border: none;
}

.product-tab .nav-tabs .nav-link.active,
.product-tab .nav-tabs .nav-item.show .nav-link {
    border: none;
    color: var(--themeColor2);
}

.product-tab .nav-tabs .nav-link:hover::before,
.product-tab .nav-tabs .nav-link.active::before {
    width: 100%;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.product-tab .nav-tabs .nav-link::before {
    left: 0;
    right: 0;
    width: 0%;
    content: '';
    height: 1px;
    margin: auto;
    bottom: -10px;
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.product-search {
    width: 100%;
    max-width: 440px;
    margin: 10px 0px;
    position: relative;
}

.product-search input {
    width: 100%;
    height: 65px;
    padding-left: 50px;
    padding-right: 25px;
    border-radius: 50px;
    font-family: 'Montserrat';
    background-color: #f7f7f7;
    border: 1px solid #d6d6d6;
}

.product-search input::placeholder {
    font-size: 10px;
    font-weight: 600;
    color: #a4a4a4;
    text-transform: uppercase;
}

.product-search button {
    top: 2px;
    bottom: 0;
    left: 20px;
    width: 18px;
    border: none;
    height: 18px;
    margin: auto;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.category-list {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    margin-top: 25px;
}

.category-list h5 {
    font-weight: 600;
    color: #8b0000;
    /* same red tone as buttons */
    font-size: 40px;
}

.category-list .list-group-item {
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
}

.category-list .list-group-item:hover {
    background-color: #f9f9f9;
    color: #8b0000;
}

.auction-timer {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    z-index: 2;
}

.product-box-img {
    position: relative;
    display: block;
}


/* product-sec */


/* product-detail-sec */

.product-detail-sec {
    padding: 100px 0px;
}

.product-detail-slider-img {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
}

.product-detail-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productDetailSlider .slick-slide {
    margin: 0px 10px;
}

.product-detail-slider-small-img {
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-radius: 10px;
}

.product-detail-slider-small-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productDetailSliderSmall {
    margin-top: 15px;
}

.productDetailSliderSmall .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.product-detail-text h3 {
    font-size: 45px;
    margin-bottom: 10px;
}

.product-detail-text p {
    margin-bottom: 20px;
}

.product-detail-tel {
    gap: 15%;
    display: flex;
    margin-top: 10px;
    align-items: center;
    margin-bottom: 25px;
    justify-content: flex-start;
}

.product-detail-tel li h4 {
    font-size: 25px;
}

.product-detail-tel li h4 span {
    display: block;
    font-size: 12px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.product-detail-text .product-box-list li {
    height: 80px;
}

.product-detail-box-value {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.product-detail-box-value li a.theme-btn-2 {
    padding: 18px 35px;
}

.product-detail-box-value li .min {
    width: 100%;
    display: flex;
    max-width: 160px;
    padding: 16px 10px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e3e3;
    background-color: #f9fafb;
}

.product-detail-box-value li .min button {
    border: none;
    font-size: 12px;
    color: var(--black);
    background-color: transparent;
}

.product-detail-box-value li .min input {
    width: 100%;
    border: none;
    max-width: 80px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: var(--black);
    background-color: transparent;
}

.product-detail-tel li a {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.product-detail-tel li a span {
    display: block;
}

.product-detail-tel li h6 {
    font-size: 12px;
    font-weight: 600;
    color: #3b3b3b;
    text-transform: uppercase;
}

.detail-text {
    margin-top: 50px;
}

.detail-text h3 {
    font-size: 45px;
    margin-bottom: 10px;
}

.detail-text p {
    margin-bottom: 20px;
}

.product-detail-text .auction-countdown {
    background: #8b0000;
    color: #fff;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

.product-detail-text .registration-info {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
}

.product-detail-text .min input[readonly] {
    background-color: #fff;
    cursor: default;
}

.product-detail-text .min button.minus:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}


/* product-detail-sec */


/* ready-sec */

.ready-sec {
    padding: 15px 0px;
    margin-bottom: 100px;
    background-image: url(../images/ready-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ready-text {
    max-width: 590px;
    border-radius: 5px;
    text-align: center;
    padding: 100px 30px;
    background-color: var(--themeColor);
}

.ready-text h2 {
    line-height: 65px;
    color: var(--white);
    margin-bottom: 15px;
}

.ready-text p {
    margin-bottom: 25px;
    color: var(--white);
}

.ready-text a {
    margin: 0px auto;
}


/* ready-sec */

.home-about {
    padding-bottom: 0px;
}


/* account */

.account-sec {
    padding: 100px 0px;
}

section.account-sec .waraper h5 {
    color: #af4c4c;
    font-size: 42px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}

section.account-sec .form {
    padding: 50px 30px;
    border-radius: 10px;
    background-color: #fff;
    transition: ease-in 0.5s;
    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.15);
}

section.account-sec .form:hover {
    background-color: #af4c4c;
    transition: ease-in 0.5s;
    /* border: 1px solid #fff; */
}

section.account-sec .form h5 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

section.account-sec .form:hover h5 {
    color: #fff;
    transition: ease-in 0.5s;
}

section.account-sec .form:hover button {
    color: #013220;
    transition: ease-in 0.5s;
    background-color: #fff;
}

section.account-sec .form:hover input {
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    transition: ease-in 0.5s;
    background-color: transparent;
}

section.account-sec .form:hover input::placeholder {
    color: #fff;
    transition: ease-in 0.5s;
}

section.account-sec .form:hover .form-check label {
    color: #fff;
    transition: ease-in 0.5s;
}

section.account-sec .form:hover .forget a.bnts {
    color: #fff;
    transition: ease-in 0.5s;
}

section.account-sec .form:hover .para p,
section.account-sec .form:hover .para p a {
    color: #fff;
    transition: ease-in 0.5s;
}

section.account-sec .form input {
    width: 100%;
    margin: 12px 0px;
    padding: 14px 20px;
    color: #59564f;
    border-radius: 10px;
    background-color: #fff;
    transition: ease-in 0.5s;
    border: 1px solid #e0dcdc;
}

section.account-sec .form input::placeholder {
    font-size: 16px;
    transition: ease-in 0.5s;
    color: #59564f;
}

section.account-sec .form button {
    width: 100%;
    border: 0px;
    color: #fff;
    padding: 15px 0;
    font-size: 16px;
    transition: 0.4s;
    font-weight: 500;
    border-radius: 50px;
    transition: ease-in 0.5s;
    text-transform: uppercase;
    background-color: #af4c4c;
}

section.account-sec .form button#login {
    margin: 10px 0px;
}

section.account-sec .form:hover .toggle-password {
    color: #fff;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #000;
}

section.account-sec .form-check input#rememberMe {
    width: auto;
    padding: 8px;
    margin-right: 10px;
    border-radius: 0px;
    transition: ease-in 0.5s;
    background-color: #fff;
    border: 1px solid #f2f2f2;
}

section.account-sec .form-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--themeText);
    transition: ease-in 0.5s;
}

section.account-sec .form-check label a {
    font-weight: 500;
    color: var(--themeColor);
    text-decoration: underline;
}

.form:hover .form-check label a {
    color: #fff;
}

section.account-sec .forget {
    display: flex;
    justify-content: space-between;
    transition: ease-in 0.5s;
    align-items: center;
}

section.account-sec .form-check {
    padding-left: 0px !important;
    transition: ease-in 0.5s;
}

section.account-sec .form button:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    transition: ease-in 0.5s;
}

section.account-sec .forget a.bnts {
    font-size: 16px;
    color: #a7a7a7;
    transition: ease-in 0.5s;
}

section.account-sec .forget a.bnts:hover {
    color: #000;
}

section.account-sec .form-check input#rememberMe:focus {
    outline: 0px !important;
    box-shadow: unset;
}

section.account-sec .form-check-input:checked[type="checkbox"] {
    filter: brightness(0);
    background-color: transparent !important;
    transition: ease-in 0.5s;
}

section.account-sec .form .para p {
    font-size: 14px;
    color: #000;
    margin-bottom: 16px;
    transition: ease-in 0.5s;
    padding-left: 3px;
}

section.account-sec .form .para p a {
    font-weight: 600;
    transition: 0.4s;
    color: #af4c4c;
    text-decoration: underline;
}

section.account-sec .form .para p a:hover {
    color: #ffff;
    transition: ease-in 0.5s;
}

.forms .form-check {
    display: flex;
    gap: 3px;
    align-items: center;
}

.forms .form-check input {
    border-radius: 3px;
    width: 20px !important;
    height: 20px !important;
    padding: 0px !important;
}


/* account sec */


/* how-it-works-sec */

.how-it-works-sec {
    padding: 0px 3%;
}

.how-it-works-sec .add-padding {
    overflow: hidden;
}

.how-it-works-text {
    position: relative;
    padding: 0px 50px 50px 0px;
}

.how-it-works-text::before {
    left: 0;
    bottom: 0;
    width: 110%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #cccccc;
}

.how-it-works-text::after {
    bottom: 0;
    width: 1px;
    right: 20px;
    height: 65%;
    content: '';
    position: absolute;
    background-color: #cccccc;
}

.how-it-works-text span {
    width: 70px;
    height: 70px;
    display: flex;
    font-size: 24px;
    border-radius: 50%;
    align-items: center;
    color: var(--white);
    justify-content: center;
    font-family: 'AmericanCaptain';
    background-color: var(--themeColor);
}

.how-it-works-text h4 {
    max-width: 270px;
    margin: 15px 0px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.how-it-works-text p {
    max-width: 265px;
    color: #868686;
    margin-bottom: 20px;
}

.how-it-works-text.last-box::after {
    display: none;
}


/* how-it-works-sec */


/* blog-sec */

.blog-sec {
    padding: 100px 3% 50px;
}


/* blog-detail-sec */

.blog-detail-box {
    position: relative;
}

.blog-detail-box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-detail-box-text {
    top: -80px;
    width: 90%;
    margin: auto;
    max-width: 1100px;
    margin-top: -100px;
    position: relative;
    padding: 60px 35px;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: -0.07px 1.999px 32px 0px rgba(216, 216, 216, 0.42);
}

.blog-detail-box-text h5 {
    font-size: 20px;
    color: #3a3937;
}

.blog-detail-box-text h3 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 10px;
    color: var(--themeText);
}

.blog-detail-box-text p {
    color: #7c7c7c;
    margin-bottom: 25px;
}


/* blog-detail-sec */


/* testi-sec */

.testi-before-sec {
    position: relative;
}

.testi-before-sec::before {
    right: 0;
    bottom: 0;
    content: '';
    width: 150px;
    height: 100px;
    position: absolute;
    background-image: url(../images/testibefore.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.testi-sec {
    overflow-x: hidden;
    padding: 0px 4% 100px;
}

.testiSlider {
    width: 100vw;
    max-width: 2000px;
}

.testiSlider .slick-active {
    opacity: 1;
}

.testiSlider .slick-current .testi-text {
    border-radius: 10px;
    background: var(--themeColor);
}

.testiSlider .slick-current .testi-text p {
    color: #fff;
}

.testiSlider .slick-current .testi-text i {
    color: #fff;
}

.testi-text {
    border-radius: 5px;
    position: relative;
    margin-bottom: 25px;
    transition: ease-out;
    border-radius: 10px;
    padding: 35px 35px 50px;
    transition-duration: 0.5s;
    background-color: rgb(255, 255, 255);
    box-shadow: 19.799px 19.799px 51px 0px rgba(0, 0, 0, 0.05);
}

.testi-text::before {
    top: 25px;
    right: 40px;
    width: 60px;
    content: '';
    height: 60px;
    position: absolute;
    background-image: url(../images/testi-quote.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.testi-text p {
    position: relative;
    transition: ease-out;
    margin-top: 25px;
    transition-duration: 0.5s;
}

.testi-text p::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100px;
    height: 70px;
    margin: auto;
    position: absolute;
    background-image: url(../images/testi-quote-2.png);
}

.testi-text span i {
    color: #fe7b55;
    transition: ease-out;
    transition-duration: 0.5s;
}

.testi-img {
    gap: 15px;
    display: flex;
    align-items: center;
}

.testi-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.testi-img h5 {
    text-transform: uppercase;
}

.testi-img h5 span {
    font-size: 12px;
    color: var(--themeColor);
}

.testiSlider .slick-current .testi-img img {
    border: 3px solid var(--themeColor);
}


/* testi-sec */


/* footer starts  */

footer.footer-sec {
    color: var(--white);
    background-color: var(--themeColor2);
}

.footer-space {
    padding: 0px 3%;
}

footer.footer-sec .container-fluid {
    padding: 60px 0% 50px;
}

footer.footer-sec a,
footer.footer-sec p {
    color: #898989;
    transition: all 0.3s ease;
}

.footer_links h5 {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: var(--white);
    padding: 0 0 20px 0;
    text-transform: uppercase;
}

.footer_links h5::before {
    content: "";
    width: 130px;
    height: 1px;
    position: absolute;
    background-color: #494949;
    bottom: 0;
    transition: all 0.3s ease;
    left: 0;
}

footer.footer-sec h5:hover::before {
    background-color: #af4c4c;
    width: 150px;
}

.footer_logo a img {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #494949;
    transition: all 0.3s ease;
    width: 50%;
}

.footer_logo a:hover img {
    opacity: 0.8;
    border-bottom-color: #af4c4c;
}

.footer_links ul {
    margin: 30px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer_logo>p {
    padding: 20px 0;
    transition: all 0.3s ease;
}

.footer_logo:hover>p {
    color: #d1d1d1;
}

.footer_logo {
    padding: 0 100px 0 0;
}

ul.footer_social_links {
    display: flex;
    gap: 20px;
    padding: 20px 0 0 0;
}

ul.footer_social_links li a {
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    color: var(--white);
    border-radius: 50%;
    transition: all 0.3s ease;
    background-color: var(--themeColor);
}

ul.footer_social_links li a:hover {
    color: var(--themeColor);
    transform: translateY(-3px);
    background-color: var(--white);
}

.footer_links ul a {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 0 0 9px 0;
    transition: all 0.3s ease;
    position: relative;
}

.footer_links ul a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #af4c4c;
    transition: width 0.3s ease;
}

.footer_links ul a:hover {
    color: var(--white);
    padding-left: 5px;
}

.footer_links ul a:hover::after {
    width: 100%;
}

.footer_links ul a:hover i {
    color: var(--themeColor);
}

.copy-right-row {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.copy-right-row:hover {
    color: #d1d1d1;
}

.footer-social-links h5 {
    font-size: 20px;
    color: white;
    font-weight: 500;
    position: static !important;
    text-transform: uppercase;
    padding: 20px 0 0 0 !important;
}

.copy_right_row_wrapper {
    border-top: 1px solid #494949;
    transition: all 0.3s ease;
}

.copy_right_row_wrapper:hover {
    border-top-color: var(--themeColor);
}


/* footer ends */


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/


/* Vandor Page */


/* agent-profile Starts */

section.active-listings {
    margin: 100px 0;
}

a.back-butotn {
    color: black;
    font-weight: 400;
    font-weight: 500;
}

.agent-profile-btn-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.agent-profile-reviews {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30%;
}

.agent-profile-reviews p {
    color: #8b8b8b;
    margin: 0 0 0 10px;
}

.agent-profile-reviews i.fas.fa-star {
    color: #fbb040;
}

.agent-profile-reviews-social-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
}

.agent-profile-links>div {
    width: 33.3%;
}

.agent-profile-pic {
    border-radius: 20px;
    overflow: hidden;
}

.agent-profile-social-links ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.agent-profile-social-links li {
    margin: 0 7px;
}

.agent-profile-social-links a {
    color: black;
    margin: 5px;
    font-size: 20px;
}

.sold-properties-table table {
    width: 100%;
}

tr.sold-properties-table-top {
    background: #0c0c0c;
    height: 60px;
    text-align: center;
    color: #fff;
}

.agent-profile-pic img {
    width: 100%;
}

.agent-profile {
    padding: 100px 0 80px;
}

.product-sec.vendor-auction {
    padding: 50px 0 80px;
}

.agent-profile-txt {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #0000003d;
}

.agent-profile-txt a {
    color: #666;
    font-size: 20px;
    font-weight: 600;
}

.agent-profile-txt p {
    margin: 20px 0 0px 0;
}

.agent-profile-links {
    border-bottom: 1px solid #00000047;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.agent-profile-links h6 {
    margin: 5px 0 0;
    font-size: 20px;
}

.agent-profile-links a {
    color: black;
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

.agent-name,
.agent-mobile,
.agent-address,
.agent-pffilce-num,
.agent-license-number,
.agent-mail,
.agent-Website,
.agent-phone-num {
    margin: 0 0 20px 0;
}

.listing-card-location-icon {
    position: absolute;
    top: 20px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

.listing-card-location-icon a {
    background-color: #1777c7;
    color: white;
    padding: 2px 13px;
    border-radius: 50px;
    font-size: 9px;
    margin: 0 40px 0 0;
}

.listing-card-location-icon i.far.fa-heart {
    background-color: #afb3bd;
    padding: 5px;
    border-radius: 50px;
    color: white;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 30px;
    width: 30px;
    font-size: 16px;
}

.listing-card-location i.fas.fa-map-marker-alt {
    font-size: 22px;
    color: #1777c7;
    margin: 10px 0;
}

.listing-card-location a {
    font-size: 18px;
    color: #8b8b8b;
    letter-spacing: -0.4px;
    font-weight: 400;
}

.listing-card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 10px 0;
}

.listing-card-room,
.listing-card-bath,
.listing-card-size {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listing-card-room i,
.listing-card-bath i,
.listing-card-size i {
    color: #1777c7;
}

.listing-card-room p,
.listing-card-bath p,
.listing-card-size p {
    font-size: 13px;
    margin: 0 0 0 5px;
    color: #8b8b8b;
}

.listing-card-price a {
    font-size: 13px;
    color: #1777c7;
    margin: 0 0 0 10px;
    font-weight: 500;
}

.listing-card-price i {
    background-color: #1777c7;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    color: white;
}

.listing-card-price {
    display: flex;
    align-items: center;
}

.listing-card-location-icon img {
    width: 100%;
}

.listing-card-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: -2px -2px 11px 0px #00000029;
}

.listing-card-txt {
    padding: 20px 10px;
    box-shadow: 2px 2px 10px 2px #00000038;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.listing-card-txt h4 {
    font-size: 22px;
    font-weight: bold;
}

.active-listings .slick-track {
    padding: 30px 0;
}

.active-listings .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 100%;
    margin: 0 15px;
}

.active-listings-tab-slider {
    padding: 40px 40px 30px 40px;
    border: 1px solid black;
    border-radius: 20px;
}

.active-listings .nav-pills .nav-link.active,
.active-listings .nav-pills .show>.nav-link {
    position: relative;
    color: #1777c7;
    background-color: transparent;
}

.active-listings .nav-link {
    color: black;
}

.active-listings .nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 15px;
    border-bottom: 2px solid #1777c7;
    width: 40%;
}

.active-listings .tab-content>.tab-pane {
    padding: 6px 12px;
    border: 0;
    height: 0;
    display: block !important;
}

.active-listings .tab-content>.active {
    height: auto;
}

.listing-slider>.slick-list {
    padding-right: 6%;
}

.average-user-rating h5 {
    font-size: 25px;
    color: black;
    font-weight: bold;
}

.rating-count {
    display: flex;
    align-items: center;
    justify-content: start;
}

.rating-count h2 {
    font-size: 50px;
    color: black;
}

.rating-count p {
    font-size: 22px;
    color: #8b8b8b;
}

.rating-stars i.fas.fa-star {
    background: #ffb30d;
    color: white;
    padding: 10px;
    margin: 0 5px;
    font-size: 30px;
    border-radius: 5px;
}

.average-user-rating {
    padding: 30px;
    border: 1px solid #008fff;
}

.rating-breakdown-heading h4 {
    font-size: 25px;
    color: black;
    font-weight: bold;
}

.rating-breakdown-percent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rating-breakdown-line {
    border-bottom: 3px solid #ffb30d;
    width: 80%;
}

.rating-breakdown-line-colorless {
    border-bottom: 3px solid #aeaeae;
    width: 80%;
}

.rating-breakdown-percentage p {
    color: #8b8b8b;
    margin: 0;
}

.rating-breakdown-stars i {
    color: #ffb30d;
}

.most-recent-reviews-heading h1 {
    margin: 80px 0 0 0;
}

.most-recent-reviews-card {
    display: flex;
    margin: 50px 0;
}

.most-recent-reviews-txt {
    margin: 0 0 0 20px;
}

.most-recent-reviews-txt h5 {
    font-size: 22px;
    color: black;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.most-recent-reviews-txt h6 {
    font-size: 16px;
    font-weight: 400;
    color: black;
    margin: 0 0 10px 0;
    line-height: 32px;
}

.most-recent-reviews-txt p {
    font-size: 16px;
    color: #8b8b8b;
}

.most-recent-reviews-txt-stars {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stars i.fas.fa-star {
    color: #fbb040;
}

.most-recent-reviews-heading::before {
    content: "";
    position: absolute;
    top: 59px;
    left: 0;
    width: 21%;
    border-bottom: 3px solid #1777c7;
}

.most-recent-reviews-heading {
    border-bottom: 1px solid #00000045;
    position: relative;
}

.most-recent-reviews-comment p {
    color: #8b8b8b;
}

.most-recent-reviews-comment a {
    color: #1777c7;
}

.rateing-reviews-comments {
    border: 2px solid #00000040;
    padding: 30px;
    border-radius: 20px;
}

section.rateing-reviews {
    margin: 100px 0;
}

section.bannner .listing-card-location-icon {
    left: 0;
    justify-content: end;
    padding: 0 20px;
}

.properte-slider .slick-next {
    right: 50px;
}

.properte-slider .slick-next:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 60px;
}

.properte-slider .slick-prev:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 60px;
}

.properte-slider .slick-prev {
    left: 50px;
    z-index: 99;
}

.listing-card {
    margin-bottom: 50px;
}

.properte-slider img {
    height: 580px;
    width: 100%;
}

.map iframe {
    height: 1003px;
    border-radius: 15px;
    margin: 0;
}

.map-1 iframe {
    width: 100%;
    height: 500px;
}

tr.sold-properties-table-top th {
    width: 20%;
}

.sold-properties-location a {
    color: #707070;
    font-weight: 400;
    font-size: 16px;
}

tr.tab-img {
    text-align: center;
    border-bottom: 1px solid #0006;
}

.sold-properties-location {
    margin-top: 10px;
}

.sold-properties-location i {
    color: #1777c7 !important;
    font-size: 20px !important;
}

.sold-properties-table i {
    color: #60de62;
    font-size: 25px;
}

tr.tab-img td {
    padding: 20px 0px;
    color: #707070;
    font-weight: 500;
    font-size: 16px;
}

a.back-butotn i {
    margin-right: 10px;
}


/* agent-profile Ends */

.vender-page {
    padding: 100px 0;
}

.vendor-box {
    padding: 10px;
    border: 1px solid #989898;
    border-radius: 10px;
    margin: 15px 0;
}

.vendor-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.vendor-content {
    padding: 20px 0 0;
}

.vendor-content h4 {
    font-size: 30px;
}

.vendor-content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
    row-gap: 10px;
}

.vendor-content ul li {
    width: 50%;
}

.vendor-content ul li:first-child {
    width: 100%;
}

.vendor-content ul li i {
    color: #bb3a43;
}

.vendor-content a.theme-btn-2 {
    width: 100%;
    text-align: center;
    border-radius: 10px;
}

.vendor-content .agent-profile-reviews {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: -30px;
}

.vendor-search {
    padding: 30px 0;
}

.vendor-search form {
    max-width: 600px;
    margin: 0 auto;
}

.vendor-search .input-group {
    border-radius: 50px;
    overflow: hidden;
}

.vendor-search .form-control {
    border: 2px solid var(--themeColor);
    padding: 15px 20px;
    font-size: 14px;
}

.vendor-search .form-control:focus {
    border-color: var(--themeColor);
    box-shadow: 0 0 0 0.2rem rgba(187, 58, 67, 0.25);
}

.vendor-search .search-btn {
    border: 2px solid var(--themeColor);
    background-color: var(--themeColor);
    color: white;
    border-radius: 50px;
    padding: 15px 25px;
}

.vendor-search .search-btn:hover {
    background-color: var(--themeColor2);
    border-color: var(--themeColor2);
    color: white;
}

.vendor-pag {
    padding: 50px 0 100px;
}

.agent-profile-reviews i {
    color: #ffc107;
    margin-right: 3px;
}

.agent-profile-reviews p {
    margin: 0;
    color: var(--textColor);
    font-size: 13px;
}


/* Vendor Page */