html,
body {
  overflow: visible;
}
.pageheadingh1 {
     font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 500;
  color: #000000;
}
.about-imge {
  padding-bottom: 60px;
}
.about-imge img {
  border-radius: 20px 0 20px 0;
  width: 100%;
}
.about-imge video {
    height: 68vh !important;	
}
.about-getsec {
  background-image: linear-gradient(
    rgba(0, 133, 62, 0.03),
    rgba(255, 255, 255, 0)
  );
  padding: 50px 0px;
}
.get_form form {
  padding: 38px 38px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.1);
  border-radius: 50px;
  background: #fdfdfd;
  display: flex;
  flex-direction: column;
  gap: 17px;
  max-width: 900px;
  margin: 0 auto;
}
.get_form form input {
  line-height: 24px;
    padding: 8px 10px;
    font-size: 13px;
    width: 100%;
    outline: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.get_form form textarea {
  width: 100%;
    height: 80px;
    line-height: 24px;
    padding: 8px 10px;
    font-size: 13px;
    outline: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.get_form form div.halfs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.get_form form input[type="submit"] {
     background-color: #00843D;
    color: #fff;
    padding: 12px 10px;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}
.legacy_box {
  background: url("../../images/legacy-bg.png") no-repeat;
  background-size: cover;
  border-radius: 40px;
  padding: 20px 20px 20px 60px;
  align-items: center;
  gap: 40px;
}
.legacy_text {
  width: 50%;
}
.legacy_text .legacy_text{
	width: 100% !important;
}
.legacy_image {
  width: 50%;
  position: relative;
}
.legacy_image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/legacybg.webp) no-repeat;
  background-size: 100%;
}
.legacy_image video {
	z-index: 99;
	position: relative;
}
.legacy_image img {
  position: relative;
  height: 440px;
  display: block;
  margin: 0 auto;
}

.glancesec .container {
  position: relative;
}
.glancesec .container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  height: 180px;
  background: url("../../images/mark-right.svg") no-repeat;
  background-size: 180px;
}
.glancesec .container:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  height: 180px;
  background: url("../../images/mark-left.svg") no-repeat;
  background-size: 180px;
}
.glancesec {
  background: #00843d;
  padding: 80px 0px;
}
.glancesec h3 {
  max-width: 800px;
  margin: 0 auto;
}
.history_sec {
  background-image: linear-gradient(
    rgba(0, 133, 62, 0.03),
    rgba(255, 255, 255, 0)
  );
  padding: 50px 0px;
}
.history_sec .title {
  max-width: 670px;
  margin: 0 auto;
}
.historytab {
  padding: 10px 10px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.1);
  border-radius: 30px;
  background: #ffffff;
}

.historytab nav {
  max-width: 330px;
}
.nav-tabs .nav-link {
  background: #eef7f2;
  padding: 16px 20px;
  display: block;
  color: #000000;
  border-radius: 18px;
  margin-bottom: 12px;
  width: 100%;
  text-align: left;
  font-size: 16px;
}
.historytab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #00843d;
  color: #ffffff;
}
.historytab .tab-content {
  padding: 30px 60px !important;
  background: #fff !important;
  border: 0 !important;
}
.historytab .tab-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.historytab .tab-content p strong {
  display: block;
}
.purpose_sec {
  background: url("../../images/purpose-bg.svg") no-repeat;
  background-size: cover;
  padding: 80px 0px;
}
.purpose_image {
  position: relative;
  height: 100%;
}
.purpose_image video {
	width: 100%;
	height: 100%;
	    z-index: 99;
    position: relative;
}
.purpose_image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 258px;
  background: url("../../images/vase-bg.webp") no-repeat;
  background-size: 100% 100%;
}
.purpose_image img {
  position: absolute;
  height: 330px;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  bottom: 20px;
}
.purpose_image video{
	position: relative;
	z-index: 99;
}
.purpose_main {
  background: #f2f6f5;
  background: url("../../images/purpose_mainbg.webp") no-repeat;
  background-size: 100% 100%;
  padding: 80px 40px 40px;
  border-radius: 40px;
}
.purpose_box {
  background: #ffffff;
  border-radius: 12px;
  padding: 48px 48px 30px;
  height: 100%;
}
.purpose_icon {
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 100px;
  border: 12px solid #ecf6f1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 12px;
  margin-top: -100px;
}
.purpose_icon img {
  width: 48px;
}
.purpose_col {
  margin-bottom: 90px;
}
.purpose_col:last-child,
.purpose_col:nth-last-child(2) {
  margin-bottom: 00px;
}
.purpose_txt {
  text-align: center;
}
.purpose_txt h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.purpose_txt p {
  margin: 0;
}
.purpose_scroll {
  overflow-y: auto;
  height: 75px;
  padding-right: 20px;
}
.purpose_scroll::-webkit-scrollbar {
  width: 2px;
}

.purpose_scroll::-webkit-scrollbar-track {
  background: #0c665f1a;
}

.purpose_scroll::-webkit-scrollbar-thumb {
  background-color: #0c665f;
}
.brand_sec {
	padding: 45px 0px;
	background: url(../../images/brand-bg2.png) repeat-y;
    background-size: 100%;
    background-blend-mode: multiply;
}
.brand_title {
  margin-bottom: 40px;
}
.brand_title h3 {
  color: #000;
  font-size: 34px;
  font-weight: 500;
}
.brand-wrapper {
  display: flex;
  align-items: flex-start;
}

.sidebar {
  width: 340px;
  position: sticky;
  top: 160px;
  height: max-content;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar li {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.sidebar li span {
  padding: 20px;
  display: block;
}
.sidebar ul li img {
  width: 100%;
}
.sidebar li img.sec-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}
.sidebar li.active {
  background: green;
  color: white;
  border: 3px solid #ffffff;
}
.sidebar li.active span {
  position: relative;
  z-index: 99;
  background: rgba(0, 0, 0, 0.65);
}
.sidebar li.active img.sec-img {
  display: block;
}
.content section {
  scroll-margin-top: calc(var(--header-height) + 10px);
}
.content {
  flex: 1;
  padding-left: 20px;
  overflow: hidden;
}

.content section {
  height: auto;
  min-height: 100vh;
  margin-bottom: 50px;
  background: #ffffff;
  border-radius: 20px;
}
.brand-topsec {
  padding: 40px 40px;
  gap: 30px;
}
.content h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}
.brand-text {
  width: 50%;
}
.brand-text ul li {
  display: block;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
}
.brand-text ul li img {
  width: 18px;
}
.brand-image {
  width: 50%;
  position: relative;
  height: 100%;
  margin-top: 40px;
}
.brand-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  background: url("../../images/brandbg_2.webp") no-repeat;
  background-size: 66%;
  background-position: center;
}
.brand-image img {
  position: absolute;
  height: 480px;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  top: -55px;
  width: auto;
}
.farm-vasesec {
  background-image: linear-gradient(
    rgba(0, 133, 62, 0.03),
    rgba(255, 255, 255, 0)
  );
  padding: 35px 0px 20px;
}
.farm_txt {
  padding: 12px 20px;
  text-align: center;
  max-width: 547px;
  margin: 0 auto;
}
.farm_txt p {
	margin-bottom: 0;
}
.farm_txt h3 {
  margin-bottom: 10px;
}
.farm-shipping {
  background: #add6c0;
  padding: 20px 40px;
  display: flex;
  gap: 45px;
}
.shipping_txt h6 {
  font-weight: 400;
}
.shipping_box {
  position: relative;
}
.shipping_box:before {
  content: "";
  position: absolute;
  right: -37px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../../images/arrow_cool_down.png) no-repeat;
  background-size: 24px;
}
.shipping_box:last-child:before {
  display: none;
}
.shipping_icon {
  width: 28px;
}
.shipping_txt h6 {
  white-space: normal;
}
.portfolio-vasesec {
  background: url(../../images/advance-bg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 35px 30px;
  border-radius: 0 0 20px 20px;
}
.portfolio-vasesec h3 {
  font-size: 24px;
  font-weight: 500;
  max-width: 660px;
  margin: 0 auto;
  text-transform: capitalize;
  margin-bottom: 20px;
  text-align: center;
}
.portfolio-vasebox {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 20px;
}
.portfolio-vasebox ul {
  display: flex;
  gap: 10px;
}
.portfolio-vasebox ul li {
  display: inline-block;
  text-align: center;
  width: 16%;
}
.portfolio-vasebox ul li span {
  width: 73px;
  height: 73px;
  background: #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #00843d24;
  margin: 0 auto;
  margin-bottom: 10px;
}
.portfolio-vasebox ul li span img {
  width: 30px;
}
.advance_sec {
  background: url("../../images/advance-bg1.png") no-repeat;
  background-size: 100% 100%;
  padding: 50px 30px;
  border-radius: 0 0 20px 20px;
}
.brand-sec2 .brand-image img {
  height: 380px;
  top: 0;
}
.advance_title {
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.advance_list {
  background: #00843d;
  border-radius: 20px;
  padding: 24px 20px;
  margin-bottom: 20px;
}
.advance_list ul {
  display: flex;
  gap: 10px;
}
.advance_list ul li {
  display: inline-block;
  text-align: center;
  width: 25%;
}
.advance_list ul li span {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 8px;
  margin-bottom: 10px;
  position: relative;
}
.advance_list ul li span:before {
  content: "";
  position: absolute;
  left: -9px;
  top: -9px;
  width: 120%;
  height: 120%;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0)
  );
  border-radius: 100px;
}
.advance_list ul li span img {
  width: 30px;
  position: relative;
}
.advance_list ul li strong {
  color: #ffffff;
}
.briliant_txt {
  background: #00843d1a;
  border-radius: 12px;
  padding: 15px 60px;
}
.briliant_circle {
  margin-bottom: 30px;
}
.briliant_circleimage {
  position: relative;
}
.briliant_circleimage:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(4px);
  border-radius: 100%;
}
.briliant_circleimage img {
  border-radius: 100%;
  position: relative;
  padding: 8px;
  width: 100%;
}
.briliant_circletxt {
  padding: 8px 10px;
  border-radius: 20px;
  color: #000000;
  text-align: center;
  font-size: 12px;
  background: rgb(255 255 255 / 38%);
  backdrop-filter: blur(4px);
  margin-top: -24px;
}
.brand-sec3 .brand-image img {
  height: 320px;
  top: 55px;
}
.bricks_offer {
  background: url("../../images/bricks-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 50px 30px;
  border-radius: 0 0 20px 20px;
}
.bricks_title {
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.bricks_box {
  background: #ffffff;
  padding: 6px;
  border-radius: 15px;
  gap: 25px;
  align-items: center;
}
.bricks_image {
  width: 50%;
}
.bricks_image img {
  border-radius: 15px;
  height: 400px;
  object-fit: contain;
}
.bricks_text {
  width: 50%;
  padding: 10px 0px;
}
.bricks_slider .slick-slide {
  display: block !important;
}
.bricks_main {
  overflow: hidden;
}
.bricks_text h4 {
  margin-bottom: 8px;
}
.bricks_text ul li {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
.bricks_text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../../images/check_circle-black.svg") no-repeat;
  background-size: 15px;
}
.bricks_slider {
  padding-bottom: 55px;
}
.bricks_slider .slick-prev {
  left: -50px;
  z-index: 9;
  width: 35px;
  height: 35px;
  background-color: transparent;
  top: auto;
  bottom: -10px;
  right: 0;
  margin: 0px auto;
  cursor: pointer;
}

.bricks_slider .slick-prev::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  z-index: 99;
  background: url("../../images/left-arrow.svg") center center / 23px no-repeat
    rgb(255, 255, 255);
  transform: translateY(-50%);
  left: 0px;
  opacity: 1;
  border-radius: 64px;
  box-shadow: rgba(120, 124, 145, 0.27) 0px 4px 12px;
}

.bricks_slider .slick-next {
  left: 0;
  z-index: 9;
  width: 35px;
  height: 35px;
  background-color: transparent;
  top: auto;
  bottom: -10px;
  right: -50px;
  margin: 0px auto;
  cursor: pointer;
}

.bricks_slider .slick-next::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  z-index: 99;
  background: url("../../images/right-arrow.svg") center center / 23px no-repeat
    rgb(255, 255, 255);
  transform: translateY(-50%);
  right: 0px;
  opacity: 1;
  border-radius: 64px;
  box-shadow: rgba(120, 124, 145, 0.27) 0px 4px 12px;
}

@media (max-width: 1639px) {
  .brand-image:before {
    height: 425px;
    background-size: 85%;
  }
  .legacy_image img {
    height: 480px;
  }
}
@media (max-width: 1439px) {
  .purpose_image img {
    bottom: 0;
  }
}
@media (max-width: 1365px) {
  .brand-image:before {
    background-size: 100%;
  }

  .legacy_image img {
    height: 378px;
  }
}
@media (max-width: 1179px) {
  .brand-sec2 .brand-image img {
    height: 300px;
    top: 34px;
  }
  .legacy_image img {
    height: 360px;
  }
}
@media (max-width: 1079px) {
  .farm-shipping {
    padding: 20px 10px;
  }
  .portfolio-vasebox ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .portfolio-vasebox ul li {
    width: 25%;
  }
  .sidebar {
    width: 250px;
  }
.about-imge video {
    height: 75vh !important;
}
}

@media (max-width: 992px) {
  .pagewrapper {
    padding-top: 100px;
  }
  .purpose_icon {
    width: 100px;
    height: 100px;
    border: 10px solid #ecf6f1;
  }
  .purpose_box {
    padding: 48px 20px 25px;
  }
  .sidebar {
    width: 200px;
  }
  .brand-topsec {
    flex-wrap: wrap;
    padding: 20px 20px;
  }
  .brand-text {
    width: 100%;
  }
  .brand-image img {
    position: relative;
    height: 250px;
    top: -20px;
  }
  .farm-shipping {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }
  .shipping_box:before {
    display: none;
  }
  .shipping_box {
    margin: 0;
  }
  .content h3,
  .portfolio-vasesec h3,
  .historytab .tab-content h3,
  .purpose_txt h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .portfolio-vasebox ul li {
    width: 31%;
  }
  .brand-image:before {
    height: 270px;
    background-position: inherit;
  }
  .brand-sec2 .brand-image img {
    height: 210px;
  }
  .advance_sec,
  .bricks_offer {
    padding: 30px 30px;
  }
  .bricks_offer {
    margin-top: 30px;
  }
  .advance_list ul {
    flex-wrap: wrap;
  }
  .advance_list ul li {
    width: 48%;
    margin: 10px 0;
  }
  .briliant_txt {
    padding: 15px 20px;
  }
  .briliant_circlebox {
    margin-bottom: 10px;
  }
  .bricks_box {
    flex-wrap: wrap;
  }
  .bricks_image {
    width: 100%;
  }
  .bricks_text {
    padding: 0px 10px;
    width: 100%;
  }
  .bricks_image img {
    height: 200px;
    object-fit: contain;
  }
  .brand-sec3 .brand-image img {
    height: 180px;
  }
  .brand-topsec {
    gap: 15px;
  }
  .historytab nav {
    max-width: 250px;
  }
  .historytab .tab-content {
    padding: 30px 30px !important;
  }
  .glancesec .container:before,
  .glancesec .container:after {
    width: 85px;
    height: 85px;
    background-size: 85px;
  }
  .legacy_box {
    padding: 20px 20px;
  }
  .purpose_image img {
    position: relative;
    height: 250px;
  }
  .purpose_sec {
    padding: 40px 0px;
  }
  .purpose_main {
    padding: 40px 20px 30px;
  }
  .farm-vasesec {
    padding-bottom: 0;
  }
  .get_form .title {
    margin-bottom: 30px !important;
  }
  .about-getsec {
    padding: 30px 0px;
  }
  .legacy_image img {
    height: 260px;
  }
  .sidebar {
    top: 90px;
  }
  .shipping_box:nth-child(2), .shipping_box:nth-child(3) {
	  border: 0;
  }
}
@media (max-width: 767.7px) {
  .purpose_col:nth-last-child(2) {
    margin-bottom: 70px;
  }
  .shipping_box {
    margin: 0;
  }
  .farm-vasesec {
    padding: 15px 0px 0;
  }
  .farm_txt {
    padding: 10px 20px 22px;
  }
  .farm_txt span {
	      font-size: 14px !important;
  }
  .pagewrapper {
    padding-top: 120px;
  }
  .about-imge {
    padding-bottom: 20px;
  }
  .about-imge .row.mt-5 {
    margin-top: 20px !important;
  }
  .purpose_col {
    margin-bottom: 70px;
  }
  .brand-wrapper {
    flex-wrap: wrap;
  }

  .sidebar {
    width: 100%;
    top: 140px;
    padding: 10px 0px;
    background: #00843d;
    z-index: 99;
  }
  .sidebar ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
  .sidebar li {
    width: 30.5%;
  }
  .sidebar li span {
    padding: 10px;
  }
  .content {
    padding-left: 1px;
  }
  .content section {
    scroll-margin-top: calc(var(--header-height) + 160px);
    margin-bottom: 25px;
 }
 .brand-text p, .portfolio-vasesec span, .brand-text span{
	font-size: 13px !important;
	line-height: 24px !important;
 }
 .legacy_image img {
	border-radius: 20px;
}
.legacy_image:before {
	display: none;
}
.nav-tabs .nav-link {
	font-size: 14px;
}
  .brand-image {
    margin: 0 auto;
    height: 280px;
  }
  .brand-image:before {
    height: 280px;
    width: 280px;
    background-size: 250px;
	display: none;
  }
  .brand-image img {
	  border-radius: 20px;
  }
  .advance_sec {
    padding: 20px 20px;
  }
  .historytab {
    flex-wrap: wrap;
  }
  .historytab nav {
    max-width: 100%;
  }
  .nav-tabs {
    gap: 10px;
    justify-content: center;
  }
  .nav-tabs .nav-link {
    width: 100%;
    margin: 0;
  }
  .portfolio-vasesec {
    padding: 25px 15px;
  }
  .history_sec {
    padding: 30px 0px;
  }
  .history_sec .title {
    margin-bottom: 30px !important;
  }
  .legacy_box {
    flex-wrap: wrap;
    gap: 15px;
  }
  .legacy_text {
    width: 100%;
  }
  .legacy_image {
    margin: 0 auto;
    width: 225px;
  }
  .bricks_offer {
    margin-top: 0;
  }
  .historytab .tab-content {
    display: none !important;
  }
  .historytab .tab-pane {
    padding: 15px 13px !important;
  }
  .historytab .tab-pane h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
.about-imge video {
        height: 65vh !important;
    }
	.purpose_image:before {
		display: none;
	}
	 .purpose_image img {
        border-radius: 10px;
    }
	.briliant_circle {
    margin-bottom: 15px;
}
.brand_title h3 {
	font-size: 24px;
}
}

@media (max-width: 479px) {
  .brand-image {
    width: 225px;
	        height: 230px;
  }
  .brand-image:before {
    width: 225px;
    background-size: 225px;
  }
  .sidebar li {
    width: 39.5%;
    margin-bottom: 5px;
  }

  .content h3,
  .portfolio-vasesec h3,
  .historytab .tab-content h3,
  .purpose_txt h4 {
    font-size: 17px;
    line-height: 28px;
  }
  .portfolio-vasebox ul li,
  .advance_list ul li {
    width: 47%;
  }
  .advance_list ul li span {
    width: 65px;
    height: 65px;
  }
  .advance_list {
    padding: 20px 12px;
  }
  .advance_list ul li span:before {
    left: -7px;
    top: -7px;
  }
  .advance_sec,
  .bricks_offer {
    padding: 30px 15px;
  }
  .historytab .tab-content {
    padding: 25px 13px !important;
  }
  .glancesec {
    padding: 45px 0px;
  }
  .glancesec .container:before,
  .glancesec .container:after {
    width: 50px;
    height: 50px;
    background-size: 49px;
  }
  .pageheadingh1 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 29px;
  }
  .get_form form div.halfs {
    grid-template-columns: 1fr;
  }
  .get_form form {
    padding: 25px 22px;
    border-radius: 30px;
  }
  .get_form {
    margin-bottom: 30px !important;
  }
  .legacy_image img {
    height: 210px;
  }
  .purpose_main {
    padding: 20px 20px;
  }
  .purpose_image:before {
    top: auto;
    bottom: 0;
    height: 200px;
  }
  .brand_title {
    margin-bottom: 20px;
  }

  .brand_sec {
    padding: 35px 0px;
  }
  .advance_txt p br {
    display: none;
  }
  .historytab .tab-pane h3 {
    font-size: 20px;
    line-height: 28px;
  }
.about-imge video {
        height: 320px !important;
    }
}
