.about_body .icon {
    width: 65px;
}

.about_body .icon img {
    transition: 0.6s;
}

.about_body .icon img:hover {
    filter: grayscale(1) invert(0.7);
}

.about_body .line {
    width: 40px;
}

.about_body .line hr {
    border-top: 3px solid rgb(0 0 0)
}

.about_body .client-profile-img {
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: 50px;
}

.fs-14 {
    font-size: 14px;
}

.fs-13 {
    font-size: 13px;
}

.fs-12 {
    font-size: 12px !important;
}

.about-desk {
    font-size: 14px;
    color: slategray;
}

.service-heading {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
    color: darkslategray;
}

.launching-soon {
    display: flex;
    justify-content: center;
    perspective: 500;
    padding-top: 30px;
}

.launching-soon_texts {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1s;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 6vh;
    line-height: normal;
    cursor: wait;
    height: 12vh;
    width: 50%;
    outline: 10px;
    outline-style: double;
    text-align: center;
}

.launching-soon_texts:hover {
    transform: rotateY(180deg);
}

.launching-soon_text {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.launching-soon_text-front {
    z-index: 1;
}

.launching-soon_text-back {
    transform: rotateY(180deg);
}

@media screen and (max-width:995px) {
    .launching-soon_texts {
        font-size: 3vh;
        height: 6vh
    }

    .launching-soon_texts {
        width: 90%;
    }
}

#aboutCarousel img {
    max-height: 250px;
    object-fit: cover;
}

.team-member-body h6.card-title {
    text-transform: capitalize;
    font-size: 13px;
    text-align: center;
    margin-bottom: 8px;
    color: #67696a !important;
}

.team-member-body p.card-text {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
    color: #2c2c2c !important;
}

.counter_num span {
    font-size: 24px;
}

.counter-text {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

/*Contact CSS*/
.contact-body .top-row {
    background: url('/img/breadcrumb.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 20vh;
}

.contact-body .contact-btn {
    background-color: #E5E541;
    width: 100%;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    text-transform: capitalize;
}

.contact-body .contact-btn:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.contact-body #form-input>div {
    margin: 15px auto;
}

.contact-body #contactus-form {
    border-bottom: 1px solid #dee2e6 !important;
}

.contact-body .contact-info-black {
    background-color: black;
    background-origin: padding-box;
    padding: 25px 15px;
    min-height: 403px;
}

.contact-body .contact-info-black h4 {
    border-bottom: 2px solid #ddd;
}

.contact-body .icon-menu div i {
    font-size: 18px;
}

.contact-body .icon-menu>div {
    margin: 15px auto;
}

.contact-body iframe {
    max-height: 400px;
    min-width: 100%;
}

.contact-body input:-webkit-autofill,
.contact-body input:-webkit-autofill:hover,
.contact-body input:-webkit-autofill:focus,
.contact-body textarea:-webkit-autofill,
.contact-body textarea:-webkit-autofill:hover,
.contact-body textarea:-webkit-autofill:focus,
.contact-body select:-webkit-autofill,
.contact-body select:-webkit-autofill:hover,
.contact-body select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.contact-body .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.brands-img {
    text-align: center;
}

.brands-img img {
    width: 100%;
    max-height: 225px;
    object-fit: cover;
}

.partners-img {
    text-align: center;
}

.partners-img img {
    width: 100%;
    max-height: 90px;
    object-fit: cover;
}

.blog-list-item img {
    height: 296px;
    object-fit: cover;
}

.s-box-shadow {
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}

.contact-info-black i {
    font-size: 16px;
    position: absolute;
    text-align: center;
    width: 30px !important;
}

.contact-info-black span {
    font-size: 14px;
    padding-left: 35px;
}

/*FAQ section*/
.faq-body {
    padding: 60px 0;
}

.faq-body .faq-list {
    padding: 0;
    list-style: none;
}

.faq-body .faq-list li {
    background-color: #efe75c;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 40px;
}

.faq-body .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
}

.faq-body .faq-list i {
    font-size: 16px;
    position: absolute;
    left: -25px;
    top: 6px;
    transition: 1s;
}

.faq-body .collapsed i.fa.fa-arrow-up {}

.faq-body .collapsed i.fa.fa-arrow-up {
    transform: rotate(180deg);
}

.terms-container {
    font-family: "Open Sans", sans-serif;
    color: #262626;
}

.terms-title h1 {
    font-size: 18px;
    font-family: "RobotoCondensed-Bold";
    text-align: center;
    font-weight: bold;
    letter-spacing: 10px;
}

.terms-body h4 {
    color: #d9442b;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}

.terms-body h3 {
    font-family: "RobotoCondensed-Bold";
    color: #262626;
    font-weight: bold;
    text-align: left;
    /*margin-bottom: -10px;*/
    font-size: 20px;
}

.terms-body p {
    font-size: 14px;
    line-height: 23px;
    color: darkslateblue;
    font-weight: 400;
}

.terms-body a {
    color: #eb573d;
}

.terms-body a:hover {
    color: #eb573d;
    text-decoration: none;
}

.terms_footer h3 {
    margin-top: 50px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #262626;
}

.terms_footer h3 a:link {
    color: #eb573d;
    text-decoration: none;
}

.order-title {
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-title span {
    font-weight: 600;
}

.order-title span.order-date {
    font-weight: 400;
    font-size: 14px;
    color: darkslategrey;
}

.text-pink {
    color: #c90ed4;
    font-weight: 500;
    cursor: inherit;
    text-decoration: underline;
}

a.text-pink:hover {
    color: deeppink;
    font-weight: 500;
    text-decoration: underline;
}

.my-order-body .btn1 {
    background-color: white;
    border-radius: 8px;
    font-weight: 600;
    color: #1e1e1e;
    border: 2px solid #1e1e1e;
}

.my-order-body .btn2 {
    background-color: #ffdf00;
    font-weight: 600;
    color: #1e1e1e;
    border-radius: 8px;
    /*border: 2px solid #1e1e1e;*/
}

.my-order-body .nav-tabs .nav-item.show .nav-link,
.my-order-body .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #efe75c;
    border-color: #f3e75f #f3e75f #f3e75f;
}

.my-order-body .nav-tabs .nav-link:focus,
.my-order-body .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #f3e75f #f3e75f #f3e75f;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.discounts-slider label small,
.new-product-slider label small,
.top-selling-slider label small {
    font-size: 12px;
}

.p-m-img {
    border: 3px solid #fff;
    /*height: 510px;*/
    margin-bottom: 12px;
}

.p-m-img2 {
    border: 3px solid #fff;
    padding: 1rem;
    margin-bottom: 12px;
}

.p-m-img img {
    max-height: 450px;
    object-fit: cover;
}

.p-r-imgs {
    border: 3px solid #fff;
    padding: 1rem;
    /*height: 510px;*/
    /*overflow-y: scroll ;*/
}

.p-r-imgs2 {
    border: 3px solid #fff;
    padding: 1rem;
    position: sticky;
    top: 75px;
}

.pScroll-section {
    max-height: 490px;
    overflow-y: scroll;
}

.p-r-imgs::-webkit-scrollbar {
    width: 6px;
    height: 3px;
    background: transparent;
}

.p-r-imgs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background: transparent;
}

.p-r-imgs .prod-default_img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    margin-bottom: 20px;
    cursor: pointer;
    border: 2px solid #fff;
}

.p-r-imgs .prod-default_img:hover {
    border: 3px solid #efe75c
}

.bg-orlay {
    background-color: #000000c7;
}

.modal-content.img-slider {
    border: .15rem solid #fff;
}

.image-selection-area input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 11111;
}

.image-selection-area .img-select-content,
.image-selection-area {
    position: relative;
}
.modal-body .shop_close.close {
    position: absolute;
    right: -16px;
    top: -20px;
    width: 35px;
    padding: 0px;
    height: 35px;
    border-radius: 50px;
    color: #0e0000;
    background: #fff;
    opacity: 1;
    font-weight: 500;
}
.pScroll-section::-webkit-scrollbar {
    width: 4px;
}
.pScroll-section::-webkit-scrollbar-track {
    background: #ffffff57;
}

.image-selection-area input[type="radio"]:checked+.img-select-content:after {
    font-family: FontAwesome;
    content: "\f046";
    position: absolute;
    right: 0px;
    line-height: 1;
    top: 0px;
    font-size: 20px;
    color: #7aa932;
    background: #fff;
    padding: 9px;
}

.bg-transparent {
    background-color: transparent;
}

.btn-shop .btn.btn-info {
    background: #efe75c;
    border-color: yellow;
    color: #000;
}

.btn-shop .btn.btn-info:hover {
    background: #efe75c;
    border-color: #fff;
    color: #000 !important;
}

.btn-shop {
    text-align: center;
}

.package-list-slider .card:hover {
    box-shadow: rgb(255 255 255 / 0%) 0px 6px 12px -2px, rgb(255 255 255 / 0%) 0px 3px 7px -3px !important;
}

.package-list-slider .btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.img-slider {
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-theme {
    background: #efe75c;
    color: #323a40 !important;
}

@media (min-width: 920px) {
    .p-m-img {
        border: 3px solid #fff;
        /*        height: 510px;*/
    }

    .h-section .col-md-2 {
        flex: 19%;
        max-width: 19%;
    }

    .p-r-imgs {
        border: 3px solid #fff;
        padding: 1rem;
        max-height: 460px;
        overflow-y: scroll;
    }

    .h-section .col-md-8 {
        flex: 62%;
        max-width: 62%;
    }

    .h-section .col-md-10 {
        flex: 81%;
        max-width: 81%;
    }
    .sticky_section{
        position: sticky;
        bottom: 0;
        background: #ebf0f1;
        border-top: 1px solid #ffffff73;
    }
}

.story-section-home {
    height: 325px;
}

.story-section-home .stories-slider .slick-list {
    height: 253px;
}

.story-section-home .stories-slider .slick-list img,
.story-section-home .stories-slider .slick-list video {
    height: 253px;
    object-fit: cover;
    width: 100%;
}

.videos-slider .slick-list video {
    height: 295px;
    object-fit: cover;
    width: 100%;
}

@media (max-width:450px) {
    .videos-slider .slick-list video {
    height: auto;
    /* object-fit: none; */
    width: 100%;
    max-height: 295px;
    }

    .playIMG {
        width: 55px;
        position: absolute;
        top: 38%;
        left: 43%;
    }
}

.login-my-acc {
    position: -webkit-sticky;
    position: sticky;
    top: 125px !important;
    z-index: 1020;
}

.testimonials-slider {
    min-height: 379px;
    max-height: 379px;
}

.testimonial-page-section .testimonials-slider {
    min-height: 379px;
    max-height: none;
}

.videos-slider {
    min-height: 302px;
    max-height: 302px;
}

.custom-select {
    height: calc(1.35em + 0.25rem + 2px);
    padding: 0.1rem 0.4rem;
    font-size: .875rem;
    margin: 0;
    width: 150px;
    line-height: 1.15;
    border-radius: 0.2rem;
}

.select-filter {
    justify-content: flex-end;
    align-items: center;
}

.product-card .col-md-4 {
    padding-right: 6px;
    padding-left: 6px;
}

.border2 {
    border: 2px solid #fff !important;
}

.side-body .card-title {
    font-size: 19px;
    font-weight: 600;
}

.side-body .p-desc {
    font-size: 14px;
    font-weight: 400;
    color: gray;
    margin-bottom: 10px;
}

.product-details-body a.text-center.m-1.p-2.w-40.bg-white.text-dark:hover {
    transition: 0.5s;
}

.product-details-body a.text-center.m-1.p-2.w-40.bg-white.text-dark:hover {
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.visit_link {
    margin-bottom: 8px;
}

.visit_link a {
    color: #0654ae;
    font-weight: 600;
    text-decoration: underline;
    transform: scale(1);
}

.visit_link a:hover {
    color: #414141;
    transform: scale(0.9);
}

.w-40 {
    width: 40%;
}

.carousel.carousel-nav .flickity-viewport {
    height: 120px !important
}

.details-desc-p {
    font-size: 16px;
    font-weight: 400;
    color: gray;
    margin-bottom: 12px;
}

.releted-heading {
    padding: 35px 0px;
}

.stretched-link::after {
    position: relative;
}

.a-link-checkbox {
    margin-top: 6px;
    margin-left: -16px;
}

.a-link {
    font-weight: 400;
    font-size: 15px;
    margin-left: 8px;
    color: #0654ae;
}

.package-slider .fa-star-o {
    color: #ff7900;
}

.description-wrap p span {
    font-size: 15px !important;
}

.side-body {
    position: sticky;
    top: 125px;
}

#homeslider .carousel-caption {
    position: absolute;
    top: 25%;
    width: 36%;
    right: inherit;
    bottom: inherit;
    left: 4%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
}

#homeslider .carousel-caption h3 {
    font-size: 39px;
    font-weight: 400;
    /*visibility: hidden;*/
}

#homeslider .carousel-caption h2 {
    font-size: 70px;
    text-transform: capitalize;
    margin-bottom: 0;
    /*visibility: hidden;*/
}

#homeslider .carousel-caption p {
    color: #3e3e3e;
    font-weight: 400;
    /*visibility: hidden;*/
}

#homeslider .carousel-caption .btn-warning {
    margin-top: 20px;
    background: #efe75c;
    font-weight: 600;
    padding: 2px 20px;
    border-width: 0;
    border-radius: 13px;
    text-transform: uppercase;
    color: #000;
    box-shadow: rgb(93 93 93 / 39%) 0px 1px 2px;
}

#homeslider .carousel-caption.cc2 {
    position: absolute;
    top: 25%;
    width: 48%;
    left: inherit;
    bottom: inherit;
    right: 4%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
}

#homeslider .carousel-caption.cc2 h3 {
    font-size: 39px;
    font-weight: 400;
    /*visibility: hidden;*/
}

#homeslider .carousel-caption.cc2 h2 {
    font-size: 70px;
    text-transform: capitalize;
    margin-bottom: 0;
    /*visibility: hidden;*/
}

#homeslider .carousel-caption.cc2 p {
    color: #3e3e3e;
    font-weight: 400;
    /*visibility: hidden;*/
}

#homeslider .carousel-caption .btn-warning {
    margin-top: 30px;
    background: #efe75c;
    font-weight: 700;
    padding: 10px 50px;
    border-width: 0;
    border-radius: 13px;
    text-transform: uppercase;
    color: #000;
    box-shadow: rgb(93 93 93 / 39%) 0px 1px 2px;
    transition: 0.5s all ease-in-out;
}

#homeslider .carousel-caption .btn-warning:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 100;
}

.package-section-page .package {
    cursor: pointer;
}

.brandIMG.slick-slide img {
    display: block;
    height: 229px;
    object-fit: cover;
}

.read-more a:hover {
    color: #11b1ff !important;
    /*text-decoration: underline !important;*/
}

.line-through {
    text-decoration: line-through;
}

.description-overflow {
    max-height: 200px;
    overflow-y: scroll;
}

.product-list #accordion1,
#v-pills-tabContent,
.left-tab-wrap {
    position: -webkit-sticky;
    position: sticky;
/*    top: 125px !important;*/
    z-index: 1020;
}

.text-small {
    font-size: 14px;
    font-weight: 400;
}

a:hover {
    text-decoration: inherit;
}


.rating-star {
    /*margin-top: 40px;*/
    border: none;
    float: left;
}

.rating-star>label {
    color: #90A0A3;
    float: right;
}

.all-category .card-img-top {
    height: 140px;
    object-fit: contain;
}

.rating-star>label:before {
    margin: 5px;
    font-size: 1.35em;
    font-family: FontAwesome;
    content: "\f005";
    display: block;
}

.rating-star>input {
    display: none;
}

.rating-star>input:checked~label,
.rating-star:not(:checked)>label:hover,
.rating-star:not(:checked)>label:hover~label {
    color: #F79426;
}

.rating-star>input:checked+label:hover,
.rating-star>input:checked~label:hover,
.rating-star>label:hover~input:checked~label,
.rating-star>input:checked~label:hover~label {
    color: #FECE31;
}

.order-detail-wrapper .steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #929292;
    height: 4rem;
}

.order-detail-wrapper .steps>.step {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.7rem;
    color: #6d6875;
}

.order-detail-wrapper .steps>.step:before {
    content: attr(data-step);
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #e5e5e5;
    color: #b9b8b8;
    width: 2rem;
    height: 2rem;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1.9rem;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 1rem;
}

.order-detail-wrapper .steps>.step:after {
    content: '';
    position: absolute;
    display: block;
    background: #e6e6e6;
    width: 100%;
    height: 0.125rem;
    top: 1rem;
    left: 50%;
}

.order-detail-wrapper .steps>.step:last-child:after {
    display: none;
}

.order-detail-wrapper .steps>.step.is-complete {
    color: #6d6875;
}

.order-detail-wrapper .steps>.step.is-complete:before {
    content: '\2713';
    color: #00bf49;
    background: #f8f5f1;
    border: 2px solid #00bf49;
}

.order-detail-wrapper .steps>.step.is-complete:after {
    background: #00bf49;
}

.order-detail-wrapper .steps>.step.is-active {
    font-size: 0.8rem;
    font-weight: bold;
}

.order-detail-wrapper .steps>.step.is-active:before {
    color: #fff;
    border: 2px solid #1abc3a;
    background: #1abc3a;
    margin-bottom: 5px;
}

.order-detail-wrapper .steps {
    margin-bottom: 5px;
}

.order-detail-wrapper .coin_svg {
    margin-left: 5px;
    margin-right: 5px;
}

/*.d-block{
    display: block !important;
}*/
.card-table.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    padding-top: 10px;
    padding-bottom: 9px;
}

.w-80 {
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.wishlist_count,
.cart_count {
    position: absolute;
    font-size: 12px;
    top: 0px;
    right: 2px;
    line-height: 1;
    background: #323a40;
}

#BrandFilter,
#BrandFilter2 {
    max-height: 200px;
    overflow-y: scroll;
}

.header-main {
    position: sticky;
    top: -1px;
    z-index: 1049;
}

input[type="file"].form-control {
    line-height: 1.2;
}

.seller-dropdown a.dropdown-item {
    border-bottom: 1px solid #80808063;
    padding: 0.25rem 0.75rem;
}

.seller-dropdown a.dropdown-item label {
    width: 20px;
}

.seller-dropdown a.dropdown-item:hover,
.seller-dropdown a.dropdown-item:focus {
    background: #252525;
}

.seller-dropdown a.dropdown-item:last-child {
    border-bottom: 0px solid #80808063;
}

.seller-dropdown .dropdown-menu {
    background: #000;
    padding: 0;
}

.bs-password .toggle-password.icone-eye {
    right: 25px;
    bottom: 27px;
}

.mainBox {
    border-bottom: 2px solid #005ebea8;
    display: inline-block;
}
.pincodeInput input {
    font-size: 13px;
    font-weight: 500;
    color: #69757d;
    background: none;
    border: none;
}
.pincodeInput button {
    font-size: 14px;
    font-weight: 500;
    color: #69757d;
    background: none;
    border: none;
    float: right;
}
.delivery_address label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #69757d;
    margin-left: 10px;
}
.pincodeInput .mainBox {
    border-bottom: 2px solid #005ebea8;
    display: block;
}
#pin_code_msg{
    font-weight: 400;
    font-size: 14px;
}

@media (min-width: 481px) {
    .carousel.carousel-main .flickity-prev-next-button.previous {
        display: none;
    }

    .carousel.carousel-main .flickity-prev-next-button.next {
        display: none;
    }
}

@media (max-width: 480px) {
    .pScroll-section {
        max-height: 360px;
        overflow-y: scroll;
    }

    .share-wish-icon1 {
        position: absolute;
        top: 5px;
        right: 2px;
    }

    .share-wish-icon1 .s-w-i1 a i,
    .share-wish-icon1 .s-w-i2 a i,
    .bedroom-img-div .share-wish-icon1 button {
        margin: 4px 2px;
    }

    .carousel.carousel-nav.flickity-enabled.is-draggable {
        display: none;
    }

    .registration-sec .form-ino-2 {
        width: 80px;
    }

    .nav-pills .nav-link {
        padding: 1px 10px;
        font-size: 13px;
    }

    .m-b-none {
        display: none;
    }

    .py-5.mpy-2 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

.out-of-stock{
    position: absolute;
    right: 1px;
    top: 1px;
    font-weight: 700;
    border-radius: 50px;
    background: #ffffffba;
    padding: 5px 10px;
}
.out-of-stock label{
    margin-bottom: 0;
}
.css-4zn5w2 {

}
.css-1l2b7ni {

}
#homeslider1 ul li{
    border: 0px;
    padding: 0px;
    outline: none;
    height: 8px;
    width: 8px;
    background: rgba(0, 19, 37, 0.64);
    margin-right: 0.25rem;
    cursor: pointer;
    margin-bottom: 10px;
}
#homeslider1 ul li.active{
    border: 0px;
    padding: 0px;
    outline: none;
    margin-right: 0.25rem;
    cursor: pointer;
    height: 8px;
    width: 8px;
    background: rgb(0, 0, 0);
}
#homeslider1 .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 10;
    right: unset;
    bottom: unset;

}
#homeslider1 .carousel-inner .carousel-item .carousel-caption.carousel-caption-cus1 {
    top: 74%;
    transform: translate(-50%, -74%);
    bottom: 100%;
    left: 50%;
}
#homeslider1 .carousel-inner .carousel-item{
    width: 100%;
    height: 396px;
}
#homeslider1 .carousel-inner .carousel-item img{
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
#homeslider1 .carousel-inner .carousel-item video{
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
/* ==========button css================== */

.button-custom-css {
    background: linear-gradient(to bottom right,  #ebe05e, #FF9A5A);
    border: 0;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
  }
  
  .button-custom-css:not([disabled]):focus {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
  }
  
  .button-custom-css:not([disabled]):hover {
      box-shadow: 0 0 0.25rem rgb(0 0 0 / 3%), -0.125rem -0.125rem 0.2rem rgb(239 71 101 / 30%), 0.125rem 0.1rem 0.7rem rgb(255 154 90 / 41%);
  }


@media (max-width: 700px){
    #homeslider1 .carousel-inner .carousel-item {
        width: 100%;
        height: auto;
    }
    #homeslider1 .carousel-inner .carousel-item .carousel-caption.carousel-caption-cus1 {
        top: 50%;
        transform: translate(-50%, -74%);
        bottom: 100%;
        left: 50%;
    }
}

.learn-button-cus{
    background: #efe75c;
    font-weight: 700;
    padding: 10px 50px;
    border-width: 0;
    border-radius: 13px;
    text-transform: uppercase;
    color: #000;
    box-shadow: rgb(93 93 93 / 39%) 0px 1px 2px;
    transition: 0.5s all ease-in-out;
}