p{
    font-family: "Plus Jakarta Sans" !important;
    font-size: 16px !important;
}
/*h3{*/
/*    font-family: "Abril Fatface" !important;*/
/*	font-size: 38px !important;*/
/*}*/
.carousel-inner img {
	width: 100%;
	height: 100%;
}

.about_heading{
    font-size: 20px;
    /* padding-left: 20px; */
    padding-bottom: 20px;
}
::selection {
    color: #ffffff;
    background: #a37925 !important;
}
.ctn {
    position: absolute !important;
    margin-top: -100px !important;
}
.sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

/* FAQ SECTION styles */
.accordion>.card {
	overflow: hidden;
}

.contactus .form_context .submit_button{
    width: max-content;
}
.accordion>.card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.contactus .form_context textarea{
   background-color: transparent;
    color: #000000;
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0px;
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.blog_inner_section .blog_context{
    padding-left: 0px !important;
     padding-right: 0px !important;
}
.blog_inner_section .blog_inner_img {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.video-block span {
    font-size: 30px;
    color: #333;
    font-weight: 600;
    padding: 0px 10px;
    text-align: right;
    background: #9CDAD9;
}
.blog_description ul {
    margin-left: 40px;
}
.blog_description h3 {
    font-size: 20px;
}
.accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.video_gallery button.close {
    position: absolute;
    right: 0;
    z-index: 999;
    opacity: 100%;
}

.blog_progress_bar {
    height: 5px;
    background: #bb8c2d;
    width: 0%;
    position: fixed;
    top: 86px;
}
.accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: -1px;
}


.welcome_bk {
	width: 100%;
	position: relative;
}

.welcome_bk img {
	width: 55%;
	position: absolute;
	left: 50%;
	top: 10%;
	transform: translate(-50%, 16%);
}


.leadForm .form-group {
	position: relative;
	margin-bottom: 1.5em;
}


.leadForm label.text-red.text-capitalize.text-normal {
	font-size: 12px;
	position: absolute;
	bottom: -18px;
	left: 12px;
	background: white;
	color: #bd060e;
}



.covi-favi-block {
	position: fixed;
	/* display: block; */
	background: #fff;
	/* color: #FFF; */
	bottom: 10px;
	z-index: 100;
	left: 10px;
	right: initial;
	border: 8px solid #56326dbf;
	width: 350px;
	text-align: center;
	padding: 0;
}

.close-icon {
	position: absolute;
	right: -25px;
	top: -25px;
	background-color: #806592;
	width: 30px;
	height: 30px;
	border-radius: 25px;
	border: none;
	opacity: 1;
	color: #fff;
	z-index: 999;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}


/*****Gallery********/


.tz-gallery {
	padding: 10px 10px;
}


/* Override bootstrap column paddings */
.tz-gallery .row>div {
	padding: 2px;
}


.tz-gallery .lightbox img {
	width: 100%;
	min-height: 270px;
	max-height: 270px;
	object-fit: cover;
	border-radius: 0;
	position: relative;
}


.tz-gallery .lightbox:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	opacity: 0;
	color: #611050;
	font-size: 26px;
	/* font-family: 'fontawesome'; */
	/* content:"\f08e"; */
	/* content:"\f06e"; */
	content: '';
	pointer-events: none;
	z-index: 9;
	transition: 0.4s;
	background: #fff;
	min-width: 50px;
	text-align: center;
	background: url(../img/azi-guard-technology.svg) no-repeat center;
	background-size: 30px;
}

.tz-gallery a.lightbox {
	display: block;
	overflow: hidden;
	width: 100%;
	max-height: 270px;
	position: relative;
}


.tz-gallery .lightbox:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	content: '';
	transition: 0.4s;
	background: url(../img/azi-guard-technology.svg) rgb(220 136 78 / 75%) no-repeat center;
	background-size: 55px;
}

.tz-gallery1 .lightbox:after {
	background: url(../img/coats-objects.svg) rgb(230 54 45 / 75%) no-repeat center;
}


.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
	opacity: 1;
}

/* Video Gallery ********/
.video_gallery {
    padding-bottom: 100px;
}

.video_bg {
    background-color: #F1FEFE;
    height: 300px;
    margin-top: -300px;
}

.video-block {
	text-align: left;
	background-color: #eee;
	min-height: 290px;
}

.thumbnail-block {
	/*padding: 5px;
    border: 1px solid #ebebeb;*/
	position: relative;
}

.overlap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #3333335e;
	display: none;
	cursor: pointer;
	text-align: center;
}

.thumbnail-block .overlap {
	display: block;
	background: rgba(0, 0, 0, 0.51);
	/*border-radius: 20px;*/
}

.thumbnail-block img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.overlap img {
	width: 55px;
	margin-top: 20%;
	height: auto;
}

.modal-video-body video {
	width: 100%;
}

.modal-video-body iframe {
	width: 100%;
}

.close{
    margin-top:7px;
    text-align:right;
}

.video-block span {
    font-size: 30px;
    color: #333;
    font-weight: 600;
    padding: 0px 10px;
    text-align: right;
    background: #9CDAD9;
}

small.b_dte {
	color: #ac001a;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	text-align: right;
	font-weight: 500;
}

.video_gallery_section {
	position: relative;
	padding: 100px 0;
	background-color: #ffffff;
}

.video_gallery_section1 {
	margin-top: 15.2em;
	padding: 50px 0;
}

.video_image {
    border-radius:20px;
}

/* Success Page Styles ********/
.success-page-section {
	padding: 75px 0;
	margin-top: 0;
}

.success-text {
	text-align: center;
}

.success-text h2 {
	font-size: 30px;
	color: #dc884e;
	font-weight: 900;
}

.success-text p {
	font-size: 18px;
	padding: 8px 0;
	color: #222d35;
	font-weight: 500;
}

.success-text h6 {
	background-color: #ec3726;
	width: 175px;
	margin: 0 auto;
	padding: 15px 0;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
}

.success-text h6 a {
	color: #ffffff;
	display: block;
}

.success-text h6 a:hover {
	text-decoration: none;
}


.disclmerTxt {
	color: white;
	font-size: 14px !important;
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 1em !important;
	text-align: center !important;
}

.disclmerTxt b {
	font-weight: bold;
}

.cookie-banner {
	display: none;
	height: auto;
	position: fixed;
	z-index: 999;
	padding: 4px 3%;
	background-color: #eee;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.cookie-banner.bottom {
	display: block;
	border-top: 2px solid #26130c;
	bottom: -90%;
	transition: bottom 0.5s;
}

.cookie-banner.bottom.show {
	bottom: 0;
	transition: bottom 1s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.cookie-banner p {
	width: 88%;
	display: inline-block;
	font-size: 12px;
}


.cookie-banner a.button {
	margin: 15px;
	width: 100px;
	height: 40px;
	z-index: 100;
	background: #9d0917;
	text-transform: uppercase;
	line-height: 1.4;
	padding-top: 8px;
	display: inline-block;
	color: #FFF !important;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
}


.image_gallery_section {
	padding: 75px 0;
}


#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}


#myBtn:hover {
	background-color: #555;
}

.faq_section {
	padding-top: 50px;
}


.slider_content {
	margin-top: 75px;
}


.custom_input {
	background-color: transparent;
	width: 90%;
	height: 60px;
	border-radius: 30px;
	border: 1px solid #ffffff;
	outline: none;
	padding-top: 0px;
}

.custom_message {
	width: 100%;
}


label {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	font-family: Barlow;
	padding-bottom: 0px;
}

.star {
	color: #b30e0e;
}


.custom_row {
	display: flex;
	justify-content: space-between;
	margin-right: -60px;
}


label.text-red.text-capitalize.text-normal {
	color: #b30e0e;
	font-size: 14px;
	text-transform: unset !important;
}


.card {
	border: none !important;
}

.card-header {
	background-color: #fff;
}


.safety {
	font-family: "Montserrat";
	margin-bottom: 2px;
	font-weight: 500;
}


.faq_line {
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
}


.faq_link {
	color: #08392B;
	font-weight: 700;
}


.card_title {
	font-family: "Abril Fatface";
	font-size: 38px;
}


.faq_title {
	font-family: "Abril Fatface";
	font-size: 38px;
}


li.nav-item span.line_active {
	height: 8px;
	background: #ffffff;
	width: 80%;
	margin: 0px auto;
	display: block;
	border-radius: 10px 10px 0px 0px;
}


li.nav-item.active span.line_active {
	height: 8px;
	background: #9CDAD9;
	width: 100%;
	margin: 0px auto;
	display: block;
	border-radius: 10px 10px 0px 0px;
	position: absolute;
    bottom: -8px;
}

li.nav-item {
    margin-right: 26px;
    position: relative;
}


.navbar-expand-lg .navbar-nav .nav-link {
	/* padding-left: 0px; */
	/* padding-right: 0px; */
}


/*.navbar {*/
/*	padding: 0px;*/
/*}*/


.navbar-expand-lg .navbar-nav .nav-link {
	padding-top: 23px;
	padding-bottom: 14px;
}





html {
	overflow-y: scroll;
}

body {
    overflow-x: hidden;
}


.ingredient_img_context {
	display: flex;
	justify-content: center;
	align-items: center;
}
.blogs_section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
  .blog_section {
        position: relative;
        padding-top: 50px !important;
	    padding-bottom: 50px !important;
    }
    .custom_blog_btn_slide .owl-buttons{    
        position: absolute;
        top: -80px;
        right: 0;
    }
    
    .custom_blog_btn_slide .owl-buttons .owl-prev {
        margin: 0px !important;
        padding: 0px !important;
    }
     .custom_blog_btn_slide .owl-buttons .owl-next{
          margin: 0px !important;
        padding: 0px !important;
     }
.owl-theme .owl-controls .owl-buttons div{
    background:transparent !important;
    margin:5px;
}
.owl-theme .owl-controls .owl-buttons div .blogbtn {
	background-color: transparent !important;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	border: 1px #000 solid !important;
	color: #000;
	padding: 15px;
	margin-right: 14px;
}


.owl-theme .owl-controls.clickable .owl-buttons .blogbtn:hover {
	background-color: #000 !important;
	color: #fff;
}


.owl-theme .owl-controls .owl-buttons div{
    background:transparent !important;
    margin:5px;
}
.sleeping_section .sleeping_context{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.sleeping_section {
        position: relative;
    }
    .custom_btn_slide{
        padding-top:50px;
        padding-bottom: 50px;
    }
    .custom_btn_slide .owl-buttons{
        position: relative;
        text-align:left;
    }
    
    .custom_btn_slide .owl-buttons .owl-prev {
        margin: 0px !important;
        padding: 0px !important;
    }
     .custom_btn_slide .owl-buttons .owl-next{
          margin: 0px !important;
        padding: 0px !important;
     }




.sleeping_section .owl-theme .owl-controls .owl-buttons div .testimonalbtn {
	background-color: transparent !important;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	border: 1px #fff solid !important;
	color: #fff;
	padding: 15px;
	padding-left: 19px;
	margin-right: 14px;
}


.owl-theme .owl-controls.clickable .owl-buttons .testimonalbtn:hover {
	background-color: #fff !important;
	color: #000;
}

nav.navbar.navbar-expand-lg.navbar-light.nav_background.bg-light.m-auto.fixed-top {
    background-color: #ffffff !important;
}

.feature {
    display : flex;
    flex-direction: column;
    align-items: center;
}

.wfs_section .wfs_context .feature_text {
    width: -1%;
    font-size: 12px !important;
    text-align: center;
    padding-top: 3px;
}

.banner_section .banner_content .banner_title {
    font-size: 44px;
}

.features_context.desktop_features.d-none.d-md-block {
    display: flex !important;
    justify-content: space-around;
}

.banner_section .banner_content .banner_title {
    font-size: 40px;
}

p.banner_description {
    line-height: 26px;
}

p.about_description {
    line-height: 26px;
}

.about_button_context {
    margin-top: 25px;
}

.banner_button_context {
    padding-top:10px;
}

.ingredient_section .ingredient_img_context {
    height: 100%;
}

.faq_answer {
    padding-left: 10px;
}

.banner_section .sleep_context .banner_outer_circle {
    padding: 10px !important;
    height: 100px !important;
    width: 100px !important;
}
.banner_outer_circle {
  opacity: 0; /* Initially hide the elements */
  transform: translateY(-50px); /* Move the elements up by 50px */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.banner_outer_circle:nth-child(1) { transition-delay: 0.01s; }
.banner_outer_circle:nth-child(2) { transition-delay: 0.02s; }
.banner_outer_circle:nth-child(3) { transition-delay: 0.03s; }
.banner_outer_circle:nth-child(4) { transition-delay: 0.04s; }
.banner_outer_circle:nth-child(5) { transition-delay: 0.05s; }

.banner_outer_circle.show {
  opacity: 1;
  transform: translateY(0);    
}

.banner_section .sleep_context .banner_outer_circle .banner_circle {
    height: 80px !important;
    width: 80px !important;
}
.banner_section .sleep_context .banner_outer_circle .banner_circle:hover {
    border: 2px solid #ffffff;
}
.banner_section .sleep_context .banner_outer_circle .banner_circle:hover {
    background-color: #bb8c2d;
}

.banner_section .sleep_context .banner_outer_circle .banner_circle .sleep_text {
    font-size: 12px !important;
}
.comp_check {
    width: 30px !important;
}
/*How to use section*/
.step_context {
  opacity: 0; /* Initially hide the elements */
  transform: translateY(-50px); /* Move the elements up by 50px */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.step_context.show {
  opacity: 1;
  transform: translateY(0);
}

.using_section .using_steps .usage_context {
    min-height: 600px;
}

.custom_text {
    font-family: "Plus Jakarta Sans";
}

.video_section {
    padding-top: 100px;
}

.point_context {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.check_mark {
    height: 25px;
    width: 25px;
}

.about_points {
    color: #000000;
    font-size: 16px;
    margin-left: 8px;
    margin-bottom: 0px;
}

.wtc_section {
    background-color: #F6FFFF;
    padding-top: 50px;
    padding-bottom: 50px;
}

.wtc_title {
    font-family: "Abril Fatface";
    color: #08392B;
    font-size: 38px;
    text-align: center;
}

.comparision_context {
    display: flex;
    justify-content: center;
    padding-top: 28px;
}

.comp_img {
    height: 100px;
}

.comp_text {
    font-family: "Plus Jakarta Sans";
    color: #464646;
    font-size: 12px;
    font-weight: 700;
    padding-top: 12px;
}

.comp_check {
    height: 25px;
    width: 25px;
}

.comp_row {
    width: 170px;
    height: 75px;
}

.comparison_table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.comp_img {
    max-width: 100%;
    height: auto;
}

.comp_check {
    max-width: 100%;
    height: auto;
}

.about_product .aboutproduct_description .product_description {
    font-weight: 700 !important;
}

.input_context {
    position: relative;
    display: flex;
}

.arrow i.fa.fa-arrow-right {
    position: absolute;
    right: 30px;
    z-index: 0;
    bottom: 10px;
    color: #ffffff !important;
}

.arrow input#submit {
    z-index: 999;
    position: relative;
    background: transparent;
    border: none;
    color: transparent;
}

img.footer_logo {
    width: 66%;
}

.product_use_video_context {
    padding-top: 40px;
}

.mission_section {
    padding-top: 0px;
}

.using_section .steps .steps_img_context {
    background-image: url(../img/Web-Image-forsleep.jpg) !important;
    align-items: flex-start !important;
}

.using_section {
    background-color: #F6FFFF;
}

.about_video_sec {
    background-color: #F6FFFF;
    padding-top: 50px;
}

.side_stores {
    position: fixed;
    left: 0;
    top: 40%;
    height: 135px;
    width: 75px;
    background: #64696a;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 9999;
}


.side_stores hr {
    width: 50px;
    border-width: 2px;
    margin-left: 9px;
    margin-top: 0;
    margin-bottom: 0;
}

.side_stores img {
    width: 65px;
    padding: 10px;
}

img.side_amazon {
    width: 66px;
    padding: 0px;
}

.banner_section {
    background-image: url(../img/banner_bg.jpg) !important;
    height: unset !important;
    background-size: cover;
}
/*demo6 changes statrts from here*/

.about_section {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}
.wfs_section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.blog_section .blog_description {
    font-family: "Plus Jakarta Sans" !important;
}
.footer_section .footer_links_context .footer_link {
    font-family: "Plus Jakarta Sans" !important;
}
.footer_section .footer_form_context .input_context .mail_input {
    font-family: "Plus Jakarta Sans" !important;
}
.about_points {
    font-family: "Plus Jakarta Sans" !important;
}
.ingredient_section .ingredient_table_context table th {
    font-family: "Plus Jakarta Sans" !important;
}
.ingredient_section .ingredient_description {
    margin-top: 20px;
}
.using_section .using_title {
    padding-bottom: 30px !important;
}
.banner_section .banner_content {
    padding-left: 10px !important;
}
.sleeping_section .sleeping_context {
    width: 552px !important;
}
.footer_section .footer_links_context .footer_link {
    font-size: 16px;
}
.footer_section .footer_links_context .website_link {
    font-family: "Plus Jakarta Sans" !important;
}
.about_product .aboutproduct_description .benefit_context .benefit {
    font-weight: 400 !important;
    font-size: 16px;
}
.ingredient_section .ingredient_table_context .table_title {
    margin-bottom: 30px;
}
.ingredient_section .ingredient_table_context table, .ingredient_section .ingredient_table_context th {
    font-family: "Plus Jakarta Sans" !important;
}
.using_section .using_steps li {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
}
.blog_inner_section .blog_inner_title {
    font-weight: 600 !important;
    text-align: left !important;
    
}
.blog_inner_section .date {
    text-align: left;
}
.blog_inner_section .blog_context .blog_description {
    font-weight: 400;
}
.contactus .text_context .contact_title {
    font-weight: 400;
}
.contactus .form_context .form_title {
    font-family: "Plus Jakarta Sans" !important;
}
.ingredient_section .ingredient_description_context .check {
    height: 30px !important;
    width: 30px !important;
}
.ingredient_section .ingredient_description_context .point_context {
    align-items: flex-start !important;
}
h4{
    font-family: "Plus Jakarta Sans" !important;
    font-weight: 700 !important;
}
/*table*/
.ingredient_section .ingredient_table_context table td {
    border-bottom: 1px solid #b4b8b6;
}
.about_product .aboutproduct_description .benefits {
    margin-top: 50px;
}

/*my selling icons starts*/
.sellingicons{
    position: fixed;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 999;
}
.icon_container1{
    background: rgba(0, 0, 0, 0.5803921569);
    padding: 15px;
    border-radius: 0px 20px 0px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.icon_container2{
    background: rgba(0, 0, 0, 0.5803921569);
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.icon_container3{
    background: rgba(0, 0, 0, 0.5803921569);
    padding: 15px;
    border-radius: 0px 0px 20px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.sellingIconImg{
    width: 30px;
}
.amzonNaming{
    color: #fff;
    font-family: "Plus Jakarta Sans" !important;
    font-weight: 600 !important;
}
.flipkartNaming{
    color: #fff;
    font-family: "Plus Jakarta Sans" !important;
    font-weight: 600 !important;
}
.azistaNaming{
    color: #fff;
    font-family: "Plus Jakarta Sans" !important;
    font-weight: 600 !important;
}
/*my selling icons ends*/


/*social icons styles starts*/
img.sellinpartners {
    width: 30px;
}

img.sellinpartner1 {
    width: 20px;
}

.for_mobile_slider_section .sellingpartner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  position: fixed;
  top: 50%;
  z-index: 999;
  transform: translate(0px, -50%);
  background: rgba(0, 0, 0, 0.5803921569);
  padding: 15px;
  border-radius: 0px 20px 20px 0px;
}
.for_mobile_slider_section .sellingpartner ul {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.for_mobile_slider_section .sellingpartner ul li {
  margin-bottom: 0px;
  list-style: none;
}
.for_mobile_slider_section .sellingpartner ul li a {
  width: 100%;
  display: block;
}
.for_mobile_slider_section .sellingpartner span.hrline {
  width: 100%;
  background: #B7B7B7;
  height: 2px;
  display: block;
}

/*social icons styles ends*/

/*sellingpartners starts*/
.for_mobile_slider_section .sellingpartner {
  top: 39.1% !important;
}
.for_mobile_slider_section .sellingpartner {
  border-radius: 0px 20px 0px 0px;
}
.amazonHovering{
  border-radius: 0px 20px 20px 0px !important;
}
.sellingpartner li {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
}
.sellingpartner img{
    width: 30px !important;
}

.sellingpartner .amazon_naming {
  color: white;
  margin-left: 10px;
  font-family: "Plus Jakarta Sans" !important;
  cursor: pointer;
  font-size: 16px;
}
.flipkart_naming:hover{
  color: white;
}
.sellingpartner .amazon_naming:hover{
  color: white;
}
.azista_naming:hover{
  color: white;
}
.flipkart_naming{
  color: white;
  margin-left: 10px;
  font-family: "Plus Jakarta Sans" !important;
  font-size: 16px;
  cursor: pointer;
}
.azista_naming{
  color: white;
  margin-left: 10px;
  font-family: "Plus Jakarta Sans" !important;
  font-size: 16px;
  cursor: pointer;
}
.d-none {
  display: none;
}

.for_mobile_slider_section .fipkart_icon{
  top: 48.58% !important;
  border-radius: 0px 0px 0px 0px;;
}
.for_mobile_slider_section .azista_icon{
    top: 58.1% !important;
  border-radius: 0px 20px 20px 0px;
}

/*sellingpartners ends*/

/*.card-body {*/
/*    border-bottom: 1px solid #dfdfdf;*/
/*}*/


/*button starts*/
.unique-btn-container {
  display: flex;
  justify-content: flex-start;
}

.unique-btn-content {
    display: flex;
    align-items: center;
    padding: 10px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    /* font-family: 'Poppins', sans-serif; */
    /* font-weight: 600; */
    /* font-size: 16px; */
    /* color: #ffffff; */
    color: #08392B;
    background-color: #dfe5e4;
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    font-size: 14px;
    /* background: #ff135a; */
    transition: 1s;
    border-radius: 6px;
    /* box-shadow: 0 0 0.2em 0 #ff135a; */
}

.unique-btn-content:hover, .unique-btn-content:focus {
  transition: 0.5s;
  -webkit-animation: unique-btn-content 1s;
  animation: unique-btn-content 1s;
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 0.4em 0 #dfe5e4;
}

.unique-btn-content .unique-icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}

.unique-btn-content:hover .unique-icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}

.unique-icon-arrow {
  width: 20px;
  margin-left: 11px;
  position: relative;
  top: 6%;
}
  
/* SVG */
#unique-arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}

#unique-arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.unique-btn-content:hover #unique-arrow-icon-three {
  animation: unique-color_anim 1s infinite 0.2s;
}

.unique-btn-content:hover #unique-arrow-icon-one {
  transform: translateX(0%);
  animation: unique-color_anim 1s infinite 0.6s;
}

.unique-btn-content:hover #unique-arrow-icon-two {
  transform: translateX(0%);
  animation: unique-color_anim 1s infinite 0.4s;
}

/* SVG animations */
@keyframes unique-color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: #dfe5e4;
  }

  100% {
    fill: white;
  }
}

/* Button animations */
@-webkit-keyframes unique-btn-content {
  0% {
    outline: 0.2em solid #dfe5e4;
    outline-offset: 0;
  }
}

@keyframes unique-btn-content {
  0% {
    outline: 0.2em solid #dfe5e4;
    outline-offset: 0;
  }
}

/*button ends*/

/*hovering Nav Starts*/
.fontsizing {
  /*font-size: 14px;*/
  /*color: #131313 !important;*/
  /*font-weight: 700 !important;*/
  /*font-family: "Nunito" !important;*/
  position: relative;
  padding-bottom: 1px ;
  text-align: left;
}
.fontsizing::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1b1b1b;
  transition: 0.3s;
}
.fontsizing:hover::after {
  width: 100%;
}
/*hovering nav Ends*/

/*buy button starts*/
.buying-button {
  width: 116px;
    height: 48px;
  background: #222;
  position: relative;
  text-align: center;
  border-radius: 0.45em;
  font-family: "Plus Jakarta Sans";
  transition: background 0.3s;
  cursor: pointer;
}

.buying-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.buying-button-wrapper,
.buying-text,
.buying-icon {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #fff;
}

.buying-text {
  top: 0;
}

.buying-text,
.buying-icon {
  transition: top 0.5s;
    color: #08392B !important;
    background-color: #dfe5e4;
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    padding: 23px;
    padding-left: 27px;
    padding-right: 27px;
}

.buying-icon {
  color: #fff;
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buying-icon svg {
  width: 24px;
  height: 24px;
}

.buying-button:hover {
  background: #444;
}

.buying-button:hover .buying-text {
  top: -100%;
}

.buying-button:hover .buying-icon {
  top: 0;
}

/*buy button ends*/

/*Blog images by Giridhar starts*/
.for_small{
    display: none;
}
/*Blog images by Giridhar ends*/
 
@media (max-width: 767px) {
    .features_context.desktop_features.d-none.d-md-block{display:none !important;}}

@media (max-width: 768px) {
    .nav_background .nav_logo {
        width: 200px;
        padding: 12px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding:0px !important;
    }
    a.nav-link {
        margin-left: 12px;
        margin-bottom: 12px;
    }
    .button.navbar-toggler{
        display:flex;
        flex-direction:column;
    }
    button.navbar-toggler {
        margin-right: 14px;
    }
    .banner_section {
        margin-top: 54px;
    }
    .banner_section {
        height: 100%;
        padding-top: 50px;
        padding-bottom: 42px;
    }
    .banner_section .banner_content {
        width: 100%;
    }
    
    .banner_section .banner_content .banner_title {
        font-size: 33px;
    }
    
    .banner_section .sleep_context {
        display: none;
    }
    .about_section {
        padding-top: 4px;
        padding-bottom: 20px;
    }
    .about_section .about_context {
        padding-top: 20px;
    }
    .home_about_image_context {
        display: flex;
        justify-content: center;
    }
    .about_section .about_img {
        width: 90%;
        padding-top: 20px;
    }
    .about_product a.cmn_btn {
        width : 94%;
    }

    .wfs_section .wfs_context .features_context .feature_img {
        height: 50px;
        width: 50px;
    }
    .wfs_section .wfs_context .features_context .feature_bg {
        height: 70px;
        width: 70px;
        border-radius: 100%;
        border: 2px solid #000000;
        padding-top: 9px;
        padding-left: 8px;
    }
    .features_row {
        display: flex;
        justify-content: space-around;
    }

    .description_section {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .description_section .description_title {
        font-size: 30px;
    }
    .description_section .point_context .check {
        height: 35px;
        width: 35px;
        padding-top: 5px;
    }
    .description_section .point_context {
        display: flex;
        align-items: start;
    }

    .description_section .description_img_context .description_section_img {
        width: 100%;
        height: 100%;
        padding-top: 20px;
    }
    .wfs_section .wfs_context .wfs_title {
        font-size: 28px;
    }

    .wfs_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .wfs_section .wfs_context .feature_text {
        width: 85px;
    }
    .sleeping_section {
        padding-left: 0px;
    }
    .sleeping_section .sleeping_context {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        width: 380px;
    }

    .blog_section {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .footer_section {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .footer_section .socialicons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        margin-bottom: 18px;
    }
    .footer_section .privacy_context {
        padding-bottom: 14px;
    }

    .footer_section .footer_links_context {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    .about_product .col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .about_product .aboutproduct_description .about {
        padding-top: 10px;
    }

    .about_product {
        margin-top: 22px;
        padding-bottom: 22px;
    }

    .about_product a.cmn_btn {
        margin-left: 12px;
    }

    .ingredient_section {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .ingredient_section .ingredient_description {
        padding-left: 4px;
    }
    .ingredient_section .ingredient_table_context table {
        margin-bottom: 14px;
        display: block;
        overflow: scroll;
        width: 100%;
    }
    .ingredient_table_context th {
        padding: 0px;
    }
    .ingredient_section .ingredient_table_context table, .ingredient_section .ingredient_table_context th {
        padding: 0px;
    }
    
    .using_section {
        padding-bottom: 22px;
        padding-top: 24px;
        padding-right: 14px;
    }
    .using_section .using_title {
        padding-bottom: 8px;
    }
    .using_section .using_steps .usage_context {
        background-color: #9CDAD9;
        margin-left: 15px;
        padding-left: 14px;
        padding-right: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .using_section .about_context {
        background-color: #fbf7f0;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 24px;
        padding-bottom: 14px;
        margin-top: 30px;
        margin-left: 18px;
    }
    .using_section .col-md-6 {
        margin: 0px;
    }
    .using_section .using_steps {
        padding-left: 0px;
        padding-right: 0px;
    }
    .using_section .cards_context {
        margin-top: 24px;
        height: 100%;
    }
    .faq_section {
        padding: 18px 0;
        padding-left: 20px;
    }
    .using_section .cards_context .mission_card {
        margin-left: 18px;
    }
    .using_section .cards_context .vision_card {
        margin-left: 18px;
    }
    .blogs_section {
        margin-top: 24px;
        padding-top: 75px;
        padding-bottom: 24px;
    }
    .contactus {
        margin-top: 45px;
        padding-bottom: 16px;
        padding-left: 14px;
    }
    .contactus .text_context .each_social_context .icon_content {
        padding: 12px;
        padding-top: 8px;
    }
    a.icon_content.map_context {
        padding-left: 13px !important;
    }
    .blog_inner_section {
        margin-top: 38px;
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .blog_inner_section .blog_text {
        margin-bottom: 26px;
    }
    .blog_inner_section .blog_inner_title {
        font-size: 24px;
    }
    .blog_inner_section .blog_inner_img {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blog_inner_section .blog_context {
        margin-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .privacy_policy_context {
        margin-top: 45px;
    }
    .terms_conditions {
        margin-top: 45px;
    }
    .wfs_section .wfs_context .feature_text {
        width: 100px;
    }
    .video-block {
        min-height: 137px;
    }
    .overlap img {
        margin-top: 14%;
    }
    .video_gallery {
        padding-bottom: 40px;
    }
    .video_section {
        padding-top: 28px;
    }
    .wtc_section {
        padding-top: 18px;
    }
    /*Blog images by Giridhar starts*/
    .for_small{
        display: block;
    }
    .for_big{
        display: none;
    }
    /*Blog images by Giridhar ends*/
    
}














