/*for mobile*/
@media only screen and (max-width:760px) {
    .navbar-toggler-icon {
        filter: brightness(0) invert(1);
    }

    html {
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }

    .navbar-nav .nav-item {
        margin-left: 0px;
        margin-top: 10px
    }

    .navbar-collapse {
        margin-top: 20px;
    }

    header .btn_style {
        width: 100%;
    }

    header {
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(28px);
        margin-top: 0px;
        border-radius: 0px;
    }

    .border_btn {
        margin: 0px 0px;
    }

    .Logo {
        width: 50px;
    }

    header .RegisterBorderBg {
        display: block;
    }

    header .navbar {
        padding: 10px 0px;
    }

    .p-4 {
        padding: 1rem !important;
    }

    .p-5 {
        padding: 1.5rem !important;
    }

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

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

    .pb-5,
    .py-5 {
        padding-bottom: 1.5rem !important;
    }

    .pt-5,
    .py-5 {
        padding-top: 1.5rem !important;
    }

    .mb-4 {
        margin-bottom: 1rem !important;
    }

    .mt-4 {
        margin-top: 1rem !important;
    }

    .p-3 {
        padding: .5rem !important;
    }

    .gap-3 {
        gap: .5rem !important;
    }

    .gap-4 {
        gap: 1rem !important;
    }

    .gap-5 {
        gap: 1.5rem !important;
    }

    .g-5,
    .gy-5 {
        --bs-gutter-y: 1.5rem;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 1.5rem;
    }

    .g-4,
    .gy-4 {
        --bs-gutter-y: 1rem;
    }

    .g-4,
    .gx-4 {
        --bs-gutter-x: 1rem;
    }

    .h5,
    h5 {
        font-size: 1.1rem;
    }

    .mb-2 {
        margin-bottom: .2rem !important;
    }

    .pb-3 {
        padding-bottom: .8rem !important;
    }

    .pt-3 {
        padding-top: .8rem !important;
    }

    .ms-5 {
        margin-left: 1.5rem !important;
    }

    .ms-4 {
        margin-left: 1rem !important;
    }

    .HeaderPadding {
        padding-top: 90px;
    }

    .LoginBorderBg {
        width: 100%;
    }

    .BannerHrading h2 {
        font-size: 25px;
    }

    .BannerHrading p {
        font-size: 15px;
    }

    .AllHeading h2 {
        font-size: 25px;
    }

    body {
        font-size: 15px;
    }

    .MissionHeading {
        font-size: 18px;
    }

    .FeaturesBg {
        padding: 20px;
    }

    .FeaturesImage {
        max-width: 100%;
    }

    .AutomationOne {
        display: none;
    }

    .AutomationTwo {
        display: none;
    }

    .FeaturesInnerBg {
        height: auto;
    }

    .TradeBg {
        max-width: 400px;
        top: -30px;
    }

    .FooterLogo {
        width: 150px;
        margin: auto;
        display: block;
    }

    .FooterCopyRight {
        text-align: center;
    }

    .TextRight {
        text-align: center;
        padding-top: 10px;
    }

    .swiper-slide {
        width: 170px;
        border-radius: 9px;
    }

    .accordion_body p {
        padding: 0px 0px;
    }

    footer {
        margin-top: 20px;
    }

    .ContactBg {
        padding: 15px;
    }

    .contact_icon_bg {
        height: 30px;
        width: 30px;
    }

    .contact_icon_bg i {
        color: #940CE9;
        font-size: 15px;
    }

    .max-500 {
        max-width: 100%;
    }

}

/*for medium mobile*/
@media only screen and (min-width:480px) and (max-width:760px) {}

/*for tablet*/
@media only screen and (min-width:760px) and (max-width:1000px) {
    .HeadingMobile {
        margin: 50px 0px 15px 0px;
    }

    .banner-section {
        height: 100%;
    }

    .swiper-slide {
        width: 250px;
        border-radius: 9px;
    }
}

/*for destop*/
@media (min-width: 1200px) {}