/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .pd-0{padding-right: 4px;
    padding-left: 4px;}
   .upper-head p{font-size: 12px;}
  
  
  .upper-head ul li {
    margin-right: 2px !important;
    border: 1px solid #e2c0d7;
    padding: 1px 7px !important;
    margin-top: 10px !important;
    font-size: 13px !important;
}
.header-middle h4 {
    font-size: 15px;
}
.pl-60{padding-left:15px!important;}

.header-middle h4 {
    font-size: 15px;
}

.tab-content {
    padding: 1px!important;
    border: 0px solid #eeeeee!important;
    box-shadow: 0 0 0px rgb(0 0 0 / 20%)!important;
    margin-top: 10px!important;
}

.card.list-group-item {
    height: 197px;
}
.card {
    margin-bottom: 10px!important;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}