.bg_main {
    background: url(../img/bg_thumb.jpeg);
    width: 100% !important;
    float: left;
    padding: 55px 0px;
    min-height: 545px;
    background-position: bottom;
}

.col-md-6 {
    float: left;
    width: 49%;
}

section.similar_products {
    margin-top: 50px;
}

.details_inn h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
}

.column {
    width: 33.33%!important;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #00000047;
}

.inner_detail h2 {
    border: 2px solid #fff;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    font-weight: 300;
}

.madera_inn h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
}

.choose_inn h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
}


span.highlight_txt {
    font-weight: 700;
}

.inner_detail p {
    font-size: 52px;
    line-height: 60px;
}

.inner_detail a {
    background: #000;
    padding: 15px 20px;
    float: left;
    color: #fff;
}

.inner_detail a:hover {
    color: #fff;
}

p {
    font-size: 18px !important;}


hr.divider {
    background: -moz-linear-gradient(left,  #b4d6a7 31%, #b4d6a7 31%, #b0dade 32%, #b0dade 69%, #f1c0b9 69%, #f1c0b9 69%, #f1c0b9 100%);
    background: -webkit-linear-gradient(left,  #b4d6a7 31%,#b4d6a7 31%,#b0dade 32%,#b0dade 69%,#f1c0b9 69%,#f1c0b9 69%,#f1c0b9 100%);
    background: linear-gradient(to right,  #b4d6a7 31%,#b4d6a7 31%,#b0dade 32%,#b0dade 69%,#f1c0b9 69%,#f1c0b9 69%,#f1c0b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4d6a7', endColorstr='#f1c0b9',GradientType=1 );
    height: 2px;
    border: none;
    width: 50%;
}

.details_inn {
    text-align: center;
    padding: 60px 0px !important;
}

section.madera_block {
    background: #f1f1f1;
    padding: 60px 0px;
}

.madera_inn h2 {
    text-align: center;
}

.img_sec img {
    width: 100%;
    margin-top: 15px;
}

.read_btn a {
    float: left;
    background: #000000;
    padding: 15px 35px;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.read_btn a:hover {
    background: #18e8d5;
    color: #000;
    text-decoration: none;
    transition: .5s;
}

.row.details_madera h1 {
    font-size: 65px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 20px;
}

section.choose_block {
 
    padding: 60px 0px;
}

.choose_inn hr {
    float: left;
    width: 32%;
    margin-top: 5px;
}

ul.listing li {
    line-height: 48px;
    text-transform: capitalize;
    list-style: none;
}

ul.listing {
    padding-left: 0px;
    margin-bottom: 10px;
}

ul.listing li:before {
    content: '*';
    padding-right: 12px;
    font-weight: 700;
    font-size: 18px;
    top: 10px !important;
    float: left;
}

/* Hover Products */

li.ic_1 {
    list-style: none;
    background: url('../img/icon_01.png');
    background-size: 25px;
    background-repeat: no-repeat;
    padding-left: 45px;
    background-position: left;
} 

li.ic_2 {
    list-style: none;
    background: url('../img/icon_02.png');
    background-size: 25px;
    background-repeat: no-repeat;
    padding-left: 45px;
    background-position: left;
}

li.ic_3 {
    list-style: none;
    background: url('../img/icon_03.png');
    background-size: 25px;
    background-repeat: no-repeat;
    padding-left: 45px;
    background-position: left;
}

li.ic_4 {
    list-style: none;
    background: url('../img/icon_04.png');
    background-size: 25px;
    background-repeat: no-repeat;
    padding-left: 45px;
    background-position: left;
}



@import url(https://fonts.googleapis.com/css?family=Raleway);

*, *:before, *:after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
}


.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.content h3 {
    margin-bottom: 0px;
    padding-top: 10px;
    color: #000;
    font-size: 22px;
}

.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #f1f1f1;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.col-md-3 {
    width: 25%;
    float: left;
} 

.sidebar {
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px;
  background: #eec1c1;
}

.sidebar h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 8px;
}


ul.side_list li {
    padding-left: 0px;
    line-height: 41px;
    display: block;
    border-bottom: 1px solid;
    font-size: 20px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 400;
    color: #030301;
}
.active-side {

  font-weight: 600!important;

}


/* Hover Products */


/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
 

/*------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------*/
.footerbg{
background: linear-gradient(to right, #0d3f4b 66%, #072026 34%);
}
.bordertopf{
border-top: solid 1px #2b2b2b;
}
.footerbg2{
background: #102329;
}
.footertb50{
padding-top: 50px;
padding-bottom: 20px;
}
.footerfont20{
font-size: 20px;
font-weight: 400;
color: #ffffff;
font-family: 'Barlow', sans-serif;
}
.footerfont18{
font-size: 17px;
line-height: 25px;
color: #ffffff;
font-family: 'Barlow', sans-serif;
font-weight: 500;
text-transform: uppercase;
}
.footerfont15{
font-size: 15px;
line-height: 31px;
color: #a2a2a2;
font-family: 'Roboto', sans-serif;
}
.padtb10{
padding-top: 10px;
padding-bottom: 10px;
}
.footerfont13{
font-size: 13px;
line-height: 35px;
color: #4c7580;
}
.footerbg a{
color: #a3c4cc;
}
.footerbg a:hover{
color: #ffffff;
}
.footerbg2 a{
color: #4c7580;
}
.footerbg2 a:hover{
color: #ffffff;
}
.footerbg3 a{
color: #4c7580;
}
.footerbg2 a:hover{
color: #ffffff;
}
.dmtop {
background-color: #ce180d;
z-index: 100;
width: 40px;
height: 40px;
line-height: 37px;
position: fixed;
bottom: -100px;
border-radius: 3px;
right: 20px;
text-align: center;
font-size: 28px;
color: #ffffff !important;
cursor: pointer;
-webkit-transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
}
.font15{
font-size: 15px;
line-height: 25px;
color: #a3c4cc;
}
.font15-pera{
font-size: 15px;
line-height: 23px;
}

.socialicon{
font-size: 12px;
background: #00294d;
padding: 6px 8px;
border-radius: 26px;
color: #457f98;
font-weight: bold;
transition: all .5s ease-out 0s;
}
.socialicon:hover{
background: #ffffff;
cursor: pointer;
transition: all .5s ease-out 0s;
}

/* Hover effect */
.icon-effect .icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-effect .icon:after {
  top: -5px;
  left: -5px;
  padding: 5px;
  box-shadow: 0 0 0 1px #f1f1f1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.icon-effect-1a .icon:hover {
  background-color: #f1f1f1;
  color: #2f6080;
}
.icon-effect-1a .icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Ul styles */
ul {
  list-style: none;
    padding: 0;
        margin-bottom: 0;
}
ul > li {
  display: inline;
}
.icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  font-size: 14px;
  color: #0d3f4b!important;
  line-height: 29px;
  text-align: center;
  background-color: #4c7580;
}
.icon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
}
.icon2 {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  font-size: 13px;
  color: #ffffff!important;
  line-height: 29px;
  text-align: center;
  background-color: #00768d;
}
.icon2:hover{
    color:#00768d; 
  background-color: #df1e26;
}
.icon2:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
}
.owl-carousel .owl-item img{
    width: auto!important;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  font-size: 23px;
    font-weight: bold;
  color: #fff;
  background: #df1e26;
  text-align: center;
}

.owl-carousel .owl-prev {
  left: 0px;
    transform: rotate(182deg);
}

.owl-carousel .owl-next {
  right: 0px;
}

.dropdown span::after
{ display: none !important; }

.row.product_li {
    margin-bottom: 30px;
}

ul.product_ran li {
    display: block !important;
    font-size: 18px;
}

ul.product_ran li i {
    font-size: 15px;
    color: #ed1c24;
}

.pro_inn {
    margin-bottom: 40px;
}

/* POPUP IMage */

/* CSS */


.row > .column {
  padding: 5px 8px 0px 8px;
}

.column.pro_inn img {
    height: 225px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000c2;
}

.modal-content {
    border: none;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */


.close {
    color: white !important;
    position: absolute;
    top: 10px;
  right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 55%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: #fff !important;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.column {
    width: 25%;
    float: left;
}

.column img {
    width: 100%;
}

.mySlides img {
    width: 335px !important;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent !important;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    margin: 0 auto !important;
    text-align: center;
}

@media only screen and (max-width: 767px) and (min-width: 320px)  {

.column {
    width: 92% !important;
    float: left;
    margin: 20px !important;
}





}

.lb-nav a.lb-next{
   
  background: url(https://www.duroply.in/product_page/img/next.png) left 48% no-repeat !important;
  width: 14% !important;
}

 .lb-nav a.lb-prev {
 
  background: url(https://www.duroply.in/product_page/img/prev.png) left 48% no-repeat !important;
 
}
 .lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("https://www.duroply.in/product_page/img/close.png") top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.footer-p
{
  margin-bottom:0px!important
}
.breadcrumbs-font {
  font-size: 12px!important;
  text-transform: uppercase!important;
  font-family: 'Fira Sans', sans-serif!important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Yantramanav', sans-serif;
color: #030301;
margin-bottom: 0;
}
h1 {
  line-height: 55px!important;
  font-weight: 900!important;
  position: relative!important;
  z-index: 1!important;
  }
  .breadcrumbs-font {
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-family: 'Fira Sans', sans-serif !important;}