.nav-background {
    background-image: url("./menu/button_bg1.png");
    background-size: cover;

    /* Workaround for some mobile browsers */
    min-height: 100%;
}
.nav-bar-img2{
    display: -webkit-box;
    margin-left: auto;
}
.nav-btn{
    display: -webkit-box;
    margin-left: auto;
    background: transparent;
    border: none !important;
    padding-right: 10px;
    outline: none;
}


.img-row{
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #ffff !important;
}
.fill {
  font-family: 'Roboto' !important;
  font-weight: 400;
  font-size: 15px;
}
.heading-scroll-bar{
  font-family: 'Roboto';
  font-size: 18px;
}
.item1 {
  font-family: Roboto !important;
  font-size: 16px;
  font-weight: 500;
}
.two{
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
}
.button-s{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
}
.teal{
    font-weight: 500 !important;
    color: #8f8585 !important;
}
.teal-3{
    font-weight: 500;
    color: #ffff;
}
.tablink {
    font-family: Roboto !important;
    font-size: 15.2px !important;
}
.card-text ,.card-text-1 {
  color: #4e4646;
  font-family: 'Roboto';
  font-weight: 500;
}


/*  */
.first-part {
    background-color: #F5F5F5;
}
.img-row{
  padding-top: 20px;
}
.search{
  padding-top: 20px;
 }

.navbg-list{
    list-style: none;
}
.navbg-img , .navbg-icons{
    position: absolute;
}
.navbg-ul{
    list-style: none;
    padding-left: 8px;
}
.navbg-img{
    width: 122px;
    height: 70px;
    position: relative;
    display: flex !important;
}
@media (min-width:1250px) {
.img-row{
  margin-left: 20px;
}
}
.navbg-icons{
    margin-top: -73px;
    padding-left: 35px;
}
.navbg-para{
    position: absolute;
    margin-top: -28px;
    padding-left: 37px;
}
/* search -1*/
.search-box {
  width: 408px;
  height: 45px;
  position: relative;
  display: flex;
	bottom: 0;
	left: 0;
	right: 0;
	/* margin: auto; */
}

.search-input {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 15px 35px 15px 40px;
  /* background-color: #eaeaeb; */
  color: #6c6c6c;
  border-radius: 6px;
  /* border:none; */
  transition: all .4s;
}

.search-input:focus {
  border:none;
  outline:none;
  box-shadow: 0 1px 12px #b8c6db;
  -moz-box-shadow: 0 1px 12px #b8c6db;
  -webkit-box-shadow: 0 1px 12px #b8c6db;
}

.search-btn {
  background-color: transparent;
  font-size: 18px;
  padding: 6px 9px;
  margin-left:-402px;
  border:none;
  color: #6c6c6c;
  transition: all .4s;
  z-index: 10;
}

.search-btn:hover {
  transform: scale(1.2);
  cursor: pointer;
  color: black;
}

.search-btn:focus {
  outline:none;
  color:black;
}
/* search-2 */
.search-box-2 {
  width: 230px;
  height:45px;
  padding-left:15px;
  position: relative;
  display: flex;
	bottom: 0;
	left: 0;
	right: 0;
	/* margin: auto; */
}

.search-input-2 {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 15px 35px 15px 40px;
  /* background-color: #eaeaeb; */
  color: #6c6c6c;
  border-radius: 6px;
  /* border:none; */
  transition: all .4s;
}

.search-input-2:focus {
  border:none;
  outline:none;
  box-shadow: 0 1px 12px #b8c6db;
  -moz-box-shadow: 0 1px 12px #b8c6db;
  -webkit-box-shadow: 0 1px 12px #b8c6db;
}

.search-btn-2 {
  background-color: transparent;
  font-size: 18px;
  padding: 6px 9px;
  margin-left:-209px;
  border:none;
  color: #6c6c6c;
  transition: all .4s;
  z-index: 10;
}

.search-btn-2:hover {
  transform: scale(1.2);
  cursor: pointer;
  color: black;
}

.search-btn-2:focus {
  outline:none;
  color:black;
}
/* fill form */
.fill{
  list-style: none;
}
.edit-menu{
  float: right !important;
  width: 19px;
}
hr {
    margin-bottom: 3px;
    padding-top: 3px;
    margin-top: 8px !important;
    border-color: rgba(0, 0, 0, 0.2) rgb(151, 131, 131) rgb(151, 131, 131) !important;
    border-top-width: 2px !important;
    border-top-style: solid !important;
}
.fill-container{
  padding-left: 0px;
  padding-top: 15px;
}
/* tabbed content */
* {box-sizing: border-box}
.tab1-row1{
  margin-top: -40px;
}

/* Set height of body and the document to 100% */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}

/* Style tab links */
.tablink {
  background-color:white;
  color: black;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 11px;
  font-size: 15px;
  width: auto;
}

.tablink:hover {
  background-color: white;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

/* #Home {background-color: white;} */
/* #News {background-color: }
#Contact {background-color: }
#About {background-color: } */

/*  */
.tabbed-hr{
  padding: 25px !important;
  border-bottom: 2px solid !important;
}


/* tabbed-card-contents */
.card-text{
  color: #4e4646;
  text-align: center;
}
.card-text-1{
  color: #4e4646;
  text-align: center;
  font-size:14px;
  font-weight: 600 !important;
}
.card{
  border-radius: 20px;
  background-color: #F5F5F5;
  border: none;
  height: 230px;
}
.card-img-top {
  width: 155px;
  margin-top: -41px;
  padding-left: 18px;
  margin-left: -7px;
}
.card-red-img{
padding-left: 70px;
    height: 20px;
    width: 90px !important;
}
@media (min-width: 1200px){
.card-deck{
  margin-left: 20px;
}
}
@media (min-width: 576px) {
  .card-deck{
    margin-left: 25px;
 }
}
@media (min-width: 576px){
.card-deck-2 {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: 25px;
    margin-top: 70px;
}
}
@media (min-width: 576px){
.card-deck-2 .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}
}
/* scroll bar */
.scroll-hdng{
    border: #d1d1d1 2px solid;
    margin-left: 0px;
    margin-right: 0px;
    background-color: white;
    padding-top: 8px;
  
}
/* scroll bar contents */
.scroll-bar-sec{
  display: block;
  width: auto;
  overflow: auto;
  height: 350px;
  margin-top: 6px;
}
.scroll-bar-sec::-webkit-scrollbar {
  width: 5px;
  height: 0px;
  background-color: #aaa; /* or add it to the track */
}
.scroll-bar-sec::-webkit-scrollbar-thumb {
  background: #525050;
  border-radius: 10px;
  height: 20px;
}
.oder-note{
  border: #c0c9c9 2px solid;
  border-radius: 6px;
  padding-left: 10px;
}
.delete-img{
  border: #c0c9c9 2px solid;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 3px;
    border-radius: 5px;
}
.scroll-img1{
    width: 50px;
    height: 50px;
}
.main-scroll{
    margin-top: 10px;
    background-color: white;
    padding-top: 10px;
}
.main-scroll-2{
  margin-top: 10px;
  /* background-color: white; */
  padding-top: 10px;
}
.two{
    border: #c0c9c9 2px solid;
    margin-right: 45px;
    padding-left: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 6px;
}
.item1{
    padding-top: 8px;
    padding-left: 8px;
}
/* buttons */
.print-knot{
  margin-left: 32px;
  padding-top: 2px;
  position: absolute;
  width: 23px;
  top: 20px;

}
.print-knot-pay{
  margin-left: 42px;
  width: 23px !important;
  padding-top: 2px;
  position: absolute;
  width: 23px;
  top: 20px;

}

.teal{
    padding: 10px 55px 5px 40px !important;
    padding-left: 50px;
    margin-left: 22px;
    margin-top: 12px;
    width: 36px;
    top: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    border: #c0c9c9 2px solid;
    border-radius: 8px;
    padding-right: 35px;
    margin-bottom: 10px;
    transition: none !important;
}

.pay-img{
  width: 30px;
  height: 35px;
  margin-left: 165px;
  padding-top: 6px;
  position: absolute;
}
.button-bu{
  width:100px;
  margin-left: 15px;
  margin-bottom: 10px;

}
.pay-para{
    margin-left: -48px;
    padding-top: 6px;
}

/* delete btn new */
.delete-button1 {
  position: relative;
  width: 35px;
  height: 35px;
  top: -4px;
  border-radius: 8px;
  border: 2px solid rgb(211, 206, 206);
  background-color: transparent;
  /* background-color: #fff; */
  cursor: pointer;
  /* box-shadow: 0 0 10px #333; */
  overflow: hidden;
  transition: 5.3s;
}
.delete-button1:hover {
  width: 35px;
  height: 35px;
  border: 1px solid rgb(211, 206, 206);
  /* background-color: rgb(245, 207, 207); */
  transform: scale(1.2);
  /* box-shadow: 0 0 4px #111; */
  /* transition: .3s; */
}
.delete-me {
  color: rgb(216, 213, 213);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}
span {
  width: 150px;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -50%);
  color: rgb(235, 231, 231);
  font-weight: 600;
  transition: .3s;
}
.delete-button1:focus {
  width: 35px;
  height: 35px;
  transition: .3s;
}
.img-bu2-button{
    width: 125px;
    height: 55px;
    color: white !important;
    padding-top: 11px;
    padding-left: 26px;
}
.teal2{
    display:none;
}
.teal2{
  padding:11px 55px 6px 40px !important;
  padding-left: 50px;
  margin-left: 26px;
  /* margin-top:10px; */
  width:36px;
  top: 10px;
  padding-top: 8px;
  padding-bottom: 5px;
  border: #c0c9c9 2px solid;
  border-radius: 5px;
  padding-right: 35px;
  margin-bottom: 10px;
  transition: none !important;
  position: absolute;
  background: transparent !important;
  color: white;
}
.img-bu2-button1{
  width: 125px;
  height: 55px;
  color: white !important;
  padding-top: 11px;
  padding-left: 26px;
  margin-top:-78px;
}
.pay-new1{
  margin-top:-58px;
  margin-left: 72px;
  color:white;
}
.teal-3{
  padding:11px 55px 6px 20px;
  padding-left: 50px;
  margin-left: 22px;
  margin-top:10.5px;
  width:36px;
  top: 10px;
  padding-top: 8px;
  padding-bottom: 5px;
  border: #c0c9c9 2px solid;
  border-radius: 8px;
  padding-right: 35px;
  margin-bottom: 10px;
  transition: none !important;
  background-color: #F85F63;
  padding-right: 77px !important;
  margin-left: 20px
  /* color:white !important; */

}
.button .teal-3{
  color:white !important;
}
/* increment number */
#number.inc-1{
width:29px
}
.inc-2{
    width: 0%;
    height: 2%;
    position: absolute;
    margin-top: -6px;
    display: none;
}
.form-p{
    margin-top: 0;
    margin-bottom: 1rem;
    margin-bottom: 11px !important;
    font-size: 15.3px;
}


/* tab */
@media (min-width:1000px) and (max-width:1200px) {
   .search-btn {
      margin-left: -293px;
   }
   .search-btn-2{
    margin-left: -151px;
 }
 .navbg-img {
  width: 108px;
  }
  .navbg-icons {
    padding-left: 31px;
}
.navbg-para {
  padding-left: 31px;
}
.card {
  margin-top: 42px;
  height: 218px;
}
.card-deck {
  margin-left: 0px !important;
}
.card-img-top {
  width: 120px;
  margin-top: -41px;
  padding-left: 10px;
}
.card-red-img {
  padding-left: 70px;
  margin-top: -38px;
  margin-left: 10px;
}
}
/* mobile */

@media (min-width:320px) and (max-width:600px) {
     .section-2-con{
        display: block !important;
     }
     .search-btn-2 {
      margin-left:-89px;
     }
     .search-btn {
      margin-left:-160px;
     }
     /* card */
     
  .card{
    width: fit-content;
  }
  .card-deck .card {
    margin-bottom: 53px;
}
/* scroll bar */
.scroll-bar-img1{
  display: flex;
}
    }


/* sec */

.img1-row{
    list-style: none;
}
/*additional css*/

.search-box , .search-box-2 , .menu-card , .tablink , .main-logo{
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.main-logo{
padding-left: 35px;
}
@media (min-width:1490px) and (max-width:1600px){
  .main-logo{
    padding-left: 40px;
    }
  }
.img-bu2-button {
  padding-left: 40px !important;
}
.print-knot {
  margin-left: 42px !important;
  width: 23px !important;
}
.teal {
  padding: 11px 53px 6px 30px !important;
  padding-left: 50px;
  margin-left: 40px;
}
.img-bu2-button1 {
  height: 58px !important;
  padding-left: 33px !important;
  margin-top: -80px !important;
}
.teal-3 {
  padding: 12px 80px 6px 6px !important;
  margin-left: 0px !important;
}
.kot-btn{
  padding: 11px 52px 6px 35px !important;
  margin-left: 0px;
  margin-top: 12px;
  width: 36px;
  top: 10px;
  padding-top: 8px;
  padding-bottom: 5px;
  border: #c0c9c9 2px solid;
  border-radius: 8px;
  padding-right: 35px;
  margin-bottom: 10px;
  transition: none !important;
}
.print-knot-2{
  margin-left: 9px;
  padding-top: 2px;
  position: absolute;
  width: 23px;
  top: 20px;

}
.form-type{
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.navbg-ul{
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left:0px !important;
}

@media (min-width:1350px) and (max-width:1390px){
.nav-bar-img2 {
  padding-right: 10px;
}
}
@media (min-width:1391px) and (max-width:1420px){
  .nav-bar-img2 {
    padding-right: 15px;
  }
  }
  @media (min-width:1421px) and (max-width:1600px){
    .nav-bar-img2 {
      padding-right: 20px;
    }
    }

/*  */
@media (min-width:1385px) and (max-width:1400px){
.tablink {
  padding: 14px 12px;
  padding-right: 13px;
}
}
@media (min-width:1401px) and (max-width:1420px){
  .tablink {
    padding: 14px 13px;
    padding-right: 13px;
  }
  }
 @media (min-width:1421px) and (max-width:1440px){
    .tablink {
      padding: 14px 13px;
      padding-right: 14px;
    }
    }
@media (min-width:1441px) and (max-width:1460px){
      .tablink {
        padding: 14px 13px;
        padding-right: 15px;
      }
      }
@media (min-width:1461px) and (max-width:1480px){
        .tablink {
          padding: 14px 14px;
          padding-right: 15px;
        }
        }
@media (min-width:1481px) and (max-width:1510px){
          .tablink {
            padding: 14px 14px;
            padding-right: 16px;
          }
          }
@media (min-width:1306px) and (max-width:1340px){
        .tablink {
          padding: 14px 9px !important; 
}
}
@media (min-width:1242px) and (max-width:1341px){
        .tablink {
          padding: 14px 8px ; 
}
}
@media (min-width:1210px) and (max-width:1241px){
        .tablink {
          padding: 14px 7px ; 
}
}
@media (min-width:1206px) and (max-width:1270px){
.form-p {
    font-size: 14.3px;
}
}
@media (min-width:1140px) and (max-width:1205px){
.form-p {
    font-size: 13.3px;
}
}
@media (min-width:1075px) and (max-width:1139px){
.form-p {
    font-size: 12.3px;
}
}
@media (min-width:1201px) and (max-width:1235px){
.search-btn {
    margin-left: -362px;
}
}
@media (min-width:1236px) and (max-width:1310px){
 .search-btn {
   margin-left: -368px;
 }
}
@media (min-width:1170px) and (max-width:1200px){
 .search-btn {
     margin-left: -355px;

 }
}
@media (min-width:1236px) and (max-width:1310px){
 .search-btn-2 {
    margin-left: -188px;
}
}
@media (min-width:1201px) and (max-width:1235px){
 .search-btn {
   margin-left: -190px;
 }
}
@media (min-width:1170px) and (max-width:1200px){
 .search-btn-2 {
    margin-left: -190px;
 }
}

/*.footer {*/
/*    background-image: url("./menu/button_bg1.png");*/
/*    background-size: cover;*/

    /* Workaround for some mobile browsers */
/*    min-height: 10% !important;*/
/*}*/


/* mobile-view */
@media (min-width:320px) and (max-width:500px){
 .navbg-ul {
    max-width: 25%;
}
}
@media (min-width:320px) and (max-width:480px){
 .navbg-ul {
    max-width: 25%;
}
.card {
    border-radius: 10px !important;
}
.navbg-img {
    width: 75px;
    height: 52px;
}
 .navbg-icons {
    margin-top: -55px;
    padding-left: 20px;
    height: 40px;
}
 .navbg-para {
    position: absolute;
    margin-top: -20px;
    padding-left: 18px;
    font-size: 9.5px;
}
/*form*/
.form-type {
    max-width: 50%;
    width: 47vw;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
    /*margin-right:0px !important;*/
}
.fill-container {
    padding-left: 0px;
    padding-right: 6px;
}
.edit-menu {
    width: 12px;
}
.form-p {
    font-size: 9.3px;
}
.main-logo {
    padding-left: 0px;
    height: 50px;

}
.nav-bar-img2 {
    height: 30px;
    margin-right: -14px;
}
.heading-scroll-bar {
    font-size: 15px;
}
.scrolling{
    margin-right: 0px !important;
    margin-left: 0px ;
}
.item1 {
    font-size: 7px;
}
#number.inc-1 {
    width: 22px;
    font-size: 12px;
}
.order-part{
    margin-left: -10px;
    padding-right: 0px;
    font-size: 12px;
}
.delete-button1 {
    width: 30px;
    height: 25px;
    padding-top: 11px;
    top: -2px;
}
.delete-me {
    width: 12px;
    height: 12px;
}
.scroll-hdng {
    padding-top: 0px;
    margin-left: -10px;
    margin-right: -12px;
}
}
.card-deck {
    display: flex;
    flex-direction:row;
}
.card-deck , .card-deck-2{
    flex-wrap: nowrap;
}
.tablink {
   display:none;
}
.tabbed-hr {
    display: none;
}
.search-input {
    width: 100%;
    font-size: 10px;
    padding: 14px 6px 15px 30px;
 }
 .oder-note {
    font-size: 10px;
}
/* .search-box {*/
/*    height: 40px;*/
/*}*/
.card-img-top {
    width: 90px;
    /*margin-left:0px;*/
}
.search-btn {
       margin-left: 0px !important;
       border: none;
       float: left !important;
       position: absolute;
}
.search-btn-2 {
    padding: 6px 9px;
    margin-left: 0px !important;
    border: none;
    float: left !important;
    position: absolute;
}
.search-input-2 {
    width: 100%;
    font-size: 12px;
    padding: 15px 26px 15px 37px;
}
.search-box {
    width: 408px;
    height: 40px;
    position: relative;
    border: 2px solid #837e7e;
    border-radius: 6px;
}
.search-input {
    border:none;
}
.search-box-2 {
    width: 230px;
    height: 40px;
    padding-left: 15px;
    position: relative;
    border: 2px solid #837e7e;
    border-radius: 6px;
    margin-left: 8px !important;
}
.search-input-2 {
    border: none;
}
.card-text {
    font-size: 10px;
}
.card-text-1 {
    font-size: 10px;
}
.card-deck .card {
    margin-left: 8px;
    margin-right: auto;
    width: 90px;
    height: 130px;
}
.card-deck-2 .card {
    margin-left: 8px;
    margin-right: auto;
    width: 90px;
    height: 130px;
}
.tabcontent {
    /*padding-left: 0px;*/
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
}
.cnt-1{
    padding-right: 0px;
    padding-left: 0px;
}

/*buttons*/
.teal {
    /*padding: 7px 60px 6px 12px !important;*/
    margin-left: 0px;
    font-size: 12px;
    padding-left: 28px !important;
    padding-right: 35px !important;
    margin-top: 13px;
}
.img-bu2-button1 {
    display: none;
}
.pin-payment-button{
    display: none;
 
}
.pay-new1 {
    margin-top: -35px;
}
.print-knot {
    margin-left: 5px !important;
    width: 20px !important;
}
.img-bu2-button {
    padding-left: 22px !important;
}
.img-bu2-button {
    width: 90px;
    height: 50px;
    padding-top: 12px;
}
.print-knot-pay {
    margin-left: 28px;
    width: 23px !important;
    padding-top: 1px;
    width: 22px;
    
}
.pay-new1 {
    margin-top: -27px;
    margin-left: 58px;
    font-size: 13px;
}

.print-knot-2 {
    margin-left: 6px;
    padding-top: 4px;
    width: 20px;
}
.kot-btn {
    padding: 12px 32px 5px 29px !important;
    margin-left: 0px;
    margin-top: 13px;
    width: 10px;
    font-size: 11px;
}
.teal-3 {
    padding: 12px 55px 11px 5px !important;
    margin-left: 15px !important;
    font-size: 10px;
    margin-top: 12.5px;
    width: 36px;
    border: none;
}
.card-red-img {
    margin-top: -35px;
}
}




@media (min-width:330px) and (max-width:480px){
 .navbg-img {
      width: 80px !important;
      height: 55px !important;
}

}
@media (min-width:335px) and (max-width:339px){
    .form-p {
    font-size: 10px !important;
 
}
}
@media (min-width:340px) and (max-width:350px){
    .form-p {
    font-size: 10px !important;
 }
   .item1 {
    font-size: 8px !important;
}
}
@media (min-width:351px) and (max-width:450px){
    .form-p {
    font-size: 10.3px !important;
 
}
}
@media (min-width:330px) and (max-width:350px){
.navbg-para {
    padding-left: 22px !important;
}
}
@media (min-width:335px) and (max-width:380px){
     .item1 {
       font-size: 8px !important;
}
}
@media (min-width:381px) and (max-width:420px){
     .item1 {
       font-size: 10px !important;
}

/*@media (min-width:340px) and (max-width:350px){*/
/*    .card-deck .card {*/
/*      margin-left: 8px !important;*/
/*      margin-right: auto;*/
/*      width: 120px !important;*/
/*      height: 170px;*/
/*}*/
/*  .card-deck-2 .card {*/
/*    margin-left: 8px !important;*/
/*    margin-right: auto;*/
/*    width: 120px !important;*/
/*    height: 170px;*/
/*}*/
.teal {
    padding-left: 31px !important;
    padding-right: 40px !important;
}
.kot-btn {
    padding: 14px 38px 4px 30px !important;
}
.teal-3 {
    padding: 13px 60px 11px 14px;
}
}


/*@media (min-width:320px) and (max-width:337px){*/
/*     .search-btn {*/
/*       margin-left: 0px !important;*/
/*       border: none;*/
/*       float: left !important;*/
/*       position: absolute;*/
/*}*/
/*}*/
/*@media (min-width:328px) and (max-width:355px){*/
/*     .search-btn {*/
/*       margin-left: -220px !important;*/
/*}*/
/*}*/


@media (min-width: 330px) and (max-width: 380px){
.navbg-img {
    width: 80px !important;
}
.card-deck .card {
    width: 90px !important;
    height: 155px !important;
}
.card-deck-2 .card {
    width: 90px !important;
    height: 155px !important;
}
.card-text {
    font-size: 10px !important;
}
.teal-3 {
    padding: 12px 55px 9px 5px !important;
}
.navbg-para {
    padding-left: 22px !important;
}
.item1 {
    font-size: 7px !important;
}
}
@media (min-width: 346px) and (max-width: 500px){
.oder-1 {
    font-size: 9.4px !important;
}
}

@media (min-width: 381px) and (max-width: 400px){
.navbg-img {
    width: 80px !important;
}
.card-deck .card {
    width: 108px !important;
    height: 155px !important;
}
.card-deck-2 .card {
    width: 108px !important;
    height: 155px !important;
}
.card-text {
    font-size: 10px !important;
}
.teal-3 {
    padding: 12px 64px 11px 12px !important;
}
.main-scroll {
    width: 96vw;
}
.main-scroll-2 {
    width: 96vw;
}
.scroll-bar-sec {
    margin-left: -6px;
}
}
@media (min-width: 390px) and (max-width: 450px){
.card-deck .card {
    margin-left: 10px;
}
}



@media (min-width: 401px) and (max-width: 420px){
.navbg-img {
    width: 80px !important;
}
.card-deck .card {
    width: 110px !important;
    height: 150px !important;
}
.card-deck-2 .card {
    width: 110px !important;
    height: 150px !important;
}
.card-text {
    font-size: 13px !important;
}
.card-img-top {
    margin-left: 0px;
}
.teal-3 {
    padding: 12px 62px 11px 15px !important;
}
.main-scroll {
    width: 95vw;
}
.main-scroll-2 {
    width: 95vw;
}
.scroll-bar-sec {
    margin-left: -6px;
}
}
@media (min-width: 421px) and (max-width: 500px){
.card-deck .card {
    width: 115px !important;
    height: 140px !important;
}
.teal-3 {
    padding: 12px 62px 11px 15px !important;
}
.card-deck-2 .card {
    width: 115px !important;
    height: 140px !important;
}
.card-img-top {
    margin-left: 0px !important;
}
}

@media (min-width: 350px) and (max-width: 380px){
 .card-deck .card {
    width: 95px !important;
}
.card-deck-2 .card {
    width: 95px !important;
}
}
@media (min-width: 381px) and (max-width: 400px){
 .card-deck .card {
    width: 105px !important;
}
.card-deck-2 .card {
    width: 105px !important;
}
.card-img-top {
    margin-left: 0px !important;
    margin-right: auto;
}
}
@media (min-width: 320px) and (max-width: 360px){
 .card-red-img {
    margin-left: -10px !important;
}
}