.fa-twitter::before {
    content: "X";
    font-family: Arial, sans-serif !important;
    font-weight: bold;
    font-size: 18px;
}


/* .fa-tiktok::before {
    content: "♪";
    font-family: Arial, sans-serif !important;
    font-weight: bold;
    font-size: 18px;
}
 */


.fa-tiktok {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
	margin-bottom:10px !important;
    font-size: 0 !important; /* hide FA icon */
}

.fa-tiktok::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url('https://cdn-icons-png.flaticon.com/512/3046/3046121.png') no-repeat center;
    background-size: contain;
    display: block;
	margin-bottom:10px !important;
}
a:hover .fa-tiktok::after {
    filter: brightness(0) invert(1);
}
























h1, h2, h3, h4, h5, h6{
	font-family:'poppins' !important;
	font-weight:600 !important;
	line-height:40px !important;
}


body,p,a, li,div,span{
	font-family:'poppins' !important;
	font-weight:400 !important;
}


h3{
	font-size:46px !important;
	line-height:48px!important
	
}

h5{
	font-size:24px !important;
	line-height:48px!important;
	letter-spacing:0px !important;
	
}


h6{
	font-size:20px !important;
	line-height:27px!important;
	letter-spacing:0px !important;
	
}


span{
	font-size:14px !important;
	line-height:20px!important;
	font-weight:600 !important;
	
}

div{
	font-size:14px !important;
	font-weight:500 !important;
	
}




@media (max-width: 1020px) {
	
h3{
	font-size:42px !important;
	line-height: 44px !important
}
	
	h5{
	font-size:20px !important;
	line-height:30px!important;
	letter-spacing:0px !important;
	
}
	
	
	
	h6{
	font-size:20px !important;
	line-height:32px!important;
	letter-spacing:0px !important;
	
}
	
	span{
	font-size:14px !important;
	line-height:42px!important
	
}
	
	
}




@media (max-width: 567px) {
	
h3{
	font-size:30px !important;
	line-height:38px!important;
	letter-spacing:0px !important
}
	
	
	h5{
	font-size:20px !important;
	line-height:24px!important;
	letter-spacing:0px !important;
	
}
	h6{
	font-size:18px !important;
	line-height:22px!important;
	letter-spacing:0px !important;
	
}
	
	
	span{
	font-size:12px !important;
	line-height:18px!important;
	
	
}
	
}

 





#footer .footer-details p{
	font-family:'barlow' !important;
	font-size:16px;
	line-height:22px;
	font-weight:500;
}

#footer ul li a{
	font-family:'barlow' !important;
	font-size:16px;
/* 	line-height:22px; */
	font-weight:500;
}

#footer h2{
	font-size: 22px !important;
	color:white;
}


@media (min-width: 1020px) {

#footer .footer2{
	padding-left:80px;
}
}


@media (max-width: 567px) {

#footer #footer_box {
    padding: 15% 0 20px 0;
}
	
	#footer h2{
	font-size: 20px !important;
	color:white;
}

	
}

.copyright .copyright-text p {
	line-height:22px;
}

div#jp-carousel-loading-overlay{
	display:none !important;
}


span.credit_link{
	display:none !important;
}





/* ----Post page ---- */
.feature-box img{
	width:100% !important;
}











.container.topbar-box{
	max-width:1230px;
	width:100%;
}

.container.topbar-box .row{
	margin-bottom:30px;
}

#top-bar .email-box, #top-bar .call-box{
	font-weight:500 !important;
}

.menubar-box ul li a{
	color:black !important;
	font-weight:500 !important;
}


#top-bar .vwsmp_front a{
	background-color:#f5f0e9 !important;
}


#top-bar .vwsmp_front a i{
	color:black !important;
}

#top-bar .vwsmp_front a:hover{
	background-color:#2b6448 !important;
}


#top-bar .vwsmp_front a:hover i{
	color:white !important;
}




#top-bar .col-lg-5.col-md-5.col-sm-5.col-12.call-box{
	display:none;
}


.container{
	max-width:1250px;
	
} 



/* ----- Header Part ------- */

@media (max-width: 1020px) {
  .topbar-box .row .col-lg-5.col-md-12.col-12 {
    order: 1 !important;
		max-width:70%;
		display:none;
  }
	
	
	.topbar-box .row .col-lg-2.col-md-4.col-12 {
    order: 3 !important;
		
  }

	.topbar-box .row .social-icons{
    order: 2 !important;
		max-width:30%;
		display:none;
  }

	
	#top-bar .ayurveda-logo{
		text-align: left;
	}
	
	.container.topbar-box .row{
		margin:0px;
	}
	
	.headerbar{
		margin-top:-65px
	}
	
	
	amp-sidebar#sidebar1{
		background-color: #f5f0e9;
	}
	
	i.fas.fa-times {
    color: black;
}
	
	
	 .side-navigation li {
		 border-color:#3030302b;
	}
	
	
	
}




















/* -----Blog---- */

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-width: 100%;
    width: 100%;
    height: 360px;
    object-fit: cover;
}


/* ----- Slider ----- */
.carousel-item{
    height: 75vh !important;
}

 #slider h2.top-h {
	 font-size:52px !important;
				line-height:66px;
	}


#slider .bottom-head h2.bottom-h{
	font-size:42px !important;
	padding:20px;
}

.carousel-item img{
	height:100%;
	object-fit:cover !important;
}


#slider{
	display:block !important;
}

#slider .slider-box{
	max-width:70%;
}





/* ---- Slider for tab --- */

@media (max-width: 1020px) {
	
 .carousel-item{
    height: 50vh !important;
}
	
	    #slider h2.top-h {
				font-size:62px;
				line-height:62px !important;
	}
	
	#slider .bottom-head h2.bottom-h{
		font-size:42px;
		padding:25px;
		margin-top:10px;
	}
	
	.slide-but {
    margin-top: 25px;
}
	#slider .slide-but a{
		font-size:18px;
		font-weight:500;
	}
	
	#slider .carousel-indicators{
		right:1% !important;
	}
	
	#slider .carousel-indicators li{
		height:8px;
		width:8px
	}
	
	
}

/* ------------------ */



/* ---- Slider for Mobile --- */

@media (max-width: 480px) {
	
 .carousel-item{
    height: 48vh !important;
}
	
	    #slider h2.top-h {
				font-size:24px !important;
				line-height:28px !important;
	}
	
	#slider .bottom-head h2.bottom-h{
		font-size:20px !important;;
		padding:0px 10px !important;
		margin-top:0px !important;
	}
	
	.slide-but {
    margin-top: 5px;
}
	
	#slider .carousel-indicators{
		right:3% !important;
	}
	
	#slider .carousel-indicators li{
		height:6px;
		width:6px
	}
	
	
}

/* ------------------ */






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


#about-us img.heading-img{
	display:none!important
}

#about-us .main-img img.img-one{
	width:90%;
	height:450px;
	object-fit:cover;
	border-radius: 12px;
	
}


#about-us{
	padding-bottom:7%;
}


#about-us .about-content{
	display:flex;
	flex-direction:column;
	justify-content:center;
}

#about-us img.img-icons {
/* 	width:40%; */
		left:8px !important;
	}


#about-us .about-but a {
	font-size:16px;
		font-weight:600;
	}




section#content-area{
	display:none !important;
}


/* ---- About For Mobile */

@media (max-width: 1020px) and (min-width: 567px) {

#about-us .container{
	padding:60px 20px ;
 }
	
	
	#about-us .row{
		display:flex;
	flex-direction: row !important;
	}
	
	
	#about-us .col-lg-6.col-md-12.col-12.image-left{
		max-width:50%;
	}
	
	#about-us .col-lg-6.col-md-12.col-12.about-content{
		max-width:50%;
		text-align:left;
		padding-left:25px;
	}
	
	
	
	#about-us .main-img img.img-one{
		width:95% !important;
		height:400px !important;
		object-fit:cover !important;
		
	}
	
	#about-us .about-but a {
	font-size:16px;
		font-weight:500;
	}
	
	#about-us .main-img{
		margin-right:0px;
	}

	#about-us img.img-icons {
	width:40%;
		left:-2px !important;
	}
	
	
	#about-us .about-content p.sec-text-o {
		line-height:22px;
	}

	
	
}

/* -------------- */





/* ---- About For Mobile */

@media (max-width: 480px) {

#about-us .container{
	padding:60px 20px ;
 }
	
	
	
	#about-us .row{
		 flex-direction: column-reverse !important;
	}
	
	
	#about-us .main-img img.img-one{
		width:95% !important;
		height:300px !important;
		object-fit:cover !important;
		margin-top:45px;
	}
	
	#about-us .about-but a {
	font-size:16px;
		font-weight:500;
	}
	
	#about-us .main-img{
		margin-right:0px;
	}

	img.img-icons {
	width:40%;
	}
	
	
	#about-us .about-content p.sec-text-o {
		line-height:22px;
	}

	
	
}

/* -------------- */




/*----- Footer ------  */

div#style-2{
	display:none;
}