.state-select {
    height: 100px;
}
.asset-card{
    max-width: 22rem;
    min-width: 20rem;
}
/* .border-bottom{
    max-width: 21rem;
    min-width: 19rem;
} */
.card {
    margin: 15px 0 15px 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow .25s;
    font-weight: 300 !important;
}

.card:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card>.card-body>.row {
    margin-bottom: 5px;
}

.card-body:hover {
    color: black !important;
}

.card-col {
    margin: 5px;
    background-image: linear-gradient(to bottom left, silver, white);
    /* background-color: grey; */
    padding: 5;
}

.brand {
    font-size: x-small;
}

.brand-tag {
    color: indigo;
}

.card-footer {
    font-size: x-small;
}


/* .asset_image {
    height: 270px;
} */

@media (max-width: 575.98px) {
    .asset_image {
        height: 20rem !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .asset_image {
        height: 20rem !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .asset_image {
        height: 15rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .asset_image {
        height: 17rem !important;
    }
}

@media (min-width: 1200px) {
    .asset_image {
        height: 17rem !important;
    }
}

.button {
    background-color: white;
}

.select-state {
    padding: 1.5em;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
}

@media(max-width: 425px) {
    .card-container {
        padding: 0;
    }
    /* .asset_image {
        height: 290px !important;
    } */
}

#button {
    display: inline-block;
    background-color: black;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 40px;
    color: #fff;
}

#button:hover {
    border-radius: 50%;
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    border-radius: 50%;
    opacity: 1;
    visibility: visible;
}

.shfooter .collapse {
    display: inherit;
}

@media (max-width:767px) {
    .shfooter ul {
        margin-bottom: 0;
    }
    .shfooter .collapse {
        display: none;
    }
    .shfooter .collapse.show {
        display: block;
    }
    .shfooter .title .fa-angle-up,
    .shfooter .title[aria-expanded=true] .fa-angle-down {
        display: none;
    }
    .shfooter .title[aria-expanded=true] .fa-angle-up {
        display: block;
    }
    .shfooter .navbar-toggler {
        display: inline-block;
        padding: 0;
    }
    .video__icon {
        position: absolute;
        width: 60px;
        left: 60px !important;
        top: -15px;
    }
    a.navbar-brand.footer {
        margin-left: 0% !important;
    }
}

a.navbar-brand.footer {
    margin-left: 0% !important;
    margin-top: 20%;
}

.resize {
    text-align: center;
}

.resize {
    margin-top: 3rem;
    font-size: 1.25rem;
}


/*RESIZESCREEN ANIMATION*/

.fa-angle-double-right {
    animation: rightanime 1s linear infinite;
}

.fa-angle-double-left {
    animation: leftanime 1s linear infinite;
}

@keyframes rightanime {
    50% {
        transform: translateX(10px);
        opacity: 0.5;
    }
    100% {
        transform: translateX(10px);
        opacity: 0;
    }
}

@keyframes leftanime {
    50% {
        transform: translateX(-10px);
        opacity: 0.5;
    }
    100% {
        transform: translateX(-10px);
        opacity: 0;
    }
}

.icon {
    font-size: 16px;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
}

a.navbar-brand {
    margin-left: 12%;
}

.logo {
    width: 180px;
}

img {
    vertical-align: middle;
    border-style: none;
}

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');
.nav-link {
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #8167a9 !important;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #8167a9;
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.video__icon {
    position: absolute;
    width: 60px;
    left: 45px;
    top: -12px;
}

.video__icon .circle--outer {
    border: 1px solid #e50040;
    width: 31px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto 5px;
    position: relative;
    opacity: .8;
    -webkit-animation: circle 2s ease-in-out infinite;
    animation: circle 2s ease-in-out infinite;
}

.video__icon .circle--inner {
    background: red;
    left: 15px;
    top: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    opacity: .8;
}

.video__icon .circle--inner:after {
    content: '';
    display: block;
    border: 2px solid red;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    top: -4px;
    left: -4px;
    position: absolute;
    opacity: .8;
    -webkit-animation: circle 2s ease-in-out .2s infinite;
    animation: circle 2s ease-in-out .2s infinite;
}

.video__icon p {
    color: #000;
    text-align: center;
}

a.navbar-brand.footer {
    margin-left: 37% !important;
    margin-top: 20%;
}

a {
    text-decoration: none !important;
}

@-webkit-keyframes circle {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes circle {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

ul .filters {
    list-style-type: none;
    margin: 0;
    text-align: center;
    margin-top: 10%;
}

.filterCards a {
    font-size: 20px;
    color: red !important;
    position: relative;
    text-decoration: none;
    padding-bottom: 8px;
}

.filterCards a:before,
.filterCards a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: red;
}

.filterCards a:before {
    opacity: 0;
    transform: translateY(-8px);
    transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
}

.filterCards a:after {
    opacity: 0;
    transform: translateY(4px);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}

.filterCards a:hover:before,
.filterCards a:hover:after,
.filterCards a:focus:before,
.filterCards a:focus:after {
    opacity: 1;
    transform: translateY(0);
}

.filterCards a:hover:before,
.filterCards a:focus:before {
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}

.filterCards a:hover:after,
.filterCards a:focus:after {
    transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: red;
}

@media (max-width: 992px) {
    .navBar-top,
    .navBar-bottom {
        padding: auto 100px;
    }
    /* .asset_image {
        height: 290px !important;
    } */
}

@media (max-width: 425px) {
    .navBar-top,
    .navBar-bottom {
        padding: auto 50px;
    }
}

@media (max-width: 320px) {
    .navBar-top,
    .navBar-bottom {
        padding: auto 0px;
    }
}


/* ==============Banner Section================ */

.mainTopSection {
    position: relative;
}

.mainTopSection .mainTopSection-slider.mainTopSection-sliderAuto {
    height: auto !important;
}

.mainTopSection .mainTopSection-slider {
    height: 400px;
}

.mainTopSection .mainTopSection-filter {
    position: absolute;
    max-width: 395px;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 7%;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    z-index: 2;
}

.mainTopSection .mainTopSection-filter .nav-tabs {
    background: transparent;
    border-bottom: 0;
    display: inline-block;
    width: 100%;
}

.mainTopSection .mainTopSection-filter .nav-tabs .nav-item {
    margin-bottom: 0;
    width: 36%;
    display: inline-block;
    border: 0;
}

.mainTopSection .mainTopSection-filter .nav-tabs .nav-item .nav-link.active {
    border-bottom: 4px solid red;
    font-weight: bold;
}

.mainTopSection .mainTopSection-filter .nav-tabs .nav-item .nav-link {
    border: 0;
}

a {
    color: #172337;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.mainTopSection .mainTopSection-filter .tab-content {
    margin-top: 20px;
}

select {
    height: 38px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    font-family: segoe ui, Tahoma, Geneva, Verdana, sans-serif;
}


/* ========Carousel======== */

.carousel-item img {
    flex-shrink: 1;
}

.carousel-control-next,
.carousel-control-prev {
    width: 7% !important;
}

@media (max-width: 900px) {
    .mainTopSection .mainTopSection-filter {
        position: unset;
        -webkit-transform: unset;
        transform: unset;
        background: white;
        border-radius: 0;
        max-width: unset;
    }
    /* .asset_image {
        height: 290px !important;
    } */
}

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bbb_viewed {
    padding-top: 51px;
    padding-bottom: 60px;
    background: #eff6fa
}

.bbb_main_container {
    background-color: #fff;
    padding: 11px
}

.bbb_viewed_title_container {
    border-bottom: solid 1px #dadada
}

.bbb_viewed_title {
    margin-bottom: 16px;
    margin-top: 8px
}

.bbb_viewed_nav_container {
    position: absolute;
    right: -5px;
    bottom: 14px
}

.bbb_viewed_nav {
    display: inline-block;
    cursor: pointer
}

.bbb_viewed_nav i {
    color: #dadada;
    font-size: 18px;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_viewed_nav:hover i {
    color: #606264
}

.bbb_viewed_prev {
    margin-right: 15px
}

.bbb_viewed_slider_container {
    padding-top: 13px
}

.bbb_viewed_item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 2px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px
}

.bbb_viewed_image {
    width: 150px;
    height: 150px
}

.bbb_viewed_image img {
    display: block;
    max-width: 100%
}

.bbb_viewed_content {
    width: 100%;
    margin-top: 25px
}

.bbb_viewed_price {
    font-size: 16px;
    color: #000000;
    font-weight: 500
}

.bbb_viewed_item.discount .bbb_viewed_price {
    color: #df3b3b
}

.bbb_viewed_price span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 8px
}

.bbb_viewed_price span::after {
    display: block;
    position: absolute;
    top: 6px;
    left: -2px;
    width: calc(100% + 4px);
    height: 1px;
    background: #8d8d8d;
    content: ''
}

.bbb_viewed_name {
    margin-top: 3px
}

.bbb_viewed_name a {
    font-size: 14px;
    color: #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_viewed_name a:hover {
    color: #0e8ce4
}

.item_marks {
    position: absolute;
    top: 18px;
    left: 18px
}

.item_mark {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 36px;
    text-align: center
}

.item_discount {
    background: #df3b3b;
    margin-right: 5px
}

.item_new {
    background: #0e8ce4
}

.bbb_viewed_item.discount .item_discount {
    display: inline-block
}

.bbb_viewed_item.is_new .item_new {
    display: inline-block
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: -webkit-inline-box !important;
    overflow: auto;
}

.owl-carousel .owl-stage-outer {
    display: none;
}

.owl-carousel {
    display: inline-block !important;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }
}

button#submit {
    margin-top: 22%;
}

.card-img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.card-title {
    margin-bottom: 0.3rem;
}

.cat {
    display: inline-block;
    margin-bottom: 1rem;
}

.fa-users {
    margin-left: 1rem;
}

.card-footer {
    font-size: 0.8rem;
}

section.mobileFilters.d-block.d-lg-none {
    padding: .4rem;
    background: #fff;
    text-align: center;
    position: fixed;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    font-size: 1rem;
    height: auto;
    width: 10rem;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 6px 1px rgb(36 39 44 / 30%);
    box-shadow: 0 3px 6px 1px rgb(36 39 44 / 30%);
}

.pt-5,
.py-5 {
    padding-top: 0.5em !important;
}

.displayData {
    display: block !important;
    margin-bottom: 20% !important;
}

.displayNothing {
    display: none !important;
}

.w-100 {
    width: 100% !important;
    height: 100%;
}

.mb-5,
.my-5 {
    margin-bottom: 1rem!important;
}

.mt-5,
.my-5 {
    margin-top: 1rem!important;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

span .card-text {
    font-size: 16px im !important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

#mobile-state-select {
    display: none;
}

@media (min-width: 768px) {
    #afterData {
        display: inline-grid !important;
    }
    /* .asset_image {
        height: 250px !important;
    } */
}

.video_wrapper {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}

.video_inner {
    width: 100%;
    float: left;
    padding: 8px;
    margin: 0 auto;
    animation: loading 1.5s infinite;
    background-image: linear-gradient(90deg, rgba(211, 211, 211, 0) 0, rgba(211, 211, 211, 0.8) 50%, rgba(211, 211, 211, 0) 100%), var(--title-skeleton), var(--desc-line-skeleton), var(--desc-line-skeleton), var(--avatar-skeleton), var(--footer-skeleton), var(--card-skeleton);
    background-size: var(--blur-size), var(--title-width) var(--title-height), var(--desc-line-1-width) var(--desc-line-height), var(--desc-line-2-width) var(--desc-line-height), var(--avatar-size) var(--avatar-size), 100% var(--footer-height), 100% 100%;
    background-position: -150% 0, var(--title-position), var(--desc-line-1-position), var(--desc-line-2-position), var(--avatar-position), var(--footer-position), 0 0;
}

 :root {
    --card-padding: 24px;
    --card-height: 340px;
    --card-skeleton: linear-gradient(lightgrey var(--card-height), transparent 0);
    --avatar-size: 32px;
    --avatar-position: var(--card-padding) var(--card-padding);
    --avatar-skeleton: radial-gradient(circle 16px at center, white 99%, transparent 0);
    --title-height: 32px;
    --title-width: 200px;
    --title-position: var(--card-padding) 180px;
    --title-skeleton: linear-gradient(white var(--title-height), transparent 0);
    --desc-line-height: 16px;
    --desc-line-skeleton: linear-gradient(white var(--desc-line-height), transparent 0);
    --desc-line-1-width: 230px;
    --desc-line-1-position: var(--card-padding) 242px;
    --desc-line-2-width: 180px;
    --desc-line-2-position: var(--card-padding) 265px;
    --footer-height: 40px;
    --footer-position: 0 calc(var(--card-height) - var(--footer-height));
    --footer-skeleton: linear-gradient(white var(--footer-height), transparent 0);
    --blur-width: 200px;
    --blur-size: var(--blur-width) calc(var(--card-height) - var(--footer-height));
}

@keyframes loading {
    to {
        background-position: 350% 0, var(--title-position), var(--desc-line-1-position), var(--desc-line-2-position), var(--avatar-position), var(--footer-position), 0 0;
    }
}

@media (max-width: 600px) {
    .video_inner {
        width: 100%;
        float: none;
    }
}

.video_inner .video_show {
    height: 130px;
    background: #666a6d;
    opacity: 0.7;
}

.video_inner .video_control {
    margin-top: 5px;
    display: flex;
}

.video_inner .video_control .channel-i span {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: rgba(63, 17, 17, 0);
    border-radius: 50%;
}

.video_inner .video_control .item-title {
    flex: 1;
    margin-left: 7px;
}

.video_inner .video_control .item-title span {
    display: inline-block;
    height: 20px;
    background: rgba(136, 98, 98, 0.7);
    margin-top: 2px;
}

.video_inner .video_control .item-title span.title1 {
    width: 31%;
}

.video_inner .video_control .item-title span.title2 {
    width: 32%;
}

.video_inner .video_control .item-title span.title3 {
    width: 100%;
    margin-top: 2%;
}

span {
    text-transform: capitalize;
}