/*
Template Name: Rd Jewellers
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/


/*********************about****************/
.sport_tag {
    background: var(--bg_primary_light);
    border-radius: 10px;
    padding: 11px 18px;
    font-size: 14px;
}

.accordion-button {
	background:var(--secondry);
	color:var(--bs-white);
	padding:8px 15px;
	border: 0;
	font-size: 26px;
	text-align: left;
	border-radius:0;
}
.accordion-button:focus {
	box-shadow: none;
	border: none;
}
.accordion-button:not(.collapsed) {
	background:var(--primary);
	color:var(--bs-white);
	padding:8px 15px;
}
.accordion-body {
	padding: 15px;
}

.accordion-button::after {
	width: auto;
	height: auto;
	content: "+";
	font-size: 40px;
	background-image: none;
	font-weight: 100;
	color: var(--bs-white);
	transform: translateY(-4px);
}
.accordion-button:not(.collapsed)::after {
	width: auto;
	height: auto;
	background-image: none;
	content: "-";
	font-size: 40px;
	transform: translate(-5px, -4px);
	transform: rotate(0deg);
}
.accordion-item{
	border:none;
	border-radius:0;
	background:none;
}
/*********************about_end****************/


@media screen and (max-width : 767px){
.about_pg1_right {
	padding-left:0!important;
	margin-top:20px;
}
.about_pg2_right{
	padding:0!important;
	margin-top:20px;
}
.faq_1_left{
	padding-right:0!important;
	margin-bottom:20px;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.about_pg1_right {
	padding-left:0!important;
}
.about_pg2_right{
	padding:0!important;
}
}
@media (min-width:992px) and (max-width:1200px) {
.about_pg2_right{
	padding:10px!important;
}
.team_1_left  .fs-4{
	font-size:18px!important;
}
.team_1_left  .font_15{
	font-size:14px;
	margin-top:0!important;
}
 }

@media (min-width:1201px) and (max-width:1350px) {

 }
@media screen and (min-width : 1400px){


 }


 
