@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Adobe Garamond Bold';
    src: url('fonts/AGaramondPro-Bold.eot');
    src: url('fonts/AGaramondPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/AGaramondPro-Bold.woff') format('woff'),
        url('fonts/AGaramondPro-Bold.ttf') format('truetype');

}

@font-face {
    font-family: 'Adobe Garamond Regular';
    src: url('fonts/AGaramondPro-Regular.eot');
    src: url('fonts/AGaramondPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AGaramondPro-Regular.woff') format('woff'),
        url('fonts/AGaramondPro-Regular.ttf') format('truetype');

}

body {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 500 !important;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 23px;
}

html {
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold {
    font-family: 'Adobe Garamond Bold', sans-serif;
}

.heading-font {
    font-family: 'Adobe Garamond Bold', sans-serif;
}

.heading-reg {
    font-family: 'Adobe Garamond Regular', sans-serif;
}

.font-normal {
    font-family: 'Raleway', sans-serif !important;
}

main {
    padding-top: 90px;
}

/*theme color*/
a {
    transition: 0.5s;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #fdcf7a !important
}

a.hover-warning:hover {
    color: #fdcf7a !important
}

.site-content {
    background: #141414
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
    line-height: 18px;
}

.font-16 {
    font-size: 16px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px
}

.font-26 {
    font-size: 26px
}

.font-28 {
    font-size: 28px;
    line-height: 40px;
}

.font-30 {
    font-size: 30px
}

.font-32 {
    font-size: 32px
}

.line-height-inherit {
    line-height: inherit
}

.btn {
    transition: 0.5s;
    border-radius: 7px;
    font-weight: 600;
}

.bg-black {
    background: #000;
}

.bg-warning {
    background-color: #e9c067 !important;
}

.bg-warning-light {
    background-color: #f8f3db;
}

.text-warning {
    color: #fdcf7a !important
}

.text-dark {
    color: #535353 !important;
}

.text-success {
    color: #00ebcc !important
}

.text-secondary {
    color: #9c9c9c !important;
}

.text-dark-2 {
    color: #667f85
}

button:focus {
    outline: 0
}

.cursor-pointer {
    cursor: pointer
}

.heading-2 {
    color: #fdcf7a;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 28px;
}

.heading-2 .light-title {
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 1px;
}

#MenuId_0 .nav-link {
    display: block
}

.rounded-8 {
    border-radius: 8px
}

.opacity-5 {
    opacity: 0.4
}

.object-cover {
    object-fit: cover
}

.text-warning {
    color: #e9c067 !important
}

.btn-success {
    background: #00ebcc !important;
    border-color: #00ebcc
}

.btn-secondary {
    color: #5ce1cf;
    background: #595959;
    border: 0;
}

.bg-success-1 {
    background: #b5f2ea;
}

/*Header*/
header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.header-nav {
    background: #1a1a1a;
}

.header-nav .navbar-nav .nav-item {
    margin-right: 1px;
}

.header-nav .navbar-brand img {
    transition: 0.5s;
}

.header-nav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: #fff
}

.header-nav .navbar-nav .nav-item .nav-link .link {
    border-right: 1px solid #fff;
    padding-right: 15px;
    font-family: 'Adobe Garamond Regular', cursive;
}

.header-nav .navbar-nav .user-dd .dropdown-toggle::after {
    border: 0
}

.header-nav .navbar-nav .user-dd .nav-link {
    font-size: 26px;
}

/*.fixed-header {background: #0e0d0a}*/
.fixed-header .navbar-brand img {
    width: 50px !important
}

nav.navbar {
    transition: 0.5s;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #6d6d6d;
}

.secondary-nav {
    background: #e9c067;
    width: fit-content;
    margin-left: auto;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.secondary-nav .nav-link {
    padding: 0;
    color: #000;
    font-size: 15px;
    border-right: 1px solid #3e3e3e;
}

.secondary-nav .nav-link:hover {
    color: #fff !important;
}

/*Home page*/
.submit-interest {
    background: #b5f2ea
}

.submit-interest .select-list-card {
    background: #f3d89566;
}

.submit-interest .select-list-card .custom-checkbox .custom-control-label::before {
    border-color: transparent;
    background-color: transparent;
    border: 1px solid #a9a9a9;
    border-radius: 2px;
}

.search-section .input-group {
    border-width: 2px !important;
    border-radius: 4px;
}

.submit-interest .select-list-card .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
    border-color: #a9a9a9 !important;
}

.submit-interest .select-list-card .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-color: #595959;
}

.submit-interest .select-list-card {
    position: relative;
    max-width: 515px;
    margin: 0 auto;
}

.submit-interest .drop-shape-img {
    position: absolute;
    top: 0;
    max-width: 990px;
    left: -239px;
}

.submit-interest .listing-wrap {
    position: relative;
    z-index: 9;
    top: 55px;
}

/* scrollbar Style */
.scrollbar::-webkit-scrollbar {
    background-color: #f2f2f2;
    width: 8px
}


.scrollbar::-webkit-scrollbar-track {
    background-color: #f2f2f2
}

.scrollbar::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 2px solid #f2f2f2;
}


.scrollbar::-webkit-scrollbar-button {
    display: none
}

/*Home Slider*/
.slick-slider .slick-prev {
    position: absolute;
    top: 50%;
    left: 80px;
}

.slick-slider .slick-next {
    position: absolute;
    top: 50%;
    right: 80px;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
    background: #0000004a;
    border: 0;
    font-size: 40px;
    padding: 5px 10px;
    color: #e9c067;
}

.slick-list {
    padding-top: 0 !important
}

.slider .slick-slide img {
    height: 65vh;
    object-fit: contain
}

.search-wraper .heading {
    background: #0000004f
}

.search-wraper .heading h1 {
    font-size: 52px;
    font-family: 'Adobe Garamond Regular', cursive;
}

.prod-short-detail {
    position: absolute;
    top: -90px;
    right: -200px;
    z-index: 30;
}

.slick-track .slick-list {
    overflow: inherit !important;
}

.large-12 {
    z-index: 5
}

.search-section {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
}

footer {
    background: #1a1a1a
}

.list-itme-wrap .listing-thumbnail {
    min-height: 550px;
    max-height: 550px;
    width: 100%;
    object-fit: cover;
}

.list-itme-wrap .card i {
    font-size: 22px;
}

.list-itme-wrap .card.item-detail .title {
    font-size: 20px;
    margin-bottom: 7px
}

.list-itme-wrap .card.item-detail .discription {
    font-size: 14px;
    margin-bottom: 10px;
}

.list-itme-wrap .custom-checkbox {
    margin-top: -19px;
    margin-right: -15px;
    padding-left: 0;
}

.listing-description-box-left {
    margin-left: -110px;
    position: absolute;
    top: 30px;
    right: 0;
    max-width: 295px;
    background: rgb(255 255 255 / 85%) !important;
}

.listing-description-box-left i,
.listing-description-box-right i {
    font-size: 25px;
}

.listing-description-box-right {
    text-align: right;
    z-index: 9;
    position: absolute;
    bottom: 30px;
    max-width: 295px;
    background: rgb(255 255 255 / 85%) !important;
}

.bottom_pagination {
    display: flex;
    justify-content: flex-end;
}

.bottom_pagination {
    display: flex;
    justify-content: flex-end;
}

ul.pagination li a,
ul.pagination li button {
    padding: 7px 14px !important;
}

.page-item.active .page-link {
    background-color: #e9c067;
    border-color: #e9c067;
}

.product_card_slider .carousel-indicators {
    bottom: -52px;
    margin-bottom: 0;
    justify-content: start;
    margin-left: 0;
    overflow-x: hidden;
    width: 100%;
    overflow-y: hidden;
}

.product_card_slider .carousel-indicators li {
    text-indent: 0;
    width: 60px;
    height: auto;
}

.product_card_slider .carousel-indicators .slide_thumbnial {
    height: 38px;
    width: 100%;
}

.product_card_slider .carousel-indicators .slide_thumbnial {
    height: 38px;
    width: 100%;
    object-fit: cover;
    min-width: 60px;
}

.product_card_slider .carousel-control-next,
.product_card_slider .carousel-control-prev {
    font-size: 45px;
}

.product_card_slider .bnt-make-offer {
    position: absolute;
    bottom: -38px;
    right: 0;
    z-index: 100;
    width: 165px;
    box-shadow: -1px 0px 7px #00000091;
}

.product_card_slider .compair_with {
    position: absolute;
    top: 4px;
    right: 5px;
    border: 1px solid #ffc108;
    z-index: 9;
    width: 100px;
}

.product_card_slider .carousel-inner .carousel-item img {
    height: 330px;
    object-fit: cover;
}

@media(max-width:767px) {
    .product_card_slider .carousel-inner .carousel-item img {
        height: 190px;
    }
}

.listing-product-card .discription,
.list-itme-wrap .description,
.listing-description-box-left .description,
.listing-description-box-right .description {
    font-size: 14px;
}

.map-sec .location-detail {
    max-width: 385px;
    min-width: 385px;
    position: absolute;
    z-index: 5;
    top: 298px;
    right: 15%;
}

.map-sec .location-detail .card {
    border: 0;
    box-shadow: -1px 4px 17px #00000087;
}

.manage-listing-tabs .nav-item {
    margin: 0 10px 0;
    cursor: pointer
}

.manage-listing-tabs .nav-link {
    border: 0;
    background: 0;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.manage-listing-tabs .nav-link.active {
    background-color: transparent;
    color: #000;
    border-radius: 0;
}

.manage-listing-tabs .nav-link.active:hover {
    color: #fff !important;
}

.manage-listing-tabs .nav-item.active {
    background-color: #e9c067;
}

/*owal slider*/
.owl-nav button {
    background: #fff !important;
    height: 35px;
    width: 35px;
    color: #e19e40 !important;
    font-size: 30px !important;
    border-radius: 50px;
    border: 1px solid #e19e40 !important;
    transition: 0.5s;
    line-height: 25px !important;
}

.owl-nav button:hover {
    box-shadow: 0px 1px 7px #0000005c;
}

.owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
}

.owl-nav .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
}

.owl-item .item {
    padding: 1px
}

.contact-col .drop-shape-img {
    width: 100%
}

/* ------- Container size  --------*/
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}

/*Testimonial*/

#post-testimonials .carousel-caption,
#testimonials .carousel-caption {
    position: initial;
    z-index: 10;
    color: #667f85;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
}

#post-testimonials .carousel-caption .caption-img,
#testimonials .carousel-caption .caption-img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    margin-top: 15px;
}

/*Form style*/
.form-group.with-bg {
    background: #f3d89566;
    padding: 5px 16px;
    border-radius: 5px;
}

.form-group.with-bg .label-icon i {
    width: 22px;
    font-size: 22px
}

.form-group.with-bg .form-control {
    background-color: transparent;
    border: 0;
    background-size: 36px;
    margin-bottom: -3px
}

.form-group.with-bg .form-control:focus {
    box-shadow: none;
}

.form-floating-label {
    position: relative;
    padding: 5px 12px;

}

.form-floating-label [type='text'],
.form-floating-label [type='password'],
.form-floating-label [type='date'],
.form-floating-label [type='datetime'],
.form-floating-label [type='datetime-local'],
.form-floating-label [type='month'],
.form-floating-label [type='week'],
.form-floating-label [type='email'],
.form-floating-label [type='number'],
.form-floating-label [type='search'],
.form-floating-label [type='tel'],
.form-floating-label [type='time'],
.form-floating-label [type='url'],
.form-floating-label [type='color'],
.form-floating-label textarea {
    margin-bottom: 0;
    color: #171717;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 5px 0;
    box-shadow: none;
    border: 0;
    background: transparent;
    outline: 0;
}

.form-floating-label.has-value {
    padding-bottom: 0;
    margin-top: 4px;
}

.form-floating-label label {
    color: #5a5a5a;
    font-size: 14px;
    position: absolute;
    pointer-events: none;
    left: 16px;
    bottom: 0;
    transition: all 0.2s ease-in;
    font-weight: 500;
}

.form-floating-label textarea~label {
    top: 4px;
    font-size: 14px;
    font-weight: 500;
}


.form-floating-label input:focus~label,
.form-floating-label input:disabled[value]~label,
.form-floating-label.has-value input~label {
    top: -4px;
    font-size: 13px;
    color: #868686;
    font-weight: 500;
}

.form-floating-label textarea:focus~label,
.form-floating-label.has-value textarea~label {
    top: 0;
    font-size: 14px;
    color: #5a5a5a;
    font-weight: 400;
}

.login-wrap .drop-shape-img {
    max-width: 800px;
    left: -200px;
}

.login-wrap .select-list-card {
    max-width: 445px;
}

.contact-card {
    background-image: url("../../images/drop-shape-small-bg.png");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding: 12px 75px;
}

.contact-form-wrap {
    max-width: 505px;
    min-width: 505px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #e9c067;
    background-color: #e9c067;
}

.custom-control-label::after,
.custom-control-label {
    cursor: pointer
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

/*FAQ*/
.faqs-tabs .nav-link {
    color: #757575;
    background-color: #faefd4;
    border: 2px solid transparent;
    margin: 0 12px 12px 0;
    min-width: 205px;
}

.faqs-tabs .nav-link.active,
.faqs-tabs .nav-link:hover {
    color: #757575 !important;
    background-color: #faefd4;
    border-color: #757575;

}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.md-accordion .card .fa {
    float: right;
    color: #e9c067;
}

.faq-sec .accordion .card {
    margin-bottom: 8px;
    border: 0;
    border-bottom: 1px solid #f5d99b;
}

.faq-sec .accordion .card .card-header .faq-title {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.faq-sec .accordion .card .card-body {
    font-size: 14px;
    background: #fff;
    padding: 0 0 12px 20px;
    font-style: italic;
    font-weight: 400;
}

.faq-sec .card-header {
    background-color: #ffffff;
    border-bottom-color: #e9c067;
    margin-bottom: 1px !important;
    padding: 12px 0;
}

@media(max-width:767px) {

    #post-testimonials .carousel-caption,
    #testimonials .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: #667f85;
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}

#post-testimonials .carousel-caption .profile-pic,
#testimonials .carousel-caption .profile-pic {
    width: 60px;
    height: 60px;
    border-radius: 5rem;
    margin-top: -33px;
    object-fit: cover;
}


@media(max-width:767px) {

    #post-testimonials .carousel-caption .profile-pic,
    #testimonials .carousel-caption .profile-pic {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

#post-testimonials #image-caption,
#testimonials #image-caption {
    font-style: normal;
    font-size: 14px;
    ;
    margin-top: 0.5rem
}

@media(max-width:767px) {

    #post-testimonials #image-caption,
    #testimonials #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}

#post-testimonials .carousel-control-prev,
#testimonials .carousel-control-prev {
    justify-content: flex-start;
    left: -110px;
}

#post-testimonials .carousel-control-next,
#testimonials .carousel-control-next {
    justify-content: flex-end;
    right: -110px;
}

#post-testimonials .carousel-control-prev,
#post-testimonials .carousel-control-next,
#testimonials .carousel-control-prev,
#testimonials .carousel-control-next {
    transition: none;
    opacity: unset;
    color: #e9c067;
    font-size: 40px;

}

.browse-list-thumbs {
    display: flex;
    overflow-x: hidden;
    position: relative
}

.browse-list-thumbs .thumb-img {
    width: 280px;
    height: 175px;
    object-fit: cover;
    margin: 5px 7px;
}

.slide-navigation {
    position: absolute;
    width: 100%;
    top: 70px;
    let: 0;
}

.other-top-related-listing img.listing-thumbnail {
    width: 300px;
    height: 220px;
    min-height: 220px;
    min-width: 316px;
}

#ManageListings .list-itme-wrap.list-view {
    max-width: 100% !important;
    min-width: 100%;
    border: 1px solid #ddd;
    padding: 15px 40px;
}

#ManageListings .list-itme-wrap .custom-checkbox {
    margin: 0 !important
}

.pricing-col-bg {
    background: url("../../images/drop-shape-small-bg.png") no-repeat;
    background-size: contain;
    padding: 20px 35px 35px 35px;
}

.pricing-col-bg.featured {
    background: url("../../images/drop-shape-red-bg.png") no-repeat;
    background-size: contain;
    padding: 20px 35px 35px 35px;
    min-height: 400px;
}

.card.pricing-card,
.card-header {
    background: transparent;
    border: 0;
}

/*Message*/
.message-thumbnails .thumnail-box .compair_with {
    height: 55px;
    width: 90px;
    object-fit: cover;
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 9;
    border: 1px solid #e9c067;
    padding: 5px 5px;
    background-color: #e9c0676b;
}

.message-thumbnails {
    max-height: 355px;

}

.message-unread-bg {
    background: url("../../images/drop-shape-red-bg.png") no-repeat;
    background-size: contain;
    padding: 32px 70px 90px 125px;
    min-height: 500px;
}

.message-history-bg {
    background: url("../../images/message-history-bg.png") no-repeat;
    background-size: contain;
    padding: 32px 70px 65px 155px;
    background-position: bottom;
    min-height: 480px;
}

.messages-wrap {
    max-height: 450px;
    overflow-y: auto;

}

/*Settings*/
.settings-tabs .nav-link {
    font-family: 'Adobe Garamond Regular', cursive;
    font-size: 20px;
    color: #8d8d8d;
    margin-bottom: 12px;
    border-radius: 7px;
    border: 2px solid transparent;
}

.settings-tabs .nav-link.active {
    background: transparent;
    border-color: #e4c067;
    color: #8d8d8d;
}

.user-activity-card .u-img .cover-img {
    width: 60px;
    height: 60px
}

.user-activity-card .u-img .profile-img {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -5px;
    right: -5px
}

.img-radius {
    border-radius: 5px
}

.user-activity-card .u-img {
    position: relative
}

.feather {
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.activity-log-bg {
    background: url("../../images/message-history-bg.png") no-repeat;
    background-size: 100%;
    padding: 20px 60px 100px;
    max-height: 640px;
    min-height: 640px;
}

.user-activity-card .card-block {
    max-height: 415px;
}

/* -----Responsive  Mobile ------- */
@media (max-width: 767px) {
    main {
        padding-top: 110px;
    }

    .font-xs-36 {
        font-size: 36px !important
    }

    .font-xs-25 {
        font-size: 25px !important
    }

    .font-xs-20 {
        font-size: 20px !important
    }

    .font-xs-16 {
        font-size: 16px !important
    }

    .home-banner-heading {
        font-size: 38px;
    }

    .bnt-make-offer .btn {
        font-size: 10px;
        padding: 5px;
    }

    .product_card_slider .bnt-make-offer {
        bottom: 0;
        width: 100px;
    }

    .parent-slider .owl-nav .owl-prev {
        left: -15px;
    }

    .parent-slider .owl-nav .owl-next {
        right: -15px;
    }

    .slider .slick-slide img {
        height: 35vh;
        s
    }

    .secondary-nav {
        width: 100%;
        background: #e9c067 !important;
    }

    .secondary-nav #navbarCollapse2 {
        width: 100%;
        justify-content: center;
    }

    .secondary-nav .nav-link {
        padding: 0 8px;
        font-size: 12px;
    }

    .secondary-nav ul.navbar-nav {
        flex-direction: unset;
        justify-content: center;
    }

    nav.navbar {
        background: #100e0beb;
    }

    nav.navbar .navbar-brand img {
        width: 50px;
    }

    .w-xs-100 {
        max-width: 100% !important;
        min-width: 100px !important;
    }

    .h-xs-auto {
        min-height: auto !important;
        height: auto !important;
    }

    .other-top-related-listing img.listing-thumbnail {
        width: 100%;
        height: 180px;
        min-height: 180px;
    }

    .slide-navigation {
        position: relative;
        top: 0;
        width: 90px;
        margin: 0 auto;
    }

    .browse-list-thumbs .thumb-img {
        width: 160px;
        height: 105px;
    }

    #post-testimonials .carousel-caption .caption-img {
        height: 120px;
    }

    #testimonials .carousel-caption .caption-img {
        height: 120px;
    }

    .list-itme-wrap .listing-thumbnail {
        min-height: 200px;
        max-height: 200px;
    }

    .listing-description-box-left {
        margin-left: 0;
        padding-left: 0;
        position: relative;
        max-width: 100%;
        padding-top: 0;

    }

    .filter-wrap {
        margin-bottom: 0px !important;
    }

    .listing-description-box-right {
        margin-right: 0;
        text-align: left;
        padding-left: 0;
        position: relative;
        max-width: 100%;
    }

    .submit-interest .listing-wrap {
        top: 30px;
    }

    .map-sec .product_card_slider .carousel-inner .carousel-item img {
        height: 180px;
    }

    .map-sec .location-detail {
        max-width: 100%;
        min-width: 100%;
        position: absolute;
        z-index: 20;
        top: 380px;
        right: 0;
    }

    .no-bg-img {
        background-image: none !important;
        padding: 32px;
        background-color: #fff !important;
    }

    .post-create-dynamic {
        max-height: 100% !important;
    }

    .listing-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .slick-slider {
        display: block !important;
    }
}

/* Landscape Mobile */
@media only screen and (min-device-width: 375px) and (max-device-width: 900px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
    .header-nav .navbar-brand {
        padding: 0
    }

    .header-nav .navbar-brand img {
        width: 35px !important
    }

    .header-nav .navbar-nav .nav-item .nav-link {
        font-size: 12px !important;
        padding: 0 10px;
    }

    .heading-2 {
        font-size: 21px !important;
    }

    .heading-2 .light-title {
        font-size: 19px;
    }

    .our-range-banner>.container {
        padding-top: 80px !important
    }

}


/*Small monitor*/
@media (max-width: 1024px) {}

/* ----- ipad ------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

    .drop-shape-img {
        display: none;
    }

    .xsmt-10 {
        margin-top: 40px;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 0% !important;
        margin-left: 0% !important;
        list-style: none;
    }

    .prod-short-detail {
        position: absolute;
        top: -250px;
        right: 15px;
        z-index: 30;
        width: 69%;
    }

    #post-testimonials .carousel-control-next,
    #testimonials .carousel-control-next {
        justify-content: flex-end;
        right: -4px !important;
    }

    #post-testimonials .carousel-control-prev,
    #testimonials .carousel-control-prev {
        justify-content: flex-start;
        left: -4px !important;
    }

}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 70px !important;
    height: 80px !important;
    background: 50% center / 100% 100% no-repeat;
    background-image: none !important;
}

.yellowbutton {
    background-color: #FFC001;
    color: #fff;
    font-size: 14px;
}

.yellowbutton:hover {
    background-color: #c39302;
    color: #fff;
    font-size: 14px;
}

body {
    overflow-x: hidden !important;
}


.post-create-dynamic {
    max-height: 435px;
    overflow-y: auto;
    overflow-x: hidden;
}


.post-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}