body{
  overflow-x:hidden;
  font-size:13px !important;
}
*{
    margin: 0;
    padding: 0;
} 
.header{
    height:100vh;
    background-size: cover;
    background-position:center;
    display:flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}
.search_field{
    height:50px;
    padding:10px;
    border: none;
    border-radius: 25px;
    outline: none;
}
.business{
    width:400px;
}
.Location{
    width:200px;
}
.search_btn{
    height: 30px;
    width:70px;
    background: #0079c2;
    border: none;
    color:white;
    border-radius: 12px;
    padding:0px 5px;
}
.search_btn:hover{
    background:  #00B4CC;
    cursor: pointer;
}
.form_box{
    background: rgba(0,0,0,0.5);
    padding: 30px;

}
/*search*/   
.bg-img{
    background-image: url("../pics/4.jpg");
    background-size: 100% 100%;
    background-attachment: fixed;
    width:100%;
    height:625px;
    opacity:0.8;
}
.hearderset h1{
    padding-top: 190px;
    box-sizing: border-box;
    
    
}
.hearderset h4{
    font-size: 25px;

}
  #mainBody{
      z-index:2;
  }
  
  .main{
    height:100%;
    width:100%;
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4),url("../images/5.jpg"));
    background-position: center;
    background-size: cover;
    position: absolute;
    
  }

  @import url("https://fonts.googleapis.com/css?family=Open+Sans");

  body{
    background: #f2f2f2;
    font-family: 'Open Sans', sans-serif;
  }
  
  .search {
    width: 100%;
    position: absolute;
    display: flex;
  }
  
  .searchTerm {
    width: 100%;
    border: 3px solid #00B4CC;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
  }
  
  .searchTerm:focus{
    color: #00B4CC;
  }
  
  .searchButton {
    width: 70px;
    height: 36px;
    border: 1px solid #00B4CC;
    background: #00B4CC;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
  }
  
  /*Resize the wrap to see the search bar change!*/
  .wrap{
    width: 30%;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

/*dropdown*/
/* Dropdown Button */
.dropbtn {
    background-color: #00B4CC;
    color: white;
    padding: 1px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
    background-color: #00B4CC;
  }
  
  /* The search field */
  #myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  
  /* The search field when it gets focus/clicked on */
  #myInput:focus {outline: 3px solid #ddd;}
  
  /* The container <div> - needed to position the dropdown content */
.dropdown {
    position: absolute;
    display: inline-block;
    border: solid 1px #000;
}

  .dropdown.open{
      border:solid 1px #333;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}


  /* serach*/
 .navbar-collapse.navbar-nav:hover{
     background: white;
 }
  /* serach*/
  .ourservices{
      padding:100px 0 60px;
      height: 700px;
      
      color: #000;
      top: -155px;
      position: relative;
  }

  .aboutus{
    padding:100px 0 60px;
    height: 400px;
    color: #000;
    top: -155px;
    position: relative;
}
  .ourservices h2 , .aboutus h2{
      font-weight: 50px;
      font-weight: bold;
  }
  .rowsetting{
      margin: 60px 0px !important;
  }
  .imgsetting{
      border-radius: 50%;
      height: 80px;
      width: 80px;
      
  }
  .fa-shopping-cart{
      margin: 15px;
      
  }


  /*search box css start here*/
.search-sec {
    padding: 1rem;
    margin: 2.5rem 2rem 3rem 2rem;
    border-radius: 5px;
}
.search-slt{
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius:5px;

}

.dropdown-toggle{
    padding:4px 12px;
}
.wrn-btn {
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 0;
    border-radius: 5px;
}
@media (min-width: 320px){
  .search-sec{
      position: relative;
      top: -312px;
      background: rgba(26, 70, 104, 0.75);
     
  }
  .rowRelative{
    position: relative;
    top: -270px;
  }

    .body-content{
        margin-top:30px;
    }
}


@media (min-width: 600px){
  .search-sec{
      position: relative;
      top: -360px;
      background: rgba(26, 70, 104, 0.2);
  }
  .rowRelative{
    position: relative;
    top: -310px;
  }
    .body-content {
        margin-top: 30px;
    }
}

@media (min-width: 768px){
  .search-sec{
      position: relative;
      top: -350px;
      background: rgba(26, 70, 104, 0.51);
  }
  .rowRelative{
    position: relative;
    top: -150px;
  }
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  display:none !important;
}
.stylish-color-dark {
  background-color: #3e4551 !important;
  color:white;
}

.card{
  padding:0px !important;
  margin: 0px 0px;
  height:350px;
  box-shadow: 0px 15px 20px rgba(100,100,100,0.9);
  border-radius:10px;
}
{/* tab tag*/}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 32px;
}

.slider.round:before {
  border-radius: 50%;
}
.custom-range::after{
  content: '50000';
  color:white;
  font-size: 10px;
  position: absolute;
  left: 85%;
  top: 26%;
}
.custom-range::before{
  content: '3000';
  color:white;
  font-size: 10px;
  position: absolute;
  left: 3%;
  top: 26%;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.form-control{
    height:28px
}


.searchCard {
    padding: 10px !important;
    height: auto;
    
}


