/* CSS Document */
/*
Theme Name: Godrej Theme | Site Specific Css
Theme URI: #
Author: Madison
Author URI: #
/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/

.pagen, .pagen .controls  {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagen .controls {
    width: 100%;
}

.pagen .controls a {
    background: #fff;
    padding: 5px 15px;
    border: 1px solid #ced4da;
    margin: 2px;
    color: #000      ;
    text-decoration: none;
    min-width: 45px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pagen .controls a:hover{
    background: #0068b4;
    color: #fff;
}

.pagen .controls a.active {
    background: #0068b4;
    color: #fff;
}


table td {
    vertical-align: middle;
}

.table-responsive td {
    padding: 10px !important;
}

table.homebuyers-guide-table td:nth-child(1) {
    width: 15%;
}

table.homebuyers-guide-table td:nth-child(2) {
    width: 15%;
}

table.homebuyers-guide-table td:nth-child(3) {
    width: 10%;
}

table.homebuyers-guide-table td:nth-child(4) {
    width: 10%;
}

table.homebuyers-guide-table td:nth-child(5) {
    width: 15%;
}

table.homebuyers-guide-table td:nth-child(6) {
    width: 35%;
}

table.property-investment-invest-table td:nth-child(1) {
    width: 30%;
}

table.property-investment-invest-table td:nth-child(2) {
    width: 70%;
}

table.property-investment-invest-table td:nth-child(2) p {
    text-align: left !important;
}

.project--info-details li {
   display: flex;
   flex-flow: column;
}

.project--info-details li a.btn {
    margin-top: auto;
}