.home_video{
    max-width: 100%;
}
.mobile {
    display: none !important;
}
.sub-menu{
    margin-left: 2% !important;
}
.range_ul{
    display: flex;
    list-style-type: none;
    padding: 0;
    /*flex-wrap: wrap;*/
}
.range_li{
    padding: 5px 10px;
}
.range_li a:hover{
    color: black;
}
.range_li a{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    color: grey;
}
.parent_categoryCon a:hover{
    border-bottom: 1px solid black;
}
.sub_category_parent a:hover{
    color: black !important;
}
.subLi a:hover{
    color: white !important;
}
.range_hr{
    margin: unset !important;
    border: 1px solid #69696969; !important;
    height: unset !important;
}
.range_collection{
    display: flex;
    position: absolute;
    bottom: 5%;
}
.range_title{
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.range_title:after{
    content: "GIFTING :";
}
@media only screen and (min-device-width : 767px) and (max-device-width : 1080px) {

    .tablet-showM {
        display: block !important;
    }

    .tablet-showD {
        display: none !important;
    }
}
@media only screen and (max-width: 660px) {

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }
}
.whatsapp-button {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: green;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
    background-color: darkgreen;
}

.whatsapp-icon {
    /*width: 90%;*/
    /*height: 30px;*/
    /*margin-top: 15px;*/
}
.tel-otp-con{
    display: flex;
    align-items: center;
    gap: 5px;
}
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: black !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.download-app-text{
    font-weight: bold;
    margin-bottom: 20px;
}

.app-download-img{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.app-download-img img{
    max-width: 90%;
}
.visually-hidden {
    all: unset;
    display: block;
}
