/*** 
=============================================
    Location Info Area Css
=============================================
***/

.location-info-area {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 120px 0 80px;
    z-index: 10;
}

.single-location-info-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.single-location-info-box .img-holder {
    position: relative;
    display: block;
}

.single-location-info-box .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1;
}
.tab .single-service-style2 .text-holder{
    height: 350px;
}
.single-location-info-box .img-holder .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: var(--thm-black);
    transform: scale(1.0);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: all 500ms ease 100ms;
    z-index: 2;
}
.tab{
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
}
.tab .nav-tabs{
    margin: 0;
    border: none;
    position: relative;
    justify-content: center;
}   
.tab .nav-tabs li a{
    color: #fff;
    background-color: #fdc400;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: capitalize;
    padding: 18px 10px;
    margin: 0 9px 1px 0;
    border-radius: 0 10px 0 0;
    border: none;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover{
    color: #fff;
    background-color: #fdd23f;
    text-shadow: 0 0 7px rgba(0,0,0,0.3);
    border: none;
}
.tab .nav-tabs li a:before{
    content: "";
    background: #242456;
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before{
    height: 0;
    opacity: 0;
}
.tab-content .single-service-style2 p{
    color: #000 !important;
}
.tab .tab-content{
    color: #fff;
    /*background: #242456;*/
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 25px;
    padding: 20px 25px;
    border-radius: 0 10px 0 0;
    /*border-bottom: 10px solid #fdd23f;*/
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li a{ margin: 0 0 10px; }
}
JavaScript (Tab depend on jQuery and Bootstrap.)
1
2
	
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
License Terms 
.single-location-info-box .img-holder .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}

.single-location-info-box:hover .img-holder .inner:before {
    opacity: 0.80;
    transform: scale(1.0);
}

.single-location-info-box .img-holder .flag {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 70px;
    height: 40px;
    overflow: hidden;
    border-radius: 7px;
    z-index: 2;
}

.single-location-info-box .img-holder .flag img {
    width: 100%;
}



.single-location-info-box .title-holder {
    position: relative;
    display: block;
    background: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
    padding: 25px 30px 39px;
    z-index: 1;
}

.single-location-info-box .title-holder h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 13px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-location-info-box .title-holder ul {
    position: relative;
    display: block;
}

.single-location-info-box .title-holder ul li {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 14px;
}

.single-location-info-box .title-holder ul li:last-child {
    margin-bottom: 0;
}

.single-location-info-box .title-holder ul li .inner-title {
    position: absolute;
    top: 4px;
    left: 0;
}

.single-location-info-box .title-holder ul li .inner-title h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.single-location-info-box .title-holder ul li .inner-text {
    position: relative;
    display: block;
}

.single-location-info-box .title-holder ul li .inner-text p {
    margin: 0;
}

.single-location-info-box .title-holder ul li .inner-text p a {
    color: var(--thm-gray);
    transition: all 500ms ease;
}

.single-location-info-box .title-holder ul li .inner-text p a:hover {
    color: var(--thm-base);
}


.single-location-info-box .title-holder ul li .inner-text .social-links {
    position: relative;
    display: block;
}

.single-location-info-box .title-holder ul li .inner-text .social-links a {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 18px;
    transition: all 500ms ease;
}

.single-location-info-box .title-holder ul li .inner-text .social-links a+a {
    margin-left: 15px;
}

.single-location-info-box .title-holder ul li .inner-text .social-links a:hover {
    color: var(--thm-base);
}