* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Lato", sans-serif;
}



/* header */
header {
  position: unset;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

header .header-top {
  background-color: #016fae;
  padding: 3px 0px;
}

header .header-top .top-info li,
header .header-top .top-info li a {
  color: #fff;
  font-size: 14px;
}

header .header-top .top-info li:last-child a {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  color: #5ba12b;
  border: 1px solid #fff;
  transition: .5s;
}

header .headermn .navbar .navbar-brand {
  width: 8%;
}

header .headermn .navbar .navbar-brand img {
  width: 100%;
}

header .nav-link {
  color: #000;
    font-size: 14px;
    font-weight: 500;
    transition: .5s;
    position: relative;
    padding: 0px 0px !important;
    text-transform: uppercase;
    font-weight: 600;
}

header .nav-link::after {
  content: '';
  background-color: #016fae;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: .5s;
}

header .nav-link:hover::after {
  width: 100%;
}

header .nav-link:hover,
header .nav-link:focus {
  color: #016fae;
}

header .navbar-nav {
  gap: 45px;
}

header .navbar-toggler {
  border: none;
  color: #016fae;
  font-size: 28px;
  border-radius: 0;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .offcanvas-title img {
  width: 34%;
}

header .navbar-nav {
  position: relative;
  align-items: center;
}

.sticky {
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
  background-color: #fff;
  box-shadow: 0 0 10px #00000021;
}

.sticky .headermn .navbar .navbar-brand {
  width: 9%;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}

header .navbar .whatsapp li a {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: #016fae;
  border-radius: 3px;
  transition: .5s;
  border: 1px solid #016fae;
  position: relative;
  transition: .5s;
  z-index: 1;
}

header .navbar .whatsapp li a::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  transition: .5s;
  background-color: #016fae;
  z-index: -1;
}

header .navbar .whatsapp li a:hover:before {
  width: 100%;
}

header .navbar .whatsapp li a:hover {
  color: #ffffff;
}

header .navbar-nav .dropdown-menu{border: 0; box-shadow: #0000004b 0 0 10px; padding: 10px;}
header .dropdown-item.active, header .dropdown-item:active, header .dropdown-item:hover{background-color: #74b6;}


/* slider */

#slider .owl-item {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 274px 0;
}

#slider .owl-theme .owl-dots .owl-dot {
  display: none;
}


/* about */

#about {
  padding: 50px 0px;
}

#about .row {
  row-gap: 30px;
}

#about .content h2 {
  font-family: 'Roboto Slab', serif;
  color: #000;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}

#about .content span {
  color: #016fae;
}

#about .content .text {
  font-size: 15px;
  text-align: justify;
  color: #484848;
  line-height: 24px;
  margin-bottom: 24px;
}

#about .content .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: #016fae;
  border-radius: 3px;
  transition: .5s;
  border: 1px solid #016fae;
  position: relative;
  transition: .5s;
  z-index: 1;
  margin-top: 15px;
}

#about .content p a{color:#016fae;}

#about .content .btn::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  transition: .5s;
  background-color: #016fae;
  z-index: -1;
}

#about .content .btn:hover:before {
  width: 100%;
}

#about .content .btn:hover {
  color: #ffffff;
}

#about .imgs {
  overflow: hidden;
  border-radius: 5px;
  text-align: end;
}

#about .imgs img {
  transition: 9s;
}

#about .imgs:hover img {
  transform: scale(1.2);
}

/* vision */

#our-vision{padding: 60px 100px 60px 0px; overflow: hidden;}
#our-vision .imgs{
  position: relative;
  left: -130px;
}

#our-vision .circle {
  width: 180px;
height: 180px;
border-radius: 50%;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}

#our-vision .circle.circle-1 {
  width: 180px;
height: 180px;
border-radius: 50%;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}

#our-vision .circle::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -4px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 20px solid #016fae;
  clip: rect(0px, 193px, 90px, 0px);
  transform: rotate(45deg);

}

#our-vision .circle.circle-1::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -4px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 20px solid #016fae;
  clip: rect(0px, 193px, 90px, 0px);
  transform: rotate(220deg);
}

#our-vision .inner-div {
  width: 120px;
  height: 120px;
  background-color: #016fae;
  border-radius: 50%;
  text-align: center;
  line-height: 157px;
}

#our-vision .inner-div.inner-div-1 {
  background-color: #016fae;
}

#our-vision .inner-div .imgsc{height: 60px;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  background: #fff;
  text-align: center;
  line-height: 57px;
  font-size: 26px;
  text-align: center;
  margin: 32px auto;
}


#our-vision ul{margin-bottom: 40px;}

#our-vision .content h3{display: block; width: 100%; padding: 10px 20px; background: linear-gradient(#016fae, #016fae); border-radius: 40px; color: #fff; font-size: 20px;}
#our-vision .content .text{text-align: justify;}

/* our-vision-1 */

.our-visi{display:none;}
#our-vision-1{padding: 60px 100px 60px 0px; overflow: hidden;}
#our-vision-1 .imgs{
  position: relative;
  left: -130px;
}
#our-vision-1 .content h3{display: block; width: 100%; padding: 10px 20px; background: linear-gradient(#016fae, #016fae); border-radius: 40px; color: #fff; font-size: 20px;}
#our-vision-1 .content p{text-align: justify; margin-bottom:10px;}
#our-vision-1 .content ul li{margin-bottom:7px;}


/* vision */

/* #vision {
  padding: 50px 0px;
  overflow: hidden;
}

#vision .imgs {
  background: #016fae url(../images/mo-bg.png) no-repeat;
  background-size: cover;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  height: 100%;
}

#vision .imgs .content {
  max-width: 520px;
  float: right;
  padding: 40px 70px 40px 0px;
}

#vision .imgss .content {
  max-width: 520px;
  float: left;
  padding: 40px 0px 50px 60px;
}

#vision .imgss .content .text,
#vision .imgs .content .text {
  text-align: justify;
  color: #fff;
}

#vision .imgss .content h2,
#vision .imgs .content h2 {
  color: #ffffff;
}

#vision .imgss .content H4,
#vision .imgs .content H4 {
  color: #fff;
}

#vision .imgss {
  background: #333 url(../images/spe-bg.png) no-repeat;
  background-size: cover;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  height: 100%;
  margin-left: -25px;
  margin-top: 36px;
  position: relative;
} */

/* product */

#product {
  padding: 50px 0px;
  overflow: hidden;
}

#product h6 {
  text-align: center;
  color: #016fae;
  margin-bottom: 15px;
  font-size: 30px;
}

#product h2 {
  font-size: 37px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

#product .row {
  row-gap: 20px;
}

#product .iner .imgs {
  border-bottom: 1px solid #016fae;
  display: flex;
    align-items: center;
    justify-content: center;
}

#product .iner .imgs img {
  width: 80%;
}

#product .iner .content {
  padding: 0px 12px;
}

#product .iner {
  text-align: center;
  padding: 0px 0px 20px;
  transition: .5s;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 10px #00000027;
}

#product .iner:hover {
  background-color: #016fae;
}

#product .iner.iner-1 {
  background-color: #016fae;
  text-align: center;
  transition: .5s;
}

#product .iner.iner-1:hover {
  background-color: transparent;
}

#product .iner.iner-1 .imgs i {
  color: #fff;
  margin-bottom: 22px;
  font-size: 40px;
}

#product .iner.iner-1 h4 {
  color: #fff;
  font-size: 22px;
  margin: 18px 0px 5px;
}

#product .iner.iner-1 .text {
  color: #fff;
  font-size: 15px;
}

#product .iner.iner h4 {
  margin: 18px 0px 5px;
}

#product .iner h4,
#product .iner.iner-1:hover h4 {
  color: #000;
}

#product .iner .text,
#product .iner.iner-1:hover .text {
  color: #000;
}

#product .iner:hover .imgs i {
  color: #fff;
}

#product .iner:hover h4 {
  color: #fff;
}

#product .iner:hover .text {
  color: #fff;
}

/* counter */

#counter {
  background: #016fae;
  padding: 20px 0; 
}

#counter h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}

#counter .iner {
  text-align: center;
}

#counter .iner h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  color: #fff;
}

#counter .iner .imgs img {
  filter: brightness(100);
}

/* gallery */

#gallery {
  background-color: #ffffff;
  padding: 60px 0 40px;
  overflow: hidden;
}

#gallery .row{row-gap: 20px;}

#gallery h2 {
  font-size: 38px;
  color: #016fae;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#gallery h2 span {
  color: #000;
}

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 8px #00000033;
}

#gallery .img-wrapper img {
  width: 100%;
}

#gallery .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

#gallery .img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

#nextButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 1;
}

#prevButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

#exitButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}


/* blog */

#blog {
  padding: 50px 0;
}

#blog .row {
  row-gap: 30px;
}

#blog h2 {
  font-size: 38px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

#blog h2 span {
  color: #016fae;
}

#blog .inner {
  border: 2px solid #f5f5f5;
}

#blog .inner img {
  width: 100%;
    height: 300px;
    object-fit: cover;
}

#blog .text {
  padding: 20px;
}

#blog .text h5 a {
  color: #000;
  margin: 15px 0;
  display: inline-block;
  transition: .5s;
}

#blog .text h5 a:hover {
  color: #016fae;
}

#blog .text span {
  color: #6d6d6d;
  display: inline-block;
  font-size: 15px;
}

#blog .text span i {
  color: #016fae;
}

#blog .text p {
  color: #101010;
  font-size: 14px;
}

#blog .text .read {
  color: #fff;
  background-color: #016fae;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: .5s;
  border-radius: 8px;
  margin-top: 20px;
}

#blog .text .read:hover {
  background-color: #016fae;
}



/* testimonals */

#testimonals {
  padding: 20px 0px 0px;
}

#testimonals h2 {
  color: #000;
  font-size: 43px;
  font-weight: bold;
  text-align: center;
  margin-bottom:30px;
}

#testimonals h2 span {
  color: #016fae;
}

#testimonals .p1 {
  font-size: 18px;
  text-align: center;
  color: #6d6d6d;
  margin-bottom: 40px;
}

#testimonals .testimonalsinr {
  padding: 20px;
  background-color: #fff;
  margin: 10px;
  border-right: 3px solid #016fae;
  box-shadow: 0 6px 12px #00000023;
  display: flex;
  gap: 15px;
  list-style: none;
}

#testimonals .testimonalsinr img {
  border-radius: 50%;
  width: 350px;
  border: 1px solid #6d6d6d;
}

#testimonals .testimonalsinr p {
  font-size: 20px;
  line-height: 30px;
  color: grey;
  font-style: italic;
  margin-bottom: 16px;
}

#testimonals .testimonalsinr h3 {
  font-size: 18px;
  color: #000;
  display: inline-block;
  font-weight: bold;
}



/* footer */
#footer{
    background-image:url(../images/footer.jpg);
    
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
/* footer */
footer .footertop {
  background-color: #dbdbdb78;
  padding: 70px 0px 20px;
}

footer .row {
  row-gap: 25px;
}

footer .footertop h3{font-size: 20px; margin-bottom: 15px;}

footer .footertop .about img {
  width: 111px;
}

footer .footertop .about p {
  color: #000;
  font-size: 14px;
  width:77%;
  margin-top: 20px;
}

footer .footertop ul {
  list-style: none;
}

footer .footertop ul li {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}

footer .footertop ul li a {
  color: #000;
  font-size: 14px;
  transition: .5s;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

footer .footertop ul li a:hover {
  color: #016fae;
}

footer .footertop .addres li {
  margin-bottom: 20px;
}

footer .footertop .addres li i {
  color: #000;
  font-size: 22px;
}

footer .footerboo ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-top: 1px solid #016fae;
  padding-top: 20px;
}

footer .footerboo {
  background-color: #dbdbdb78;
  padding: 20px;
}

footer .footerboo .soical li:first-child {
  color: #016fae;
  text-align: center;
}

footer .footerboo .soical li:first-child a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #016fae;
  border-radius: 50%;
  transition: .5s;
}

footer .footerboo .soical li:first-child a:hover {
  background-color: #000;
}

footer .footerboo ul li img {
  width: 195px;
  background-color: #016fae;
  padding: 0px 10px 8px;
  border-radius: 100px;
}

/* heading */

#heading {
  background-image: url(../images/banner1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#heading .heading-bg {
  background-color: #00000048;
  padding: 100px 0;
}

#heading h2 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
}

#heading p,
#heading a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  transition: .5s;
}

#heading a:hover {
  color: #000;
}




/* quickcontact */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index: 102;
}



/* modal */

.modal form.row {
  row-gap: 20px;
}

.modal .btn-theme {
  border-radius: 0px;
  background: #016fae;
  color: #fff;
}

.modal .btn-theme:hover {
  background-color: #000;
  color: white;
}

.modal .form-control {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  background-color: #f1f1f1;
}

.modal .form-control:focus {
  border-color: #000;
}

.modal .submit {
  background-color: #016fae;
  color: #fff;
  font-weight: 500px;
  padding: 10px;
  border: 0;
  transition: .5;
}

.modal .submit:hover {
  background-color: #000;
}

/* about */

#about-banner {
  padding: 60px 0px;
  background-color: #016fae;
}

#about-banner h1 {
font-size: 33px;
  color: #fff;
  text-align: center;
}

#about-banner p,
#about-banner p a {
  color: #fff;
  text-align: center;
}

#vision.vision-a {
  padding: 0px 0px 30px !important;
}



/* product-page */

.product-sec-a h2{margin:0px !important;}

#product-page {
  padding: 50px 0px;
  overflow: hidden;
}

#product-page h6 {
  text-align: center;
  color: #016fae;
  margin:35px 0px 10px;
}

#product-page ul li{margin:10px 0px;}

#product-page p{margin-bottom:10px;}

#product-page h2 {
  font-size: 30px;
  /*text-align: center;*/
  color: #000000;
  margin: 20px 0 10px;
}

#product-page .h2 {
  font-size: 40px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

#product-page ul, #product-page ol{
    padding-left: 31px;
    margin: 10px 0; 
    line-height: 25px;
}

#product-page .row {
  row-gap: 40px;
}

#product-page .iner .imgs {
  border-bottom: 1px solid #016fae;
}

#product-page .iner .imgs img {
  width: 75%;
}

#product-page .iner .content {
  padding: 0px 12px;
}

#product-page .iner {
  text-align: center;
  padding: 0px 0px 20px;
  transition: .5s;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 10px #00000027;
}

#product-page .iner:hover {
  background-color: #016fae;
}

#product-page .iner.iner-1 {
  background-color: #016fae;
  text-align: center;
  transition: .5s;
}

#product-page .iner.iner-1:hover {
  background-color: transparent;
}

#product-page .iner.iner-1 .imgs i {
  color: #fff;
  margin-bottom: 22px;
  font-size: 40px;
}

#product-page .iner.iner-1 h4 {
  color: #fff;
  font-size: 22px;
  margin: 18px 0px 5px;
}

#product-page .iner.iner-1 .text {
  color: #fff;
  font-size: 15px;
}

#product-page .iner.iner h4 {
  margin: 18px 0px 5px;
}

#product-page .iner h4,
#product-page .iner.iner-1:hover h4 {
  color: #000;
}

#product-page .iner .text,
#product-page .iner.iner-1:hover .text {
  color: #000;
}

#product-page .iner:hover .imgs i {
  color: #fff;
}

#product-page .iner:hover h4 {
  color: #fff;
}

#product-page .iner:hover .text {
  color: #fff;
}



/* contact */

#contact {
  padding: 50px 0px;
}

#contact h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

#contact .text {
  font-size: 15px;
  margin-bottom: 30px;
}

#contact .iner {
  row-gap: 30px;
}

#contact .form-control {
  background-color: transparent;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  color: #555;
  font-size: 13px;
  height: 45px;
  padding: 10px;
  box-shadow: none;
}

#contact .btn {
  display: inline-block;
  padding: 10px 60px;
  background-color: transparent;
  color: #016fae;
  border-radius: 3px;
  transition: .5s;
  border: 1px solid #016fae;
  position: relative;
  transition: .5s;
  z-index: 1;
}

#contact .btn::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  transition: .5s;
  background-color: #016fae;
  z-index: -1;
}

#contact .btn:hover:before {
  width: 100%;
}

#contact .btn:hover {
  color: #ffffff;
}

#contact ul li h5 {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 4px;
  line-height: 21px;
}

#contact .content {
  margin-left: 30px;
}

#contact ul {
  margin-bottom: 55px;
}

#contact ul li a {
  color: #000;
  font-size: 16px;
}

#contact .map {
  margin-top: 60px;
}

/* blog-det */

#blog-detail {
  padding: 70px 0;
}

#blog-detail .row {
  row-gap: 30px;
  justify-content: center;
}

#blog-detail h2, #blog-detail h3{font-size:24px; margin:15px 0px;}

#blog-detail .img img {
  width: 100%;
}

#blog-detail .content h5 a {
  color: #000;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 10px;
}

#blog-detail .content span {
  color: #6d6d6d;
  display: inline-block;
  margin: 15px 0;
  font-size: 15px;
}

#blog-detail .content span i {
  color: #016fae;
}

#blog-detail .content p {
  color: #6d6d6d;
  font-size: 16px;
  text-align: justify;
}

#blog-detail .blog {
  background-color: #016fae13;
  padding: 15px 30px 30px;
  border: 1px solid #016fae;
  position: sticky;
  top: 100px;
}

#blog-detail .blog h4 {
  color: #016fae;
  margin-bottom: 15px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

#blog-detail .blog ul {
  list-style: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 10px;
}

#blog-detail .blog ul li {
  margin-bottom: 15px;
  align-items: center;
}

#blog-detail .blog ul li:last-child {
  margin-bottom: 0;
}

#blog-detail .blog a {
  color: #000;
  font-size: 13px;
  display: inline-block;
}

#blog-detail .blog p {
  color: #6d6d6d;
  display: inline-block;
  font-size: 14px;
}

#blog-detail .blog p i {
  color: #016fae;
}

/* product-det */

#product-det{padding: 60px 0px 25px;}
#product-det .text{text-align: justify; margin-bottom: 25px;}
#product-det .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: #016fae;
  border-radius: 3px;
  transition: .5s;
  border: 1px solid #016fae;
  position: relative;
  transition: .5s;
  z-index: 1;
}

#product-det table{margin-top: 15px; margin-bottom: 15px;}

#product-det .btn::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  transition: .5s;
  background-color: #016fae;
  z-index: -1;
}

#product-det .btn:hover:before {
  width: 100%;
}

#product-det .btn:hover {
  color: #ffffff;
}


#product-det ul, #product-det ol{
    padding-left: 31px;
    margin: 10px 0; 
    line-height: 25px;
}
#product-det ul li, #product-det ol li{margin-bottom:10px;}
#product-det P{ 
    line-height: 25px;
    text-align:justify;
}

#product-det h2, #product-det h3 {
  font-size: 30px;
  /*text-align: center;*/
  color: #000000;
  margin: 20px 0 10px;
}

 #product-det td, #product-det tfoot, th, thead, #product-det tr {
    border-color: inherit;
    /* border-style: solid; */
    /* border-width: 1px; */
    padding: 5px;
    border: 1px solid;
}

/* similar-product */

#similar-product{padding: 50px 0px;}
#similar-product h2{text-align: center; margin-bottom: 50px;}

#similar-product .iner .imgs {
  border-bottom: 1px solid #016fae;
}

#similar-product .iner .imgs img {
  width: 100%;
}

#similar-product .iner .content {
  padding: 0px 12px;
}

#similar-product .iner {
  text-align: center;
  padding: 0px 0px 20px;
  transition: .5s;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 10px #00000027;
}

#similar-product .iner:hover {
  background-color: #016fae;
}

#similar-product .iner.iner-1 {
  background-color: #016fae;
  text-align: center;
  transition: .5s;
}

#similar-product .iner.iner-1:hover {
  background-color: transparent;
}

#similar-product .iner.iner-1 .imgs i {
  color: #fff;
  margin-bottom: 22px;
  font-size: 40px;
}

#similar-product .iner.iner-1 h4 {
  color: #fff;
  font-size: 22px;
  margin: 18px 0px 5px;
}

#similar-product .iner.iner-1 .text {
  color: #fff;
  font-size: 15px;
}

#similar-product .iner.iner h4 {
  margin: 18px 0px 5px;
}

#similar-product .iner h4,
#similar-product .iner.iner-1:hover h4 {
  color: #000;
}

#similar-product .iner .text,
#similar-product .iner.iner-1:hover .text {
  color: #000;
}

#similar-product .iner:hover .imgs i {
  color: #fff;
}

#similar-product .iner:hover h4 {
  color: #fff;
}

#similar-product .iner:hover .text {
  color: #fff;
}

#why-choose-text{margin-top:20px;}
#why-choose-text .text-section{padding:0px 0;}
#why-choose-text .text-section P{
    margin: 10px 0px;
    text-align: justify;
}

#why-choose-text ul{margin-left:30px;}

/* faq accordian */

#queation {position: relative; padding: 50px  0px;}
#queation .row{row-gap: 30px;}
#queation .accordion-item{border-radius: 2px;  margin: 14px; box-shadow: none;}
#queation .accordion-button{ padding: 15px; font-size: 13px; border-radius: 5px; background: #016fae; color: #fff;}
#queation .accordion-button::after{color: #fff !important;}
#queation .accordion-body{background-color: #ffe472; border-radius: 5px;}

/* end faq accordian */


