.header .search-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: white;
    display: none;
    box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.2);
}
#search .search-wrap {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    opacity: 1;
    transition: all .4s;
    transition-delay: .2s;
}
#search{
    position: fixed;
    width: 100%;
    background: rgba(89,93,95,.95);
    z-index: 999999999;
    display: none;
    overflow: hidden;
}
#search .search-wrap {
    align-items: center !important;
    height: 100vh;
    margin: auto;
    width: 90%;
    display: flex;
    justify-items: center !important;
    align-items: center;
    padding: 10px 20px;
    opacity: 1;
    transition: all .4s;
    transition-delay: .2s;
}
.search-wrapper .form-control {
	color: #fff !important;
    height: 68px !important;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff !important;
}
.search-wrapper .form-control:focus {
    box-shadow: none !important;
    background: none !important;
}
.search-wrapper .form-control::placeholder {
    opacity: 1;
    color: #fff !important;
} 
#search .search-wrap .close {
    margin: 0;
    position: fixed;
    top: 20px;
    right: 20px;
    opacity: 1;
    fill: #fff;
    cursor: pointer;
    padding: 10px;
    /* fill: #fff !important; */
    /* color: #fff !important; */
}   
/*body .header .search-wrapper {
  height: 100vh;
  overflow-y: hidden;
}*/
.grecaptcha-badge {
    visibility: hidden !important;
}
div#pum-309 {
    opacity: 1 !important;
}
div#popmake-309 {
        height: 362px !important;
    margin: auto !important;
    display: block !important;
    text-align: center;
}
.pum-theme-303 .pum-container, .pum-theme-lightbox .pum-container {
 padding: 0px !important;
}
.pum-container.custom-position {
    left: 0px!important;
    top: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
}
.pum-container, .pum-theme-lightbox .pum-container {
    border-radius: 0!important;
    border: none!important;
    box-shadow: none!important;
 }  
 .pum-container .pum-content>:first-child {
    display: none;
    } 
.pum-theme-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.55) !important;
    z-index: 99 !important;
}
span.wpcf7-form-control-wrap.menu-16 {
    display: flex;
    height: 100%;
}
.menu-161 select {
    max-width: 174px;
    height: auto;
    margin-top: 2px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.mo_phone {
    width: 100%;
}
input#miniorange_otp_token_submit {
    width: 30% !important;
    cursor: pointer !important;
    padding: 6px !important;
}
.book-site-otp {
    display: none;
}
.book-site-otp {
    border-radius: 3px;
    width: 100%;
}
.pum-container.pum-responsive.pum-responsive-medium {
    opacity: 1 !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    opacity: 1 !important;
}
.pum-container.custom-position {
    opacity: 1 !important;
} 
.pum-container.pum-responsive.pum-responsive-small {
    height: 400px!important;
    margin: auto !important;
    }   
div#mo_message {
    border-top: none !important;
    padding: 8px !important;
    margin: 10px 0px;
    font-size: 14px;
}
[hidden] {
    display: none;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px auto;
    border: navajowhite;
    font-size: 15px;
    padding: 20px 10px;
}

.search-section.auto-custom-suggest {
    width: 100% !important;
}
.auto-custom-suggest.search-section .auto-suggest-submit {
    display: none;
}
.auto-custom-suggest input#auto-suggest-front{
    height: 50px;
    border-bottom: 1px solid;
}
.result-section .post-details.img-active .col-right {
    padding-left: 0px;
    width: 100%;
}
.result-section .col-right .post-title a {
    color: #ffffff;
}
.result-section .post-details {
    padding: 10px 0px;
    background: transparent;
    border-bottom: 1px solid #8a8a8a;
}
.result-section .col-right .post-desc {
    width: 100%;
    font-size: 12px;
    color: #fff;
    border-bottom: none;
}
.search-section input.auto-suggest-front, .asr-container {
    border: none;
    width: 100%;
    overflow-y: auto;
    margin-top: 5px;
    font-size: 24px;
    padding-bottom: 12px !important;
    padding: 10px 0px;
}
.asr-container {
    width: 100%;
}
.asr-container.no-result {
    background: #5b5f61!important;
    height: auto;
    padding: 2px;
}
.asr-container.no-result .result-section {
    height: auto;
    text-align: center;
    color: #dad9d9!important;
    background: #6d6d6d!important;
}
/* .bottom-wrapper button:focus {
    outline: none !important;
}
.bottom-wrapper button img {
    width: 48px !important;
    margin-right: 0px !important;
}
.bottom-wrapper button {
    box-shadow: none !important;
    height: 60px !important;
    bottom: 30px !important;
    background: none !important;
} */
.ongoing-general .img-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 5%, rgba(255, 255, 255, 0) 50%);
}
.ongoing-general span {
    display: block;
    font-size: 13px;
    margin: 3px 0;
}
.ongoing-general a {
    color: inherit;
    text-decoration: none;
}
.foo-contact .wpcf7-phonetext {
    padding-left: 50px !important;
}
a#live-button {
    right: auto !important;
    left: 15px !important;
    bottom: 10px!important;
    margin-bottom: 0px!important;
}
#livprop_popup1 {
    right: auto !important;
    left: 10px !important;
    bottom: 0px !important;
}
input#sendtext {
    height:27px!important;
}
.live-button img {
    width: 52px!important;
    height: 52px!important;
}
#LivWintext {
    height: 210px !important;
}
#share td {
    padding-top: 10px;
    width: 99%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding: 15px;
}
/*.custom-country select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 8px;
    background: #fff !important;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;
}
.custom-phone input.wpcf7-form-control.wpcf7-text.wpcf7-tel {
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    padding: 7px 8px;
    border: 1px solid #000;
}*/


@media only screen and (max-width: 767px) {
/* .bottom-wrapper button {
    height: 38px !important;
    bottom: 30px !important;
}  */
/* .col-md-9.pl-0.pr-0.custom-phone {
    margin-top: 10px;
} */
.bottom-wrapper button img {
    width: 50px !important;
    margin-right: 0px !important;
}   
.right-section h4, .right-nav h4 {
    font-size: 18px;
    line-height: 24px;
}
.right-section h2, .right-nav h2 {
    font-size: 20px;
    line-height: 40px;
} 
#residential-page .title::before {
    top: 40px;
    width: 37%;
}   
#residential-page .title::after {
    top: 40px;
    width: 37%;
}    
.iti-mobile #banner .item .content {
    z-index: 998;
    position: absolute;
    bottom: 20px;
}
img.footer-logo {
    width: 24%!important;
    min-width: 0px !important;
}
span.nri-footer-form {
    width: 100% !important;
    padding: 0px 14px;
    margin-top: 0px !important;
}
}

.nri-form .interested-project select {
    margin-top: 0px;
}
#book-form img
{
    height: auto;
}

#book-form .custom-country select, #book-form .custom-phone input.wpcf7-form-control.wpcf7-text.wpcf7-tel {
    min-height: 34px!important;
    padding: 5px 8px !important;
}
/*#book-form .wpcf7-text {
    height: 34px;
}*/

#gallery .video-wrap{
    position: relative;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    display: block;
}
#gallery .video-wrap .content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000052;
}
#gallery .video-wrap .content img{
    max-width: 50px;
}


@media only screen and (max-width: 767px) {
#book-form .wpcf7-text {
    /*height: 32px !important;*/
}
}