/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */

.logo-mobile-show {
display:none;    
}
@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) {
    h2.text-theme-colored {
    text-align: center !important;
}

.news-block-two.brown .inner-box .lower-content h5 a {
    color: #000000;
    font-size: 14px !important;
}

    .logo-mobile-show {
        display: block;
        margin: 0 auto;
    }
    
a.btn.btn-dark.btn-theme-colored.btn-lg.text-uppercase {
    margin-bottom: 15px;
}    

.logo-mobile-hide {
    display: none;
}

    header h2 {
        font-size: 14px !important;
    }
    
    img.main-logo {
    width: 80px;
}

.icon-bar1 {
    position: fixed;
    top: 54%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-52%);
    z-index: 999;
    right: 0;
}

    .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) {
}