.header-1.sticky-header .header-main:before {
	content: "";
	position: absolute;
	top: -13%;
	left: -3%;
	width: 370px;
	height: 102px;
	z-index: 2;
	border-radius: 0px 100px 0px 0px;
	background-color: var(--header);
	-webkit-border-radius: 0px 100px 0px 0px;
	-moz-border-radius: 0px 100px 0px 0px;
	-ms-border-radius: 0px 100px 0px 0px;
	-o-border-radius: 0px 100px 0px 0px;
}
.header-1 .header-main:before {
	content: "";
	position: absolute;
	top: -2%;
	left: -3%;
	width: 458px;
	height: 135px;
	z-index: 2;
	border-radius: 0px 100px 0px 0px;
	background-color: var(--header);
	-webkit-border-radius: 0px 100px 0px 0px;
	-moz-border-radius: 0px 100px 0px 0px;
	-ms-border-radius: 0px 100px 0px 0px;
	-o-border-radius: 0px 100px 0px 0px;
}
@media (max-width: 1900px) {
	.header-1 .header-main:before {
		width: 360px;
		border: 10px solid white;
		border-bottom: none;
	}
}
/* @media (max-width: 1399px) {
    .header-1 .header-main:before {
      width: 350px;
      height: 170px;
    }
  } */
@media (max-width: 1199px) {
	.header-1 .header-main:before {
		width: 350px;
		height: 86px;
	}
}
@media (max-width: 991px) {
	.header-1 .header-main:before {
		width: 250px;
		height: 89px;
	}
}

.header-1.sticky-header .header-left .logo {
	margin-bottom: 0px;
	padding-left: 0;
	width: 30% !important;
}

.header-1 .header-left .logo {
	margin-bottom: 0px;
	padding-left: 0;
	width: 55%;
}
@media (max-width: 1199px) {
	.header-1 .header-left .logo {
		margin-bottom: 0;
	}
}
.header-1 .header-left .logo a {
	position: relative;
	margin-right: 0;
	z-index: 5;
}
.header-1 .header-left .logo h2 {
	position: relative;
	margin-right: 0;
	z-index: 5;
	color: white;
	font-size: 1.8rem;
	line-height: 1.5rem;
	text-align: justify;
}
.header-1 .header-left .logo h2 span {
	position: relative;
	margin-right: 0;
	z-index: 5;
	color: white;
	font-size: 0.8rem;
	line-height: 1;
	font-weight: 400;
}
@media (max-width: 1600px) {
	.header-1 .header-left .logo a {
		margin-left: 10px;
	}
}

@media (max-width: 1900px) {
	.header-1.sticky-header .header-left .logo a {
		gap: 40px;
	}
}

.header-1.sticky-header .header-right .login-modal i {
	font-size: 1.4rem;
	font-weight: 800;
}
.header-top-1 .header-right .login-modal i {
	font-size: 1rem;
	font-weight: 800;
}

.header-top-wrapper .list {
	display: flex;
	align-items: center;
	gap: 30px;
	padding-right: 3%;
}
.header-top-wrapper .list li i {
	color: var(--white);
	margin-right: 10px;
}
.header-top-wrapper .list li a {
	color: var(--white);
}
.header-top-wrapper .list li button {
	color: var(--white);
}
.header-top-wrapper .header-top-right {
	gap: 50px;
}

.hero-2 .hero-items .hero-content {
	padding-top: 20%;
	padding-bottom: 10%;
	padding-left: 15%;
}

.hero-2 .book-image img {
	width: 45%;
	position: absolute;
	z-index: 5;
	right: 5%;
	bottom: 0;
}

.hero-2 .hero-content h6 {
	color: var(--theme2);
	font-family: "Moon Dance";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
.hero-2 .hero-content span {
	position: relative;
	color: var(--header);
	font-family: 'Sora', sans-serif;
	font-size: 30px;
	font-weight: 800 !important;
	line-height: 3rem;
	z-index: 2;
}

/* slider */

@media (min-width: 768px) {
	.serviceCarousel .carousel-inner {
		display: flex;
	}
	.serviceCarousel .carousel-item {
		display: block !important;
		margin-right: 0 !important;
		flex: 0 0 calc(100% / 5) !important;
	}
}
.serviceCarousel .carousel-inner {
	padding: 0;
}
.serviceCarousel .card {
	border: none;
	box-shadow: none;
	background-color: transparent;
}
.serviceCarousel .carousel-control-next,
.serviceCarousel .carousel-control-prev {
	height: 2rem;
	width: 2rem;
	/* margin: inherit; */
	margin: 15% -4% 0 -4%;
	background-color: rgba(68, 65, 65, 0.4);
	border-radius: 25px;
	opacity: 0.7;
	padding: 0.6%;
}

@media (min-width: 768px) {
	.sellingCarousel .carousel-inner {
		display: flex;
	}
	.sellingCarousel .carousel-item {
		display: block !important;
		margin-right: 0 !important;
		flex: 0 0 calc(100% / 5) !important;
	}
}
.sellingCarousel .carousel-inner {
	padding: 0;
}
.sellingCarousel .card {
	border: none;
	box-shadow: none;
	background-color: transparent;
}
.sellingCarousel .carousel-control-next,
.sellingCarousel .carousel-control-prev {
	height: 2rem;
	width: 2rem;
	/* margin: inherit; */
	margin: 15% -4% 0 -4%;
	background-color: rgba(68, 65, 65, 0.4);
	border-radius: 25px;
	opacity: 0.7;
	padding: 0.6%;
}
.hero-section {
	padding: 0 2%;
}

.hero-section .carousel-slider-img a img {
	height: 280px;
}
.hero-section .carousel-item {
	display: block !important;
	flex: 0 0 calc(100% / 3) !important;
}
.hero-section .swiper-slide .book-thumb img {
	background-color: transparent;
	padding: 0 !important;
}
.team-box-items .team-image .thumb img {
	height: 200px;
	width: 200px;
	object-fit: cover;
}
.navbar .main-menu .header-right li i {
	color: white !important;
}
.navbar .main-menu .header-right li button {
	color: white !important;
}
.navbar .main-menu .navbar-toggler {
	color: white !important;
}
.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.55);
	border-color: rgba(255, 255, 255, 0.1);
}
.shop-box-items .shop-content h5 {
	color: gray;
	font-weight: 400;
	font-size: 0.8rem;
	padding-bottom: 3%;
}
.shop-box-items .shop-content h3 {

	font-size: 1rem;


}

.modal-dialog .modal-content .modal-body .identityBox .form-wrapper{
    width: 70%;
}



.shop-border-wrapper{
    padding: 1% 0% ;
    margin: 0 1%;
    border-radius: 10px;
    border: 0.2px solid rgba(162, 162, 162, 0.409);
}
.distributor-section.section-padding{
    padding: 2% 7% 20% 7%;
}


.dt-wrapper{
    padding: 8% 10%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}
.dt-wrapper .dt-ribbon span{
    background-color:#b9e6fcb0 ;
    color: var(--theme);
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 0.8rem;
    font-weight: 500;
}
.dt-wrapper .dt-content h3{
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--header);
    padding: 8% 0 0 0;
}
.dt-wrapper .dt-content span{
    font-size: 0.8rem;
    color: rgb(179, 179, 179);

}
.dt-wrapper .dt-content h5{
    color: black;
}
.dt-wrapper .dt-content i{
  color: var(--header);
  font-size: 1.3rem;
}
.distributor-section table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }

 .distributor-section  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 10px;
  }

 .distributor-section tr:nth-child(even) {
    background-color: #dddddd;
  }

.distributor-section .btn-location a{

    color:var(--header);
}
.distributor-section {
    position: relative;
}
.header-left .logo a img{
    width: 60px !important;
}
.footer-section .single-footer-widget .logo a img{
    width: 80px;
    padding-right: 10px;
}
.news-image iframe{
    width: 100%;
    height: 260px;
    padding: 5%;
}
.news-section .news-content p{
    font-size: 0.9rem;
    padding-top: 5px;
    line-height: 1.3;
}
.hidden {
    display: none;
}
.author-post .author-list .thumb img{
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
}
