            .small-height {
                height: 96px !important;
            }
            
            .logo-2 {
                width: 110px;
            }
            .nav-pills>li+li {
                margin-left: 15px!important;
            }
            .main-nav.dark .inner-nav ul>li>a span {
                padding-left: 6px;
                padding-right: 6px;
            }
            
            .section-line::before {
                position: absolute;
                content: '';
                right: 0px;
                bottom: 7px;
                width: 40px;
                height: 1px;
                background-color: #bbbbbb;
            }
         

            #amenities1 .item{
                transform: scale(.9);
            }
            
            @media(max-width:1000px) {
                .item {
                    margin: 0;
                    transform: scale(.9)
                }
            }
            
            #amenities1 .active .item, 
            #specifications .active .item,
            #tower .active .item {
                opacity: 1;
                transform: scale(1);
            }

            .img-padding .active .item{
                transform: scale(.9); 
            }

            .img-padding img {
                border: 15px solid #ffffff;
                box-shadow: 0 0 3px #d3d9dd;
                overflow: hidden;
                width: 50%;
                margin: auto;
                border-radius: 5px;
            }
            #amenities .active .item img,#amenities .item img{
                box-shadow: 0 0 3px #d3d9dd;
                overflow: hidden;
                border-radius: 5px; 
            }
            
            #amenities1 .active .item img,
            #amenities1 .item img {
                border: 15px solid #ffffff;
                box-shadow: 0 0 3px #d3d9dd;
                overflow: hidden;
                border-radius: 5px;
            }
           
            .view {
                overflow: hidden;
                position: relative;
                text-align: center;
                cursor: default;
            }

            .view img {
                display: block;
                position: relative;
            }
            .view-first img {
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                -ms-transition: all 0.2s linear;
                transition: all 0.2s linear;
                margin: auto;
                width: 40%;
            }
            /* .icon-circle{
                border-radius: 100px;
                border: 2px solid white;
            } */
            
            .owl-item {
                -webkit-backface-visibility: hidden;
                -webkit-transform: translateZ(0) scale(1.0, 1.0);
            }
            
            .inner {
                position: absolute;
                bottom: 30px;
                left: 0;
                right: 0;
                text-align: center;
            }
            
            .inner a {
                color: #fff;
                text-decoration: none;
                border-bottom: 2px solid rgba(255, 255, 255, 0.5);
                transition: .3s ease border-color
            }
            
            .inner a:hover {
                border-color: #fff;
            }
            
            .inner a {
                color: #000;
                border-color: rgba(0, 0, 0, 0.4)
            }
            
            .inner a:hover {
                border-color: #000;
            }
            
            .owl-controls {
                position: absolute;
                margin-top: 300px;
            }
            
            .spec_icon {
                width: 104px;
                height: 104px;
                margin: -50px auto auto auto;
                text-align: center;
                background: url(../img/specs-icons.png)#e5d69e;
                border: 1px solid #B4A56E;
                border-radius: 50%;
            }
            
            .spec_icon:hover {
                background-color: #503a16;
                border: 1px solid #503a16;
            }
            
            .bg_position1 {
                background-position: 7.5% 20%;
            }
            
            .bg_position2 {
                background-position: 27.5% 19%;
            }
            
            .bg_position3 {
                background-position: 44.8% 18%;
            }
            
            .bg_position4 {
                background-position: 59% 18%;
            }
            
            .bg_position5 {
                background-position: 74.5% 19%;
            }
            
            .bg_position6 {
                background-position: 91% 20%;
            }
            
            .bg_position1:hover {
                background-position: 7.5% 74%;
            }
            
            .bg_position2:hover {
                background-position: 27.6% 73%;
            }
            
            .bg_position3:hover {
                background-position: 44.8% 74%;
            }
            
            .bg_position4:hover {
                background-position: 59% 74%;
            }
            
            .bg_position5:hover {
                background-position: 74.5% 74%;
            }
            
            .bg_position6:hover {
                background-position: 91% 74%;
            }
            
            .plan li:before {
                font-family: "FontAwesome";
                content: "\f00c";
                display: inline-block;
                padding-right: 3px;
                vertical-align: middle;
                font-size: 12px;
                font-weight: 900;
                position: absolute;
                left: 18px;
            }
            
            .mb-10 {
                margin-bottom: 10px;
            }
            
            .mb-15 {
                margin-bottom: 15px;
            }
            
            .mb-20 {
                margin-bottom: 20px;
            }
            
            .mb-25 {
                margin-bottom: 25px;
            }
            
            .mb-30 {
                margin-bottom: 30px;
            }
            
            .mb-35 {
                margin-bottom: 35px;
            }
            
            .bg-light {
                background-color: #e5d69e;
            }
            
            .bg-brown {
                background-color: #302e2f;
            }
            
            .pb-40 {
                padding-bottom: 40px;
            }
            
            .pb-60 {
                padding-bottom: 60px;
            }
            
            .mt-0 {
                margin-top: 0px !important;
            }
            
            .mt-10 {
                margin-top: 10px !important;
            }
            
            #specifications .owl-item {
                margin-top: 50px;
            }
            
            .location {
                padding-left: 30px;
            }
            
            .location li:before {
                font-family: "FontAwesome";
                content: "\f00c";
                display: inline-block;
                padding-right: 3px;
                vertical-align: middle;
                font-size: 12px;
                font-weight: 900;
                position: absolute;
                left: 18px;
            }
       
            @media (max-width: 767px) {
                .modal-dialog-popup {
                    margin: 80px auto 30px 0;
                }
            }
            
            .modal-body-content {
                box-shadow: none !important;
                border-radius: 0 !important;
                border: none !important;
                margin: 0px 10%;
            }
            
            .modal-body-popup {
                padding: 30px 40px;
            }
            
            .view-first h5 {
                font-size: 16px;
                line-height: 20px;
                color: #fff;
            }
            
            .nav-pills>li.active>a,
            .nav-pills>li.active>a:focus,
            .nav-pills>li.active>a:hover {
                color: #fff;
                background-color: #9b2727!important;
                border: 2px solid;
                padding: 4px 10px;
                font-weight: 600;
            }
            .nav-item a ,.nav-item:hover a{
                color: #fff;
                  position: relative;
                    display: block;
                    border: 2px solid;
                    padding: 4px 10px!important;
              
              
            }
            .nav>li>a:focus, .nav>li>a:hover {
                text-decoration: none;
                color: white;
                background-color: #0c0c0c!important;
            
            }
            .nav {
                padding-left: 0;
                margin-top: 20px;
                margin-bottom: 50px;
                list-style: none;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                justify-content: center!important;
                -webkit-box-pack: center!important;
                -ms-flex-pack: center!important;
            }
            
            .panel-group .panel {
                border-radius: 0;
                box-shadow: none;
                border-color: #EEEEEE;
                margin-bottom: 20px;
            }
            
            .panel-default>.panel-heading {
                padding: 0;
                border-radius: 0;
                color: #212121;
                background-color: #FAFAFA;
                border-color: #EEEEEE;
            }
            
            .panel-title {
                font-size: 14px;
            }
            
            .panel-title>a {
                display: block;
                padding: 6px;
                font-size: 17px;
                text-decoration: none;
            }
            
            .more-less {
                float: right;
                color: #212121;
            }
            
            .panel-default>.panel-heading+.panel-collapse>.panel-body {
                border-top-color: #EEEEEE;
            }
           