



/*** 
=============================================
    Apartment Plans Area Css
=============================================
***/
.apartment-plans-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}

.apartment-plans-tab{
    position: relative;
    display: block;
}
.apartment-plans-tab .tab-button-column{
    position: relative;
    display: block;
    padding-bottom: 72px;
}
.apartment-plans-tab .tab-button-column .tab-buttons {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 1;
}
.apartment-plans-tab .tab-button-column .tab-buttons li {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 20%;
    width: 100%;
    background: #edf1f7;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 21px 20px 21px;
    margin: 0;
    border-right: 2px solid #ffffff;
}
.apartment-plans-tab .tab-button-column .tab-buttons li:last-child{
    border-right: none;
}

.apartment-plans-tab .tab-button-column .tab-buttons li span{
    position: relative;
    display: inline-block;
}
.apartment-plans-tab .tab-button-column .tab-buttons li span:before {
    position: absolute;
    left: 0;
    bottom: -31px;
    right: 0;
    content: "";
    transform: scaleY(0);
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    width: 30px;
    border-top: 10px solid #444444;
    margin: 0 auto;
}


.apartment-plans-tab .tab-button-column .tab-buttons li.tab-btn:hover,
.apartment-plans-tab .tab-button-column .tab-buttons li.tab-btn.active-btn{
	color: #ffffff;
    background: #444444;
}
.apartment-plans-tab .tab-button-column .tab-buttons li.tab-btn:hover span:before,
.apartment-plans-tab .tab-button-column .tab-buttons li.tab-btn.active-btn span:before{
    transform: scaleY(1.0);       
}


.apartment-plans-tab .tabs-content .tab{
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
	z-index:10;
}
.apartment-plans-tab .tabs-content .tab.active-tab{
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}


.apartment-plans-tab-content{
    position: relative;
    display: block;
}
.apartment-plans-tab-content .top-title{
    position: relative;
    display: block;
    padding-bottom: 42px;
}
.apartment-plans-tab-content .top-title h3{
    color: #222222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 15px;
}
.apartment-plans-tab-content .top-title p{
    margin: 0;
}


.apartment-plans-content-box{
    position: relative;
    display: block;
}
.apartment-plans-content-box ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.apartment-plans-content-box ul li{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 40px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
}
.apartment-plans-content-box ul li.gray-bg{
    background: #f5f5f5;
}
.apartment-plans-content-box ul li span{}
.apartment-plans-content-box ul li span.right{
    position: relative;
    display: inline-block;
    float: right;
    color: #222222;
    font-weight: 700;
}


.apartment-plans-map-box{
    position: relative;
    display: block;
    max-width: 600px;
    width: 100%;
    float: right;
    padding: 40px 60px 40px;
    border: 1px solid #e1e1e1;
}

 
.apartment-plans-tab-content .button-box{
    position: relative;
    display: block;
    padding-top: 80px;
    text-align: center;
}
.apartment-plans-tab-content .button-box a{
    position: relative;
    display: inline-block;
    padding: 0 35px;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 5px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.apartment-plans-tab-content .button-box a:hover{
    background: #444444;
}

.apartment-plans-tab-content .button-box a span{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    z-index: 1;
}
.apartment-plans-tab-content .button-box a span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 7px;
    background: #ffffff;
    content: "";
    margin: 27px 0 26px;
}

.apartment-plans-tab-content .button-box a.style2{
   background: #444444;    
}



/*** 
=============================================
    Apartment Plans Style2 Area Css
=============================================
***/
.apartment-plans-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
}
.apartment-plans-style2-image-box {
    position: relative;
    display: block;
    margin-right: -48px;
}
.apartment-plans-style2-image-box img{
    max-width: none;
    float: right;
}

.apartment-plans-style2-content{
    position: relative;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: -52px;
    margin-right: -200px;
    z-index: 10;
}
.apartment-plans-tab-style2{
    position: relative;
    z-index: 1;
}
.apartment-plans-tab-style2:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -100000px;
    background: #faf8f4;
    content: "";
    z-index: -1;
}
.apartment-plans-tab-style2 .theme-logo {
    position: absolute;
    right: -170px;
    bottom: 0px;

}

.apartment-plans-tab-style2 .tab-button-column{
    position: relative;
    width: 620px;
    padding-top: 160px;
    padding-left: 110px;
    padding-bottom: 160px;
}
.apartment-plans-tab-style2 .tab-button-column .pattern-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #f9f6f2;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: contain;
    background-position: center center;
}

.apartment-plans-tab-style2 .tab-button-column .sec-title {
    padding-bottom: 61px;
}
.apartment-plans-tab-style2 .tab-button-column .sec-title h2 {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
    margin: 23px 0 0;
}


.apartment-plans-tab-style2 .tab-button-column .tab-buttons {
    position: relative;
    display: block;
}
.apartment-plans-tab-style2 .tab-button-column .tab-buttons li {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    color: #222222;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 30px;
}
.apartment-plans-tab-style2 .tab-button-column .tab-buttons li:last-child{
    margin-bottom: 0;
}
.apartment-plans-tab-style2 .tab-button-column .tab-buttons li span{
    position: relative;
    display: inline-block;
}



/***
.apartment-plans-tab-style2 .tab-button-column .tab-buttons li span:before {
    position: absolute;
    left: 0;
    bottom: -31px;
    right: 0;
    content: "";
    transform: scaleY(0);
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    width: 30px;
    border-top: 10px solid #444444;
    margin: 0 auto;
}
.apartment-plans-tab-style2 .tab-button-column .tab-buttons li.tab-btn:hover span:before,
.apartment-plans-tab-style2 .tab-button-column .tab-buttons li.tab-btn.active-btn span:before{
    transform: scaleY(1.0);       
}
***/


.apartment-plans-tab-style2 .tabs-content .tab{
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
	z-index:10;
}
.apartment-plans-tab-style2 .tabs-content .tab.active-tab{
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}



.apartment-plans-tab-style2 .tab-button-column,
.apartment-plans-tab-style2 .tabs-content{
    display: table-cell;
    vertical-align: top;
}

.apartment-plans-tab-style2 .tabs-content{
    position: relative;
    padding-top: 160px;
    padding-left: 110px;
}

.apartment-plans-style2-tab-content {
    position: relative;
    display: block;
}
.apartment-plans-style2-tab-content h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 17px;
}
.apartment-plans-style2-tab-content p{
    margin: 0px;
}
.apartment-plans-style2-tab-content h3 span:before {
    position: relative;
    top: 5px;
    display: inline-block;
    font-size: 40px;
    transform: rotate(180deg);
    padding-left: 14px;
}


.apartment-plans-style2-info {
    position: relative;
    display: block;
    margin-top: 28px;
}
.apartment-plans-style2-info ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.apartment-plans-style2-info ul li{
    position: relative;
    display: block;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}
.apartment-plans-style2-info ul li span{}
.apartment-plans-style2-info ul li span.right{
    position: relative;
    display: inline-block;
    float: right;
    color: #222222;
    font-weight: 700;
}


















