@media(max-width: 768px){
    
    .select-unit-size-top-container{
        display: none;
    }

    .btn-filter{
        display: block;
    }

    h1{
        font-size: 1.5rem;
    }

    .obs-1-heading{
        margin-bottom: 20px;
        text-align: left;
    }

    #user_form_submit_btn{
        margin: auto;
    }

    .obs-capacity-category{
        margin-top: 0px;
        text-align: left;
        color: #474747;
    }
    #size_category{
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 0px;
        overflow: hidden;
    }

    #size_category .size{
        width: 48%;
    }

    img.box-size{
        width: 50px;
    }

    #size_category .size{
        height: 220px;
        border: 5px solid transparent;
        transition: 300ms all ease-in-out;
    }
    
    #size_category .size:hover{
        box-shadow: inset 2px 0px 20px 0px #91c73d;
        transition: 300ms all ease-in-out;
        border: 5px solid #91c73d;
    }

    #size_category .size label{
        font-size: 1.2rem;
    }

    #size_category .size label span{
        font-size: 0.7rem;
    }



    .obs-1-heading img.key{
        position: relative;
        top: -40px;
        left: unset;
        transform: unset;
    }

    .checkmark-size{
        display: none;
    }

    .obs-card img.squre{
        right: 0px;
        max-width: 100%;
    }

    #filter-form {
        padding: 0px;
        position: fixed;
        bottom: 0px;
        top: 20vh;
        left: 5px;
        right: 5px;
        width: calc(100% - 10px);
        height: 100%;
        z-index: 99;
        padding-bottom: 30px;
        transition: 500ms all ease-in-out;
        background-color: #eee;
        
    }
    
    #filter-form.hide-form{
        top: 100vh;
        transition: 500ms all ease-in-out;
    }
    #filter-form .search-title{
        z-index: 99;
        box-shadow: 0px 0px 10px #ccc;
        border-radius: 30px 30px 0px 0px;
    }
    #filter-form .filter{
        box-shadow: none;
        background: #eee;
        padding: 30px;
        overflow: scroll;
        height: 76vh;
    }

    .obs-details{
        margin: 30px 40px;
    }

    .obs-img-container{
        margin-bottom: 20px;
    }

    #filter-form-submit{
        display:block;
        width: 100%;
        margin-top: 10px;
    }

    #user-name{
        font-size: 1.4rem;
    }

    .obs-card h4{
        font-size: 14px;
    }

    footer.footer .container{
        flex-direction: column;
    }

    footer.footer .copyright{
        margin-bottom: 15px;
    }

    img.bg-squre{
        position: absolute;
        right: 0px;
        bottom: -20%;
        object-fit: contain;
        z-index: -1;
    }

    footer.footer .container{
        margin-top: 0px;
    }

    .payment-container h4{
        font-size: 18px;
    }

    .form-details-button{
        text-align: center;
        display: flex;
        justify-content: space-between;
    }

    #obs_order{
        width: 100px;
        margin-left: auto;
        /* float: right; */
        position: absolute;
        right: 20px;
    }

    #obs-admin-login{
        display: none;
    }

    
.video-container{
    flex-direction: column;
    margin-bottom: 20px;
}

.video-container h2{
    font-size: 14px;
    margin-bottom: 10px;
}

.video-container button{
    font-size: 14px;
}

.thank-you-container img.bg-squre{
    display: none;
}

.row.bg-dark{
    padding: 10px 0px;
    margin: 0px;
    border-radius: 8px;
    
}
.row.bg-dark .card-body{
    padding: 0.25rem;
}


    .obs-start-container .box-container{
        margin: 10px 0px;
    }


    #obs .steps{
        width: 80%;
        margin: 30px auto;
    }


    .obs-start-container .box-container div{
        border: none;
        padding: 0px;
    }

    .obs-start-container h3{
        font-size: 1.3rem;
    }
    .obs-start-container .btn{
        width: 100%;
        font-size: 1.2rem;
    }


    .obs-start-container .box-container div:nth-child(1){
        -webkit-animation: fadeIn 3s linear infinite;
        /* Safari */
        animation: fadeIn 3s linear infinite;
    }


    .obs-start-container .box-container div:nth-child(2){
        display: none;
    }


    .obs-start-container .box-container div:nth-child(3){
        display: none;
    }

    .obs-start-container{
        text-align: left;
    }

    #size_category .size{
        width: 100%;
        height: 350px;
        position: relative;
        margin-bottom: 100px;
    }


    .size .size-small{
        right: -94px;
        bottom: -31%;
        position: absolute;
        width: 300px;
    }


    .size .size-medium{
        right: -51px;
        bottom: -28%;
        position: absolute;
        width: 300px;
    }


    .size .size-large{
        right: -54px;
        bottom: -28%;
        position: absolute;
        width: 300px;
    }

    .size .size-x-large{
        right: -28px;
        bottom: -28%;
        position: absolute;
        width: 300px;
    }

    #size_category .size p{
        z-index: 4;
    }


    .obs-capacity-category{
        min-height: auto;
        padding: 15px 0px 15px;
    }

    .obs-details{
        margin: 0px;
    }

    .box-type{
        margin: 0px 0px 20px;
    }

    .box-type-bg{
        /* left: 15px; */
    }

    .obs-details h6{
        line-height: 0.8;
    }

    .obs-room-price{
        margin: 15px 0px;
        font-size: 18px;
    }

    section.data{
        padding: 0px;
    }

    .obs-details .btn{
        font-size: 11px;
    }
    
    #size-cate-mobile{
        display: flex;
        justify-content: space-between;
    }

    select[name="location"]{
        border-radius: 30px;
    }

    .mobile-filter-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 20px 0px;
        padding: 0px 20px;
    }

    #sub-total{
        padding: 0px;
        border: none;
    }

    .obs-start-container h1{
        font-size: 2rem;
    }

    #obs .steps span{
        font-size: 1.5rem;
        width: 40px;
        height: 40px;
    }

    .obs-1-heading h1{
        font-size: 1.2rem;
    }

    .thank-you-container .card{
        width: 100%;
        padding: 10px;
    }

    .sqft-to-meter-container{
        display: block;
        text-align: left;
        /* margin: 50px; */
    }

    ul.social-media{
        justify-content: flex-start;
    }

    ul.social-media li{
        margin-left: 0px;
        margin-right: 20px;
    }


    /* .insure-bg-3{
        margin-top: 40px;
    } */
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50%{
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
    
}@media(max-width: 768px){
    
    .select-unit-size-top-container{
        display: none;
    }

    .btn-filter{
        display: block;
        margin-left: auto;
        position: relative;
        bottom: 0px;
        right: 20px;
        border-radius: 30px;
    }

    h1{
        font-size: 1.5rem;
    }

    .obs-1-heading{
        margin-bottom: 20px;
        text-align: left;
    }

    #user_form_submit_btn{
        margin: auto;
    }

    .obs-capacity-category{
        margin-top: 0px;
        text-align: left;
        color: #474747;
    }
    #size_category{
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 0px;
        overflow: hidden;
        margin-top: 25px;
    }

    #size_category .size{
        width: 48%;
    }

    img.box-size{
        width: 50px;
    }

    #size_category .size{
        height: 220px;
        border: 5px solid transparent;
        transition: 300ms all ease-in-out;
    }
    
    #size_category .size:hover{
        box-shadow: inset 2px 0px 20px 0px #91c73d;
        transition: 300ms all ease-in-out;
        border: 5px solid #91c73d;
    }

    #size_category .size label{
        font-size: 1.2rem;
    }

    #size_category .size label span{
        font-size: 0.7rem;
    }



    .obs-1-heading img.key{
        position: relative;
        top: -40px;
        left: unset;
        transform: unset;
    }

    .checkmark-size{
        display: none;
    }

    .obs-card img.squre{
        right: 0px;
        max-width: 100%;
    }

    #filter-form {
        padding: 0px;
        position: fixed;
        bottom: 0px;
        top: 20vh;
        left: 0px;
        right: 0px;
        /* width: calc(100% - 10px); */
        width: 100%;
        height: 100%;
        z-index: 99;
        padding-bottom: 30px;
        transition: 500ms all ease-in-out;
        background-color: #eee;
        
    }
    
    #filter-form.hide-form{
        top: 110vh;
        transition: 500ms all ease-in-out;
    }
    #filter-form .search-title{
        z-index: 99;
        box-shadow: 0px 0px 10px #ccc;
        border-radius: 30px 30px 0px 0px;
    }
    #filter-form .filter{
        box-shadow: none;
        background: #eee;
        padding: 30px;
        overflow: scroll;
        height: 76vh;
    }

    .obs-details{
        margin: 30px 40px;
    }

    .obs-img-container{
        margin-bottom: 20px;
        height: 220px;
    }

    #filter-form-submit{
        display:block;
        width: 100%;
        margin-top: 10px;
    }

    #user-name{
        font-size: 1.4rem;
    }

    .obs-card h4{
        font-size: 14px;
    }

    footer.footer .container{
        flex-direction: column;
    }

    footer.footer .copyright{
        margin-bottom: 15px;
    }

    img.bg-squre{
        position: absolute;
        right: 0px;
        bottom: -20%;
        object-fit: contain;
        z-index: -1;
    }

    footer.footer .container{
        margin-top: 0px;
    }

    .payment-container h4{
        font-size: 1rem;
    }

    .form-details-button{
        /* text-align: center;
        display: flex;
        justify-content: space-between; */
    }

    .sort-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        width: calc(100% + 30px);
        margin: 0px;
        margin-left: -15px;
        padding: 15px 0px;
        background-color: #fff;
        position: sticky;
        top: 0px;
        z-index: 98;
    }

    .sort-icon{
        width: 15px;
        margin-right: 0px;
        position: relative;
        top: 8px;
    }
    

    #obs_order{
        width: 70px;
        margin-left: unset;
        /* float: right; */
        position: relative;
        right: unset;
        background-color: #fff;
        border: none;
        top: 6px;
        right: 5px;
        color: #000;

        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }


    .sort-con-for-mobile{
        width: 15px;
        top: 7px;
        position: relative;
    }
    #obs-admin-login{
        display: none;
    }

    .btn-mobile-filter{
        display: block;
        position: relative;
        top: 8px;
        color: #000;
        text-decoration: none;
        font-weight: 400;
        width: 50%;
        text-align: center;
        border-right: 1px solid #ccc;
    }




    .search-heading{
        position: relative;
        /* right: unset; */
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }


    .obs-details select.form-control{
        font-size: 13px;
        height: 35px !important;
    }

    .order-conat{
        /* all: unset; */
        width: 50%;
        gap: 0;
        flex-direction: row-reverse;
    }
    

    #filter-data{
        margin-top: 50px;
    }

    
.video-container{
    flex-direction: column;
    margin-bottom: 20px;
}

.video-container h2{
    font-size: 14px;
    margin-bottom: 10px;
}

.video-container button{
    font-size: 14px;
}

.thank-you-container img.bg-squre{
    display: none;
}

.row.bg-dark{
    padding: 10px 0px;
    margin: 0px;
    border-radius: 8px;
    
}
.row.bg-dark .card-body{
    padding: 0.25rem;
}


    .obs-start-container .box-container{
        margin: 10px 0px;
    }


    #obs .steps{
        width: 80%;
        margin: 0px auto;
    }


    .obs-start-container .box-container div{
        border: none;
        padding: 0px;
    }

    .obs-start-container h3{
        font-size: 1.3rem;
    }
    .obs-start-container .btn{
        width: 100%;
        font-size: 1.2rem;
    }


    .obs-start-container .box-container div:nth-child(1){
        -webkit-animation: fadeIn 3s linear infinite;
        /* Safari */
        animation: fadeIn 3s linear infinite;
    }


    .obs-start-container .box-container div:nth-child(2){
        display: none;
    }


    .obs-start-container .box-container div:nth-child(3){
        display: none;
    }

    .obs-start-container{
        text-align: left;
    }

    #size_category .size{
        width: 100%;
        height: 350px;
        position: relative;
        margin-bottom: 100px;
    }


    .size .size-small{
        right: -94px;
        bottom: -31%;
        position: absolute;
        width: 300px;
    }


    .size .size-medium{
        right: -51px;
        bottom: -28%;
        position: absolute;
        width: 300px;
    }


    .size .size-large{
        right: -54px;
        bottom: -28%;
        position: absolute;
        width: 300px;
    }

    .size .size-x-large{
        right: -28px;
        bottom: -28%;
        position: absolute;
        width: 300px;
    }

    #size_category .size p{
        z-index: 4;
    }


    .obs-capacity-category{
        min-height: auto;
    }

    .obs-details{
        margin: 0px;
    }

    .box-type{
        margin: 0px 0px 20px;
    }

    /* .box-type-bg{
        left: 15px;
    } */

    .obs-details h6{
        line-height: 0.8;
    }

    .obs-room-price{
        margin: 15px 0px;
        font-size: 18px;
    }

    section.data{
        padding: 0px;
    }

    .obs-details .btn{
        font-size: 13px;
    }
    
    #size-cate-mobile{
        display: flex;
        justify-content: space-between;
    }

    select[name="location"]{
        border-radius: 30px;
    }

    .mobile-filter-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 20px 0px;
        padding: 0px 20px;
    }

    #sub-total{
        padding: 0px;
        border: none;
    }

    .obs-start-container h1{
        font-size: 2rem;
    }

    #obs .steps span{
        font-size: 1.5rem;
        width: 40px;
        height: 40px;
    }

    .obs-1-heading h1{
        font-size: 1.2rem;
    }

    .thank-you-container .card{
        width: 100%;
        padding: 10px;
    }

    .sqft-to-meter-container{
        display: block;
        text-align: left;
        /* margin: 50px; */
    }

    ul.social-media{
        justify-content: flex-start;
    }

    ul.social-media li{
        margin-left: 0px;
        margin-right: 20px;
    }


    .insure-bg-3{
        /* margin-top: 40px; */
    }

    .obs-details .select-this-unit-btn{
        font-size: 14px;
    }
    
    .obs-details h4.text-case{
        font-size: 1rem;
    }
    .obs-details h6.text-case{
        font-size: 0.8rem;
    }
    .obs-details h6.area_name {
        font-size: 0.7rem;
    }

    #your_card_items .form-check{
        font-size: 12px;
    }

    #your_card_items .insure-bg-2 label{
        text-align: left;
    }

    #box-packaging-container .card-title{
            padding-left: 3.5rem;
    }
    #box-packaging-container .card-body{
            padding-left: 0px;
    }

    .obs-card-product-list{
        font-size: 12px;
    }

    .obs-card-product-image{
        width: 50px;
        margin-bottom: 5px;
    }

    #check-icon{
        width: 150px;
    }


    #pay-my-bill-container .tab-content{
        padding: 10px 15px;
    }

    #pay-my-bill-container .nav-tabs .nav-link{
        padding: 10px 15px;
    }


    .obs-login-btn-container .cart-icon-container{
        display: none;
    }

    .obs-login-btn-container  .btn-success-rev{
        margin-left: 0px !important;
        margin-top: 20px;
    }

    .menu-close{
        position: absolute;
        top: 20px;
        right: 20px;
    }


    header .navbar{
        padding: 0px;
    }

    .desktop-hide{
        display: inline;
    }

    .obs-item .obs-img-container img{
        height: 220px;
    }
    
    .cart-icon-container span{
        top: -12px;
        right: -5px;
    }

    #your_card_items .form-check.insure-bg-1{
        margin-bottom: 50px !important;
    }


    
#footer-action-container{
    background: #fff;
    bottom: 0px;
    left: 0px;
    right: 0px;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px 0px;
}

#footer-action-container a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2px;
    color: #000;
    font-size: 14px;
    width: 33.3%;
}

#footer-action-container a img{
    width: 35px;
    height: 35px;
    background-color: #fff;
}

#footer-action-container a span{
    display: inline;
}


.site-header .navbar-nav img{
    margin-bottom: 30px;
}

.site-header .navbar-toggler i.la-times{
    border: 1px solid #91c73d;
    border-radius: 5px;
}


.pay-brigde-form-container{
    width: 100%;
    padding: 15px;
}

.pay-brigde-form-container .bg-light{
    padding: 15px;
}

.pay-brigde-form-container label{
    font-size: 14px;
}


.payment-container p{
    font-size: 0.8rem;
}

.payment-container .nav-item .nav-link{
    font-size: 12px;
}


.payment-container .nav-item .nav-link i{
    font-size: 28px;
    display: block;
}

.payment-container h5{
    font-size: 1rem;
}


    .obs-select-plan{
        width: 100%;
    }

    #result-container .banner{
        height: 120px;
        box-shadow: 0px 3px 6px #ccc;
    }


    .go-back-btn{
        font-family: 'Helvetica';
        font-size: 14px;
    }


    #obs_order_type{
        margin-top: 2px;
    }


    #user_pickup_address{
        margin-top: 2px;
    }

    .user_pickup_address_label{
        font-size: 12px;
    }


}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50%{
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
    
}


@media (max-width: 1440px) {

    .payment-container .timer{
        font-size: 14px;
    }
}


@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 999;
        padding-top: 20px;
    }

    .navbar-collapse.collapsing {
        left: -100%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }

    .packafing-note-container{
        padding-left: 30px;
    }

    .add-more-product{
        margin-left: 15px;
    }

    .packafing-note-container .form-check{
        padding-bottom: 0px;
    }

    #obs .banner-container{
        height: 200px;
    }
}