@media only screen and (max-width: 768px) {
    main {
        margin-bottom: 4rem;
    }

    #mainSearch {
        padding: 0.7rem;
        height: auto;
    }

    .navbar-brand img {
        height: 4.3rem
    }

    #mainSearch .searchInner {
        max-width: 90%;
    }

    .searchForm .col-auto {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .searchForm .searchBtnWrapper {
        text-align: center;
        width: 100%;
    }

        .searchForm .searchBtnWrapper button {
            margin-top: 0;
            width: 90%;
            width: 100%;
            border-top-right-radius: 0 !important;
            border-top-left-radius: 0 !important;
        }

    #mainSearch .searchInner {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    #mainSearch .searchInner {
        border: 0;
    }

    #mainSearch .inputWrapper {
        margin-bottom: 1rem !important;
    }

    .carousel .name {
        font-size: 0.9rem;
    }

    .mobileBackBtn, .mobileBackBtn:focus {
        display: block;
        position: absolute;
        left: 1rem;
        top: 0.5rem;
        background: transparent;
        border: none;
        outline: none;
        padding: 1rem;
    }

        .mobileBackBtn svg {
            width: 1.5rem;
            height: 1.5rem;
        }

    h1 {
        text-align: center;
        margin-bottom: 2rem;
        font-size: 1.7rem;
        margin-top: 1rem;
    }

    h2 {
        font-size: 1.3rem;
    }


    .country {
        margin: 5px 0;
        padding: 1px;
    }

        .country img {
            width: 40px;
            height: 30px;
        }

        .country .name {
            line-height: 40px;
            margin: 0;
            font-size: 0.7rem;
        }

    .navbar-collapse {
        position: absolute;
        background: #fafafa;
        border-left: 1px solid #ced4da;
        top: 62px;
        right: 0px;
        z-index: 1;
        width: 35%;
        height: 100vh;
        overflow: auto;
    }

    .navbar-brand img.logo {
        display: none;
    }

    .navbar-brand img.logoMobile {
        display: block;
        margin: 0;
        padding: 0.5rem;
    }

    .navbar-collapse .nav-link {
        margin: 0 1rem;
    }

    .navbar .navbar-toggler {
        margin: 7px;
    }

    .navbar-expand-lg .navbar-brand #countryName {
        right: 0;
        font-size: 12px;
    }

    .features .feature {
        min-height: 17rem;
    }

    #Login .welcomeArea {
        padding-top: 3rem;
    }

    .navbar-nav .dropdown-menu {
        border: 0;
        margin-left: 2rem;
        padding-top: 0;
    }

    #mainSearch {
        padding-top: 0.7rem;
    }

        #mainSearch .searchInner {
            max-width: unset;
        }

    .searchForm .form-control {
        border: 1px solid #ddd;
    }

    .navbar-nav .dropdown-menu {
        background: transparent;
    }

    .collapse:not(.show) {
        display: none !important;
    }
    /*Slide Navigation From Right*/
    .navbar-collapse {
        position: fixed;
        top: 47px;
        height: calc(100vh - 98px);
        left: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        transition: all 0.5s ease;
        display: block;
        background-color: #e9ecef;
        z-index: 2000;
        overflow: auto;
        font-weight: bold;
    }

        .navbar-collapse.collapsing {
            height: auto !important;
            margin-left: 50%;
            left: 50%;
            transition: all 0.2s ease;
        }

        .navbar-collapse.show {
            left: unset;
        }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: unset;
    }

    .navbar-collapse .dropdown-item {
        padding: 0.7rem;
    }

    .menuDivider {
        border-bottom: 1px solid #999;
    }

    .userInfo > a {
        font-weight: bold;
    }

    .footer {
        display: none;
    }

    .breadcrumb {
        margin-top: 10px;
        padding-top: 0;
    }

    #mobileBreadcrumb {
        display: inline-block;
        width: 100%;
        margin: 0 0 1rem 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #c5c5c5;
    }

        #mobileBreadcrumb .title {
            display: inline-block;
            width: 70%;
            text-align: center;
            font-size: 1.5rem;
            font-weight: bold;
            margin: 0;
        }

        #mobileBreadcrumb .backWrapper {
            margin: 4px 1rem 0px 10px;
            display: inline-block;
        }

            #mobileBreadcrumb .backWrapper svg {
                width: 30px;
                height: 30px;
            }

    .multiSlideCarousel img {
        height: 6rem !important;
    }

    #mobileBottomNav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        will-change: transform;
        transform: translateZ(0);
        display: flex;
        height: 50px;
        background-color: #e9ecef;
        padding: 0;
        border-top: 1px solid #c5c5c5;
    }

        #mobileBottomNav button {
            color: #212529 !important;
            width: 20%;
            text-align: center;
            font-size: 12px;
            padding: 6px;
            background: transparent;
            border: 0;
        }

            #mobileBottomNav button svg {
                fill: #1e95bf;
            }

    .mobileBottomMenu {
        position: fixed;
        width: 100%;
        height: 100%;
        bottom: 0;
        z-index: 1001;
        will-change: transform;
        transform: translateZ(0);
        display: none;
        background-color: #fff;
        padding: 0;
    }

        .mobileBottomMenu .closeWrapper {
            width: 100%;
            height: 5rem;
        }

        .mobileBottomMenu .closeBottomMenu {
            background: transparent;
            border: 0;
            outline: 0;
            padding: 1rem;
            width: 100%;
            text-align: right;
            position: absolute;
            z-index: 1;
        }

    #BottomAccountMenu .closeBottomMenu svg {
        fill: #fff;
    }

    .mobileBottomMenu .closeBottomMenu svg {
        fill: #212529;
        height: 3rem;
        width: 3rem;
    }

    .mobileBottomMenu ul {
        padding: 0;
        height: 80vh;
        overflow: auto;
    }

        .mobileBottomMenu ul li {
            position: relative;
            padding: 0 1rem;
            font-size: 1.3rem;
        }

    .mobileBottomMenu .free {
        color: #39a92c;
    }

    .mobileBottomMenu ul li.separator {
        background: #f4f4f5;
        margin-top: 2rem;
        font-size: 1.3rem;
        padding: 0rem 2rem;
        font-weight: bold;
    }

    .mobileBottomMenu ul li a {
        color: #212529;
    }

    .mobileBottomMenu ul li .signoutBtn {
        color: #fff;
    }

    .mobileBottomMenu ul li svg {
        position: absolute;
        right: 1rem;
        top: 1rem;
        width: 2rem;
        height: 2rem;
    }

    .mobileBottomMenu .userInfo {
        background: #2495bf;
        height: 20vh;
        position: relative;
        margin-bottom: 8rem;
    }

        .mobileBottomMenu .userInfo img {
            height: 10rem;
            width: 10rem;
            position: absolute;
            bottom: -5rem;
            left: 30%;
            border-radius: 50%;
            border: 5px solid #fff;
        }

    .mobileBottomMenu nav {
        overflow: hidden;
    }

    .swiper .slide img {
        height: 30vh;
    }

    .navbar .navbar-brand {
        margin:0 auto;
    }

    .content-top {
        padding: 1rem;
    }

    .shop_box img {
        height: unset;
        width: 100%;
    }

    .shop_box-top > .col-md-3, .shop_box-top > .col-md-4 {
        padding: 0;
    }

    .content-top {
        margin-top: 2rem;
    }

    .shop_desc h3 {
        font-size: 1.5em;
    }

    .addToCartBox .quantityArea {
        padding: 0 5.5rem;
    }

    .addToCartBox .buttons {
        margin-top: 1rem;
    }

    .mobileBottomNav {
        padding-top: 10px;
    }

    .sideMenu {
        display: none;
    }

    .section-title {
        text-align: center;
    }

    img.qr {
        display: none;
    }

    #Login {
        padding-top: 20vh;
    }

        #Login .welcomeArea {
            padding-top: 3rem;
            height: 15vh;
        }

    .section-title {
        margin: 1rem 0;
    }

    #Login {
        padding-top: 10vh;
    }

        #Login .welcomeArea {
            margin-bottom: 3rem;
        }

    .swiper {
        height: auto;
    }

    .swiper-pagination, .swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-prev, .swiper-rtl .swiper-button-next {
        display: none;
    }

    .main {
        margin-bottom: 10rem;
    }

    .mobileBottomNav {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #1e95bf;
        z-index: 5;
    }

        .mobileBottomNav button {
            display: inline-block;
            width: 19%;
            text-align: center;
            background: transparent;
            border: 0;
            outline: 0;
            position: relative;
        }

            .mobileBottomNav button svg {
                width: 2.5rem;
                height: 2.5rem;
                fill: #fff;
            }

    .contactInfo {
        text-align: center;
    }

    .oneImage {
        text-align: center;
        margin-top: 2rem;
    }

        .oneImage .Rectangle .nameWrapper {
            left: 3rem;
        }

    .w-25 {
        width: 37% !important;
    }

    .cart h6 {
        font-size: 1rem;
    }

    .CartElement {
        padding-bottom: 3rem;
    }

        .CartElement .removeBtn {
            bottom: -2.75rem;
            left: 31%;
        }
    .CartItem .name {
        font-size: 1.5rem;
    }
    .alert {
        bottom: 4rem;
    }

    #checkout #DonatorType {
        max-width: unset;
        margin-top: 2rem !important;
    }

    #checkout #DonatorType a {
        margin-top: 1rem !important;
    }

    #checkout #DonatorType .loginOrCreateAccount {
        display: block;
    }
    #checkout .CartElement {
        padding-bottom: 0;
    }
    .ShoppingCart .badge {
        right: 5px;
    }
    .shop_box, .img_section {
        box-shadow: 0px 8px 0px #817c7c24;
    }
    .single_left .swiper-slide img {
        width: 100%;
    }
    .addToCartBox .buttons .btn {
        margin: 0 0.5rem;
        width: 43%;
    }
        .addToCartBox .buttons .btn.shareBtn {
            width: 92%;
            margin-top: 1rem;
        }
    #projectPrice .swiper-wrapper {
        height: 65vh;
    }
    #projectPrice .thumbnailSwiper img {
        width: unset;
        height:20vh;
    }
    #projectPrice .swiper-slide img:not(#projectPrice .thumbnailSwiper .swiper-slide img) {
        height: unset;
        width: 100%;
    }
    #shareModal .shareBtn {
        width: 50vw;
        margin: 0 auto;
    }
    #qrCodeWrapper {
        display: none;
    }
    .largeRadio.custom-control{
        margin-bottom:1rem;
    }
    .largeRadio.custom-control{
        padding:2rem 3rem;
    }
    .RecurringPaymentWrapper.largeRadio {
        padding:0;
    }
    #Beneficials .Sponsorship {
        background: var(--background-color);
        padding: 5px;
    }

        #Beneficials .Sponsorship img {
            width: 14rem;
            height: 14rem;
            display: block;
            margin: 0 auto;
            margin-top: 10px;
        }

    #paySponsorshipsBtn {
        width: 50% !important;
    }

    #QuickPaySponsorshipsModal {
        padding: 5px;
    }
    #paySponsorshipsBtn {
        bottom: 70px;
    }
}
/*End of media*/