.viewProductSec {
  padding-top: 82px;
  padding-bottom: 40px;
}
@media screen and (max-width: 570px) {
  .viewProductSec {
    padding-top: 40px;
  }
}
@media screen and (max-width: 570px) {
  .viewProductSec .proImgsMain .subImgs .imgs {
    display: flex;
    align-items: center;
    justify-content: start;
  }
}
.viewProductSec .proImgsMain .subImgs .imgs .subImg {
  margin-bottom: 16px;
  cursor: pointer;
}
@media screen and (max-width: 570px) {
  .viewProductSec .proImgsMain .subImgs .imgs .subImg {
    width: 100px !important;
    margin-right: 16px;
  }
}
.viewProductSec .proImgsMain .subImgs .moreImgs {
  text-align: center;
}
.viewProductSec .proImgsMain .subImgs .moreImgs a {
  font-family: "Manrope-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #0D8CD1;
}
.viewProductSec .proImgsMain .proPrevSec #productCar {
  position: relative;
}
.viewProductSec .proImgsMain .proPrevSec #productCar .owl-nav .owl-prev {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 50px;
  background: #323336;
  border-radius: 0px;
  display: grid;
  place-items: center;
  margin: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.viewProductSec .proImgsMain .proPrevSec #productCar .owl-nav .owl-prev span {
  color: white;
  font-size: 30px;
}
.viewProductSec .proImgsMain .proPrevSec #productCar .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  height: 50px;
  width: 50px;
  background: #323336;
  border-radius: 0px;
  display: grid;
  place-items: center;
  margin: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.viewProductSec .proImgsMain .proPrevSec #productCar .owl-nav .owl-next span {
  color: white;
  font-size: 30px;
}
.viewProductSec .proDetailMain {
  padding-left: 18px;
}
@media screen and (max-width: 770px) {
  .viewProductSec .proDetailMain {
    padding-left: 0px;
  }
}
.viewProductSec .proDetailMain .productName {
  font-family: "Manrope-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.03em;
  color: #122027;
}
@media screen and (max-width: 570px) {
  .viewProductSec .proDetailMain .productName {
    font-size: 24px;
    line-height: 30px;
  }
}
.viewProductSec .proDetailMain .productDesc {
  max-width: 898px;
  margin-top: 12px;
  margin-bottom: 0px;
  font-family: "Manrope-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 182%;
  color: #3F505A;
}
@media screen and (max-width: 570px) {
  .viewProductSec .proDetailMain .productDesc {
    font-size: 16px;
    line-height: 24px;
  }
}
.viewProductSec .proDetailMain .contactBox {
  margin-top: 50px;
  background: #F6FBFE;
  padding: 11px 18px;
  max-width: 575px;
}
@media screen and (max-width: 570px) {
  .viewProductSec .proDetailMain .contactBox {
    margin-top: 30px;
    padding: 11px 11px;
  }
}
.viewProductSec .proDetailMain .contactBox .contactBoxHead {
  font-family: "Manrope-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #122027;
}
@media screen and (max-width: 570px) {
  .viewProductSec .proDetailMain .contactBox .contactBoxHead {
    font-size: 20px;
  }
}
.viewProductSec .proDetailMain .contactBox .inBox {
  margin-top: 9px;
  border: 1px solid #CCCDCF;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 10px;
}
.viewProductSec .proDetailMain .contactBox .inBox .chatIcoBox {
  height: 54px;
  width: 54px;
  background: #122027;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 570px) {
  .viewProductSec .proDetailMain .contactBox .inBox .chatIcoBox {
    height: 40px;
    width: 40px;
  }
}
.viewProductSec .proDetailMain .contactBox .inBox .chatIcoBox .msgImg {
  width: 20px;
}
.viewProductSec .proDetailMain .contactBox .inBox input {
  border: none;
  outline: none;
  padding-left: 16px;
  flex: 1;
  background: transparent;
  font-family: "Manrope-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 182%;
  color: #122027;
}
.viewProductSec .proDetailMain .contactBox .inBox input::-moz-placeholder {
  color: #122027;
  font-size: 18px;
}
.viewProductSec .proDetailMain .contactBox .inBox input::placeholder {
  color: #122027;
  font-size: 18px;
}
@media screen and (max-width: 570px) {
  .viewProductSec .proDetailMain .contactBox .inBox input::-moz-placeholder {
    color: #122027;
    font-size: 16px;
  }
  .viewProductSec .proDetailMain .contactBox .inBox input::placeholder {
    color: #122027;
    font-size: 16px;
  }
}
.viewProductSec .proDetailMain .contactBox .subConBtns {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: start;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 570px) {
  .viewProductSec .proDetailMain .contactBox .subConBtns {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.viewProductSec .proDetailMain .contactBox .subConBtns .sub {
  flex: 1;
  background: #0D8CD1;
  padding: 10px;
  border: 1px solid #0D8CD1;
  font-family: "Manrope-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 182%;
  color: #FFFFFF;
  transition: all 0.4s;
}
@media screen and (max-width: 570px) {
  .viewProductSec .proDetailMain .contactBox .subConBtns .sub {
    padding: 8px;
  }
}
.viewProductSec .proDetailMain .contactBox .subConBtns .sub:hover {
  background: transparent;
  color: #0D8CD1;
}
.viewProductSec .proDetailMain .contactBox .subConBtns .conBtn {
  flex: 1;
  border: 1px solid #0D8CD1;
  padding: 10px;
  font-family: "Manrope-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 182%;
  color: #0D8CD1;
  background: transparent;
  transition: all 0.4s;
}
@media screen and (max-width: 570px) {
  .viewProductSec .proDetailMain .contactBox .subConBtns .conBtn {
    padding: 8px;
  }
}
.viewProductSec .proDetailMain .contactBox .subConBtns .conBtn:hover {
  background: #0D8CD1;
  color: white;
}
.viewProductSec .proDetailMain .contactBox .subConBtns .conBtn .iconn {
  color: #0D8CD1;
  font-size: 20px;
  margin-right: 14px;
}
.viewProductSec .proDetailMain .contactBox .conmsg {
  font-family: "Manrope-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #3F505A;
  margin-top: 8px;
}

.detailsTableMain {
  padding-bottom: 100px;
}
@media screen and (max-width: 570px) {
  .detailsTableMain {
    padding-bottom: 50px;
  }
}
.detailsTableMain .wrapper {
  background: #F6FBFE;
  padding: 32px 36px;
}
@media screen and (max-width: 570px) {
  .detailsTableMain .wrapper {
    padding: 24px;
  }
}
.detailsTableMain .wrapper .tableHead {
  font-family: "Manrope-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.03em;
  color: #122027;
}
@media screen and (max-width: 570px) {
  .detailsTableMain .wrapper .tableHead {
    font-size: 24px;
    line-height: 30px;
  }
}
.detailsTableMain .wrapper .tableSubHead {
  margin-top: 12px;
  font-family: "Manrope-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 182%;
  color: #3F505A;
}
@media screen and (max-width: 570px) {
  .detailsTableMain .wrapper .tableSubHead {
    font-size: 16px;
  }
}
.detailsTableMain .wrapper .tableDesc {
  margin-top: 5px;
  font-family: "Manrope-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 182%;
  color: #3F505A;
}
@media screen and (max-width: 570px) {
  .detailsTableMain .wrapper .tableDesc {
    font-size: 16px;
    line-height: 24px;
  }
}
.detailsTableMain .wrapper .tableCustom {
  margin-top: 24px;
}
.detailsTableMain .wrapper .tableCustom > thead > tr > th {
  border: 1px solid #CCCDCF;
}
.detailsTableMain .wrapper .tableCustom > tbody > tr > td {
  border: 1px solid #CCCDCF;
}
.moreImgs{
    display: none;
}
.eco {
  border: 1px solid red;
}/*# sourceMappingURL=style2.css.map */