.btm-space {
    margin: 0 0 50px 0px;
}
.p-view-sec {
    background: url(../images/blog-bg.jpg);
}
.p-view-banner {
    background-color: #f9f9f9;
    min-height: 450px;
    text-align: center;
    background-image: url(../images/slider/product-view-banner.jpg);
    background-size: 100%;
    background-position:bottom;
    background-repeat: no-repeat;
}
.pview-inside {
    box-shadow: 0 0px 11px 4px rgba(199,199,199,.46);
    background: #fff;
}
.img-inside{
	text-align:center;
}
.txt-sec {
    background: #FBE7E8;
    padding: 20px;
	min-height: 554px;
}
.pview-row .txt-sec h2 {
    color: #223543;
    font-size: 30px;
    font-family: 'Patua';
    text-transform: capitalize;
}
.pview-row .txt-sec h6 {
    color: #223543;
    font-size: 20px;
    font-family: 'Patua';
    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;
    color: #2e3191;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    font-weight: 600;
}
.pview-row .txt-sec .prdt-desc {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    text-align: justify;
    font-family: 'Patua';
}
.txt-sec span a {
    color: #798795;
    font-size: 18px;
}
.tab {
    overflow: hidden;
    background-color:transparent;
    width: 100%;
	border-top:none;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding:5px 35px;
    transition: 0.3s;
    font-size: 25px;
    font-family: 'Patua';
    text-transform: capitalize;
    color:rgba(46, 49, 145, 1);
    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: rgba(46, 49, 145, 0.99) !important;
    color: #fff;
}

.tab button.active {
    background-color: rgba(212, 229, 255, 0.5) !important;
    color: #2E3191;
}

div#first {
    display: block;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding:10px 25px;
    border: 2px solid #e7eaeb;
    border-top: none;
    width: 100%;
    background:rgba(212, 229, 255, 0.5);
}
.tab-desp h3 {
    color: #2e3191;
    font-size: 19px;
    font-family: 'Patua';
    text-transform: capitalize;
    text-align: left;
    padding: 20px 0px;
}
.tab-desp h3 i{
	margin-right: 20px;
	color: #2e3191;
}
.tab-desp ul li {
    font-size: 18px;
    font-family: Montserrat-Regular;
    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: #2e3191;
}
.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: #2e3191;
    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-family: 'Patua';
    font-size: 26px;
    margin:0 0 15px;
    display: block;
    position: relative;
}
.pview-aside .categories {
    padding: 25px 0 0;
}
.pview-aside h1:before {
    content: "";
    background: #2E3192;
    position: absolute;
    width: 45px;
    height: 3px;
    bottom: 6px;
}
.pview-aside .categories ul li a {
    font-size: 18px;
    font-family: 'Montserrat-Regular';
    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: #2E3191;
    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: #2E3191;
    font-size: 20px;
}
.pview-aside .categories ul li {
    border-bottom: 1px dashed rgba(46, 49, 149, 0.2);
    padding: 5px 0px;
}







/* 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;  
  }
}
