.navbar-brand img {
    width: 100px;
}
.bg-icon{
    padding: 8px;
    width: 100%;
    /* border-bottom:1.5px solid #dcdcdc59; */
    display:flex;
    flex-direction:column;
    align-items: center;
    cursor: pointer;
}
.bg-icon:hover{
    background-color: #BBAFE0;
    color:#ffffff;
    border-radius:5px;
    border-bottom:none;
    cursor: pointer;
}
.bg-icon-2{
    padding: 8px;
   
    display:flex;
    flex-direction:column;
    align-items: center;
    cursor: pointer;
}
.bg-icon-2:hover{
    background-color: #BBAFE0;
    color:#ffffff;
    border-radius:5px;
    border-bottom:none;
    cursor: pointer;
    
}
.bg-icon-2 svg:hover{
    fill:#ffffff;
}
.selection{
    background-color: #BBAFE0;
    color:#ffffff;
    fill:#ffffff;
    border-radius:5px;
    border-bottom:none;
    cursor: pointer;  
}
.side-icon{
    font-size:12px;
    font-weight:500;
    
}
.side-icon2{
    font-size:23px;
    font-weight:500;
    
}
.off-box{
    background-color: #FFBEBE;
    padding: 5px;
    border-radius: 5px;
}
.justify-content-left{
    justify-content: left;
}

.img-box{
    z-index: 9;
}
@media (min-width:992px) {    
    .vertical-nav {
        position: fixed;
        overflow-x: hidden;
        left: 0;
        width: 5%;
        height: 100%;
        background-color: #ffffff;
        overflow-y: auto;
        padding-top: 30px
      }
  }
  @media (min-width:992px) {    
    .vertical-nav-content {
        position: fixed;
        top: 56px;
        z-index: 0;
        right: 0;
        width: 94%;
        height: 100%;
        background-color: #F9F7FF;
        overflow-x: hidden;
        padding-top: 30px;
        /* padding-bottom: 200px; */
      }
  }
  card-sl {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-image img {
    height:200px ;
    width: 255px ;
    border-radius: 8px 8px 0px 0;
}
.card-img-top{
    height:150px;
}

.card-action {
    position: relative;
    float: right;
    margin-top: -17px;
    margin-right: 20px;
    z-index: 2;
    color: #E26D5C;
    background: #fff;
    border-radius: 100%;
    padding: 5px;
    font-size: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.card-action:hover {
    color: #fff;
    background: #FFBEBE;
    -webkit-animation: pulse 1.5s infinite;
}

.card-heading {
    font-size: 15px;
    font-weight: bold;
    background: #fff;
    padding: 10px 15px;
}

.card-text {
    padding: 5px 15px;
    background: #fff;
    font-size: 14px;
    color: #636262;
    padding-bottom: 12px
}
.fs-12{
    font-size:14px;
}

.card-button {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    background-color: #1F487E;
    color: #fff;
    border-radius: 0 0 8px 8px;
}

.card-button:hover {
    text-decoration: none;
    background-color: #1D3461;
    color: #fff;

}
/* .magnify{
    position: absolute;
    top: 15px;
    left: 20px
}
.slider-icon{
    position: absolute;
    top: 15px;
    left: 360px;

}*/
input[type="search"] {
    border: none !important;
}
input[type="search"]:focus{
    outline: none !important;
}
.search-input{
    background-color: #fff !important;
}
#search-input-2{
    border:none !important;
}
.grey{
    width: 1px;
    height: 31px;
    align-self: flex-start;
    background: #00000059;
    display: flex;
} 
.close:focus{
    outline:none;
}
.text-close{
    
    font-size: 14px !important;
}
.text-span-close{
    color: rgb(255, 0, 0) !important;
}
.bg-icon:hover svg path {
    stroke: #ffffff; /* Change the SVG stroke color to red on hover */
  }
.modal-footer{
    border-top:none !important;
    justify-content: center !important;
}
.modal-header{
    border-bottom:none !important;
    align-items:center !important;
}
.modal-title{
    font-size:1rem;
}


@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}
.new-item{
    font-size:14px;
    font-weight:580;
}
 .user-icon{
    background-color: #fff;
    border-radius: 50%;
    width:30px;
    height: 30px;
    padding:4px;
 }
 .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #d0cfcf;
    width: 96%;
    margin: 5px;
  }
  
  .dropdown-menu .dropdown-item.active {
    font-weight: bold; /* Style the selected item */
  }
  .box-white2{
    width:100%;
    /* background-color: #ffffff; */
    border-radius:5px;
  }
  .yellow-star{
    border:none;
    color:#fff;
    background-color:#FFC107;
    width: 58px;
    height:20px;
    padding:5px;
    border-radius: 35px
}
#more-content{
    display:none;
}
.offer-img{
    width:97%;
    height:250px;
    border-radius:5px;
} 
.owl-carousel .owl-item .offer-img {
    width: 355px;
    height: 300px;
    border-radius: 5px;
    margin-right: 10px !important;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: fit-content !important;
}
.discount-box{
    position: absolute;
    top: 262px;
    left: 120.5%;
    background-color: #BC4E57;
    height: 35px;
    width: max-content;
    padding: 7px;
    display: flex;
    justify-content: center;
    border-bottom-right-radius: 5px;

}
.offer-img-2{
    width:85%;
    height:155px;
    border-radius:5px;
}
.discount-box-2{
    position: absolute;
    top: 299px;
    left: 207px;
    background-color: #BC4E57;
    height: 35px;
    width: fit-content !important;
    padding: 7px;
    display: flex;
    justify-content: center;
    border-bottom-right-radius: 5px;
}
.discount-box-3{
    position: absolute;
    top: 120px;
    left: 211px;
    background-color: #BC4E57;
    height: 35px;
    width: fit-content !important;
    padding: 7px;
    display: flex;
    justify-content: center;
    border-bottom-right-radius: 5px;
}

.profile-image{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}  
.deals{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
 
.detail-box{
    height:120px;
    width: 255px;
    background-color: #fff;
}  
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 10px;
    /* height: 350px; */
}
.owl-pagination{
    display:flex;
    justify-content: center;
}
.owl-wrapper{
    display:flex;
    justify-content: space-evenly;
}
#small-screen{
    display:none;
}
.card-box{
    height:125px;
    width: 255px; 
    background-color: #fff;
}
.box-phone{
    background-color:#BBAFE0;
    width:fit-content;
    padding:20px;
    border-radius:10px;
}
.btn-none{
    border:none;
    background-color: transparent;
    cursor:pointer;
}
.btn-none:focus{
    outline:none;
}
.card-heading{
    height:50px;
}
.card-text{
    height:35px;
}
.bg-white{
    background-color: #fff;;
}
.heading-center{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin-top: -50px;
}
.scanner{
    margin-top: 50px;
}
.download-box{
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius:5px;
    display:flex;
    align-items:center;
    width:auto;
    height:40px;
    padding:10px;
}
a:hover{
    text-decoration: none;
}
.phone{
    width:100%;
}
/* changes */
.down-section .download-app{
  margin-left: 0px;
}
.phone{
    width:100%;
    height:320p;
}
.scanner img{
    width: 90%;
    /* height: 120px; */
    margin-left: 7px;
}

.btn-googleplay img{
    width:70%;
    height:45px;
    border-radius:10px;
}
.heading-center .booking{
    font-size: 23px;
}
/* .down-app-mobile img{
    height: 500px;
    margin-left:65px;

 } */
 .down-app-head{
   margin: auto;
   /* width: 70%;
   height: 70%; */
   /* margin-top: 100px; */
 }
 .down-app-head h1{
    font-weight: 600;
    font-size: 37px;
 }
 .down-app-head h5{
    font-weight: 600;
    font-size: 17.5px;
 }
 .down-app-store .app-store{
    margin-top: 4px;
 }
 .down-app-store .play-store{
    margin-top: 40px;
 }
 /* .down-app-mobile{
    background-image: url('../images/download_img.png');
    background-repeat: no-repeat;
  background-size: 100%;
 } */
/* close changes */
.phone-2{
    width: 80%;
    height:100%;
    margin-left:-20px;
}
.lighter{
    font-size:10px;
    margin:0;
}
.bolder{
    font-size:13px;
    font-weight:500;
}
.bg-linear{
    background-image: url('../images/bg-image.png');
    background-repeat: no-repeat;    
    background-position: center;
}
.bold{
    font-weight:bold;
}
.bold-1{
    font-weight:bold;
    font-size:14px;
}
@keyframes rotatePhoneBox {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.phone-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.phone-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('../images/screenshot-background.png') center/contain no-repeat;
    z-index: -1;
    animation: rotatePhoneBox 20s linear infinite;
    transform-origin: center;  /* Ensuring rotation happens around the center */
}

@media (min-width: 768px) and (max-width: 1024px) {
    .detail-box {
        height: 120px;
        width: 210px;
        background-color: #fff;
    }
}
@media (max-width:990px){
      
    .phone{
        width:100%;
        height:200px;
    }
    
    .btn-googleplay img{
        width:90%;
        height:34px;
        border-radius:10px;
        padding-top: 6px;
    }
    .heading-center .booking{
        font-size: 13px;
    }
    .heading-center h1{
        font-size: 23px;
    }
    .scanner{
        margin-top: 20px;
    }
    .download-app{
        margin-bottom: 0px;
    }

    .card-heading {
        font-size: 12px;
        font-weight: bold;
        background: #fff;
        padding: 10px 15px;
        height:65px;
    }
    
    .card-text {
        padding: 5px 15px;
        background: #fff;
        font-size: 12px;
        color: #636262;
        padding-bottom: 12px
    }
    .lighter{
        font-size:7px;
    }
    .bolder{
        font-size:11px;
        font-weight:500;
    }
    .flex-change{
        flex-direction:column;
    }
    .phone-box{
        margin-top:20px;
    }
    .flex-reverse{
        display:flex;
        flex-direction:column-reverse;
    }
    .download-box{
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        display: flex;
        align-items: center;
        width: auto;
        height: 45px;
        padding: 20px;
    }
    .discount-box {
        position: absolute;
        top: 265px;
        left: 66.5%;
        background-color: #BC4E57;
        height: 35px;
        width: max-content;
        padding: 7px;
        display: flex;
        justify-content: center;
        border-bottom-right-radius: 5px;
    }
}
@media (max-width:465px){
  
    .phone{
        width:100%;
        height:180px;
    }
    
    .btn-googleplay img{
        width:80%;
        height:38px;
        border-radius:10px;
        /* margin-left: -20px; */

        /* padding: 6px; */
    }
    .heading-center .booking{
        font-size: 10px;
    }
    .heading-center h1{
        font-size: 18px;
    }
    .scanner{
        margin-top: 20px;
        padding: 0%;
        width: 240px;
    }
    .download-app{
        margin-bottom: 0px;
        /* margin-left: -8px; */
    }
    .down-section{
        margin-left: -8px;
    }
}
@media (max-width:372px){
  
    .phone{
        width:100%;
        height:160px;
    }
    
    .btn-googleplay img{
        width:80%;
        height:42px;
        border-radius:10px;
        padding-bottom: 5px;
        padding-top: 0;
        margin-left: -3px;
    }
    .heading-center .booking{
        font-size: 10px;
    }
    .heading-center h1{
        font-size: 16px;
        margin-top: 30px;
    }
    .scanner{
        margin-top: 15px;
        width: 220px;
       /* margin-right: 8px; */
    }
    .download-app{
        margin-bottom: 0px;
    }
    .down-app-mobile img{
       height: 260px;
       /* margin-right: 45px; */
       margin-left: -12px;
       padding: 0;
    }
    .down-app .down-app-head h2{
         font-size: 25px;
         font-weight: 600;

    }
    .down-app .down-app-head h5{
        font-size: 13.5px;
        font-weight: 500;
   }
   .down-app .down-app-store img{
    height: 34px;
   }
   .down-app .down-app-store .play-store{
    margin-top: 18px;
   }

}
