


    /* section  */

    .branded-ingredients-prnt h2 {
        color: #373737;
        text-align: center;
        font-family: 'Euclid Square blof';
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .branded-ingredients-prnt p,
    .thumbnail-discription ul li {
        color: #5B5B5F;
        text-align: center;
        font-family: 'Euclid Square Regular';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        padding-top: 16px;
    }


    .tablinks {
        gap: 6px;
        align-items: center;
        color: #5B5B5F;
        font-family: "Euclid Square medium";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        border: none;
    }

    /* tabing  */

    .tab {
        margin-top: 32px;
    }

    .tabcontent {
        margin-top: 56px;
    }

    .tab {
        overflow: hidden;
    }

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        transition: 0.3s;
        padding: 0 0 15px 0;
        color: #5B5B5F;
    }

    .tab {
        overflow: hidden;
        border-bottom: 1px solid #fff;
        /* Default border for all tabs */
        width: max-content;
        margin: 0 auto;
        justify-content: space-between;
    }

    /* Create an active/current tablink class */
    .tab button.active {
        color: #373737;
        font-weight: 600;
			border-radius: 0px !important;
    }

    /* Style the tab content */
    .tabcontent {
        display: none;
    }

    /* tabing  */

    /* slider  */
    .insize {
        max-width: 100%;
        position: relative;
    }

    .products-owl .owl-thumbs {
        position: absolute;
        top: -10px;
        display: flex;
        flex-direction: column;
        gap: 32px;
        left: 0;
    }

    .products-owl .owl-thumbs .owl-thumb-item {
        height: 100px;
        width: 100%;
        max-width: 100px;
        background: transparent;
        border: none;
        overflow: hidden;
        opacity: 0.3;
			  padding: 0px !important;
			display: block !important;
    }


    .products-owl button.owl-thumb-item.active {
        opacity: 1;
    }


    .products-owl .owl-thumbs .owl-thumb-item img {
        max-width: 100%;
        height: auto;
    }

    .products-owl .owl-dots {
        position: absolute;
        bottom: 170px;
        left: 0;
        right: 0;
    }
	.products-owl

    .thumbnail-slider {
        width: 100%;
        max-width: 60%;
    }

    .products-owl .owl-stage-outer {
        margin-left: 140px;
    }

   .thumbnail-slider .owl-carousel .owl-item img {
        display: block;
        width: 65.3% !important;
    }

    .thumbnail-slider .products-owl .owl-dots {
        display: none;
    }

    /* slider  */

    .thumbnail-discription h4 {
        color: #373737;
        font-family: 'Euclid Square Bold';
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-top: 24px;
		  	margin: 0px;
    }

    .thumbnail-discription p {
        text-align: justify !important;
			margin: 0px;
    }

    .thumbnail-discription ul li {
        text-align: left;
        list-style-type: none;
        display: flex;
        gap: 5px;
    }
    .thumbnail-discription ul li span {

        padding-top:2px;
        }
    .see-detail a {
        color: var(--Main-Colors-FFFFFF-White, #FFF);
        text-align: center;
        font-family: 'Euclid Square Medium';
        font-size: 16px; 
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        background: #373737;
        padding: 14px 36px;
        border-radius: 302px;
        text-transform: capitalize;
        position: relative;
        transition: 0.8s;
    }

    .see-detail a::after {
    content: '';
    position: absolute;
    background-image: url(https://nurausa.com/wp-content/uploads/2024/07/12.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: -23px;
    height: 48px;
    width: 48px;
    top: 0px;
    transition: 0.8s;
    border: 2px solid #FAF0ED;
    border-radius: 100%;
    opacity: 1 !important;
    z-index: 9999999999;
}

	.see-detail a:hover {
    padding-right: 60px;
}

.see-detail a:hover::after {
    right: 0;
    border-color: #373737;
}
    .see-detail {
        padding-top: 40px;
    }


    .thumbnail-slider .owl-thumbs button {
        width: 97px !important;
        height: 98px !important;
    }


/*     .thubnail-prnt.d-flex.a-center {
        padding: 56px 0;
    } */
    div#tab-btn1 {
        display: block;
    }

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.f-col {
    flex-direction: column;
}

.f-row {
    flex-direction: row;
}

.space-b {
    justify-content: space-between;
}

.jc-center {
    justify-content: center;
}

.a-start {
    align-items: flex-start;
}

.a-center {
    align-items: center;
}

.a-end {
    align-items: flex-end;
}
.tab button {
    position: relative;
    padding-right: 32px;
}

.tab button {
    border-bottom: 1px solid #fff;
    border-radius: 0px !important;
}
	.tab.d-flex.a-center.jc-center {position: relative;z-index: 9;padding-bottom: 10px;border: none !important;}

.tab button {
    position: relative;
    padding-right: 32px;
}

.tab button {
    border-bottom: 1px solid #fff;
    border-radius: 0px !important;
}

.tab button.active::after {
    position: absolute;
    content: "";
    background-color: #000;
    height: 2px;
    width: 80%;
    bottom: -2px;
    z-index: 999999999999999999 !important;
}
	button.tablinks:last-child {
    padding-right: 0px;
}

button.tablinks:last-child::after {
    width: 100%;
}
	.thumbnail-discription ul {
    margin: 0px !important;
    padding: 0px !important;
}
	
button.tablinks img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(4%) saturate(0%) hue-rotate(188deg) brightness(80%) contrast(74%);
    opacity: 0.4;
    transform: scale(0.7);
}
	.tablinks.active img {
    opacity: 1 !important;
    transform: scale(1) !important;
    filter: none !important;
}
/* 	gohar css */
.products-owl .owl-nav {
    position: absolute;
    right: 0;
    bottom: -150px;
    display: flex;
    gap: 60px;
}	
.counter-wrap {
    position: absolute;
    right: 71px !important;
    bottom: -133px;
    text-align: right;
    width: 35px;
}
	.products-owl .owl-dots {
		display: none;
	}
	.products-owl .owl-item img {
    display: block;
    width: 100%;
		height: 389px;
    width: 432px;
		object-fit: cover;
		margin: auto;
	}
	.li-list-style .elementor-widget-container ul li {
    list-style: none;
    position: relative;
		margin-bottom: 16px;
}
	.li-list-style .elementor-widget-container ul {
		padding-left: 30px;
	}
.li-list-style .elementor-widget-container ul li::before {
    content: "";
    position: absolute;
    background-image: url('https://nurausa.com/wp-content/uploads/2024/07/634d49be8eff793899346ea4_ico-arrow-1.svg');
    left: -30px;
    height: 20px;
    width: 16px;
	top: 3px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
	
/* Responsive */
    @media screen and (max-width: 1439px) {
        .container {
            width: 100%;
            max-width: 100%;
            padding: 0 20px;
        }
	
		
    }
	@media screen and (max-width: 1280px) {
  .counter-wrap {
			 right: 70px !important;
		} 
		.yestein-slider-sec .slider-counter {
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
    }
		.yestein .owl-nav {
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -42px;
}
	}
@media screen and (max-width: 1200px) {
  .counter-wrap {
			 right: 90px !important;
	} 
	}
    @media screen and (max-width: 1070px) {

        .products-owl .owl-thumbs {
            gap: 20px;
        }
        .products-owl .owl-stage-outer {
            margin-left: 100px;
        }
			.counter-wrap {
				right: 95px !important;
			}
			.products-owl .owl-item img {
				width: 330px;
			}
			.products-owl .owl-thumbs .owl-thumb-item {
    			height: 80px;
					max-width: 80px;
			}
    }



    @media screen and (max-width: 980px) {
    .thumbnail-discription h4 {
        font-size: 22px;
    
    }
			    .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {
        justify-content: left;
        overflow: auto;
        width: 700px;
    }
    }

    @media screen and (max-width:890px) {
        .thumbnail-discription h4 {
            font-size: 22px;
        
        }
        .products-owl .owl-thumbs {
            position: static;
            flex-direction: row;
            justify-content: space-between;
            padding: 20px 0;
        }
        .thubnail-prnt {
            flex-direction: column;
        }
        .products-owl .owl-stage-outer {
            margin-left: 80px;
        }
        .products-owl .owl-stage-outer {
            margin-left: 50px;
        }
        .products-owl .owl-thumbs .owl-thumb-item img {
            max-width: 70px;
        }
        .owl-carousel .owl-item img {
            display: block;
            width: 100% !important;
					margin:auto; 
					object-fit: contain;
        }
			.our-blog-content .owl-carousel .owl-item img {
			 width: 100% !important;
		 }
        .products-owl .owl-stage-outer {
            margin-left: 0;
        }
        .thumbnail-slider {
            max-width: 75%;
        }
			.prodd-image img {
    max-width: 200px;
    margin: revert !important;
				margin-right: auto !important;
			}
			.product-hero-slider .owl-dots {
				bottom: 20px;
			}
			.alignleft {
				margin-right: auto;
			}
        }
        @media screen and (max-width:650px) {
            .thumbnail-slider {
                max-width: 85%;
            }
            .thumbnail-discription {
                margin-top: 20px;
            }
					.product-hero-slider .owl-dots {
        bottom: 10px;
    }
        }
    
        @media screen and (max-width:426px){
        .products-owl .owl-stage-outer {
            margin-left: 20px;
        }
					.products-owl .owl-nav {
						display: none !important;
					}
					

.counter {
    display: none;
}
    }