body{
  font-size: 14px;
  background-color: #fffdef;
  font-family: verdana;
  height: 100%;
}
.body {
    min-height: 100vh;
}
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  /*border-bottom: 1px solid rgb(181 181 181 / 30%);*/
  
}
.no-padding{
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.bodyclass{
  background-color: #e0e0e0;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(23, 26, 29, 0.8);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

#header .logo1 img {
  max-height: 100%;
  width: 85%;
}
#filter_forms{
  margin-bottom: 0px !important;
}
.searchbox{
  /*background: #f1f1f1;*/
  background: #efefef;
}
ul.search_filter {
    list-style: none;
    padding-left: 10px;
}
ul.search_filter li {
    position: relative;
    padding-left: 20px;
}
ul.search_filter li img {
    position: absolute;
    left: 0px;
    top: 3px;
}
.sfilter{
  
  
}
.searchfilter{
  background: #fff;
  box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
  /*padding-top: 15px ;*/
}
.searchfilter1{
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
}
.searchfilter_results{
  /*background: #fff;
  box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
  padding: 15px;*/
  background: #f1f1f1;
    /* box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2); */
    /* padding: 15px;*/
}
.searchfilter_results a:hover{
  color: inherit;
}
.box_body{
  margin-top: 75px !important;
  /*padding: 15px;*/
}
aside{
  margin-top: 10px;
}
.search_results{
  /*padding: 0px 15px 15px 15px ;*/
  margin-bottom: 10px !important;
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
  background: #fff;
}
.search_results:hover {
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 33%);
    top: -1px;
}
.search_content{
  padding: 10px 10px 10px 0px;
}
a{
  color: inherit;
  text-decoration: none !important;
}
.btn-default {
    color: #333 !important;
    background-color: #d8d8d8 !important;
    border-color: #ccc;
}
.btn-success {
    color: #fff !important;
    background-color: #28a745;
    border-color: #28a745;
}
.bg-success {
    background-color: #28a745!important;
    color: #fff !important;
    border-radius: 2px;
    font-size: 14px;
}
ul.contact {
    padding-left: 0px;
    list-style: none;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
address p {
    padding-left: 40px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px !important;
}
address i {
    color: #208000;
    font-size: 20px !important;
    left: 0;
    position: absolute;
    top: 2px;
}
.td-i{
  margin-right: 10px;
  color: #6d6d6d;
  font-size: 16px;
}
.td-share{
  margin-right: 10px;
  /*color: #825953;*/
  font-size: 18px;
  margin-top: 15px;
}
i.fa.fa-facebook.td-share:hover {
    top: -2px;
}
.search_head{
  margin-bottom: 5px !important;
}
p {
    margin-top: 0;
    margin-bottom: 5px;
}
.view_btn{
  width: 90px;
  margin-top: 20px !important;
}
.verified{
  height: 20px;
  width: auto;
}
.box_footer{
  border-top: 1px dashed #bdbdbd;
  padding: 5px 5px 5px 15px;

}
.shead {
    padding: 15px 10px 4px 15px;
    border-bottom: 1px dashed rgba(0,0,0,0.3);
    margin-bottom: 10px;
}
h6.title{
  font-size: 16px;
  font-weight: 600px !important;
  text-transform: capitalize;
}
.box_body1{
  margin-top: 75px !important;
  /*padding: 15px;*/
}
.banner:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(0,0,0,0.6);
}
.list-bann {
    position: relative;
    overflow: hidden;
    width: 100%;
  /*  margin-top: 52px;*/
}
.list-bann img {
    width: 100%;
    float: left;
    object-fit: cover;
    height: 380px;
    transition: all 0.5s ease;
}
.list-bann:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    /* background: #ffeee5; */
    /* background: linear-gradient(to top, #0b253a 0%, rgba(11, 37, 58, 0.21) 100%); */
    left: 0px;
}
.pg-list-1 {
    position: relative;
    width: 100%;
    box-sizing: content-box;
    /* background: #ffffff; */
    /* float: left; */
    /* box-shadow: 0px 1px 16px -8px rgba(42, 42, 42, 0.68); */
    margin: -280px 0px 20px 0px;
}
.pg-list-1-left {
    padding: 0px 40px 20px 0px;
    position: relative;
    float: left;
    width: 100%;
}
.pg-list-1-left .rat {
    float: left;
    /* padding: 13px 0px 0px 25px; */
    display: block;
    width: 100%;
}`
.pg-list-1-left p {
    font-size: 16px;
    display: block;
    float: left;
    color: #ffffff;
    font-weight: 500;
    /* padding-left: 235px; */
    font-family: sans-serif;
}
.list-number {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
}
.list-number ul {
    padding: 0px;
}
.list-number ul li {
    display: inline-block;
    float: left;
    width: 33%;
    color: #000000;
    font-size: 12px;
    padding-left: 0px;
}
.pg-list-1-left h3 {
    font-weight: 600;
    color: #ffffff;
    float: left;
    /* padding: 5px 0px 8px 235px; */
    font-size: 32px;
    line-height: 50px;
    padding-bottom: 0px;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 100%;
    margin-top: 0px;
}
.list-ban-btn {
    /* border-left: 1px solid #ffffff3b; */
    padding: 30px 0px 30px 30px;
    float: left;
    width: 15%;
}
.list-ban-btn ul li {
    margin-bottom: 10px;
}
.list-ban-btn ul li span:hover {
    background: #4274eb;
    color: #ffffff;
    border: 1px solid #4274eb;
    transition: all 0.5s ease;
}
.list-ban-btn ul li span.pulse {
    background: #f44336;
    color: #ffffff;
    border: 1px solid #f44336;
    transition: all 0.5s ease;
    box-shadow: 0 0 0 rgb(244, 67, 54);
}
.list-ban-btn ul li span {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    display: block;
    padding: 10px 10px 10px 44px;
    border: 1px solid #868b96;
    border-radius: 35px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.al-img {
    float: left;
    width: 100%;
    position: relative;
}
.al-img img {
    height: 150px !important;
    width: 100% !important;
}
.al-img .auth {
    padding-left: 0px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    padding: 0px;
    width: auto;
}
.al-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2432405e;
    left: 0px;
    transition: all ease 0.5s;
    background: linear-gradient(to bottom, #ffffff00, #0b253aba);
}
.descp{
  padding: 0px 20px 10px 15px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
}

.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.modal-lg {
    width: 775px !important;
}
.close{
      opacity: 0.8;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1;
}







@media (max-width: 992px) {
  #header {
    border: 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
    position: relative;
    color: #003f71;
    transition: 0.3s;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ff7600;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #193c5a;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #428bca;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}


/* Mobile Navigation */

.search{
  height: 90vh;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo{
  height: 75px;
  width: auto;
  margin-bottom: 20px;
  
}
.search-field{
  /*height: 50px;
  padding: 10px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  outline: none;
  border-top-right-radius:0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;*/
  height: 50px;
  padding: 10px;
  border: 1px solid #c1c1c1;
  outline: none;
  border-left: none;
  border-radius: 0px !important
}
.input-group-text{
  border: 1px solid #c1c1c1;
  border-right: none;
  padding: 10px;
  border-radius:  5px;
}
.location{
  width: 200px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #efefef;
  font-weight: 600;
  color: #5f5f5f;
  
}
.category{
  width: 400px;
  border-top-left-radius:0px !important;
  border-bottom-left-radius: 0px !important;
}
.search-btn{
  height: 50px;
  width: auto;
  /*border-radius: 5px;*/
  border: 1px solid #d09c00;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.form-box{
  padding: 0px;
  /* background: #fff; */
  /* box-shadow: 0px 0px 20px 8px rgb(0 0 0 / 14%); */
  margin-bottom: 20px !important;
}
.search-field1 {
    height: 45px;
    padding: 10px 10px 10px 20px;
    border: 1px solid #d4d4d4;
    /* border-radius: 5px; */
    outline: none;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
.form-box-search{
  padding: 0px;
  background: #fff;
  /*box-shadow: 0px 0px 20px 8px rgb(0 0 0 / 14%);
  margin-bottom: 20px !important;*/
  margin-top: 5px;

}
.category1{
  width: 100%;
  border-top-left-radius:0px !important;
  border-bottom-left-radius: 0px !important;
}
.search-btn1{
  height: 50px;
  width: auto;
  /*border-radius: 5px;*/
  border: 1px solid #008dfd;
}

.btn{
  /* border-radius: 0px !important; */
}
 .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    box-shadow:none !important;
    padding: 5px 5px !important;
    z-index: 99999;
    
}
.ui-menu .ui-menu-item a{
  cursor: pointer !important;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    width: 100%;
    display: block;
    padding: 2px 0px 2px 5px !important;
    z-index: 99999;


}
.ui-widget-content a{
  font-size: 14px;
  font-weight: 500 !important;
  color: #616161;
}

.ui-widget-content a:hover{
    display: block;
    width: 100%;
    color: #222222;
    /*background: #f1f1f1*/;
}
.bold-text {
 font-weight: 600 !important;
 color: #000;

}
#table {
    width: 100%;
    margin-bottom: 1px;
    color: #212529;
}
#table td {
    padding: 2px 0px !important;
    vertical-align: middle;
    border-bottom: 1px solid #f1f1f1;
    border-top: none !important;
}
ul.timing {
    position: absolute;
    list-style: none;
    align-items: left;
    padding-left: 0px !important;
}
ul.timing li {
    position: relative;
    padding: 2px 0px;
    font-size: 14px;
    display: inline-block;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    /* border-bottom: 1px dashed rgba(0,0,0,0.4) !important; */
    border-top: none !important;
    /* width: 10%; */
}

.lp-ur-all-rat {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e2e2e2;
    margin-top: 20px;
    padding-top: 20px;
}
.lp-ur-all-rat ul {
    margin-bottom: 0px;
}
.lp-ur-all-rat ul li {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 15px;
    padding-bottom: 5px;
}
.lp-ur-all-rat ul li:last-child {
    padding-bottom: 0px;
    border: 0px;
}
.lr-user-wr-img {
    float: left;
    /* width: 10%; */
    display: inline-block;
}
.lr-user-wr-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.lr-user-wr-con {
    float: left;
    width: 90%;
    display: inline-block;
    padding: 0px 20px;
}
.lr-user-wr-con h6 {
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}
.lr-revi-date {
    font-size: 14px;
    color: #828282;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.lr-user-wr-con p {
    font-size: 14px;
    color: #21344c;
}
.lp-ur-all-rat ul li:last-child p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.list-page-com-p p, .list-desc-area li {
    font-size: 14px;
    color: #56595d;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
}
.list-pg-oth-info ul {
  list-style: none;
  padding-left: 0px;
}
.list-pg-oth-info ul li {
    border-bottom: 1px solid #e0e6f5;
    padding: 10px 0px;
    font-weight: 500;
    font-size: 14px;
    color: #56595d;
}
.list-pg-oth-info ul li span {
    float: right;
    text-align: right;
    background: #f7f8fa;
    /* color: #fff; */
    border-radius: 5px;
    padding: 0px 5px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important; 
    outline-offset: -2px;
}
.banner-i{
  color: #dadada;
  font-size: 22px;
}
.banner-text{
  color: #dadada;
  font-size: 15px;
}
body.modal-open {
    overflow: auto !important;
}
body.modal-open[style] {
    padding-right: 0px !important;
}

.modal::-webkit-scrollbar {
    width: 0 !important; 
}
.form-control{
  border-radius: 0px !important;
  padding: 3px 5px;
  font-size: 14px;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(25px + 2px);
}
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;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-body {
    padding: 15px;
}
.form-control:focus {
    color: #495057 !important;
      background-color: #fff !important;
      border-color: #c3c3c3 !important;
      outline: 0 !important;
      box-shadow: 0px 0px 3px 1px rgb(152 152 152 / 50%) !important;
}
.form-group {
    margin-bottom: 10px;
}
.left-tabs .nav-link.active {
    border-top: 1px solid #dee2e6;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    color: #ff7712;
    font-weight: 600;
}
.nav-tabs .nav-link {
     border: 0px solid transparent; 
     border-top-left-radius: .25rem; 
     border-top-right-radius: .25rem; 
}
.left-tabs.nav-tabs {
    border-right: 1px solid #dee2e6;
    border-bottom: none;
}
ul.account{
  list-style: none;
  padding-left: 0px;
}

/*.ui-autocomplete li a::after { 
      content: " [+]"; 
      display: inline-block; 
      clear: both; 
      color: orange;

    } */
.auto-symbol{
  color:#FF5722;
  font-weight:600;
}
.autos{
  cursor: pointer;
}
.icon-inside {
  position: absolute;
  right: 10px;
  top: calc(50% - 12px);
  pointer-events: none;
  font-size: 16px;
  font-size: 1.125rem;
  color: #c4c3c3;
  z-index:3;
}
footer
{
    position: relative;
    width: 100%;
}
.modal-content{
    border-radius:0px !important;
}
.modal-footer .btn+.btn {

    border-radius: 0px !important;
}
.modal-footer>:not(:last-child) {
    margin-right: .25rem;
    border-radius: 0px;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 2px 5px;
    width: 100%;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    border-bottom: 1px solid #ccc;
}
.ui-autocomplete {
  max-height: 250px;
  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: 250px;
}
.btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
  margin-right:4px;
  
}
.bg-default{
    background:#ccc !important;
    padding: 4px 5px !important;
}


