* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", Sans-serif;
  overflow-x: hidden;
}

@font-face {
  font-family: "KGSatisfiedScript";
  src: url(fonts/kgsatisfiedscript/KGSatisfiedScript.ttf);
  font-display: swap;
}

  .bglightgreen{
    background-image: linear-gradient(180deg, #d7ecd7 35%, #ffffff 70%);
  }
  .bggreen{
    background-color: #eff9ef;
  }
.form-details > div {
  margin: 25px 0;
  display: flex;
  align-items: center;
  gap: 75px;
}

.form-details > div > strong {
  width: 150px;
  display: block;
}

.bouncer {
  height: 300px;
  width: 100%;
  background-color: #f3fff1;
  display: flex;
  align-items: center;
  justify-content: center;
}

textarea {
  background-color: #fdfffc !important;
  resize: none;
}

.bg-success-custom,
.bg-success,
.btn-success {
  background-color: #009e01 !important;
}

.sidebar .nav-link {
  text-align: left !important;
  color: #fff !important;
  font-weight: 500;
}
.sidebar .nav-link:hover, .sidebar .nav-link.active{
  background-color: white;
  color: #198754 !important;
}

.sidebar .nav-item {
  margin: 10px 20px;
}

/*.sidebar {
  min-height: 70vh;
}*/

@media (max-width: 767px) {
  /*.sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    transition: left 0.3s;
  }*/
  .sidebar.show {
    left: 0;
  }
  .content {
    transition: margin-left 0.3s;
  }
  .content.show {
    margin-left: 300px;
  }
  .sidebar {
    padding: 15px;
  }
  .content {
    padding: 15px;
  }
  .form-details > div {
    flex-wrap: wrap;
    gap: 0;
  }
}

@media only screen and (max-width: 1070px) {
  .navbar {
    padding-left: 1% !important;
    padding-right: 1% !important;
    padding-bottom: 20px !important;
  }
  .nav-item > a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .active {
    font-weight: bold !important;
  }
  .navbar {
    background-color: white !important;
  }
  .nav-item > a {
    color: #009e01 !important;
  }
  #search {
    justify-content: start;
    align-items: center;
  }
  #search-btn-container {
    width: 80vw !important;
  }
  #search-btn {
    left: 80%;
  }
  #social {
    justify-content: flex-start;
  }
  .social {
    margin-top: 0px;
    font-size: medium;
  }
  .social:hover {
    font-size: large;
  }
}

@media only screen and (max-width: 600px) {
  #search-btn {
    left: 78%;
  }
}

/* welcome Container  */

.welcomeContainer {
  background-image: url(assets/images/Home-first.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

.welcomeContainer > h2 {
  color: #009e01;
  font-family: "KGSatisfiedScript", sans-serif;
  text-align: center;
  font-size: 90px;
  font-weight: 400;
  padding-top: 100px;
}

.welcomeContainer > h5 {
  text-align: center;
  font-weight: lighter;
  padding: 20px 0px;
  padding-left: 2%;
  padding-right: 2%;
}

.elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 85%;
  margin: auto;
}
#arrow1,
#arrow2,
#arrow3,
#arrow4 {
  width: 35%;
  position: absolute;
  left: 75%;
}

#arrow3,
#arrow4 {
  top: 25%;
  left: 80%;
}

@media only screen and (max-width: 992px) {
  .elements {
    padding-bottom: 130px !important;
  }
}

@media only screen and (max-width: 1194px) {
  #arrow1,
  #arrow2,
  #arrow3,
  #arrow4 {
    display: none;
  }
}

/* mid container  */

.contact {

  background-image: linear-gradient(180deg, #d7ecd7 21%, #ffffff 100%);
}
.bgLinear{
	background-image: linear-gradient(180deg, #d7ecd7 21%, #ffffff 100%);
}

.text-left {
  text-align: left !important;
}

.img-content {
  text-align: center;
  width: 80%;
  margin: auto;
}
.img-content > p {
  padding: 0px 5%;
  text-align: center;
  color: #000000;
}

@media only screen and (max-width: 992px) {
  .img-content {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .midContainer {
    padding-left: 1%;
    padding-right: 1%;
  }
  /*.img-content > h2 {
    text-align: justify;
    line-height: normal;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
  }*/
  .img-content > p {
    width: 100%;
    text-align: start;
    line-height: normal;
    font-size: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .pro-title {
    height: 0px;
  }
  .img-txt-wrapper {
    height: 210px;
  }
}

@media only screen and (max-width: 802px) {
  .products {
    width: 100%;
  }
  .img-txt-wrapper {
    width: 150px;
  }
}

@media only screen and (max-width: 500px) {
  .products {
    width: 100%;
    padding-top: 0px;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .img-txt-wrapper {
    height: 200px;
    width: 120px;
    gap: 20px;
  }
  #set {
    height: 85px !important;
  }
}

/* products1  */

.mid2 {
  width: 80vw;
  padding-bottom: 20px;
}

.products1 {
  width: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;
}

.cardPro1 {
  background-color: white;
  border-radius: 20px;
  padding: 10px;
  border: 1px solid lightgray;
}

.des {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 3px;
}

.des > h5 {
  font-weight: bolder;
  font-size: 30px;
}

.des > p {
  font-size: 23px;
}

.pro-count {
  color: #009e01;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
}

@media only screen and (max-width: 992px) {
  .cardPro1 {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .products1 {
    flex-wrap: wrap;
  }
  .cardPro1 {
    min-width: 400px;
  }
  .des {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .des > h5 {
    font-weight: bolder;
    font-size: 18px;
  }
  .des > p {
    font-size: 15px;
  }
  .pro-count {
    font-size: 13px;
  }
}

.mid3,
.mid4,
.mid5,
.mid6,
.mid7 {
  margin-bottom: 20px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 820px) {
  #mid3Container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #mid3card {
    width: 310px !important;
  }
}

@media only screen and (max-width: 768px) {
  #mid3card {
    width: 290px !important;
  }
}

/* //////////  */

@media only screen and (max-width: 1033px) {
  .des > h5 {
    font-size: 15px;
  }
  .des > p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 702px) {
  .des > h5 {
    font-size: 13px;
  }
  .des > p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .products1 {
    flex-wrap: wrap;
  }
  .cardPro1 {
    min-width: 400px;
  }
  .pro-count {
    font-size: 15px;
  }
}

/* mid 6  */

.mid6 {
  /* width: 80vw; */
  display: flex;
  gap: 20px;
}



.middle {
  flex: 2;
}

/* mid 7 */

.mid7 {
  display: flex;
  gap: 20px;
}

#mid7Card {
  width: 18.5vw;
}

@media only screen and (max-width: 500px) {
  #mid7Card {
    min-width: 400px !important;
  }
}

@media only screen and (min-width: 501px) and (max-width: 768px) {
  #mid7Card {
    min-width: 270px !important;
  }
}

@media only screen and (max-width: 992px) {
  .mid7 {
    justify-content: space-between;
  }
  #mid7Card {
    min-width: 300px;
  }
}

/* our clients */


/* looking for  */

.lookingForSec {
  background-color: #e3f3e3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5% 10%;
  gap: 50px;
}

.lookingForSec .left > h4 {
  color: #009e01;
  font-family: "Montserrat", Sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.lookingForSec .left > h2 {
  font-size: 40px;
  font-weight: 700;
  margin-top: -15px;
}

.lookingForSec .left > button,
#msg-btn {
  width: 150px;
  padding: 10px;
  border: none;
  border-radius: 50px;
  background-color: #009e01;
  color: white;
  font-weight: 500;
  font-size: 17px;
}

.left > button:hover,
#msg-btn:hover {
  border: 2px solid #009e01;
  background-color: transparent;
  color: #009e01;
}

.faqLeft {
  flex: 1;
}

.faqRight {
  flex: 1;
}

@media only screen and (max-width: 500px) {
  .right > img {
    width: 350px;
  }
}

/* footer >> mail Section */

.mailSec {
  background-image: url(assets/images/Vector-Smart-Object.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
  flex-wrap: wrap;
}

.contact ul {
  display: flex;
  gap: 20px;
}

.contact ul li {
  list-style: none;
}

.contact ul li a {
  font-size: 19px;
  font-weight: 400;
  cursor: pointer;
  color: #2e2e2e;
  text-decoration: none;
}

.mailSec > h2 {
  font-size: 60px;
  font-weight: 700;
  margin-top: -20px;
  margin-bottom: 10px;
  color: #000000;
}

#mail {
  width: 30vw;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #009e01;
}

#mail:focus {
  outline: none;
}

#mail-sub {
  padding: 7px 30px;
  border: 1px solid #009e01;
  border-radius: 30px;
  background-color: #009e01;
  color: white;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  margin-left: 5px;
}

#mail-sub:hover {
  border: 1px solid #009e01;
  background-color: transparent;
  color: #009e01;
}

@media only screen and (max-width: 500px) {
  .contact ul li a {
    font-size: 14px;
    font-weight: 400;
  }
  .mailSec > h2 {
    font-size: 26px;
    font-weight: 700;
    padding-left: 25px;
  }
  #mail {
    width: 55vw;
    padding: 5px 10px;
    padding-right: 30px;
  }
  #mail-sub {
    padding: 8px 35px;
    font-size: 14px;
    font-weight: 600;
  }
}

@media only screen and (min-width: 501px) and (max-width: 992px) {
  .contact ul li a {
    font-size: 16px;
  }
  .mailSec > h2 {
    font-size: 30px;
    padding-left: 25px;
  }
  #mail {
    width: 45vw;
    padding: 6px 10px;
    padding-right: 30px;
  }
  #mail-sub {
    padding: 8px 35px;
    font-size: 14px;
    font-weight: 600;
  }
}

/* copy right */

.copyRight {
  display: flex;
  background-color: #009e01;
  padding: 1% 10%;
  color: white;
  font-size: 18px;
  font-weight: 400;
  /* flex-wrap: wrap; */
}

.right-side {
  flex: 1;
  text-align: end;
}

.left-side {
  flex: 1;
  text-align: start;
}

@media only screen and (max-width: 768px) {
  .copyRight {
    flex-direction: column;
    font-size: 14px;
    gap: 12px;
    padding: 15px 0px;
  }
  .right-side {
    text-align: center;
  }
  .left-side {
    text-align: center;
  }
}

/* contact us page ///////////////////////////////////////////////////////////////  */

/* background image section contact-about-bg */

.contact-about-bg {
  background-image: url(../images/banner-us-img.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 200px 10px 285px 0px;
}

.contact-about-bg > h2 {
  font-size: 70px;
  font-weight: 300;
  text-align: center;
  font-family: "KGSatisfiedScript", Sans-serif;
  color: #009e01;
}

@media only screen and (max-width: 500px) {
  .contact-about-bg {
    padding: 130px 10px 200px 0px;
  }
  #contact-mid1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 820px) {
  .contact-about-bg > h2 {
    margin-bottom: -200px;
  }
}

/* cards */
.contact .cards {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background-color: #ffffff;
  height: 300px;
  border-radius: 20px;
  padding: 0px;
  gap: 5px;
  transition: all 1s;
  text-align: center;
  padding: 20px 0px;
}
.contact .cards .image-container img{
  margin-bottom: 0px;
}
.contact .cards:hover {
  background-color: #009e01;
  cursor: pointer;
}

#Orders > span:hover,
.cards:hover,
.cards:hover * {
  color: white;
  border-color: white;
}

.cards > img,
.image-container > img {
  width: 120px;
  height: auto;
  margin-bottom: -15px;
}

.image-container {
  position: relative;
}

.contact .cards .image-container i {
  color: #009e01;
  font-size: 40px;
  position: absolute;
  top: 35px;
  right: 40px;
}
.contact .cards:hover i{
  color: white;
}

.cards > button {
  box-sizing: border-box;
  border: 1px solid #009e01;
  background-color: transparent;
  padding: 8px 40px;
  border-radius: 30px;
  color: #009e01;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
.cards > button > a{
  color: unset;
  text-decoration: none;
}

#Orders {
  display: flex;
  align-items: center;
  padding: 8px 30px;
  gap: 20px;
}

.cards > a {
  color: #009e01;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

#Orders > a {
  color: #009e01;
  text-decoration: none;
}

@media only screen and (max-width: 500px) {
  .cards {
    min-width: 300px;
    margin-bottom: -40px;
  }
}

@media only screen and (max-width: 820px) {
  .cards-mid2 {
    gap: 70px;
  }
}

/* message section */

.contact .message {
  margin-left: -3%;
  margin-right: -5%;
  display: flex;
  padding: 70px 0px 30px 0px;
  gap: 30px;
  flex-wrap: wrap;
  padding-left: 10px;
}

.msg-left {
  flex: 1;
}

/* .msg-left > h2 {
  font-size: 45px;
  font-weight: 700;
}

.msg-left > p {
  font-size: 18px;
  font-weight: 400;
} */

#contactForm input, #contactForm textarea{
  background-color: #fff;
  padding: 10px 40px;
  padding-left: 15px;
  border-radius: 30px;
  margin: 10px 0px 10px 0px;
  border: 1px solid #c6c6c6;
  color: #000;
  width: 100%;
  position: relative;
}
#contactForm textarea{
  border-radius: 10px;
}
#contactForm em.error{
  font-size: 14px;
}
#subscribeForm {
  position: relative;
}
#subscribeForm #email-error{
  position: absolute;
  left: 0px;
  bottom: -30px;
  width: 70%;
  text-align: left;
}

/* .msg-left > form > textarea {
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  color: #000;
  font-size: 14px;
  margin: 15px;
  width: 90%;
} */

.msg-left > form > input:focus,
.msg-left > form > textarea:focus {
  outline: none;
}

.msg-right {
  flex: 1;
}

.msg-right > img {
  max-width: 90%;
  height: auto;
  min-width: 240px;
}

@media only screen and (max-width: 500px) {
  .msg-left > h2 {
    font-size: 30px;
  }
  .msg-left > p {
    font-size: 15px;
  }
  .msg-left > form > input {
    width: 40%;
  }
  .msg-left > form > textarea {
    width: 85%;
  }
 /* #msg-btn {
    margin-left: 25px !important;
  }
  .msg-right > img {
    max-width: 90%;
    min-width: 240px;
    padding-left: 20px;
  }
  */
}

@media only screen and (max-width: 820px) {
  .message {
    gap: 1px;
  }
  .msg-left > form > input {
    width: 180px;
  }
  .msg-left {
    flex: 3;
  }
 /* #msg-btn {
    margin: 30px !important;
  }*/
  /*.msg-right > img {
    margin-top: 120px;
  }*/
}

/* Shop page ///////////////////////////////////////////////////////////////  */

/* bg img sec  */

.shop-bg-pro-img {
  background-color: #009e01;
  /* background-image: url(../images/Edition-banner.png); */
  background-position: center center;
  background-size: cover;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 250px 0px;
}

.shop-bg-pro-img > h1 {
  color: #ffffff;
  font-size: 70px;
  text-align: center;
  padding-bottom: 15px;
}
.shop-bg-pro-img > p{
  padding: 0px 15%;
}

@media only screen and (max-width: 1024px) {
  .shop-bg-pro-img {
    padding: 150px 0px 150px 0px;
  }
  .shop-bg-pro-img > h1 {
    padding-top: 0px;
  }
  #measurementGuideModel .modal-dialog{max-width: 90%;}
}



/* products section  */

.flyoutMenu {
  display: grid;
  /* grid-template-columns: 300 300 300 300; */
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  padding: 50px 10%;
  gap: 20px;
}

.flyoutMenu .grid-item > a {
  position: relative;
}

.flyoutMenu .grid-item > a > h6 {
  font-size: 110%;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  text-align: center;
  cursor: pointer;
}

.flyoutMenu .grid-item a > img{
    border-radius: 20px;
    position: relative;
}
.flyoutMenu .grid-item{
  position: relative;
}
.flyoutMenu .grid-item a::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

.flyoutMenu .grid-item > a {
  text-decoration: none;
  color: #ffffff;
  display: block;
}

@media only screen and (min-width: 992px) {
  .flyoutMenu {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

@media only screen and (max-width: 414px) {
  .flyoutMenu {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}

/* About us page /////////////////////////////////////////////////////////////////////////////////////  */

.about-locking-for,
.about-faq {
  background-color: transparent;
}

@media only screen and (max-width: 500px) {
  .about-accordion {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  /*.img-content > h2 {
    font-size: 16px;
    line-height: 1.5;
  }*/
}

/* why choose us  */

.why {
  display: flex;
  flex-wrap: wrap;
  background-color: #e3f3e3;
 /* padding-left: 12%;
  padding-right: 12%;*/
  padding-top: 5%;
/*  margin-top: 5%;*/
  padding-bottom: 5%;
  gap: 50px;
}

.why-left {
  flex: 1;
}

.why-right {
  flex: 1;
}

.why-left > h2 {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
}

.why-right > img {
  min-width: 250px;
}

/*  */

.our-services {
  flex-wrap: wrap-reverse;
  background-color: #009e01;
  color: #ffffff;
  gap: 70px;
}

@media only screen and (min-width: 501px) and (max-width: 820px) {
  .why-right > img {
    min-width: 500px !important;
  }
}

/* custom branding page ///////////////////////////////////////////////////////////////////////////////// */

.remarkable-packaging {


  padding-top: 60px;
  align-items: center;
}

.remarkable-packaging .left {
  flex: 1;
}

.remarkable-packaging .left > h4 {
  color: #737373;
  font-size: 35px;
  font-weight: 700;
}

.remarkable-packaging .left > h2 {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  margin: -10px 0;
}

#rem-pkg {
  color: #009e01;
  font-family: "KGSatisfiedScript", Sans-serif;
  font-size: 45px;
  font-weight: 500;
  margin: -10px 0;
}


.remarkable-packaging .right {
  flex: 1;
  text-align: center;
}

.remarkable-packaging .right > img {
  min-width: 360px;
}

/* services  */

.services,
.printing-procedures,
.color-options {
  margin: 90px 0px;
  align-items: center;
  clear: both;
}

.services > h2,
.printing-procedures > h2,
.color-options > h2 {
  color: #000000;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: 15px !important;
}

.services > p,
.printing-procedures > p,
.color-options > p {
  text-align: center;
  color: #000000;
  padding-left: 100px;
  padding-right: 100px;
}

.services-container {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  gap: 15px;
  margin-top: 25px;
}

.service {
  background-image: url(../images/linw.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 42px;
  margin: 0px 20px 0px 0px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.service > img {
  width: 58px;
  margin-bottom: 10px;
}

.service > h3 {
  /* margin-bottom: 10px; */
  color: #009e01;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
}

.service > p {
  margin-bottom: -10px;
}

.still-counting {
  background-color: #cce8cc;
  background-image: none;
  text-align: center;
  padding-top: 90px;
}

.still-counting > h3 {
  color: #009e01;
}

@media only screen and (max-width: 992px) {
  .services-container {
    grid-template-columns: 50% 50%;
  }
}

@media only screen and (max-width: 600px) {
  .services-container {
    grid-template-columns: 100%;
  }
  .services > p,
  .printing-procedures > p,
  .color-options > p {
    padding-left: 0px;
    padding-right: 0px;
    text-align: start;
  }
  .services > h2,
  .printing-procedures > h2,
  .color-options > h2 {
    font-size: 25px;
    align-self: flex-start;
  }
}

/* printing procedure */

.print-pro-container {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px;
  margin-top: 15px;
}

@media only screen and (max-width: 820px) {
  .print-pro > img {
    height: auto;
  }
}

@media only screen and (max-width: 500px) {
  .print-pro-container {
    grid-template-columns: repeat(1, minmax(100%, 1fr));
  }
}

/* printing */

.printing {
  display: flex;
  margin-top: 50px;
  gap: 50px;
  flex-wrap: wrap;
}

.offset {
  flex: 1;
}

.offset > span,
.flexo > span {
  line-height: 1.5;
  font-size: 22px;
  font-weight: 700;
  color: #777777;
}

.offset > p,
.flexo > p {
  margin-top: 10px;
  color: #666666;

}

.flexo {
  flex: 1;
}


/* /////////////////////////////////////  */

/* table  */

.tbl-section {
  background-color: #e3f3e3;
  padding: 25px;
  border-radius: 10px;
}

.tbl-section > h5 {
  color: #009e01;
  font-family: "Montserrat", Sans-serif;
  font-weight: 700;
}

.tbl-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tbl-row {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.tbl-column {
  padding: 12px;
  border-radius: 7px;
  color: #414040;
  font-size: 16px;
  font-weight: 400;
}

.tbl-header {
  padding: 15px;
  background-color: #009e01 !important;
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1;
}

.fw {
  font-weight: 700;
}

.odd {
  background-color: #cce7cc;
}

@media only screen and (min-width: 1350px) {
  .tbl-column {
    width: 32% !important;
  }
}

@media only screen and (max-width: 768px) {
  .tbl-column {
    width: 30% !important;
  }
  .tbl-section {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  /* .tbl-column {
    width: 100% !important;
  } */
  /* .dn {
    display: none;
  } */
  .tbl-container {
    gap: 0px;
  }
}

/* /////////////////////////////////////  */

/* design and template */

.design {
  margin-top: 100px;

  gap: 70px;
  align-items: center;
}

.design .left,
.design.left {
  flex: 1;
}

.design .left > h2 {
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.design .left > p {
  color: #1f1e1e;

}



/* color options */

.spot-clr {
  width: 95%;
  display: flex;
  margin-top: -15px;
  margin-bottom: -100px;
  flex-wrap: wrap;
  gap: 40px;
}

/* .spot-clr .left {
  flex: 1;
  border-radius: 3px;
    border: 7px dotted #fff;
    background: linear-gradient(#fff 0 0) padding-box, linear-gradient(to bottom, #50a2d7,#93335b,#e2ee66,#141414, #ab5ca4) border-box;
    background: linear-gradient(#fff 0 0) padding-box, linear-gradient(to top, #50a2d7,#93335b,#e2ee66,#141414, #ab5ca4) border-box;

} */

.spot-clr .left {
  flex: 1;
  border-radius: 3px;
    border: 7px dotted #fff;
    background: linear-gradient(#fff 0 0) padding-box, linear-gradient(88deg, #00FFFF,#ff00ff,#FFFF00,#000000) border-box;
    /* background: linear-gradient(#fff 0 0) padding-box, linear-gradient(to top, #00FFFF,#ff00ff,#FFFF00,#000000) border-box; */

}

.spot-clr .right {
  flex: 1;
   border: 7px solid transparent;
  border-image-source: linear-gradient(88deg, #00FFFF,#ff00ff,#FFFF00,#000000);
  border-image-slice: 1;

}

/* .spot-clr .right {
  flex: 1;
   border: 7px solid transparent;
  border-image-source: linear-gradient(45deg, #50a2d7,#93335b,#e2ee66,#141414, #ab5ca4);
  border-image-slice: 1;

} */

.spot-clr .right,
.spot-clr .left {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50px 40px 50px 40px;
  /* text-align: center;  */
  /* min-width: 200px; */
  text-align: center;
 
  margin: 50px 0px 40px 0px;
}

.spot-clr .right > h3,
.spot-clr .left > h3 {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

.spot-clr .right > p,
.spot-clr .left > p {
  color: #707070;
  text-align: center;
}

#inquiry-form .invalid-feedback {display: block;
  position: relative;
  top: -25px;}

@media only screen and (max-width: 1050px) {
  /*.spot-clr {
    margin-top: -80px;
    margin-bottom: -150px;
  }
  .spot-clr .right > h3,
  .spot-clr .left > h3 {
    font-size: 18px;
    margin-bottom: -20px;
    margin-top: 10px;
  }
  .spot-clr .right > p,
  .spot-clr .left > p {
    font-size: 15px;
    line-height: 1;
  }*/
}

@media only screen and (max-width: 768px) {
  .spot-clr {
    flex-direction: column;
    margin-top: -100px;
    margin-bottom: -150px;
    gap: 0;
    padding: 50px 40px 50px 40px;
  }
  .spot-clr .left {
    margin-bottom: -80px;
  }
  .spot-clr .right > h3,
  .spot-clr .left > h3 {
    margin-bottom: -10px;
  }
  .spot-clr .right > p,
  .spot-clr .left > p {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 600px) {
  .spot-clr {
    flex-direction: column;
    margin-top: -130px;
    margin-bottom: -200px;
/*    gap: 40px;*/
    padding: 50px 40px 50px 40px;
  }
  .spot-clr .left {
    margin-bottom: -170px;
  }
  .spot-clr .right > h3,
  .spot-clr .left > h3 {
    margin-bottom: -20px;
  }
  .spot-clr .right > p,
  .spot-clr .left > p {
    line-height: 1;
  }
}

/*@media only screen and (max-width: 500px) {
  .spot-clr {
    gap: 10px;
  }
  .spot-clr .left {
    margin-bottom: -170px;
  }
  .spot-clr .right > h3,
  .spot-clr .left > h3 {
    font-size: 12px;
    margin-top: 10px;
  }
  .spot-clr .right > p,
  .spot-clr .left > p {
    font-size: 10px;
  }
}*/
/* category ////////////////////////////////////// */
.widgets {
  padding-top: 20px;
  margin-bottom: 20px;
}
.widgets .widget-container > h2 {
  margin-bottom: -25px;
  margin-top: 25px;
}
.widgets .widget {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  gap: 10px;
}
.widgets .widget .img-box {
  width: 130px;
  height: 150px;
  margin-bottom: 20px;
  text-align: center;
}
.widgets .widget .img-wrapper {
  margin: auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  box-shadow: 0px 0px 15px #dedede94;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widgets .widget .img-wrapper > img {
  width: 60px;
  height: 55px;
}
.widgets .widget .img-box > h3 {
  margin-bottom: 0px;
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
.cofee {
  width: 1120px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.leftItem > h2,
.rightItem > h2 {
  font-size: 15px;
  text-align: center;
  padding-top: 15px;
}
.left-side > img,
.right-side > img {
  min-width: 250px;
}
.leftItem,
.rightItem {
  position: relative;
}
.eye {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;

  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0a610c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 55555555555;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flyoutMenu {
    position: absolute;
    background-color: #fff;
    top: 75px;
    z-index: 50000000;
    width: 100% !important;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 10%;
}

.no-scroll {
    overflow: hidden !important;
}
.categories-wrapper .col-md-3:hover .eye {
  opacity: 1;
  visibility: visible;
  top: 30%;
  /* transform: translateY(20px); */
}
.categories-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.categories-wrapper h2{
  line-height: unset ;
  color: #000;
}
.categories-wrapper>a{
  min-width: 300px;
}
@media only screen and (max-width:768px){
  .categories-wrapper>a{
align-items: center;
}
}
/* /////////////////////////////////////////////////////////////////// cofee-lid-black-page */
.order-now {
  padding: 100px 0px;
}
.order-now .info{
  margin:30px 0px;
}
.order-now .info select, .order-now .info input[type="text"], .order-now .info input[type="number"]{
  padding: 0px 10px;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  margin-bottom: 25px;
}
.order-now .info input[type="number"]{
  width: 66%;
  text-align: center;
  border-left: none;
  border-right: none;
}
.order-now .qtnButton{
  display: flex;
}
.order-now .qtnButton button{
    height: 40px;
    width: 40px;
    border-radius: 0px;
    border: 1px solid #ccc;
    margin: 0px;
    margin-top: 0px;
}
.order-now .qtnButton button:hover{
  background-color: #009e01;
  border-color: #009e01;
}
.order-now .right,
.order-now.left {
  flex: 1;
}
.order-now .right > img {
  width: 425px;
  /* height: 425px; */
  margin: auto;
  object-fit: contain;
}
.per-price {
  color: rgb(87, 87, 87);
}
.price {
  color: #009e01;
}
.input-group {
  width: 300px;
  border-radius: 30px;
  border: 1px solid lightgray;
}
.input-group:focus {
  outline: none;
}
.inp {
  border: none;
  border-radius: 30px;
}
.inp:focus {
  outline: none;
  box-shadow: none;
}
.input-group > button {
  border: none;
  border-radius: 30px;
  font-size: 15px;
  background-color: white;
}
.input-group > button:hover {
  background-color: #009e01;
}
.order-now .left > label {
  margin-top: -20px;
  margin-bottom: -20px;
  font-weight: 500;
  font-size: 15px;
}
.quantity {
  width: 130px;
}
.quantity > input {
  width: 50px;
  border: none;
  text-align: center;

}
.quantity > input:focus {
  outline: none;
}
.quantity > button {
  font-size: 14px;
  width: 40px;
}
.order-now .left > a {
  width: fit-content;
  color: #009e01;
  text-decoration: none;
  border-bottom: 1px solid #009e01;
  line-height: 0.8;
}
.order-now .order-now-btn{
  width: 100%;
  padding: 10px;
  border-radius: 30px;
  border: none;
  background-color: #009e01;
  color: white;
  border: 1px solid lightgray !important;
  margin-bottom: 0px;
}
.order-now .order-now-btn:hover {
  background-color: white;
  color: #009e01;
  border: 1px solid #009e01;
  transition: none !important;
}
.order-now .measurementGuide{
  color: #009e01;
  margin-bottom: 25px;
  display: inline-block;
}
@media only screen and (max-width:550px){
  .order-now{
    padding: 0px 0px;
    padding-top: 130px;
  }
  .order-now .left{
    padding: 0px 30px;

  }
  .order-now .right > img {
  width: 325px;
  height: 325px;
  margin: auto;
}
.order-now .left>button{
  width: 300px;
}
}
/*  */
.add-to-cart{
  padding: 5px;
  border-radius: 30px;
  border: 1px solid #009e01;
  background-color: white;
  color: #009e01;
  margin-bottom: 30px;
}
.add-to-cart:hover{
  background-color: #009e01;
  color: white;
}
@media only screen and (max-width:768px){
  .add-to-cart, .eye-h2{
width: 250px;
}

}

/* ///////////////////////////////////////////////////////////////////////// */

/*
|--------------------------------------------------------------------------
| Sample Requests
|--------------------------------------------------------------------------
*/

.product-card {
  text-align: left;
}

/* 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;
}

/* Tracking page css start here   */

.search-about-bg{    background-image: url(../images/tracking/tracking-banner-us-img.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 150px 10px 0px 0px;}

.search-card{       width: 320px;
    border: 0px solid #000;
    border-radius: 100px;
    padding: 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 6px;}

.search-card input[type="search"]{
    border: none;
}
.search-card button{
    background: #009e01;
    border-radius: 100%;
    border: none;
    color: #fff;
    height: 40px;
    width: 40px;
}
.search-about-bg h1{font-weight: 700 !important;font-family: 'Montserrat' !important;color: #009e01;text-align: center;}


.main-timeline {
    position: relative;
    height: 100%;
    overflow: hidden;

}

.timeline:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0
}
.timeline:last-child::before{
  content: none;
}
/* .main-timeline.ct-main-timeline:before{height: 85.1% !important;} */
.main-timeline .order-draft:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background: #009e01;
    margin: 0 auto;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    padding-bottom: 70px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 30px;
    height: 30px;
    line-height: 18px;
    margin: 0px auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:after {
    border: none;
    left: 0px;
    background:#009e01;
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    position: relative
}


.main-timeline .date-outer {
        float: right;
    margin-right: 50px;
    z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}


.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 36px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 0px 50px 0px 50px;
    float: right
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0;
    color: #000;
}

.main-timeline .description {
    margin-bottom: 0
}

.main-timeline  .inline-block li{ display: inline-block;color: #009e01;}
.main-timeline  .inline-block{padding-left: 0px;}
.main-timeline .tbn-big{
    background: #009e01;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Montserrat';
}
.main-timeline .tbn-small{
    background: #009e01;
    color: #fff;
    text-decoration: none;
    padding: 7px 14px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat';
}

/* .main-timeline .timeline .truckIcon{
  width: 80px;
    height: 181px;
} */
/* .main-timeline .timeline:last-child{padding-top: 300px;} */

/* .statusLine18{padding-bottom: 215px !important;} 
.truckLine{padding-bottom: 210px !important;}*/
/* .statusLine19 .timeline-content{margin-top: -180px !important;} */
.order-end-line{padding-bottom: 0px !important;}
.timeline{
  position: relative;
  

}
.timeline:nth-last-child(2){
  min-height: 345px;
}
.timeline:last-child .TruckImage{
    position: absolute;
    left: 50.1%;
    top: -250px;
    transform: translate(-50%);
    max-width: 35%;
    height: 170px;
    object-fit: contain;
}
 /*.timeline:last-child:after {
  content: "";
  background-image: url(../images/tracking/t7.png) !important;
    content: "";
    position: absolute;
    top: -115px;
    left: 3px;
    transition: all 0.33s ease-out 0s;
    background-image: url(../images/tracking/t7.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: unset; 
}
/* .main-timeline .timeline.truckIcon:before{border-radius: unset !important;border-radius: unset;} */
.main-timeline .order-status:after{background: #c6c6c6 !important;}
.main-timeline .order-success:after{background: #009e01 !important;}
/* .main-timeline:after {
    content: " ";
    width: 30px;
    height: 30px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 5%;
    right: 0;
    text-align: center;
    background: #c6c6c6 !important;
    border-radius: 50%;
} */


@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 22.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

/* Tracking page css start end   */
/* .popUphide{
  display: none;
}
.popUpshow{
  display: block;
} */

/* .modal-Open .modal.fade{
  background: white;
} */

.checkout .fieldsLayout{
  border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}
.checkout .fieldsLayout .info{
  margin-bottom:4px ;
}
.checkout .fieldsLayout .cname{
  padding: 3px 8px;
  background: #f5f5f5;
  border-radius: 5px;
  margin: 0px 5px;
}
.checkout .fieldsLayout .phone{
  font-weight: 600;
}
.checkout .addRessForm{
  padding: 30px;
}
.AddNewAdd {
  padding: 6px 12px !important;
  font-size: 12px;
  margin-bottom: 20px;
}

.ct-transition-card-1, .block.ct-transition-card-3{
  min-height: 335px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block.ct-transition-card-2 {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pr_desc {
  overflow: hidden;
}