@import '../fonts/fonts.css';
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.mySlides {
  display: none;
}
.w3-left,
.w3-right,
.w3-badge {
  cursor: pointer;
}
.w3-badge {
  height: 13px;
  width: 13px;
  padding: 0;
}
body {
  font-family: 'Montserrat';
  text-align: center;
}
h1 {
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #002561;
  text-align: center;
}
h2 {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #0093D7;
  text-align: center;
}
h3 {
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  color: #002561;
  text-align: center;
}
h4 {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #002561;
  text-align: center;
}
h5 {
  margin-bottom: 0px;
  font-family: "Montserrat";
  font-weight: 200;
  font-style: normal;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}

#header {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9;
  color: #fff;
  padding: 23px 0px 23px 0px;
  background-color: transparent;
  top: 0px;
}
#header .logo {
  width: auto;
  margin-top: 0px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  float: left;
  left: 0px;
}
#header .home a {
  color: #425968;
  padding: 0px 0px 0px 80px;
  line-height: 0px;
  background-color: transparent;
}
#header .menu {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#header .menu ul.nav {
  padding: 0px 35px;
}
#header .menu ul.nav li {
  padding: 0px 20px;
}
#header .menu ul.nav li a {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #FFFFFF;
  display: inline-block;
  line-height: 25px;
  background-color: transparent;
}
#header .menu ul.nav li a:hover {
  text-decoration: none;
  background-color: transparent;
}
#header .menu-trigger {
  position: absolute;
  top: 31px;
  float: right;
  right: 31px;
  display: inline-block;
  line-height: 30px;
  overflow: hidden;
  background-color: #0093D7;
}
#header .menu-trigger a {
  display: inline-block;
  float: right;
  line-height: 30px;
  overflow: hidden;
  font-family: 'Montserrat';
  font-weight: bold;
  font-style: normal;
  border: 1px solid #0093D7;
  padding: 0px 15px;
  font-size: 13px;
  color: white;
  background-color: #0093D7;
  text-align: center;
  text-decoration: none;
}
#header .menubar {
  right: 0px;
  cursor: pointer;
}
#header .menulogin {
  right: 0px;
  cursor: pointer;
}
#header #navbar {
  float: right;
  right: 0;
  display: inline-block;
  line-height: 30px;
  overflow: hidden;
  background-color: transparent;
}
#header #navbar a {
  font-family: 'Montserrat';
  font-weight: bold;
  font-style: normal;
  background-color: rgba(255, 255, 255, 0.21);
  padding: 0px 15px;
  font-size: 13px;
  float: right;
  display: block;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}
#header #navbar a.filter {
  margin-top: 0px;
  display: inline-block;
  color: #FFFFFF;
}
#header #navbar a.clearfilter {
  margin-left: 20px;
  margin-top: 14px;
  padding: 5px 5px 5px 15px;
  background: none;
  border: none;
  border-bottom: 1px solid;
  color: white;
  font-size: 10px;
}
#header .dropbtn {
  background-color: transparent;
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
#header .dropdown {
  position: relative;
  display: inline-block;
}
#header .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  z-index: 1;
  width: 225px;
  right: -63px;
}
#header .dropdown-content a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
#header .dropdown-content a:hover {
  background-color: #f1f1f1;
}
#header .dropdown:hover .dropdown-content {
  display: block;
}
#header .dropdown:hover .dropbtn {
  background-color: transparent;
}
#header.white {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9;
  color: #302D2B;
  padding: 23px 0px 30px 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  background-color: #002561;
}
#header.white .logo {
  width: auto;
  margin-top: -25px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  float: left;
  left: 0px;
}
#header.white .home a {
  color: #425968;
  padding: 0px 0px 0px 80px;
  line-height: 0px;
  background-color: transparent;
}
#header.white .menu {
  margin-top: 7px;
  display: inline-block;
  height: 40px;
  line-height: 20px;
  text-align: center;
}
#header.white .menu ul.nav {
  padding: 0px 35px;
  margin-top: 12px;
}
#header.white .menu ul.nav li {
  padding: 0px 20px;
}
#header.white .menu ul.nav li a {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #302D2B;
  display: inline-block;
  line-height: 25px;
  background-color: transparent;
}
#header.white .menu ul.nav li a:hover {
  text-decoration: none;
  background-color: transparent;
}
#header.white .menubar {
  right: 0px;
  cursor: pointer;
}
#header.white .menulogin {
  right: 0px;
  cursor: pointer;
}
#header.white #navbar {
  float: right;
  margin-top: 12px;
  right: 0;
  display: inline-block;
  line-height: 30px;
  overflow: hidden;
}
#header.white #navbar a {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  border: 1px solid #0093D7;
  margin: 0px 5px;
  padding: 0px 5px;
  font-size: 13px;
  float: right;
  display: block;
  color: white;
  background-color: #0093D7;
  text-align: center;
  text-decoration: none;
}
#header.white #navbar a.filter {
  margin-top: 0px;
  display: inline-block;
  color: #0093D7;
}
#header.white #navbar a.clearfilter {
  margin-left: 20px;
  margin-top: 14px;
  padding: 5px 5px 5px 15px;
  background: none;
  border: none;
  border-bottom: 1px solid;
  color: white;
  font-size: 10px;
}
#header.white .dropbtn {
  background-color: transparent;
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #302D2B;
  border: none;
  cursor: pointer;
}
#header.white .dropdown {
  position: relative;
  display: inline-block;
}
#header.white .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  z-index: 1;
  width: 225px;
  right: -63px;
  -webkit-box-shadow: 0px 16px 46px -22px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 16px 46px -22px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 16px 46px -22px rgba(0, 0, 0, 0.32);
}
#header.white .dropdown-content a {
  color: #302D2B;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
#header.white .dropdown-content a:hover {
  background-color: #f1f1f1;
}
#header.white .dropdown:hover .dropdown-content {
  display: block;
}
#header.white .dropdown:hover .dropbtn {
  background-color: transparent;
}
/* Scrolling Icon */
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 25px;
  height: 50px;
  margin-left: -10px;
  top: 350px;
  margin-top: -17px; 
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 15px;
}
.icon-scroll:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #ffffff;
  margin-left: -3px;
  top: 8px;
  border-radius: 3px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

/* Dropdown Menu/Solutions */
.menuloginbar {
  height: calc(100vh - 70px);
  left: 0;
  width: 100%;
  background-color: white;
  position: absolute;
  z-index: 3;
  top: 100px;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  display: none;
  line-height: 50px;
  text-align: center;
  overflow: auto;
}
.menuloginbar ul.nav {
  margin: 0;
  padding: 0;
}
.menuloginbar ul.nav li {
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 0px;
  margin: 0px 20px;
  border-bottom: none;
}
.menuloginbar ul.nav li a {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #0093D7 ;
  display: inline-block;
  text-transform: capitalize;
  line-height: 50px;
  background-color: transparent;
}
.menuloginbar ul.nav li a:hover {
  text-decoration: none;
  background-color: transparent;
}
.menuloginbar ul.nav li ul.child {
  display: none;
  padding: 0;
  margin: 0;
}
.menuloginbar ul.nav li ul.child li {
  border-bottom: none;
}
#map {
  height: 550px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.video-container {
  position: relative;
}
video {
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.overlay-desc {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #002561;
}
.buttonproperty {
  background-color: #4CAF50;
  /* Green */
  border: none;
  color: white;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px 10px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.button1 {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.button1:hover {
  background-color: #F26C32;
  color: white;
}
.button2 {
  padding: 5px 15px;
  background-color: #0093D7;
  color: white !important;
  border: 1px solid #002561;
}
.button2:hover {
  padding: 5px 15px;
  background-color: #002561;
  color: white !important;
}
.button3 {
  padding: 5px 22px;
  background-color: transparent;
  color: #F26C32;
  border: 1px solid #F26C32;
}
.button3:hover {
  padding: 5px 22px;
  background-color: #F26C32;
  color: white;
}
.button {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  border: 1px solid #ffffff;
  display: inline-block;
  position: relative;
  padding: 4px 9px 4px 9px;
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
}
.btnlearn {
  z-index: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
  top: 300px;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.border-right {
  border-right: 1px solid #002561;
}
.buttonorange {
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  border: 1px solid #0093D7;
  position: relative;
  padding: 4px 30px 4px 30px;
  background-color: #0093D7;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  border-radius: 0;
  display: inline-block;
  margin-right: 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-bottom: 50px;
}
.buttonorangebookings {
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  border: 1px solid #F26C32;
  position: relative;
  padding: 4px 125px;
  background-color: #F26C32;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  border-radius: 0;
  display: inline-block;
  margin-right: 0px;
  margin-top: 14px;
  margin-left: 3px;
  margin-bottom: 50px;
}
.buttonmoreinfo {
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  border: 1px solid #F26C32;
  position: relative;
  padding: 4px 90px 4px 90px;
  background-color: #F26C32;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  border-radius: 0;
  display: inline-block;
  margin-top: 20px;
  width: 200px;
  margin-bottom: 50px;
  background-image: url('../images/home/arrow-side.svg');
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 10px;
}
.buttonblue {
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  border: 1px solid #0093D7;
  position: relative;
  padding: 4px 90px 4px 90px;
  background-color: #0093D7;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  border-radius: 0;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 50px;
  background-image: url('../images/home/arrow-side.svg');
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 10px;
}
.buttonblueplus {
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  border: 1px solid #0093D7;
  position: relative;
  padding: 4px 90px 4px 90px;
  background-color: #0093D7;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  border-radius: 0;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 50px;
  background-image: url('../images/property-search/plus.svg');
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 15px;
}
.buttonorangeplus {
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  border: 1px solid #F26C32;
  position: relative;
  padding: 4px 90px 4px 90px;
  background-color: #F26C32;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  border-radius: 0;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 50px;
  background-image: url('../images/property-search/plus.svg');
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 15px;
}
.backbutton {
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  border: none;
  position: relative;
  padding: 4px 20px;
  color: #0093D7;
  text-decoration: none;
  font-size: 14px;
  border-radius: 0;
  display: inline-block;
  margin-top: 170px;
  margin-bottom: 10px;
  background-image: url(../images/information/arrow-back-blue.svg);
  background-repeat: no-repeat;
  background-position: center left 0px;
  background-size: 9px;
}

.booked{
    background-color:#FF0000;
    height: 30px;
  width: 30px;
  display: inline-block;
     border:1px solid #FF0000;
}
.pending{
      background-color:#FF8000;
    height: 30px;
    display: inline-block;
  width: 30px;
     border:1px solid #FF8000;
}
.information {
  margin-top: 203px;
}
.fill {
  width: 100%;
  height: 100vh;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.fill .content {
  position: absolute;
  top: calc(50% - 100px);
  width: 100%;
}

#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content { 
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}
.flip {
  width: 4%;
  height: 52px;
  padding: 12px 0px 19px 9px;
  background-image: url(../images/information/light-blue-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 1px;
  background-size: 39px;
}
.panel {
  text-align: left;
  padding: 0px 50px 50px 55px;
  /* display: none;*/
}
.line {
  background-color: white;
  text-align: center;
  border: 1px solid #002561 !important;
  width: 100%;
  height: 55%;
  padding-top: 15px;
  margin-bottom: 18px;
}
.ftbexperience {
  margin-top: 60px;
  font-size: 30px;
}
.btnpackages {
  padding: 4px 40px 4px 40px !important;
}
.backgroundgorange {
  color: #ed6a15;
  font-size: 15px;
  padding-top: 5px;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 3px;
  background-color: rgba(242, 108, 50, 0.1);
}
.backgroundblue {
  font-size: 15px;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 2px;
  margin-bottom: 2px;
  background-color: rgba(0, 37, 97, 0.1);
  padding-top: 3px;
}
.backgroundwhite {
  font-size: 15px;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 2px;
  padding-top: 2px;
  margin-bottom: 3px;
}
.accordion {
  background-color: #ffffff;
  background-image: url(/images/arrow-down.svg);
  background-repeat: no-repeat;
  color: #002561;
  cursor: pointer;
  background-size: 47px;
  padding: 18px;
  padding-left: 56px;
  background-position-y: center;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.active,
.accordion:hover {
  background-color: #ffffff;
}
.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.carousel-control-next-iconproperty {
  display: inline-block;
  width: 35px;
  height: 45px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url(/images/home/arrow-100-right.svg);
}
.carousel-control-prev-iconproperty {
  display: inline-block;
  width: 35px;
  height: 45px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url(/images/home/arrow-100-left.svg);
}
.carousel-control-prevhomeslider {
  right: 200px;
  position: absolute;
  /* top: 0; */
  bottom: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6%;
  color: #fff;
  text-align: center;
  background-color: transparent;
}
.carousel-control-nexthomeslider {
  background-color: transparent;
  right: 200px;
  position: absolute;
  /* top: 0; */
  bottom: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6%;
  color: #fff;
  text-align: center;
}
.carousel-control-prevproperty {
  right: 100px;
  position: absolute;
  /* top: 0; */
  bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6%;
  color: #fff;
  text-align: center;
  background-color: white;
}
.carousel-control-nextproperty {
  background-color: white;
  right: 100px;
  position: absolute;
  /* top: 0; */
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6%;
  color: #fff;
  text-align: center;
}
.carousel-control-youtube {
  background-color: white;
  right: 200px;
  position: absolute;
  /* top: 0; */
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6%;
  color: #fff;
  text-align: center;
}
.carousel-control-next-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url(/images/home/property-arrow-right.svg);
}
.carousel-control-prev-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url(/images/home/property-arrow-left.svg);
}
.carousel-control-youtubeicon {
  display: inline-block;
  width: 36px;
  height: 45px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url(/images/home/youtube-slider.svg);
}
.fill.slider {
  height: 520px;
}
.sidemenu,
ul.submenu {
  font-family: 'Adobe Garamond';
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  position: fixed;
  /*top: 0px;*/
  width: 300px;
  height: 400px;
  background-color: #302E2C;
  z-index: 10001;
  display: none;
  color: white;
}
.sidemenu.top,
ul.submenu.top {
  left: 0;
  width: 100%;
  padding: 20px 20px;
  box-shadow: 0px 2px 14px -2px rgba(0, 0, 0, 0.67);
  /* Navigation Submenus */
}
.sidemenu.top img#backmenu,
ul.submenu.top img#backmenu {
  position: absolute;
  top: 30px;
  left: 32px;
  height: 18px;
  cursor: pointer;
  display: none;
}
.sidemenu.top img#logoma,
ul.submenu.top img#logoma {
  position: absolute;
  top: 44px;
  left: 50px;
  height: 31px;
  cursor: pointer;
}
.sidemenu.top img#closemenu,
ul.submenu.top img#closemenu {
  position: absolute;
  top: 30px;
  right: 32px;
  height: 40px;
  cursor: pointer;
}
.sidemenu.top ul.menu,
ul.submenu.top ul.menu {
  margin: 0px;
  padding: 0px;
  margin-top: 170px;
}
.sidemenu.top ul.menu li,
ul.submenu.top ul.menu li {
  display: inline-block;
  margin: 0px 60px;
}
.sidemenu.top ul.menu li .dropbtn,
ul.submenu.top ul.menu li .dropbtn {
  background-color: transparent;
  color: #ffffff;
  padding: 20px 0px;
  font-size: 40px;
  line-height: 45px;
  border: none;
}
.sidemenu.top ul.menu li .dropdown,
ul.submenu.top ul.menu li .dropdown {
  position: relative;
  display: inline-block;
}
.sidemenu.top ul.menu li .dropdown-content,
ul.submenu.top ul.menu li .dropdown-content {
  display: none;
  position: absolute;
  background-color: #3b3837e0;
  min-width: 500px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.sidemenu.top ul.menu li .dropdown-content a,
ul.submenu.top ul.menu li .dropdown-content a {
  font-family: 'Montserrat';
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: #ffffff;
  padding: 12px 16px;
  line-height: 45px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.sidemenu.top ul.menu li .dropdown-content a:hover,
ul.submenu.top ul.menu li .dropdown-content a:hover {
  background-color: #302E2C;
}
.sidemenu.top ul.menu li .dropdown:hover .dropdown-content,
ul.submenu.top ul.menu li .dropdown:hover .dropdown-content {
  display: block;
}
.sidemenu.top ul.menu li .dropdown:hover .dropbtn,
ul.submenu.top ul.menu li .dropdown:hover .dropbtn {
  background-color: rgba(255, 255, 255, 0.05);
}
.sidemenu.top ul.menu li a,
ul.submenu.top ul.menu li a {
  color: #ffffff;
  padding: 20px 0px;
  font-size: 40px;
  line-height: 60px;
}
.sidemenu.top ul.menu li a:hover,
ul.submenu.top ul.menu li a:hover {
  text-decoration: none;
}
.sidemenu.top ul.menu li a.mobile,
ul.submenu.top ul.menu li a.mobile {
  display: none;
}
.sidemenu.top hr,
ul.submenu.top hr {
  border-bottom: none;
}
.sidemenu.top .sidemenu-logo,
ul.submenu.top .sidemenu-logo {
  position: absolute;
  bottom: 45px;
  width: 100%;
  display: block;
  text-align: center;
  margin-left: -20px;
}
.sidemenu.top .sidemenu-logo a,
ul.submenu.top .sidemenu-logo a {
  font-size: 14px;
  text-transform: uppercase;
  color: #F26C32;
}
.sidemenu.bottom,
ul.submenu.bottom {
  left: 0;
  bottom: 0px !important;
  width: 100%;
  height: 60%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.sidemenu.bottom .navigationarrows,
ul.submenu.bottom .navigationarrows {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.sidemenu.bottom .sidemenuslides,
ul.submenu.bottom .sidemenuslides {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.sidemenu.bottom .sidemenuslides .slide,
ul.submenu.bottom .sidemenuslides .slide {
  padding: 20px;
  width: 100%;
  height: 100vh;
  background-size: cover;
  text-align: left;
  display: table;
  table-layout: fixed;
}
.sidemenu.bottom .sidemenuslides .slide h1,
ul.submenu.bottom .sidemenuslides .slide h1 {
  color: #ffffff;
  font-size: 55px;
  display: table-cell;
  vertical-align: middle;
}
.sidemenu .submenu,
ul.submenu .submenu {
  position: absolute;
  padding: 0;
  width: 100%;
  top: 70px;
  left: 0px;
}
.searchmenu {
  background-color: #002561;
  height: 30px;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 30px;
}
.searchmenu a {
  text-decoration: none;
  padding-left: 20px;
  color: #ffffff !important;
  padding-right: 20px;
}
.searchmenu a.active {
  background-color: #F26C32;
  color: #ffffff;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 6px;
}
.propertiessearch {
  z-index: 100;
  position: fixed;
  background-color: #0093D7;
  height: 30px;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 30px;
  margin-top: 113px;
}
.propertiessearch a {
  text-decoration: none;
  padding-left: 18px;
  color: #ffffff !important;
  padding-right: 18px;
}
.propertiessearch a:hover {
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 18px;
  color: #ffffff !important;
  background-color: #F26C32;
  padding-right: 18px;
}
.propertiessearch a.active {
  background-color: #F26C32;
  color: #ffffff;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 6px;
}
.housesearch {
z-index: 100;
    position: fixed;
    background-color: #ffffff;
    height: 64px;
    text-decoration: none;
    color: #ffffff !important;
    padding-left: 15px;
    padding-top: 7px;
    padding-right: 15px;
    line-height: 30px;
    margin-top: 142px;
  -webkit-box-shadow: 0px 14px 9px -18px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 14px 9px -18px rgba(0,0,0,0.33);
box-shadow: 0px 14px 9px -18px rgba(0,0,0,0.33);
}
.housesearch a {
  padding-left: 18px;
    background-color: transparent;
    color: #F26C32;
      padding-right: 18px;
    border: 1px solid #F26C32;
}
.housesearch a:hover {
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 18px;
  color: #ffffff !important;
  background-color: #F26C32;
  padding-right: 18px;
}
.housesearch a.active {
  background-color: #F26C32;
  color: #ffffff;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 6px;
}



ul.tabs {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
ul.tabs li {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 15px;
  color: #ffffff;
  background-color: #0093D7;
  border: 1px solid #0093D7;
  display: inline-block;
  width: 285px;
  padding-bottom: 10px;
  padding-left: 20px ;
  padding-right: 20px ;
  padding-top: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
ul.tabs #car.active {
  background-color: #F26C32;
  border: 1px solid #F26C32;
  color: #ffffff;
}
ul.tabs #airport.active {
  background-color: #F26C32;
  border: 1px solid #F26C32;
  color: #ffffff;
}
ul.tabs #holiday.active {
  background-color: #F26C32;
  border: 1px solid #F26C32;
  color: #ffffff;
}

ul.tabs #discount.active {
  background-color: #F26C32;
  border: 1px solid #F26C32;
  color: #ffffff;
}
ul.tabs #algarve.active {
  background-color: #F26C32;
  border: 1px solid #F26C32;
  color: #ffffff;
}
ul.tabs #beachesandhistory.active {
  background-color: #F26C32;
  border: 1px solid #F26C32;
  color: #ffffff;
}
.tabscontainer {
  position: relative;
  z-index: 1;
  display: none;
  min-height: 100px;
}
.tabscontainer.active {
  display: block;
}
.pictureproperty{
    width:100%;
    height:220px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.banner {
  position: relative;
}
.banner .footballhospitality {
  top: 273px;
  z-index: 1;
  position: absolute;
  text-align: center;
}
.banner .footballclubs {
  display: inline-block;
}
.banner .inform {
  margin-left: 150px;
  top: 150px;
  z-index: 1;
  position: absolute;
  width: 550px;
  height: 217px;
  background-color: rgba(255, 255, 255, 0.9);
}
.textontop {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 220px;
}
.imgback {
  background-image: url(../images/home/algarve-accomodation-agency-holiday-book-villas-apartments-lagos-luz-about-us.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 550px;
}
.imgindex {
  background-image: url(../images/home/algarve-accomodation-agency-holiday-book-villas-apartments-lagos-luz-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 700px;
}
select {
  background-color: transparent;
  font-family: "Montserrat";
  font-weight: 200;
  font-style: normal;
  text-align: center;
  width: 300px;
  color: #002561;
  font-size: 15px;
  border: 1px solid #002561;
  box-sizing: border-box;
  margin: 10px 20px;
  resize: vertical;
  padding-left: 10px;
  padding-top: 2px;
  height: 30px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url('../images/property-search/arrow-down-blue.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}
.date {
  background-color: transparent;
  font-family: "Montserrat";
  font-weight: 200;
  font-style: normal;
  text-align: center;
  width: 37%;
  color: #002561;
  font-size: 15px;
  border: 1px solid #002561;
  box-sizing: border-box;
  margin: 10px 20px;
  resize: vertical;
  padding-left: 10px;
  padding-top: 2px;
  height: 30px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url('../images/property-search/calendar-blue.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}
.flexibledates {
  font-family: "Montserrat";
  font-weight: 200;
  font-style: normal;
  text-align: center;
  color: #002561;
  font-size: 15px;
}
.selectwhite {
  background-color: transparent;
  font-family: "Montserrat";
  font-weight: bold;
  font-style: normal;
  text-align: left;
  width: 300px;
  color: white;
  font-size: 15px;
  border: 1px solid white;
  box-sizing: border-box;
  margin: 10px 20px;
  resize: vertical;
  padding-left: 10px;
  padding-top: 2px;
  height: 30px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url('../images/home/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}
.datewhite {
  background-color: transparent;
  font-family: "Montserrat";
  font-weight: bold;
  font-style: normal ;
  text-align: left;
  width: 37%;
  color: white;
  font-size: 15px;
  border: 1px solid white;
  box-sizing: border-box;
  margin: 10px 20px;
  resize: vertical;
  padding-left: 10px;
  padding-top: 2px;
  height: 30px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url('../images/home/calendar.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}
.datewhite.main {
  width: 27%;
}
.flexibledateswhite {
  font-family: "Montserrat";
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: white;
  font-size: 15px;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem 2rem .375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 11px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.name {
  width: 40%;
  margin-left: 6px;
}
.phone {
  width: 40%;
  margin-left: 14px;
}
.email {
  width: 866px !important;
}

.spacedropdown{
         margin-right: 115px;
}
.emailbooking {
  width: 100% !important;
  margin-right: 0px !important;
  padding: 5px 7px !important;
  font-size: 14px;
  color: #002561;
  border: 1px solid #002561;
  height: 32px;
  margin-top: 6px;
}
.dates {
  width: 50%;
  margin-right: 0px !important;
  padding: 5px 7px !important;
  font-size: 14px;
  color: #002561;
  border: 1px solid #002561;
  height: 32px;
  margin-top: 6px;
}
input[type=text], input[type=password] {
  font-family: "Montserrat";
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  width: 48%;
  padding: 3px;
  color: #002561;
  border: 1px solid #002561;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
textarea {
  font-family: "Montserrat";
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  border: 1px solid #002561;
  width: 1083px;
  height: 120px;
  margin-left: 9px;
}
.footer {
  left: 0;
  bottom: 0;
  height:auto;
  width: 100%;
  background-color: #002561;
  color: white;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 13px;
}
.newlisting {
  position:absolute;
  top:20px;
  left:15px;
  background-color:red;
  color:white;
  padding:10px 25px;
}