/* .tab-content>.active { */
    /* opacity: 1; */
/* } */
.branch_names {
	margin-bottom: 80px;display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.branch_content .contact_info img {
    width: unset;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.branch_content img {    
	width: 100%;
    height: auto;
    display: flex;
}
.nav-tabs .nav-link {border: 0;    font-weight: 900;padding: 10px 0 15px;position: relative;}
.nav-tabs .nav-link:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
}
.nav-tabs .nav-link:after {
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 8px;
	height: 5px;
	border-radius: 20px;
	background: #eaeaea;
	bottom: -3px;
	transition: all 0.3s;
}
.nav-tabs .nav-link:hover:after , .nav-tabs .nav-link.active:after {
	width: 100%;
	background: var(--color1);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--color1);
}
.nav-tabs .nav-item {
  margin-bottom: 0px; 
}
.nav-tabs {
    border-bottom: 2px solid #eaeaea;
}
.contact_info {
    background: #fff;
    border-radius: 7px;
    margin-top: -150px;
    padding: 45px 0;
	position: relative;
	    box-shadow: 0 7px 12px #0000000f;
}

.contact_item {
    padding: 10px 20px;
    text-align: center;
}

.contact_item span:after {
	content: "";
	width: 30px;
	height: 4px;
	display: block;
	background: var(--color2);
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 20px;
	bottom: 0;
}
.contact_item {color: #a6a6a6;}
.contact_item span {    
	font-weight: 900;
    font-size: 16px;
    padding-bottom: 15px;
    display: block;
    position: relative;
	margin-bottom: 10px;
	color: #000;
}
.contact_item p {margin: 0;    line-height: 24px;}
.contact_info:after {
	content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -30px;
    background: url(../img/bottom_flag.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
    z-index: -1;
    pointer-events: none;
    width: 80px;
    height: 30px;
    transform: rotate(180deg);}
.contact_form {
    padding-top: 50px;
	text-align: center;
}
.contact_form .title-template {    margin-top: 35px;}
.contact_form h3 {    
	padding-bottom: 20px;
    margin-bottom: 30px;position: relative;
}
.contact_form h3:after {
	content: "";
	display: inline-block;
	width: 95px;
	height: 5px;
	background: var(--color2);
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	position: absolute;
}
.cform .contact_btn {text-align: left;}
.wpcf7 span.wpcf7-form-control-wrap {margin-bottom: 15px;display: block;position: relative;}
.contact_form span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    right: 0;
	bottom: -17px;
}
.about_tab {
	    justify-content: space-evenly;
}
.cwrap .about_content {padding: 40px 0;}
.about_content .about_img {padding: 0 50px;margin-bottom: 35px;    text-align: center;}
.about_content .about_img img {max-width: 100%;height: auto;}
.contact_info > div:first-of-type {
	animation-delay: 0.25s;
}
.contact_info .contact_item:nth-child(2) {
	animation-delay: 0.35s;
}
.contact_info .contact_item:nth-child(3) {
	animation-delay: 0.45s;
}
.contact_info .contact_item:nth-child(4) {
	animation-delay: 0.55s;
}.contact_info .contact_item:nth-child(5) {
	animation-delay: 0.65s;
}
.contact_info .contact_item:last-of-type {
	animation-delay: 0.75s;
}
div.wpcf7-response-output {
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
}
.branch_content {padding-bottom: 50px;}