	  

.label {
  color: white !important;

}
@media screen and (max-width: 600px) {
 .label {
  display: none;
  }
}
		  
		  .rowa {
    display: -ms-flexbox !important;
    display: flex  !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin-right: -22px !important;
    margin-left: 1px !important;
}

@media screen and (max-width: 600px) {
 .rowa {
  display: none;
  }
}
.button {
    background-color: #f90007!important;
    border: none !important;
    border-radius: 5px;
    color: white;
    padding: 8px 56px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    cursor: pointer;
}
@media screen and (max-width: 600px) {
 .button{
  display: none;
  }
}
		  
.contain {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    top: 17%;
    /* right: 0%; */
    margin: 26%;
    max-width: 33%;
    padding: -21%;
    font-size: 18px;
    background-color: #7854544a;
}

@media screen and (max-width: 600px) {
 .contain {
  display: none;
  }
}
/* Full-width input fields */
  input[type=text], input[type=password] {
  width: 100%;
  color: white !important;
  padding: 10px;
  margin: 27px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

@media screen and (max-width: 600px) {
  input[type=text] {
  display: none;
  }
}
/* Set a style for the submit button */
.btn {
  background-color: #F5060A;
  color: white;
  padding: 9px 135px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}
@media screen and (max-width: 600px) {
 .btn {
  display: none;
  }
}
.center {
	 background-color: #f90007;
  border: none;
  color: white;
	 padding: 10px 32px;
	border-radius: 10px;
  margin: 0;
  position: absolute;
  top: 129%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn:hover {
  opacity: 1;
}

.termspage {
	text-align: center;
	background-image: url( "../images/properties/9.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
	position: relative;
}

@media (max-width: 576px)
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.osita {
  background-color: yellow;
  padding: 20px;
}

@media screen and (max-width: 600px) {
 .osita {
    display: none;
  }
}
.btn-color {
    background: #f90007;
    
}
.faq-accordion .card-header a:before {
    color: #f90007;
}

.faq-accordion .card-header a:before {
    color: #f90007;
}

.Modern-Slider .item h6 {
    width: 616px;
    margin-bottom: 15px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    animation: fadeOutRight 1s both;
    /* background-color: white; */
    background-size: 412px 40px;
}