@media (max-width: 600px) {
  .product-detail-item .icon {
    display: none !important;
  }
}
/* Responsive product details list */
.product-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.product-detail-item .icon {
  flex: 0 0 24px;
  display: flex;
  align-items: center;
}
.product-detail-item .label {
  font-weight: 500;
  min-width: 120px;
  margin-right: 8px;
  color: #1a1a1a;
}
.product-detail-item .value {
  flex: 1 1 0;
  color: #333;
  word-break: break-word;
}
@media (max-width: 600px) {
  .product-detail-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 8px 0;
  }
  .product-detail-item .label,
  .product-detail-item .value {
    min-width: 100%;
    margin-right: 0;
    font-size: 15px;
  }
}
/*Start Common Hero css */
.common-hero {
    position: relative;
    background: url(../image/slider/inner-page.jpg);
    min-height: 470px;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}
.common-hero-heading h1 {
    font-size: 60px;
    color: #fff;
}
.common-hero-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 470px;
}
.common-hero .common-hero-heading .page-change .arrow {
    padding: 0px 3px;
}
.common-hero .common-hero-heading .page-change {
    padding-top: 12px;
    color: #fff;
    font-size: 18px;
    font-family: 'SoraBold';
}
.common-hero .common-hero-heading .page-change a {color:#fff;}
.common-hero .common-hero-heading .page-change ul{
    display: flex;
    column-gap:0px;
}
/*End Common Hero  CSS */

.btm-space {
    margin: 0 0 50px 0px;
}
.p-view-sec {
    background: url(../image/blog-bg.jpg);
}
.pview-inside {
    background: #fff;
}
.img-inside{
    text-align:center;
}
.txt-sec {
    background:#fff;
    padding: 20px;
    min-height: 554px;
}
.img-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    height:auto;
     box-shadow: 0 0px 11px 4px rgba(199,199,199,.46);
}
.pview-row .txt-sec h2 {
    font-size:22px;
    text-transform: capitalize;
}
.pview-row .txt-sec h6 {
    font-size: 20px;
    text-transform: capitalize;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    margin: 30px auto;
    padding: 12px 0px;
}
.pview-row .txt-sec h4 {
    text-transform: capitalize;
    margin: 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}
.pview-row .txt-sec .prdt-desc {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    text-align: justify;
}
.txt-sec span a {
    color: #798795;
    font-size: 18px;
}
.tab {
    overflow: hidden;
    background-color:transparent;
    width: 100%;
    border-top:none;
}
.tabcontent ul li span {
    margin: 0 10px 0 0;
}
.tabcontent ul li {
    margin:0 0 5px 0
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px 35px 5px;
    transition: 0.3s;
    font-size: 20px;
    text-transform: capitalize;
    border: 2px solid #e7eaeb;
    border-bottom: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin: 0 10px 0px 0px;
    background: rgba(255, 255, 255, 0.2);
}
.tab button:hover {
    background-color:#0270BC !important;
    color: #fff;
}
.tabcontent h3 {
    font-size: 18px;
    margin: 0 0 20px;
}
.tab button.active {
    background-color: rgba(212, 229, 255, 0.5) !important;
    color: #000;
    font-family: 'SoraBold';
}

div#first {
    display: block;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 40px 35px;
    border: 2px solid #e7eaeb;
    border-top: none;
    width: 100%;
    background: rgba(212, 229, 255, 0.5);
}
.tab-desp h3 {
    color: #0270BC;
    font-size: 19px;
    text-transform: capitalize;
    text-align: left;
    padding: 20px 0px;
}
.tab-desp h3 i{
    margin-right: 20px;
    color: #0270BC;
}
.tab-desp ul li {
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 1px dashed #ccc;
    padding: 7px 0px;
    text-align: left;
    display: block;
}
.tab-desp ul li i {
    margin-right: 20px;
    color: #0270BC;
}
.tab-desp ul li span {
    width: 30%;
    float: right;
    color: #223543;
}
/***side bar****/
.pview-aside {
    background: #D7EDFA;
    padding:10px 15px 20px 15px;
    box-shadow: 0 0px 11px 4px rgba(199,199,199,.46);
}
.pview-aside input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
    background:rgba(0, 0, 0, 0.2) ;
    color: #0270BC;
    border-radius: 5px;
}
.pview-aside .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.pview-aside .search-container button:hover {
  background: #ccc;
}
.pview-aside h1 {
    color:#223543;
    font-size: 26px;
    margin:0 0 15px;
    display: block;
    position: relative;
}
.pview-aside .categories {
    padding: 25px 0 0;
}
.pview-aside h1:before {
    content: "";
    background: #0270BC;
    position: absolute;
    width: 45px;
    height: 3px;
    bottom: 6px;
}
.pview-aside .categories ul li a {
    font-size: 18px;
    color:#798795;
    font-weight: 600;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.pview-aside .categories ul li a:hover {
    color: #0270BC;
    margin-left: 20px;
}
.pview-aside .categories ul li a:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    padding-right: 10px;
    color: #0270BC;
    font-size: 20px;
}
.pview-aside .categories ul li {
    border-bottom: 1px dashed rgba(46, 49, 149, 0.2);
    padding: 5px 0px;
}
/*products Details page css*/
li span.highlight {
    color: #000;
    font-family: 'SoraBold';
    width: 12%;
    display: inline-block;
}
.tabcontent li {
    color: #000;
    font-family: 'SoraRegular';
}




/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.tab button {
   padding: 6px 0px;
   font-size: 14px;
   margin: 0 10px 0px 0px;
   width: 29%;
}
.tab-desp h3 {
    font-size: 16px;
    padding: 10px 0px;
}
.tab-desp ul li {
    font-size: 16px;
}
.tab-desp ul li i {
    margin-right: 8px;
}
.tab-desp ul li span {
    width: auto;
}
.layout_padding {
    padding: 15px 0;
}
.innerpage_banner h2 {
    margin: 45px 0 0;
    font-size: 36px;
}
.p-view-banner {
    min-height: 145px;
}
.navbar-brand img {
    width: 100%;
}

}

@media screen and (max-width: 600px) {
.pview-aside .search-container {
    float: none;
  }
.pview-aside a,  input[type=text],  .pview-aside .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
.pview-aside  input[type=text] {
    border: 1px solid #ccc;  
  }
}
