﻿.section-location{
	position: relative;
	padding-left: 20px;
}


.section-location .prod-tabs{
	position:relative;
}

.section-location .prod-tabs .tab-btns{
	position:relative;
	z-index:1;	
	border-bottom:1px solid #dddddd;
    margin: 0;
    padding: 0;
}

.section-location .prod-tabs .tab-btns .tab-btn{
	position:relative;
	top:1px;
	display:block;
	float:left;
	margin-right:5px;
	font-size:16px;
	color:#333333;
	background:#ffffff;
	text-transform:capitalize;
	font-weight:400;
	line-height:23px;
	cursor:pointer;
	border:1px solid #e5e5e5;
	border-bottom: 0;
	padding: 10px 25px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.section-location .prod-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	top: 0;
	left: 50%;
	width:0%;
	height:3px;
	background-color:var(--tg-heading-color);;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.section-location .prod-tabs .tab-btns .tab-btn:hover:before,
.section-location .prod-tabs .tab-btns .tab-btn.active-btn:before{
	width: 100%;
	left: 0;
}

.section-location .prod-tabs .tab-btns .tab-btn:hover:after,
.section-location .prod-tabs .tab-btns .tab-btn.active-btn:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-3px;
	width:100%;
	height:5px;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.section-location .prod-tabs .tab-btns .tab-btn:hover,
.section-location .prod-tabs .tab-btns .tab-btn.active-btn{
	color: var(--tg-heading-color);;
    background: #ffffff;
}

.section-location .prod-tabs .tabs-content{
	position:relative;
	padding:25px 30px 45px;
	border:1px solid #dddddd;
}

.section-location .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.section-location .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.section-location .prod-tabs .tabs-content .tab .content{
	position:relative;
}

.section-location .prod-tabs .tabs-content .tab .content p{
	position:relative;
	font-size:16px;
	line-height: 26px;
	color:#666666;
	margin-bottom:0px;
}

 .section-location .prod-tabs .tabs-content .tab .content .google-map {
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
    overflow: hidden;
}

.section-location .prod-tabs .tabs-content .tab .content .address-container {
    position: relative;
}

.section-location .prod-tabs .tabs-content .tab .content .address-container .map-info {
    position: absolute;
    left: 0;
    bottom: 30px;
    background: var(--tg-heading-color);
    padding: 70px 40px 0;
    height: 500px;
    width: 350px;
}

.section-location .prod-tabs .tabs-content .tab .content .address-container .map-info h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 28px;
}

.section-location .prod-tabs .tabs-content .tab .content .address-container .map-info .contact-infos {
    padding-bottom: 35px;
    list-style: none;
    padding-left: 0;
}

.section-location .prod-tabs .tabs-content .tab .content .address-container .map-info .contact-infos p {
    color: #fff !important;
}

.section-location .prod-tabs .tabs-content .tab .content .address-container .map-info .contact-infos li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 8px;
}

.section-location .prod-tabs .tabs-content .tab .content .address-container .map-info .contact-infos li a {
    color: #fff;
}

.section-location .prod-tabs .tabs-content .tab .content .address-container .map-info .contact-infos .icon_box {
    position: absolute;
    left: 0;
    color: #fff;
}

