.loader-td {
    display: none;
    position: fixed;
    background: #fff;
    height: 100%;
    width: 100%;
    opacity: .6;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 999999;
}
.registerAs-btn{
	background: #504a4a;
}
.registerAs-btn.active{
	background: #fff;
}
.header-search-inline .resoult-tab {
    background-color: #fff;
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 98%;
    border-radius: 0px 0px 10px 10px;
/*    border: 1px solid #d2d2d2;*/
    border-top: unset;
    left: 0px;
}

.header-search-inline .resoult-tab ul{
  padding: 0;
/*  margin: 5px 0 0 0;*/
}
.header-search-inline .resoult-tab ul li{
  border-bottom: 1px solid #d2d2;
}
.header-search-inline .resoult-tab ul li a{
  padding: 6px 25px;
    display: block;
    display: flex;
    transition: all 0.2s ease;
    align-items: baseline;
    font-size: 13px;
}

.header-search-inline .resoult-tab ul li a i{
      margin-right: 10px;
      font-size: 12px;
}

.whatsapp {
    position: fixed;
    bottom: 4%;
    left: 3%;
    z-index: 999999;
}
select.form-control:not([size]):not([multiple]) {
    height: 4.6rem;
}

.textarea-full,
.form-group-full-width{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.request-form{}
.request-form label{
    text-align: left;
    float: left;
}
.order-table-container,
.request-form {
    border: 1px solid #ccc;
    border-radius: 13px;
    box-shadow: 0 0 4px 10px #ffffff03;
}
.request-form {padding:20px}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.select2-container{
  width: 100% !important;
  border: 1px solid #dfdfdf;
  height: 50px;
}
.select2-container--default .select2-selection--multiple{
  /*border-left: unset !important;
  border-top: unset !important;
  border-right: unset !important;*/
/*  border-bottom: unset!important;*/
border:1px solid #dfdfdf !important;
}



/* ADVERTISERS SERVICE CARD */

.buyer-request-sec .sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.buyer-request-sec .sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}

.buyer-request-sec .sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.buyer-request-sec.advertisers-service-sec {
  background-color: #f5f5f5;
}

.buyer-request-sec.advertisers-service-sec span {
  color: rgb(255, 23, 131);
}

.buyer-request-sec.advertisers-service-sec .col-md-4 {
  padding: 0 1em 1em 1em;
  text-align: center;
  margin-bottom: 30px;
}

.buyer-request-sec.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;

}

.buyer-request-sec.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
/*  background: linear-gradient(#0dcaf0, rgb(255, 23, 131));*/
/*  background: #000000;*/
  background: #e6893a;
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.buyer-request-sec.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.buyer-request-sec.advertisers-service-sec p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.buyer-request-sec.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.buyer-request-sec.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.buyer-request-sec .service-card .icon-wrapper {
  background-color: #ffffff;
  color: rgb(255, 23, 131);
}

.buyer-request-sec.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.buyer-request-sec.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.buyer-request-sec.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}

.buyer-request-sec.advertisers-service-sec .service-card .content-body{
  height: 100px;
  max-height: 100px;
  min-height: 100px;
  overflow: hidden;
}
.buyer-request-sec.advertisers-service-sec .service-card .content-body ul{
    text-align: left;
}
.buyer-request-sec.advertisers-service-sec .service-card .content-body ul li{color:#000}
.buyer-request-sec.advertisers-service-sec .service-card .content-body ul li b{}
.buyer-request-sec.advertisers-service-sec .service-card .content-footer .btn-call-now,
.buyer-request-sec.advertisers-service-sec .service-card .content-footer .btn-wishlist{
    background: #000;
    color:#fff;
}

.buyer-request-sec.advertisers-service-sec .service-card .content-footer .btn-wishlist.active-wishlist i{
    color:#e50443;
}

.buyer-request-sec.advertisers-service-sec .service-card .main-body {
  min-height: 350px;
  max-height: 350px;
  overflow-y: scroll;
}

.buyer-request-sec.advertisers-service-sec .service-card:hover .content-body{}
.buyer-request-sec.advertisers-service-sec .service-card:hover .content-body ul{}
.buyer-request-sec.advertisers-service-sec .service-card:hover .content-body ul li{color:#fff}
.buyer-request-sec.advertisers-service-sec .service-card:hover .content-body ul li b{}
.buyer-request-sec.advertisers-service-sec .service-card:hover .content-footer .btn-call-now,
.buyer-request-sec.advertisers-service-sec .service-card:hover .content-footer .btn-wishlist{
    background: #fff;
    color:#000;
}


/* ADVERTISERS SERVICE CARD ENDED */

.custome-pagination ul.pagination{
    justify-content: center;
}


@media screen and (min-width:320px) and (max-width:520px){
  .owl-carousel.show-nav-hover .owl-nav{
    opacity: 1;
  }
  .home-slide1 {
      height: 15vh;
  }
  .home-slider .home-slide.home-slide1.banner img{
    height: 30vh;
    object-fit: contain;
  }
}


