* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.bg-dark-nav {
  background: #333;
}
/*
.navWrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.navCart {
  white-space: nowrap;
  color: #ae704e;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 3px !important;
  font-size: 12px;
}
.navbar-cart {
  font-family: "neuzeit-grotesk";
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  padding-top: 4px;
  text-transform: none;
}
.mob-navbar {
  height: 70px;
  width: 100%;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0%;
  padding-top: 5px;
  z-index: 999;
}
.web-navbar {
  height: 40px;
  width: 25% !important;
  color: black;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 1200px) {
  .web-navbar {
    width: 35% !important;
  }
}

@media (max-width: 900px) {
  .web-navbar {
    width: 45% !important;
  }
}

.web-navbar > p a {
  text-decoration: none;
  color: #333 !important;
  transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  font-family: "courier-prime";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: lowercase;
}
.web-navbar > p:hover {
  color: #ae704e;
  cursor: pointer;
}
*/
.borderB {
  /* border-bottom: 2px solid black; */
}
/* sidebar */
.main {
  background: #ece5d4;
  height: 200vh;
  padding: 2rem;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 90% !important;
  animation-duration: 1s;
  animation-name: moveFromLeft;
  z-index: 99;
}
.main1 {
  background: #333333;
  height: 200vh;
  padding: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 10% !important;
  animation-duration: 1s;
  animation-name: moveFromLeft;
  z-index: 99;
}
@keyframes moveFromLeft {
  to {
    transform: translateX(0);
  }
  from {
    transform: translateX(-100px);
  }
}
.close-btn {
  position: relative;
  top: 20px;
  right: 20px;
}
.close-btn_text {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  text-align: center;
  width: 100%;
  background-color: #ae704e;
  color: #fff;
  padding-top: 13px;
}

.side-nav-link {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  font-family: "courier-prime";
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  letter-spacing: 0.15em;
  line-height: 1.4em;
}
.side-nav-link > a {
  color: #000;
}
.custom-drop-down {
  display: flex;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}
.drop-down-icon {
  display: flex;
}
.hideSidebar {
  display: none !important;
}

#openSideBar {
  display: block !important;
}
.mob-navbar {
  display: none !important;
}
/* .borderB {
  display: block !important;
} */
.sidebar-footer {
  position: absolute !important;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f2f2f2 !important;
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  height: 100px;
}
.titleHome {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-family: Belleza;
  font-weight: 400;
  font-style: normal;
  font-size: 78px;
  letter-spacing: 0.01em;
  line-height: 1em;
  text-transform: lowercase;
  color: #333 !important;
  text-align: center !important;
  text-decoration: none !important;
}
.mob-navbar-main {
  display: none !important;
}

.hideSidebar {
  display: none !important;
}

.mob-navbar-main {
  display: none !important;
}
.hideSidebar {
  display: none;
}

@media (max-width: 576px) {
  .main {
    width: 90%;
    font-size: 1.5rem;
    /* text-align: center; */
  }
}

.navbar {
  height: 40px;
  width: 100%;
  color: white;
}

.titleHome {
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-family: Belleza;
  font-weight: 400;
  font-style: normal;
  font-size: 78px;
  letter-spacing: 0.01em;
  line-height: 1em;
  text-transform: lowercase;
  color: #333 !important;
  text-align: center !important;
  text-decoration: none !important;
}

.mob-navbar-main {
  display: none !important;
}
.hideSidebar {
  display: none;
}

.navText {
  font-weight: bold;
}
/* Hero Section */
.herMainbg_Wrapper {
  height: 1200px;
  overflow: hidden;
}
.heroBackground {
  height: 1840px;
  width: 100%;
  /* margin-top: -12%; */
}
.heroModelWrapper {
  position: absolute;
  top: 30%;
  left: 24%;
}
.heroModelImage {
  height: 900px;
}
.blueBox {
  position: absolute;
  top: 52%;
  left: 52%;
  font-size: 24px;
  background-color: #263842;
  color: white;
  height: 500px;
  width: 500px;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* More About Us */
.more_About_Us {
  background-color: #eee9d6;
}
.about_title {
  color: #ae704e;
  font-weight: bold;
}

.about_title ~ div > div {
  padding-left: 50px;
  padding-right: 50px;
}
.mt_full {
  /* margin-top: 20%; */
}
/* Substainable */
.leftWrapper {
  background-color: #5d655a;
}
.contact-btn {
  padding: 21px 34px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: courier-prime;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  text-transform: lowercase;
  letter-spacing: 0em;
  color: #fff;
  background-color: #ae704e;
  border-color: #ae704e;
}

.greenBg {
  height: 700px;
  background-color: #5d655a;
}
.image_Wrapper {
  position: absolute;
  top: 25% !important;
  left: 30%;
  z-index: 1;
}
.left_wrapper {
  height: 700px;
  /* width: 550px; */
}
.centerDiv {
  /*position: absolute;*/
  /*top: 40%;
  left: 40%;
  transform: translate(-40%, -40%);*/
}
.more_Heading {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 8px;
  font-weight: 500;
}
.faq_heading {
  padding-top: 100px !important;
  padding-bottom: 25px !important;
  color: #ae704e;
}

/* footer
footer {
  background-color: #263842;
  padding-bottom: 50px;
}

.footer-menu {
  padding-top: 80px;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

.footer-follow {
  margin-top: 40px;
  border-bottom: 1px solid #fff;
}

.footer-insta h5 {
  font-family: "neuzeit-grotesk";
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0.17em;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.footer-menu span a {
  padding-right: 1em;
  color: #fff;
  text-decoration: none;
  font-family: "courier-prime";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  text-transform: lowercase;
}

.footer-follow-img {
  width: 100%;
  height: 70%;
}
*/
.faq_Wrapper {
  margin-top: 10%;
  background-color: #f3dbcf;

}
.iconsNavigation{
  position: absolute;
  top: 2%;
  left: 80%;
}
.iconsNavigation a img{
  height: 16px !important;
  /* color: red !important; */
}
.main1 {
  background: #333333;
  height: 200vh;
  padding: 2rem;
  position: fixed !important;
  top: 0;
  right: 0;
  width: 10% !important;
  animation-duration: 1s;
  animation-name: moveFromLeft;
  z-index: 99;
}
.faq_text{
  text-align: center !important;
}
.faq_title {
  letter-spacing: 2px;
  font-size: 26px;
  font-weight: 500
}
/*
.footer-subscribe-heading {
  font-family: Belleza;
  font-weight: 400;
  font-style: normal;
}

.footer-btn {
  color: #fff;
  background-color: rgba(158, 194, 175, 0.9);
  border: 1px solid rgba(158, 194, 175, 0.9) !important;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  font-family: inherit;
  font-size: 15px;
  font-weight: bold;
}

.footer-copyright {
  margin-top: 30px;
  text-align: center;
  color: #fff;
}
*/
@media (max-width: 1786px) {
  .image_Wrapper {
    position: absolute;
    top: 15% !important;
    left: 25%;
  }
  .blueBox {
    position: absolute;
    top: 52%;
    left: 57%;
    font-size: 24px;
    background-color: #263842;
    color: white;
    height: 500px;
    width: 500px;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1660px) {
  .image_Wrapper {
    position: absolute;
    top: 15% !important;
    left: 20%;
  }
}
@media (max-width: 1546px) {
  .image_Wrapper {
    position: absolute;
    top: 15% !important;
    left: 18%;
  }
  .left_wrapper {
    height: 650px;
    /* width: 550px; */
  }
  .blueBox {
    position: absolute;
    top: 52%;
    left: 60%;
    font-size: 24px;
    background-color: #263842;
    color: white;
    height: 500px;
    width: 500px;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1436px) {
  .image_Wrapper {
    position: absolute;
    top: 15% !important;
    left: 16%;
  }
  .left_wrapper {
    height: 620px;
    /* width: 550px; */
  }
  .blueBox {
    position: absolute;
    top: 52%;
    left: 63%;
    font-size: 24px;
    background-color: #263842;
    color: white;
    height: 500px;
    width: 500px;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1346px) {
  .image_Wrapper {
    position: absolute;
    top: 15% !important;
    left: 15%;
  }
  .left_wrapper {
    height: 580px;
    /* width: 550px; */
  }
  .blueBox {
    position: absolute;
    top: 52%;
    left: 53%;
    font-size: 24px;
    background-color: #263842;
    color: white;
    height: 500px;
    width: 500px;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .heroModelImage {
    height: 750px;
  }
  .heroModelWrapper {
    position: absolute;
    top: 40%;
    left: 17%;
  }
}
@media (max-width: 1228px) {
  .image_Wrapper {
    position: absolute;
    top: 20% !important;
    left: 15%;
  }
  .left_wrapper {
    height: 540px;
    /* width: 550px; */
  }
  .blueBox {
    position: absolute;
    top: 52%;
    left: 55%;
    font-size: 20px;
    background-color: #263842;
    color: white;
    height: 500px;
    width: 500px;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .heroModelImage {
    height: 650px;
  }
  .heroModelWrapper {
    position: absolute;
    top: 40%;
    left: 17%;
  }
}
@media (max-width: 1230px) {
  .heroBackground {
    height: 1140px;
    width: 100%;
    margin-top: -12%;
  }
  .herMainbg_Wrapper {
    height: 850px !important;
    overflow: hidden;
  }
  .blueBox {
    position: absolute;
    top: 35%;
    left: 52%;
    font-size: 20px;
    background-color: #263842;
    color: white;
    height: 500px;
    width: 500px;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .heroModelWrapper {
    position: absolute;
    top: 23%;
    left: 20%;
  }
}
@media (max-width: 1158px) {
  .image_Wrapper {
    position: absolute;
    top: 25% !important;
    left: 14%;
  }
  .left_wrapper {
    height: 500px;
  }
  .heroBackground {
    height: 1150px;
    width: 100%;
    margin-top: -12%;
  }
  .blueBox {
    position: absolute;
    top: 43%;
    left: 52%;
    font-size: 20px;
    background-color: #263842;
    color: white;
    height: 281px;
    width: 290px;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .heroModelWrapper {
    position: absolute;
    top: 33%;
    left: 24%;
  }
  .heroModelImage {
    height: 500px;
  }
}
/*
@media (max-width: 1100px) {
  .image_Wrapper {
    position: absolute;
    top: 25% !important;
    left: 14%;
  }
  .left_wrapper {
    height: 490px;
  }
  .footer-subscribe-heading ~ div {
    margin-bottom: 20px;
  }
}
*/
@media (max-width: 1038px) {
  .greenBg {
    height: 650px;
    background-color: #5d655a;
  }
  .image_Wrapper {
    position: absolute;
    top: 30% !important;
    left: 10%;
  }
  .left_wrapper {
    height: 450px;
  }
  .heroBackground {
    height: 1150px;
    width: 100%;
    margin-top: -12%;
  }
  .blueBox {
    position: absolute;
    top: 48%;
    left: 52%;
    font-size: 18px;
    background-color: #263842;
    color: white;
    height: 250px;
    width: 240px;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .heroModelWrapper {
    position: absolute;
    top: 34%;
    left: 18%;
  }
  .heroModelImage {
    height: 550px;
  }
}
@media (max-width: 918px) {
  .herMainbg_Wrapper {
    height: 700px !important;
  }
  .centerDiv {
    /*position: absolute;*/
    /*top: 100%;
    left: 70%;
    transform: translate(-70%, -70%);*/
  }
  .greenBg {
    height: 550px;
    background-color: #5d655a;
  }
  .image_Wrapper {
    position: absolute;
    top: 45% !important;
    left: 12%;
  }
  .left_wrapper {
    height: 420px;
  }
  .heroBackground {
    height: 1000px;
    width: 100%;
    margin-top: -12%;
  }
  .blueBox {
    position: absolute;
    top: 44%;
    left: 49%;
    font-size: 18px;
    background-color: #263842;
    color: white;
    height: 250px;
    width: 240px;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .heroModelWrapper {
    position: absolute;
    top: 32%;
    left: 20%;
  }
  .heroModelImage {
    height: 450px;
  }
}
@media (max-width: 870px) {
  .centerDiv {
    /*position: absolute;*/
    /*top: 100%;
    left: 70%;
    transform: translate(-70%, -70%);*/
  }
  .greenBg {
    height: 450px !important;
    background-color: #5d655a;
  }
  .image_Wrapper {
    position: absolute;
    top: 45% !important;
    left: 25%;
  }
  .left_wrapper {
    height: 300px;
  }
  .heroBackground {
    height: 940px;
    width: 100%;
    margin-top: -12%;
  }
  .blueBox {
    position: absolute;
    top: 44%;
    left: 51%;
    font-size: 14px;
    background-color: #263842;
    color: white;
    height: 200px;
    width: 207px;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .heroModelWrapper {
    position: absolute;
    top: 36%;
    left: 25%;
  }
  .heroModelImage {
    height: 380px;
  }
}
@media (max-width: 639px) {
  /* .titleHome {
    display: none;
  } */
}

@media (max-width: 465px) {
  .footer-btn {
    margin-top: 20px;
  }
  .more_About_Us {
    background-color: #eee9d6;
    margin-top:35%;
    /*margin-top:80%;*/
}
}

/* Media Querry */
@media (max-width: 768px) {
  .greenBg {
    height: 400px !important;
    background-color: #5d655a;
    min-width: 320px !important;
  }
  .image_Wrapper {
    position: absolute;
    top: 40% !important;
    left: 25%;
  }
  .left_wrapper {
    height: 250px;
  }

  .heroModelWrapper {
    position: absolute;
    top: 17%;
    left: 25%;
  }
  .blueBox {
    position: absolute;
    top: 54%;
    left: 0;
    font-size: 17px;
    background-color: #263842;
    color: white;
/*
    height: 240px;
    width: 287px;
*/
    height: auto;
    width: 100%;

    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .commentButtonWrapper {
    display: flex;
    justify-content: center !important;
    align-items: center;
    position: absolute;
    bottom: 5%;
    right: 5%;
  }
  .mob-navbar-main {
    display: block !important;
    position: sticky !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1 !important;
  }
  footer {
    background-color: #263842;
    padding-bottom: 50px;
  }
  .main {
    background: #ece5d4;
    height: 200vh;
    padding: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 90% !important;
    animation-duration: 1s;
    animation-name: moveFromLeft;
    z-index: 99;
  }
  .main1 {
    background: #333333;
    height: 200vh;
    padding: 2rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 10% !important;
    animation-duration: 1s;
    animation-name: moveFromLeft;
    z-index: 99;
  }
  /* .titleHomeMain {
    display: none;
  } */
  .mob-navbar {
    display: block !important;
    /* height: 40px; */
    width: 100%;
    color: white;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    z-index: 2 !important;
  }
  .borderB {
    display: none !important;
  }
  /* .clientWrapper{
          margin-top: 5px;
        } */
}
@media (max-width: 700px) {
  .mt_full {
    /* margin-top: 25%; */
  }
  .centerDiv {
    /*overflow: hidden;*/
    width: 75%;
    /*position: absolute;*/
    /*top: 150%;
    left: 120%;
    transform: translate(-120%, -100%);*/
  }
}
@media (max-width: 654px) {
  .faq_Wrapper {
    /*margin-top: 50%;*/
  }
  .centerDiv {
    /*overflow: hidden;*/
    width: 75%;
    /*position: absolute;*/
    /*top: 200%;
    left: 120%;
    transform: translate(-120%, -100%);*/
  }
  .greenBg {
    height: 300px !important;
    background-color: #5d655a;
    min-width: 250px !important;
  }
  .image_Wrapper {
    position: absolute;
    top: 50% !important;
    left: 25%;
  }
  .left_wrapper {
    height: 250px;
  }
}
@media (max-width: 640px) {
  .faq_title {
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 500
  }
  .carousel-inner{
    width: 100% !important;
  }
  .greenBg {
    height: 300px !important;
    background-color: #5d655a;
    min-width: 250px !important;
  }
  .image_Wrapper {
    position: absolute;
    top: 50% !important;
    left: 25%;
  }
  .left_wrapper {
    height: 250px;
  }
  .titleHome {
    display: none;
  }
  .heroModelWrapper {
    position: absolute;
    top: 26%;
    left: 6%;
  }
  .heroModelImage {
    height: 520px;
  }
  .heroBackground {
    height: 790px;
    width: 100%;
    margin-top: -12%;
  }
  .blueBox {
    position: absolute;
    top: 40%;
    left: 0;
    font-size: 17px;
    background-color: #263842;
    color: white;
    /*
    height: 240px;
    width: 247px;
    */
    height: auto;
    width: 100%;

    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*
@media (max-width: 575px) {
  .faq_Wrapper {
    margin-top: 70%;
  }
  .centerDiv {
    margin-top: 10%;
    overflow: hidden;
    width: 75%;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(-0%, -0%);
  }
  .greenBg {
    height: 300px !important;
    background-color: #5d655a;
    width: 0px !important;
  }
  .image_Wrapper {
    position: absolute;
    top: 15% !important;
  }
  .left_wrapper {
    height: 580px;
  }
  .a {
    margin-bottom: 60%;
  }
}
*/
@media (max-width: 522px) {
  .centerDiv{
    margin-left: 20px;
    padding-bottom: 20px;
  }
  .mt_full {
    /*margin-top: 80%;*/
  }
  .centerDiv {
    margin-top: 0%;
    /*overflow: hidden;*/
    width: 90%;
    /*position: absolute;*/
    /*top: 0%;
    left: 0%;
    transform: translate(-0%, -0%);*/
    text-align: justify;
  }
  .greenBg {
    height: 400px !important;
    background-color: #5d655a;
    width: 0px !important;
  }
  .image_Wrapper {
    position: absolute;
    top: 15% !important;
    left: 5%;
  }
  .left_wrapper {
    height: 500px;
  }
  .a {
    margin-bottom: 60%;
  }
  .blueBox {
    position: absolute;
    top: 40%;
    left: 0;
    font-size: 13px;
    background-color: #263842;
    color: white;
    /*
    height: 214px;
    width: 206px;
    */
    height: auto;
    width: 100%;

    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .heroModelImage {
    height: 350px;
  }
  .heroModelWrapper {
    position: absolute;
    top: 32%;
    left: 6%;
  }
}
/*
@media (max-width: 472px) {
  .a {
    margin-bottom: 40%;
  }
  .mt_full {
  }
  .heroBackground {
    height: 638px;
    width: 100%;
    margin-top: -1%;
  }
  .heroModelWrapper {
    position: absolute;
    top: 32%;
    left: 6%;
  }
  .heroModelWrapper {
    position: absolute;
    top: 32%;
    left: 6%;
  }
}
*/
@media (max-width: 460px) {
  .mt_full {
    /*margin-top: 110%;*/
  }
  .left_wrapper {
    height: 400px;
  }
  .heroBackground {
    height: 738px;
    width: 100%;
    margin-top: 1%;
  }
  .heroModelWrapper {
    position: absolute;
    top: 13%;
    left: 6%;
  }
  .greenBg {
    height: 300px !important;
  }
  .heroModelImage {
    height: 430px;
  }
  .blueBox {
    position: absolute;
    top: 75%;
    left: 0;
    font-size: 16px;
    background-color: #263842;
    color: white;
    /*
    height: 254px;
    width: 280px;
    */
    height: auto;
    width: 100%;

    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 380px) {
  .more_Heading{
    font-size: 27px;
    margin-left: 15px;
  }
  .faq_Wrapper {
    /*margin-top: 220%;*/
  }
  .herMainbg_Wrapper {
    height: 600px !important;
  }
  .blueBox {
    position: absolute;
    top: 62%;
    left: 0;
    font-size: 16px;
    background-color: #263842;
    color: white;
    /*
    height: 230px;
    width: 280px;
    */
    height: auto;
    width: 100%;

    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
  }
  .heroModelImage {
    height: 320px;
  }
  .heroBackground {
    height: 598px;
    width: 100%;
    margin-top: 1%;
  }
  .left_wrapper {
    height: 370px;
  }
}
/*
@media (max-width: 350px) {
  .faq_Wrapper {
    margin-top: 150% !important;
  }
  .left_wrapper {
    height: 325px;
  }
  .greenBg {
    min-width: 150px !important;
  }
}
@media (max-width: 330px) {
  .herMainbg_Wrapper {
    height: 550px !important;
  }
  .blueBox {
    position: absolute;
    top: 60%;
    left: 0;
    font-size: 12px;
    background-color: #263842;
    color: white;
    height: auto;
    width: 100%;

    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
  }
  .heroModelImage {
    height: 310px;
  }
  .heroBackground {
    height: 580px;
    width: 100%;
    margin-top: 1%;
  }
}
*/
/* footer */
/*
footer {
  margin-bottom: auto !important;
  background-color: #263842;
  padding-bottom: 50px;
}

.footer-menu {
  padding-top: 80px;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

.footer-follow {
  margin-top: 40px;
  border-bottom: 1px solid #fff;
}

.footer-insta h5 {
  font-family: "neuzeit-grotesk";
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0.17em;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.footer-menu span a {
  padding-right: 1em;
  color: #fff;
  text-decoration: none;
  font-family: "courier-prime";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  text-transform: lowercase;
}

.footer-follow-img {
  width: 100%;
  height: 70%;
}

.footer-subscribe-heading {
  font-family: Belleza;
  font-weight: 400;
  font-style: normal;
}

.footer-btn {
  color: #fff;
  background-color: rgba(158, 194, 175, 0.9);
  border: 1px solid rgba(158, 194, 175, 0.9) !important;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  font-family: inherit;
  font-size: 15px;
  font-weight: bold;
}

.footer-copyright {
  margin-top: 30px;
  text-align: center;
  color: #fff;
}
*/
@media (max-width: 1100px) {
  .footer-subscribe-heading ~ div {
    margin-bottom: 20px;
  }
}

@media (max-width: 639px) {
  .titleHome {
    display: none;
  }
}

@media (max-width: 465px) {
  .footer-btn {
    margin-top: 20px;
  }
  .heading-table {
    font-size: 14px;
    margin-left: 10px !important;
  }
  .img-table {
    width: 50px;
  }
  .border-bottom-table > tbody > tr > td,
  .heading-table {
    font-size: 13px !important;
  }
  /* .container-fluid{
    padding-left: 5px !important;
    padding-right: 5px !important;
  } */
}

/* Media Querry */
@media (max-width: 768px) {
  .commentButtonWrapper {
    display: flex;
    justify-content: center !important;
    align-items: center;
    position: absolute;
    bottom: 5%;
    right: 5%;
  }
  .mob-navbar-main {
    display: block !important;
    position: sticky !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  footer {
    /* margin-top: 400px !important; */
    background-color: #263842;
    padding-bottom: 50px;
  }
  .main {
    background: #ece5d4;
    height: 200vh;
    padding: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 90% !important;
    animation-duration: 1s;
    animation-name: moveFromLeft;
    z-index: 99;
  }
  .titleHomeMain {
    display: none;
  }
  .mob-navbar {
    display: block !important;
    /* height: 40px; */
    width: 100%;
    color: white;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    z-index: 2 !important;
  }
  .borderB {
    display: none !important;
  }
  /* .clientWrapper{
        margin-top: 5px;
      } */

  .webview {
    display: none;
  }
  .mobileView {
    display: block !important;
  }
}

.learnmore-btn {
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.1em;
  text-transform: lowercase;
  color: #333;
  border-radius: 0em;
  /*padding: 1em 2.5em;*/
  padding: 1em;
  border: 0px;
  background-color: #e0d7cd;
}


.testo_mobile { text-align: justify; padding: 1em; }
.testo_mobile_2 { text-align: justify; padding: 2em; }
.testo_mobile_3 { font-size: 1.4rem;text-align:justify;padding:2em; }
.testo_mobile_4 { font-size: 22px; padding:2em; }
.testo_mobile_5 { padding: 3em; }
.testo_mobile_6 { font-size: 1.3rem; }

@media (max-width: 465px) {
    .testo_mobile { font-size:18px;padding:0px; }
    .testo_mobile_2 { font-size:18px;padding:0px; }
    .testo_mobile_3 { font-size:18px;padding:0px; }
    .testo_mobile_4 { font-size:18px;padding:1em 0px 1em 0px; }
    .testo_mobile_5 { font-size:18px;padding:0px; }
    .testo_mobile_6 { font-size: 1.1rem; }
}
