@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

/*font-family: 'Roboto', sans-serif;*/
html {
    font-size: 15px;
}


body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background: #fff;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

p {
    color: #1b1b1b;
    line-height: 1.8em;
    margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #DE0000;
    margin: 0 0 15px;
}

ul {
    padding-left: 0;
    margin: 0;
    list-style-position: inside;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a {
    color: #DE0000;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:focus {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

.header-wrap {
    /*background: url(../images/header-background.png)no-repeat center;
    background-size: cover;*/
	/*background-image: linear-gradient(to right, #d8bc67, #ecdc80, #d8bc67);*/
	background:#fff;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9955;
    padding: 15px;
}

.header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
}

.logo img {
    max-width: 200px;
}

ul.menu-list {
    display: flex;
    list-style: none;
    margin-right: 25px;
    align-items: center;
}

ul.menu-list li {
    margin-left: 35px;
}

ul.menu-list li a:hover {
    color: #ffd886 !important;
}

ul.menu-list li a {
    font-size: 17px;
    font-weight: 500;
    color: #FFC500;
    text-transform: capitalize;
}

.social-media-sec span {
    margin-right: 18px;
    background: #ffc500;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.social-media-sec span i {
    color: #a42323;
}

.social-media-sec span.search-span {
    background: none;
}

.social-media-sec span.search-span i {
    color: #ffc500;
    font-size: 22px;
}


.header-wrap {}

.header-left {
    /*display: flex;
    align-items: center;
    max-width: 1200px;
    justify-content: space-between;
    margin: 0 auto;*/
	float: left;
}
.header-wrap-outer:after{ content:""; display:table; clear:both;}
.brand-logo{     float: right;}
.header-wrap-outer{ max-width:1240px; margin: 0 auto;     padding: 0 20px;}
.logo svg {
    width: 210px;
}

.search-wrap i {
    color: #ffd886;
    font-size: 19px;
}

.sb-left-image {
    text-align: center;
}

.sb-left-image img {
    max-width: 90%;
    margin: 0 auto;
}

.sb-left-image {
    text-align: center;
}

.owl-nav {
    display: none;
}

.second-banner:after {
    content: '';
    background: url(../images/leaf-top.png)no-repeat center;
    height: 22%;
    width: 25%;
    position: absolute;
    top: -40px;
    right: 0;
    background-size: contain;
}

.second-banner:before {
    content: '';
    background: url(../images/leaf-bottom.png)no-repeat center;
    height: 9%;
    width: 10%;
    position: absolute;
    bottom: 2%;
    right: 20%;
    background-size: contain;
}

.second-banner {
    background: #fff0bd;
    padding: 70px 0;
    position: relative;
    border-bottom: 1px solid #7a7a7a;
}

.second-banner .row {
    align-items: center;
}

.sb-text {
    text-align: center;
    padding-right: 120px;
}

.sb-text h2 {
    color: #33a544;
    font-size: 2.4rem;
}

.sb-text p {
    font-size: 1.2rem;
}

.sb-left-sec {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 10px 30px 30px;
    border: 1px solid #afafaf;
    border-radius: 10px;
}

.image-box {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px;
}

.image-box img {
    width: 100%;
}

.image-box.full-wide-sec {
    flex: 0 0 100%;
    max-width: 100%;
}

.image-box p {
    margin-bottom: 5px;
    line-height: 1;
    margin-top: 10px;
    font-size: 14px;
}

.third-banner:after {
    content: '';
    position: absolute;
    top: -30px;
    right: 50%;
    transform: translateX(50%);
    background: url(../images/two-leaf.png) no-repeat center;
    width: 150px;
    height: 150px;
    background-size: contain;
}

.third-banner {
    padding: 120px 4% 70px;
    background: #fff0bd;
    position: relative;
    overflow: hidden;
}

.third-banner .row {
    align-items: center;
}

.floating-logo img {
    max-width: 230px;
}

.floating-logo {
    position: absolute;
    top: -70px;
    left: -1px;
    padding: 20px 20px 0 0;
    background: #fff0bd;
}

.third-banner .sb-text h2 {
    color: rgb(212 63 54);
}

.third-banner:before {
    content: '';
    position: absolute;
    top: 25%;
    right: -20px;
    background: url(../images/fl-leaf.png) no-repeat center;
    width: 140px;
    height: 260px;
    background-size: contain;
}

.conatct-form-div {
    display: inline-block;
    width: 100%;
    padding: 20px;
    box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
}

.conatct-form-div .form-control {
    margin-bottom: 20px;
}

.conatct-form-div .form-control {
    border: none;
    background: #ffffff;
    height: 45px;
}

.reach-us-sec {
    padding: 100px 0;
}

.reach-us-form {
    max-width: 900px;
    margin: 0 auto;
}

.reach-us-sec {
    background: url(../images/form-bg.png)no-repeat center;
    background-size: cover;
    background-position: top;
    min-height: 800px;
    padding: 100px 0;
    border-top: 1px solid #7a7a7a;
}

.conatct-form-div textarea.form-control {
    height: 150px;
}

.conatct-form-div input.btn.subimt-message {
    background-image: linear-gradient(164deg, #921c1e, #e13935, #921c1e);
    color: #fff;
    min-width: 130px;
    padding: 10px;
    font-size: 17px;
}

.owl-carousel.owl-theme.home-slider.owl-loaded.owl-drag .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.footer-menu ul {
    list-style: none;
    display: flex;
}

.footer-menu ul li {
    margin-right: 55px;
}

footer.footer {
    background: inherit !important;
    
}

.footer-menu ul li a {
    color: #fff;
}

.footer-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.footer-social-menu {
    display: flex;
}

.footer-social-menu span a {
    font-size: 20px;
    margin-right: 17px;
    color: #fff;
}

.footer-social-menu p {
    color: #fff;
    margin-right: 15px;
    margin-bottom: 0;
}

.footer-social-menu i.fa-brands.fa-facebook-f {
    border: 2px solid #fff;
    border-radius: 5px;
    width: 28px;
    height: 28px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
}

.footer-social-menu i.fa-brands.fa-twitter {
    height: 27px;
    border: 2px solid #fff;
    border-radius: 5px;
    width: 27px;
    line-height: 23px;
    text-align: center;
    font-size: 15px;
}

.footer-social-menu i.fa-brands.fa-instagram {
    font-size: 30px;
    line-height: 1;
    margin-top: 2px;
}

.mobile-menu-open {
    display: none;
}

.menu-hide {
    display: none;
}


.about-text {
    text-align: center;
    padding: 50px 0;
}

.abt-text-sec h3 {
    background: #FFC500;
    display: inline-block;
    padding: 5px 39px;
    margin-bottom: 10px;
    font-size: 22px;
    border-radius: 30px;
}

.abt-text-sec {
    margin-top: 35px;
}

p.highlited-text {
    color: #992020 !important;
    font-weight: 500;
    font-size: 20px;
}

.about-text p {
    color: #686868;
}

.brand-logo svg {
    width: /*105px*/78px;
    /*fill: #fff;*/
	fill: #000;
}

.single-variants {
    padding: 80px 0;
}

.vr-title h2 {
    font-size: 75px;
    font-weight: 400;
    color: #7F7F7F;
    padding-bottom: 15px;
    position: relative;
}

.vr-title h4 {
    font-size: 40px;
    font-weight: 400;
    color: #7F7F7F;
}

.vr-title p {
    font-weight: 400;
    color: #7F7F7F;
}

.variant-text {
    /*max-width: 71%;*/
}

.vr-text-image {
    max-width: 50%;
}

.vr-title h2:after {
    content: '';
    height: 2px;
    width: 97%;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
}

.variants-wrap {
    max-width: 1250px;
    margin: 0 auto;
}

.row.flex-row-reverse .variant-text {
    margin-left: auto;
}

.row.flex-row-reverse .vr-text-image {
    margin-left: auto;
}

.sub-menu-toggle {
    display: none;
}

ul.dropdown-menu li {
    margin-left: 0;
}

.menu-wrap {
    display: flex;
    align-items: center;
}

.sub-menu li {
    list-style: none;
    /* display: none; */
    padding: 4px;
    margin-left: 10px;
}

.sub-menu.dropdown-menu {
    background-color: #7f1718;
}

.sub-menu.dropdown-menu li {
    margin-left: 5px;
    padding: 2px;
}

.dropdown-toggle {
    color: #ffc500;
}

ul.sub-menu.dropdown-menu li {
    margin-left: 10px;
}

ul.sub-menu.dropdown-menu li a {
    font-weight: 400;
}

.menu-item-has-children::after {
    display: inline-block;
    color: #fff;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.menu-item-has-children .sub-menu {
    display: none;
}

ul.sub-menu.dropdown-menu {
    background: #88181b;
}


.menu-header-container ul ul {
    display: none;
}

.menu-header-container ul ul {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 99999;
    width: 180px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.menu-header-container li {
    position: relative;
}

.menu-item-has-children .sub-menu {
    background: #811a19;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 12%) !important;
    border: none;
}

.menu-item-has-children .sub-menu li {
    padding: 4px;
    margin-left: 0;
    padding-left: 15px;
}

.menu-item-has-children .sub-menu li:hover {
    background-color: #88181b14;
    margin-left: 0;
    padding-left: 15px;
}

.menu-item-has-children .sub-menu li a,
.menu-item-has-children .sub-menu li a:hover {
    color: #FFC500 !important;
}


/*========= BLOG CSS ======*/
.blog-date {
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid #f18d00;
    background: #fff;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
}

.blog-date p {
    margin: 0;
    line-height: 1;
}

.blog-image {
    position: relative;
    border: 1px solid #d1d1d1;
    overflow: hidden;
    max-height: 300px;
    height: 300px;
}

.blog-date b {
    display: block;
    line-height: 1;
    margin-bottom: 3px;
}

.blog-content {
    padding: 30px 0px 30px 30px;
    position: relative;
    top: -50px;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    z-index: 99;
}

.reading-time {
    font-size: 15px;
    color: #8a8888;
}

.reading-time p {
    font-size: 15px;
    color: #8a8888;
    margin-bottom: 2px;
}

.blog-wrapper {
    padding: 100px 0;
}

.blog-title h3 a {
    font-size: 20px;
    color: #07426a;
    line-height: 1;
}

.readmore-btn {
    position: absolute;
    min-width: 150px;
    padding: 8px;
    text-align: center;
    background: #022c56;
    bottom: -20px;
    background-image: linear-gradient(164deg, #921c1e, #e13935, #921c1e);
    color: #fff;
    min-width: 130px;
    padding: 10px;
    font-size: 16px;
}

.readmore-btn a {
    color: #ffffff;
    display: block;
}

.blog-single:hover .blog-image img {
    transform: scale(1.2);
    transition: all ease 0.4s;
}

.blog-image img {
    transition: all ease 0.4s;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.blog-content-area img {
    width: 100%;
}

.blog-content-area p {
    margin-bottom: 25px;
    font-size: 16px;
}

.blog-content-area ul li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.8em;
}

.blog-content-area ul {
    padding-left: 40px;
}

.single-blog-wrapper {
    padding: 50px 0;
}

.blog-content-area img {
    margin-bottom: 40px;
}

.tm-recent-post-list-li {
    display: flex;
}

.tm-recent-post-list-li .post-detail {
    margin-left: 15px;
}

.post-detail .post-date {
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
    color: #4e4e4e;
}

.blog-content-area h4 {
    color: #262626;
}

.inner-blog-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

.inner-blog-title h1 {
    color: #fff;
    margin-bottom: 0;
}

.single-blog-banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 30%);
    z-index: 1;
}

.tm-recent-post-list-li {
    margin-bottom: 15px;
}

.post-detail a:hover {
    color: #d7190e;
}

.post-detail a {
    color: #1b1b1b;
    display: inline-block;
}

aside.side_post_wrap h4.side-widget-title {
    color: #000;
    margin-bottom: 25px;
    padding-bottom: 17px;
    border-bottom: 1px solid#ccc;
    line-height: 1;
}

.side-widget-title {
    position: relative;
}

.side-widget-title:after {
    content: '';
    background: #d7190e;
    width: 20%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all ease 0.5s;
}

aside.side_post_wrap:hover .side-widget-title:after {
    width: 100%;
}

ul.post-tags {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

ul.post-tags li {
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

ul.post-tags li a {
    color: #262626;
    display: block;
    padding: 10px;
}

ul.post-tags li:hover a {
    background: #a42323;
    color: #FFC500;
}

aside.side_post_wrap {
    margin-bottom: 35px;
}

ul.follow-us-list li {
    margin-right: 15px;
}

ul.follow-us-list {
    list-style: none;
    display: flex;
}

.site-breadcumb {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
    max-width: 1320px;
    list-style: none;
    display: flex;
    align-items: center;
}

.single-blog-banner {
    position: relative;
}

.site-breadcumb .bredcumb-link {
    padding: 13px;
    font-size: 14px;
    font-weight: 400;
    background: #f1f1f1;
}

li.brd-separator {
    padding: 10px 0;
    background: #f1f1f1;
    line-height: 1.35;
    font-size: 20px;
}

.site-breadcumb .bredcumb-link a:hover {
    color: #d7190e;
}

.site-breadcumb .bredcumb-link a {
    color: #4a4a4a;
}

ul.follow-us-list li a {
    font-size: 15px;
    background: #a42323;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #ffd442;
}

.post-tag a {
    display: inline-block;
    padding: 10px 15px;
    background: #cbcbcb;
    color: #040404;
}

.post-tag a:hover {
    background: #a42323;
    color: #ffd442;
}

.share-post span a {
    height: 30px;
    width: 30px;
    display: inline-block;
    background: #ccc;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #606060;
}

.dummy-div {
    height: 60vh;
    background: #ffdea3;
}

.footer_mainlogo p {
    color: #fff;
    margin-top: 12px;
}

footer.footer {
    padding: 45px 0;
}

.footer-item h4 {
    color: #fff;
}

.footer-item ul {
    list-style: none;
}

.footer-item ul li a {
    color: #fff;
    margin-bottom: 9px;
}

ul.ft-social-menu {
    display: flex;
}

ul.ft-social-menu li {
    margin-right: 24px;
}

ul.ft-social-menu li a {
    font-size: 24px;
}

.footer-first-content p a {
    color: #fff;
}

.footer-first-content p a i {
    margin-right: 10px;
}

.footer-item ul li {
    margin-bottom: 12px;
}

.footer_mainlogo svg {
    width: 210px;
    margin-bottom: 15px;
}

/* Contact us Page */
.inner-banner-text h6 {
    font-size: 20px;
    color: #2e2e2e;
}

.inner-banner-text h1 {
    font-size: 40px;
    color: #2e2e2e;
}

.ct-form-heading h3 {
    font-size: 24px;
}

div.contact-form-main input:focus,
div.contact-form-main textarea:focus {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #2e2e2e;
    background: #f1f1f1;
}

div.contact-form-main input {
    height: 50px;
    /* margin-bottom: 16px; */
    border: 1px solid #2e2e2e;
    border-radius: 0;
    font-size: 16px;
    background: none;
}

div.contact-form-main textarea {
    height: 100px;
    /* margin-bottom: 16px; */
    border: 1px solid #2e2e2e;
    border-radius: 0;
    font-size: 16px;
    background: none;
}

.checkbox-sec input[type="checkbox"] {
    margin-right: 12px;
    height: 18px;
    width: 18px;
}

.contact-form-main .form-btn input {
    background-image: linear-gradient(164deg, #921c1e, #e13935, #921c1e);
    color: #fff;
    padding: 10px;
    font-size: 17px;
    border: none;
    min-width: 200px;
}

.checkbox-sec {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.contact-form-sec {
    padding: 55px 0;
    background: #f5f5f5;
}

.ct-details-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;

}

.ct-text {
    width: 220px;
    border-left: 2px solid #9f9f9f;
    padding-left: 15px;
}

.ct-icon i {
    width: 20px;
    text-align: center;
    font-size: 18px;
}

.ct-icon i {
    font-size: 18px;
    color: #1b1b1b;
    margin-right: 20px;
}

.ct-text p {
    margin-bottom: 0;
    font-size: 22px;
    color: #404040;
}

.ct-details-box .social-media-sec ul {
    list-style: none;
    display: flex;
}

.ct-text .social-media-sec ul li {
    margin-left: 0;
    margin-right: 20px;
    line-height: 1.9;
}

.ct-text .social-media-sec ul li a {
    font-size: 22px;
}

.social-media-sec ul li a:hover i {
    background: #DE0000;
    color: #fff !important;
}

.social-media-sec ul li a i {
    color: #ffffff;
    background: #a8b5ba;
    height: 26px;
    width: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
    font-size: 14px;
    padding-left: 1px;
}


/*====================================================================================================*/




.footer_mainlogo p {
    color: #fff;
    margin-top: 12px;
}

footer.footer {
    padding: 20px 0;
    text-align: center;
    color: #4B4B4B;
    font-size: 20px;
    font-weight: 400;
	border-top: 1px solid #ddd;
}

.footer-item h4 {
    color: #fff;
}

.footer-item ul {
    list-style: none;
}

.footer-item ul li a {
    color: #fff;
    margin-bottom: 9px;
}

ul.ft-social-menu {
    display: flex;
}

ul.ft-social-menu li {
    margin-right: 24px;
}

ul.ft-social-menu li a {
    font-size: 24px;
}

.footer-first-content p a {
    color: #fff;
}

.footer-first-content p a i {
    margin-right: 10px;
}

.footer-item ul li {
    margin-bottom: 12px;
}

.footer_mainlogo svg {
    width: 210px;
    margin-bottom: 15px;
}

.contact-form-main .wpcf7-form-control-wrap {
    line-height: 0px;
}


/*---------------Sm new added css------------------*/


.mob-banner{display: none;}
.desktop-banner{display: block;}
.hero-image {
  max-width: 100%;
      width: 100%;
}

.why-choose-us {
  text-align: center;
  padding: 90px 20px 40px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.feature img {
  width: 100%;
  border-radius: 8px;
}

.products-section {
	padding: 50px 0 80px;
    text-align: center;
}

.product-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 197px;
}



.product-card img {
	width: 300px;
    position: absolute;
    top: -130px;
    left: 11px;
}
.product-card.ray-assam img{     width: 266px;}
.product-cards.card-bottom-middle{     display: inline-block;     width: 50%;     margin-top: 140px;}
.distributor-banner {
  background: #1b1b1b;
    color: #fff;
    padding: 40px;
    text-align: left;
    border-radius: 40px;
}

.distributor-banner img {
  max-width: 100%;
    border-radius: 20px;
    height: auto;
    width: 100%;
    object-fit: unset;
    object-position:unset;
}

.distributor-banner button {
  margin-top: 20px;
  padding: 10px 20px;
  background: #e42d2d;
  border: none;
  border-radius: 5px;
  color: #fff;
}

.advantages {
  padding: 80px 0 40px;
  text-align: center;
}

.advantage-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    justify-content: space-between;
}

.advantage-box {
    flex: 1 1 200px;
    background: #fff0ee;
    padding: 26px;
    border-radius: 40px;
	align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.advantages .advantage-box p{ font-weight: 500;     font-size: 18px;     margin-top: 15px;}
.outer-container{     max-width: 1240px;     margin: 0 auto;     padding: 0 20px; font-family: 'Ubuntu'; }
.why-choose-us h2{ color:#222222; font-size: 40px; font-weight:700;     margin-bottom: 30px;}
.why-choose-us p{    color: #4e4e4e;     font-size: 20px;  margin-bottom: 58px;     line-height: 32px;}
.features-outer img{     height: 420px;     object-fit: cover;     object-position: 0 -85px;     border-radius: 40px;}
.features-outer .feature{ position:relative;}
.features-outer .feature .name{     position: absolute;     bottom: 0;     right: 0;     left: 0;     color: #fff;     text-align: left;     padding: 20px 40px 40px;     margin: 0;     background-image: linear-gradient(transparent, #000);     border-radius: 0 0 40px 40px;     font-size: 32px;     font-weight: 700;     line-height: 40px;}
.features-outer .features-grid .feature img{ height: 380px;     object-position: 0 0;}
.products-section h2{ color:#222222; font-size: 29px;     font-weight: 700;}
.products-section p{ color: #4e4e4e; font-size: 20px; line-height: 32px;}
.product-card{ padding: 250px 40px 40px;     position: relative;     text-align: left;     border-radius: 40px;}
.blend{ background:#f0f4ff;}
.ray-assam{ background:#FFE7DF}
.ray{ background:#fff8dc;}
.elaichi{ background:#f6ffe1;}
.raftaar{ background:#ffeae6;}
.product-card h3{ color:#222222; font-size: 32px; font-weight:700;}
.product-card .sub-con{ font-size:24px; font-weight:500; font-style:italic; color:#4b4b4b;}
.product-card .main-con{ margin-bottom:0; font-weight: 400;}
.product-cards.card-botom{ margin-top: 158px;}
.become-distributor-outer{ display:flex; margin-top:70px; justify-content: space-between;}
.become-distributor-outer h3{ color:#fff; font-size:32px; font-weight:700; margin-bottom: 30px;}
.become-distributor-outer p{ color:#fff; font-size:20px; font-weight:400;}
.become-distributor-outer button{    background: #94191F;     border: 1px solid #94191F;     font-size: 14px;     color: #fff;     width: 100%;     border-radius: 5px;     font-weight: 500;}
.become-distributor-outer button:hover{ background:#fff; border-color:#fff; color:#222;}
.become-distributor-outer .left-con{ width: 60%;}
.become-distributor-outer .register-btn{     width: 30%;     margin-top: 63px;}
.advantages h2{ color:#222222; font-size: 32px; font-weight:700;}
.advantages p{ color:#222222; font-size:20px; font-weight:400;}
.banner-section{ position:relative;}
.banner-section .home-banner-frm{position: absolute;   top: 50%;     left: 70px; transform: translate(0, -50%);    background: #fff;     padding: 20px;     border-radius: 16px;     padding-bottom: 0;     right: inherit;     box-shadow: 0 0px 20px #0000004f;}
.banner-section .home-banner-frm h2{     color: #222;     font-size: 20px;     font-weight: 700;     text-align: center;}
.banner-section .home-banner-frm p > span.wpcf7-form-control-wrap{     display: block;     margin-bottom: 15px;}
.banner-section .home-banner-frm p > br{ display:none; }
.banner-section .home-banner-frm label{ display:none;}
.banner-section .home-banner-frm input[ type="text"],.banner-section .home-banner-frm input[ type="tel"],.banner-section .home-banner-frm input[ type="email"],.banner-section .home-banner-frm select{border: 1px solid #ddd;     border-radius: 5px;     padding: 0px 15px;     width: 100%;     font-size: 14px;     color: #686868;     height: 42px;}
.home-banner-frm .wpcf7-response-output{ position: absolute;     bottom: -35px;     left: 50%;     font-size: 12px;     background: transparent;     transform: translate(-50%, 0px);     width: 100%;     text-align: center;}
.banner-section .home-banner-frm input[ type="submit"]{     background: #94191F;     border: 1px solid #94191F;     padding: 10px;     border-radius: 5px;     width: 100%;     color: #fff;     font-weight: 500;     font-size: 14px;}
.banner-section .home-banner-frm input[ type="submit"]:hover{ background:#000; border-color:#000;}
.banner-section .home-banner-frm .wpcf7-spinner{     position: absolute;     top: 50%;     left: 50%;     transform: translate(-50%, 0);}
.header-wrap .mobile-menu-open{     display: none !important;}
.header-wrap .menu-wrap{ display:none;}
.mob-pop-up-ban{ display:none;}
.banner-section img.hero-image.mob-banner{ display:none;}
.mob-frm-heding{ display:none;}
.thank-ban img{ width:100%; display:block;}
.thank-con-outer{     width: 1240px;     position: absolute;     top: 50%;     transform: translate(-48%, -50%);     margin: 0 auto;     left: 50%; }
.thank-con{      background: #f4f0c3;     width: 370px;     height: 300px;     text-align: center;     display: flex ;     align-items: center;     justify-content: center;     flex-direction: column;}
.thank-con h1{     font-size: 60px;     font-weight: 600;     color: #c83e3a; margin-bottom: 26px;}
.thank-con p{     font-weight: 300; font-size: 18px;}
.thank-con .btn{     background-image: linear-gradient(164deg, #921c1e, #e13935, #921c1e);     color: #fff;     min-width: 130px;     padding: 10px;     font-size: 17px;     margin-top: 28px;}
.wpcf7-not-valid-tip{     font-size: 12px;     font-weight: normal;     display: block;     position: absolute;     bottom: -17px;     line-height: 17px;}

@media (max-width: 1280px) and (min-width: 1200px){
	.banner-section .home-banner-frm{     width: 336px;}
	.why-choose-us h2{     font-size: 30px;}
	.why-choose-us p,.products-section p,.become-distributor-outer p,.advantages p{     font-size: 16px;}
	.outer-container{ max-width: 1200px;}
	.features-outer .feature .name,.product-card h3,.become-distributor-outer h3,.advantages h2{ font-size: 24px; line-height:30px;}
	.products-section h2{ font-size: 26px;}
	.product-card .sub-con{ font-size: 20px;}
	.product-card img{ width: 273px;}
	.product-card.ray-assam img {     width: 242px; }
	.product-card{     padding: 217px 40px 40px;}
}

@media only screen and (max-width: 1199px) and (min-width: 992px){
	
	.banner-section .home-banner-frm{          width: 300px;}
	.banner-section .home-banner-frm h2{     font-size: 17px;}
	.why-choose-us h2{     font-size: 30px;}
	.why-choose-us p,.products-section p,.become-distributor-outer p,.advantages p{     font-size: 16px;}
	.outer-container{ max-width: 1200px;}
	.features-outer .feature .name,.product-card h3,.become-distributor-outer h3,.advantages h2{ font-size: 24px; line-height:30px;}
	.products-section h2{ font-size: 24px;}
	.product-card .sub-con{ font-size: 20px;}
	.product-card img{ width: 273px;}
	.product-card.ray-assam img {     width: 246px; }
	.product-card{     padding: 217px 40px 40px;}
	.banner-section .home-banner-frm input[ type="text"], .banner-section .home-banner-frm input[ type="tel"]{     font-size: 13px;     padding: 5px 15px;}
	.features-outer img{ object-position: 0 -64px;}
	.features-outer .features-grid .feature img{     object-position: 0 0;}
	.advantages .advantage-box p{     font-size: 14px;}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
		.banner-section .home-banner-frm{          width: 300px; }
		.banner-section .home-banner-frm input[ type="text"], .banner-section .home-banner-frm input[ type="tel"], .banner-section .home-banner-frm select{ height: 32px;}
		.banner-section .home-banner-frm p > span.wpcf7-form-control-wrap{     margin-bottom: 5px;}
	.banner-section .home-banner-frm h2{     font-size: 17px;}
	.why-choose-us h2{     font-size: 24px;}
	.why-choose-us p,.products-section p,.become-distributor-outer p,.advantages p{ font-size: 14px;         line-height: 24px;}
	.outer-container{ max-width: 1200px;}
	.features-outer .feature .name,.product-card h3,.become-distributor-outer h3,.advantages h2{ font-size: 20px; line-height:30px;}
	.products-section h2{ font-size: 20px;}
	.product-card .sub-con{ font-size: 20px;}
	.product-card.ray-assam img {     width: 206px; }
	.product-card img{ width: 230px;}
	.product-card{     padding: 168px 40px 20px;}
	.distributor-banner img{ object-position: 0 0;}
	.become-distributor-outer{     margin-top: 60px;}
	.banner-section .home-banner-frm input[ type="text"], .banner-section .home-banner-frm input[ type="tel"]{     font-size: 13px;     padding: 5px 15px;}
	.features-outer img{ object-position: 0 -64px; height: 340px;}
	.features-outer .features-grid .feature img{     object-position: 0 0;}
	.advantages .advantage-box p{     font-size: 14px;}
	.features-outer .feature .name > br{ display:none;}
}
@media (max-width: 767px){
	.banner-section img.hero-image.mob-banner{ display:block;}
	.paoc-close-popup{     top: 16px !important;         right: 18px !important;         fill: #727272 !important;         background-color: transparent !important;         border: 0 !important;}
	.paoc-popup-center-center .paoc-cb-popup-body{ margin: 0;     position: fixed;     top: 20px;     bottom: 20px; font-family: 'Ubuntu';}
	.paoc-popup-content input[ type="text"], .paoc-popup-content input[ type="tel"], .paoc-popup-content select {     border: 1px solid #ddd;   margin-bottom: 15px;  border-radius: 5px;     padding: 0px 15px;     width: 100%;     font-size: 14px;     color: #686868;     height: 42px; 	}
	.paoc-popup-content input[ type="submit"]{            background: #1B1B1B;         border: 1px solid #1B1B1B;         padding: 10px;         border-radius: 5px;         width: 90%;         color: #fff;         font-weight: 500;         font-size: 14px;         margin-top: 30px;         position: absolute;         bottom: 20px;         left: 50%;         transform: translate(-50%, 0);}
	.paoc-popup-content h2{    font-size: 16px;     font-weight: 500;     color: #222;}
	.paoc-popup-content label,	.paoc-popup-content br{ display:none;}
	.paoc-popup-content p{ margin-bottom:0;}
	.wpcf7-not-valid-tip{ margin-bottom: 0;         position: static;         margin-top: 7px;}
	.paoc-popup .paoc-popup-inr-wrap{ position:static;}
	.mob-pop-up-ban{         display: block;         text-align: center;         width: 90%;         position: absolute;         bottom: -25px;         left: 50%;         transform: translate(-50%, 0);}
	.mob-pop-up-ban a{ background: #1B1B1B;         color: #fff;         font-size: 14px;         font-weight: 700;         padding: 14px 0;         display: block;         border-radius: 5px;         font-family: 'Ubuntu';}
	.header-wrap{ background: #fefefe; padding: 10px;}
	.header-wrap-outer{     max-width: 100%; padding: 0 0;}
	.banner-section img{ height: auto;         object-fit: cover;         object-position: 0 0;}
	.banner-section img.hero-image.desktop-banner{ display:none;}
	.why-choose-us {     text-align: left;     padding: 40px 0px; }
	.why-choose-us h2{     font-size: 24px;         margin-bottom: 12px;}
	.why-choose-us p{ font-size: 16px;     margin-bottom: 24px;     line-height: 26px;}
	.features-outer .feature .name{     font-size: 24px;     font-weight: 700;     line-height: 30px; padding:45px 14px 25px;}
	.features-outer img{ height: 330px; object-position: -150px 0;}
	.features-outer .features-grid .feature img{     height: 330px;     object-position: -99px 0;}
	.features-outer .feature .name br{ display:none;}
	.products-section {     padding: 0px 0;     text-align: left; }
	.products-section h2{ font-size: 24px;}
	.products-section p{     font-size: 16px;     line-height: 30px;}
	.product-card img{     width: 200px;}
	.product-card.ray-assam img {     width: 175px; }
	.product-cards.card-bottom-middle {   width: 100%;     margin-top: 25px;     margin-bottom: 35px;}
	.product-card{     padding: 134px 20px 20px; text-align: left;     margin-bottom: 130px;}
	.product-card h3{ font-size: 24px;}
	.product-card .sub-con{ font-size: 20px;}
	.product-card.ray{ margin-bottom:0px;}
	.product-card.elaichi{ margin-top: 95px;}
	.product-card.raftaar{ margin-bottom:40px;}
	.distributor-banner{ padding: 20px;         border-radius: 0; margin: 0 -20px;}
	.distributor-banner img{ object-position: center; height: auto;     border-radius: 20px;}
	.become-distributor-outer{ display: block; margin-top: 40px;}
	.become-distributor-outer .left-con{     width: 100%;}
	.become-distributor-outer h3{     font-size: 23px;     margin-bottom: 10px;}
	.become-distributor-outer p,.advantages p{ font-size: 16px;}
	.become-distributor-outer button{     margin-top: 0;}
	.advantages{ padding: 30px 0 0px;     text-align: left;}
	.advantages h2{ font-size: 24px;}
	.advantage-grid{     display: block; margin-top: 30px;}
	.advantage-box{ display: block; background: transparent;     border-bottom: 1px solid #ccc;         border-radius: 0;}
	.become-distributor-outer .register-btn{ width: 100%; margin-top: 0;}
	.banner-section .home-banner-frm{ display: block;          padding-bottom: 10px;       position: static;         border-radius: 0;         box-shadow: inherit;         background: #000; transform: inherit;}
	.mob-frm-heding{ display:block; color:#fff; font-size:15px;}
	.banner-section .home-banner-frm input[ type="submit"]:hover{ background:#fff; border-color:#fff; color:#222;}
	.banner-section .home-banner-frm h2{ color: #fff; text-align: left;}
	footer.footer{ font-size: 16px;}
	.advantage-grid.advantage-botom > div:last-child{ border-bottom:0;}
	.features-outer img{     border-radius: 25px;}
	.product-card{ border-radius: 25px;}
	.features-grid{ margin-top: 24px;     margin-bottom: 24px;}
	.product-cards{ margin-top: 160px;}
	.product-cards.card-botom {     margin-top: 35px; }
	.product-card.raftaar{         margin-top: 10px;}
	.features-outer .feature .name{ border-radius:0 0 25px 25px; }
    .desktop-banner{display: none;}
    .mob-banner{display: block;}
	.thank-con-outer{     width: 100%; position: static; transform: inherit;}
	.thank-con{ width: 100%;}
}
@media (max-width: 480px){
	.banner-section img{     height: auto;         object-fit: cover;         object-position: 0 0;}
    .desktop-banner{display: none;}
    .mob-banner{display: block;}
}