body {
    font-size: 14px !important;
    /*background-color: #fffdef;*/
    background: #dedede !important;
    font-family: verdana !important;
}
.hom-nav {
    width: 100%;
}
.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-xs-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-xs-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-xs-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xs-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-xs-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.mob_categ {
height: 50px;
width: 50px;
}
.mob_categ_link {
    color: #000 !important;
    font-size: 13px !important;
}
ul.mobile_menu {
    margin-top: 25px;
    position: relative;
    text-align: right;
}
ul.mobile_menu li {
    display: inline-block;
    margin-right: 12px;
}
ul.mobile_menu li a {
    font-size: 14px;
    text-align: center;
}
.ban-tit {
    text-align: center;
    width: 100%;
    position: relative;
}
img.img_logo {
    height: auto;
    width: 175px;
    text-align: center;
}
.search-box{
    padding: 5px 5px 5px 18px !important;
    border-top-left-radius: 10px  !important;
    border-bottom-left-radius: 10px  !important;
    border-color: #9E9E9E  !important;
    border: 2px solid  !important;
    font-size: 14px !important;
    border-right: none !important;
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
/*.input-group > .input-group-append > .input-group-text{
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    border-color: #004479 !important;
    color: #004479 !important;
    background: #fff !important;
    border-left: none;
}*/
.input-group > .input-group-append > .input-group-text {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-color: #004479 !important;
    color: #fff !important;
    background: #004479 !important;
}
.btn-padd{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    box-shadow: none !important;
    padding: 5px 0px 5px 5px;
    width: 90% !important;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 5px 20px 5px 5px;
    font-size: 14px;
    font-weight: 500;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 5px 0px;
    width: 100%;
    /* list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); */
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    /* border-color: transparent; */
    outline: 0;
    box-shadow: none;
}
.hom-top{
    background: #fff;
}
.pull-right {
    float: right;

}
.bold-text {
 font-weight: 600 !important;
 color: #000;

}

 table tr {
    border-bottom: none !important;
    display: block;
    margin-bottom: .625em;
}
.cal-btn{
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px  !important;
    border-color: #004479  !important;
    color: #004479  !important;
    border: 2px solid  !important;
    font-weight: 500;
     padding: 0px 5px !important;
}
.view-btn{
    border-bottom-right-radius: 15px  !important;
    border-top-right-radius: 15px  !important;
    background: #004479;
    border-color: #004479;
    color: #fff;
    border: 0px solid;
    font-weight: 500;
    padding: 2px 5px !important;
}
.btn-padd{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.p-head{
    font-weight: 600;
    font-size: 15px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown:hover .dropbtn {
    background-color: transparent;
}
.dropdown button:hover, .dropdown button:focus {
    border: none;
    outline: 0;
}
.dropbtn {
    background-color: transparent;
    color: #000;
    padding: 2px 5px 5px 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.vend_img {
    height: auto;
    width: 75px;
}
footer {
    background: url('images/bg1.jpg');
    height: 75px;
    position: relative;
    bottom: 0;
    transition: bottom 0.2s ease-in-out;
    width: 100%;
}

.nav-down {
    bottom: -75px;
}
/*section.footer {
    height: 100%;
    width: 100%;
    background: url('images/bg1.jpg');
    margin-top: 30px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
section.footer:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.6);
}*/
.fcopy{
  padding: 15px 0px 5px 0px;
}
.fcopy p{
  color: #b7b7b7;
}
.fcopy a{
  color: #00FF00;
}
        
.lr-revi-date {
font-size: 13px;
color: #828282;
float: right;
width: 100%;
margin-bottom: 10px;
/* display: block; */
text-align: right;
}
.share-icons {
    border: 1px solid #989898;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    padding: 6px;
    position: relative;
}
.share-icons img {
    height: 30px;
    width: 30px;
}
.wrap {
    position: relative;
    margin: 1em 0;
}
.frame {
    height: 100%;
    line-height: 220px;
    overflow: hidden;
}
.frame ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 14px;
}
.frame ul li {
    float: left;
    width: 90px;
    height: 150px;
    margin: 0 9px 0 0;
    padding: 0;
    background: #333;
    color: #ddd;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    color: #000;
    background: transparent;
    border: 1px solid #00000052 !important;
}
.other_options p {
    font-size: 14px;
    color: #000;
}
ul.search_filter {
    list-style: none;
    padding-left: 0px;
}
ul.search_filter li {
    position: relative;
    padding-left: 20px;
}
ul.search_filter li img {
    position: absolute;
    left: 0px;
    top: 3px;
}
ul.breadc {
    position: relative;
    width: 300px;
    overflow: scroll;
    padding: 10px 0px;
}
ul.breadc li {
    display: table-cell;
    padding-left: 20px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
}
ul.breadc li:after {
    content: '>';
    position: absolute;
    margin: 0px 10px 0px 5px !important;

    color: #000;
}
ul, ol{
    list-style: none;
}

ul.review{
    padding-left: 0px;
}
h3{
    font-weight: bold;
    font-size: 20px !important;
}
.resultbox{
  /*background: #f1f1f1;*/
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 15%);
  padding-bottom: 15px;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999 !important;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0,0,0,0.7) !important;
}
.row {
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;*/
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.ui-autocomplete {
  max-height: 450px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
  height: 450px;
}