.contacts .tab {
	float: left;
	background-color: var(--bs-blocks);
	
}

.contacts .butp{
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	color: var(--bs-text);
	
}


 
.contacts .head{
		background-color: var(--bs-blocks);
		color: var(--bs-primary);
		font-weight: 700;
		font-size: 16px;	
}
	
@media (max-width: 991px) {
	.contacts .head{
		background-color: transparent;
    color: var(--bs-text);
    font-family: Arial;
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
	}
	
	.contacts .butp{
	font-style: normal;
	font-weight: 700;
    font-size: 1rem;
	color: var(--bs-text);
	
	}

}

.tabDescShow{
	height: auto !important;
	display: block !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border-top: 1px solid var(--bs-secondary);
    border-bottom: 1px solid var(--bs-secondary);
}

.tabDesc{
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	height:0px;
	/*transition: all .5s ease-in;*/
}

.contacts .h6{
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	color: var(--bs-text);
	padding-left: 1rem;
}

.contacts .sizem{
	width: 100%;
	height: 38rem;
}

/* Style the buttons inside the tab */
.contacts .tab button {
	display: block;
	background: transparent;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.5s;
}

@media (max-width: 991px) {
	
	.contacts .tab button	{
		display: block;
		background: transparent;
		width: 100%;
		border: solid 1px var(--bs-secondary);
		outline: none;
		text-align: left;
		cursor: pointer;
		transition: 0.5s;		
	}
	
	.con-start {
		width: 100% !important;
	}	
}
@media (min-width: 992px) {
	.contacts-height{
		height: calc(94.4vh - 190px + 1.5rem);
	}
	.contacts .tab button	{
		display: block;
		background: transparent;
		width: 100%;
		border: solid 1px var(--bs-secondary);
		outline: none;
		text-align: left;
		cursor: pointer;
		transition: 0.5s;		
	}	
}

.contacts .mapp{
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	color: var(--bs-text);
	padding-top: 1rem;
	padding-left: 0.5rem;
}

/* Change background color of buttons on hover */
.contacts .tab button:hover {
	background-color: var(--bs-blocks);

}

@media (min-width: 992px) {
	.contacts .tab button:hover {
		background-color: var(--bs-secondary);
		color: black;
	}
	
	.contacts .tab button.show {
		background-color: var(--bs-secondary);
		color: black;
	}
}

@media (max-width: 991px) {
	.contacts .tab button:hover {
		background-color: var(--bs-secondary);
		color: black;
	}
	
	.contacts .tab button.show {
		background-color: var(--bs-secondary);
		color: black;
	}
}
/* Create an active/current "tab button" class */
.contacts .tab button.active {
	background-color: var(--bs-blocks);
	transition: all 1s ease-out;
	
}

/* Style the tab content */
.contacts .tabcontent {
	float: left;
	border-left: none;
	background-color: var(--bs-blocks);
}

.contacts .tabs {
	padding-top:100px;
}

.contacts .tabs:after {
    content: '';
    display: table;
    clear: both;
}

.contacts .tabs input[type=radio] {
    display:none;
}
.contacts .tabs label p {
    padding: 5px;
    margin-right: 0;
}

.contacts .tabs label {
    color: var(--bs-text);
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
	border: 1px solid rgba(27, 51, 69, 0.4);
	box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.25);
	border-radius: 8px;	
}

.contacts .tabs label span {
    display: none;
}

.contacts .tab-content {
    display: none;
    float: left;
    padding: 15px;
	border-radius: 8px;
	margin-top:1rem;
}

.contacts .tabs [id^="tab"]:checked + label {
	background: rgb(233 209 209 / 39%);
	border: 1px solid rgba(27, 51, 69, 0.4);
	box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	height:72px;
	
}

.contacts #tab-first:checked ~ .contacts  #tab-content-1,
.contacts #tab-second:checked ~ .contacts  #tab-content-2,
.contacts #tab-third:checked ~ .contacts  #tab-content-3
{
    display: block;
}

.contacts{
    position: relative;
	background-image: var(--bs-background);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0;
}

.contacts h2{
    top: 3%;
    left: 1%;
}

.contacts-background .child{
	display:none;
    border-top: 1px solid var(--bs-secondary);
	border-bottom: 1px solid var(--bs-secondary);
	
}

.contacts-background .child.show{
	display:block;
}

.contacts-background {
	background: var(--bs-background);
	height: 100%;
}