.product-part .owl-nav {
    display: flex;
    margin: 30px auto 0px;
    width: 100%;
    justify-content: center;
}

.product-part .owl-carousel .owl-nav button.owl-next {
    background-image: url("../images/arrow-right.svg");
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 50%;
    background-color: #ffe500;
    color: #332e00;
    background-position: center;
}

.product-part .owl-carousel .owl-nav button.owl-next span,
.product-part .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.product-part .owl-carousel .owl-nav button.owl-prev {
    background-image: url("../images/arrow-left.svg");
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 50%;
    background-color: #ffe500;
    color: #332e00;
    background-position: center;
}

.product-part .sub-section p {
    font-size: 16px;
    color: #000;
}

.grade_secutity_certificate {
    text-align: center;
}

.grade_secutity_certificate .four_images {
    display: flex;
    gap: 16px;
    justify-content: center;
    background-color: #fff;
    margin: 30px auto;
    width: 100%;
	/*box-shadow: 0px 1px 2px 1px #ccc;
	padding: 20px;
    border-radius: 20px;*/
}

/*.grade_secutity_certificate .four_images img:nth-child(4),
.grade_secutity_certificate .four_images img:nth-child(1) {
    width: 120px;
    height: 120px;
}

.grade_secutity_certificate .four_images img:nth-child(2),
.grade_secutity_certificate .four_images img:nth-child(3) {
    width: 150px;
}*/

.banner-slider .owl-dots{
	position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}


@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	

.product-part .cards.type1 {
    min-height: 542px;
}
.product-part .cards .sub-section{
	min-height: 339px;
}	
	
	
}