@media (min-width: 1024px) {
.search-bar {
    display: flex;
    align-items: center;
    /*min-width: 700px;*/
    border-radius: 50px;
    background-color: white;
    padding:8px !important;
  }
 
  .notmatchcase
 {
  position:relative;
  left:20%;
}

}
@media (max-width: 1024px) {
    .search-bar {
        display: flex;
        align-items: center;
        /*min-width: 700px;*/
        border-radius: 50px;
        background-color: white;
      }
      .ptm30
      {
        padding-top:30px;
      }





    }
  .dropdown {
    position: relative;
    /* width: 280px; */
    border-radius: 50px;
    /* background-color: white;
    border: 1px solid white; */
    /* box-shadow: var(--shadow); */
    cursor: pointer;
  }
  
  .dropdown-text {
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px; */
    font-weight: 500;
    background-color: transparent;
    padding: 1rem 1.5rem;
    color: black;
  }
  
  .dropdown-list {
    display: block;
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    border-radius: 15px;
    max-height: 0;
    overflow: hidden;
    background-color: white;
    transition: max-height 0.5s;
    list-style-type: none;
    padding:0;
    z-index: 100;
  
  }
  
  .dropdown-list-item {
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 15px;
    /*padding: 1rem 0 1rem 1.5rem;*/
    padding: 1rem 0 1rem 0rem;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.3s ease, margin-left 0.2s ease;
  }
  
  .dropdown-list-item:hover {
    margin-left: 0.5rem;
    color: #32007c;;
  }
  
  #list.show {
    max-height: 400px;
  }
  
  .search-box {
    display: flex;
    align-items: center;
    width: 100%;
    color: white;
  }
  
  .search-box input {
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    color: black;
    border: 0;
    outline: 0;
  }
  
  .search-box i {
    font-size: 1.3rem;
    cursor: pointer;
  }
  
  .search-box input::placeholder {
    font-size: 13px;
    font-weight: 500;
    color: black;
  }
  .bg-search1 {
      background-color: #32007c !important;
      width: 60px;
      height: 55px;
      border-radius: 60% !important;
      border:none;
  }
  .error-text
  {
    color:red !important;
    font-weight: 500 !important;
  }
  .noresult-text
  {
    color: #32007c !important;
    font-weight: 500 !important;
  }
  .bluebg
  {
    background: #32007c;
    color:white;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .carddes
  {
    padding-left: 5%;
    padding-right: 5%;
  }
  .litepadding
  {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .fs24
  {
    font-size:24px !important;
  }
  .col-xs-2{width:16.66666667%}
  .col-xs-1{width:8.33333333%}
  .col-sm-2{width:16.66666667%}
  .col-sm-1{width:8.33333333%}
  /* .col-sm-9{width:75%} */
  .col-xs-9{width:75%}
  .col-xs-5{width:41.66666667%}
  .col-sm-5{width:41.66666667%}
  .margin0
  {
    margin: 0 !important;
  }
  .padding0
  {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .pt20
  {
    padding-top:20px !important;
  }
  .pt10
  {
    padding-top:10px !important;
  }
  #searchresult
  {
    font-size:15px !important;
  }
  /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.scrollbar
{
  height: 35px;
  overflow-y: auto;
}
.notfoundp
{
  text-align: center;
  font-weight: 600;
  padding-top:30px;
}
.pt30
{

  padding-top:30px;
}
.pt50
{

  padding-top:50px !important;
}
.fullwidth
{
  width:100%;
  flex: 0 0 auto !important;
  max-width: 100% !important;;
  
    margin-top: var(--bs-gutter-y) !important;;

}
.blockdis
{
  display:block !important;
}

.owl-carousel.owl-loaded  { display: flex !important;



}
.owl-item 
{
/*  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2) !important;
  transition: 0.3s !important;*/
}
/*(2) the direct div of each element in the owl carousel*/



.boxu1
{
    background-color: #f6f6f8;
    height: 450px;
   /* box-shadow: 0px 10px 15px rgba(219, 217, 217, 0.9), 0 -10px 15px rgba(219, 217, 217, 0.9), 10px 0px 15px rgba(219, 217, 217, 0.9);*/
    position: relative;
    z-index: 1;
    height: 350px;

}



.owl-carousel .owl-item {
  background: #fff;
  border: 1px solid #fdf8ff;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgb(208 205 239);
  transition: 0.3s;

}

.owl-carousel .owl-item -text {
  padding: 12px;
}

.owl-stage .center .boxu1
{
  background-color: #32007c !important;
  color:white;
}
.text-darku1
{
  color: #212529;
}
.owl-stage .center .boxu1 .text-darku1
{
  color:white;
}
