﻿html {
    font-size: 16px;
}


@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb00;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 60px;
    overflow-x: hidden;
    max-width: 100%;
    background-color: #f3f3f3;
}

.container {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    margin: auto;
    padding: 0;
}

/***************************Header******************************/
/*Moble Menu*/
/* ========== HAMBURGER ========== */
.navbar-toggler {
    border: none;
    padding: 6px;
    outline: none;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

.toggler-bar {
    display: block;
    width: 24px;
    height: 2px;
    background: #333;
    border-radius: 2px;
    margin: 5px 0;
    transition: all 0.3s ease;
    transform-origin: center;
}
.card-title {
    margin-bottom: 0.1rem!important;
}
.navbar-toggler.open .toggler-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.navbar-toggler.open .toggler-bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.navbar-toggler.open .toggler-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ========== OFFCANVAS SIDEBAR ========== */
.offcanvas.offcanvas-end {
    width: 260px;
    border-left: 1px solid #eee;
}

.offcanvas-header-custom {
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offcanvas-body {
    padding: 10px 0 0 0;
}

/* ========== MOBILE NAV LINKS ========== */
.mobile-nav {
    width: 100%;
}

    .mobile-nav .nav-item {
        width: 100%;
    }

    .mobile-nav .nav-btn {
        display: block;
        width: 100%;
        padding: 14px 24px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.4px;
        color: #444 !important;
        background: none !important;
        border: none !important;
        border-radius: 0 !important;
        text-align: left;
        text-decoration: none;
        transition: background 0.15s, color 0.15s, padding-left 0.2s;
        position: relative;
        border-top: 1px solid #f5f5f5 !important;
    }

    .mobile-nav .nav-item:first-child .nav-btn {
        border-top: none !important;
    }

    .mobile-nav .nav-btn:hover {
        background: #fafafa !important;
        color: #000 !important;
        padding-left: 30px;
    }

    .mobile-nav .nav-btn-active {
        color: #000 !important;
        background: #FFF8DC !important;
        font-weight: 700 !important;
        padding-left: 30px !important;
    }

        .mobile-nav .nav-btn-active::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 4px;
            background: #F5B800;
        }

/*Moble Menu End*/
.navbar {
    background-color: #f8f8f8;
}

.logo-img {
    width: auto;
    max-width: 12rem;
    margin: auto;
}
.logo-img-1 {
    /*height: 55px;*/ /* Adjust size here */
    width: 45%;
}
.nav-btn {
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 500;
}

.nav-btn-outline {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
}

    .nav-btn-outline:hover {
        background-color: #e2e6ea;
    }

.nav-btn-active {
    background-color: #ffc107;
    color: #000;
    border: none;
}

    .nav-btn-active:hover {
        background-color: #e0a800;
    }

#navbarNav a {
    color: #000000;
    text-decoration: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#SecondSlider {
    scroll-margin-top: 100px;
}

#TherdSlider {
    scroll-margin-top: 100px;
}

#fourthslider {
    scroll-margin-top: 100px;
}
#fqsection {
    scroll-margin-top: 100px;
}
#SixSlider {
    scroll-margin-top: 100px;
}
/**************************** top slider****************************/
#firstslider .swiper {
    width: 100%;
    height: 100%;
}

#firstslider .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #firstslider .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

#firstslider .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

    #firstslider .autoplay-progress svg {
        --progress: 0;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 10;
        width: 100%;
        height: 100%;
        stroke-width: 4px;
        stroke: var(--swiper-theme-color);
        fill: none;
        stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
        stroke-dasharray: 125.6;
        transform: rotate(-90deg);
    }

.text-center {
    text-align: center;
}

.swiper-pagination {
    --swiper-pagination-bottom: 2px;
}

.img-top-cart-with {
    width: 100%;
    max-width: 5rem;
    margin: auto;
}

.cart-div-top-marging {
    margin-top: -10px;
}

#SecondSlider .swiper {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 15px;
}

#SecondSlider .swiper-slide {
    background-position: center;
    background-size: cover;
}

    #SecondSlider .swiper-slide img {
        display: block;
        width: 85%;
    }

.yelow-bg {
    background-image: url(/Image/Background/Brush_Stroke.png);
    background-repeat: no-repeat;
    /* height: auto; */
    background-size: 7.3rem;
    background-position: center;
    /* z-index: 0000; */
    padding: 0 0.5rem;
}
.yelow-bg-1 {
    background-image: url(/Image/Background/Why_Online.png);
}
.yelow-bg-2 {
    background-image: url(/Image/Background/WATCH_LEARN.png);
    background-size: 6.5rem;
}
.yelow-bg-3 {
    background-image: url(/Image/Background/FAQ.png);
    background-size: 6rem;
    padding: 1.5rem;
}
.yelow-bg-6 {
    background-image: url(/Image/Background/NEWS_BLOGS.png);
    background-size: 7.1rem;
}
.yelow-bg-4 {
    background-size: 9rem;
}
.yelow-bg-5 {
    background-size: 9rem;
    padding: 0px 0.5rem;
}

.med-slider-img {
    width: 140px;
    height: 140px;
    border: 2px solid #ffff00;
    border-radius: 50%;
    overflow: hidden;
    background: #f4f4f4;
}

.med-slider-txt-pading {
    padding: 0 8%;
}

    .med-slider-txt-pading p {
        font-size: 1.1rem;
    }

#TherdSlider {
    background: #F8FFF5;
}

    #TherdSlider .swiper {
        width: 70%;
        height: 100%;
    }

    #TherdSlider .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.swiper-button-next {
    width: 30px;
    height: 30px;
    background: #ffff00;
    border-radius: 50%;
    padding: 5px;
}

.swiper-button-prev {
    width: 30px;
    height: 30px;
    background: #ffff00;
    border-radius: 50%;
    padding: 5px;
}
/* #TherdSlider .swiper-slide img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }*/

#fourthslider .swiper {
    width: 100%;
    height: 100%;
}

#fourthslider .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #fourthslider .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

#fivethslider .swiper {
    width: 100%;
    height: 100%;
}

#fivethslider .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #fivethslider .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


/* F&Q section*/

#fqsection h2 {
    color: #000;
    text-align: center;
}

details {
    background: #fff;
    font-size: 1.5rem;
}

summary {
    padding: .5em 1.3rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
    transition: height 1s ease;
    font-size: 20px;
}

    .summary-h2 {
        font-size: 20px !important;
    }

    summary::-webkit-details-marker {
        display: none;
    }

    summary:after {
        content: "\002B";
    }

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
}

    details[open] summary:after {
        content: "\00D7";
    }

details[open] div {
    padding: .5em 1em;
}

.summary-div {
    font-size: 16px;
}

.bg-image {
    background-image: url(/Image/Background/Background.png);
    background-repeat: no-repeat;
    height: auto;
    background-size: cover;
    background-position: center;
    background-color: #fcfcfc;
    z-index: 0000;
}

.master-bg-image {
    /*background-image: url(/Image/Course/Master_Background.png);*/
    background-repeat: no-repeat;
    height: auto;
    width: auto;
    background-size: contain;
    background-position: top left;
    background-color: #fcfcfc;
}

.tap-bg-color {
    background-color: #fff !important;
    border-radius: 5px;
}
.font-500{
    font-weight:500;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    content: '' !important;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    color:#000;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    color:#000;
}
.bn-btn-top {
    text-decoration: none;
    background-color: #fbc000;
    margin: auto;
    width: 12rem;
    margin-right: 25rem;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border: 2px solid #fbfb15;
    border-radius: 30px;
    padding: 0.5rem;
}
.btn-bottom-right-radius {
    border-bottom-right-radius: 0px;
    bottom: 1rem;
}
.cart-tital-bg {
    background: #ffd10f;
}

#applynow {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.logo-img-2 {
    width: auto;
    max-width: 8rem;
    margin: auto;
}
#applynow.show {
    opacity: 1;
    display: block !important;
}

.fix-div {
    display: none !important;
    z-index: 1050;
    background-color: #f7f7f7;
    height: 80px;
    padding: 5px;
    margin-top: 0.5rem;
    border-radius: 12px !important;
    left: 8.5%;
}

.box-shado-mun {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.bg-new-blog{
    background-color:transparent;
}
/* six Swiper */
#SixSlider .watch-section {
    background: transparent;
    padding: 20px 0 40px;
    position: relative;
    overflow: hidden;
}



/* ---- swiper wrapper ---- */
#SixSlider .swiper-wrapper-outer {
    overflow: hidden;
    position: relative;
    padding: 0 10px;
    width: 85%;
    margin: auto;
}

#SixSlider .watch-swiper {
    overflow: visible !important;
    padding: 10px 0px 10px !important;
}

/* Card base */
#SixSlider .watch-card {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    aspect-ratio: 9/16;
    background: transparent;
    cursor: pointer;
    /* default — center */
    height: 100%;
    width: 100%;
    margin: 0 auto;
    filter: grayscale(0) brightness(1);
    /*box-shadow: 0 20px 60px rgba(0,0,0,0.28);*/
    transition: height 0.4s ease, width 0.4s ease, margin 0.4s ease, filter 0.4s ease, box-shadow 0.4s ease;
}
/* 2nd & 4th — medium */
#SixSlider .swiper-slide.is-near .watch-card {
    height: 90%;
    width: 90%;
    margin: 6% auto 0;
    filter: grayscale(0.2) brightness(0.88);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    opacity: 0.5;
    pointer-events: none;
}

/* 1st & 5th — sabse chota */
#SixSlider .swiper-slide.is-edge .watch-card {
    height: 75%;
    width: 75%;
    margin: 15% auto 0;
    filter: grayscale(0.5) brightness(0.75);
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
    opacity:0.5;
    pointer-events:none;
}
#SixSlider .swiper-slide-active .watch-card {
    filter: grayscale(0) brightness(1);
    transform: scale(1.07);
    /*box-shadow: 0 10px 25px rgba(0,0,0,0.28);*/
    opacity: 1;
    border-radius: 1.4rem;
}

#SixSlider .watch-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* dark gradient at bottom */
#SixSlider .watch-card .grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 100%);
}

/* ---- play button ---- */
#SixSlider .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    background: rgba(255,255,255,0.88);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 16px rgba(0,0,0,0.3);
    transition: background 0.25s ease, transform 0.25s ease;
}

    #SixSlider .play-btn svg {
        width: 20px;
        height: 20px;
        fill: #111;
        margin-left: 3px;
        transition: fill 0.2s;
    }

#SixSlider .swiper-slide-active .play-btn {
    background: rgba(255,255,255,0.95);
}

#SixSlider .watch-card:hover .play-btn {
    background: #F5C300;
    transform: translate(-50%, -50%) scale(1.1);
}

    #SixSlider .watch-card:hover .play-btn svg {
        fill: #fff;
    }

/* ---- nav buttons ---- */
#SixSlider .sw-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    z-index: 20;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #F5C300;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(245,195,0,0.5);
    transition: background 0.2s, transform 0.2s;
}

    #SixSlider .sw-nav:hover {
        background: #d9ae00;
        transform: translateY(-60%) scale(1.1);
    }

#SixSlider .sw-nav.prev {
    left: 0;
}

#SixSlider .sw-nav.next {
    right: 0;
}

#SixSlider .sw-nav svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
#SixSlider .swiper-button-next {
    right: 65px!important;
    top: -190px!important;
    float: right!important;
    position: relative !important;
}

#SixSlider .swiper-button-prev {
    left: 60px !important;
    top: -190px !important;
    float: left !important;
    position: relative !important;
}
.nwfont-size-p{
    font-size:0.75rem;
}
#SevenSlider .swiper-button-next {
    right: -85px !important;
    margin-top: -90px;
}

#SevenSlider .swiper-button-prev {
    left: -85px!important;
    margin-top: -90px;
}
/*End Six slider*/
.font-size-p {
    font-size: 0.7rem;
}

/*#SecondSlider .image-pading {
    padding: 20px 15px !important;
}*/

.swiper-button-prev {
    left: 10rem !important;
    top: -50px !important;
    float: left !important;
    position: relative !important;
}

.swiper-button-next {
    right: 10rem !important;
    top: -50px !important;
    float: right !important;
    position: relative !important;
}

#TherdSlider .swiper-button-prev {
    left: 10rem !important;
    top: -140px !important;
    float: left !important;
    position: relative !important;
}

#TherdSlider .swiper-button-next {
    right: 10rem !important;
    top: -140px !important;
    float: right !important;
    position: relative !important;
}
.heding-div {
    margin-bottom: -20px;
    margin-top: 8rem;
}
.UCMC-heding {
    background-color: #d9d9d9;
}
.UCMC-heding-2 {
    background-color: #ffffff;
}
.ms-top-pading{
    padding-left:7rem!important;
}
.ms-top-margin {
    margin-left: 6rem !important;
}
#fourthslider .swiper-button-next {
    right: -5rem !important;
    top: -125px !important;
    float: right !important;
    position: relative !important;
}

#fourthslider .swiper-button-prev {
    left: -5rem !important;
    top: -125px !important;
    float: left !important;
    position: relative !important;
}

#fivethslider .swiper-button-prev {
    left: -5rem !important;
    top: -125px !important;
    float: left !important;
    position: relative !important;
}

#fivethslider .swiper-button-next {
    right: -5rem !important;
    top: -125px !important;
    float: right !important;
    position: relative !important;
}

.right-padding-model {
    padding-right: 4.5rem !important;
}

.model-logo-setup {
    margin-bottom: -45px;
    margin-top: -40px;
    margin-left: 35px;
}

.card-body-height-mob {
    height: 95px !important;
}
.mscard-bg-ff{
    background-color:#ffffff;
}
.card-body-height-mob2 {
    height: 100px !important;
}
.paddingFAQ-x {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.uc-hd-mr {
    margin-bottom: -10px;
}
.m-auto-cus {
    margin:auto;
}
.me-auto.cust{
    margin:auto;
}
.position-relative-cus {
    position: relative !important;
}
.position-absolute-cus {
    position: absolute !important;
}
@media (min-width: 1000px) and (max-width: 1294px) {
    .col-sm-6-900-1220 {
        width: 60%!important;
    }
    .me-5-900-1220 {
        margin-right: 1.5rem !important;
    }
    .pt-5-cus {
        padding-top: 0rem !important;
    }
    .p-1-900-1220 {
        padding: .12rem !important;
    }
    #fourthslider .swiper-button-next {
        right: -3.5rem !important;
    }
    #fourthslider .swiper-button-prev {
        left: -3.5rem !important;
    }
    .h5-900-1220 {
        font-size: 1.15rem!important;
    }
    .font-size-p {
        font-size: 0.57rem;
    }
    .col-sm-7-1000-1220 {
        width: 64%;
    }
    #fivethslider .swiper-button-prev {
        left: -3.5rem !important;
    }
    #fivethslider .swiper-button-next {
        right: -3.5rem !important;
    }
    .cus-top-padding-1000-1294{
        padding-top:3rem;
    }
    }

@media (min-width: 750px) {
    .mob-display {
        display: none !important;
    }
}

@media (max-width: 750px) {
    .navbar {
        background-color: #f3f3f3;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .container {
        max-width: 100% !important;
        padding: 0;
    }

    .Botton-banner-1 {
        margin-bottom: 2.5% !important;
    }

    .Botton-banner-2 {
        margin-bottom: 5% !important;
    }

    .dex-display {
        display: none !important;
    }

    .uc-hd-mr {
        margin-top: -15px;
        margin-bottom: 0px;
    }

    .logo-img {
        height: 90%;
        width: 90%;
    }

    .Botton-banner {
        margin-left: 34%;
        margin-bottom: 45%;
        font-size: 72%;
        width: 30%;
        padding: 1.7%;
    }

    #SecondSlider .swiper {
        width: 85%;
    }

    #SecondSlider .swiper-slide img {
        display: block;
        width: 100%;
        /*padding: 15px 15px;*/
    }

    #SecondSlider .Next-btn {
        top: 101rem;
        right: 2rem;
    }

    #SecondSlider .prev-btn {
        top: 101rem;
        left: 2rem;
    }

    #TherdSlider .swiper {
        width: 95%;
        height: 100%;
    }

    .swiper-button-prev {
        left: 0rem !important;
    }

    .swiper-button-next {
        right: 0rem !important;
    }

    .med-slider-txt-pading {
        padding: 0 3rem;
    }

        .med-slider-txt-pading p {
            font-size: 80%;
        }

    #TherdSlider .swiper-button-prev {
        top: -10rem !important;
        left: 0rem !important;
    }

    #TherdSlider .swiper-button-next {
        top: -10rem !important;
        right: 0rem !important;
    }

    .hide-display {
        display: none;
    }

    .UG-bg-image {
        background-image: url(/Image/Course/UG_Background_mobile.png) !important;
        background-repeat: no-repeat;
        height: auto;
        width: auto;
        background-size: cover;
        background-position: center;
        background-color: #fcfcfc;
    }

    .m-auto-cus {
        margin: 0;
    }

    .me-auto-cust {
        margin: 0;
    }

    .position-relative-cus {
        position: unset !important;
    }

    .position-absolute-cus {
        position: unset !important;
    }

    .master-bg-image {
        background-image: url(/Image/Course/Master_Background_mobile.png);
        background-repeat: no-repeat;
        height: auto;
        width: auto;
        background-size: cover;
        background-position: center;
        background-color: #fcfcfc;
    }

    .font-size-p {
        font-size: 0.67rem;
    }

    .UCMC-heding {
        background-color: #d9d9d9;
        margin: auto;
        width: 90%;
    }

    .pt-5-cus {
        padding-top: 0.5rem !important;
    }

    .padding-bottom-mob-0 {
        padding-bottom: 0 !important;
    }

    .summary-h2 {
        font-size: 13px !important;
    }

    .summary-div {
        font-size: 12px;
    }

    .model-logo-setup {
        margin-bottom: -38px;
        margin-top: -30px;
        margin-left: 35px;
    }

    .padding-bot-30 {
        padding-bottom: 30px !important;
    }

    .yelow-bg {
        background-image: url(/Image/Background/Brush_Stroke.png);
        background-repeat: no-repeat;
        background-size: 6.3rem;
        background-position: center;
        padding: 0 0.5rem;
    }

    #SixSlider .swiper-slide-active .watch-card {
        border-radius: 1.1rem;
    }
}

@media (max-width: 600px) {
    #SecondSlider {
        scroll-margin-top: 60px;
    }

    #TherdSlider {
        scroll-margin-top: 60px;
    }

    #fourthslider {
        scroll-margin-top: 60px;
    }

    #SixSlider {
        scroll-margin-top: 60px;
    }

    #fqsection {
        scroll-margin-top: 60px;
    }

    .ms-top-margin {
        margin-left: 0rem !important;
    }

    .card-body-height-mob {
        height: 50px !important;
    }

    .heding-div {
        margin-bottom: 0px;
        margin-top: 0rem;
    }

    .pt-5-cus {
        padding: 0 !important;
    }

    .row-cols-md-3 {
        margin-bottom: 0.5rem;
    }

    .yelow-bg-5 {
        background-size: 8rem;
    }

    .yelow-bg-3 {
        background-size: 6rem !important;
        padding: 2rem !important;
    }

    .yelow-bg-4 {
        background-size: 8rem;
    }

    .UCMC-heding-2 {
        margin-left: 5%;
        margin-right: 5%;
    }

    .mod-newstext-color {
        background-color: #ffd10f;
        height: 85px;
        margin-bottom: 10px;
    }

    .nwfont-size-p {
        font-size: 0.61rem;
    }

    .show-1 {
        display: block;
    }

    .logo-img-1 {
        width: 70%;
    }

    .bn-btn-top-1 {
        text-decoration: none;
        background-color: #fbc000;
        margin: auto;
        width: 8rem;
        font-size: 12px;
        font-weight: 600;
        border: 2px solid #fbfb15;
        border-radius: 30px;
        padding: 5px;
    }

    .card-body-height-mob2 {
        height: 50px !important;
    }

    .ps-5-mob-0 {
        padding-left: 0rem !important;
    }

    .right-padding-model {
        padding-right: 0rem !important;
    }

    .model-logo-setup {
        margin-bottom: -15px;
        margin-top: -12px;
        margin-left: 35px;
    }

    .pading-cus-mob-0 {
        padding: 0 !important;
    }

    .fix-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 151;
    }

    .h5-cus-mob {
        font-size: 1.1rem;
    }

    .fix-header-content {
        margin-top: 65px;
    }

    #SixSlider .watch-card {
        box-shadow: 0 0px 0px rgba(0,0,0,0);
    }

    #SixSlider .play-btn {
        width: 30px;
        height: 30px;
    }

    #SixSlider .swiper-slide-active .watch-card {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
    }

    #SixSlider .swiper-slide.is-near .watch-card {
        height: 95%;
        width: 95%;
        margin: 6% auto 0;
        filter: grayscale(0.2) brightness(0.88);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    }

    .paddingFAQ-x {
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important;
    }

    .cart-tital-bg {
        font-size: 0.7rem;
    }
}

@media (max-width: 446px) {
    .Mob-marg {
        margin-top: 3%;
    }
}

.d-none-custom {
    display: none;
    color: red;
    font-size: 12px;
}
