
.hospity-form-wrap .heading h2
{
    font-size: 25px;
    margin-bottom: 10px;
}
.hospity-form-wrap .heading p
{
    
}
.custom_checkbox label
{
    cursor: pointer;
}
.custom_checkbox label input[type="checkbox"]
{
    position: absolute;     
    left: -999999999px; 
    opacity: 0;
}

.custom_checkbox2 label input[type="checkbox"]
{
    position: absolute;     
    left: -999999999px; 
    opacity: 0;
}

.custom_checkbox2 label input[type="checkbox"]+span.check__box {
    width: 20px;
    height: 20px;
    display: inline-block; 
    border: 1px solid #000;
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
}

.custom_checkbox label input[type="checkbox"]+span.check__box {
    width: 20px;
    height: 20px;
    display: inline-block; 
    border: 1px solid #000;
    position: relative;
    vertical-align: middle;
    margin-top: -2px;

}

.custom_checkbox label input[type="checkbox"]:checked+span.check__box:after {
    position: absolute;
    content: '';
    top: 0;
    left: 7px;
    right: 0;
    width: 6px;
    height: 14px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
}

.custom_checkbox2 label input[type="checkbox"]:checked+span.check__box:after {
    position: absolute;
    content: '';
    top: 0;
    left: 7px;
    right: 0;
    width: 6px;
    height: 14px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
}
 

.custom_radio label
{
    cursor: pointer;
}
.custom_radio label input[type="radio"]
{
    position: absolute;     
    left: -999999999px; 
    opacity: 0;
}
.custom_radio label input[type="radio"]+span.check__box {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #000;
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    -o-border-radius:100%;
}

.custom_radio label input[type="radio"]:checked+span.check__box:after {
    position: absolute;
    content: '';
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    -o-border-radius:100%;
}
.form-wrapper
{
    margin-top: 40px;
}

.label-text {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 10px;
}

.form-control.textarea-control
{
    height: 100px;
    resize: none;
}

.hospity-form-wrap .row
{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.hospity-form-wrap  .col-lg-8,
.hospity-form-wrap  .col-lg-4,
.hospity-form-wrap   .col-lg-7,
.hospity-form-wrap   .col-lg-12
{
    padding-left:15px;
    padding-right:15px;
}
@media (min-width: 992px)
{
    .hospity-form-wrap .row::after,
    .hospity-form-wrap .row::before{
        display: none;
    }
}

@media (min-width: 992px)
{
    .hospity-form-wrap .col-lg-8 {
        width:66.666667%;
    }
}
@media (min-width: 992px)
{
    .hospity-form-wrap  .col-lg-4 {
        width: 33.3%;
    }
}

@media (min-width: 992px)
{
    .hospity-form-wrap   .col-lg-7 {
       width: 58.333333%;
    }
}
@media (min-width: 992px)
{
    .hospity-form-wrap   .col-lg-12 {
        width: 100%;
    }
}

.mandatory {
	color: red;
}

.alternative-content-box {
    padding: 200px 0 42px 0;
    min-height: 550px;
  }


  form .input-group {
      flex-wrap: nowrap;
  }


  .help-block {
      color: crimson;
  }

.navbar-brand {
    max-height: 100px;
    max-width: 100px;
}
.navbar-brand img {
    object-fit: contain;
}