@font-face {
    font-family: 'Segoe-Ui-Bold-Italic';
    src: url('../fonts/SegoeUI-BoldItalic.woff2') format('woff2'),
        url('SegoeUI-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-Ui-Bold';
    src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-Ui-Regular';
    src: url('../fonts/SegoeUI.woff2') format('woff2'),
        url('SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe-Ui-Italic';
    src: url('../fonts/SegoeUI-Italic.woff2') format('woff2'),
        url('SegoeUI-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



*{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}

body{
	font-family: 'Segoe-Ui-Regular';
	font-size: 14px;
}

/*headersection*/
.headersection {
    background: #fff;
    /*box-shadow: 0px 0px 10px 10px #d9d9d9;*/
    box-shadow: 0px 0px 10px 10px #b3b3b3;
    padding: 10px 0;
    position: relative;
    z-index: 9; 
}
.navbar-dark .navbar-nav .nav-link {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 5px;
    /*font-family: 'Segoe-Ui-Bold'; */
    font-family: 'Segoe-Ui-Regular'; 
}
i.fa.fa-bars.cust-bars {
    font-size: 28px;
    color: #fff;
}
.navbar-toggler {
    background-color: #e7383b;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #e7383b;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

ul.navbar-nav > li.nav-item:last-child a {
    margin-right: 0;
}

ul.navbar-nav li.nav-item.dropdown a {
    margin-right: 0;
}
.navbar-dark .navbar-brand {
    color: #fff;
    margin-right: 55px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e7383b;
}
.navbar.navbar-expand-lg.navbar-dark {
  padding: 0;
}
.dropdown-menu {
    padding: 0;
    margin: 0;
}
/*end headersection*/

/*slidersection*/
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
	background: url(fotorama.png) no-repeat;
	display: none;
}
.fotorama__thumb-border {
    border-color: #e7383b;
}
.fotorama__nav__shaft{display: none;}

/*.heroslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
}
.heroslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
}

.heroslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-next > span,
 .heroslider-owl-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > .owl-nav > button.owl-prev > span {
    width: 60px;
    height: 60px;
    background: #d7393b;
    display: inline-block;
    color: #ffffff;
    font-size: 46px;
    line-height: 44px;
    border-radius: 50%;
    font-weight: bold;
}*/
.owl-dots {
    display: none;
}
.owl-nav {
    display: none;
}
/*end slidersection*/

/*productdetailssection*/
.productdetailssection{
	padding: 60px 0px;
}
.product-details p {
    font-size: 18px;
    margin-bottom: 20px;
}
.product-details ul {
    margin: 10px 0 ;
}
.product-details ul li {
    font-size: 18px;
}
.product-table > .cust-table {
    margin: 0 0px 0px;
    padding-right: 20px;
}
.product-table > table.table.table-bordered.cust-table > tbody > tr > td {
    padding: 0.15rem 0.45rem;
    font-size: 16px;
    vertical-align: middle;
    border: 1.9px solid #000;
}
.product-table > table.table.table-bordered.cust-table > tbody > tr > td:nth-child(1) {
    /*width: 30%;*/
    width: 160px;
    font-size: 16px;
    font-weight: 600;
    background: #e7383b;
    color: #fff;
}
.product-brandname.mm-produt-brandname{
  top:1%;
}
.product-brandname.product-pvc-in-late {
    top: 8%;
}
.table-bordered {
    border: none;
}
.product-table > table.table.table-bordered.cust-table > tbody > tr > td:nth-child(2) {
    width: 450px;
}
.product-details h3 {
    font-size: 28px;
}
.product-brandname h3 {
    font-size: 24px;
    font-weight: bold;
    color: #e7383b;
}
.productdetails-head h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Segoe-Ui-Regular';
    position: relative;
    /*margin-bottom: 100px;*/
    margin-bottom: 70px;
}
.productdetails-head h2::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 15px;
    height: 15px;
    background: #e7383b;
    /*border-radius: 50%;*/
    margin-left: -10px;
}
.productdetails-head h2::before {
    content: "";
    bottom: -14.6px;
    left: 50%;
    width: 200px;
    height: 2px;
    background: #000;
    position: absolute;
    margin-left: -100px;
}
.product-name {
    padding: 10px 0 15px;
    font-size: 18px;
    font-family: 'Segoe-Ui-Regular';
    color: #252727;
    text-transform: uppercase;
}
.product-img a{
	display: inline-block;
}
.product-img a img{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.product-img a:hover img {
    border-radius: 50%;
}
.product-btn {
    margin: 30px 0 0;
    text-align: center;
}
a.theambtn{
	background: #e7383b;
	color: #fff;
	padding: 15px 60px;
	display: inline-block;
	font-size: 18px;
	font-family: 'Segoe-Ui-Bold';
	text-transform: uppercase;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
a.theambtn:hover{
	text-decoration: none;
	background: #000;
}

.producthead {
    padding: 30px 0 50px;
}
/*product hover border*/
/*.box {
	position: relative;
    vertical-align: middle;
    transition: 0.5s;
    cursor: pointer;
    border: 2px solid #d9d9d9;
    -webkit-transition: 0.5s;
    box-shadow: 0 0 15px rgba(200,200,200,.9);
}

.box:hover {
  border: 2px solid rgba(0,160,80,0);
  color: #FFF;
}

.box::before, .box::after {
  width: 100%;
  height:100%;
  z-index: 3;
  content:'';
  position: absolute;
  top:0;
  left:0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}

.foo::before {
  border-bottom: 3px solid #252727;
  border-left: 3px solid #252727;
  -webkit-transform-origin: 0 100%;
}

.foo::after {
  border-top: 3px solid #E7383B;
  border-right: 3px solid #E7383B;
  -webkit-transform-origin: 100% 0%;
}

.box:hover::after, .box:hover::before {
  -webkit-transform: scale(1);
}
.section-grey-bg {
    padding: 70px 0;
    background: #eeeeee;
    margin-bottom: 50px;
}*/
/*end product hover border*/

.productdetails {
    position: relative;
    background: #eee;
    margin-bottom: 50px;
}
.product-brandname {
    position: absolute;
    top: 15%;
    left: 45%;
}
.product-brandname-two {
    position: absolute;
    top: 15%;
    left: 20px;
    text-align: left;
}
.product-brandname p {
    width: 80%;
    margin: 10px 0px;
    font-size: 16px;
}
.product-brandname.res-pvc-table {
    right: 20px;
}
.product-brandname.product-pvc-in-late.res-pvc-inlate-right {
    right: 20px;
}
.pvc-braided-img {
    margin-bottom: 50px;
}
/*end productdetailssection*/


/*infrastructure-grey-bg*/
.infrastructure-grey-bg{
    /*background: #eeeeee;*/
    padding: 70px 0 40px;
}
.infrastructure-details img{
    width: 100%;
}
.infrastructure-details h4 {
    padding: 5px 10px;
    background: #e7383b;
    color: #fff;
    font-size: 20px;
}
.infrastructure-details p {
    margin: 10px 0 30px;
    font-size: 18px;
    line-height: 26px;
}
/*end infrastructure-grey-bg*/

/*contact us*/
.contact-section{
    background: #eeeeee;
    padding: 70px 0;
}
.form-group.contact-form input,.form-group.contact-form textarea {
    padding: 1.25rem .75rem;
    border: none;
    /*border: 1px solid #000;*/
    border-radius: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color:none;
    outline: 0;
    box-shadow:none;
}
a.theam-btn {
    background: #e7383b;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
a.theam-btn:hover{
    background: black;
    text-decoration: none;
    transition:all .5s;
}
.maps-details div {
    display: flex;
}
.maps-details div p {
    font-size: 18px;
    margin-left: 15px;
    line-height: 22px;
}
.maps-details div p a {
    font-size: 18px;
    color: #000;
}
.maps-details div i {
    margin-top: 5px;
    font-size: 20px;
    color: #e7383b;
}
.maps-details div:nth-child(2) {
    margin: 10px 0;
}
.contact-details h2 {
    margin-bottom: 20px;
}
.maps-details {
    margin: 30px 0 0;
}
/*end contact us*/


/*profile-section*/
.profile-section{
    background: #eeeeee;
    padding: 70px 0;
}
.profile-details{}
.profile-details h2{}
.profile-details p{
    margin: 20px 0;
    font-size: 18px;
    line-height: 26px;
}
.profile-icon {
    background: #ccc;
    padding: 20px;
    margin-bottom: 30px;
}
.profile-icon i {
    color: #e7383b;
    font-size: 42px;
}
.profile-icon h4 {
    margin: 15px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.profile-icon p {
    font-size: 18px;
    line-height: 26px;
}
.profile-head p {
    /*width: 60%;*/
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0px;
}
.profile-head{
    padding: 30px 0;
}
/*end profile-section*/

/*quality-section*/
.quality-section{
    background: #eeeeee;
    padding: 70px 0;
}
.quality-details h2 {

}

.quality-details p {
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0 15px;
}

.quality-details ul li{
    font-size: 18px;
}
.quality-details h3 {
    font-size: 22px;
    margin: 20px 0;
    font-weight: bold;
}
.quality-details ul {
    margin-left: 20px;
}


/*end quality-section*/

/*qualitymaindetails*/
.qualitymaindetails{
    padding: 70px 0;
}
/*end qualitymaindetails*/


/*footer*/
.lst-ft {font-size:20px; text-align:justify}
.lst-ft-blk {background:#000; padding:15px; text-align:center; color:#fff;}
.ft-lnk  {margin-top:15px;}
.ft-lnk li {font-size:20px; list-style:none;}
.ft-lnk li a {color:#000;}
.ft-lnk li a:hover {color:#e80000; text-decoration:none;}
footer {
    background:#c0c1c2; 
    /*padding:30px 0 20px 0;*/
    padding:60px 0;
    border-top:3px solid #e9e9e9;
}
footer h4 {margin-bottom:30px;position: relative;padding-bottom: 15px;}
.lst-ft-blk p a {color:#e80000;}
.lst-ft-blk p a:hover {color:#fff; text-decoration:none}
.brdr-r {border-right:1px solid #e2e2e2;}
footer h4::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #e7383b;
    /* border-radius: 50%; */
    margin-left: 45px;
}
footer h4::before {
    content: "";
    top: 43px;
    left: 0;
    width: 200px;
    height: 2px;
    background: #000;
    position: absolute;
    margin-left: 0;
}
.lst li {list-style:none;background:url(../images/dot.png) no-repeat left 10px; padding-left:20px;}

/*end footer*/

/*whatsup code*/
.whtsapp-block {
    position: relative;
}
.whtsapp-lg {
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 550;
}
.whtsapp-lg img.img-fluid {
    width: 50px;
}
.circle {
    border-radius: 50%;
    background-color: #e7383b;
    width: 80%;
    height: 80%;
    position: absolute;
    opacity: 0;
    animation: scaleIn 2s infinite cubic-bezier(.36, .11, .89, .32);
    right: 10%;
    bottom: 11%;
    z-index: -5;
}

@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
/*end whatsup code*/
.footer-gettouch img {
    margin-bottom: 10px;
}
/*media query*/
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) 
{ 

}

@media (max-width: 1024px) 
{
    .productdetails.res-pvc-right img {width: 600px;height: 390px;object-fit: cover;object-position: left;}
    .productdetails.res-pvc-left img {width: 600px;height: 389px;object-fit: cover;object-position: right;}
    .product-brandname.res-pvc-table {left: 34%;}
    .productdetails.res-pvc-agro img {width: 550px;height: 350px;object-fit: cover;object-position: right;}
    .product-brandname.res-pvc-table-right {left: 34%;right: 20px;}
    .productdetails.res-pvc-agro-right img {width: 550px;height: 350px;object-fit: cover;object-position: left;}
    .product-brandname.res-pvc-table-left {width: 63%;}
    .product-brandname.res-pvc-table-left > .product-table > table.table.table-bordered.cust-table > tbody > tr > td:nth-child(1) {width: 170px;}
    .productdetails.res-pvc-inlate.res-pvc-l img {width: 610px;height: 390px;object-fit: cover;object-position: right;}
    .productdetails.res-pvc-inlate.res-pvc-r img {width: 420px;height: 360px;object-fit: cover;}
    .product-table.table-responsive.table-res-pvc-inlate-r {width: 540px;}
    a.navbar-brand.d-none.d-lg-block{margin-right: 0px;}
    a.navbar-brand.d-none.d-lg-block img {max-width: 330px;}
    .productdetails.jet-spray-l img,.productdetails.jet-spray-r img {width: 530px;height: 390px;object-fit: cover;}
    .product-brandname.jet-spray-left {right: 20px;}
    .product-table.jet-spray-table {width: 500px;}
    .productdetails.hfset-left img,.productdetails.hfset-right img {width: 530px;height: 350px;object-fit: cover;}
    .product-brandname.product-brandname-two p {width: 60%;}
    .productdetails.shower-tube-l img,.productdetails.shower-tube-r img {width: 610px;height: 360px;object-fit: cover;}
    .product-brandname.shower-tube-d-l {right: 20px;}
    .product-brandname.product-brandname-two.shower-tube-d-r {width: 500px;}
    .product-table > table.table.table-bordered.cust-table > tbody > tr > td:nth-child(1){width: 190px;}
    .productdetails.over-head-shower-l img ,.productdetails.over-head-shower-r img {width: 540px;height: 350px;object-fit: cover;}
    .productdetails.neno-head-shower-l img ,.productdetails.neno-head-shower-r img {width: 540px;height: 350px; object-fit: cover;}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 900px) 
{
	.productdetails.hfset-left img, .productdetails.hfset-right img {width: 360px;height: 300px;}
	.product-brandname.shower-tube-d-l { left: 35%;}
	.productdetails.shower-tube-l img,.productdetails.shower-tube-r img {width: 250px; height: 350px;}
	.productdetails.over-head-shower-l img, .productdetails.over-head-shower-r img {width: 350px;height: 220px;}
	.productdetails.neno-head-shower-l img, .productdetails.neno-head-shower-r img{width: 350px;height: 220px;}
}

@media (max-width: 991.98px) 
{ 
    .pvc-braided-img img {width: 100%;}
    .productdetails.res-pvc-left img,.productdetails.res-pvc-right img{width: 480px;height: 340px;}
    .product-brandname.res-pvc-table{top: 2%;}
    .product-brandname.left-res-pvc-table{right: 34%;top: 2%;}
    .product-table > table.table.table-bordered.cust-table > tbody > tr > td:nth-child(1){width: 230px;}
    .product-brandname p {width: 100%;}
    .productdetails.res-pvc-agro img {width: 550px;height: 450px;}
    .productdetails.res-pvc-agro-right img {height: 450px;}
    .product-pvc-in-late.res-pvc-inlate-left {right: 34%;}
    .productdetails.res-pvc-inlate.res-pvc-r img {width: 490px;height: 380px;object-fit: cover;object-position: left;}
    .productdetails.res-pvc-inlate.res-pvc-l img {width: 540px;height: 420px;object-fit: cover;object-position: right;}
    .product-pvc-in-late.res-pvc-inlate-right { left: 40%;}
    .product-brandname.jet-spray-left {left: 30%;}
    .product-table.jet-spray-table {width: 460px;}
    .productdetails.jet-spray-l img {width: 460px;height: 360px;object-fit: cover;object-position: right;}
    .productdetails.jet-spray-r img {width: 430px;height: 335px;object-fit: cover;object-position: left;}
    .product-brandname.jet-spray-left > .product-table > table.table.table-bordered.cust-table > tbody > tr > td:nth-child(1),.product-brandname.jet-spray-right > .product-table > table.table.table-bordered.cust-table > tbody > tr > td:nth-child(1) {width: 200px;}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) 
{ 
    .productdetails.res-pvc-left img, .productdetails.res-pvc-right img {visibility: hidden;}
    .productdetails.jet-spray-l img,.productdetails.jet-spray-r img {visibility: hidden;}
    .product-brandname.res-pvc-table {left: 10px;}
    .product-brandname.left-res-pvc-table {right: 20px;}
    .product-brandname-two{left: 10px;}
    .productdetails{margin-bottom: 30px;}
    .productdetails.res-pvc-agro img,.productdetails.res-pvc-agro-right img,.productdetails.res-pvc-inlate img {visibility: hidden;}
    .product-brandname.res-pvc-table-right {left: 20px;right: 20px;}
    .product-brandname.res-pvc-table-left {width: auto;left: 20px;right: 20px;}
    .productdetails.res-pvc-agro.natural8 img{height: 430px;}
    .product-brandname.res-pvc-table-left,.product-brandname.res-pvc-table-right{top: 2%;}
    .productdetails.res-pvc-agro img{height: 338px;}
    .productdetails.res-pvc-agro-right img{height: 360px;}
    .productdetails.res-pvc-agro-right.mmnatural8 img {height: 460px;}
    .product-pvc-in-late.res-pvc-inlate-right {left: 10px;}
    .productdetails.res-pvc-inlate {padding: 70px 0;}
    .product-table.table-res-pvc-inlate-r {width: 485px;}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 601px) 
{
    .product-table.table-responsive.table-res-pvc-inlate-r {width: 480px;}
    .product-brandname.jet-spray-left {left: 10px;}
    .product-table.jet-spray-table {width: 98%;margin-left: 10px;}
    .product-brandname.jet-spray-right {top: 4%;}
    .product-brandname.jet-spray-left{top: 4%;}
    .product-table.jet-spray-table {width: 473px;}
    .productdetails.hfset-left img, .productdetails.hfset-right img { width: 250px;    height: 190px;}
    .productdetails.shower-tube-l img,.productdetails.shower-tube-r img {visibility: hidden;}
    .product-brandname.shower-tube-d-l {left: 20px;}
    .product-brandname.product-brandname-two.shower-tube-d-r {width: 473px;left: 18px;}
    .productdetails.over-head-shower-l img, .productdetails.over-head-shower-r img {width: 250px; height: 180px;}
}

@media (max-width: 480px) 
{ 
    .section-grey-bg {padding: 40px 0;}
    .navbar-dark .navbar-brand{margin-right: 0px;}
    .productdetails-head h2 {font-size: 32px;margin-bottom: 50px;}
    .product-brandname.left-res-pvc-table {right: 0;}
    .product-table{width: 360px;height: 220px;}
    .product-table.pvc-agro-res{width: 410px;}
    .productdetails.res-pvc-agro.natural8 img {height: 342px;}
    .productdetails.res-pvc-agro-right.mmnatural8 img {height: 344px;}
    .productdetails.res-pvc-agro-right img {height: 340px;}
    .product-pvc-in-late.res-pvc-inlate-right {left: 10px;}
    .product-table.table-responsive.table-res-pvc-inlate-l,.product-table.table-responsive.table-res-pvc-inlate-r {width: 425px;}
    .productdetails.res-pvc-inlate {padding: 40px 0;}
    .product-table.jet-spray-table {width: 410px;}
    .productdetails.hfset-left img, .productdetails.hfset-right img {visibility: hidden;}
    .productdetails.hfset-left > .product-brandname {left: 10px;right: 10px; }
    .product-brandname.product-brandname-two{right: 10px;}
    .product-brandname.product-brandname-two p {width: 100%;}
	.product-brandname.product-brandname-two.shower-tube-d-r {width: 423px;}  
	.product-brandname.shower-tube-d-l > .product-table.table-responsive,.product-brandname.product-brandname-two.shower-tube-d-r > .product-table.table-responsive{width: 410px;}  
	.productdetails.over-head-shower-l img, .productdetails.over-head-shower-r img{visibility: hidden;}
	.productdetails.over-head-shower-l > .product-brandname {left: 10px;right: 10px;}
    .footer-details {text-align: center;}
    footer h4::before {left: 50%;margin-left: -100px;}
    footer h4::after {    content: "";    left: 50%;    margin-left: -5px;}
    .footer-gettouch,.footer-tags,.footer-gettouch p {    text-align: center;}
    .lst-ft {  margin-bottom: 20px;}
    
}

@media (max-width: 414px) 
{
    .product-table.table-responsive.pvc-agro-res {width: 340px;}
    a.navbar-brand.d-lg-none img{max-width: 260px;}
    .productdetails.res-pvc-inlate {padding: 0px 0;}
    .product-table.table-responsive.table-res-pvc-inlate-l,.product-table.table-responsive.table-res-pvc-inlate-r { width: 363px;height: 190px;}
    .product-table.jet-spray-table {width: 340px;}
    .product-brandname.product-brandname-two.shower-tube-d-r {width: 363px;left: 18px;}
    .product-brandname.shower-tube-d-l {top: 2%;}
    .product-brandname.shower-tube-d-l > .product-table.table-responsive {width: 345px;}
    .product-brandname.product-brandname-two.shower-tube-d-r{top: 2%;}
    .product-brandname.product-brandname-two.shower-tube-d-r > .product-table.table-responsive {  width: 348px;}
}

@media (max-width: 411px) 
{
    .product-table.table-responsive.pvc-agro-res {width: 340px;}
    .product-table.table-responsive.table-res-pvc-inlate-l {width: 355px;}
    .product-table.table-responsive.table-res-pvc-inlate-r { width: 355px;height: 180px;}
}

@media (max-width: 375px) 
{
    .productdetails-head h2 {font-size: 28px;}
    .product-table.table-responsive {width: 325px;height: 200px;}
    .product-table.table-responsive.pvc-agro-res {width: 308px;}
    a.navbar-brand.d-lg-none img {max-width: 270px;}
    .product-table.table-responsive.table-res-pvc-inlate-l,.product-table.table-responsive.table-res-pvc-inlate-r { width: 318px;height: 190px;}
    .product-table.jet-spray-table {width: 310px;}
    .product-brandname.shower-tube-d-l > .product-table.table-responsive,.product-brandname.product-brandname-two.shower-tube-d-r > .product-table.table-responsive {   width: 305px;}
    .product-brandname.product-brandname-two.shower-tube-d-r { width: 325px; }
}

@media (max-width: 360px) 
{ 
    a.navbar-brand.d-lg-none img{max-width: 260px;}
    .productdetails-head h2 {font-size: 24px;}
    .product-brandname.left-res-pvc-table {right: 0;}
    .product-table.table-responsive {width: 310px;height: 180px;}
    .productdetails-head h2 {font-size: 21px;}
    .productdetails.res-pvc-agro.natural8 img {height: 345px;}
    .productdetails.res-pvc-agro-right.mmnatural8 img {height: 350px;}
    .product-table.table-responsive.pvc-agro-res {width: 290px;}
    .product-table.table-responsive.table-res-pvc-inlate-l {width: 308px;height: 240px;}
    .product-table.table-responsive.table-res-pvc-inlate-r { width: 310px;}
    .product-table.jet-spray-table > table.table.table-bordered.cust-table > tbody > tr > td:nth-child(1){width: 450px;}
    .product-table.jet-spray-table {margin-left: 0;width: 310px;}
    .product-brandname.jet-spray-left .product-table > table.table.table-bordered.cust-table > tbody > tr > td:nth-child(1) {width: 450px;}
    .product-brandname.product-brandname-two.shower-tube-d-r {   width: 320px;    left: 18px;}
    .product-table.table-responsive {width: 290px;height: 160px;}
    .product-brandname.shower-tube-d-l > .product-table.table-responsive, .product-brandname.product-brandname-two.shower-tube-d-r > .product-table.table-responsive { width: 290px;}
}

@media (max-width: 320px)
{
    a.navbar-brand.d-lg-none img {max-width: 220px;}
    .product-brandname.left-res-pvc-table {right: 0;}
    .product-table.table-responsive {width: 270px;height: 180px;}
    .product-table.table-responsive.pvc-agro-res {width: 250px;}
    .product-table.table-responsive.table-res-pvc-inlate-l,.product-table.table-responsive.table-res-pvc-inlate-r { width: 270px;height: 170px;}
    .product-table.jet-spray-table {    width: 260px;}
    .product-brandname.product-brandname-two.shower-tube-d-r {width: 255px;}
    .product-brandname.shower-tube-d-l > .product-table.table-responsive, .product-brandname.product-brandname-two.shower-tube-d-r > .product-table.table-responsive { width: 250px;}
}
    
/*end media query*/

