
.home-input{
    background-color: #ffffff !important;
}



.pay_plan{
    color: #ffffff;
    font-size: 40px;
    font-family: 'Droid Sans';
}



/* The Modal (background) */
.modal-uaere {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-uaere-content {
  background-color: rgba(0,0,0,0.5);
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
  
}

/* The Close Button */
.close {
  color: #ffffff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity: unset;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: unset;
}


.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #8f8f8f;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #e9e6e6;
    margin-right: 5px;
}


.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
    background-color: #171716;
    border: 1px solid #171716;
    color: #fff;
}


.footer .single-widget .widget-address p {
    color: white;
}

.footer .single-widget .widget-address p:hover {
    color: white;
}

.footer .single-widget .widget-link ul li a {
    color: white;
}

.footer .single-widget .widget-link ul li a:hover {
    color: white;
}

.testimonial .client-opition .client-focus h4 {
    font-size: 18px;
}

.testimonial {
    margin-top: unset; 
    padding-bottom: 35px;
    padding-top: 35px;
}

.video-oasis{
    height: unset;
}


.main-menu .close-nav {
   
    background: #000000;
    
}

.iti {
    display: block;
}

.iti--inline-dropdown .iti__dropdown-content {
    z-index: 28;
}

.property-search-area .property-search-form .fury{
    padding: 35px;
    width: -webkit-fill-available;
    margin-left: unset;
    margin-right: unset;
    padding-left: unset;
    padding-right: unset;
}


.property-search-area .property-search-form .singleform {
    padding: 15px 45px 15px 45px;
    width: 50%;
    background: rgba(0, 0, 0, 0.5);
    float:right;
    position: relative;
    left: 20%;
    text-align: center;
    
   
}

.property-search-area .property-search-form .singleform .data_input {
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    width: -webkit-fill-available;
    background: #ffffff;
    padding: 0;
    padding: 25px 25px 25px 45px;
   
}

.property-search-area .property-search-form .singleform .text-area-fury {
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    width: -webkit-fill-available;
    background: #ffffff;
    padding: 0;
    padding-left: 50px;
   
}

.h2-enquiry{
    color:#fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px;
}

.dream-btn-3:hover:after {
    background-color: unset;
}

.desktop_hide{
    display: none;
}

.mobile_hide{
    display: block;
}

.property-search-area .property-search-form .advanced-search-sec {
    width:100%;
}

.property-search-area .property-search-form .singleform_community {
    padding: 15px 45px 15px 45px;
    width: 27%;
    background: rgba(0, 0, 0, 0.5);
    float: right;
    position: relative;
    left: -3%;
    text-align: center;
}

.logo_section{
    position: absolute;
    top: 13%;
    left: 13%;
    background-color: black;
    width: 250px;
    height: 250px;
}

.logo_div{
    position: relative;
    bottom: 6em;
    left: 3em;
    
}

.logo_img_single{
    width: 150px;
    height: 30px;
}
/*.dream-btn:hover:after {
    background-color: #ffffff;
}*/


.dream-btn3:hover:after {
    background-color: #ffffff;
    z-index: -10;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}

.mt-5em{
    margin-top: 1em;
}

.h1-enquiry{
    color:#fff;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 5px;
}

.blink_text {
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
    font-weight: bolder;
    animation-name: blink;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
}

@keyframes blink {
    0% { color: white; }
    50% { color: red; }
    100% { color: white; }
}

.blink_text_mobile {
    font-family: cursive;
    font-weight: bolder;
    animation-name: blink_mobile;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
}

@keyframes blink_mobile {
    0% { color: black; }
    50% { color: red; }
    100% { color: black; }
}

.cursive-text{
    
    font-family: Brush Script MT, Brush Script Std, cursive;
}

.properties_single {
    padding-bottom: 500px;
}

@media only screen and (min-width: 992px) and (max-width: 1028px) {
    
    .property-search-area .property-search-form .singleform_community {
        padding: 15px 45px 15px 45px;
        width: 50%;
        background: rgba(0, 0, 0, 0.5);
        float: right;
        position: relative;
        left: -3%;
        text-align: center;
    }
    
    .modal-uaere-content {
        width: 75%;
    }

}


@media only screen and (min-width: 718px) and (max-width: 991px) {
    .desktop_hide{
        display: block;
    }

    .mobile_hide{
        display: none;
    }

    .property-search-area .property-search-form .advanced-search-sec {
        width:100%;
    }

    .logo_div{
        position: absolute;
        top: -35%;
        left: 3%;
    }
    
    .features-items ul li {
        padding: 30px 35px;
        width: 50%;
    }
    
    .coming_soon_div{
        position: absolute;
        top: -65%;
        left: 3%;
    }
    
    .h1-enquiry {
        font-size: 44px;
    }
    
    .modal-uaere-content {
        width: 75%;
    }

}


@media only screen and (min-width: 320px) and (max-width: 550px) {

    .modal-uaere-content {
      width: 100%;
      
    }

    .video-oasis{
        height: 190px;
    }

    .main-slider .carousel .item {
        background-size: cover;
    }

    .main-menu-mobile{
        background-color: #4d4d4f;
    }

    .main-menu .main-nav {
        text-align: center;
    }

    .mobile_hide{
        display: none;
    }

    .desktop_hide{
        display: block;
    }

    .property-search-area .property-search-form .advanced-search-sec {
        width:100%;
    }

    .logo_div{
        position: absolute;
        top: -17%;
        left: 5%;
    }
    
    .coming_soon_div{
        position: absolute;
        top: -20%;
        left: 3%;
    }
    
    .features-items ul li {
        padding: 30px 35px;
        width: 50%;
    }
    
    .property-search-area .property-search-form .advanced-search-sec .search-field {
        margin-bottom: 13px;
    }
    
    .h1-enquiry {
        font-size: 30px;
    }
    
    
    .logo_div_heights{
        left: 50%;
    }

}