*{
	margin:0;
	padding:0;
	font-family:'Josefin Sans' ; sans-serif;
}

section{
   display:flex;
   position:absolute;
   z-index:4;
}
.section1{
	width:27vw;
    margin-right:2%;
    margin-left:5%;    
}
  .logo{
  	width:20vw;
  	height:20vh;
}

.section2{
    width:68vw;
    display:inline-block;
}
.txtsrch{
	margin-left:20%;
	margin-top:5%;
	width:23vw;
	height:5vh;
	border:1px ridge #d5d5e6;
}
.txtsrch[placeholder]{
	padding-left:2%;
}
.btnsrch{
   width:5vw;
   height:5vh;
   background-color:#19e5e5;
   border:0px;
}
.call-icon{
	height:3.5vh;
	margin-left:20%;
}
.tel-no{
	font-size:1.5vw;
	font-family:Calibri;
	
}

.nav{
	margin-top:4%;
	width:100%;
	height:5%;
	background-color:white;
	border-radius:3px;
	display:flex;
	justify-content:center;
	align-items:right;
}
.menuitem{
	margin-top:5vh;
	padding:1% 1% 1%;
	text-decoration:none;
	background-color:black;
	color:white;
	font-family:'Lobster Two';
	font-size:1.5vw;
	box-shadow:10px 15px 50px black;
}
.menuitem:hover{
	background-color:#1d9550;
	box-shadow:none;
}

.slider{
	background-color:#ececfa;
	width:68vw;
	height:52vh;
	margin-top:7%;
	overflow:hidden;
}
.slider .slides{
	width:200vw;
	height:52vh;
	display:flex;
  }




