@charset "utf-8";
/* CSS Document */

html,
body {
    font-family: "Poppins", sans-serif;
    height: 100%;
    background: #eef2f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul li {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.navbar {
    padding: 0px 0px;
}

.classfiled .tab-content .container-fluid {
    padding: 0 !important;
}

.btn {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.navbar {
    padding: 0px 0px;
}

.navbar-light .navbar-toggler {
    border-radius: 0px;
    border-color: #1f4e78;
    outline: none;
    box-shadow: none;
    line-height: inherit;
    padding: 2px 10px;
    color: #1f4e78;
}

.navbar-light .navbar-toggler-icon {
    background: none;
}

.navbar-toggler-icon {
    height: auto;
    width: auto;
}

.navbar-toggler {
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

#top_header {
    background:none;
    padding: 0;
    margin-top: 3%;
}

.main-nav {
    text-align: right;
}

.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.nav-list li {
    margin: 0 15px;
    position: relative;
}

.nav-list a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    text-align: center;
    font-size: 14px;
    position: relative;
}

.nav-list a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #ffa836;
    transition: width 0.5s ease;
}

.nav-list a:hover {
    color: #ffa836;
}

.nav-list a:hover::before {
    width: 100%;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.12);
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 150px;
    border-radius: 0px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    opacity: 0;
    transform: translateY(-10px);
}

.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.dropdown:hover .dropdown-menu li{
    text-align: left;
}
.dropdown:hover .dropdown-menu li a{
    color: #FFF;
    text-align: left;
}

.dropdown:hover .dropdown-menu li a:hover{
    color: #FFF;
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu a {
    padding: 10px 15px;
    display: block;
    color: #FFF;
    transition: background 0.3s ease;
}

.dropdown-menu a:hover {
    color: #FFF;
}

/* Mobile styles */
@media (max-width: 768px) {
    .nav-list {
        flex-direction: column;
        align-items: center;
    }

    .nav-list li {
        margin: 5px 0;
    }

    .dropdown-menu {
        position: static;
        display: none;
        opacity: 1;
        transform: none;
        box-shadow: none;
        background: rgba(255,255,255,0.1);
    }
}

/* Tablist nav-tabs styles */
.nav.nav-tabs {
    justify-content: center;
    margin: 0 auto;
    width: fit-content;
    
}

.Tabsec{
    display: block;
    border-bottom: 1px solid #dadada;
}

.tab-content h4{ font-size: 22px; margin-top: 10px;}


.nav.nav-tabs .nav-item {
    text-align: center;
}

.nav.nav-tabs .nav-link {
    color: #333;
}

.nav.nav-tabs .nav-link:hover {
    color:#04101a;
    background-color: #ffa836;
}

.navbar-brand img {
    max-width: 170px;
}

.nav-link {
    color: #fff;
}

.nav-link span {
    display: block;
    color: #ffa836;
    font-size: 24px;
    font-weight: 600;
}

.nav-link:focus,
.nav-link:hover {
    color:#04101a;
    background-color: #ffa836;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color:#04101a;
    background-color: #ffa836;
}

#top_header .btn {
    background: #ffa836;
    color: #000;
    border-color: #ffa836;
    border-radius: 0px 5px 5px 0px;
    font-size: 16px;
    font-weight: 600;
    height: 38px;
}

#top_header .form-control {
    border-radius: 5px 0px 0px 5px;
    font-size: 15px;
    box-shadow: none;
    outline: none;
    width: 290px;
}

#top_header .d-flex {
    margin: 0px 71px 0px 0px;
}

.me-auto {
    margin-left: 15px;
}

/*.p_imge p {
    color: #03132a;
    font-size: 14px;
}*/

.p_imge {
    text-align: center;
}

#offer_topsection {
    background: #ffffff;
    box-shadow: 0px 0px 5px #00000020;
    padding: 0;
}

#offer_topsection .owl-theme .owl-nav {
    margin: 0px;
    top: 35%;
    position: absolute;
    width: 100%;
}

#offer_topsection .owl-carousel .owl-nav button.owl-prev {
    float: left;
    border-radius: 5px;
    background: #ffd39a;
    height: 35px;
    width: 25px;
    padding: 7px 0 !important;
    text-align: center;
    color: #000;
    outline: none;
    border: none;
    box-shadow: none;
    margin: 0px;
}

#offer_topsection .owl-carousel .owl-nav button.owl-next {
    float: right;
    border-radius: 5px;
    background: #ffd39a;
    height: 35px;
    width: 25px;
    padding: 7px 0 !important;
    text-align: center;
    color: #000;
    outline: none;
    border: none;
    box-shadow: none;
    margin: 0px;
}

.owl-dots {
    display: none;
}

.p_imge {
    padding: 10px 10px;
}

#banner_section {
    padding: 0px 0px;
}

.owl-theme .owl-nav {
    margin: 0px;
    top: 40%;
    position: absolute;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
    float: left;
    border-radius: 0px;
    background: #fff;
    height: 45px;
    width: 25px;
    padding: 7px 0 !important;
    text-align: center;
    color: #000;
    outline: none;
    border: none;
    box-shadow: none;
    margin: 0px;
    box-shadow: 0px 0px 5px #00000020;
    left:20px;
    position: absolute;
}



.owl-carousel .owl-nav button.owl-next {
    float: right;
    border-radius: 0px;
    background: #fff;
    height: 45px;
    width: 25px;
    padding: 7px 0 !important;
    text-align: center;
    color: #000;
    outline: none;
    border: none;
    box-shadow: none;
    margin: 0px;
    box-shadow: 0px 0px 5px #00000020;
    right:10px;
    position: absolute;
}

.heder_ger {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #d0d3d6;
}

.heder_ger .col7 {
    max-width: 70%;
    flex: 70%;
    padding: 5px 5px;
}

.heder_ger .col5 {
    max-width: 30%;
    flex: 30%;
    padding: 5px 5px;
}

.heder_ger h1 {
    font-size: 23px;
    font-weight: 600;
    color: #000;
    padding:20px;
}

.heder_ger p {
    font-size: 16px;
    font-weight: 400;
    color: #5c5c5c;
    padding: 3px 0px;
}

.heder_ger a {
    background: #d01818;
    color: #fff;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: block;
    width: 120px;
    font-size: 15px;
    text-align: center;
    border-bottom: 3px solid #142134;
    border-right: 3px solid #142134;
    float: right;
}

.heder_ger a:hover {
    background: #ffa836;
    color: #000;
}

#product_section {
    padding: 10px 0px;
}

.out_productse {
    background: #fff;
    box-shadow: 0px 0px 10px #00000030;
    padding: 10px;
    margin: 20px 0px;
}

.out_profie{
    background:none;
    box-shadow:none;
    padding:20px;
    margin:0px 0px;
}

.out_profie_inner{
    background: #fff;
    box-shadow: 0px 0px 10px #00000030;
    padding:0px;
    margin:0px 0px;
}

.out_profie_inner .pr_box{padding:0px;}
.out_profie_inner .pr_box h2{padding:15px 0px 20px 0px;}
.out_profie_inner img{border-top-left-radius:10px; border-top-right-radius:10px;}
.out_profie_inner #product_section{ padding:10px 30px;}

.out_profie_inner .owl-carousel .owl-nav button.owl-prev{left:-20px;}
.out_profie_inner .owl-carousel .owl-nav button.owl-next{right:-20px;}
.profile_full{width:100%;}


.card-custom {
      background: #f8f9fa;
      padding: 20px;
      border-radius: 10px;
      margin: 20px;
    }
    .logo {
      width: 100px;
      margin-bottom: 15px;
    }
    .label {
      font-weight: bold;
    }
    .value {
      margin-bottom: 10px;
    }
    .pr_box {
      background: #fff;
      padding: 15px;
      text-align: center;
      border: 1px solid #ddd;
      border-radius: 10px;
    }
    .pr_box img {
      max-width: 100%;
      height: auto;
      margin-bottom: 10px;
    }
    .owl-carousel .item {
      padding: 0px 11px;
    }
	
	.out_profie_inner .owl-carousel .owl-stage-outer{padding:0px 0px;}

	.out_profie_inner .out_productse{background:none; box-shadow:none; border:none; }
    .out_productse {
      position: relative;
      padding: 10px 0;
    }
    .owl-nav {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex !important;
      justify-content: space-between;
      transform: translateY(-50%);
      z-index: 10;
      pointer-events: none;
    }
    .owl-nav button {
      pointer-events: all;
      background: #000;
      color: #fff;
      border: none;
      font-size: 24px;
      padding: 5px 15px;
      border-radius: 5px;
      opacity: 0.7;
      transition: 0.3s;
    }
    .owl-nav button:hover {
      opacity: 1;
    }





.out_profie .heder_ger{padding:20px 0px;}


.pr_box h2 {
    font-size: 16px;
    color: #040e1c;
    font-weight: 400;
    padding: 4px 0px;
}

.pr_box p {
    font-size: 14px;
    color: #3b8b0b;
    font-weight: 400;
    padding: 4px 0px;
}

.pr_box {
    text-align: center;
    padding: 10px 0px;
}

.box_oser {
    padding: 10px;
    box-shadow: 0px 0px 10px #00000020;
    background: #fff;
    margin: 10px 0px;
}

.box_oser h2 {
    font-size: 18px;
    color: #040e1c;
    font-weight: 600;
    padding: 4px 0px;
}

.box_oser img {
    width: 100%;
    margin: 5px auto;
}

.box_oser a {
    color: #e22937;
    font-size: 15px;
    font-weight: 600;
}

.shop_box {
    width: 90%;
    margin: 25px auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 9px #00000030;
}

.shop_box ul {
    display: flex;
    flex-wrap: wrap;
}

.shop_box ul li {
    max-width: 50%;
    flex: 50%;
    padding: 10px;
}

#footer {
    background: #04101a;
    padding: 50px 0px;
}

#footer img {
    margin: 0px 0px 10px;
}

.socil {
    padding: 25px 0px;
    display: flex;
}

.socil li a {
    background: #364048;
    height: 35px;
    width: 35px;
    border-radius: 100px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 6px 0px;
}

.socil li a:hover {
    background: #ffa836;
}

.socil li {
    padding: 5px 10px 5px 0px;
}

.contact li {
    padding: 3px 0px;
}

.contact li a {
    color: #9b9fa3;
    font-size: 15px;
    text-decoration: none;
}

.contact li a i {
    padding-right: 6px;
}

.foter_link h1 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0px;
}

.foter_link ul li {
    padding: 5px 0px;
}

.foter_link ul li a {
    font-size: 15px;
    color: #c3c4c5;
}

.foter_link p {
    font-size: 15px;
    color: #c3c4c5;
    padding: 8px 0px;
}

.foter_link .form-control {
    border: 1px solid #50585f;
    border-radius: 5px;
    background: none;
    height: 45px;
    box-shadow: none;
    outline: none;
    margin: 7px 0px;
}

.foter_link .btn {
    background: #d01818;
    color: #fff;
    border-radius: 5px;
    width: 150px;
    padding: 10px 0px;
    text-transform: uppercase;
    border: 1px solid #d01818;
    margin: 10px 0px;
}

.foter_link .btn:hover {
    background: #ffa836;
    border-color: #ffa836;
}

#last_text {
    background: #000000;
    padding: 15px 0px;
}

#last_text p {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 400;
}

#last_text p a {
    float: right;
    color: #a3a3a3;
}

#last_text p a:hover {
    color: #ffa836;
}



.category-link:hover {
    background: #ffa836;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/*-------- my-code-start----- */



/* --------------------------cetegary------------------- */
#contant-section {
    padding-top: 50px;
}

.slect {
    display: flex;
    justify-content: space-between;
}

.product-by {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.filter-text-mein {
    padding-bottom: 20px;
}

.heding-flitar h4 {
    font-weight: 600;
}

.form-check {
    margin-bottom: 0.5rem;
}

/* search */
.filtar-prodect {
    margin-bottom: 20px;
}

.filter-text .form {
    margin-bottom: 10px;
    --input-bg: #FFf;
    --padding: 1.5em;
    --rotate: 80deg;
    --gap: 2em;
    --icon-change-color: #15A986;
    width: 100%;
    padding-inline-end: 1em;
    background: var(--input-bg);
    position: relative;
    border-radius: 4px;
    padding-right: 0 !important;
}

.filter-text .form label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.filter-text .form input {
    width: 100%;
    padding-inline-start: calc(var(--padding) + var(--gap));
    outline: none;
    background: none;
    border: 0;
}

/* search icon */
.filter-text .icon {
    position: absolute;
    left: var(--padding);
    transition: 0.3s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* close button */
.filter-text .close-btn {
    /* removing default bg of button */
    background: none;
    border: none;
    right: calc(var(--padding) - var(--gap));
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    padding: 0.1em;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: 0.3s;
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
}

.filter-text .form input:focus~.icon {
    transform: rotate(var(--rotate)) scale(1.3);
}

.filter-text .form input:focus~.icon .swap-off {
    opacity: 1;
    transform: rotate(-80deg);
    visibility: visible;
    color: var(--icon-change-color);
}

.filter-text .form input:focus~.icon .swap-on {
    opacity: 0;
    visibility: visible;
}

.filter-text .form input:valid~.icon {
    transform: scale(1.3) rotate(var(--rotate))
}

.filter-text .form input:valid~.icon .swap-off {
    opacity: 1;
    visibility: visible;
    color: var(--icon-change-color);
}

.filter-text .form input:valid~.icon .swap-on {
    opacity: 0;
    visibility: visible;
}

.filter-text .form input:valid~.close-btn {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: 0s;
}

.filter-text .all-prodcet-category {
    background: transparent;
    border: none;
    padding: 0;
    border-bottom: 1px solid;
    line-height: 8px;
    font-weight: 600;
    font-size: 10px;
}

.filter-text.category-span {
    color: #acacac !important;
}

.accordion {
    --bs-accordion-bg: transparent;

}

/* --------------------------frist page card end-----------------------------*/

.all-prodcet .card {
    /* width: 290px; */
    background: white;
    padding: 20px;
    border-radius: 13px;
    box-shadow: 0 2px 14px -5px grey;
    border: none;
}

.all-prodcet .card-image {
    display: flex;
    width: 100%;
    height: initial;
    border-radius: 6px 6px 0 0;
    justify-content: center;
}

.all-prodcet .card-image img {
    max-width: 100%;
    /* height: 215px; */
    border-radius: 6px 6px 0 0;
}

.all-prodcet .card-image:hover {
    /* transform: scale(0.98); */
    transition: all 0.3s ease;
}

.all-prodcet .category {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    padding: 20px 0px 5px 0;
}

.all-prodcet .category:hover {
    cursor: pointer;
}

.all-prodcet.heading {
    color: rgb(88, 87, 87);
}

.all-prodcet.heading:hover {
    cursor: pointer;
}

.heading p {
    color: #9ca1a8;
    font-size: 15px;
}

.author {
    color: #9ca1a8;
    font-weight: 400;
    font-size: 11px;
    padding-top: 15px;
    padding-bottom: 0px;
    text-decoration: line-through;
}

.price-revi {
    font-weight: 600;
}

.revi-star-price {
    font-size: 13px;
}

.name:hover {
    cursor: pointer;
}

.heading-star {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.revi-star {
    color: orange;
}

.category-span {
    color: #b5b5b5;
}

label {
    display: inline-block;
    font-size: 12px;
}

.form-check-input {
    width: 16px;
    height: 16px;
    margin: 0;
}

.add-img {
    padding-bottom: 10px;
}

.add-img img {
    max-width: 100%;
}

.ads-list-prodcut {
    margin-bottom: 23px;
}

.Product-discount-label {
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 7px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.i-botton-cicrl {
    border: 1px solid;
    padding: 0px 0px 0px 6px;
    border-radius: 40px;
    height: 17px;
    width: 17px;
    display: inline-block;
    margin-left: 4px;
    font-size: 10px;
}

.Product-new-fevaret {
    font-size: 20px;
    text-transform: uppercase;
    padding: 2px 7px;
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}

.Product-discount-label {
    background-color: #ffd3dd;
    right: auto;
    left: 20px;
    color: #ff0138;
    border-radius: 4px;
}

.Product-new-fevaret {
    background-color: #fff;
    left: auto;
    right: 20px;
    border-radius: 50%;
}

.accordion-button {
    padding: 0 !important;
    font-weight: 600;
}

.accordion-header .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent !important;
    box-shadow: unset;
    padding: 0;
    font-weight: 600;
}

.filter-text #accordionPanelsStayOpenExample {
    padding: 0px 0 0px 0;
}

.accordion-body {
    padding: 16px 0;
}

.accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

.accordion-item {
    border: none !important;
}

/* ----------------------------price-renge-code----------------- */
.priceSlider h1 {
    font-size: 17px;
    font-weight: bold;
}

.priceSlider p {
    font-size: 10px;
    margin-top: 20px;
}

.min-max label {
    font-size: 14px;
    float: left;
    margin-right: 5px;
    line-height: 1.6;
}

.min {
    float: left;
}

.max {
    float: right;
}

.min-max {
    margin: 0 auto;
    padding: 25px 0px 50px 0px;
}

.min-max span {
    font-size: 12px;
    display: inline-block;
    width: 88px;
    border: 1px solid #dedede;
    padding: 4px 0px 4px 9px;
    border-radius: 8px;
}

.min-max-range {
    padding: 0;
}

.range {
    -webkit-appearance: none;
    appearance: none;
    width: 50%;
    height: 3px;
    max-width: 400px;
    background-color: #000000;
    margin: 0;
    padding: 0;
    outline: none;
    float: left;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #000;
}

.range::moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #000;
}

.btn:hover {
    border-color: #eef2f5 !important;
}

.btn-check:active+.btn,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:active {
    border-color: #eef2f5 !important;
}


/*--------------------- eventlist-code-start------------- */


/* #featured-elvents .container, #featured-elvents .container-lg, #featured-elvents .container-md, #featured-elvents .container-sm, #featured-elvents .container-xl {
    max-width: 1190px !important;
} */



.myyySwiper .swiper-button-prev {
    background-image: url("../images/arrow-new-left-new.png") !important;
    background-repeat: no-repeat;
    margin-left: -10px !important;
    width: 50px;
    height: 50px;
}

.myyySwiper .swiper-button-next {
    background-image: url("../images/arrow-new-right-new.png") !important;
    background-repeat: no-repeat;
    margin-right: -8px !important;
    height: 50px;
    width: 50px;
}

.bannerSwiper .swiper-button-prev {
    background-image: url("../images/arrow-new-left.png") !important;
    background-repeat: no-repeat;

}

.bannerSwiper .swiper-button-next {
    background-image: url("../images/arrow-new-right.png") !important;
    background-repeat: no-repeat;

}

.bannernewSwiper .swiper-button-prev {
    background-image: url("../images/arrow-new-left.png") !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    top: 50% !important;
    position: absolute;

}

.bannernewSwiper .swiper-button-next {
    background-image: url("../images/arrow-new-right.png") !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    top: 50% !important;
    position: absolute;

}

.newSwiper .swiper-button-prev {
    background-image: url("../images/arrow-new-left-new.png") !important;
    background-repeat: no-repeat;
    margin-left: -7px !important;
    box-shadow: 3px 8px 8px 0px #ccc;
    border-radius: 39px;

}

.newSwiper .swiper-button-next {
    background-image: url("../images/arrow-new-right-new.png") !important;
    background-repeat: no-repeat;
    margin-right: -8px !important;
    box-shadow: 3px 8px 8px 0px #ccc;
    border-radius: 39px;
}

.newSwiper .swiper-button-next,
.newSwiper .swiper-button-prev {
    width: calc(var(--swiper-navigation-size)/ 23 * 26) !important;
    height: 50px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none !important;
}


/* section #ashok start */

.Look-out {
    background-color: #0c172f;
    border-radius: 29px;
}

.one {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.one h1 {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    font-family: Poppins;
    padding: 0px 0px 0px 40px;
}

section {
    padding: 25px 0;
}

#featured-elvents h3.step-out {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: -1px;
    font-size: 20px;
    color: #373435;
    padding-top: 10px;
}

.two button.btn.btn-primary {
    padding: 7px 10px;
    background-color: #31c0f0 !important;
    border-radius: 4px;
    margin: 35px 0 0 0;
    color: #fff;
}

.two p {
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
}

.two span {
    color: #31c0f0;
}

.three span {
    color: #ec1066 !important;
}

button.btn.btn-primary.three {
    padding: 7px 10px;
    background-color: #ec1066 !important;
    border-radius: 4px;
    margin: 35px 0 0 0;
    border: none;
}

.two.fa {
    margin-right: 10px !important;
}

.two img {
    margin: 0px 5px 0px 0px !important;
}

/* section #ashok end */


/* section #step-out start */
.icon.fa {
    background-color: #f5f6f7;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 10px;
    font-size: 25px;
    margin-bottom: 10px;
}

h3.step-out {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: -1px;
    font-size: 20px;
    color: #373435;
    font-weight: 600;
}

#step-out p {
    font-size: 12px;
}

.button {
    /* display: flex; */
    justify-content: end;
    align-items: end;
    /* float: right; */
    text-align: right;
}

.box {
    box-shadow: 0px 0px 6px #ccc;
    margin: 6px;
    border-radius: 6px;
    background: #fff;
}



.box img {
    width: 100% !important;
    border-radius: 6px 6px 0px 0px;

}

.box h4 {
    font-size: 16px;
    margin: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 600;
}

.box h5 {
    font-size: 14px;
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: #615b5b;
}

.box h6 {
    font-size: 13px;
    margin: 6px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: #615b5b;

}

.box h3 {
    font-size: 13px;
    padding-top: 25px;
}

.text-slider {
    padding-bottom: 10px;
    position: relative;
    margin: 15px;
    text-align: left;
}

.text-slider p {
    color: #31c0f0 !important;
    padding-top: 17px;
}

.box button.btn.btn-outline-secondary {
    position: absolute;
    right: 0;
    margin: 10px 16px 0 0;
    background-color: #31c0f0 !important;
    color: #fff !important;
    border: none !important;
    padding: 4px 14px;
    font-size: 12px;
}


.swiper.myySwiper {
    padding: 20px;
}

.swiper.mySwiper {
    padding: 20px;
}

/* section #step-out end */


/* section #find-new start */

#find-new img.img-fluid {
    border-radius: 5px;
}

#find-new h6 {
    position: absolute;
    margin: 6px 0px 0px 13px;
    color: #fff;
    font-weight: bold;
}

/* section #find-new end */





/* section #browse-events start */
#browse-events h3.step-out {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: -1px;
    font-size: 20px;
    color: #373435;
    padding-top: 10px;
}

.boxx .img-fluid {
    max-width: 50%;
    height: auto;
}

.boxx {
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 9px;
    padding: 30px 0;
    font-size: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-text {
    text-align: center;
}

.main-text h4 {
    text-align: center;
    font-size: 17px;
    padding: 11px 0 7px 0;
}

.main-text p {
    font-size: 10px;
}

.buttonn button.btn.btn-outline-secondary {
    border-radius: 26px;
    background: #ccc;
    border: none;
}

.buttonn button.btn.btn-outline-secondary:hover {
    border: none !important;
}

/* section #browse-events end */




/* section #adventure start */
#adventure h3.step-out {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: -1px;
    font-size: 20px;
    color: #373435;
    padding-top: 10px;
}

/* section #adventure end */


/* section #workshop start */
#workshop h3.step-out {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: -1px;
    font-size: 20px;
    color: #373435;
    padding-top: 10px;
}

#workshop p {
    color: #ec1066 !important;
}

#workshop .box button.btn.btn-outline-secondary {
    position: absolute;
    right: 0;
    margin: 10px 16px 0 0;
    background-color: #31c0f0 !important;
    color: #fff !important;
    border: none !important;
    background-color: #ec1066 !important;
}

.play.fa {
    padding-right: 10px !important;
}

#workshop .back {
    background-color: #fef3f7 !important;
    padding: 5px 0;
}

/* section #workshop end */



/* section #courses start */
#courses h3.step-out {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: -1px;
    font-size: 20px;
    color: #373435;
    padding-top: 10px;
}

#courses p {
    color: #ec1066 !important;
}

#courses .box button.btn.btn-outline-secondary {
    position: absolute;
    right: 0;
    margin: 10px 16px 0 0;
    background-color: #31c0f0 !important;
    color: #fff !important;
    border: none !important;
    background-color: #ec1066 !important;
}

#courses .box h3 {
    font-size: 13px;
    padding-top: 10px;
}

#courses .back {
    background-color: #fef3f7 !important;
    padding: 5px 0;
}

/* section #courses end */


/* section #music start */
#music h3.step-out {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: -1px;
    font-size: 20px;
    color: #373435;
    padding-top: 10px;

}

.back {
    background-color: #f5fcfe !important;
    color: #31c0f0;
    padding: 5px 0;
    border-radius: 0px 0px 6px 6px;
    text-align: left;
}

.back p {
    font-size: 13px;
    padding: 0 15px;
}

/* section #music end */


/* section #featured-elvents start */

#featured-elvents h4 {
    position: absolute;
    top: -90px;
    /* bottom: 10px; */
    color: #fff;
    /* left: 0; */
    /* right: 0; */
}

/* section #featured-elvents end */












#footer {
    background: #04101a;
    padding: 50px 0px;
}

#footer img {
    margin: 0px 0px 10px;
}

.socil {
    padding: 25px 0px;
    display: flex;
}

.socil li a {
    background: #364048;
    height: 35px;
    width: 35px;
    border-radius: 100px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 6px 0px;
}

.socil li a:hover {
    background: #ffa836;
}

.socil li {
    padding: 5px 10px 5px 0px;
}

.contact li {
    padding: 3px 0px;
}

.contact li a {
    color: #9b9fa3;
    font-size: 15px;
    text-decoration: none;
}

.contact li a i {
    padding-right: 6px;
}

.foter_link h1 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0px;
}

.foter_link ul li {
    padding: 5px 0px;
}

.foter_link ul li a {
    font-size: 15px;
    color: #c3c4c5;
}

.foter_link p {
    font-size: 15px;
    color: #c3c4c5;
    padding: 8px 0px;
}

.foter_link .form-control {
    border: 1px solid #50585f;
    border-radius: 5px;
    background: none;
    height: 45px;
    box-shadow: none;
    outline: none;
    margin: 7px 0px;
}

.foter_link .btn {
    background: #d01818;
    color: #fff;
    border-radius: 5px;
    width: 150px;
    padding: 10px 0px;
    text-transform: uppercase;
    border: 1px solid #d01818;
    margin: 10px 0px;
}

.foter_link .btn:hover {
    background: #ffa836;
    border-color: #ffa836;
}

#last_text {
    background: #000000;
    padding: 15px 0px;
}

#last_text p {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 400;
}

#last_text p a {
    float: right;
    color: #a3a3a3;
}

#last_text p a:hover {
    color: #ffa836;
}


/* -----------------------------------add-details-page-code--------------------------- */

.add-detils-xperia-text {
    display: flex;
    margin-bottom: 15px;
}

.add-detils-xperia-text a {
    background-color: #7b7b7b;
    border-radius: 5px;
    line-height: 27px;
    padding: 0 12px;
    color: #ffff;
    margin-left: 6px;
}

.add-detils-xperia-electronics {
    margin-top: 13px;
}

.add-detils-xperia-text h1 {
    font-size: 25px;
    font-weight: 700;
}

.add-detils-xperia-electronics {
    margin-top: 13px;
    color: #b3b3b3;
    display: flex;
}

.xperia-electronics-today {
    color: #b3b3b3;
}

.add-detils-xperia-bg {
    background-color: #fff;
    padding: 15px 30px;
}

.big-img-shep {
    position: absolute;
    top: 50px;
    right: -10px;
    background-image: url(../images/25%-img.png);
    padding: 10px 36px;
    color: #fff;
    height: 54px;
    background-repeat: no-repeat;
}

.flex-box {
    display: flex;
    width: 100%;
    margin: 20px auto;
}

.left {
    width: 100%;
    position: relative;
}

.big-img {
    width: 100%;
    overflow: hidden;
    height: 450px;
}

.big-img img {
    width: auto;
    transition: all 0.3s ease;
    border-radius: 5px;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.images {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}

.small-img {
    width: 100px;
    overflow: hidden;
    margin: 0 0 0 10px;
    border-radius: 5px;
}

.small-img img {
    width: inherit;
    cursor: pointer;
    transition: all 0.3s ease;
}

.small-img:hover img {
    transform: scale(1.2);

}

.big-img:hover img {
    transform: scale(1.2);

}


.ads-detils-ads-text h1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 13px;
}

.ads-detils-sony-top-text p {
    font-size: 14px;
}

.ads-detils-sony-top-text {
    padding: 13px 0;
}

.ads-detils-sony-camera-text h4 {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
}

.ads-detils-sony-network-text h4 {
    padding-bottom: 17px;
    font-size: 18px;
    font-weight: normal;
}

.ads-detils-sony-camera-text li {
    padding-bottom: 3px;
}

.ads-detils-right-box-sale {
    font-weight: bold;
    padding-right: 7px;
}

.ads-detils-right-box-text {
    background-color: #f6f6f6;
    border: 1px solid #cebcbc;
    border-radius: 5px;
    padding: 20px 15px;
    margin-top: 10px;
}

.ads-detils-right-box-text p {
    padding-bottom: 3px;
}

.ads-detils-right-soical-icon {
    padding-top: 20px;
}

.social-icon-and-text {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    color: #16a085;
}

.social-icon-and-text p {
    padding-left: 10px;
}

.social-icon-and-text-report p {
    padding-left: 10px;
}

.social-icon-and-text-report {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    color: #000;
}

.ads-detils-coll-message {
    display: flex;
    border-top: 1px solid #ccc;
    background-color: #f8f8f8;
}

.ads-detils-coll-message {
    display: flex;
}

.ads-detils-coll-sms {
    margin: 13px 10px 13px 10px;
}

.ads-detils-coll-call {
    padding-right: 3px;
    margin: 13px 10px 13px 0px;
}

.ads-detils-coll-sms a {
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
}

.ads-detils-coll-sms i {
    padding-right: 3px;
}

.ads-detils-coll-call a {
    padding: 10px 20px;
    display: inline-block;
    background-color: #e4cb65;
    border-radius: 5px;
    color: #fff;
}

.ads-detils-coll-call i {
    padding-right: 3px;
}

.ads-detils-posted-img-text {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.ads-detile-all {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.ads-detils-posted-img {
    width: 32%;
}

.ads-detils-posted-img img {
    max-width: 100%;
    border-radius: 5px;
    height: 80px;
    object-fit: cover;
}

.ads-detils-posted-text {
    margin-left: 15px;
}

.ads-detils-posted-text a {
    border: 1px solid #2ecc71;
    font-size: 13px;
    padding: 3px 7px;
    margin-top: 6px;
    display: inline-block;
    color: #2ecc71;
}

.ads-detils-posted-text h5 {
    font-weight: bold;
    color: #16a085;
}

.ads-detile-joind-all {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.ads-detile-botton-contact {
    padding: 25px 15px;
}

.ads-detile-contact {
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    background-color: #2ecc71;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    padding: 13px 0;
    line-height: 15px;
    margin-bottom: 10px;
}

.ads-detile-number {
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    background-color: #e4cb65;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    padding: 13px 0;
    line-height: 15px;
}

.ads-detile-joind {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.ads-detile-joind a {
    color: #000;
}

.ads-detile-joind a i {
    padding-right: 14px;
}

.stap-out-all-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ads-detils-safety-all {
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 18px 0;
    border-radius: 5px;
    overflow: hidden;
}

.ads-detils-safety-top-heding {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    background-color: #f8f8f8;
}

.ads-detils-safety-bottom-text {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.ads-detils-safety-bottom-li {
    font-size: 14px;
    padding-left: 8px;
}

.ads-detils-safety-top-heding h5 {
    font-size: 16px;
}

.ads-detils-safety-more-botton a {
    color: #16a085;

}

.ads-detils-safety-more-botton {
    text-align: right;
    padding-top: 5px;
}


/* ------------------checkout-code-start----------------- */

.check-out-mticket-heding {
    background-color: #fff;
    padding: 20px;
}

.check-out-mticket-top {
    color: #717171;
    padding-bottom: 30px;
}

.check-out-mticket-checks .form-check-input:checked {
    background-color: #ff0000;
    border-color: #ff0000;
}

.check-out-mticket-checks label.form-check-label {
    font-size: 25px;
    margin: -5px 0px 0 15px;
}

.check-out-mticket-checks .form-check-input {
    width: 26px;
    height: 26px;
    margin-bottom: 25px;
}

.check-out-mticket-checks .form-check {
    margin-bottom: 0;
}

.check-out-mticket-checks a {
    color: #000;
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.check-out-mticket-checks a span {
    padding-left: 5px;
}

.check-out-mticket-information {
    background-color: #ecf5ff;
    margin: 10px 0px 0 13px;
}

.check-out-mticket-info-all {
    padding: 24px 30px;
}

.check-out-mticket-info-all ul li {
    font-size: 15px;
    padding-top: 7px;
}

.check-out-right-box {
    background-color: #fff;
    padding: 20px;
}

.check-out-right-box-heding {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px;
}

.check-out-right-box-Concert {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.check-out-right-box-heding h4 {
    font-size: 20px;
    padding: 0 0 3px 0;
}

.check-out-right-box-heding p {
    font-size: 13px;
    color: #848484;
}

.check-out-all-text {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.check-out-all-text h2 {
    font-size: 15px;
    line-height: 27px;
    font-weight: normal;
}

.events {
    background-color: #fff !important;
}

.check-out-right-box-adityaram {
    padding-top: 12px;
}

.check-out-platinum h1 {
    font-size: 20px;
}

.check-out-sub-heding {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 7px;
}

.check-out-book-heding {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.check-out-booking {
    display: flex;
    align-items: center;
}

.check-out-sub-free {
    border-bottom: 1px solid #ccc;
    padding: 15px 0 10px 0;
}

.check-out-sub-heding h4 {
    font-size: 15px;
    font-weight: normal;
}

.check-out-sub-heding h2 {
    font-size: 18px;
    font-weight: normal;
}

.check-out-booking h4 {
    font-size: 16px;
    font-weight: normal;
    padding-right: 12px;
}

.check-out-book-heding h2 {
    font-size: 18px;
    font-weight: normal;
}

.check-out-total-heding {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
}

.check-out-book-total-heding {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.check-out-total-heding h4 {
    font-size: 13px;
    font-weight: normal;
}

.check-out-total-heding h2 {
    font-size: 16px;
    font-weight: normal;
}

.check-out-book-total-heding h4 {
    font-size: 13px;
    font-weight: normal;
}

.check-out-book-total-heding h2 {
    font-size: 16px;
    font-weight: normal;
}

.check-out-total-free {
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #ccc;
}

.check-out-total-amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 5px 0 20px 0;
}

.check-out-state {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 20px;
}

.check-out-total-amount h6 {
    color: #000;
    font-size: 17px;
    font-weight: normal;
}

.check-out-state p {
    font-size: 12px;
}

.check-out-state-by {
    display: flex;
    align-items: center;
    padding: 0 13px;
}

.check-out-state-by h6 {
    font-size: 12px;
    padding-left: 7px;
}

.select-state {
    border: none;
    color: #000 !important;
    padding: 0 0 0 0 !important;
}

.check-out-to-Pay a {
    background-color: #ec5e71;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}

/*----------------post-ads------------- */
/* .post-ads-bg-all-cantent{
    padding: 0 !important;
} */
.post-ads-bg-all {
    background-color: #fff;
    width: 100%;
    display: inline-block;
    padding: 35px 8px;
    border: 2px solid #ccc;
}

.post-ads {
    border-bottom: 1px solid #ccc;
    padding: 0px 0 45px 0;
}

.sell-top-heding h1 {
    font-size: 25px;
    font-weight: bold;
}

.sell-top-heding p {
    font-size: 14px;
    padding: 7px 0 0 0;
}

.post-ads-your-car h5 {
    padding-bottom: 20px;
}

.post-ads-your-car {
    padding: 30px 0 0 0;
}

.post-ads-your-car .form-select {
    display: block;
    width: 65%;
    padding: 15px !important;
    font-size: 1rem;
    border-radius: 0.275rem !important;
    transition: none;
    color: #7c7c7c;
    border: 1.7px solid #ccc;
    background-color: transparent;
}

.post-ads-your-car a {
    border: 1px solid #ccc;
    align-items: center;
    height: 50px;
    justify-content: center;
    display: flex;
    width: 100%;
    margin: 0 50px 0 0;
    border-radius: 50px;
    color: #9c9c9c;
}

.post-ads-pdchel {
    display: flex;
    align-items: center;
    width: 90%;
}

.post-ads-your-car p {
    padding: 30px 0 10px 0;
    color: #9c9c9c;
}

.post-ads-registration {
    padding: 40px 0px;
}

.sell-top-tell-us {
    border-bottom: dotted #ccc;
}

.post-ads-registration-secoind {
    padding-top: 0;
}

.post-ads-photos {
    padding: 50px 0;
}

/* 
.post-ads-photos a {
    width: 140px;
    height: 140px;
    display: flex;
    border: 1px solid #000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #585858;
    font-size: 20px;
    margin: 25px 0;
} */

.hero label {
    width: 140px;
    height: 140px;
    display: flex;
    border: 1px solid #000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #585858;
    font-size: 20px;
    margin: 0;
    position: absolute;
    top: 0;
}

.hero img {
    width: 140px;
    height: 140px;
    display: flex;
    border: 1px solid #000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #585858;
    font-size: 20px;
    margin: 25px 0;
}

.hero input {

    display: none;
}

.hero {
    position: relative;
}

.post-ads-information-form textarea {
    background: transparent;
    padding: 15px;
    width: 65%;
    height: 136px;
    margin: 35px 0;
}

.post-ads-information .form-select {
    display: block;
    width: 65%;
    padding: 15px !important;
    font-size: 1rem;
    border-radius: 0.275rem !important;
    transition: none;
    color: #7c7c7c;
    border: 1.7px solid #ccc;
    background-color: transparent;
}

.post-ads-information-additional select.form-select {
    background: #d8f4f5;
    border: none;
}

.coolinput {
    display: flex;
    flex-direction: column;
    width: 65%;
    position: static;
    max-width: 100%;
}

.coolinput label.text {
    font-size: 12px;
    color: #8d8d8d;
    font-weight: 500;
    position: relative;
    top: 0.5rem;
    margin: 0 0 0 7px;
    padding: 0 3px;
    background: #ffffff;
    width: fit-content;
}

.coolinput input[type=date].input {
    padding: 15px;
    font-size: 16px;
    border: 1.5px #ccc solid;
    border-radius: 5px;
    background: transparent;
}

.coolinput input[type=date].input:focus {
    outline: none;
}

.post-ads-your-owners p {
    padding: 0px 0 10px 0;
    color: #9c9c9c;

}

.post-ads-pdchel-owners a {
    border: 1px solid #ccc;
    align-items: center;
    height: 50px;
    justify-content: center;
    display: flex;
    width: 100%;
    margin: 0 23px 0 0;
    border-radius: 50px;
    color: #9c9c9c;
}

.post-ads-pdchel-owners {
    display: flex;
    align-items: center;
    width: 27%;
}


.coolinput input[type=text].input {
    padding: 15px;
    font-size: 16px;
    border: 1.5px #ccc solid;
    border-radius: 5px;
    background: transparent;
}

.coolinput input[type=text].input:focus {
    outline: none;
}

.coolinput input[type=email].input {
    padding: 15px;
    font-size: 16px;
    border: 1.5px #ccc solid;
    border-radius: 5px;
    background: transparent;
}

.coolinput input[type=email].input:focus {
    outline: none;
}

.coolinput input[type=number].input {
    padding: 15px;
    font-size: 16px;
    border: 1.5px #ccc solid;
    border-radius: 5px;
    background: transparent;
}

.coolinput input[type=number].input:focus {
    outline: none;
}

.post-ads-form-check label.form-check-label-post-ads {
    font-size: 14px;
}

.post-ads-form-check input#flexCheckDefault-post-ads {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0px;
}

.post-ads-form-check {
    display: flex;
    align-items: center;
}

.post-ads-botton a {
    width: 100%;
    background-color: #ffe411;
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: bold;
}

.post-ads-botton {
    width: 23%;
}

.post-ads-information {
    padding-top: 30px;
}

.post-ads-registration-secoind-botton {
    padding: 0 0 10px 0;
}

.post-ads-information h5 {
    padding-bottom: 20px;
}

.post-ads-pdchel a:hover {
    background-color: #d01818;
    color: #fff;
}

.post-ads-pdchel-owners a:hover {
    background-color: #d01818;
    color: #fff;
}

.post-ads-botton a:hover {
    background-color: #d01818;
    color: #fff;
}

/* --------------------------------------plattnum-tickets-start------------------------------------ */

.plattnum-tickets-heading h5 {
    line-height: 2;
}

.plattnum-tickets-heading h6 {
    color: #878779;
}

.plattnum-tickets-details .fa {
    padding-right: 10px;
    color: #878779 !important;
}

a.increamentbitn.increase {
    background-color: #000;
    padding: 2px 10px;
    border-radius: 50px;
    margin: 0 -14px;
    color: #fff;
}

a.doenlsciton.decrease {
    background-color: #000;
    padding: 2px 10px;
    border-radius: 50px;
    margin: 0 5px;
    color: #fff;
}

.quantity__box {
    display: flex;
    justify-content: end;
    margin: 0 15px 0 0px;
}

.product-list .quantity__box label {
    display: contents;
    font-size: 12px;
}

input#proqtydatsection529 {
    width: 16%;
    border: none;
    background-color: transparent;
}

/* .plattnum-tickets-details {
    padding-top: 15px;
} */




/* main-top-hedar */

#main-top_header {
    padding: 10px 0;
    background-color: #939393cc;
}

.main-top_header-seacher-bar {
    margin: 0 20px 0 0px;
}

.main-top_header-seacher-bar .form-control {
    display: block;
    width: 100%;
    padding: 0 85px 0 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ccc;
    background-clip: padding-box;
    border: unset !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 5px 5px 0 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.main-top_header-seacher-bar .btn-outline-success {
    --bs-btn-color: #000000;
    --bs-btn-border-color: unset;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ccc;
    --bs-btn-hover-border-color: #ccc;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ccc;
    --bs-btn-active-border-color: #cccc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ccc;
    --bs-btn-disabled-bg: #ccc;
    --bs-btn-disabled-border-color: unset;
    --bs-gradient: none;
    background-color: #ccc;
    margin: 0 0 0 0;
    border-radius: 5px 0px 0px 5px !important;
}

.main-top_header-seacher-bar .form-control:focus {
    color: #212529;
    background-color: #ccc !important;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

.main-top_header-navbar-nav .nav-link span {
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}

.main-top_header-navbar-nav {
    margin: 0;
}

.main-top_header-navbar-nav-profile .nav-item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.main-top_header-navbar-nav-profile .nav-item i.fa.fa-user {
    color: #63A3CD;
    font-size: 25px;
}

.main-top_header-navbar-nav-profile .nav-item i.fa.fa-heart {
    color: rgb(204, 65, 61);
    font-size: 25px;
}

.main-top_header-navbar-nav-profile .nav-item i.fa.fa-shopping-bag {
    color: rgb(200, 118, 6);
    font-size: 25px;
}

.main-top_header-navbar-nav-profile .nav-item a {
    color: #000;
}




.plattnum-tickets-heading {
    margin: 0 0 15px 0;
    width: 100%;
    padding: 3px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plattnum-tickets-details h5 {
    padding-bottom: 20px;
}

.ticket-bg {
    background-color: #fff;
    width: 100%;
    display: inline-block;
    padding: 0px 0px;
    border: 2px solid #ccc;
    margin: 15px 0;
}

#plattnum-tickets {
    border-bottom: 2px solid #878779;
}

.plattnum-tickets-details-box {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.plattnum-tickets-details-box .form-check {
    margin: 0 !important;
}

.plattnum-tickets-details-box p {
    margin: -4px 0 0 0;
}

.quantity__box .form-select {
    display: block;
    width: 100%;
    padding: 8px 22px 8px 8px !important;
    font-size: 14px;
    border-radius: 0.275rem !important;
    transition: none;
    color: #000000;
    border-color: #000000 !important;
    background-position: right 5px center !important;
    background-size: 16px 12px;
}

/* .ticket-book {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

/* plattnum-tickets-end */

/* --------------------other-ads-listing------------ */

/* .other-ads-search-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.other-ads-listing-banner {
    background-image: url(../images/newcar_banner.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.post-ads-buttom-sec {
    background-color: #ffff;
    border-top: 1px solid #ccc;
}

.post-ads-buttom-sec-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.post-ads-botton.post-ads-botton-new {
    width: 15%;
}

.post-ads-botton.post-ads-botton-new a {
    background-color: rgb(231, 27, 57);
    color: #fff;
    border-radius: 5px;
}

.other-ads-search-box-search-1 .form-select {
    border: none;
    color: #b7b7b7;
    padding: 6px 70px 6px 25px !important;
}

.other-ads-search-box-search-1 .dropdown .dropdown-toggle::after {
    margin-left: 50px;
}

.other-ads-search-box-search-1 {
    border-right: 2px solid #b7b7b7;
    padding: 17px 0;
}

.other-ads-search-box-search-button .ads-search-box-search a {
    padding: 15px 82px;
    background-color: rgb(255 70 29);
    color: #ffff;
    display: inline-block;
    border-radius: 7px;
}

.other-ads-search-box-search-2 {
    border-right: unset;
    padding: 0;
}

.other-ads-search-car-heding h1 {
    width: 65%;
    padding: 0 0 20px 0;
    font-size: 46px;
    font-weight: bold;
    color: #fff;
}

#other-ads-listing-box {
    padding: 100px 0;
}

.other-ads-search-box-search-bg {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    width: 100%;
    background-color: #fff;
    height: 70px;
    padding: 0 10px 0 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 2px #ccc;
}

.other-ads-seating-heding h1 {
    font-size: 20px;
    padding-top: 25px;
}

.other-ads-select-box a {
    width: 190px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #000;
    padding-left: 15px;
    border: 2px solid #ff8200;
}

.other-ads-text-box a {
    width: 190px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #000;
    padding-left: 15px;
    border: 2px solid #ff8200;
}

.other-ads-search-on-box a {
    width: 190px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #000;
    padding-left: 15px;
    border: 2px solid #00a2e8;
}

.other-ads-seating-botton a {
    background-color: #fcfcfb;
    color: #000;
    position: absolute;
    right: 0;
    bottom: 53px;
    width: 92px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.other-ads-seating-box {
    position: relative;
    padding: 0px 0;
    border: 1px solid #ccc;
    margin: 15px 0;
}

.other-ads-seating-img img {
    max-width: 100%;
}

.other-ads-seating-text p {
    font-size: 13px;
    padding: 7px;
}

.other-ads-seating-text p span {
    color: #646464;
}

/*---------------lalu code-------------- */
.card-body {
    flex: unset;
    padding: unset;
    color: unset;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.475rem 2.25rem 0.375rem 0.75rem !important;
    font-size: 1rem;
    border-radius: 0.275rem !important;
    transition: none;
    color: #ccc;
}

.card-title i {
    font-size: 21px;
    color: #000;
}

.card-body.card-body h5 {
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}


.dk-enginger.pb-3 h5 {
    font-size: 0.8rem;
    color: #6b7280;
    ;
}

.clear label {
    padding-bottom: 0.3rem;
    padding-top: 0.9rem;
    font-weight: 600;
    font-size: 14px;
}

.boost input#year {
    display: block;
    width: 100%;
    padding: 0.475rem 1rem 0.375rem 0.75rem !important;
    font-size: 1rem;
    border-radius: 0.275rem !important;
    transition: none;
}

.boost input#year {
    padding: 0 12px;
}

.boost label {
    padding-bottom: 0.6rem;
    padding-top: 1rem;
}

h5.card-title.text-center {
    font-size: 1rem;
}

.reasoin {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.dk-engin {
    display: flex;
    align-items: center;
}

.reasoin h6 {
    text-align: center;
    background-color: #eef2f5;
    width: 133px;
    display: flex;
    z-index: 999;
    position: absolute;
    justify-content: center;
}

.border-bottom-new {
    border-bottom: 2px solid #d1d2d3;
    margin: 2px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.card img {
    border-radius: 7px 7px 0 0;
}


.card-title.text-center i {
    margin-left: 3.3rem;
    color: #000;
}

.card-body p.card-text {
    font-size: 0.7rem;
    font-weight: 500;
    color: #6b7b98;
}

.btu {
    display: flex;
    justify-content: center;
    margin: -24px 0px 0 0;
}

.btu .btn.btn {
    background: #000000;
    border-radius: 0.9rem 0.9rem 0 0;
    padding: 4px 1rem 2px 1rem;
    border: none;
    margin: 0px;
    line-height: 18px;
    font-size: 13px;
    font-weight: bold;
}

button.btn.btn-sm.dropdown-toggle.dropdown-toggle-split {
    border-left: 1px solid;
    height: 37px;
    border-radius: 0;
    padding: 0 13px;
}

.btn-group-new-dropdown {
    padding: 7px 98px 7px 12px;
}

.btn-group-new-ul-doun {
    padding: 6px 11px;
}

.delet h6 {
    color: black;
    font-weight: bold;
}

.btn-group-new {
    border: 1px solid;
    border-radius: 5px;
    background: #fff;
}

.dk-enginger {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dk-enginger h6 {
    font-size: 12px;
    margin-right: auto;
    color: #000;
}

.manual {
    border-top: 1px solid #d1d5db;
    border-bottom: 1px solid #d1d5db;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    margin-bottom: 14px;
}

.munual-munu {
    display: flex;
}

.manual h6 {
    font-size: 0.8rem;
    margin-left: 0.5rem;
    color: #939393;
}


.actiom .btn {
    background: rgb(255, 255, 255);
}

.live-auction-all-text-bottom {
    padding: 20px 20px 5px 20px;
}

.actiom .btn {
    padding: 0px 12px;
    border-radius: 1rem;
    box-shadow: 0px 0px 8px #18c2f5;
    border: none;
    color: #0d9488;
    font-size: 13px;
}

.actiom i {
    margin-right: 0.4rem;
    color: #0d9488;
    font-size: 10px;
}

.actiom {
    position: absolute;
    justify-content: center;
    right: 0;
    padding-top: 9px;
    padding-right: 12px;
}

.colock-all-text-icon {
    display: flex;
}

.manual i {
    color: #3cdfcd;
    padding-top: 4px;
}


.clock-one {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.clock-time h6 {
    margin: 1px 0px 0px 7px;
    font-size: 12px;
    font-weight: normal;
    color: #939393;
}

.clock-one p {
    padding-left: 5px;
}

.clock-time i {
    margin-left: 5px;
}

.place-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
}

.action.btn-two {
    display: block;
    color: #111827;
    font-size: 12px;
    line-height: 1.25rem;
    font-weight: 500;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid gray !important;
    width: 49%;
    text-align: center;
    padding: 6px 0;
}

.action {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.25rem;
    font-weight: 500;
    background-color: #3cdfcd;
    border-radius: 4px;
    text-align: center;
    width: 49%;
    padding: 6px 0;

}

.dk-enginger.pb-3 h5 {
    font-size: 12px;
    color: #6b7280;
    padding: 0px 0 0 3px;
    margin: 0;
}

.nav-link i.fa.fa-grav {
    padding: 0 8px 0 0;
}

.munual-munu {
    display: flex;
}

.bid .btn {
    border: 1px solid #d1d5db;
    padding: 9px 35px;
    font-size: 13px;
}

.card {
    border: none;
}

.delet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 0 0 7px 0;
}

.seven {
    text-align: center;
    justify-content: center;
    display: flex;

}

.seven a {
    text-align: center;
    justify-content: center;
    display: flex;
    margin-left: 5px;
    background: #3cdfcd;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    padding: 3px 2px 0 0px;
    color: #000;
}

.delet-Clear-all {
    display: flex;
    justify-content: center;
    align-items: center;
}


.delet-Clear-all i {
    margin-right: 3px;
    color: #000;
}

.delet-Clear-all h6 {
    font-weight: normal;
    font-size: 14px;
}

.all {
    display: flex;
    justify-content: space-between;
}

.all .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
    background-color: #3cdfcd;
}

.all .nav-link {
    color: #000000;
}

ul.nav.nav-pills {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.op-nev {
    display: flex;
}

.short-dropdown a.btn.dropdown-toggle {
    background-color: transparent;
}

.actiom button.btn {
    background-color: #fff;
    color: #3cdfcd;
    font-weight: 500;
}

/* .all i {
    margin-right: 0.8rem;
} */

.all h5 {
    margin-top: 7px;
    color: #000000;
    font-size: 1.2rem;
}

.all .btn {
    color: #000;
    background-color: #3cdfcd;
    border: none !important;
    border-radius: none !important;
}

.filter .btn {
    padding: 0.6rem 3.2rem;
    color: #000;
    background: #fee2e2;
    border: none;
    margin-right: 1rem;
}

.filter .btnt {
    padding: 0.6rem 3.2rem;
    color: #000;
    background: #3cdfcd;
    border: none;
    border-radius: 6px;
}

.end h6 {
    color: #7e7280;
    font-size: 11px;
}

.all .btn {
    padding: 0.3rem 1rem;
}

.form-switch .form-check-input {
    width: 3em;
    height: 1.5rem;
}

.items label {
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0px;
}

.form-switch {
    padding-left: 2.5em;
    display: flex;
    align-items: center;
}

.boost input#broker_fees {
    padding: 0.3rem 0rem;
    border-radius: 4px;
    width: 100%;
}

.short-dropdown {
    justify-content: end;
    display: flex;
}

.short-dropdown li {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

.short-dropdown select {
    padding: 0.4rem 2rem;
    border-radius: 0.4rem;
}

.short-dropdown ul.dropdown-menu.show {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 290px;
}

.tu i,
h6 {
    color: #6b7280;
    margin: 5px 3px;
}


.form-select:focus {
    box-shadow: none !important;
}


.radio-inputs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.5rem;
    padding: 0.25rem;
    width: 100%;
    font-size: 14px;
}

.radio-inputs .radio {
    flex: 1 1 auto;
    text-align: center;
}

.radio-inputs .radio input {
    display: none;
}

.radio-inputs .radio .name {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: none;
    padding: .5rem 0;
    color: rgba(51, 65, 85, 1);
    transition: all .15s ease-in-out;
    font-size: 15px;
}

.radio-inputs .radio input:checked+.name {
    background-color: #3cdfcd;
    font-weight: 600;
}

.tus {
    margin-left: 1rem;
}

.btn-group-new .btn {
    --bs-btn-color: unset !important;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: unset !important;
}

.boost-min-max {
    display: flex;
    width: 100%;
}

.boot-min input {
    border-radius: 5px 0 0 5px !important;
    border-right: 0px !important;
    text-align: center;
}

.boost-min-max input:focus-visible {
    outline: none !important;
}

.boot-min,
.boot-max {
    width: 50%;
}

.boot-max input {
    border-radius: 0 5px 5px 0 !important;
    border-left: 0px !important;
    text-align: center;
}

/* Responsive Swiper: handles 1:1, landscape (16:9), and portrait (9:16) ratios */
.swiper-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.swiper-slide {
  flex-shrink: 0;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  object-fit: contain;
  border-radius: 8px;
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
}

.swiper.main-swiper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  transition: all 0.3s ease;
  background: #fff;
}

#lightboxImage {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: auto;
  display: block;
}

@media (max-width: 768px) {
  .swiper-slide img {
    max-width: 100vw;
    max-height: 80vh;
  }
}

.box-over-car {
    padding: 15px;
    text-align: left;
}

.box-over-car h2 {
    color: #5a5a5a;
    font-size: 18px;
}

.box-over-car h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 24px 0;
    color: #3f3f3f;
}

.box-over-car h3 span {
    font-size: 12px;
    color: #939393;
    font-weight: normal;
}

.box-over-car p {
    font-size: 13px;
    color: #939393;
}

.box-oser-img-car-modal {
    position: absolute;
    right: 18px;
    top: 180px;
    display: flex;
    align-items: center;
    background-color: #fff;
    width: 110px;
    height: 31px;
    border-radius: 20px;
    font-size: 11px;
    justify-content: center;
}

.box-oser-img-car-modal p {
    padding-left: 6px;
}

.box-over-car a {
    border: 1px solid #f75d34;
    width: 100%;
    display: flex;
    height: 42px;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #f75d34;

}

.upcoming-text h1 {
    font-size: 22px;
    padding-bottom: 25px;
    padding-left: 6px;
    padding-top: 10px;
}

.box_oser-car {
    box-shadow: 0px 0px 3px 0px #ccc;
    margin: 5px;
}

.ads-listing-popular-car {
    background-color: #fff;
    padding: 15px 10px;
    box-shadow: 0px 0px 6px 1px #ccc;
}

.popular-cars-all img {
    max-width: 100%;
}

.popular-car-img {
    width: 55px;
}

.popular-cars-all {
    display: flex;
    margin-top: 15px;
}

.popular-img-text {
    margin-left: 5px;
}

.popular-img-text h6 {
    font-size: 11px;
    margin: 0px 0 6px 0;
}

.popular-img-text h5 {
    font-size: 11px;
}

.popular-car-top-heding h4 {
    font-size: 15px;
}



/* myads-start */
/* myads-start */
.profil-myads {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 30px;
    margin: 35px 0 0 0;
}

.profil-img img.img-fluid {
    width: 35%;
}

.profil-img {
    display: flex;
    justify-content: center;
    align-items: center;

}

.profil-myads-text .fa {
    border: 2px solid #000;
    border-radius: 40px;
    padding: 10px 25px;
    color: #000;
}

.profil-myads-text {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.profil-myads-name {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.profil-myads-name .fa {
    padding-right: 7px !important;
}

.profil-myads-name h6 {
    font-size: 15px;
}

.profil-myads-follow {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 33px !important;
}

.content.new-content-aucrion-detail {
    padding: 0;
}

.tab-content-new {
    margin-top: 40px;
}

.profil-myads-follow .fa {
    padding-right: 7px !important;
}

.profil-myads-follow a {
    color: #000;
    padding-right: 15px;
}

.profil-myads-follow span {
    border-left: 1px solid #ccc;
    /* height: 2px; */
    width: 10px;
    padding: 0 15px;
}

.profil-myads-verified .fa {
    padding-right: 10px;
    padding-top: 10px;
}

.profil-myads-verified {
    padding-bottom: 20px;
}

.profil-myads-bttn .btn {
    padding: 15px 0px !important;
    width: 100%;
    margin-bottom: 20px;
    background: #002f34 !important;
    border-radius: 5px !important;
}

.profil-myads-bttn .btn .fa {
    padding-right: 10px;
}

.profil-myads-bttn .btnn {
    padding: 15px 0px !important;
    width: 100%;
    border: 2px solid #002f34 !important;
    border-radius: 5px !important;

}

.profil-myads-bttn .btnn .fa {
    padding-right: 10px;
}

.myads {
    border: 1px solid #d1cfcf;
    padding: 0px 0 15px 0;
    margin-top: 35px;
    border-radius: 5px;
    background-color: #fff;
}

.myads-img {
    display: flex;
    justify-content: center;
    padding: 0 0 15px 0;
    width: 100%;
}

.myads-img .fa {
    padding-left: 15px !important;
    padding-top: 4px;
    font-size: 20px;
}

.myads-texts {
    padding-left: 15px;
    padding-right: 12px;
}

.myads-texts h5 {
    padding-bottom: 5px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.myads-texts h6 {
    color: #5e5353;
    font-size: 14px;
}

.myads-texts p {
    font-size: 12px;
    line-height: 2;
}

.myads-texts span {
    display: flex;
    justify-content: end;
    font-size: 11px;
}

.last-btn .btn {
    padding: 8px 30px !important;
    border: 2px solid #002f34 !important;
    border-radius: 5px !important;
    font-weight: bold;
    margin: 20px 0;
}

.last-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* events-css-start  */
/* events-css-start  */
/* events-css-start  */
/* events-css-start  */

.events-heading h1 {
    font-size: 26px;
    padding-top: 30px;
    display: flex;
    font-weight: 600;
}

.events-prize p {
    font-size: 30px;
    padding-top: 30px;
    display: flex;
    justify-content: end;
    color: #ff922d;
    font-weight: bold;
}

.heading {
    border-bottom: 2px solid #e4e4e4;
    padding-bottom: 30px;
}

.about-this-events-heading {
    padding-top: 30px;
    padding-bottom: 25px;
}

.about-this-events-heading h5 {
    font-weight: 600;
}

.event-overview-heading h5 {
    font-weight: 600;
}

.event-overview-heading {
    padding-top: 30px;
    padding-bottom: 25px;
}

.address-heading {
    padding-top: 30px;
    padding-bottom: 25px;
}

address {
    padding-top: 30px;
}

.address span {
    color: #259a88;
    font-weight: 600;
}

.profil-top {
    display: flex;
    background: #fff;
    border: 2px solid #eeeeee;
}

.profil-top p {
    color: #ccc;
    padding-top: 20px;
}

.profil-top h3 {
    color: #179a8c;
    font-size: 18px;
    font-weight: 600;
}

.profil-top .btn {
    padding: 2px 11px !important;
    color: #09f98b !important;
    border: 1px solid #09f98b !important;
    margin: 7px 0;
    border-radius: 1px !important;
    font-size: 12px !important;
    margin: 8px 0 20px 0;
}

.profil-top-img {
    padding-right: 30px;
    margin-top: 20px;
    margin-left: 15px;
}

.profil-top-img img.img-fluid {
    height: 80px;
}

.event-details-heading {
    background-color: #f8f8f8;
    border: 2px solid #eeeeee;
    padding: 15px 15px;
    border-radius: 5px 5px 0 0;
}

.event-details-heading h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    padding-left: 5px;
}

.event-details-content {
    background: #fff;
    border: 2px solid #eeeeee;
    border-top: none;
}

.event-details-content h6 {
    font-weight: bold;
    font-size: 14px;
}

.event-details-content {
    padding: 20px 0px 1px 15px;
}


.event-details-content .fa {
    font-size: 22px;
    color: #60656b;
    padding-right: 15px;
}

.dete-time-sub p {
    font-size: 14px;
}

.dete-time-sub {
    display: flex;

    align-items: center;
    /* padding: 32px 0; */
    padding: 20px 0 25px 0;
}

.event-details-content .btn {
    padding: 8px 100px !important;
    color: #fff !important;
    background-color: #38ca75 !important;
    border: none !important;
    border-radius: 5px !important;
    margin-bottom: 20px;
}



/* ----------------------------------------new----------------------------------- */

.ref span {
    color: #433e3e;
    font-size: 13px;
}

.views H6 {
    color: #716f6f;
    font-size: 15px;
}

.ref p {
    font-size: 13px;
}

.card {
    border: none;
}

.card-bodyy {
    flex: 1 1 auto;
}

.mulsanne h5 {
    font-weight: 600;
    font-size: 19px;
}

.bentely {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mulsanne i {
    margin-left: -0.3rem;
    margin-right: 0.8rem;
    font-size: 30px;
}


.mulsanne i.fa.fa-bookmark-o {
    margin-left: 13px;
}

.gb i {
    margin-right: 1rem;
}

.ewb i {
    margin-right: 1em;
    font-size: 25px;
}

.eye i {
    margin-right: 7px;
    font-size: 20px;
}

.ref h5 {
    color: #4d5b68;
    font-size: 18px;
}

.ref p {
    padding-top: 1rem;
    color: #4d5b68;
    padding-bottom: 3rem;
}

.latest {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c1c4c9;
    padding-bottom: 28px;
}

.bids .btn.btn-outline-primary {
    background: #fff !important;
    color: #000;
}

.tu h6 {
    color: #6b7280;
    margin: 5px 0px;
}

.value .btn {
    border-color: #c8c9ca;
}

.anthoney {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.date h6 {
    font-size: 14px;
    color: #6b7280;
    text-align: end;
}

.curency h5 {
    padding-bottom: 9px;
    color: #757980;
    font-weight: 600;
    font-size: 18px;
}

.curency h6 {
    color: #404348;
    font-size: 14px;
}

.date h5 {
    font-size: 15px;
    padding-bottom: 9px;
    color: #56968e;
}

.cylinder-icon-text img {
    margin-right: 10px;
}

.cylinder-icon-text i {
    font-size: 18px;
    color: #3cdfcd;
}

.place .btn {
    background: #3cdfcd;
    border: none;
    color: #000;
    width: 100%;
}

.value .btn {
    padding: 7px 24px;
}

.value i {
    margin: 5px 0px 0px 11px;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none !important;
}

.btn.active {
    background: #3cdfcd;
}

.actions-patner.btn {
    border: 1px solid;
}

.value {
    justify-content: space-between;
    display: flex;
    padding-bottom: 37px;
}

.value .btn:hover {
    background: #3cdfcd;
}




.accordion-button:focus {
    box-shadow: none !important;
    /* background-color: #fff !important; */

}

.year {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.cylinder-icon-text {
    display: flex;
}

.cylinder-icon-text i {
    font-size: 25px;
    margin-right: 10px;
}

.cylinder h5 {
    margin: 0px 0px 0px 33px;
}

.other-info h5 {
    margin: 0px 0 0 34px;
    font-size: 13px;
    padding-top: 5px;
}

.other-info {
    width: 50%;
}

.cylinder {
    width: 50%;
}

.other-info h6 {
    font-size: 13px;
    color: #8c8888;
}

.cylinder h6 {
    font-size: 13px;
    color: #8c8888;
}

.cylinder h5 {
    font-size: 13px;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff !important;
    box-shadow: none !important;
    border: none;
}

.accordion-button {
    color: #000 !important;
}

.flex-box-new {
    display: flex;
    width: 90%;
    margin: 0px auto;
}

.action-left {
    width: 100%;
}

.action-big-img {
    width: 100%;
    overflow: hidden;
}

.action-big-img img {
    width: inherit;
    transition: all 0.3s ease;
}

.action-images {
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin-top: 12px;
    margin-left: 12px;
}

.action-small-img {
    width: 19%;
    overflow: hidden;
    border: 1.5px solid black;
}


.action-small-img img {
    max-width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.action-small-img:hover img {
    transform: scale(1.2);

}

.action-big-img:hover img {
    transform: scale(1.2);

}

.aucrion-main-autar {
    display: flex;
}

.auction-detail-main-img {
    background-color: #3cdfcd;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-united-car {
    display: flex;
    padding-top: 40px;
}

.action-united-car p {
    margin-left: 28px;
    font-size: 14px;
    padding-top: 6px;
    color: #545151;
    font-weight: 500;
}

.action-united {
    padding-top: 30px;
}

.actions-kindom span {
    color: #3cdfcd;
    font-size: 17px;
    font-weight: bold;
    margin-right: 13px;
}

.actions-kindom {
    padding-top: 10px;
}

.classfiled {
    padding-top: 20px;
}

.actions-patner {
    padding-top: 30px;
    padding-bottom: 47px;
}

.actions-patner .btn {
    background: #e5e7eb;
    padding: 2px 16px;
    border-radius: 26px;
    border: none;
    color: #625757;
    font-size: 14px;
}

.actions-hallmar {
    background: #fff;
}

.actions-patner i.fa.fa-check {
    margin-right: 10px;
    color: #3cdfcd;
    font-size: 16px;
}

.action-united i {
    background: #004226;
    padding: 36px 36px;
    border-radius: 50%;
    font-size: 61px;
    font-weight: 200;
    color: #fff;
}

.auction-detail-icon-text {
    text-align: center;
}

.Vehicle-icon i {
    color: #3cdfcd;
}

.auction-Vehicle {
    background: #f0fdfa;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}

.Vehicle {
    text-align: center;
}

.action-aspecific {
    padding-top: 30px;
    padding-bottom: 30px;
}

.auction-Specifications h6 {
    padding-bottom: 30px;
}

.auction-Specifications p {
    padding-bottom: 10px;
    font-size: 13px;
}

.auction-Specifications span {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.auction-inform span {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    padding-top: 30px;
}

.auction-inform p {
    padding-top: 23px;
    padding-bottom: 12px;
}

.auctions-about span {
    font-size: 18px;
    font-weight: 600;
}

.auctions-about {
    padding-top: 0px;
}

.auctions-about-text p {
    padding-top: 33px;
    line-height: 2;
}

.actions-modal-text span {
    color: #000;
    font-weight: 600;
    font-size: 17px;
}

.auction-modal {
    padding-top: 30px;
}

.actions-modal-text p {
    padding-top: 33px;
    line-height: 2;
}

.mulliner {
    padding-bottom: 31px;
    font-size: 20px;
    font-weight: 600;
    padding-top: 30px;
}

.action-options-text p {
    padding-bottom: 13px;
}

.actions-services-text p {
    padding-bottom: 32px;
    font-size: 14px;
    color: #816a6a;
}

.action-comments h5 {
    padding-bottom: 40px;
}

.action-comments .form-control:focus {
    box-shadow: none !important;

}

.action-comments .form-control {
    border: 1px solid #ccc;
}

.action-comments textarea#floatingTextarea2 {
    height: 100px;
    width: 70%;
}

.action-box {
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 8px 0px #ccc;
}

.action-stocke {
    justify-content: center;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.action-car-hell-text {
    display: flex;
    justify-content: center;
}

.action-car-hell {
    padding-top: 30px;
}

.action-car-hell-text a {
    border-radius: 58%;
    padding: 45px 65px;
    background: #004226;
    font-size: 50px;
}

.actions-website {
    justify-content: center;
    display: flex;
}

.actions-website .btn {
    margin: 7px 6px 5px 6px;
    background: rgb(255, 255, 255);
    border: 1px solid #ccc;
}

.action-icon {
    justify-content: center;
    display: flex;
    padding-top: 30px;
}

.action-icon i {
    background: #004226;
    border-radius: 53%;
    padding: 10px 12px;
    font-size: 17px;
    color: #fff;
}

.action-icon i {
    margin: 0px 16px 4px 0px;
}

.line-new {
    border-bottom: 2px solid;
    padding-top: 70px;
}

.action-delar {
    justify-content: center;
    display: flex;
    margin: -19px 0 20px 0;
}

.action-delar .btn {
    background-color: #fff;
    color: #000;
    padding: 6px 12px;
    border: 1px solid #ccc;
    color: #3e3535;
}

.key-vehical-new {
    margin: 25px 0 0 0;
    box-shadow: 0px 0px 4px 0px #ccc;
    padding: 15px 8px;
}

.key-vehical {
    box-shadow: 0px 0px 4px 0px #ccc;
    padding: 15px 8px;
}

.key-vehical-new .accordion-item {
    border: 0 !important;
}

.key-vehical .accordion-item {
    border: 0 !important;
}

.spinner-wrapper {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-border {
    height: 40px;
    width: 40px;
}

.check-out-mticket-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.check-out-mticket-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.check-out-mticket-form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.check-out-mticket-group {
    position: relative;
}

.check-out-mticket-form .check-out-mticket-group label {
    font-size: 14px;
    color: rgb(0, 0, 0);
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: #fff;
    transition: all .3s ease;
}

.check-out-mticket-form .check-out-mticket-group input,
.check-out-mticket-form .check-out-mticket-group textarea {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    outline: 0;
    width: 100%;
    background-color: transparent;
}

.check-out-mticket-form .check-out-mticket-group input:placeholder-shown+label,
.check-out-mticket-form .check-out-mticket-group textarea:placeholder-shown+label {
    top: 13px;
    background-color: transparent;
}

.form .group input:focus,
.form .group textarea:focus {
    border-color: #3366cc;
}

.check-out-mticket-form .check-out-mticket-group input:focus+label,
.check-out-mticket-form .check-out-mticket-group textarea:focus+label {
    top: -10px;
    left: 10px;
    background-color: #fff;
    color: #3366cc;
    font-weight: 600;
    font-size: 14px;
}

.check-out-mticket-form .check-out-mticket-group textarea {
    resize: none;
    height: 100px;
}

.check-out-mticket-form button {
    background-color: #3366cc;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 20%;
}

.modal-header {
    border-bottom: none !important;
    padding: 35px 20px 0 20px;
}

.check-out-mticket-form button:hover {
    background-color: #27408b;
}



.place-top-head-left {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.place-top-head {
    display: flex;
    align-items: center;
}

.place-top-head-left p {
    padding-left: 7px;
    font-weight: 500;
}

.place-center-content {
    padding: 10px 15px 30PX 15PX;
}

.place .modal {
    --bs-modal-width: 1000px !important;
}

.place-top-head-heding h1 {
    font-size: 30px;
    padding-bottom: 15px;
}

.place-top-head-bid-table {
    display: flex;
    border-bottom: 1px solid;
}

.place-top-head-bid-table p {
    color: #858585;
}

.place-top-head-bid-table p.active {
    border-bottom: 3px solid #00a2e8;
    padding: 0 25px 10px 0;
    margin: 0 0 -1px 0;
}

.place-top-head-stuttgart-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.place-top-head-stuttgart {
    margin-top: 15px;
}

.place-top-head-stuttgart-left p {
    font-size: 14px;
}

.place-top-head-stuttgart-left h5 {
    font-size: 18px;
}

.place-top-head-stuttgart-right p {
    font-size: 14px;
    text-align: end;
}

.place-top-head-stuttgart-right h5 {
    color: rgb(115, 194, 194);
    font-size: 13px;
    font-weight: normal;
}

.place-icon-text {
    font-size: 17px;
    color: #000;
}

.place-icon-text i {
    padding-right: 7px;
}

.place-london-new p {
    font-size: 12px;
}

.group {
    position: relative;
}

.group label {
    font-size: 14px;
    color: rgb(99, 102, 102);
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: #fff;
    transition: all .3s ease;
}

.group input,
.group textarea {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    outline: 0;
    width: 100%;
    background-color: transparent;
}

.group input:placeholder-shown+label,
.group textarea:placeholder-shown+label {
    top: 10px;
    background-color: transparent;
}

.group input:focus,
.group textarea:focus {
    border-color: #3366cc;
}

.group input:focus+label,
.group textarea:focus+label {
    top: -10px;
    left: 10px;
    background-color: #fff;
    color: #3366cc;
    font-weight: 600;
    font-size: 14px;
}

.group textarea {
    resize: none;
    height: 100px;
}

.place-enter-your-box p {
    color: #858585;
    padding-bottom: 10px;
}

.place-enter-your-box {
    margin-top: 40px;
}

.place-enter-your-box h4 {
    padding-top: 10px;
}

.place-enter-your-box a {
    background-color: #3cdfcd;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    font-size: 20px;
    border-radius: 5px;
}

.place-enter-your-box h3 {
    font-size: 25px;
    padding-bottom: 15px;
}

.place-centat-content-all ul.nav.nav-pills {
    display: flex;
    justify-content: left;
    align-items: center;
    border-bottom: 1px solid;
}

p.active {
    color: #858585;
}

.place-centat-content-all .nav-pills .nav-link.active,
.place-centat-content-all .nav-pills .show>.nav-link {
    color: #858585 !important;
    background-color: unset !important;
    border-bottom: 3px solid #3cdfcd;
    margin: 0 0 -1px 0;
}

.place-centat-content-all .nav-link:focus,
.place-centat-content-all .nav-link:hover {
    color: #858585;
}

.place-centat-content-all .nav-link {
    border-radius: unset !important;
    color: #858585;
}






.plattnum-tickets-heading label {
    padding: 0px 15px 0 0;
    cursor: pointer;
    display: flex;
}

.plattnum-tickets-heading label input[type="checkbox"] {
    display: none;
}

.plattnum-tickets-heading label input[type="radio"] {
    display: none;
}

.plattnum-tickets-heading label .icon-box {
    position: relative;
    display: flex;
    width: 76px;
    padding: 3px 0;
    flex-direction: column;
    align-items: center;
    /* background-color: #353746; */
    border: 2px solid #dc3545;
    color: #dc3545;
    border-radius: 3px;
    font-size: 21px;
    transition: 0.5s;
    user-select: none;
}

.plattnum-tickets-heading label input[type="checkbox"]:checked~.icon-box {
    background: linear-gradient(138deg, #dc3545, #dc3545);
    color: #fff;
}

.plattnum-tickets-heading label input[type="radio"]:checked~.icon-box {
    background: linear-gradient(138deg, #dc3545, #dc3545);
    color: #fff;
}

.plattnum-tickets-heading label .icon-box span {
    margin: 5px;
    font-size: 18px;
}

.plattnum-tickets .container .btn {
    width: 130px;
    height: 40px;
    position: absolute;
    left: 550px;
    font-size: 16px;
    border: 0;
    outline: none;
    transition: 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}










@media (min-width: 992px) and (max-width: 1199px) {
    #top_header .form-control {
        width: 278px;
    }

    #top_header .d-flex {
        margin-right: 21px;
    }
      .p_imge p{
	       font-size: 14px;
	       color: #03132a;
	   }
    .heder_ger h1 {
        font-size: 22px;
    }

    .heder_ger p {
        font-size: 15px;
    }

    .pr_box h2 {
        font-size: 14px;
    }

    .pr_box p {
        font-size: 13px;
    }

    .box_oser h2 {
        font-size: 15px;
    }

    .mulsanne h5 {
        font-size: 17px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #top_header .form-control {
        width: 100%;
    }
    .p_imge p{
	font-size: 8px;
	color: #03132a;
	
    }

    #top_header .d-flex {
        margin-right: 21px;
    }

    .heder_ger h1 {
        font-size: 22px;
    }

    .heder_ger p {
        font-size: 15px;
    }

    .pr_box h2 {
        font-size: 15px;
    }

    .pr_box p {
        font-size: 15px;
    }

    .box_oser h2 {
        font-size: 15px;
    }

    .me-auto {
        margin-left: 0px;
    }

    /* ashok */
    .all {
        text-align: center !important;
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }

    .buttonn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* ----------other-ads------ */
    .other-ads-select-box a {
        width: 100%;
        justify-content: center;
        margin: 7px 0;
    }

    .other-ads-search-box {
        justify-content: center;
    }

    /* ---------------lalu-------------- */
    .action-united {
        text-align: center;
    }

}

@media (min-width: 320px) and (max-width: 991px) {
    #main-top_header {
        display: none;
    }

    .other-ads-search-car-heding h1 {
        width: 100%;
        padding: 0 0 10px 0;
        font-size: 20px;
    }

    .other-ads-search-box-search-bg {
        display: block;
        height: auto;
        padding: 0;
    }

    .other-ads-search-box-search-1 {
        border-right: none;
        padding: 0px 0 10px 0;
    }

    .other-ads-search-box-search-button .ads-search-box-search a {
        padding: 10px 0px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .other-ads-search-box-search-button {
        margin: 0 12px;
        padding: 0px 0 10px 0px;
    }

    .post-ads-pdchel {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .post-ads-your-car .form-select {
        width: 100%;
    }

    .post-ads-your-car a {
        height: 39px;
        width: 100%;
        margin: 0 8px 0 0;
        font-size: 10px;
    }

    .post-ads-information-form textarea {
        width: 100%;
    }

    .post-ads-information .form-select {
        width: 100%;
    }

    .coolinput {
        width: 100%;
    }

    .post-ads-pdchel-owners {
        width: 100%;
    }

    .post-ads-pdchel-owners a {
        margin: 0 6px 0 0;
    }

    .post-ads-botton {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #top_header .form-control {
        width: 100%;
    }

    .action-comments textarea#floatingTextarea2 {
        height: 100px;
        width: 100%;
    }

    #top_header .d-flex {
        margin-right: 21px;
    }

    .heder_ger h1 {
        font-size: 18px;
    }

    .heder_ger a {
        font-size: 13px;
        padding: 9px 0px;
        width: 100px;
    }

    .heder_ger p {
        font-size: 15px;
    }

    .pr_box h2 {
        font-size: 15px;
    }

    .pr_box p {
        font-size: 15px;
    }

    .box_oser h2 {
        font-size: 18px;
    }

    .me-auto {
        margin-left: 0px;
    }

    .shop_box ul li {
        max-width: 100%;
        flex: 100%;
    }

    .shop_box {
        width: 100%;
    }


    /* -----ASHOK----- */
    .all {
        text-align: center !important;
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }

    .buttonn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .one {
        display: block;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0 0 0;
    }

    /* ------lalu code----- */
    /* .all .btn {
        padding: 0rem 0rem;
    } */

    .all h5 {
        margin-top: 7px;
        color: #6b7280;
        font-size: 0.6rem;
    }



    h5.card-title.text-center {
        font-size: 1rem;
    }

    .clock-time h6 {
        margin: 0px 35px 0px 7px;
        font-size: 0.7rem;
        font-weight: 600;
        color: #000;
    }

    .card-title i {
        margin-left: 1rem;
        font-size: 22px;
    }

    .manual h6 {
        font-size: 0.7rem;
        margin-left: 0.5rem;
        color: #464346;
    }

    .clock-time {
        margin: 0 auto !important;
    }

    .shorting {
        justify-content: center;
        display: flex;
    }

    .filter .btn {
        padding: 0.6rem 2.1rem;
    }

    .boost input#broker_fees {
        width: 100%;
    }

    .filter.pt-3 {
        display: flex;
        justify-content: space-between;
    }

    .radio-inputs {
        padding: 0 !important;
    }

    .radio-inputs .radio .name {
        font-size: 10px;
        padding: 4px 0;
    }

    /* -------------------my-code-start----------- */


    #contant-section {
        padding-top: 0;
    }

    .filter-text-mein {
        padding-bottom: 0;
    }

    .product-by {
        padding-bottom: 0;
    }

    .all-prodcet .card {
        width: 100%;
        padding: 10px 0;
        border: 1px solid #ccc;
    }

    .all-prodcet .card-image img {
        height: auto;
    }

    .all-prodcet .category {
        font-size: 12px;
        padding: 2px 0px 0px 0;
    }

    .prodect-heding-text {
        padding: 0px 10px;
    }

    .heading-star {
        font-size: 12px;
    }

    .heading p {
        font-size: 10px;
    }

    .author {
        font-size: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .Product-discount-label {
        left: 10px;
        top: 10px;
        font-size: 10px;
    }

    .Product-new-fevaret {
        right: 10px;
        top: 5px;
        font-size: 14px;
    }

    .ads-list-prodcut {
        margin-bottom: 0px;
    }

    #accordionPanelsStayOpenExample {
        padding: 0px 5px 15px 0;
    }

    .accordion-button:not(.collapsed) {
        font-size: 13px;
    }

    a.btn.dropdown-toggle {
        padding: 0;
    }

    .accordion {
        --bs-accordion-btn-icon-width: 10px;
    }

    .min-max {
        margin: 0 auto;
        padding: 16px 0px 35px 0px;
    }

    .form-check {
        margin-bottom: 0;
    }

    .filter-text .all-prodcet-category {

        font-size: 12px;
    }

    .accordion-button {

        font-size: 13px;

    }

    .add-img img {
        max-width: 100%;
        width: 100%;
    }

    .main-text h4 {
        text-align: center;
        font-size: 12px;
        padding: 11px 0 7px 0;
    }

    /* ----ads-detils---- */
    .ads-detils-posted-img {
        width: auto;
    }

    /* ----------other-ads------ */
    .other-ads-select-box a {
        width: 100%;
        justify-content: center;
        margin: 7px 0;
    }

    .other-ads-search-box {
        justify-content: center;
    }

    /* -----------------------lalu------------ */

    .action-united {
        text-align: center;
    }

}

@media (max-width: 575px) {

    /* ----------other-ads------ */
    .other-ads-select-box a {
        width: 100%;
        justify-content: center;
        margin: 7px 0;
    }

    .check-out-mticket-form .check-out-mticket-group input,
    .check-out-mticket-form .check-out-mticket-group textarea {
        margin-bottom: 20px;
    }

    .action-options-text p span {
        font-size: 17px;
    }

    .other-ads-search-box {
        justify-content: center;
    }

    .add-detils-xperia-text h1 {
        font-size: 19px;
    }

    /* -----------------------lalu------------ */

    .action-united {
        text-align: center;
    }


    .actions-patner {
        text-align: center;
    }

    .actions-patner .btn {
        margin-bottom: 10px;
    }

    .auction-detail-main-img {
        width: 65px;
    }

    .auction-detail-icon-text p {
        font-size: 12px;
    }

    .action-images {
        margin-top: 4px;
        margin-left: 4px;
    }

    .bentely {
        margin-left: 0;
        margin-right: 0;
    }

    .mulsanne h5 {
        font-size: 13px;
    }

    .cylinder h6 {
        font-size: 12px;
        margin: 5px 0px;
    }

    .cylinder h5 {
        margin: 0px 0px 0px 27px;
    }

    .other-info h5 {
        font-size: 12px;
    }

    .value .btn {
        padding: 9px 9px;
        font-size: 13px;
    }

    .action-comments textarea#floatingTextarea2 {
        height: 100px;
        width: 100%;
    }

    .short-dropdown {
        padding: 20px 0 0 0;
    }

    .big-img {
        width: 100%;
        overflow: hidden;
        height: auto;
    }
}

@media (max-width: 480px) {

    .place-top-head-left p {
        font-size: 12px;
    }

    .place-top-head-right {
        font-size: 12px;
    }

    .place-top-head-heding h1 {
        font-size: 17px;
    }

    .place-top-head-bid-table p {
        font-size: 14px;
    }

    .place-top-head-stuttgart-left h5 {
        font-size: 16px;
    }

    .place-top-head-stuttgart-left p {
        font-size: 12px;
    }

    .place-top-head-stuttgart-right p {
        font-size: 12px;
    }

    .place-top-head-stuttgart-all {
        margin-bottom: 10px;
    }

    .place-enter-your-box {
        margin-top: 5px;
    }

    .place-enter-your-box h3 {
        font-size: 17px;
        padding-bottom: 8px;
    }

    .group textarea {
        height: 50px;
    }

    .group input,
    .group textarea {
        margin-bottom: 0px;
    }

    .place-enter-your-box a {
        height: 35px;
        font-size: 13px;
    }

    .place-enter-your-box p {
        font-size: 12px;
    }

    .one h1 {
        font-size: 20px;

    }

    .check-out-mticket-form .check-out-mticket-group input,
    .check-out-mticket-form .check-out-mticket-group textarea {
        margin-bottom: 20px;
    }

    .big-img {
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .action-comments textarea#floatingTextarea2 {
        height: 100px;
        width: 100%;
    }

    .action-options-text p span {
        font-size: 17px;
    }

    .mulsanne i {
        font-size: 24px;
    }

    .all {
        text-align: center !important;
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }

    .button {
        display: flex;
        justify-content: center;
        align-items: center;
        /* float: right; */
        text-align: right;
        padding-bottom: 10px;
    }

    .one h1 {
        font-size: 20px !important;
        padding: 20px 0px !important;
    }

    .two button.btn.btn-primary {
        margin: 0px 0 0 0 !important;
    }

    #step-out p {
        font-size: 11px;
    }

    h3.step-out {
        font-size: 14px !important;

    }

    button.btn.btn-outline-secondary {
        padding: 4px 7px;
        font-size: 10px;
    }

    .back p {
        padding-left: 17px;
        font-size: 12px;
    }

    #featured-elvents h4 {
        top: -75px;
    }

    .one {
        display: block;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0 0 0;
    }

    .main-text h4 {
        text-align: center;
        font-size: 12px;
        padding: 11px 0 7px 0;
    }

    /* ----------other-ads------ */
    .other-ads-select-box a {
        width: 100%;
        justify-content: center;
        margin: 7px 0;
    }

    .events-heading h1 {
        font-size: 12px;
        padding-top: 15px;
    }

    .events-prize p {
        font-size: 18px;
        padding-top: 15px;
    }

    .heading {
        padding-bottom: 15px;
    }

    .event-details-content .btn {
        padding: 8px 66px !important;
    }

    #plattnum-tickets p {
        font-size: 10px !important;
    }

    #plattnum-tickets h5 {
        font-size: 15px;
    }

    .plattnum-tickets-heading h6 {
        font-size: 14px;
    }

    #plattnum-tickets button.btn.btn-outline-danger {
        font-size: 12px;
    }

    /* -----------------------lalu------------ */

    .action-united {
        text-align: center;
    }


    .actions-patner {
        text-align: center;
    }

    .actions-patner .btn {
        margin-bottom: 10px;
    }

    .auction-detail-main-img {
        width: 65px;
    }

    .auction-detail-icon-text p {
        font-size: 12px;
    }

    .action-images {
        margin-top: 4px;
        margin-left: 4px;
    }

    .bentely {
        margin-left: 0;
        margin-right: 0;
    }

    .mulsanne h5 {
        font-size: 13px;
    }

    .cylinder h6 {
        font-size: 12px;
        margin: 5px 0px;
    }

    .cylinder h5 {
        margin: 0px 0px 0px 27px;
    }

    .other-info h5 {
        font-size: 12px;
    }

    .value .btn {
        padding: 9px 9px;
        font-size: 13px;
    }

    .auctions-about-text p {
        font-size: 12px;
    }

    .actions-modal-text p {
        font-size: 12px;
    }

    .action-options-text p {
        font-size: 12px;
    }

    .all .nav-link {
        color: #000000;
        padding: 6px 7px;
        font-size: 16px;
    }

    .short-dropdown {
        padding: 20px 0 0 0;
    }

    .add-detils-xperia-text h1 {
        font-size: 14px;
        font-weight: 700;
    }

}

@media (max-width: 390px) {
    .place-centat-content-all .nav-link p {
        font-size: 15px;
    }

    .check-out-mticket-form button {
        width: 100%;
    }

    .place-top-head-left p {
        font-size: 12px;
    }

    .place-top-head-right {
        font-size: 12px;
    }

    .place-top-head-heding h1 {
        font-size: 17px;
    }

    .place-top-head-bid-table p {
        font-size: 14px;
    }

    .place-top-head-stuttgart-left h5 {
        font-size: 16px;
    }

    .place-top-head-stuttgart-left p {
        font-size: 12px;
    }

    .place-top-head-stuttgart-right p {
        font-size: 12px;
    }

    .place-top-head-stuttgart-all {
        margin-bottom: 10px;
    }

    .place-enter-your-box {
        margin-top: 5px;
    }

    .place-enter-your-box h3 {
        font-size: 17px;
        padding-bottom: 8px;
    }

    .group textarea {
        height: 50px;
    }

    .group input,
    .group textarea {
        margin-bottom: 0px;
    }

    .place-enter-your-box a {
        height: 35px;
        font-size: 13px;
    }

    .place-enter-your-box p {
        font-size: 12px;
    }

    .all {
        text-align: center !important;
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }

    .xperia-electronics-today {
        font-size: 12px;
    }

    .all .nav-link {
        color: #000000;
        padding: 6px 7px;
        font-size: 12px;
    }

    .add-detils-xperia-text h1 {
        font-size: 11px;
    }

    .add-detils-xperia-text a {
        line-height: 23px;
        padding: 0 11px;
        font-size: 11px;
    }

    .ads-detils-coll-sms {
        margin: 15px 0px 15px 8px;
        width: 100%;
        text-align: center;
    }

    .ads-detils-coll-call {
        margin: 15px 8px 15px 0px;
        width: 100%;
        text-align: center;
        margin: 15px 8px;
    }

    .ads-detils-coll-sms a {
        padding: 10px 10px;
        font-size: 10px;
        width: 100%;
    }

    .ads-detils-coll-call a {
        padding: 10px 10px;
        font-size: 12px;
        width: 100%;
    }

    .big-img {
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .short-dropdown {
        padding: 20px 0 0 0;
    }

    .action-comments textarea#floatingTextarea2 {
        width: 100%;
    }

    .mulsanne i {
        font-size: 24px;
    }

    .action-options-text p span {
        font-size: 17px;
    }

    .buttonn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .all {
        text-align: center !important;
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }

    .buttonn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .one h1 {
        font-size: 20px !important;
        padding: 20px 0px !important;
    }

    .two button.btn.btn-primary {
        margin: 0px 0 0 0 !important;
    }

    #step-out p {
        font-size: 11px;
    }

    h3.step-out {
        font-size: 14px !important;

    }

    .button {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .box h4 {
        font-size: 12px;
    }

    .box h5 {
        font-size: 12px;
    }

    .box h6 {
        font-size: 11px;
        margin: 0px 0;
    }

    #find-new p {
        font-size: 11px;
    }

    h3.find-new {
        font-size: 14px !important;

    }

    section {
        padding: 10px 0;
    }

    .boxx {
        padding: 18px 0;
        font-size: 20px;
    }

    #featured-elvents h4 {
        top: -70px;
    }

    button.btn.btn-outline-secondary {
        padding: 4px 7px;
        font-size: 10px;
    }

    .back p {
        padding-left: 17px;
        font-size: 12px;
    }



    .one {
        display: block;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0 0 0;
    }

    .main-text h4 {
        text-align: center;
        font-size: 12px;
        padding: 11px 0 7px 0;
    }

    /*------checkout-page----- */

    .check-out-platinum h1 {
        font-size: 14px;
    }

    .check-out-right-box-heding h4 {
        font-size: 15px;
        padding: 0 0 10px 0;
    }

    /* ----------other-ads------ */
    .other-ads-select-box a {
        width: 100%;
        justify-content: center;
        margin: 7px 0;
    }

    #plattnum-tickets p {
        font-size: 10px !important;
    }

    #plattnum-tickets h5 {
        font-size: 15px;
    }

    .plattnum-tickets-heading h6 {
        font-size: 14px;
    }

    #plattnum-tickets button.btn.btn-outline-danger {
        font-size: 12px;
    }

    /* -----------------------lalu------------ */

    .action-united {
        text-align: center;
    }


    .actions-patner {
        text-align: center;
    }

    .actions-patner .btn {
        margin-bottom: 10px;
    }

    .auction-detail-main-img {
        width: 65px;
    }

    .auction-detail-icon-text p {
        font-size: 12px;
    }

    .action-images {
        margin-top: 4px;
        margin-left: 4px;
    }

    .bentely {
        margin-left: 0;
        margin-right: 0;
    }

    .mulsanne h5 {
        font-size: 13px;
    }

    .cylinder h6 {
        font-size: 12px;
        margin: 5px 0px;
    }

    .cylinder h5 {
        margin: 0px 0px 0px 27px;
    }

    .other-info h5 {
        font-size: 12px;
    }

    .value .btn {
        padding: 9px 9px;
        font-size: 13px;
    }

    .auctions-about-text p {
        font-size: 12px;
    }

    .actions-modal-text p {
        font-size: 12px;
    }

    .action-options-text p {
        font-size: 12px;
    }

    .check-out-mticket-form .check-out-mticket-group input,
    .check-out-mticket-form .check-out-mticket-group textarea {
        margin-bottom: 20px;
    }

}

@media (max-width: 320px) {
    #contant-section {
        padding-top: 0;
    }

    .actiom i {
        padding: 0 9px 0 0px;
    }

    .card-body p.card-text {
        text-align: left;
    }

    .card-body.card-body h5 {
        font-size: 14px;
    }

    .all i {
        margin-right: 0px;
    }

    .clock-time h6 {
        margin: 0px 21px 0px 0px;
        font-size: 0.7rem;
        font-weight: 600;
        color: #000;
    }

    .dk-enginger.pb-3 h5 {
        margin: 0;
    }

    .all .nav-link {
        color: #000000;
        padding: 6px 7px;
        font-size: 9px;
    }

    .mulsanne i {
        font-size: 24px;
    }

    .short-dropdown {
        padding: 20px 0 0 0;
    }

    .action-comments textarea#floatingTextarea2 {
        width: 100%;
    }

    .filter-text-mein {
        padding-bottom: 0;
        text-align: center;
    }

    .product-by {
        padding-bottom: 0;
        font-size: 14px;
    }

    .i-botton-cicrl {
        border: 1px solid;
        padding: 1px 0px 0px 3px;
        border-radius: 40px;
        height: 12px;
        width: 12px;
        display: inline-block;
        margin-left: 4px;
        font-size: 7px;
    }

    .all-prodcet .card {
        width: 100%;
        padding: 10px 0;
        border: 1px solid #ccc;
        margin: 0 0px 15px 0;
    }

    .all-prodcet .card-image img {
        height: auto;
    }

    .all-prodcet .category {
        font-size: 12px;
        padding: 2px 0px 0px 0;
    }

    .accordion-body {
        padding: 16px 0 0 0;
    }

    .prodect-heding-text {
        padding: 7px 10px 0 10px;
    }

    .min-max span {
        width: 135px;
    }

    .heading-star {
        font-size: 12px;
    }

    .heading p {
        font-size: 10px;
    }

    .add-img {
        padding-bottom: 15px;
    }

    .author {
        font-size: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .Product-discount-label {
        left: 10px;
        top: 10px;
        font-size: 10px;
    }

    .Product-new-fevaret {
        right: 10px;
        top: 5px;
        font-size: 14px;
    }

    .ads-list-prodcut {
        margin-bottom: 0px;
    }

    #accordionPanelsStayOpenExample {
        padding: 0px 5px 5px 0;
    }

    .accordion-button:not(.collapsed) {
        font-size: 13px;
    }

    .accordion {
        --bs-accordion-btn-icon-width: 10px;
    }

    .min-max {
        margin: 0 auto;
        padding: 16px 0px 35px 0px;
    }

    .form-check {
        margin-bottom: 0;
    }

    .filter-text .all-prodcet-category {

        font-size: 12px;
    }

    .accordion-button {

        font-size: 13px;

    }

    a.btn.dropdown-toggle {
        padding: 4px;
        font-size: 14px;
    }

    .step-out-heading {
        text-align: left;
    }

    /*------- add-detils------ */
    .add-detils-xperia-electronics {
        display: flex;
        font-size: 11px;
        align-items: center;
        justify-content: space-between;
    }

    .add-detils-xperia-bg {
        padding: 15px;
    }

    .add-detils-xperia-text {
        display: flex;
        margin-bottom: 20px;
        align-items: center;
    }

    .add-detils-xperia-text h1 {
        font-size: 12px;
    }

    .add-detils-xperia-text a {
        line-height: 23px;
        padding: 0 11px;
        font-size: 11px;
    }

    .big-img-shep {
        top: 18px;
        right: -10px;
        padding: 11px 36px;
        height: 54px;
    }

    .big-img {
        height: auto;
    }

    .ads-detils-sony-top-text p {
        font-size: 10px;
    }

    .ads-detils-sony-camera-text li {
        font-size: 12px;
    }

    .ads-detils-sony-network-text h4 {
        padding-bottom: 5px;
    }

    .ads-detils-sony-network-text li {
        font-size: 12px;
    }

    .ads-detils-right-box-text p {
        padding-bottom: 5px;
        font-size: 15px;
    }

    .ads-detils-coll-message {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ads-detils-coll-sms {
        margin: 15px 0px 15px 8px;
        width: 100%;
        text-align: center;
    }

    .ads-detils-coll-sms a {
        padding: 10px 10px;
        font-size: 10px;
        width: 100%;
    }

    .ads-detils-coll-call {
        margin: 15px 8px 15px 0px;
        width: 100%;
        text-align: center;
        margin: 15px 8px;
    }

    .ads-detils-coll-call a {
        padding: 10px 10px;
        font-size: 12px;
        width: 100%;
    }

    .ads-detils-posted-img {
        width: 32%;
    }

    /*------checkout-page----- */

    .check-out-platinum h1 {
        font-size: 14px;
    }

    .check-out-right-box-heding h4 {
        font-size: 12px;
        padding: 0 0 10px 0;
    }

    /* ------------ASHOK--------- */

    .all {
        text-align: center !important;
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }

    .buttonn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .one h1 {
        font-size: 14px !important;
        padding: 15px 0px 0 0 !important;
    }

    .step-out-heading .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #adventure h3.step-out {
        padding-top: 5px;
    }

    #workshop h3.step-out {

        padding-top: 5px;
    }

    #music h3.step-out {
        padding-top: 5px;
    }

    #courses h3.step-out {
        padding-top: 5px;
    }

    .two button.btn.btn-primary {
        margin: 0px 0 0 0 !important;
        font-size: 12px;
        padding: 4px 10px;
        font-weight: bold;
    }

    .two p {
        margin-top: 7px;
        margin-bottom: 15px;
        font-size: 10px;
    }

    #step-out p {
        font-size: 9px;
    }

    h3.step-out {
        font-size: 14px !important;

    }

    .button {
        margin: 0;
    }

    .box h4 {
        font-size: 12px;
        margin: 5px 0;
    }

    .box h3 {
        padding-top: 10px;
    }

    .box h5 {
        font-size: 12px;
    }

    .box h6 {
        font-size: 11px;
        margin: 0px 0;
    }

    .text-slider {
        padding: 15px;
        margin: 0;
    }

    #find-new p {
        font-size: 11px;
    }

    h3.find-new {
        font-size: 14px !important;

    }

    section {
        padding: 10px 0;
    }

    .boxx {
        padding: 35px 0;
    }

    .icon.fa {
        width: 27px;
        height: 27px;
        font-size: 16px;
        margin-bottom: 10px;

    }

    #browse-events h3.step-out {
        padding-top: 5px;
    }


    button.btn.btn-outline-secondary {
        padding: 4px 7px;
        font-size: 10px;
    }

    .back p {
        padding-left: 17px;
        font-size: 12px;
    }

    #featured-elvents h4 {
        top: -41px;
    }

    .one {
        display: block;
        padding: 0 0 0 0;
    }

    .swiper.mySwiper {
        padding: 0px !important;
    }

    .main-box {
        padding: 5px 11px;
    }

    .main-text h4 {
        font-size: 9px;
        padding: 4px 0 0 0;
    }

    .boxx .img-fluid {
        max-width: 30%;
    }

    #step-out .mb-3 {
        margin-bottom: 0rem !important;
    }

    #featured-elvents .mb-3 {
        margin-bottom: 0rem !important;
    }

    #browse-events .mb-3 {
        margin-bottom: 0rem !important;
    }

    #adventure .mb-3 {
        margin-bottom: 0rem !important;
    }

    #music.mb-3 {
        margin-bottom: 0rem !important;
    }

    #courses .mb-3 {
        margin-bottom: 0rem !important;
    }

    #workshop .mb-3 {
        margin-bottom: 0rem !important;
    }

    .swiper.mySwiper {
        padding: 20px !important;
    }

    .swiper.myySwiper {
        padding: 20px;
    }

    .radio-inputs .radio {
        font-size: 8px;
    }

    /* ----------other-ads------ */
    .other-ads-select-box a {
        width: 100%;
        justify-content: center;
        margin: 7px 0;
    }

    #plattnum-tickets p {
        font-size: 10px !important;
    }

    #plattnum-tickets h5 {
        font-size: 15px;
    }

    .plattnum-tickets-heading h6 {
        font-size: 14px;
    }

    #plattnum-tickets button.btn.btn-outline-danger {
        font-size: 12px;
    }

    /* -----------------------lalu------------ */

    .action-united {
        text-align: center;
    }


    .actions-patner {
        text-align: center;
    }

    .actions-patner .btn {
        margin-bottom: 10px;
    }

    .auction-detail-main-img {
        width: 65px;
    }

    .auction-detail-icon-text p {
        font-size: 12px;
    }

    .action-images {
        margin-top: 4px;
        margin-left: 4px;
    }

    .bentely {
        margin-left: 0;
        margin-right: 0;
    }

    .mulsanne h5 {
        font-size: 13px;
    }

    .cylinder h6 {
        font-size: 12px;
        margin: 5px 0px;
    }

    .cylinder h5 {
        margin: 0px 0px 0px 27px;
    }

    .other-info h5 {
        font-size: 12px;
    }

    .value .btn {
        padding: 9px 9px;
        font-size: 13px;
    }

    .auctions-about-text p {
        font-size: 12px;
    }

    .actions-modal-text p {
        font-size: 12px;
    }

    .action-options-text p {
        font-size: 12px;
    }

    .action-options-text p span {
        font-size: 17px;
    }

    .check-out-mticket-form .check-out-mticket-group input,
    .check-out-mticket-form .check-out-mticket-group textarea {
        margin-bottom: 20px;
    }


    .place-top-head-left p {
        font-size: 12px;
    }

    .place-top-head-right {
        font-size: 12px;
    }

    .place-top-head-heding h1 {
        font-size: 17px;
    }

    .place-top-head-bid-table p {
        font-size: 14px;
    }

    .place-top-head-stuttgart-left h5 {
        font-size: 16px;
    }

    .place-top-head-stuttgart-left p {
        font-size: 12px;
    }

    .place-top-head-stuttgart-right p {
        font-size: 12px;
    }

    .place-top-head-stuttgart-all {
        margin-bottom: 10px;
    }

    .place-enter-your-box {
        margin-top: 5px;
    }

    .place-enter-your-box h3 {
        font-size: 17px;
        padding-bottom: 8px;
    }

    .group textarea {
        height: 50px;
    }

    .group input,
    .group textarea {
        margin-bottom: 0px;
    }

    .place-enter-your-box a {
        height: 35px;
        font-size: 13px;
    }

    .place-enter-your-box p {
        font-size: 12px;
    }

    .check-out-mticket-form button {
        width: 100%;
    }

    .place-centat-content-all .nav-link p {
        font-size: 11px;
    }
}


.card-custom {
      max-width: 350px;
      background-color: #fef7e5;
      border-radius: 20px;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      margin: 40px auto;
	  
    }

    .logo {
      display: block;
      max-width: 150px;
      margin: 0 auto 15px;
	  float:left;
    }
	.comp_log{
		width:100%;
		float:left;
	}

    .label {
      font-size: 0.9rem;
      color: #555;
    }

    .value {
      font-weight: 500;
      color: #000;
      margin-bottom:0px;
    }

    .value a {
      text-decoration: none;
      color: inherit;
    }
	
	
	 .carousel-wrapper {
      position: relative;
      padding: 0px 0;
    }

    .scroll-container {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      gap:3%;
      padding: 20px 50px;
    }

    .scroll-container::-webkit-scrollbar {
      display: none;
    }

    .product-card {
      flex: 0 0 auto;
      background-color: #fff;
      border-radius: 16px;
      width: 300px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    }

    .product-card img {
      width: 100%;
      height: 240px;
      object-fit: cover;
    }

    .product-card .card-body {
      padding: 20px;
      text-align: center;
      font-size: 14px;
      color: #555;
    }

    .arrow-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
	  box-shadow:0 4px 12px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      color: #000;
      border: none;
      border-radius:0px;
      width: 40px;
      height: 40px;
      font-size: 20px;
      z-index: 10;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .arrow-btn:hover {
      background-color: #333;
    }

    .arrow-left {
      left: -10px;
    }

    .arrow-right {
      right: -10px;
    }
	
	.lt_yellow{ background-color:#fff6dd;}
	
	
	

    .carousel-inner img {
      border-radius:0px;
    }
	
	.carousel-inner iframe{width:100%; height:35vh;}
	
	
	
	.price-tag {
      color: #d50000;
      font-size: 2rem;
      font-weight: bold;
    }
    .monthly-payment {
      font-weight: 500;
    }
    .track-btn {
      border: 1px solid #d50000;
      color: #d50000;
      background-color: transparent;
      border-radius: 6px;
    }
    .track-btn i {
      margin-right: 5px;
    }
    .info-icon {
      font-size: 1.25rem;
      margin-right: 6px;
    }
    .overview-box {
      border: 1px solid #dee2e6;
      padding: 1rem;
      margin-bottom: 1rem;
      border-radius: 4px;
    }
    .location-link a {
      color: red;
      font-size: 0.9rem;
      text-decoration: none;
    }
    .description-box {
      border: 1px solid #dee2e6;
      padding: 1rem;
      border-radius: 4px;
    }
    .description-box p {
      font-size: 0.95rem;
      margin-bottom: 6px;
    }
    .description-box a {
      color: red;
      font-size: 0.9rem;
      text-decoration: none;
    }
    .section-title {
      font-weight: bold;
      font-size: 1.1rem;
    }
	
	.dealer_box{background-color:#FFF1DF; display:block; border-radius:20px; margin-bottom:20px;}
	
	 .dealer-card {
      position: relative;
	  
	  border-radius:25px !important;
      
    }
	.dealer-card .close-dealer{display:none;}
    .dealer-card.active {
      right: 0;
	  z-index:10000;
    }
    .dealer-header {
      background-color: #007bff;
      color: white;
      text-align: center;
      padding: 16px;
      font-size: 1.25rem;
      font-weight: bold;
      position: relative;
	  border-top-left-radius:20px;
	  border-top-right-radius:20px;
    }
    .close-dealer {
      position: absolute;
      right: 16px;
      top: 12px;
      color: white;
      font-size: 1.2rem;
      cursor: pointer;
    }
    .dealer-body {
      padding: 24px;
      text-align: center;
    }
    .profile-pic {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      background-color: #333;
      display: inline-block;
      margin-bottom: 8px;
      border: 3px solid #e53935;
    }
	.profile-pic img{
		width:100%;
		border-radius:100%;
	}
    .verified-badge {
      background-color: #e53935;
      color: white;
      font-size: 0.75rem;
      padding: 2px 8px;
      border-radius: 4px;
      display: inline-block;
      margin-bottom:0px;
    }
    .listing-count {
      font-size: 2rem;
      color: #007bff;
      font-weight: bold;
    }
    .chat-button {
      margin-top: 20px;
    }
    .contact-info {
      font-size: 0.9rem;
      color: #e53935;
      margin-top: 12px;
    }
    .dealer-toggle {
      position: fixed;
      top:8%;
      right: 3%;
      font-size: 1.5rem;
      background-color:#007bff;
      color: #FFF;
      border: none;
      padding: 8px 12px;
      border-radius: 6px;
      z-index: 1060;
      display: none;
    }
	
	.verify_div{float:left; width:100%; position:relative;}
	.verify{float:left;}
	.verify .profile-pic{ position:absolute; top:0px; float:left;}
	.verify .verified-badge{position:absolute; bottom:5px; left:-6px;}
	.posdiv{float:left; width:300px; text-align:left; margin-left:80px;}
    .posdiv strong{ font-size: 13px;}

	.pinch-zoom {
    display: block;
    overflow: hidden;
  }

  .zoom-container {
    overflow: hidden;
    touch-action: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .zoom-img {
    transform-origin: center center;
    transition: transform 0.2s ease;
  }

	.centered-image {
  max-width: 100%; /* Adjust as needed */
  height: auto;
  margin: 0 auto;
  width: 100%; 
}


	.mx-4-mobile {
      padding: 0 1rem;
      position: relative;
    }
    .swiper.main-swiper {
      width: 100%;
      height: 500px;
      margin-bottom: 10px;
    }
    .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      cursor: pointer;
    }
	.swiper-nav{ background:#FFF; color:#000; font-size:30px;}
    
	
	 .button-container {
      display: flex;
      justify-content: space-around;
      padding: 20px 10px;
      background:none;
    }
    .btn_mob {
      background-color: #d71920; /* red shade */
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 6px;
      font-size: 14px;
      cursor: pointer;
      flex: 1;
      margin: 0 5px;
    }
	
	.thumb_sec {
      width: 100%;
      overflow-x: auto;
      white-space: nowrap;
      padding-bottom: 10px;
      cursor: grab;
	  overflow:hidden;
    }
    .thumb_sec figure {
      width: 150px;
      height: 100px;
      margin: 5px;
      display: inline-block;
      vertical-align: top;
    }
    .thumb_sec figure img {
      width: 100%;
      height: 100px;
      object-fit: cover;
      cursor: pointer;
      border: 2px solid transparent;
      border-radius: 5px;
    }
	.thumbnail-image {
  border: 2px solid #007bff;
  opacity: 0.5;
  transform: scale(1.05);
}
    .thumbnail-image.active {
  
  opacity: 1;
  transform: scale(1.05);
}
    @media (max-width: 768px) {
      .thumb_sec figure {
        width: 45%;
      }
    }
    .zoom-icon {
      position: absolute;
      bottom: 10px;
      right: 10px;
      background: rgba(0,0,0,0.6);
      color: white;
      padding: 5px 10px;
      border-radius: 5px;
      cursor: pointer;
      z-index: 2;
    }
    .carousel-counter {
      position: absolute;
      top: 10px;
      right: 10px;
      background: rgba(0,0,0,0.6);
      color: white;
      padding: 5px 10px;
      border-radius: 5px;
      z-index: 1;
    }
    .lightbox {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.99);
      justify-content: center;
      align-items: center;
      z-index: 10500;
      overflow: auto;
    }
    .lightbox-content {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .zoom-container img {
    width: 100vw;
    height: 100vh;
    object-fit: contain;
    display: block;
    margin: auto;
    transition: transform 0.3s ease;
    }

    .lightbox-close, .lightbox-zoom-in, .lightbox-zoom-out {
      position: absolute;
      top: 10px;
      color: white;
      font-size: 24px;
      background: rgba(0,0,0,0.5);
      padding: 5px 10px;
      border-radius: 5px;
      cursor: pointer;
      z-index: 10000;
    }
    .lightbox-close { right: 10px; }
    .lightbox-zoom-in { right: 50px; }
    .lightbox-zoom-out { right: 90px; }
    .lightbox-counter {
      position: absolute;
      top: 10px;
      left: 10px;
      background: rgba(0,0,0,0.6);
      color: white;
      padding: 5px 10px;
      border-radius: 5px;
    }
    .lightbox-arrow {
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1060;
      font-size: 30px;
      padding: 8px 12px;
      
      border-radius: 5px;
      cursor: pointer;
      color: #fff;
    }
    .lightbox-arrow.left { left: 20px; }
    .lightbox-arrow.right { right: 20px; }
	
	.car-card {
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 0 8px rgba(0,0,0,0.05);
      background: #fff;
      padding: 0;
      margin: 10px;
    }

    .car-card img {
      width: 100%;
      height: auto;
    }

    .car-card-body {
      padding: 16px;
    }

    .price {
      font-size: 1.2rem;
      font-weight: 600;
      color: #000;
    }

    .price span {
      color: #777;
      font-weight: normal;
      font-size: 0.9rem;
    }

    .btn-outline-danger {
      width: 100%;
      margin-top: 10px;
    }

    .owlnew-nav button {
      position: absolute;
      top: 40%;
      background: transparent;
      border: none;
      font-size: 2rem;
      color: #333;
    }

    .owlnew-nav .owlnew-prev {
      left: -25px;
    }

    .owlnew-nav .owlnew-next {
      right: -25px;
    }

    .owlnew-carousel .owlnew-stage-outer {
      padding: 20px 0;
    }
	
	/* Carousel as background */
    .carousel-wrapper {
      position: relative;
      height: 500px;
      overflow: hidden;
    }
	.profile_ban .carousel-control-prev{z-index: 2;}
	.profile_ban .carousel-control-next{z-index: 2;}
	

    #carServiceCarousel .carousel-inner img {
      height: 500px;
      object-fit: cover;
      width: 100%;
    }

    .overlay-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 20px;
      background: rgba(0, 0, 0, 0.4); /* optional dark overlay */
    }

    .overlay-content h2 {
      color: red;
      font-weight: bold;
      margin-bottom: 20px;
      text-shadow: 1px 1px 5px black;
    }

    .search-box {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      max-width: 900px;
      width: 100%;
      box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    }

    .btn-search {
      background-color: red;
      color: #fff;
    }
	
	.calSec .calculator-box {
      padding: 0px;
    }

.reportlightbox{z-index:20000}
.reportlink{display:flex; width:auto; text-align:center;}
.reportlink i{margin-right:5px;}
.reportbox-header { border-bottom: none; }
.reportbox-close { border: none; background:#f00; color:#FFF; font-size: 1.5rem; border-radius:100%; padding:0px 10px; }
.reportbox .form-label { font-weight: bold; }
.reportbox .form-check-input{ margin-top:3px;}
.reportbox .form-check-label{font-size: 1rem;}
.reportbox .btn-submit { background-color: #d9534f; color: #fff; }

.mobhide{ display:block;}
.inter_form .top-bar-btn{display:inline-flex;align-items:center;gap:8px;padding:10px;border-radius:8px;font-size:16px;font-weight:500;background:#fff;cursor:pointer;transition:0.2s ease; width: 100%;}
.inter_form span{text-align: center; width: auto; margin: 0px auto;}

.btnsec1{display:flex;gap:15px;justify-content:center;margin-bottom:30px;}

.inter_form .top-bar-btn.red{border:1px solid #d32f2f;color:#d32f2f;}
.inter_form .top-bar-btn.red:hover{background-color:#ffeeee; color:#d32f2f;} 
.inter_form .top-bar-btn.green{border:1px solid #28a745;color:#28a745;}
.inter_form .top-bar-btn.green:hover{background-color:#d2ffd9; color:#28a745;}

.inter_form .top-bar-btn.bluechat{border:1px solid #0022a0; color:#0022a0;}
.inter_form .top-bar-btn.bluechat:hover{background-color:#d6dfff; color:#0022a0;}

.inter_form .top-bar-btn i{font-size:18px;}
.inter_form .top-bar-btn:hover{opacity:0.9;}
.inter_form .inerform-card{background-color:#f8f9fa;border-radius:8px;padding:20px;max-width:auto;}
.inter_form .inerform-card h4{text-align:center;font-weight:bold;margin-bottom:20px;}


.desktop_view{ display:none;}

.inter_form .submit-section{padding:20px 0px;border-radius:6px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;}
.inter_form .subscribe-label{font-weight:500;margin-right:10px;}
.inter_form .checkbox-group{display:inline-flex;align-items:center;gap:10px;}
.inter_form .checkbox-group label{display:inline-flex;align-items:center;gap:5px;font-size:14px;cursor:pointer;}
input[type="checkbox"]{appearance:none;width:18px;height:18px;border:2px solid #ccc;border-radius:4px;display:inline-block;position:relative;cursor:pointer;}
input[type="checkbox"]:checked{background-color:#d32f2f;border-color:#d32f2f;}
input[type="checkbox"]:checked::after{content:"✔";color:white;position:absolute;top:-2px;left:3px;font-size:14px;}
.inter_form .info-icon{font-size:14px;color:#555;cursor:pointer;}
.inter_form .btn-submit{background-color:#d32f2f;color:#fff;padding:10px 20px;border:none;font-weight:bold;border-radius:6px;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;}
.inter_form .btn-submit:hover{background-color:#b71c1c;}
.inter_form .disclaimer{font-size:12px;margin-top:10px;}
.inter_form .disclaimer a{color:#007bff;text-decoration:none;}
.inter_form .disclaimer a:hover{text-decoration:underline;}


.inter_form .btn-submit{background-color:#d32f2f;border:none;font-weight:bold;}
.inter_form .btn-submit:hover{background-color:#b71c1c;}


/* Common Horizontal Scroll */
.scroll-wrapper{position:relative;overflow:hidden;}
.croll-container{display:flex;overflow-x:auto;scroll-behavior:smooth;white-space:nowrap;scrollbar-width:none; max-width:96%;}
#catLeft, #catRight{background: #ffc107; height:20%; border-radius:0px; padding-bottom:45px;}
.croll-container::-webkit-scrollbar{display:none;}
.nav-arrow{position:absolute;top:40%;transform:translateY(-50%);background:none;color:#000;border:none;font-size:25px;padding:5px 10px;border-radius:50%;cursor:pointer;z-index:10;}
.nav-left{left:10px !important;}
.nav-right{right:20px !important;;}
.bg-warning{border-bottom:2px solid #03132A;background:#FDA736;}
.bg-yellow1{border-bottom:2px solid #03132A;background:#FDA736;}

/* Category Scroll */
.cat-wrapper {position:relative;overflow:hidden;}
.cat-container {display:flex;overflow-x:auto;scroll-behavior:smooth;gap:0px;padding:5px;scrollbar-width:none;}
.cat-container::-webkit-scrollbar {display:none;}

.category-card {flex:0 0 auto;width:13.6%; margin:10px; position:relative; background:#fff;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.15);overflow:hidden;text-align:center;}
.category-card img {width:auto;height:auto;object-fit:contain;}
.category-card .title {background:#001f3f;color:#fff;padding:6px;font-size:14px; position:absolute; width:100%; bottom:0px;}


.sales-card {flex:0 0 auto;width:180px; height:140px; position:relative; background:none;border-radius:10px;overflow:hidden;text-align:center;}
.sales-card img {width:auto;height:auto;object-fit:contain; background:#FFF; border-radius:100%; padding:10px; width:80px; height:80px;}
.sales-card .title {background:none;color:#000;padding:6px;font-size:14px; position:absolute; width:100%; bottom:0px;}

.nav-arrow {position:absolute;top:50%;transform:translateY(-50%);background:#001f3f;color:#fff;border:none;padding:8px 12px;border-radius:50%;cursor:pointer;opacity:.7;z-index:10;}
.nav-arrow:hover {opacity:1;}
.nav-left {left:5px;} .nav-right {right:5px;}

@media (max-width:1600px){.category-card{width:15.9%;}} /* 3 per row */
@media (max-width:1400px){.category-card{width:19.1%;}} /* 3 per row */
@media (max-width:1200px){.category-card{width:32.2%;}} /* 3 per row */
@media (max-width:768px){.category-card{width:48.5%;}}     /* 2 per row */



/* Stories Section */
.storyWrapper{position:relative;overflow:hidden;width:100%}
.storyContainer{display:flex;gap:10px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}
.storyContainer::-webkit-scrollbar{display:none}
.storyCard{flex:0 0 auto;border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.2);position:relative;width:calc(50% - 10px);height:250px}
@media(min-width:768px){.storyCard{width:calc(25% - 10px);height:280px}}
@media(min-width:1200px){.storyCard{width:calc(12.5% - 10px);height:300px}}
.storyCard img{width:100%;height:100%;object-fit:cover;z-index:1}
.storyTitle{position:absolute;bottom:0;width:100%;text-align:center;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#000 100%);color:#fff;padding:40px 0 20px;font-size:14px;z-index:2;}
.navArrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);color:#fff;border:none;padding:8px 12px;cursor:pointer;z-index:5;border-radius:50%;}
.navLeft{left:10px;}
.navRight{right:10px;}


/* Sidebar + Overlay */
#sidebar{min-width:auto;max-width:100%;transition:.3s;background:#fff;z-index:2000; margin-bottom:40px;}
#sidebar.active{margin-left:0;}
#sidebarToggle{display:none;}
#overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1500;}

#sidebar input[type="checkbox"]{appearance:none;width:18px;height:18px;border:2px solid #ccc;border-radius:4px;display:inline-block;position:relative;cursor:pointer;}
#sidebar input[type="checkbox"]:checked{background-color:#FDA736;border-color:#FDA736;}
#sidebar input[type="checkbox"]:checked::after{content:"";color:#000;position:absolute;top:-2px;left:3px;font-size:14px;}


.arrow{display:inline-block;width:10px;height:10px;border:2px solid #000; cursor:pointer;}
.arrow.up{border-right:0;border-bottom:0;transform:rotate(45deg);}
.arrow.down{border-right:0;border-top:0;transform:rotate(-45deg);}
.arrow.down::before { content: ""; }
  .arrow.up::before { content: ""; }

.carad img{ border-radius:0px !important;}


@media(max-width:1600px){
	.rightSide {
	  width:100% !important;
	  }
	 .btn-copy{
		 width:45% !important;
	 }
	 .social-icons{margin-top:10px !important;}
	
}

@media(max-width:1300px){
	.rightSide {
	  width:100%;
	  }
	 .btn-copy{
		 width:70% !important;
	 }
	
}

@media(max-width:991px){
  #sidebar{position:fixed;top:0;left:-340px;height:100%;box-shadow:2px 0 5px rgba(0,0,0,.2);overflow-y:scroll;}
  #sidebar.active{left:0;}
  #sidebarToggle{display:inline-block;margin:10px;}
  .sidebar.hidden{transform:translateX(-100%);}
  .content{flex:1;margin-left:280px;padding:20px;}
  #sidebar{min-width:340px;max-width:340px;}
  .btn-copy{width:70px;}
  .btn-copy{width:55%;}
  .rightSide {
	  width:65% !important;
	  }
}

@media(max-width:768px){
  .car-card img{height:auto!important;}
  .sidebar{width:280px;background:#fff;border-right:1px solid #ddd;padding:15px;height:100vh;overflow-y:auto;position:absolute;top:0;left:0;z-index:1000;transition:.3s;}
  .sidebar.active{transform:translateX(0);}
  .content{margin-left:0;}
  .overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999;}
  .overlay.active{display:block;}
  .croll-container{max-width:84%;}
  .blogcardimg{grid-column: 1 / -1;}
  .blogcardimg{grid-column: 1 / -1;}
  .blogHeader{position: relative !important;}
  .bloggrid, .bloggrid1 {gap: 0rem !important;}
  .blogcard, .blogcardimg{ margin-bottom:0px !important;}
  .nav-list a{color: #000;}
  .nav-list a:hover{color:#0b0b57;}
  
}
@media(max-width:500px){
.customer-cards{display:block !important;}
}

.toggle-btn{background:#001f3f;color:#fff;padding:10px 15px;border:none;cursor:pointer;position:fixed;top:15px;left:15px;z-index:1100;border-radius:5px;}

/* Product Grid */
.product-card{border:1px solid #ddd;border-radius:10px;padding:10px;background:#fff;text-align:center;}
.product-card img{width:100%;height:160px;object-fit:cover;border-radius:10px;}
.price{font-weight:bold;font-size:18px;color:#111;}
.old-price{text-decoration:line-through;color:#888;font-size:14px;}

/* Filter Sidebar */
.filter-sidebar{font-size:15px;}
.filter-sidebar img{width:100%; margin-bottom:25px;}
.form-check{margin-bottom:6px;}
.form-check-input,.form-check-label{cursor:pointer;}
.form-check-reverse{display:flex;justify-content:space-between;align-items:center;}
.toggle-btn{background:none;border:none;font-size:16px;cursor:pointer;}
.chevron{display:inline-block;transition:.3s;}
.collapsed .chevron{transform:rotate(180deg);}
.range-slider input[type=range]{width:100%;}

/* Blog Section */
.blogHeader{ position: absolute; width:100%; z-index: 1000;}
.blogSec{
    padding: 0px;
    margin: 0px;
}
.blogSec video{width:100%;}
.blogSec .blogcard{ background-color:#eee; height: auto;}

.darkbluecolor{ background-color:#04101a; margin-top: -10px; margin-bottom: 40px; padding-bottom: 20px;}

.darkbluecolor h1{ color:#ffa836; border-bottom: 1px solid #ffa836;margin-bottom: 20px;}
.blogvideo {
    position: relative;
    display: inline-block; /* or block — whatever your layout needs */
}

.blogvideo video {
    width: 100%;
    height: auto;
    display: block;
}

.blogvideo h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3fr;
    text-align: center;
    margin: 0;
    pointer-events: none; /* so clicking still hits the video */
    text-shadow: 0 2px 5px rgba(0,0,0,0.6);
}


.bloggrid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.bloggrid1 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

/* Full width card */
.blogfull {
  grid-column: 1 / -1;
}

/* Optional styling */
.blogcard {
  background: #eee;
  padding: 0px;
  border-radius: 0px;
  margin-bottom:15px;
  border: 4px solid rgba(0,0,0,0);
  overflow: hidden;
  position: relative;
  border: 4px solid rgba(0,0,0,0);
}

.blogcard img{width:100%;}
.blogcard:hover{
    border: 4px solid rgba(8,66,152,0.7);
    transition: all .3s ease;
}


.blogcard::after {
    content: var(--content, "");
    position: absolute;
    bottom: -20px; /* hidden by default */
    left: 50%;
    transform: translateX(-50%);
    background: rgba(8,66,152,0.7);
    color: #fff;
    padding: 30px 0px;
    font-size: 14px;
    border-radius: 0px;
    opacity: 0;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width:100%;
    text-align: center;
    cursor: pointer;
    clip-path: polygon(0 38%, 100% 0%, 100% 100%, 0% 100%);
}

/* Hover effect */
.blogcard:hover::after {
    bottom: 0px;
    opacity: 1;
}

.blogcardimg iframe{width: 100%; height: 36vh;}


.blogcardimg {
  background:none;
  padding:0;
  border-radius: 0px;
  margin-bottom:15px;
  height: 350px;
  overflow: hidden;
  position: relative;
  border: 4px solid rgba(0,0,0,0);

}
.blogcardimg:hover{
    border: 4px solid rgba(8,66,152,1);
    transition: all .3s ease;
}

.blogartical{
    padding:20px 10px;
    width: 100%;
}

.blogcardimg video,
.blogcardimg img,
.blogcardimg iframe{width: 100%; min-height: 340px; height: auto;}

.blogcardimg figure {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blogcardimg figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}


.blogcardimg figure figcaption {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 18px;
  z-index: 1;
}

.blogcardimg figure:hover figcaption{
 bottom: -35px;
 opacity: 1;
 transform: translatey(-50%);
 background: rgba(8,66,152,0.7);
 transition: all .3s ease;
}


/* Overlay container */
.blogcardimg::after {
    content: "";
    position: absolute;
    bottom: -20px; /* hidden by default */
    left: 50%;
    transform: translateX(-50%);
    background: rgba(8,66,152,0.7);
    color: #fff;
    padding: 30px 0px;
    font-size: 14px;
    border-radius: 0px;
    opacity: 0;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width:100%;
    text-align: center;
    cursor: pointer;
    display: none;
    clip-path: polygon(0 38%, 100% 0%, 100% 100%, 0% 100%);
}

/* Hover effect */
.blogcardimg:hover::after {
    bottom: 0px;
    opacity: 1;
}

.custom-card {
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 30px;
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




/* Blog Detials */
.blogBg{background-color:#FFF; height: auto;}
.topHeader{
    padding: 20px 0px 20px 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blogdetl{
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogdetl figure{
    margin: 0px;
    padding: 0px;
}

.blogdetl figure img{
    border-radius: 20px;
    width: 100%;
    filter: drop-shadow(9px 9px 44px #e5e5e5);
    border: 1px solid #e5e5e5;
    position: relative;
    border: 2px solid #ffa836;
    z-index: 1;
}

.inside img{
    border-radius:0px !important;
    border: 0px solid #e5e5e5 !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blogdetl p{
    margin-top: 20px;
    text-align: justify;
}

.blogHead{
    padding: 0px 10px;
    border-radius: 20px;
    margin: 0px auto;
    margin-top: -60px;
    max-width: 1250px;
    width: 90%;
    background-color: #FFF;
    position: relative;
    border: 2px solid #ffa836;
    z-index: 2;
    box-shadow: 0px 14px 23px -6px rgba(0,0,0,0.24);
-webkit-box-shadow: 0px 14px 23px -6px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 14px 23px -6px rgba(0,0,0,0.24);
}

.blogLike{
    border-radius:20px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0px auto;
    margin-top:0px;
    max-width: 1250px;
    width: 91%;
    background-color: #ffa836;
    position: relative;
    z-index: 1;
    color: #000 !important;
}
.likebtn{ cursor: pointer; font-size: 20px; padding-right: 20px; margin-right: 20px;}
.blogLike h6{ padding-left: 20px;}

.blogLike p,
.blogLike h6,
.blogLike i{color: #000 !important;}
.blogLike p{ margin: 0px;}

.blog_nav{ margin-top: 20px; border-top: 1px solid #e5e5e5; padding-top: 20px;}
.blog_nav span{color: #686868;}
.blog_nav h4{ margin-bottom: 20px;}
.blog_nav img{ border-radius: 10px;}
.blog_nav h6{font-size: 22px; color: #000;}
.blog_nav p{ text-align: justify; margin-bottom: 20px;}


.blogcopyrt{
    border-top: 1px solid #e5e5e5;
    padding: 20px 0px;
    margin-top: 20px;
}
.blogcopyrt p{ text-align: center;}


.owl-theme .owl-nav {
    margin: 0px;
    top: 40%;
    position: absolute;
    width: 100%;
}

.blog_nav .owl-carousel .owl-nav button.owl-prev,
.blog_nav .owl-carousel .owl-nav button.owl-next{
    background: #fff;
    box-shadow: 0px 0px 5px #00000020;
    border-radius: 0px;
    height: 45px;
    width: 25px;
    padding: 7px 0 !important;
    text-align: center;
    color: #000;
    outline: none;
    border: none;
    box-shadow: none;
    margin: 0px;
    position: absolute;
}

.blog_nav .owl-carousel .owl-nav button.owl-prev {
    float: left;
    left:-30px;
    
}

.blog_nav .owl-carousel .owl-nav button.owl-next {
    float: right;
    right:-30px;
}