@import url("https://fonts.googleapis.com/css2?family=Anton&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font:
    15px/25px,
    sans-serif;
  color: #393939;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  background: #f2f2f2;
}
a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "unisans";
  src: url(../fonts/unisans.otf);
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 100px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "unisans";
  font-size: 50px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1;
}

h2 {
  font-family: "unisans";
  font-size: 55px;
  color: #003838;
  font-weight: 500;
  margin: 0 0 10px;
}

h3 {
  font-family: "unisans";
  font-size: 35px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 0px;
}

h4 {
  font-family: "unisans";
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h5 {
  font-family: "unisans";
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h6 {
  font-family: "unisans";
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

p {
  color: #868787;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
}

/* Header Start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

header {
  position: absolute;
  z-index: 99;
  width: 100%;
}

.menuSection {
  padding: 14px 0;
  border-bottom: 1px solid #82a6be;
  position: relative;
}

.menuSection:before {
  content: "";
  position: absolute;
  background: #003838;
  width: 386px;
  height: 100%;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 78% 0, 100% 100%, 0% 100%);
}
.meun-button {
  text-align: end;
}

.theme-btn-1 {
  background: #1a9f68;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 4px 4px 4px 12px;
  display: flex;
  align-items: center;
  width: fit-content;
}
.theme-btn-1 span img {
  width: 8px;
  height: 10px;
  object-fit: contain;
}

.theme-btn-1 span {
  background: #014d4d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 48px;
  margin-left: 12px;
}

.meun-button a {
  margin: 0 0 0 auto;
}
.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 60px;
}
.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #003838;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

section.main_slider .container-fluid.add-padding {
  padding: 0 3%;
}

.menuSection .container-fluid.add-padding {
  padding: 0 3%;
}
.container-fluid.add-padding {
  padding: 0 5%;
}
.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #1a9f68;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
  display: none;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  right: 7%;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* Header Ends */

/* Main Banner Start */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0px 5px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: none !important;
  border-bottom: none !important;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

.banner_text h1 span {
  display: block;
  font-size: 65px;
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #1a9f68;
  width: 15px;
  height: 15px;
  position: relative;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  height: 809px;
  object-fit: cover;
}

.banner_text p {
  color: #81a6a6;
  font-size: 14px;
  width: 87%;
  line-height: 25px;
  font-weight: 500;
}
.banner_text ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}
.main-banner-bottom-boxs {
  background: #1a9f68;
  height: 120px;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-left: 3%;
  display: flex;
  align-items: center;
}
.main-banner-bottom-row-social-icon ul li a:hover {
  background: #014d4d;
  transition: 0.5s;
  color: #fff;
  border: 1px solid #014d4d;
  transform: scale(1.1);
}

.banner_text ul li a.banner-btn {
  border: 1px solid #3a7373;
  height: 55px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 20px;
}
.carousel-indicators {
  position: absolute;
  right: 180px;
  bottom: 50px;
  left: inherit;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  list-style: none;
  z-index: 999;
  margin-bottom: 0;
}
section.main_slider {
  position: relative;
}
.main-banner-bottom-row-social-icon ul li a {
  border: 1px solid #5eb390;
  color: #66b594;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: 0.5s;
}
.main-banner-bottom-row-social-icon ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-banner-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 65%;
  position: relative;
}
.main-banner-bottom-row:before {
  content: "";
  position: absolute;
  background: #31a977;
  width: 66%;
  height: 1px;
  right: 110px;
}
.main-banner-bottom-row-social-follow-us h2 {
  font-size: 16px;
  color: #fff;
}
section.main_slider:after {
  content: "";
  position: absolute;
  background: #014d4d;
  width: 34%;
  height: 120px;
  bottom: 0;
  z-index: 1;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 22% 100%);
}
/* Main Banner Ends */

/* About Us Start */

.about-us-images img {
  width: 100%;
  height: 510px;
  object-fit: cover;
}
.about-us-text {
  margin-left: 35px;
}
.no-left-padding {
  padding-left: 0 !important;
}

.about-us-text h3 {
  font-size: 22px;
  color: #1a9f68;
  border-bottom: 1px solid #e7e7ea;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.about-us-text h4 {
  font-size: 22px;
  color: #1a9f68;
  margin-top: 25px;
}
.about-us-points ul li h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.about-us-points {
  margin-top: 25px;
}
.about-us-points ul li span {
  background: #1a9f68;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.about-us-points ul li p {
  margin-bottom: 0;
}
.about-us-points ul {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.no-right-padding {
  padding-right: 0;
}
.about-us-sec {
  position: relative;
}
.about-us-sec:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 609px;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about-us-bottom-text {
  padding: 70px 100px;
}

/* About Us Ends */

/* Products Silder Start */

.products-heading {
  text-align: center;
  border-bottom: 1px solid #d9e1e1;
  padding-bottom: 15px;
}

.products-heading h2 {
  margin-bottom: 0;
}
.products-heading h3 {
  font-size: 22px;
  color: #1a9f68;
  margin-bottom: 5px;
}
.products-silder-items {
  margin-top: 12px;
}
.products-silder .slick-active {
  opacity: 1.5;
}
.products-silder-items-text h2 {
  font-size: 18px;
  margin-bottom: 8px;
}
.products-silder-items-text p {
  margin-bottom: 12px;
}
.products-silder-items-text {
  background: #ffffff;
  position: relative;
  padding: 25px 25px 19px;
  width: 79%;
  margin: 0 0 0 auto;
  margin-top: -150px;
  box-shadow: 0 0 10px 0 #00000029;
}
.products-silder-items-text a span {
  width: 45px;
  height: 45px;
}
.products-silder-items-img {
  position: relative;
  width: 85%;
}
.products-silder-items-img img {
  height: 460px;
  object-fit: cover;
  width: 100%;
}
.products-silder-items-button {
  position: absolute;
  background: #1a9f68;
  left: 0;
  bottom: 0;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.products-silder-items-button span {
  font-family: "unisans";
  font-size: 24px;
  color: #ffffff;
}
.products-silder .slick-slide {
  margin: 20px 15px;
}

/* Products Silder Ends */

/* Solution Start */

.solutions-sec {
  position: relative;
  padding: 100px 0;
}
.products-silder-items-text a {
  padding: 2px 2px 2px 12px;
}
.solutions-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/solutions-back.jpg);
  width: 100%;
  height: 980px;
  background-size: cover;
  z-index: -1;
  top: -80px;
  background-attachment: fixed;
}
.solutions-heading h3 {
  color: #1a9f68;
  font-size: 22px;
  margin-bottom: 10px;
}

.solutions-heading h2 {
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
}
.solutions-heading p {
  line-height: 22px;
  color: #8caeae;
  margin-bottom: 20px;
}
.solutions-boxs {
  background: #014d4d;
  padding: 40px 30px;
}
.solutions-boxs span img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.solutions-boxs h2 {
  font-size: 20px;
  color: #1a9f68;
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.solutions-boxs p {
  color: #709a9a;
  margin-bottom: 0;
}
.solutions-boxs h2:before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 35%;
  height: 1px;
  bottom: 0;
}
.solutions-main-box {
  background: linear-gradient(45deg, #1a9f68, #195e5e);
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solutions-boxs h2 {
  font-size: 20px;
  color: #1a9f68;
  margin-top: 20px;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 20px;
}

/* Solution Ends */

/* Markets We Serve Start  */

.markets-images {
  background: #fff;
}
.markets-images img {
  width: 98%;
  height: 646px;
  object-fit: cover;
}
.markets-text h2 {
  margin-bottom: 5px;
}
.markets-text p {
  width: 80%;
}
.markets-text h3 {
  font-size: 22px;
  color: #1a9f68;
  margin-bottom: 8px;
}
.markets-text h2 {
  margin-bottom: 8px;
}
.markets-text ul li h2 {
  font-size: 22px;
}
.markets-text ul li p {
  margin-bottom: 0;
  color: #014d4d;
  font-weight: 700;
  width: 100%;
}
.markets-text ul li h2 {
  font-size: 22px;
  margin-bottom: 5px;
}
.markets-text ul {
  position: relative;
  padding-left: 25px;
}
.markets-points {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 25px;
}
.markets-text ul li:before {
  content: "";
  position: absolute;
  background: #1a9f68;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
/* Markets We Serve Ends  */

/* What People Say Ends */

.heading.text-center p {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  color: #8a8a98;
}

img.testi-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.testi-content h5 {
  font-size: 18px;
  color: #212121;
}

.testi-content * {
  margin: 0;
}

.testi-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.testi-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 15px 0 0 0;
  padding: 30px 30px 40px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
}

.testi-slider .slick-slide {
  opacity: 1;
  margin: 0 10px;
}

.testi-content h6 {
  font-family: "Montserrat";
  color: #347278;
  margin-bottom: 10px;
  font-weight: 600;
}

ul.stars {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}

ul.stars li a i {
  font-size: 14px;
  color: #ffa200;
}

.testi-card::before {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background: #1a9f68;
  content: "";
  z-index: -2;
  transition: 0.3s ease-in-out;
}

.testi-card::after {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  background: #014d4d;
  content: "";
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.testi-card:hover::after {
  height: 10px;
  transition: 0.3s ease-in-out;
}

.testi-card:hover::before {
  height: 85%;
  transition: 0.3s ease-in-out;
}

.testi-card:hover * {
  color: #ffff;
  transition: 0.3s ease-in-out;
}

.testi-slider .slick-prev:before,
.testi-slider .slick-next:before {
  width: 15px;
  background: #a5a5a5;
  height: 15px;
  font-size: 16px;
  clip-path: polygon(40% 50%, 25% 10%, 100% 50%, 25% 90%);
  content: "";
  transition: 0.3s ease-in-out;
}
.testi-slider .slick-prev {
  left: -55px;
  transform: rotate(180deg);
}

.testi-slider .slick-next {
  right: -55px;
}

.testi-slider .slick-prev,
.testi-slider .slick-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  z-index: 9999;
  transition: 0.3s ease-in-out;
}

.testi-slider .slick-prev:hover,
.testi-slider .slick-prev:focus,
.testi-slider .slick-next:hover,
.testi-slider .slick-next:focus {
  color: #fff;
  outline: none;
  background: #1a9f68;
  transition: 0.3s ease-in-out;
}

.testi-slider .slick-prev:hover:before,
.testi-slider .slick-prev:focus:before,
.testi-slider .slick-next:hover:before,
.testi-slider .slick-next:focus:before {
  background: #fff;
  transition: 0.3s ease-in-out;
}

.testi-slider .slick-slide.slick-current.slick-active .testi-card::after {
  height: 10px;
  transition: 0.3s ease-in-out;
}

.testi-slider .slick-slide.slick-current.slick-active .testi-card::before {
  height: 83%;
  transition: 0.3s ease-in-out;
}

.testi-slider .slick-slide.slick-current.slick-active .testi-card * {
  color: #b4dfcd;
  transition: 0.3s ease-in-out;
}
section.testi-sec .heading h2 {
  margin-bottom: 5px;
}
.testi-slider .slick-slide.slick-current.slick-active .testi-card h5 {
  color: #ffffff;
}
.testi-slider .slick-slide.slick-current.slick-active .testi-card h6 {
  color: #ffffff;
}
.testi-slider .slick-slide.slick-current.slick-active .testi-card p {
  color: #b4dfcd;
}
.testi-slider .slick-slide.slick-current.slick-active .testi-card i {
  color: #fff;
}

/* What People Say Ends */

/* Contact Us Start */

.contact_img iframe {
  width: 100%;
  object-fit: cover;
  height: 460px;
  border-radius: 10px;
  border: 2px solid #ebebeb !important;
}

.contact_box h2 span {
  display: block;
  color: #1a9f68;
}
.contact_box {
  padding: 100px 30px 75px;
  width: 70%;
  margin: -180px 30px;
  overflow: hidden;
  border: 5px solid #1a9f68;
}
.contact_box p {
  color: #848484;
  margin-top: 10px;
  width: 90%;
  margin-bottom: 0;
  font-size: 14px;
}
.contact_box h2 {
  color: #181818;
  position: relative;
  line-height: 1.1;
  font-size: 60px;
  margin-bottom: 15px;
}
.contact_box ul li a {
  color: #ffffff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
  transition: all 0.3s ease-in;
}
.contact_box ul {
  margin-top: 25px;
}

.contact_box ul li a:hover {
  transform: translateX(10px);
  color: #64be34;
}

.contact_box ul li a i {
  font-size: 20px;
}

.contant_form form input,
.contant_form form select,
.contant_form form textarea {
  width: 100%;
  margin-bottom: 45px;
  padding: 5px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border: none;
  border-bottom: 2px solid #cccccc;
  color: #1e1e1e;
  padding-bottom: 10px;
  background: none;
  text-transform: capitalize;
  height: 45px;
  border-radius: 0;
}

.contant_form form input::placeholder,
.contant_form form textarea::placeholder {
  color: #1e1e1e;
  text-transform: capitalize;
}
.form-select:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: inherit;
}

.contant_form button {
  border: none;
}
.contant_form form textarea {
  resize: none;
  height: 120px;
  margin-bottom: 25px;
}

.contant_form {
  padding: 40px;
}

section.contact {
  padding-top: 10px;
}
.contact-form-select {
  position: relative;
}
.contact-form-select-icon {
  position: absolute;
  top: 8px;
  right: 10px;
}
.contact-form-select-icon i {
  color: #000000;
}
.contact-form-select-icon {
  pointer-events: none;
}
/* Contact Us Ends */

/*Footer Start*/

footer {
  background: #014d4d;
  position: relative;
}

.quick-link {
  position: absolute;
  height: 100%;
  z-index: 9999;
  bottom: 0;
  width: 340px;
  left: 3%;
  background: #1a9f68;
  padding-top: 80px;
}
.ftr-logo h2 {
  font-size: 20px;
  color: #fff;
  padding-left: 40px;
}
.quick-link ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  padding: 15px 40px;
  line-height: 30px;
  border-bottom: 1px solid #4cb489;
  display: flex;
  text-transform: uppercase;
  transition: 0.5s;
  justify-content: left;
}

.footer-newsletter ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.footer-newsletter ul li h4 {
  font-size: 55px;
  color: #fff;
  margin: 0;
  line-height: 1;
  margin-bottom: 8px;
}
.newsinpt input {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  border: 0;
  color: #727272;
  font-weight: 600;
  font-size: 14px;
}

.newsinpt {
  position: relative;

  width: 93%;
}

.newsinpt button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 11px 40px;
  height: 55px;
  color: #fff;
  text-transform: capitalize;
  background: #1a9f68;
}

.footer-contact h5 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff;
}

.footer-contact ul li a {
  font-size: 14px;
  color: #b4b9bb;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.footer-contact ul li i {
  margin: 0 10px 0 0;
  font-size: 22px;
  color: #fff;
}

.footer-contact ul li {
  line-height: 50px;

  display: flex;

  align-items: center;

  position: relative;
}

.footer-media ul {
  display: flex;

  align-items: center;

  gap: 10px;

  margin: 0;

  padding: 0 10px 0 30px;
}

.footer-media ul li a {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.5s;
}
.footer-media ul li a:hover {
  color: #fff;

  transition: 0.5s;

  transform: scale(1.2);

  background: #649ea0;
}
.footer-bottom p {
  font-size: 14px;
  margin: 0;
  text-align: right;
  color: #fefefe;
  font-weight: 500;
}

.footer-bottom {
  border-top: 1px solid #347171;
  padding: 20px 50px 20px 20px;
  background: #004040;
  z-index: 4;
  position: relative;
}

.footer-newsletter {
  margin: 0 auto;
  padding: 130px 0;
}

.footer-contact {
  position: relative;

  padding: 130px 0;
}

.footer-contact:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: -13%;
  z-index: 0;
  background: #347171;
}

.ftr-logo {
  padding: 0;
  margin-bottom: 20px;
}

.footer-newsletter ul li p {
  color: #bbbbbb;

  margin-bottom: 0;

  font-size: 14px;
}

footer .row {
  align-items: stretch;
}

.quick-link ul li a:hover {
  padding-left: 20px;

  transition: 0.5s;
}

.quick-link ul li:last-child a {
  border: unset;
}

/*Cursor Dots Start*/

.theme-btn-1 {
  position: relative;

  overflow: hidden;

  transition: all 0.3s ease;
}

/* lift + shadow */

.theme-btn-1:hover {
  transform: translateY(-4px);

  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* shine effect */

.theme-btn-1::before {
  content: "";

  position: absolute;

  top: 0;

  left: -100%;

  width: 60%;

  height: 100%;

  background: rgba(255, 255, 255, 0.4);

  transform: skewX(-20deg);

  transition: 0.6s;
}

.theme-btn-1:hover::before {
  left: 120%;
}

.cursor-dot,
.cursor-outline {
  position: fixed;

  top: 0;

  left: 0;

  pointer-events: none;

  border-radius: 50%;

  transform: translate(-50%, -50%);

  z-index: 9999;
}

.cursor-dot {
  width: 12px;

  height: 12px;

  background: #649ea0;
}

.cursor-outline {
  width: 40px;

  height: 40px;

  border: 2px solid #649ea0;

  transition: all 0.2s ease-out;
}

.cursor-dot,
.cursor-outline {
  transition: transform 0.2s ease-out;
}

.cursor-dot.link-hover,
.cursor-outline.link-hover {
  background: #091e33;

  border-color: #091e33;

  transform: translate(-50%, -50%) scale(2);
}

.reveal-box:before {
  content: "";

  position: absolute;

  width: 200%;

  height: 0%;

  left: 50%;

  top: 50%;

  background-color: rgba(255, 255, 255, 0.3);

  transform: translate(-50%, -50%) rotate(-45deg);

  z-index: 1;
}

.reveal-box:hover::before {
  height: 250%;

  transition: all 600ms linear;

  background-color: transparent;
}

/* Footer Ends */

/* Inner About Start */

.about-us-bottom-text.chg {
  padding: 30px 0px;
}

/* Inner About Ends */

/* Inner Solutions Detail Start */

.inner-solutions-detail-text h2 {
  font-size: 38px;
  margin-bottom: 8px;
}
.inner-solutions-detail-text {
  margin-left: 20px;
}
.inner-solutions-detail-img.chg {
  padding-left: 0;
  padding-right: 60px;
}
.inner-solutions-detail-text.chg {
  margin-left: 0;
  padding-right: 20px;
}
.inner-solutions-detail-images {
  background: #014d4d;
  text-align: end;
  padding-top: 50px;
  padding-left: 50px;
}
.inner-solutions-detail-images img {
  width: 100%;
  height: 610px;
  object-fit: cover;
}
/* Inner Solutions Detail Ends */

/* Inenr Solution Start  */

.inner-solutions-detail-img {
  background: #014d4d;
  text-align: end;
}
.inner-solutions-detail-img img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.inner-solutions-detail-img {
  background: #014d4d;
  text-align: end;
  padding-top: 60px;
  padding-left: 60px;
}
section.main_slider.inner img {
  height: 626px !important;
  object-fit: cover !important;
  width: 100%;
}

/* Inenr Solution Ends  */

/* Inner Contact Us Start*/

section.contact-us {
  padding: 120px 0px;
}

.msg-box {
  background-color: #014d4d;
  height: 570px;
}

.cntc-box-sec {
  color: #fff;
  padding: 125px 35px;
  background-color: #1a9f68;
  height: 570px;
}
.cntc-box-sec ul {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 15px 0;
  margin-bottom: 0;
  padding-bottom: 25px !important;
  border: none;
}

.cntc-box-sec li {
  font-family: "Montserrat";
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}

.cntc-box-sec h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 15px;
}

.txt-box-sec {
  padding: 75px 70px;
}

.txt-box-sec h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 60px;
}

.txt-box-sec .form-control,
.txt-box-sec .form-select {
  border: none;
  border-bottom: 1px solid #437171;
  border-radius: 0px;
  box-shadow: none;
  padding: 8px 0;
  font-size: 14px;
  color: #ffffff;
  resize: none;
  padding-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  width: 100%;
  background: transparent;
  text-transform: capitalize;
}

.cntc-box-sec .msg-icon {
  font-size: 30px;
  padding-left: 10px;
  padding-top: 9px;
}

.contact-btn button {
  color: #014d4d;
  padding: 15px 20px;
  border-radius: 4px;
  font-size: 25px;
  position: relative;
  left: -33px;
  top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: none;
}

.txt-box-sec .form-control::placeholder {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}

.cntc-box-sec ul li a {
  color: #ffffff;
  font-weight: 500;
}

.msg-box .row {
  align-items: center;
}

/* Inner Contact Us Ends*/

/* Inenr Get A Quote Start */

.quotepage form input,
.quotepage form textarea,
.quotepage form select {
  width: 100%;
  padding: 15px 15px;
  border: 2px solid #bdbdbd;
  font-size: 15px;
  background-color: transparent;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #979798;
  height: 60px;
}
.quotepage-input {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.quotepage-input-iccn {
  position: absolute;
  right: 20px;
  pointer-events: none;
}
.request-a-quote-btn button {
  border: none;
}
.request-a-quote-btn {
  text-align: center;
  margin-top: 15px;
}
.request-a-quote-btn button {
  margin: 0 auto;
}
.inner-solutions-detail-sec.chg .inner-solutions-detail-text {
  margin-left: 0;
  margin-top: 30px;
}

.quotepage-input-iccn i {
  font-size: 20px;
}
.quotepage-input-iccn.chg {
  background: #f2f2f2;
}
.test_heading {
  text-align: center;
  margin-bottom: 30px;
}
.test_heading p {
  width: 65%;
  margin: 0 auto;
  font-size: 14px;
}
.test_heading h2 {
  margin-bottom: 2px;
}

.quotepage form input::placeholder,
.quotepage form textarea::placeholder,
.quotepage form select {
  color: #898989;
}

.quotepage form textarea {
  resize: none;
  min-height: 270px;
}
.quotepage-input {
  position: relative;
  display: flex;
  align-items: center;
}

.quotepage form select {
  background: #fff url(../images/selcticon.png) no-repeat 98%;
  background-color: #f2f2f2;
}
.arr_border {
  position: relative;
}

.arr_border::before {
  position: absolute;
  content: "";
  top: 4px;
  right: 60px;
  background: url(../images/arrowborder.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 60%;
  width: 10px;
  z-index: 1;
}

/* Inenr Get A Quote Ends */

/* Inner Product Start */

.show-prg-num {
  gap: 10px;
}

.show-prg-num div {
  gap: 11px;
  display: flex;
  align-items: center;
}

.show-prg-num div a {
  font-size: 14px;
  color: #000000;
  font-family: "unisans";
}

.showing-icon {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px 0px 20px 0px;
}

.found-box {
  padding: 31px 0px;
  border-right: 1px solid #e2ddd7;
}

.showing-icon > .product-select {
  width: 90%;
  position: relative;
}

.right-side-top {
  border-bottom: 1px solid #e2ddd7;
}
.product-select select {
  width: 100%;
  height: 40px;
  font-weight: 500;
  padding: 8px 40px 8px 10px;
  border-radius: 5px;
  border: 1px solid #ededed;
  background-color: #f8f8f8;
  appearance: none;
  font-family: "Montserrat";
  font-size: 15px;
  color: #000;
}

.product-select i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  pointer-events: none;
  font-size: 12px;
}

.right-side-top p {
  margin: 0;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-shadow: 0 0 black;
  font-family: "unisans";
}

.view-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.grid_box {
  position: relative;
}

.grid-view .grid_box:hover p {
  opacity: 1;
  color: #fff;
}

.grid_box > p {
  position: absolute;
  width: 90px;
  background: #1a9f68;
  color: #fff;
  top: -40px;
  left: -40px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.grid_box i {
  color: #1a9f68;
}

.grid_box p:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  left: 42px;
  bottom: -6px;
  background: #1a9f68;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.grid-view {
  gap: 10px;
  display: flex;
  align-items: center;
}

.product-side-bar {
  border-right: 1px solid #e2ddd7;
  padding-top: 50px;
  height: 100%;
}

.product-side-bar h2 {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 30px;
  color: #000;
  margin-bottom: 25px;
}

.product-side-bar ul {
  margin-top: 25px;
}

.product-side-bar ul li {
  margin-bottom: 28px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2ddd7;
}

.product-side-bar .form-group {
  display: block;
}

.product-side-bar .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.product-side-bar .form-group label {
  position: relative;
  cursor: pointer;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.product-side-bar .form-group label:before {
  content: "";
  -webkit-appearance: none;
  width: 15px;
  background-color: #f2f2f2;
  height: 15px;
  padding: 0px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #111111;
  left: -3px;
}
.product-side-bar .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 2px;
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.page-item {
  gap: 16px;
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: start;
}

.page-item button::before {
  top: 0;
}

.page-item button.active::before {
  top: 10px;
}

.showing-icon p {
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 10px;
}

section.product-list-sec .products-silder-items-text h2 {
  font-size: 16px;
  margin-bottom: 8px;
}

.pd-list-wraper {
  gap: 20px;
}

.show-prg-num p {
  font-size: 14px;
}

.grid-view p {
  font-size: 14px;
  line-height: 20px;
  font-family: "poppins";
  color: #1a9f68;
  font-weight: 400;
  font-family: "unisans";
}
.grid-view .grid_box p {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "unisans";
}

h2.themes-h4.chg {
  margin-top: 50px;
}

.page-item button.theme-btn-1 {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1a9f68;
  transition: 0.2s;
  color: #1a9f68;
  font-size: 15px;
  font-weight: 600;
  padding: 0;
}

.product-side-bar button.theme-btn-1.active {
  background: #1e9f6a;
  color: #fff;
}

.page-item button.theme-btn-1:hover {
  color: #fff;
  background: #1a9f68;
}
.product-list-sec .shop-card {
  background: #edf0ff;
  margin: 5px 24px;
}

.main-pd-list {
  padding: 30px 0px 0 10px;
}

.product-list-sec .shop-card .pbtn span {
  background: #edf0ff;
}

.product-list-sec .shop-card .pbtn:hover span {
  background: #5170fc;
}

.product-list-sec .shop-card .pbtn:focus span {
  color: #fff;
  background: #5170fc;
}

.pbtn:focus span {
  background: #5170fc;
}
section.product-list-sec .container-fluid.add-padding {
  padding: 0 3%;
}

/* Inner Product Ends */

/* Inner Product Detail Start */

.product-detailsec {
  padding: 100px 0;
  position: relative;
}

.product-detail .row {
  align-items: center;
}

.pro-det-wrt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}

.minus,
.plus {
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: 0.4s;
}

.minus.dis {
  color: #aaa;
  cursor: not-allowed;
}

.minus:hover:not(.dis),
.plus:hover {
  border-color: #102d26;
  color: #102d26;
}
.bands p span {
  text-transform: uppercase;
  color: #000;
}

.bands p {
  margin-bottom: 5px;
  color: #6f6f6f;
}

#number {
  height: 25px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}
.top-section h2 {
  font-size: 35px;
  line-height: 45px;
  color: #231e22;
  font-weight: 500;
  margin-bottom: 10px;
}

.price_rev {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 50px;
  position: relative;
  margin: 40px 0 24px;
}

.price_rev h3 {
  color: #000;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.price_rev ul {
  margin-top: 0px;
}

.price_rev ul li {
  display: inline-block;
  color: #ffc007;
}

.price_rev ul li span {
  color: #000;
  font-weight: 500;
}

.product-content hr {
  border-top: 1px solid #43d1db;
}

.flexEnd {
  display: flex;
  align-items: flex-end;
}

.brand {
  margin: 5px 0px 25px;
}

.brand li {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  font-family: "Montserrat";
}

.brand li:not(:last-child) {
  margin-bottom: 7px;
}

.brand li small {
  color: #000;
  display: inline-block;
  margin-left: 6px;
}

.product-content p {
  line-height: 24px;
}

.functionality-box h5 {
  font-size: 19px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.functionality-box .num-in {
  /* border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb; */
  width: 121px;
}

.functionality-box .minus,
.plus {
  margin: 0;
}

.functionality-box ul {
  display: flex;
  align-items: center;
}

.functionality-box ul li {
  display: inline-block;
}

.functionality-box ul li:not(:last-child) {
  margin-right: 20px;
}

.functionality-box ul li .heart-button a i {
  border: 1px solid #bebebe;
  font-size: 21px;
  color: #ce996f;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}

.social-icon-detail {
  margin-top: 20px;
}

del {
  font-size: 20px;
  line-height: 30px;
  color: #52726c;
}

.social-icon-detail ul li {
  display: inline-block;
}

.social-icon-detail ul li a i {
  width: 40px;
  height: 40px;
  font-size: 22px;
  border: 1px solid #bebebe;
  color: #ce996f;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon-detail ul li a i:hover {
  background-color: #ce996f;
  color: #fff;
  transform: rotate(360deg);
  transition: 0.3s ease-in-out;
}

.product-body {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.product-sli .slick-next {
  right: 60px;
}

.product-sli .slick-next::before {
  content: "\f054";
  font-size: 20px;
  color: #fff;
  position: absolute;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
  /* border-radius: 50%; */
  background: var(--theme);
  font-weight: 600;
  opacity: 1;
}

.product-sli .slick-prev {
  left: -10px;
  z-index: 1;
}

.product-detil-img img {
  width: 100%;
  transition: 0.5s;
  box-shadow: 0px 0px 3px 2px #00000017;
  height: 465px;
}

.product-content {
  margin-left: 15px;
}

.product-sli .slick-prev::before {
  content: "\f053";
  font-size: 20px;
  color: #fff;
  position: absolute;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
  /* border-radius: 50%; */
  background: var(--theme);
  font-weight: 600;
  opacity: 1;
}

.product-sli {
  position: relative;
}

.product-sli img {
  width: 100%;
  padding: 0px;
  border-radius: 25px;
  height: 550px;
  object-fit: cover;
  background: #f4f4f4;
}

.product-sli-conn .slick-slide {
  margin: 10px;
  opacity: 1;
}

.product-sli-conn img {
  padding: 0;
  width: 130px;
  height: 110px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 10px;
  background: #f4f4f4;
}

.prod_description h4 {
  color: #d4a886;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
}

.prod_description p {
  font-size: 14px;
  color: #919191;
  line-height: 27px;
}

.related_heading h2 {
  font-size: 70px;
  line-height: 75px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 600;
}

.addtocart a {
  display: flex;
  align-items: center;
  /* gap: 10px; */
  padding: 6px 10px;
  justify-content: space-around;
  background: transparent;
}

ul.det-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0px;
}

ul.det-social li a i:hover {
  background: #1a9f68;
  color: #fff;
  transition: 0.5s;
}

ul.det-social li i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #acacac;
  color: #151616;
  border-radius: 45px;
  transition: 0.9s;
}

.pro-det-wrt ul li {
  position: relative;
}

.pro-det-wrt ul li h5 {
  margin-bottom: 0;
  color: #000;
}

.pro-det-wrt ul li p {
  margin-bottom: 0;
}

.product-detailsec .nav-pills .nav-link.active,
.product-detailsec .nav-pills .show > .nav-link {
  color: #000;
  background: transparent;
  border-bottom: 3px solid #1a9f68;
  margin-bottom: -2px;
}

.product-detailsec .nav-link {
  padding: 13px 3rem;
  border-radius: 0;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.settings-form .theme-btn {
  padding: 6px 20px;
}

ul#pills-tab {
  padding-bottom: 0 !important;
  border-bottom: 2px solid #d8dde6;
  margin-bottom: 25px;
}

/* 5 star rating css */

.rate {
  height: 40px;
  /* padding: 0 10px; */
  float: left;
  display: block;
  clear: both;
  padding: 7px 0;
}

.rate input {
  top: 0;
  visibility: hidden;
}

.rate:not(:checked) > input {
  position: absolute;
  /* top: -9999px; */
}

.rate:not(:checked) > label {
  float: right;
  width: 1.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
  margin: 6px 3px;
}

.rate:not(:checked) > label:before {
  content: "\f005" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

div#pills-tabContent p {
  color: #a5a5a5;
}

.num-in {
  display: flex;
  align-items: center;
  gap: 15px;
}

.minus,
.plus {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
}

#number {
  font-size: 18px;
  min-width: 20px;
  text-align: center;
}
.clumn_b h5 {
  text-align: center;
  margin-bottom: 10px;
  color: #787878;
  font-weight: 500;
}

div#reviews h2 {
  font-size: 30px;
}
form#reviewform input {
  width: 100%;
  padding: 15px 15px;
  border: 2px solid #bdbdbd;
  font-size: 15px;
  background-color: transparent;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #979798;
  height: 50px;
}
.settings-form label {
  margin-bottom: 5px;
}
form#reviewform textarea {
  width: 100%;
  padding: 15px 15px;
  border: 2px solid #bdbdbd;
  font-size: 15px;
  background-color: transparent;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #979798;
  height: 150px;
}
.settings-form button {
  border: none;
}
/* Inner Product Detail Ends */
