/*YOUR CUSTOM STYLES*/

.choose-us-item {
	height: 250px;
	background: #fff;
	padding: 60px 20px 45px;
	position: relative;
	margin: 60px 10px 20px;
}
.choose-icon {
	background: #00adef none repeat scroll 0 0;
    color: #fff;
    height: 60px;
    left: 37%;
    position: absolute;
    top: -12%;
    transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    width: 60px;
    padding-top: 8px;
}
.choose-icon img{
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.ui-widget-content{
  background: #001329 !important;
  color: #fff !important;
}
ul.ui-autocomplete{
  border-radius: 5px !important;
  box-shadow: 2px 2px 5px 6px #888 !important;
}
#ui-id-596{
  /*display: block !important;*/
}
.hidden{
  visibility: unset !important;
}
.ui-selectmenu-text{
  color: #fff !important;
}
.ui-dialog-buttonset button{
  color: #000 !important;
}
.owl-carousel .owl-wrapper-outer{
    height: 135px !important;
    margin-top: 30px !important;
}
.owl-carousel .owl-wrapper{
    height: 135px !important;
}
.owl-pagination{
  display: none !important;
}
.owl-buttons{
  display: none !important;
}
.bg-front .full-center{
    top: 15% !important;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item{
    height: 135px !important;
}
.bg-mask{
    background: none !important;
}
.top-deals{
    height: 250px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid #5c0632;
    /*background: yellow;*/
    margin-left: 0px;
    margin-right: 0px;
}
.deal-head{
    background: #0ebcf2;
    height: 70px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 5px;
}
.deal-head p{
    font-size: 16px;
}
.deal-head h4{
    margin-bottom: 0px;
}
.deal-read-more{
    background: #0ebcf2; 
    margin-top: 145px;
    padding: 5px;
}
.deals-container{
    margin-top: -71px;
    padding-bottom: 70px;
}
.slider-image{
  height: 700px;
}
.deal-image{
  background-size: 100% 100% !important;
}
@media (max-width: 767px) {
  .slider-image{
    height: 940px;
  }
  .deals-container{
      margin-top: 70px;
      padding-bottom: 70px;
  }
  .deal-image{
    height: 71%;
  }
  .deal-read-more{
    top: 86%;
  }
}
