*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
     padding: 0;
    margin: 0;
    box-sizing: border-box;
}
p{
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: 'Avenir Next' !important;
}
a{
    text-decoration: none;
    font-family: 'Avenir Next' !important;
}
ul, li{
    list-style: none;
    margin: 0;
    font-family: 'Avenir Next' !important;
}
button{
font-family: 'Avenir Next' !important;
}
input{
font-family: 'Avenir Next' !important;
}
span{
font-family: 'Avenir Next' !important;
}
h3,h4,h5,h6{
    font-family: 'Avenir Next' !important;
}
h1, h2{
    font-family: 'Carentro DEMO' !important;
}
:root{
   --grey: #E2E2DC;
   --brown: #754C29;
   --pink: #F5AE92;
   --light-yellow: #DDC98B;
}
::-webkit-scrollbar {
	width: 5px;
	background: #ffffff;
	color: var(--pink);
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: var(--pink);
	border-radius: 10px;
}
.container {
    max-width: 88%;
}
.p_100{
    padding: 106px 0px;
}
.sec_title{
    font-size: 64px;
    line-height: 74px;
    font-weight: 400;
    color: #2D2D2D;
    text-transform: uppercase;
    margin-bottom: 58px;
    letter-spacing: 4px;
}
.main_title{
    font-size: 74px;
    line-height: 84px;
    font-weight: 600;
    color: #2D2D2D;
    text-transform: uppercase;
    margin-bottom: 64px;
    letter-spacing: 4px;
}
.inner_ban_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 147px 0px;
}
.banner_cont h1.main_title {
    margin-bottom: 27px;
    color: #383838;
}

.banner_cont p {
    font-size: 25px;
    line-height: 35px;
    width: 41%;
    color: #383838;
}
.breadcumbh {
    background: linear-gradient(90deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 76.62%);
    padding: 10px 0px;
}

.breadcumbh ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 0px;
}

.breadcumbh ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #929292 !important;
}

.breadcumbh ul li:last-child a {color: #000 !important;}

.breadcumbh ul li:last-child a {
    color: #585858;
}

.breadcumbh ul li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 12px;
}

.breadcumbh ul li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background: #929292;
    top: 3px;
    right: 0;
    transform: rotate3d(1, 1, 1, 45deg);
}

.breadcumbh ul li:last-child {
    padding-right: 0px;
}

.breadcumbh ul li:last-child:before {
    display: none;
}
/***************Hero***************/
.main_hero video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

section.main_hero {
    height: 900px;
    position: relative;
}
section.main_hero:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #00000033;
}
.hero_sec {
    position: absolute;
    top: 41%;
    left: 0;
    width: 100%;
}

.hero_cont h1 {
    font-size: 85px;
    line-height: 95px;
    font-weight: 500;
    color: #fff;
    width: 70%;
}

.hero_cont p {
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
}

.hero_cont {
    position: relative;
    z-index: 2;
}

/*************About Section**************/

.ab_sec_cont h2.main_title {
    margin-bottom: 20px;
}

.ab_sec_cont ul {padding-left: 65px;}

.ab_sec_cont ul li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
    list-style: disc;
    font-weight: 500;
}

.ab_sec_img img {
    width: 100%;
    height: 689px;
}

section.main_abt_sec {
    background: #E2E2DC;
    padding-bottom: 0px;
    position: relative;
}

.ab_sec_counter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 135px;
    padding-top: 72px;
}

.counter_box h2 {
    font-size: 56px;
    line-height: 66px;
    font-weight: 400;
    color: #2D2D2D;
    margin-bottom: 24px;
}

.counter_box p {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    color: #454545;
}
.ab_sec_cont p {
    color: #454545;
    width: 79%;
    word-spacing: 4px;
}

.ab_sec_img {
    margin-right: 30px;
}

.ab_sec_cont {
    padding-top: 72px;
    height: 540px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* justify-content: space-between; */
}

section.main_abt_sec:before {
    position: absolute;
    content: '';
    width: 87%;
    height: 80%;
    top: 135px;
    left: 6%;
    background-image: url(https://nextstep.net.in/vedansh-organics/wp-content/themes/vedansh/assets/image/Ayurveda.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.main_abt_sec .container {
    position: relative;
}

.ab_sec_cont a {
    padding: 11px 32px;
    display: flex;
    width: max-content;
    background: #313131;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
    transition: 0.5s all ease;
}

/******************Trusted By Section****************/

.main_trust{
    background: #F0C8BD;
}
.main_trust h2{
    text-align: center;
}
.trending_sec {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.tren_cont {
    width: 30%;
    position: sticky;
    top: 150px;
}

.tren_cont p {
    padding-left: 50px;
    padding-right: 60px;
}

.tren_cont h2.main_title {
    margin-bottom: 54px;
}

.trend_product_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 53px;
    padding-top: 53px;
    background: #fff;
    position: sticky;
    top: 0;
}
.main_tren_gird{
     width: 70%;
    display: grid;
    grid-template-columns: 1fr;
}

.product_img img {
    width: 100%;
    border-radius: 28px;
    height: 100%;
    object-fit: cover;
}

.product_img {
    border-radius: 28px;
    overflow: hidden;
    height: 100%;
}

.product_box {
    display: flex;
    flex-direction: column;
    border-radius: 28px;
    position: relative;
    overflow: hidden;
}

img.pr_arrow {
    height: 56px;
    width: 56px;
    position: absolute;
    top: 16px;
    right: 16px;
}

.product_box p {
    position: absolute;
    bottom: 16px;
    left: 17px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    background: #fff;
    padding: 5px 25px;
    border-radius: 50px;
    color: #000;
}
.trend_product_grid:first-child {
    background: none;
    padding-top: 0px;
}

/***********************Corporate Section****************/

.marquee-wrapper {
    height: 680px;
    overflow: hidden;
    position: relative;
}

.slider-marquee .marquee-content {
    display: flex;
    flex-direction: column;
    animation: scroll-up 20s linear infinite;
}

.slider-marquee2 .marquee-content {
    display: flex;
    flex-direction: column;
    animation: scroll-down 20s linear infinite;
}

.marquee-inner {
    display: flex;
    flex-direction: column;
}

.marquee-content img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    border-radius: 16px;
}

@keyframes scroll-up {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes scroll-down {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0%);
    }
}
section.main_corporate {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.corporate_cont {
    padding: 165px 0px;
    width: 75%;
}

.corporate_cont h2.main_title {
    font-size: 74px;
    line-height: 84px;
    color: #fff;
    margin-bottom: 54px;
}

.corporate_cont p {
    padding-left: 70px;
    color: #fff;
    width: 68%;
}
/***********************Main Spa Section****************/
.spa_sec {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 34px;
}

.spa_left_grid {
    width: 30%;
}

.spa_right_grid {
    width: 70%;
    columns: 2;
    gap: 34px;
}

.spa_box img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    transition: 0.5s all ease;
}

.spa_box a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    border: 1px solid #000;
    padding: 10px 30px;
    display: flex;
    width: max-content;
    border-radius: 50px;
    margin-left: 48px;
    margin-bottom: 50px;
    transition: 0.5s all ease;
}

.spa_box h2.main_title {
    margin-bottom: 40px;
}

.spa_right_grid .spa_box {
    margin-bottom: 34px;
    overflow: hidden;
}

.spa_right_grid .spa_box:nth-child(2) {
    margin-bottom: 0px;
}

.spa_right_grid .spa_box:nth-child(4) {
    margin-bottom: 0px;
    height: 405px;
}

.spa_right_grid .spa_box:nth-child(1) {
    height: 410px;
}

.spa_right_grid .spa_box:nth-child(1) img {
    height: 100%;
    object-fit: cover;
}

.spa_right_grid .spa_box:nth-child(4) img {
    height: 100%;
    object-fit: cover;
}

.spa_box:hover img {
    transform: scale(1.1);
    transition: 0.5s all ease;
}

.spa_box {
    transition: 0.5s all ease;
    overflow: hidden;
    border-radius: 24px;
}
/**************Footer****************/
footer{
    background: #E2E2DC;
}
.foot_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.foot_input {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.foot_input input {
    border-bottom: 1px solid #000 !important;
    outline: none !important;
    box-shadow: none !important;
    border: none;
    background: transparent;
    font-size: 20px;
    padding: 10px 35px;
}

input::placeholder {
    color: #8D8D8D;
}

.foot_btn {
    border: none;
    background: #313131;
    color: #fff;
    padding: 12px 30px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
.foot_med {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 54px;
    padding-bottom: 59px;
    border-bottom: 1px solid #717171;
}

.foot_box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.foot_box ul {
    padding: 0;
}

.foot_box ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
}

.foot_box a {
    color: #0A0A0A;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
}

.foot_box p {
    margin-bottom: 18px;
    width: 65%;
}
.ab_sec_cont a:hover {
    transition: 0.5s all ease;
    background: #fff;
    color: #313131;
}

.spa_box a:hover {
    background: #000;
    transition: 0.5s all ease;
    color: #fff;
}

.foot_social {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    justify-content: center;
    padding-left: 15px;
}

.foot_box:nth-child(4) {
    text-align: end;
}
.foot_bot {
    padding: 25px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.foot_bot a {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.foot_bot p {
    font-weight: 500;
}

/*****************Our Story***************/
.main_overview {
    text-align: center;
}

.main_overview p {
    width: 80%;
    margin: auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    word-spacing: 3px;
    margin-bottom: 15px !important;
}

.main_overview h2.main_title {
    margin-bottom: 32px;
}
.vission_img img {
    width: 100%;
    height: auto;
}
.main_vission .row {
    align-items: end;
    position: relative;
}
.vis_img {
    margin-bottom: 80px;
}

section.main_vission.p_100 {
    background: #F0C8BD;
    position: relative;
}

.vision_slider_wrapper {
    position: absolute;
    top: 35%;
    width: 33%;
    left: 29%;
    background: #FFFFFF;
    padding: 66px 46px;
}

.vission_main_slide h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 22px;
}
.vision_controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  gap: 15px;
}

.vision_controls button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px 6px;
  border: 1px solid #000;
  border-radius: 50px;
}

.vision_controls svg {
  stroke: #000;
  width: 22px;
  height: 22px;
}

.vision_progress {
  position: relative;
  width: 85%;
  height: 2px;
  background-color: #e0e0e0;
  overflow: hidden;
}

.vision_progress_bar {
  height: 100%;
  width: 0%;
  background-color: #000;
  transition: width 0.4s ease;
}
.main_values h2 {
    text-align: center;
    font-size: 56px;
    line-height: 66px;
    font-weight: 400;
    margin-bottom: 60px;
    color: #2D2D2D;
    text-transform: uppercase;
}

.main_values {
    margin-top: 120px;
}

.value_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 140px;
}

.value_grid .value_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.value_icon {
    margin-bottom: 29px;
}

.value_box h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 13px;
}

.value_box p {
    color: #000000;
    font-weight: 400;
}

.philosophy-item.active {border-bottom: 1px solid #B2B2B2;}

.philosophy-header {
  font-size: 40px;
  line-height: 50px;
  color: #737373;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
  position: relative;
}

.philosophy-header .icon {
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
}

.philosophy-item.active .philosophy-header .icon {
  transform: rotate(180deg);
}

.philosophy-content {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.4s ease, opacity 0.3s ease;
}

.philosophy-item.active .philosophy-content {
  opacity: 1;
  margin-bottom: 39px;
}
.philospy_head h2 {
    font-weight: 400;
    margin-bottom: 32px;
}

.philospy_head p {
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin: auto;
    width: 38%;
}

.philospy_head {
    margin-bottom: 72px;
}

.phliospy_img img {
    width: 100%;
    border-radius: 24px;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
}

.phliospy_tabs {
    padding-left: 60px;
}

.philosophy-item {
    border-bottom: 1px solid transparent;
    margin-bottom: 48px;
}

.philosophy-item.active .philosophy-header {
    margin-bottom: 32px;
    color: #000000;
}

.philosophy-item:last-child {
    margin-bottom: 0px;
}

.phliospy_img {
    height: 510px;
}

.philosophy-content p {
    font-weight: 400;
}
.philosophy-item.active svg path {
    fill: #000000;
}

.philosophy-item svg path {
    fill: #737373;
}

/***************************Our Process**************************/

.main_diffrence{
    background: #F4F4F4;
}
.diifrence_box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 18px;
}

.diifrence_box p {
    margin-bottom: 40px;
    width: 80%;
}

.diifrence_box p:last-child {
    margin-bottom: 0px;
}

/********************Contact Us*****************/

.cont_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cont_form input {
    padding: 10px 10px;
    border-radius: 0px;
    background: none;
    border: 1px solid #000;
    outline: none !important;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 20px;
}

.cont_form input::placeholder {
    color: #5b5b5b;
}

.cont_form textarea {
    padding: 7px 10px;
    border-radius: 0px;
    background: none;
    border: 1px solid #000;
    outline: none !important;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    resize: none;
    height: 150px;
}

.cont_form .cont_cta {
    width: max-content;
    border: none;
    padding: 10px 30px;
    background: #000;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 20px;
    transition: 0.5s all ease;
    margin-bottom: 0px;
}

.cont_sec {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 80px;
}

.cont_form {
    width: 60%;
}

.cont_det_sec {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cont_det_sec h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 12px;
}

.cont_det_sec a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    display: flex;
    margin-bottom: 6px;
}
.cont_form .cont_cta:hover {
    background: var(--pink);
    color: #000;
}
.cont_form h2.sec_title {
    margin-bottom: 10px;
}

/*****************Category Page*******************/

.prodct_ban h1 {
    font-size: 64px;
    line-height: 74px;
    text-align: center;
    margin: auto;
    width: 62%;
    font-weight: 500;
}

section.prodct_ban.p_100 {
    border-bottom: 1px solid #ADADAD;
}

.prod_cat_box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 175px;
    gap: 75px;
}

.prod_cat_box .prod_cat_img {
    width: 50%;
}

.prod_cat_box .prod_cat_cont {
    width: 50%;
    padding-top: 40px;
}

.prod_cat_box .prod_cat_img img {
    width: 100%;
    border-radius: 32px;
}

.prod_cat_box .prod_cat_cont h2 {
    font-family: 'Avenir Next' !important;
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 24px;
    font-weight: 500;
}

.prod_cat_box .prod_cat_cont p {
    color: #383838;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 24px;
}

.prod_cat_box .prod_cat_cont ul {
    padding: 0;
}

.prod_cat_box .prod_cat_cont ul li a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding: 16px 12px;
    border: 1px solid #B5B5B5;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s all ease;
    cursor: pointer;
    color: #000;
}

.prod_cat_box .prod_cat_cont ul li a:first-child {
    border-top: 1px solid #B5B5B5;
}

.prod_cat_box .prod_cat_cont ul li a:last-child {
    border-bottom: 0px;
}
.prod_cat_sec:nth-child(even) {
    background: #F0C8BD;
}
.prod_cat_sec:nth-child(even) .prod_cat_box {
    flex-direction: row-reverse;
}
.prod_cat_box .prod_cat_cont ul li a .prod_cat_cont_icon {
    display: flex;
    width: 35px;
    height: 35px;
    transition: 0.5s all ease;
}

.prod_cat_box .prod_cat_cont ul li a:hover .prod_cat_cont_icon img {
    transition: 0.5s all ease;
    opacity: 1;
}

.prod_cat_box .prod_cat_cont ul li a .prod_cat_cont_icon img {
    transition: 0.5s all ease;
    opacity: 0;
}
/******************Have An Idea*****************************/

.idea_cont h1 {
    font-size: 64px;
    line-height: 74px;
    font-weight: 600;
    margin-bottom: 15px;
    width: 78%;
}

.idea_cont p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    width: 68%;
}

.idea_cont a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    background: var(--pink);
    color: #000;
    padding: 10px 24px;
    display: flex;
    width: max-content;
    border-radius: 50px;
    margin-top: 24px;
    transition: 0.5s all ease;
}

.idea_form_sec {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 18px;
}

.idea_form_sec input {
    width: 100%;
    height: 55px;
    padding: 6px 20px;
    border: 1px solid #c3c3c3;
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

.idea_form_sec textarea {
    width: 100%;
    padding: 6px 20px;
    border: 1px solid #c3c3c3;
    height: 110px;
    resize: none;
    font-size: 16px;
    line-height: 26px;
}

.idea_form_sec input::placeholder {
    font-weight: 500;
    color: #7c7c7c;
}

.idea_form_sec textarea::placeholder {
    font-weight: 400;
    color: #7c7c7c;
}

.idea_form_sec input:focus-visible {
    outline: 0;
    box-shadow: none;
}

.idea_form_sec textarea:focus-visible {
    outline: 0;
    box-shadow: none;
}

.main_idea_sec {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.idea_cont {
    width: 50%;
}

.idea_form {
    width: 50%;
}

.idea_form_sec .idea_but {
    font-size: 20px;
    line-height: 30px;
    border: none;
    background: var(--pink);
    padding: 10px 40px;
    font-weight: 500;
    margin-top: 10px;
    transition: 0.5s all ease;
    width: max-content;
}
.idea_form_sec p {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.idea_form_sec form.wpcf7-form.init {
    width: 100%;
}

.idea_form_sec div#wpcf7-f212-o1 {
    width: 100%;
}

.idea_form_sec p br {
    display: none;
}

.idea_form_sec .idea_but:hover {
    background: #000;
    transition: 0.5s all ease;
    color: #fff;
}

.idea_cont a:hover {
    transition: 0.5s all ease;
    background: var(--grey);
}
/*.idea_form {*/
/*    transform: translateX(100%);*/
/*    opacity: 0;*/
/*    transition: transform 0.6s ease, opacity 0.6s ease;*/
/*}*/

/*.idea_form.show {*/
/*    transform: translateX(0);*/
/*    opacity: 1;*/
/*}*/
.main_have_an_idea {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: var(--grey);
    box-shadow: -2px 0 8px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: right 0.4s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Show when active */
.main_have_an_idea.active {
    right: 0;
}

/* Close icon */
.idea_close {
    position: absolute;
    top: 3%;
    right: 6%;
    font-size: 80px;
    font-weight: 300;
    cursor: pointer;
}
.trust_img img {
    width: 100%;
}

.trust_img.slick-slide {
    padding: 0px 24px;
}

/************ Expertise Section**************/

.expertise_grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 62px;
}

.expertise_grid .expertize_box {
    width: 30.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.expertise_grid .expertize_box:nth-child(n+4) {
    width: 25%;
}

.expertise_grid .expertize_box .expert_img {
    height: 160px;
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFFBF3;
}

.expertise_grid .expertize_box .expert_img img {
    width: 52%;
}

.expertise_grid .expertize_box .expert_cont {
    margin-top: 18px;
}

.expertise_grid .expertize_box .expert_cont p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    width: 76%;
    margin: auto;
    text-align: center;
}
.main_product_sec {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 52px;
    padding: 0px 150px;
}

.prdct_overview {
    text-align: center;
    margin-bottom: 62px;
    padding: 0px 150px;
}

.prdct_overview p {
    margin: auto;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
}

.cate_box {
    width: 48%;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: 0.5s all ease;
}

.category_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category_img {
    height: 400px;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); */
    position: relative;
}

.cate_cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px 12px 20px;
}

.cate_cont img {
    height: 35px;
    width: 35px;
    filter: brightness(0);
}

.cate_cont p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
}

.cate_box:nth-child(even) {
}
.cate_box:before {
    transition: 0.5s all ease;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0%;
    background: #000;
    display: none;
}

.cate_box:hover:before {
    transition: 0.5s all ease;
    width: 100%;
}
.ovr_cont {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 40px;
    background: #000;
    opacity: 0;
    transition: 0.5s all ease;
}

.cate_box:hover .ovr_cont {
    transition: 0.5s all ease;
    opacity: 0.7;
}

.ovr_cont p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}
 .logo img {
    width: 250px;
}
.mob_sticky{
    display: none;
}
.diifrence_img img {
    width: 100%;
}
.cont_det:last-child p {
    margin-bottom: 10px;
}

.cont_det:last-child p:last-child {
    margin-bottom: 0px;
}

.thank-info {
    margin-top: 18px
}

.checkmark {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #32de84;
    stroke-miterlimit: 10;
    box-shadow: inset 0 0 0 #4bb71b;
    animation: .4s ease-in-out .4s forwards fill,.3s ease-in-out .9s both scale;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto
}

.content_thank {
    text-align: center;
    width: 80%;
    margin: 0 auto
}

.content_thank h2 {
    margin: 30px 0 15px;
    color: #000;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}

.content_thank h3 {
    color: #111;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 32px;
}

.content_thank ul {
    list-style: none
}

.content_thank ul li a {
    font-weight: 700;
    color: #000
}

.thank-info h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #111
}

.thank-info p {
    margin: 20px 0
}

.main_btn {
    background: #000;
    display: inline-block;
    padding: 12px 44px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    transition: .8s all ease;
}
.main_btn:hover {
    transition: .8s all ease;
    background: var(--pink);
}
.re_captcha {
    margin-top: 10px;
}