html,
body {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 1.3;
	word-wrap: break-word;
	background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}
a {
	text-decoration: none;
}
.dis-flex {
	display: flex;
	align-items: center;
}
.container-fluid {
	padding: 0 30px;
}
.tdb-fix-index {
	background: #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2),
		0 2px 15px 0 rgba(23, 85, 220, 0.4);
	padding: 0;
}
.horVerSlider {
	z-index: 1;
}
.tdb-logo {
	width: 100px;
	height: auto;
}
/* .tdb-fix-index .nav-item{
	padding: 0 10px;
  } */
.tdb-fix-index .fa-location-dot {
	font-size: 16px;
}
.tdb-fix-index .heder-search {
	border: 2px solid #181818;
	border-radius: 30px;
	align-items: center;
	padding: 3px 10px;
}
.btn:hover .tdb-fix-index .fa-location-dot {
	color: #fff !important;
}
.bg-feedtext {
	background: #eaeaea;
}
.pro-icon {
	justify-content: space-between;
	border-top: solid 1px #dee2e6 !important;
	align-items: center;
}
.heder-search .form-control {
	border: none !important;
	color: #a6a6a6;
}
#featureCarousel .card {
	border: none;
}
.tdb-fix-index .nav-item a,
.last-header .dropdown .dropdown-menu li a {
	color: #212429;
}
.tdb-fix-index .last-header li a {
	color: #fff;
}
.tdb-fix-index .nav-link-icon {
	flex-direction: column;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.tdb-fix-index .nav-link-icon i,
.heder-search a.dropdown-toggle,
.heder-search .fa-search {
	color: #1e1e1e;
}

.tdb-fix-index .nav-link-icon i {
	font-size: 20px;
}
.tdb-fix-index .nav-item.active a {
	color: #407bff;
}
.btn-primary {
	border-radius: 25px;
}
.body-start-main {
	position: relative;
}
.width20 {
	width: 25%;
	float: left;
}
.width50 {
	width: 50%;
	float: left;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
	display: flex;
}
.carousel-1 #recipeCarousel i {
	color: #212429;
	font-size: 22px;
}
.carousel-1 #recipeCarousel .carousel-control-prev,
.carousel-1 #recipeCarousel .carousel-control-next {
	width: 0 !important;
}

.carousel-1 #recipeCarousel .imgcarousel-1 {
	width: 98%;
	height: 175px;
	object-fit: cover;
	border-radius: 15px;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}
.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}
/* ----- MODAL newslater ----- */
#popup-newsletter input {
	border: solid 1px #2d36a5;
	border-radius: 15px;
	padding: 5px 10px;
	background: transparent;
	font-size: 12px;
	width: 53%;
	height: 38px;
}
.newslatm {
	background: linear-gradient(88deg, #d6e1f4 -5.4%, #ecf1fa 29.72%, #fff 68.2%);
}
.newslatm h4 {
	color: #2d35a4;
	font-size: 30px;
	font-weight: 400;
}
.newslatm h4 span {
	color: #2d35a4;
	font-size: 40px;
	font-weight: 700;
}
.or-re {
	border-radius: 30px;
}
.submit button {
	background: linear-gradient(0deg, #2e37a5 -1.12%, #566ccc 112.86%);
	width: 64.876px;
	height: 18px;
	flex-shrink: 0;
}
/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #eeeeee;
	background-color: #fafafa;
}
#myModalpic .modal-dialog,
#myModalpic1 .modal-dialog,
#event .modal-dialog,
#exampleModal .modal-dialog {
	margin-right: 0;
}
/* ----- Feed Page ----- */
.ms-n5 {
	margin-left: -40px;
}
.feed .heder-search {
	border: 2px solid #212429;
	border-radius: 15px;
	align-items: center;
	padding: 5px 10px;
	margin-top: 5px;
}
.leftside-feed,
.right-side {
	height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
}
.leftside-feed {
	padding-right: 10px;
}
::-webkit-scrollbar {
	width: 6px;
	border-radius: 50px;
}
::-webkit-scrollbar-thumb {
	background-color: #006af7;
	border-radius: 50px;
}
.feed .nav-item {
	font-size: 18px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: normal;
}
.navbar-nav.feed {
	margin-top: 20px;
}
.feed .nav-item {
	font-weight: bold;
	margin-right: 20px;
}
.fbtn {
	border-radius: 30px;
}
.pic-p {
	border-radius: 15px 20px 20px 20px;
	background: #fff;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-ms-border-radius: 15px 15px 15px 15px;
	-o-border-radius: 15px 15px 15px 15px;
}
.profile-img {
	color: #212429;
	font-size: 18px;
	font-weight: 500;
	padding-left: 20px;
}
.circleborder h6 {
	font-size: 18px;
	font-weight: 400;
}
.bnner-2ndCar h4 {
	font-size: 18px;
	font-weight: 500;
}
.bnner-2ndCar a {
	font-weight: 400;
}
.profile-secm {
	background: #fff;
	box-shadow: 6px 6px 30px 2px rgba(0, 0, 0, 0.25);
}
.profile-pic-img .text-img h3 {
	display: flex;
    	align-items: center;
    	gap: 2px;
	color: #212429;
	font-size: 20px;
	font-weight: 500;
}
.profile-pic-img .text-img h3 span {
	color: #407bff;
	font-size: 15px;
	font-weight: 500;
}
.profile-pic-img .text-img h4 {
	color: #7b7979;
	font-size: 14px;
	font-weight: 400;
}
.profile-pic-img {
	border-bottom: solid 1px #424141;
	padding-left: 14px;
}
.family-img h3 {
	color: #212429;
	font-size: 18px;

	margin: 0;
	padding: 0;
}
.text-img svg {
	width: 18px;
	height: 18px;
}
.greeting-buy h4 {
	margin-left: 20px;
	font-size: 14px;
	font-weight: 500;
}
.buybtn {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}
.buybtn svg {
	margin-right: 10px;
}
.likecomment {
	color: #212429;
	font-size: 14px;
	font-weight: 500;
}
.like_count svg {
	width: 25px;
	height: 25px;
}
.likeimg {
	align-items: center;
}
.likeimg h4 {
	color: #212429;
	font-size: 14px;
	font-weight: 500;
}
.likenav li {
	list-style: none;
}
.likenav li a span svg {
	width: 25px;
	height: 25px;
}
.story_save_btn_cs1 img {
	width: 20px;
}
.likenav li a {
	color: #212429;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.likenav li a span svg {
	width: 20px;
	height: 20px;
}
.border-endfeed {
	border-right: solid 1px #c9c8c8;
}
.border-bottomfeed {
	border-bottom: solid 1px #424141;
}
.likenav {
	justify-content: flex-start;
	margin-bottom: 0;
	padding-left: 0;
}
.viewmore h3 {
	color: #424141;
	font-size: 16px;
	font-weight: 500;
	text-decoration-line: underline;
}

.viewmore img {
	width: 40px;
	height: 40px;
	object-fit: cover;
}
.viewmore h4 {
	color: #212429;
	font-size: 20px;
	font-weight: 500;
}
.viewmore p {
	color: #424141;
	font-size: 16px;
	font-weight: 500;
}
.replaylink li {
	list-style: none;
	margin-right: 10px;
}
.replaylink li a {
	color: #424141;
	font-size: 14px;
	font-weight: 500;
}
.navbar-nav .feed {
	height: 40px;
	width: 40px;
}
.navbar-nav .feed a {
	color: #212429;
	font-size: 22px;
	font-weight: 500;
	line-height: normal;
}
.navbar-nav li a img {
	width: 30px;
	height: 30px;
	object-fit: cover;
}
.navbar-nav li a.nav-logo img {
	width: 100px;
	object-fit: contain;
	height: 55px;
}
.navbar-nav li a .text {
	font-size: 16px;
	color: #212429;
}
.btn-outline-primary {
	border-radius: 5px;
}
.roundcho {
	background: #2385cd;
	width: 75px;
	height: 71px;
	border-radius: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	text-align: center;
}
.leftcrea {
	border-left: solid 1px #dee2e6 !important;
}
.mt_24 {
	margin-top: -24px;
}
button.btn.btn-primary.px-5.fbtn.buybtn.mt-3 {
	width: 200px;
	margin: 0 auto;
	display: block;
}
.creatsom li {
	list-style: none;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 5px;
	border: solid 1px #d8d3d3;
}
.leftcrea h4 {
	color: #212429;
	font-size: 18px;
	text-align: center;
}
ul.creatsom a img {
	display: block;
	text-align: center;
	margin: 0 auto 5px auto;
	width: 30px;
	height: 30px;
}
ul.creatsom a {
	color: #424141;
	font-size: 16px;
	font-weight: 500;
}
.inputpo {
	position: relative;
}
.creatmo input,
.creatmo textarea {
	border-radius: 15px;
	color: #424141;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
}
.pro-icon img {
	width: 30px;
}
.human h4 {
	color: #212429;
	font-size: 16px;
}
.human {
	border-radius: 10px;
}
.human img {
	margin: 0 auto;
	text-align: center;
	display: block;
}
.leftcrea .btn-close {
	float: right;
}
/* feed detail page */
.profile-secm p {
	color: #727272;
	font-size: 14px;
	margin-bottom: 5px;
}
.dec h4 {
	color: #212429;
	font-size: 16px;
}
.dec .checked,
.yel .checked {
	color: orange;
}
.dec .btnp .btn-primary {
	width: 100px;
	float: right;
	text-align: center;
	display: block;
}

.creatmo {
	border-radius: 20px;
}
.b-now {
	font-size: 18px;
}
/* Product detail page*/
.procut-d .detail h4 {
	color: #212429;
	font-weight: 600;
}
.detail p {
	color: #424141;
	font-size: 14px;
}
.d-rate .rating {
	background: #006af7;
	font-size: 14px;
	padding: 3px 5px;
	color: #fff;
}
.detail .price {
	color: #212429;
	font-size: 38px;
	font-weight: 700;
}
.horizone-nav {
	width: 100% !important;
}

#horizon-slider ul li {
	width: 50% !important;
	height: 500px !important;
	background-size: cover !important;
}
.nav-tabs .nav-link {
	border: 0;
	color: black;
}
.nav-tabs .nav-link.active {
	border: 0;
	color: #fff;
	background-color: #000;
}
.pickup .border {
	border: solid 1px #424141;
	border-radius: 10px;
}
.condti .title {
	color: #212429;
	font-size: 16px;
	font-weight: 600;
}
.rou .round {
	border-radius: 50%;
	border: solid 1px #424141;
	width: 15px;
	height: 15px;
	text-align: center;
}
.col .round {
	border-radius: 50%;
	border: solid 1px #424141;
	width: 30px;
	height: 30px;
}
.check .quantity {
	width: 60px;
}
.check .decrease-btn,
.check .increase-btn {
	width: 20px;
}
.check .form-select {
	width: 150px;
}
.palpalbg {
	background: #9563b3;
}
.orangebg {
	background: #d9853e;
}
.greenbg {
	background: #57b99d;
}
.yellowbg {
	background: #ebc547;
}
.fa-icond p {
	font-size: 18px;
	color: #006af7;
}
.tab-content p {
	color: #181818;
	text-align: justify;
	font-size: 14px;
}
#reviewmodal {
	z-index: 999999999;
}
span.fa.fa-star.h2 {
	font-size: 16px;
}
#reviewmodal img {
	margin: 0 auto;
	display: block;
}
#reviewmodal .btn-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}
.review-d .revimg {
	width: 30px;
	height: 30px;
}
.review-d .fa {
	color: #fcd635;
	margin-right: 5px;
}
.review-d p {
	color: #212429;
}
.sep {
	color: #424141;
}
.review-d {
	box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
}
.h100 {
	height: 100px;
}
.h50 {
	height: 50px;
}
.buildradi {
	width: 25px;
	height: 25px;
}
/*Right modal  product detail*/
.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
	-ms-transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}
.steadright button {
	height: 36px;
	font-size: 16px;
}
.staedbox {
	background: #e0eff3;
	border-radius: 15px;
	padding: 10px;
}
.taedbox h4 {
	font-size: 18px;
	color: #212429;
}
.steaddleft p {
	color: #424141;
	font-size: 12px;
}
.steaddleft p span {
	font-size: 10px;
	border: solid 1px #212429;
	border-radius: 15px;
}
.staedbox .border-b {
	border-bottom: solid 1px #424141;
}
.staedbox h3,
.staedbox .ptitle.pe-3 {
	font-size: 14px;
}
.staedbox p {
	font-size: 12px;
}
.veryj {
	width: 200px;
}
.pickup .border {
	text-align: left;
}

/*Add Event*/
.addevent .addeven {
	border-radius: 15px;
}
.addeven h4 {
	font-size: 25px;
	color: #424141;
}
p.pt-3 {
	line-height: 1.5;
}
.Required_Approval .form-switch {
	top: -15px !important;
}
.addeven input:focus {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.addeven label {
	font-weight: 600;
}
span.select2-selection.select2-selection--multiple {
	background-color: transparent !important;
}
.profilepic img {
	width: 50px;
	height: 50px;
}
.box-ico {
	background: #eaeaea;
	border-radius: 10px;
	text-align: center;
}

.tabevenr img {
	object-fit: contain;
}
.tabevenr a {
	color: #424141;
	font-weight: bold;
}
.tabevenr a.active {
	color: #006af7 !important;
	border: none;
}
.event_yagg {
	margin-bottom: 20px;
}
.box-gre {
	background: #eaeaea;
	border-radius: 15px;
	padding: 10px;
}
.box-gre p {
	color: #212429;
	font-size: 14px;
}
.box-gre input {
	/* background: transparent; */
	border: 1px solid #424141;
}
.tab-pane h4 span {
	color: #424141;
	font-weight: normal;
	font-size: 12px;
}
.tab-pane h4 {
	color: #424141;
	font-size: 18px;
}
p.fn-12 {
	font-size: 12px;
}
.e-det p {
	color: #424141;
	font-size: 14px;
}
.e-det p span {
	color: #212429;
}
.event-detai .box-ico {
	background: #424141;
}
.fn-18 {
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
}
.bgeventd {
	background: #eaeded;
}
.fn18 {
	font-size: 18px;
}
.geryboxbuild {
	border-radius: 15px;
	background: #f5f5f5;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.geryboxbuildkl {
	border-radius: 15px;
	border: 1.5px solid #424141;
	background: #f5f5f5;
}
.he250 {
	height: 250px;
}
.bg-blue {
	background: #0d6efd;
	display: block;
	color: #fff;
}

/*upcoming event*/

.upcomingnav li a {
	color: #212429;
	margin-right: 20px;
}
.upcomingnav a.nav-link:hover {
	background: #006af7;
	color: #fff;
	border-radius: 10px;
}
.upeven .whitebox p {
	color: #424141;
	font-size: 14px;
	font-weight: 500;
}
.upeven .whitebox p span {
	color: #212429;
}
h2.tusda {
	font-size: 32px;
	font-weight: 32px;
	text-align: right;
}
.upbor-right {
	border-right: solid 1px #212429;
	position: relative;
}
.upbor-right .fa-circle {
	position: absolute;
	right: -5px;
	color: blue;
}
.acent {
	align-items: center;
}
.upbor-left {
	border-left: solid 1px #212429;
	position: relative;
}
.upbor-left .fa {
	position: absolute;
	left: -7px;
	color: blue;
}
.discont-text {
	font-size: 12px;
}
.mrp {
	color: #99a9ad;
	font-size: 12px;
	font-weight: bold;
}
.w-97 {
	width: 97.5%;
}
.checkround .btn-group {
	border: solid 1px #dee;
}
.btn-group input {
	visibility: hidden;
}
.brtopradin {
	border-top-right-radius: 0% !important;
	border-bottom-right-radius: 0% !important;
}
.plusinp {
	border: solid 1px #424141;
	border-radius: 30px;
	width: 31%;
}
.plusinp button {
	width: 80px;
}
.carthead h5 {
	font-size: 18px;
	font-weight: 500;
}
.carthead h6 {
	color: #423f63;
	font-size: 18px;
}
.carthead p {
	font-size: 18px;
	color: #424141;
}
.carthead .carddetail-cl {
	font-size: 18px;
	color: #212429;
}
.delevry-d h5 {
	font-size: 17px;
	font-weight: 600;
}
.paymentbx {
	border-radius: 15px;
	border: 1px solid #424141;
	box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.1);
}
.paymentbx h2 {
	font-size: 18px;
	font-weight: 600;
}
.paymentbx .box {
	border-radius: 15px;
	border: 1px solid #424141;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.p-deal {
	border-radius: 15px;
	border: 1px solid #424141;
	background: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.bg-grp {
	background: #eaeaea;
	border-radius: 15px;
}
.left-purchase li a {
	font-size: 18px;
	color: #424141;
}
.background-pur {
	background: #eaeaea;
	border-radius: 15px;
	padding: 5px;
}
.list-it {
	text-align: center;
	padding: 5px 0;
}
.list-it a {
	font-size: 20px;
	color: #181818;
	padding: 5px;
	font-weight: 600;
}
.list-it a.active,
.list-it a:hover {
	background: #0d6efd;
	color: #fff;
	border-radius: 30px;
}

.list-box .box {
	border-radius: 15.974px;
	border: 0.799px solid #909090;
	background: #fff;
}
.list-box .box h6 {
	color: #212429;
	font-size: 16px;
	font-weight: 600;
}
.list-box .box p {
	color: #424141;
	font-size: 14px;
	margin: 0;
}
.sq-box {
	border: 0.597px solid #424141;
	margin-right: 5px;
	margin-left: 5px;
	width: 11.182px;
	height: 11.182px;
	text-align: center;
	font-size: 12px;
	line-height: 0.6;
}
.list-box .box .round {
	width: 12px;
	height: 12px;
	flex-shrink: 0;
	border-radius: 50%;
	background: #0d6efd;
}
.list-box .box .price {
	color: #212429;
	font-size: 11.182px;
}
.list-box .box .price span {
	color: #424141;
}
.profile-feed {
	position: sticky;
	top: 0;
}
.approverdbtn {
	border: 1.597px solid #5c7f1f;
	color: #5c7f1f;
	text-align: center;
	line-height: 31px;
	padding: 3px 10px;
}
.canbtn {
	border: 1.597px solid #f15a29;
	color: #f15a29;
}
.icobx {
	border-radius: 7.987px;
	border: 0.799px solid #424141;
	background: #fff;
	padding: 2px 3px;
}
.dealsbg h2 {
	color: #3b4d6a;
	font-size: 40px;
	font-weight: 800;
}
.dealsbg h5 {
	color: #e79b24;
	font-size: 20px;
	font-weight: 700;
}
.dealsbg p {
	color: #341846;
	font-size: 14;
	font-style: italic;
	font-weight: 400;
}
.dealsbg .box {
	width: 30%;
	margin: 50px auto;
}
.dealsbg {
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 375px;
	background-size: 100%;
	margin-bottom: 30px;
}
.redbgh {
	background: #f15a29;
}
.co-hostbtn {
	border: solid 1px #006af7;
	color: #006af7;
}
.yellobor {
	border: solid 1px #ebc547;
	color: #ebc547;
}
.greybgnu {
	background: #eeeded85;
}
.greybgnu ul {
	margin: 0;
	padding: 0;
}
.greybgnu li {
	border-bottom: 2.005px solid #424141;
	padding: 10px 5px;
	list-style: none;
	text-align: center;
}
.greybgnu li a {
	color: #212429;
	font-size: 18px;
	font-weight: 500;
}
.inputborder {
	border: 1px solid #424141;
}
.chatround {
	border: 1.668px solid #424141;
	overflow: hidden;
	border-radius: 21.543px 21.54px 0px 21.543px;
}
.chatround li {
	list-style: none;
}
.chatround li img,
.chatround li {
	margin: 0 auto;
	text-align: center;
}
.chath {
	color: #212429;
	font-size: 18.35px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.boxcha a {
	border: 1.668px solid #424141;
	background: #fff;
	width: 41.705px;
	height: 41.705px;
	display: inline-block;
	border-radius: 10px;
}
.chatul {
	padding: 0;
	margin-left: 0;
}
.chatul li {
	list-style: none;
	text-align: left;
	margin-bottom: 20px;
}
.chatul li img {
	margin-right: 10px;
	margin-left: 10px;
}
.chatul a {
	color: var(--Heading, #3f434a);
	font-family: Poppins;
	font-size: 13.325px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	width: 100%;
	display: inline-block;
}
.chatul a.active {
	background: #006af7;
	border-radius: 15px;
	color: #fff;
	padding: 10px;
}
.chatcli .chattitle {
	background: #006af7;
	border-radius: 0px 21.543px 0px 0px;
	width: 100%;
}
.chattitle p {
	color: #fff;
	margin-left: 10px;
}
.infoend {
	margin-left: 64%;
}
.chatcli {
	background: #efefef;
}
.locationti h5 {
	color: #212429;
	font-size: 19.388px;
	font-style: normal;
	line-height: normal;
	margin-left: 10px;
}
.locationti p {
	color: #424141;
	font-size: 14.08px;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
}
.buttonpart img {
	width: 21.543px;
	height: 21.543px;
}
.sendchat {
	border-radius: 55.523px;
	background: #f3f6f9;
	box-shadow: 0px 4.442px 33.314px 0px rgba(0, 0, 0, 0.25);
	width: fit-content;
	margin-left: 40px;
}
.chatrightsend {
	border-radius: 55.523px;
	background: #f3f6f9;
	box-shadow: 0px 4.442px 33.314px 0px rgba(0, 0, 0, 0.25);
	width: fit-content;
	margin-right: 40px;
	float: right;
}
.clearboth {
	clear: both;
}
.sendmsg {
	background: #006af7;
}
.sendsmil {
	background: #eaeaea;
	border-radius: 10px;
	width: 58.504px;
	height: 58.387px;
	display: inline-block;
	text-align: center;
	line-height: 58px;
	margin-left: 5px;
}

.goingmodalbox .nav-link {
	color: #424141;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.goingmodalbox .nav-link.active {
	border-radius: 50px;
	background: #006af7;
	color: #fff;
}
p.name {
	color: #212429;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#exampleModal #nav-tabContent {
	width: 100%;
}
.loginleft img {
	width: 100%;
}
.logologin img {
	width: 200px;
	display: table;
	margin: 50px auto 20px auto;
}
.logoright h5 {
	color: #212429;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
}
.logoright p {
	color: #c9c8c8;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
.logoright label {
	color: #212429;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 5px;
	margin-top: 10px;
}
.logoright label.form-check-label {
	color: #c9c8c8;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.logoright .form-check-input[type="checkbox"] {
	margin-top: 10px;
}
.forgetpassword,
.donthave {
	color: #c9c8c8;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 20px;
}
.contin {
	text-decoration: none;
	color: #212429;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.forgetline {
	background: #fff;
	width: 47px;
	margin: -28px auto 20px auto;
	color: #006af7;
	font-size: 18px;
	text-align: center;
}
.signpradio {
	width: 100%;
	clear: both;
	display: flex;
	justify-content: space-evenly;
}
.logoright .form-check-input {
	margin-top: 9px;
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
.sigmodal p {
	color: #212429;
	text-align: justify;
	font-family: Poppins;
	font-size: 8px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sigmodal h4 {
	color: #212429;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.sigmodal img {
	height: 257px;
}
.footernew h3 {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.footernew ul li {
	padding-top: 10px;
	list-style: circle;
	color: #424141;
}
.footernew ul li a {
	color: #c5c5c5;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
::marker {
	color: #c5c5c5;
}
.footerlogo {
	width: 150px;
}
.download {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	line-height: 18px;
}
.download span {
	font-size: 10px;
	text-transform: uppercase;
}
.download img {
	width: 25px;
	margin-right: 10px;
	padding-top: 10px;
	float: left;
}
.bankde label {
	color: #212429;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fn18 {
	font-size: 18px;
}
.remainpay {
	border-radius: 15px;
	background: #d9d9d9;
}
.remainpay p {
	color: #212429;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.remainpay .pricere {
	color: #212429;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 0;
}
.banktable img {
	width: 40px;
	height: 40px;
}
.banktable thead th {
	background: #eaeaea;
}
.banktable {
	border: solid 5px #eaeaea;
}
.left-purchase .nav-link img {
	width: 25px;
	height: 25px;
	filter: brightness(30%);
}
.body_start_main_cre_event {
	padding-top: 50px !important;
}
.setg .setgo svg {
	width: 25px;
	height: 25px;
}
.setg .setgo h3 {
	font-size: 20px;
}
.setpara {
	color: #424141;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}
.setg .whatp {
	color: #212429;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	margin: 20px auto;
}
.increimg {
	width: 55px;
	height: 55px;
	margin: 0 20px;
}

@media (max-width: 767px) {
	.carousel-1 #recipeCarousel .carousel-inner .carousel-item > div {
		display: none;
	}
	.carousel-1 #recipeCarousel .carousel-inner .carousel-item > div:first-child {
		display: block;
	}
}

/* medium and up screens */
@media (min-width: 768px) {
	.carousel-1 #recipeCarousel .carousel-inner .carousel-item-end.active,
	.carousel-1 #recipeCarousel .carousel-inner .carousel-item-next {
		transform: translateX(25%);
	}

	.carousel-1 #recipeCarousel .carousel-inner .carousel-item-start.active,
	.carousel-1 #recipeCarousel .carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
	}
}

.carousel-1 #recipeCarousel .carousel-inner .carousel-item-end,
.carousel-1 #recipeCarousel .carousel-inner .carousel-item-start {
	transform: translateX(0);
}
img.bor-re {
	width: 160px;
	margin-bottom: 20px;
}
#getTheApp .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}
#getTheApp .subscribe {
	background: linear-gradient(0deg, #2e37a5 -1.12%, #566ccc 112.86%);
	color: #fff;
	border-radius: 15px;
	width: 100px;
	height: 36px;
	border: none;
}
#featureContainer img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
}
ul.dropdown-menu.list-round {
	border-radius: 15px;
	border-top-right-radius: 0;
}
ul.dropdown-menu.list-round li {
	border-bottom: solid 1px #424141;
}
ul.dropdown-menu.list-round li:last-child {
	border-bottom: none;
}
.dropdown-toggle.afternone:after {
	display: none;
}
.threeholderr {
	grid-template-columns: auto auto auto;
}
.suggest {
	border-radius: 15px;
	border: 1px solid #424141;
	background: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.suggest h2 {
	color: #212429;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: normal;
}
.title-sugget h4 {
	color: #212429;
	font-size: 16px;

	font-weight: normal;
	font-family: "Poppins";
}
.title-sugget p {
	color: #212121;
	font-size: 13px;
}
.suggestimg {
	justify-content: space-between;
	margin-bottom: 10px;
}
.he-160 {
	height: 160px;
}
.product-box {
	border-radius: 15px;
	border: 1px solid #424141;
}
.productmo h4 {
	color: #212429;
	font-size: 18px;
	font-weight: 600;
}
.pro-icon li {
	border-radius: 10px;
	border: 1px solid #424141;
	width: 60px;
	height: 60px;
	list-style: none;
	vertical-align: middle;
	display: flex;
	align-items: center;
	margin-right: 10px;
	transition: 0.5s;
}
.pro-icon li:hover {
	border: solid 1px #006af7;
	cursor: pointer;
}
.pro-icon li a {
	margin: 0 auto;
	color: #424141;
	font-size: 18px;
	transition: 0.5s;
}
.pro-icon li:hover a {
	color: #006af7;
}
p.carypara {
	color: #212429;
	font-size: 16px;
	font-weight: 400;
}
.callbutton {
	border-radius: 15px;
	font-size: 18px;
	color: #fff;
	padding: 5px 5px;
	margin: 0 auto;
	float: left;
	text-align: center;
}
.wid150 {
	width: 70px;
}
.addtocustombtn {
	right: 52px;
	top: 2px !important;
}

@media (min-width: 768px) {
	#featureContainer .carousel-inner .carousel-item-end.active,
	#featureContainer .carousel-inner .carousel-item-next {
		transform: translateX(25%);
	}
	#featureContainer .carousel-inner .carousel-item-start.active,
	#featureContainer .carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
	}

	/* #featureContainer .carousel-item{
	  justify-content: space-between;
	} */
}

#featureContainer .carousel-inner .carousel-item-end,
#featureContainer .carousel-inner .carousel-item-start {
	transform: translateX(0);
}
/*  
  #featureContainer .card{
	position: relative;
	border: 0;
  }
   */

#featureContainer .indicator {
	position: absolute;
	top: 35%;
	bottom: 0;
	z-index: 1;
	width: 15px;
	color: #212429;
	background: 0 0;
	transition: opacity 0.15s ease;
	font-size: 20px;
}
.indic-pre {
	left: 0;
}
.indic-next {
	right: 0;
}
#featureContainer .indicator:hover {
	color: blue;
	transition: 200ms;
}

.threeholderr {
	grid-template-columns: auto auto auto;
}
.threeholder-hover {
	padding: 10px 10px 0 10px;
	display: inline-block;
	transition: box-shadow 0.5s ease;
	border-radius: 15px;
}
.feed_view_section .threeholder-hover {
	padding: 0;
	width: 100%;
}
.threeholder-hover:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	background: #fff;
	/* transition: box-shadow 2s ease; */
}
.threeholder img.main-img {
	height: 200px;
	width: 100%;
	border-radius: 15.5px;
	object-fit: cover;
}
.bnner-2ndCar {
	margin-top: 20px;
}

.threeholder .circleborder p {
	color: #8d7a7a;
}
.only2-img-main {
	padding: 0 1.5rem;
}
.bg-skyblu {
	background: #e0eff3;
	display: inline-block;
	width: 100%;
}
.bg-skyblu .inspiration-bnr {
	background-color: #fff;
	border-radius: 15px;
	padding: 15px 15px;
	height: 100%;
}
.bg-skyblu .inspiration-bnr h4 {
	margin-bottom: 20px !important;
	font-size: 16px;
}
.bg-skyblu .inspiration-bnr .bnnr-in4 img {
	width: 100%;
	height: 200px;
}
.bg-skyblu .inspiration-bnr .main-img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.bg-white {
	background-color: #fff;
}
.only2-img-main .only2-img {
	width: 100%;
	height: 200px;
	border-radius: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	object-fit: cover;
}
.icon-truk {
	background-color: #fff;
	color: #424141;
	border-radius: 7px;
	border: 1px solid #424141;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
}
.bg-blak {
	background-color: #242424;
	display: inline-block;
	width: 100%;
}
.foot-main .input-group {
	position: relative;
}
.fa-paper-plane {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	line-height: 33px;
	font-size: 20px;
}
.infob img {
	width: 40px;
	height: 40px;
}
.infob li a {
	font-size: 20px;
	color: #212429;
}
.webutton {
	border-radius: 50px;
	background: #57b99d;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	width: 150px;
	text-align: center;
}
.bgye {
	background: #ebc547;
}
.thoraton li {
	color: #181818;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	list-style: none;
	line-height: 40px;
}
.thoraton {
	margin-left: 0;
	padding-left: 10px;
}
.thoraton svg {
	margin-right: 5px;
}

@media only screen and (max-width: 991px) {
	.body-start-main {
		margin-top: 190px;
	}
	.last-header .container-fluid {
		padding: 0;
	}
	.threeholder {
		grid-template-columns: auto auto auto auto;
	}
	.threeholder img.main-img {
		height: 170px;
	}
	.threeholder .circleborder h5 {
		font-size: 15px;
	}
	.threeholder .circleborder h6 {
		font-size: 13px;
		color: #242424;
	}
	.bg-skyblu .inspiration-bnr h4 {
		font-size: 16px;
	}
	.bg-skyblu .inspiration-bnr .main-img {
		height: 150px;
	}
	.bg-skyblu .inspiration-bnr .bnnr-in4 img {
		height: 80px;
	}
}
@media only screen and (max-width: 767px) {
	.first-header .tdb-logo {
		height: 50px;
	}
	.navbar-expand-sm.last-header .navbar-nav {
		flex-wrap: wrap;
	}
	.threeholder {
		grid-template-columns: auto auto auto;
	}
	.bg-skyblu .inspiration-bnr .inspiration-txt p,
	.bnnr-in4 p {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.only2-img-main {
		padding: 0;
	}
}
@media only screen and (max-width: 575px) {
	.navbar-nav.flex-row {
		padding: 10px 0;
	}
	.header-2nd .navbar-nav,
	.last-header .navbar-nav {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.body-start-main .container-fluid {
		padding: 0;
	}
	h4 {
		font-size: 16px;
	}
	.threeholder {
		grid-template-columns: auto auto;
	}
	.circleborder p {
		margin-bottom: 4px;
	}
	.bg-skyblu .inspiration-bnr {
		height: 100%;
		margin-bottom: 7px;
	}
	.only2-img-main img {
		margin-bottom: 7px;
	}
}

#myInput {
	padding: 12px 15px 12px 38px;
	border: none;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#myInput:focus {
	outline: 1px solid #ddd;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f6f6f6;
	min-width: 255px;
	overflow: auto;
	border: 1px solid #ddd;
	z-index: 1;
	right: 0;
	top: 35px;
}
.dropdown-content .fa-search {
	position: absolute;
	top: 14px;
	left: 13px;
}
.dropdown-content a {
	color: black;
	padding: 12px;
	text-decoration: none;
	display: block;
}

#myInput .dropdown a:hover {
	background-color: #ddd;
}

.show {
	display: block;
}
#myDropdown .dropdown {
	border-bottom: 1px solid #eee;
	width: 100%;
}
.navbar-nav .dropdown-toggle::after {
	display: none !important;
}
.dropdown-menu {
	right: 0;
	left: auto !important;
}
a.text-primary.for_you:before {
	border-radius: 15px 20px 0px 0px;
	background: #006af7;
	width: 50px;
	height: 10px;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
}
.container-fluid.feed {
	/* width:1300px; */
}
.btn.btn-primary {
	font-size: 16px;
}

.carousel_img_vid .feed_detail_page_cru.feed_detail_page_cru_img,
.carousel_img_vid .feed_detail_page_cru.feed_detail_page_cru_video,
.carousel_img_vid .carousel-item {
	height: 600px !important;
}
.chat-list a {
	margin: 10px auto;
}
.list-group-item {
	margin: 10px auto !important;
}
