:root{
	--bg: rgb(62,193,171);
  }
    body{
	font-family: 'Roboto' !important;
  }
  .navbartop{
	margin-top: -20px;
  }
  nav .container-fluid a img{
	height: 90px;
	width: 180px;
	transform: scaleY(1.8);
  }
  
  
  .search_box,.search_field{
	width: 45vw !important;
	margin: 0 !important;
  }
  
  .fa-search{
	position: relative;
	bottom: 10vw;
  }
  .selectdrop select{
	/* background-color: red; */
	width: 100%;
	height: 100%;
	font-size: 17px;
	padding: 10px;
	margin-left: 23px;
	margin-top: 10px;
	border-radius: 5px;
	border: 1px solid gray;
	display: block;
	/* box-shadow: 10px 15px 10px 0px lightgray; */
  }  
  .imglogin{
	margin-top: -74px;
  }
  .form-container{
	margin-top: -30px;
  }
  .wrapper .search_box{
	/* background-color: red; */
	border-radius: 20px;
	height: 45px;
	display: flex;
	margin:0 !important;
	padding: 10px;
	margin-left: 40px;
	border: 1.5px solid rgba(95, 93, 93, 0.265);
	/* box-shadow: 0 8px 6px 0px lightgray; */
  }
  
  .wrapper .search_box .dropdown{
	width: 150px;
	border:rgb(248, 246, 246);
	border-right: 2px solid #dde2f1;
	background-color:rgb(248, 246, 246);
	position: relative;
	cursor: pointer;
	margin-top: -8px;
	outline: none;
	
  
  }
  
  .wrapper .search_box .dropdown .default_option{
	text-transform: uppercase;
	padding: 13px 15px;
	font-size: 14px;
  }
  
  .wrapper .search_box .dropdown ul{
	position: absolute;
	top: 70px;
	left: -10px;
	background-color: rgb(248, 246, 246);
	width: 150px;
	border-radius: 5px;
	padding: 20px;
	display: none;
	/* box-shadow:  5px 8px 6px 0px #b3c6ff; */
  }
  
  .wrapper .search_box .dropdown ul.active{
	display: block;
  }
  
  .wrapper .search_box .dropdown ul li{
	padding-bottom: 20px;
  }
  
  .wrapper .search_box .dropdown ul li:last-child{
	padding-bottom: 0;
  }
  
  .wrapper .search_box .dropdown ul li:hover{
	color: #6f768d;
  }
  
  .wrapper .search_box .dropdown:before{
	content: "";
	position: absolute;
	top: 18px;
	right: 20px;
	border: 8px solid;
	border-color: #5078ef transparent transparent transparent;
  }
  
  .wrapper .search_box .search_field{
	width: 350px;
	height: 100%;
	margin-top: -5px;
	position: relative;
  }
  
  .nav-bar{
	height: 8vw !important;
}
  .input{
	background-color: transparent !important;
  }
  .wrapper .search_box .search_field .input{
	background-color: rgb(248, 246, 246);
	width: 100%;
	height: 100%;
	border: 0px;
	font-size: 16px;
	margin: 0% !important;
	color: #6f768d;
	outline: none;
  
  }
  
  .wrapper .search_box .search_field .fas{
	position: absolute;
	top: 1px;
	right: 10px;
	font-size: 22px;
	color: #339c89;
	cursor: pointer;
  }
  
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(56, 150, 135, 0.911);
  }
  ::-moz-placeholder { /* Firefox 19+ */
   color: #9fa3b1;
  }
  :-ms-input-placeholder { /* IE 10+ */
	color: #9fa3b1;
  }
  
  .contactDiv{
	  text-align: center;
  }
  .contactDiv .mobile{
	  color: white;
	  background-color:var(--bg);
	  padding: 6px;
	  border-radius: 4px;
  }
  .contactDiv .LoginSignup{
	  padding: 6px;
  }
  .navbarBottom{
	background-color: var(--bg);
	height: 50px;
	width: 100%;
	margin-top: -10px;
  }
  .navul{
	margin-left: 140px;
  }
  .navul li{
	margin-left: 40px;
  }
  .navul li .dropdown-toggle{
	color: white;
	font-size: 18px;
  }
  
  @media screen and (max-width: 767px){
	  .wrapper .search_box{
		margin-left: -30px;
		width:350px;
	  }
	  .navbar a img{
		display: none !important;
	  }
	  .navbar-toggler-icon, .navbar-toggler{
		display: none !important;
	  }
	  .wrapper .search_box .search_field{
		  width: 250px;
		  height: 100%;
	  }
	   .logoImg{
		width: 86px!important;
    transform: scale(1.5);
    margin: 22px;
	  }
	    .fa-search{
		position: relative;
    top: 2px;
	  }
	  .search_group{
		margin-left: 243px;
		width: 43px;
	  }
	  .selectdrop select{
		width: 270px;
	  }
	  #select-city1{
		margin-left: 60px!important;
	}
	.search_group{
		width: 287px!important;
		margin-left: 72px!important;
	}
	.newimg img{
		margin-top: 4vw;
		position: relative;
		left:5vw;
		height: 45vw;
		
	}
	.navbar{
		display: none !important;
	}
	.open{
		position: relative;
		top:7vw;
	}
	  
  }
  
  footer{
	background: #000;
	color: white;
  }
  footer .social-links{
	margin-top: 25%;
  }
  footer .social-links a{
	  display: inline-block;
	font-size: 20px;
	  height: 40px;
	  width: 40px;
	  background-color:#fff;
	  margin:0 10px 10px 0;
	  text-align: center;
	  line-height: 40px;
	  border-radius: 50%;
	  color: rgb(62,193,171);
	  transition: all 0.5s ease;
  }
  footer .social-links a:hover{
	  color: #fff;
	  background-color: rgb(62,193,171);
  }
  footer .phone{
	margin-top: 10px;
  }
  footer .phone .call{
	background-color: white;
	width: 250px;
	font-size: 18px;
	border-radius: 5px;
	color: black;
  }
  footer .phone .call i{
	background-color: yellow;
	padding: 15px;
	border-radius: 5px;
  }
  footer ul{
	list-style: none;
	margin-top: 15%;
	/*margin-left: 30%;*/
  }
  footer ul li:not(:last-child){
	  margin-bottom: 10px;
  }
  footer ul li a{
	  font-size: 18px;
	  text-transform: capitalize;
	  color: #ffffff;
	  text-decoration: none;
	  font-weight: 300;
	  color: #fff;
	  display: block;
	  transition: all 0.3s ease;
  }
  footer ul li a:hover{
	  color: #ffffff;
	  padding-left: 8px;
  }
  footer .col-md-5{
	padding-left: 10%;
  }
  .direction table{
	margin-bottom:20px;
	padding-left:40px;
	padding-right:40px;
  }
  .direction table thead tr th{
	font-size:20px;
	padding-left:20px;
  }
  .direction table thead tr th a{
	font-size:20px;
	margin-top:30px;
  }
  .direction table tbody tr td{
	padding-left:20px;
  }
  .direction table tbody tr td a{
	list-style: none;
	text-decoration:none;
	margin-top:-15px;
  }
  .direction tbody{
	display:none;
  }
/*   
  button {
	  border-radius: 20px;
	  border: 1px solid #2b82c9;
	  background-color: #2b82c9;
	  color: #FFFFFF;
	  font-size: 12px;
	  font-weight: bold;
	  padding: 12px 45px;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	  transition: transform 80ms ease-in;
  }
  
  button:active {
	  transform: scale(0.95);
  }
  
  button:focus {
	  outline: none;
  }
  
  button.ghost {
	  background-color: transparent;
	  border-color: #FFFFFF;
  }
  
  form {
	  background-color: #FFFFFF;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	  padding: 0 50px;
	  height: 100%;
	  text-align: center;
  }
  
  input {
	  background-color: #fff;
	  border: none;
	  padding: 12px 15px;
	  margin: 8px 0;
	  width: 100%;
	  margin-top: 5px;
  }
  
  .signcont {
	  background-color: #fff;
	  border-radius: 10px;
		box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
			  0 10px 10px rgba(0,0,0,0.22);
	  position: relative;
	  overflow: hidden;
	  width: 758px;
	  max-width: 100%;
	  min-height: 520px;
  }
  
  .form-container {
	  position: absolute;
	  top: 0;
	  height: 100%;
	  transition: all 0.6s ease-in-out;
  }
  
  .sign-in-container {
	  left: 0;
	  width: 50%;
	  z-index: 2;
  }
  @media screen and (max-width: 767px){
	  .enquri{
		  display: none;
	  }
	  .enq{
		  width:100%;
		  height: 100%;
	  }
  }
  .signcont.right-panel-active .sign-in-container {
	  transform: translateX(100%);
  }
  
  .sign-up-container {
	  left: 0;
	  width: 50%;
	  opacity: 0;
	  z-index: 1;
  }
  
  .signcont.right-panel-active .sign-up-container {
	  transform: translateX(100%);
	  opacity: 1;
	  z-index: 5;
	  animation: show 0.6s;
  }
  
  @keyframes show {
	  0%, 49.99% {
		  opacity: 0;
		  z-index: 1;
	  }
	  
	  50%, 100% {
		  opacity: 1;
		  z-index: 5;
	  }
  }
  
  .overlay-container {
	  position: absolute;
	  top: 0;
	  left: 50%;
	  width: 50%;
	  height: 100%;
	  overflow: hidden;
	  transition: transform 0.6s ease-in-out;
	  z-index: 100;
  }
  
  .signcont.right-panel-active .overlay-container{
	  transform: translateX(-100%);
  }
  
  .overlay {
	  background: #41b3ff;
	  background: -webkit-linear-gradient(to right, #41b3ff, #2b82c9);
	  background: linear-gradient(to right, #41b3ff, #2b82c9);
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: 0 0;
	  color: #FFFFFF;
	  position: relative;
	  left: -100%;
	  height: 100%;
	  width: 200%;
		transform: translateX(0);
	  transition: transform 0.6s ease-in-out;
  }
  
  .signcont.right-panel-active .overlay {
		transform: translateX(50%);
  }
  
  .overlay-panel {
	  position: absolute;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	  padding: 0 40px;
	  text-align: center;
	  top: 0;
	  height: 100%;
	  width: 50%;
	  transform: translateX(0);
	  transition: transform 0.6s ease-in-out;
  }
  
  .overlay-left {
	  transform: translateX(-20%);
  }
  
  .signcont.right-panel-active .overlay-left {
	  transform: translateX(0);
  }
  
  .overlay-right {
	  right: 0;
	  transform: translateX(0);
  }
  .overlay-panel img{
	  width:320px;
	  margin-top:30px;
  }
  .signcont.right-panel-active .overlay-right {
	  transform: translateX(20%);
  }
  .sign-in-container a{
	  color: #333;
	  font-size: 14px;
	  text-decoration: none;
	  margin: 15px 0;
  }
   */
  
  @media screen and (max-width: 767px){
	  section.location-footer.mobile-footer {
		  display: block;
		  padding: 20px 0;
	  }
	  .direction{
		display:none;
	  }
	  }
	  @media screen and (min-width: 767px){
		section.location-footer.mobile-footer{
		  display: none;
		}
	  }
	  section.location-footer {
		  width: 100%;
		  display: flex;
		  flex-wrap: wrap;
		  padding: 20px 0 10px;
		  background-color: #f2f2f2;
	  }
	  section {
		  display: block;
	  }
	  .mobile-footer .container {
		  max-width: 1200px!important;
	  }
	  
	  .mobile-footer .container {
		  width: 100%;
		  padding-right: 15px;
		  padding-left: 15px;
		  margin-right: auto;
		  margin-left: auto;
	  }
	  @media screen and (max-width: 767px){
	  .location-footer-title {
		  font-weight: 600;
		  font-size: 20px;
		  color: #333;
		  text-align: left;
		  margin-bottom: 15px;
		  margin-left: 5px;
	  }
	  }
	  .mobile-footer .card {
		  position: relative;
		  display: flex;
		  flex-direction: column;
		  min-width: 0;
		  word-wrap: break-word;
		  background-color: #fff;
		  background-clip: border-box;
		  border: 1px solid rgba(0,0,0,.125);
		  border-radius: 0.25rem;
	  }
	  .mobile-footer .card .card-header i{
		float:right;
	  }
	  .direction tbody{
		  display:none;
		}
		.direction tbody.show{
		  display:block;
		}
		@media screen and (max-width: 767px){
		  .socialcont ul{
			margin-left:0px;
		  }
		  .socialcall{
			  margin-left:20px;
		  }
		}

		/*============================================= auto complete========================== */
* {
  box-sizing: border-box;
}

body {
  font: 16px Arial;  
}

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: #ffffff;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #ffffff;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


