/* ------------------------- New CSS here ---------------------------- */

.content-box h1 {
  font-size: 45px;
}
.content-box p {
  font-size: 16px;
  line-height: 25px!important;
}
.padd {
  padding-top: 130px;
  padding-bottom: 170px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}

.form-inner {
  padding: 60px;
  background-color: #057aa5;
  border-radius: 5px;
}
.col-bg {
  background-color: #057aa5;
}

/* Gallery css start  */



.modal1 {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(24, 24, 24);
}

/* Modal Content */
.modal1-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 600px;
  margin-top: 60px;
}



/* The Close Button */
.close {
color: white!important;
position: absolute;
top: 10px;
right: 25px;
font-size: 35px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: #dfdddd;
text-decoration: none;
cursor: pointer;
}

.mySlides {
display: none;
}

.cursor {
cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -50px;
color: #ffffff!important;
font-weight: bold;
font-size: 20px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
margin-left: -80px;
margin-right: -80px;
}

/* 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(153, 153, 153, 0.8);
color: #fff!important;
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}

img {
margin-bottom: -4px;
}

.caption-container {
text-align: center;
background-color: black;
padding: 2px 16px;
color: white;
}

.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);
}
.gal-col {
padding: 5px;
margin-bottom: 10px;
}

/* Gallery css end   */

.contact-info i {
  color: #fff;
  font-weight: 500;
}
.contact-info a:hover {
  color: violet;
}
.ch-pad {
padding-bottom: 60px;
padding-top: 60px;
}
.lower-content h3 {text-align: center;padding-top: 10px;}
.product-sec {
position: relative;
padding-top: 80px;
padding-bottom: 80px;
}
.product-wrapper {
position: relative;
}
.pro-title {
font-size: 30px;
font-weight: 600;
padding-bottom: 20px;  
text-align: center;
color:#2f7955db;
padding-top: 30px;
}
.pro-title:before {
position: absolute;
content: '';
background-color: #2f7955db;
width: 73px;
height: 1px;  
bottom: 18px;

}
.pro-detail p{
text-align: justify;
padding: 15px;
}
.image-wrapper {
position: relative;
}
.image-wrapper img {
border-radius: 10px;
}
.discount {
  margin: 50px 0px;
}