body {
  overflow-x: hidden !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.container {
  flex-grow: 1;
}

@font-face {
  font-family: prototype;
  src: url(../../uploads/fonts/PROTOTYPE.TTF);
}

@font-face {
  font-family: poppinsRegular;
  src: url(../../uploads/fonts/POPPINS-REGULAR.TTF);
}

.headerBoxShadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.listItem {
  color: #4d4d4d !important;
  font-family: poppinsRegular;
}

/* .nav-padding {
  padding: 0 0.5rem 0 0;
} */

.navItemActive .listItem {
  color: #014421 !important;
  font-weight: 700;
}

.listItem:hover {
  color: #014421 !important;
}

.navbartoggle {
  background-color: white !important;
  border: 0 !important;
}

.navbar-toggler {
  padding: 0 !important;
  border: none !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

/* #toggle {
  border: none !important;
  background-color: white !important;
} */

.navbarRight {
  align-items: center;
}

.rowbackground {
  background: linear-gradient(196.89deg, #018741 0%, #014421 103.24%);
  border-radius: 5px;
  padding: 5px;
}

.socialbackground {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.socialText {
  color: white;
  font-family: poppinsRegular;
  font-size: 14px;
}

.socialIcons {
  width: 45px;
  height: 45px;
  border: 1px solid #014421;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  cursor: pointer;
}

.indicaorAlign {
  background-color: #c5c5c5 !important;
  border-top: none !important;
  border-bottom: none !important;
}

a {
  text-decoration: none;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #014421 !important;
}

.sliderHeight {
  height: 100% !important;
}

.parentPosition {
  position: relative;
}

.imagePosition {
  position: absolute;
  top: 3rem;
  left: 3rem;
  height: 290px !important;
  width: 364px !important;
}

.imagePosition1 {
  position: absolute;
  top: 3rem;
  right: 3rem;
  height: 290px !important;
  width: 364px !important;
}

.aboutHeading {
  color: #014421;
  font-family: prototype;
  font-size: 32px;
}

.TestimonialName {
  color: #014421;
  font-size: 16px;
}

.testimonialElipsis {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.aboutText {
  color: #4d4d4d;
  line-height: 30px;
  text-align: justify;
  font-family: poppinsRegular;
}

.userImageSize {
  height: 290px !important;
  width: 364px !important;
  border-radius: 8px;
}

.menuText {
  display: none;
}

.bgTestmonial {
  background-repeat: no-repeat;
  mix-blend-mode: normal;
  border-radius: 10px;
  background-size: cover;
  width: 200px;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonialView {
  color: #4d4d4d;
  margin-right: 2rem;
  margin-bottom: 0;
  border-bottom: 1px solid #4d4d4d;
  font-family: poppinsRegular;
}

.footerListItem {
  color: white !important;
  font-family: poppinsRegular;
}

.footerListItem:hover {
  color: white !important;
}

.footerMargin {
  margin-top: 3rem;
}

.hrLine {
  border-top: 1px solid white !important;
  opacity: 0.7 !important;
}

.arrowRight:hover path {
  fill: #014421;
}

#slick .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

#slick .slick-slide {
  padding-right: 15px;
  padding-left: 15px;
}

#slick .slick-slide:focus {
  outline: none;
}

#slick .slide {
  width: 160px !important;
  height: 110px !important;
  mix-blend-mode: normal;
  border-radius: 4.04393px;
  padding: 10px;
}

#slick .slide img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.slick-slide div {
  display: flex;
  justify-content: center;
}

/* MERCHANT FORM */

.formLabel {
  color: #4d4d4d;
  font-family: poppinsRegular;
  font-weight: 600;
}

.formControl {
  border: 1px solid #4d4d4d !important;
  border-radius: 5px !important;
  width: 100%;
}

.formControl:focus {
  box-shadow: none !important;
}

.registerText {
  padding: 0px 4rem;
  color: #4d4d4d;
  font-size: 18px;
  text-align: center;
  font-family: poppinsRegular;
}

.submitBtn {
  color: #014421 !important;
  font-weight: 600 !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #018741, #014421) border-box;
  border-radius: 5px !important;
  border: 2px solid transparent;
  width: 100% !important;
  outline: 0;
  font-family: poppinsRegular !important;
}

.submitBtn:hover {
  color: white !important;
  background: linear-gradient(to right, #018741, #014421) border-box;
}

.submitParent {
  justify-content: center;
}

.footerText {
  text-align: center;
  color: white;
  font-family: poppinsRegular !important;
}

.pagination {
  align-items: center;
}

.bootpag > li > a,
.bootpag > li > span {
  color: #4d4d4d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  text-decoration: none;
  border: none !important;
  margin-left: 0.5rem;
}

.bootpag > .active > a {
  background-color: #014421;
  color: white;
  border-radius: 100% !important;
}

#video {
  object-fit: initial;
  width: 200px;
  height: 135px;
  border-radius: 10px;
}

.error {
  color: red;
}

.modalheaderAdjust {
  padding: 13px 13px 0 0;
  border-bottom: none !important;
}

.scucessText {
  color: #3f964f;
  font-size: 22px;
  font-weight: 700;
  font-family: poppinsRegular !important;
}

.TextMsg {
  font-size: 16px;
  color: #4d4d4d;
  font-family: poppinsRegular !important;
}

.modelBorder {
  border-radius: 20px;
}

/* Video Screen */

.videoPlayer {
  object-fit: initial;
  width: 100%;
  /* height: 500px; */
}

.videoName {
  color: #014421;
  font-family: poppinsRegular !important;
  font-weight: 700;
}

.videoText {
  text-align: center;
  font-size: 32px;
  font-family: poppinsRegular !important;
  color: white;
}

.videoTextSpan {
  color: #014421;
  font-family: poppinsRegular !important;
}

.banner {
  width: 100%;
  height: 225px;
  margin-top: 3rem;
}

.bannerImg {
  box-shadow: 0px 0px 8.29942px 4.14971px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  width: 100%;
  height: 230px;
}

.enquaryText {
  font-size: 20px;
  color: white;
  font-family: poppinsRegular !important;
  /* font-weight: 600; */
}

/* footer */

.ulListItems {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.backgrooundBox {
  width: 300px;
  height: 276px;
}

.Enquiry {
  border: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  border-radius: 5px;
  background-image: Linear-gradient(#018741 0%, #014421 100%);
  padding: 5px 21px;
  margin-left: 3rem;
  white-space: nowrap;
}

.submitModalBtn {
  border: none;
  border-radius: 5px;
  background-image: Linear-gradient(#018741 0%, #014421 100%);
  color: #ffffff;
  font-weight: 500;
}

.inputtxt {
  border: 1px solid #4d4d4d;
}

.enquirytxt {
  color: #4d4d4d;
  font-family: poppinsRegular;
  font-weight: 600;
  font-size: 16px;
}

/* Privacy policy Settings */

.privacySty {
  color: #4d4d4d;
  font-family: poppinsRegular;
  box-sizing: border-box;
}

.policySty {
  font-size: 16px;
}

.sideheader {
  font-weight: 800;
  font-size: 16px;
}

.listSty {
  list-style-type: lower-alpha;
}

.videoAlign {
  display: grid;
  justify-content: center;
}

.userNameText {
  color: #014421;
  font-weight: 700;
}

.userItemPlan {
  color: #4d4d4d;
  font-family: poppinsRegular !important;
  cursor: pointer;
}

.userNotification-menu {
  top: 5px !important;
  left: 15px !important;
  transform: translate3d(830px, 55px, 0px) !important;
  width: 250px;
  border: none !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 13px !important;
}
.navBarRespo {
  display: none;
}
.callTextResponsive {
  display: none;
}
.servicesPage {
  background-image: url(../../uploads/images/services.png);
  background-repeat: no-repeat;
  height: 1070px;
  margin-top: 3rem;
}
.serviceMargin {
  margin-top: 8rem;
}
.ServiceHeading {
  color: #014421;
  font-family: prototype;
  font-size: 22px;
}
.serviceText {
  color: #4d4d4d;
  font-size: 14px;
  text-align: justify;
  font-family: poppinsRegular;
  height: 145px;
}
.MediaText {
  padding: 1rem 0 0 3rem;
}
.serviceImg {
  display: none;
}
.videoBlackScreen {
  background-color: rgba(41, 41, 41, 1);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.videoName {
  color: white;
  font-family: poppinsRegular !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
/* .videoEye path {
  fill: rgba(238, 53, 35, 1);
} */

.enquaryBg {
  box-shadow: 18.53333282470703px -18.53333282470703px 18.53333282470703px 0px rgba(
      165,
      165,
      165,
      0.1
    ) inset;
}
.paddingVideoText {
  padding: 0 22px 20px !important;
}
.paddingText {
  margin-top: 1.5rem;
}
.eyeCount {
  color: white;
  font-family: poppinsRegular;
}
svg.videoEye path {
  fill: #014421;
}
.blogImg {
  width: 328px;
  height: 172px;
}
.blogText {
  width: 328px;
  /* border: 1px solid #ec8528; */
  border: 1px solid #eaeaea;
  font-family: poppinsRegular;
  border-radius: 2px;
  padding: 10px;
  font-size: 14px;
  /* height: 58px;   */
}

.blogText p {
  margin-bottom: 7px;
}

.blogDate {
  padding: 10px 0px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
}
.blogDate span {
  color: #4d4d4d !important;
  font-family: poppinsRegular;
  font-size: 12px;
}

.blogHover {
  cursor: pointer;
  width: 328px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px -10px 16px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
}

.blogHover:hover .blogText {
  background: linear-gradient(196.89deg, #018741 0%, #014421 103.24%);
  color: white;
}

.blogHover:hover .blogText a,
.blogHover:hover .blogDate span {
  color: white !important;
}

.blogText a {
  color: #014421;
}

.blogHeading {
  color: #014421;
  font-size: 18px;
  font-weight: 600;
  font-family: poppinsRegular;
}

.blogContact {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  padding: 20px;
  position: sticky;
  top: 10px;
  margin-top: 10px;
}

/* .blogContent{
  height: 630px;
  padding: 20px;
  overflow-y: scroll;
} */

.blogDetailText {
  color: #4d4d4d;
}
@media only screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }

  .logoSmall {
    display: block;
    width: 150px;
    margin-left: 2rem;
  }

  .socialIcons {
    width: 25px;
    height: 25px;
    margin-right: 0.5rem;
  }

  .socialImg {
    width: 12px;
    height: 12px;
  }

  .nav-padding {
    padding: 0;
  }

  .listItem {
    padding: 7px !important;
  }

  .navbarRight {
    align-items: start;
    margin-top: 20px;
  }

  .aboutHeading {
    font-size: 22px;
  }

  .sliderHeight {
    height: 150px;
  }

  .testimonialRespo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navList {
    order: 3;
  }

  .aboutImgRespo {
    order: 2;
  }

  .aboutRespo {
    order: 1;
  }

  .backgrooundBox {
    width: 240px;
    height: auto;
  }

  .imagePosition {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 260px !important;
  }

  .imagePosition1 {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 260px !important;
  }

  #slick .slide {
    width: 109px !important;
    height: 75px !important;
  }

  .registerText {
    padding: 0;
    text-align: left;
  }

  .ulListItems {
    display: block !important;
  }

  .submitParent {
    justify-content: center;
  }

  .submitResponsive {
    width: 50% !important;
  }

  .bgTestmonial {
    height: 135px;
  }

  .containerResponse {
    justify-content: left !important;
  }

  .testimonialAlign {
    display: grid;
    justify-content: center;
  }

  .videoPlayer {
    height: 210px;
  }

  .banner {
    height: auto;
    margin-top: 0;
  }

  .videoText {
    font-size: 16px;
  }

  /* .map-responsive iframe{
    width: 248px;
  } */
  .testimonialAlign {
    display: grid;
    justify-content: center;
  }

  .modelBorder {
    margin: 20px;
  }

  .userImageSize {
    height: 210px !important;
  }

  .userNotification-menu {
    transform: translate3d(17px, 6px, 0px) !important;
  }

  .bannerImg {
    height: 150px;
  }

  .Enquiry {
    display: flex;
    justify-content: center;
    margin-left: 0rem;
  }

  .enquiryDiv {
    display: flex;
    justify-content: center;
  }

  .flexOrder {
    display: flex;
    flex-direction: column;
  }

  .orderNav {
    order: 2;
  }

  .orderImg {
    order: 1;
  }

  .orderLastText {
    order: 3;
  }
  .rowbackgroundResponsive {
    display: none;
  }
  .lottiePLayerresponsive {
    display: none;
  }
  .logosmallrespo {
    margin-left: 0rem !important;
  }
  .mobileContainerNew {
    justify-content: space-between !important;
  }
  .bgResponsive {
    background-color: rgba(41, 41, 41, 1);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .menuText {
    color: white;
    font-family: poppinsRegular;
    font-weight: 400;
    margin-right: 10px;
  }
  .navRightResponsive li a {
    color: white !important;
  }
  .navBarRespo {
    display: block;
  }
  .navBar {
    display: none;
  }
  .toggleRespo {
    background-color: none !important;
  }
  .videoTextRespo {
    display: none;
  }
  .footerScreenResponsvie {
    display: none;
  }
  .callTextResponsive {
    display: block;
  }
  .callTextResponsive .footer {
    background: linear-gradient(196.89deg, #018741 0%, #014421 103.24%);
    padding: 10px;
    border-radius: 10px;
    color: white !important;
  }
  .downloadappResponsive {
    display: none !important;
  }
  .menuText {
    display: block;
  }

  .paddingText {
    padding: 0 10px;
  }
  .serviceImg {
    display: block;
  }
  .MediaText {
    padding: 13px;
  }

  .servicesPage {
    background-image: none;
    margin-top: 0;
    height: auto;
  }

  .serviceMargin {
    margin-top: 2rem;
  }

  .marginServices {
    margin-bottom: 2rem;
  }
  .serviceText {
    height: auto;
  }
  .paddingVideoText {
    padding: 0 !important;
  }
  .enquaryTextResponsive {
    color: white;
    font-family: poppinsRegular !important;
    font-weight: 600;
    font-size: 16px;
  }
  .eyeCount {
    color: white;
    font-family: poppinsRegular;
  }
  .blogText {
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .logoSmall {
    display: block;
    width: 150px;
  }

  .navbarRight {
    align-items: start;
  }

  .listItem {
    padding: 7px !important;
  }

  .backgrooundBox {
    width: 330px;
  }

  .imagePosition {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: 340px !important;
  }

  .imagePosition1 {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 380px !important;
  }

  .sliderHeight {
    height: 300px;
  }

  .aboutImgRespo {
    order: 2;
  }

  .containerResponse {
    justify-content: left !important;
  }

  .logoSmall {
    margin-left: 2rem;
  }

  .nav-padding {
    padding: 0;
  }
  .serviceImg {
    display: block;
  }
  .MediaText {
    padding: 13px;
  }

  .servicesPage {
    background-image: none;
    margin-top: 0;
    height: auto;
  }
}

@media (min-width: 1280px) and (max-width: 1365px) {
  .notification-menu {
    transform: translate3d(830px, 55px, 0px) !important;
  }
}

@media (min-width: 1920px) and (max-width: 3840px) {
  .sliderHeight {
    height: 632px;
  }
}

.notePoint {
  font-size: 13px;
}

@-moz-document url-prefix() {
  .container {
    --bs-gutter-x: var(--bs-gutter-x);
  }
}
