.policies-tabs{
    padding:10px;

}

.item-view1{
    min-height: 550px;
    padding-bottom: 20px;
}

.item-view1 h4{
    min-height: 80px;
}

.item-view1 img{
    max-height: 160px;
    min-height: 160px;
}

.item-view1 .description{
    min-height: 190px;
}

.item-view2{
    min-height: 280px !important;
    padding-bottom: 10px !important;
}

.item-view2 h4{
    min-height: 50px;
}

.item-view2 img{
    max-height: 160px;
    min-height: 160px;
}

.btn{
    border-radius: 0px;
}



.btn-primary {
    color: #fff;
    background-color: #009688;
    border-color: #009688;
}

.btn-primary {
    color: #fff;
    background-color: #009688;
    border-color: #009688;
}

.btn-primary:hover {
    color: #fff;
    background-color: #007f70;
    border-color: #007f70;
}


.remove-side-padding{
    padding-left: 0px;
    padding-right: 0px;
}

.easy-autocomplete-container li:hover {
    color: #fff;
    background-color: #ff9800 !important;
}

.modal-content {
    border-radius: 0px;
}


.image {
    position:relative;
    height: 400px;
    overflow: hidden;
}

.text {
    left: 0;
    position:absolute;
    text-align:center;
    top: 50%;
    width: 100%;
    line-height: 50px;
    font-weight: 400px;
    font-size: 66px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px #000000;

}

.btn-close{
    background-color: #ff9800 !important;
    border-color: #ff9800 !important;
}

.text-center{
    text-align: center;
}

.check-area{
    padding-left: 20px;
}

.title-white{
    color: #ffffff;
}

.register-modal{
    background-color: #009688;
}