/* font */
@font-face { font-family: Proxima-Nova; src: url('../fonts/Proxima-Nova-Font.otf'); } 
html {
    position: relative;
   height: 100%;
}
body{
    font-family: Proxima-Nova;
    width: 100%;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #fff;    
    font-size: 15px;
    color: #292929;
}
.nopadding{
    padding: 0px !important;
}
.sec-pad {
    padding: 60px 0px;
}
.sec-pad-lr{
    padding: 0px 70px;   
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}

.light-bg{
    background-color: #F5F5F5;
}
.white-bg{
    background-color: #fff;
}
.light-text{
    color: #6E6E6E!important;
}
.theme-color{
    color: #0C4338!important;
}
.bold{
    font-weight: 600;
}



.header{
    padding: 15px 0px;
    background-color: #fff; 
}
.main-logo{
    max-height: 150px;
}
.square-pad{
    padding: 50px 40px 40px;
}
.ft-10{
    font-size: 10px;
}
.ft-20{
    font-size: 20px;
}
.title{
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}
.big-title{
    font-size: 41px;
    line-height: 50px;
    font-weight: 600;
}
.theme-border-btn{
    background-color: transparent!important;
    border: 2px solid #0C4338;
    color: #0C4338;
    border-radius: 25px;
    box-shadow: none!important;
    outline: 0!important;
    padding: 10px 35px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all ease .5s;
    min-width: 200px;
}
.theme-border-btn:hover, .theme-border-btn:focus{
    background-color: #0C4338!important;
    color: #fff;
}
.table td, .table th {
    padding: 0.5rem 0.75rem;
    font-weight: 500;
}
.enquiry-side-img{
    width: 100%;
    min-height: 530px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.flex-center{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.enquiry-form{
    display: none;
}
.form-group{
    margin-bottom: 10px;
}
.form-control {
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 22px;
    color: #0C4338;
    background-color: #fff;
    border-color: #000000!important;
    border-radius: 0px;
    box-shadow: none!important;
    outline: 0!important;
    height: auto!important;
}
.form-control::placeholder {
    color: #D5D5D5;
}
.input-select-dropdown{
    margin-bottom: 10px;
}
.input-select-dropdown .dropdown-toggle{
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 22px;
    color: #0C4338;
    background-color: #fff;
    border-color: #000000!important;
    border-radius: 0px;
    box-shadow: none!important;
    outline: 0!important;
    width: 100%;
    height: auto!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.input-select-dropdown .dropdown-menu{
    min-width: 100%;
    width: 100%;
    border-radius: 0px;
    border: none;
    padding: 0px;
}
.input-select-dropdown .dropdown-item{
    font-size: 14px;
    line-height: 22px;
    color: #0C4338;
    padding: 0.25rem 0.75rem;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    color: #0C4338;
    background-color: #f8f9fa;
}
.text-switch .btn-toggle {
    margin: 0 8rem;
    padding: 0;
    position: relative;
    border: none;
    height: 17px;
    width: 32px;
    border-radius: 50px;
    color: #000;
    background: transparent;
    border: 1px solid #000;
    font-weight: 600;
}
.text-switch .btn-toggle:focus,
.text-switch .btn-toggle.focus,
.text-switch .btn-toggle:focus.active,
.text-switch .btn-toggle.focus.active {
    outline: none;
    box-shadow: none;
}
.text-switch .btn-toggle:before,
.text-switch .btn-toggle:after {
    width: 8rem;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-transform: initial;
    letter-spacing: 1px;
    position: absolute;
    bottom: -2px;
    transition: opacity 0.25s;
}
.text-switch .btn-toggle:before {
    content: 'Furnished';
    text-align: right;
    padding-right: 10px;
    left: -8rem;
}
.text-switch .btn-toggle:after {
    content: 'Unfurnished';
    text-align: left;
    padding-left: 10px;
    right: -8rem;
    opacity: 0.5;
}
.text-switch .btn-toggle.active:before {
  opacity: 0.5;
}
.text-switch .btn-toggle.active:after {
  opacity: 1;
}
.text-switch .btn-toggle .handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  border-radius: 1.125rem;
  background: #000;
  transition: left 0.25s;
}
.text-switch .btn-toggle.active .handle {
  left: 17px;
  transition: left 0.25s;
}
.switch-img-div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: calc(100% - 85px);
}
.switch-img-div img{
    max-height: 100%;
    width: auto;
}

.without-furniture{
    display: none;
}
.active-switch .with-furniture{
    display: none;
}
.active-switch .without-furniture{
    display: block;
}
.finding-list-div{
    width: 100%;
    padding: 50px 15px 30px;
}
.finding-list-div::-webkit-scrollbar {
  width: 3px;
}
.finding-list-div::-webkit-scrollbar-track {
  background: #fff;
}
.finding-list-div::-webkit-scrollbar-thumb {
  background: #0C4338;
  border-radius: 5px;
}
.scheme-listing-section{
    width: 100%;
    height: calc(100vh - 181px);
    overflow: auto;
}
.scheme-listing-div{
    background-color: #FAFAFA;
    margin-bottom: 2px;
    padding: 13px 11px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all ease .5s;
}
.scheme-listing-div:hover{
    background-color: #F5E6C3;
}
.scheme-listing-div p{
    margin-bottom: 0px;
}
p.scheme-title{
    font-size: 16px;
    font-weight: 600;
    color: #0C4338;
    margin-bottom: 6px;
}
.scheme-details{
    font-size: 12px;
    font-weight: 500;
    color: #164136;   
}
.list-special-icon{
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 12px;
    color: #0C4338;
}
.list-form-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.list-form-flex .form-control, .list-form-flex .input-select-dropdown .dropdown-toggle{
    padding: 0.375rem 0.25rem;
    line-height: 18px;
}
.list-form-flex .input-select-dropdown .dropdown-item {
    line-height: 18px;
    padding: 0.25rem 0.5rem;
}
.theme-border-btn.input-btn{
    padding: 9px;
    border-width: 1px;
    border-radius: 0px;
    font-size: 12px;
    line-height: 13px;
    display: inline-flex;
    margin-bottom: 10px;
}
.label-div{
    display: inline-block;
    padding: 1px 5px;
    border-radius: 50px;
    background-color: #B5D1B2;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.custom {
    line-height: 12px;
    margin-bottom: 10px;
}
.custom.checkbox label{
    position: relative;
    cursor: pointer;
    margin-bottom: 0px!important;
    font-size: 14px;
    line-height: 22px;
    color: #164136;
}
.custom input[type="checkbox"]{
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}
.custom input[type="checkbox"]:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #0C4338;
    border-radius: 2px;
    cursor: pointer;
}
.custom input[type="checkbox"]:before {
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 3px;
    top: 4px;
    z-index: 1;
    width: 8px;
    height: 4px;
    border: 1px solid #0C4338;
    border-top-style: none;
    border-right-style: none;
}
.custom input[type="checkbox"]:checked:before {
    transform: rotate(-45deg) scale(1, 1);
}
.h-100vh-scroll{
    height: 100vh;
    overflow: auto;
}
.h-100vh-slider-scroll::-webkit-scrollbar {
  display: none;
}
.hero-slider .carousel-item{
    text-align: center;
}
.hero-slider-content{
    padding: 50px 0px;
}
.hero-slider .carousel-control-prev, .carousel-control-next {
    color: #ADADAD!important;
    font-size: 40px;
    bottom: 0px;
    top: auto;
    height: 45px;
    width: 45px;
    display: inline-flex;
    padding: 10px;
    left: auto;
    right: auto;
    transform: rotate(90deg);
    margin-left: -23px;
}
.hero-slider .carousel-control-prev{
    bottom: 140px;
}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .3s;
 transition-property: opacity;
}
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
.dasktop-sec-pad{
    padding:6rem 0;
}
.min-width-auto{
    min-width: auto;
}
.enquiry-form-close{
        position: absolute;
    top: -38px;
    right: -18px;
}
.content-height-cust{min-height: calc(100vh - 140px);}