/*  Designed by Anupam khosla:  https://www.linkedin.com/in/anupamkhosla/ */



/*global rules start */
html, body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;  
  min-width: 320px;
  
  /*force scroll on old/ultra-small/anroid-watch/etc devices*/
  /*It might also zoom out on screen < 320px*/
}


html.no-js * {
  transition: none !important;
  /*Important bug in chrome https://stackoverflow.com/a/42969608/3429430*/
}


.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
}

a {
  outline-offset: 1px;
}

a:focus-visible {
  outline: #fff dotted 1px;
  outline-color: inherit;
  outline-offset: 1px;
}

.material-icons-outlined {
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.parallax-container .parallax img {
  opacity: 1;
  filter: brightness(0.5);
}


.select-dropdown li img {
  height: auto;
  width: 30px;
  padding-top: 8px;
}

.noUi-connect,
.noUi-target.noUi-horizontal .noUi-tooltip {
  background-color: #2196f3;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]),
input.valid:not([type]),
input.valid:not([type]):focus,

input[type=text]:not(.browser-default):focus,
input[type=text].valid:not(.browser-default),
input[type=text].valid:not(.browser-default):focus,
input[type=password].valid:not(.browser-default),
input[type=password].valid:not(.browser-default):focus,
input[type=email].valid:not(.browser-default),
input[type=email].valid:not(.browser-default):focus,
input[type=url].valid:not(.browser-default),
input[type=url].valid:not(.browser-default):focus,
input[type=time].valid:not(.browser-default),
input[type=time].valid:not(.browser-default):focus,
input[type=date].valid:not(.browser-default),
input[type=date].valid:not(.browser-default):focus,
input[type=datetime].valid:not(.browser-default),
input[type=datetime].valid:not(.browser-default):focus,
input[type=datetime-local].valid:not(.browser-default),
input[type=datetime-local].valid:not(.browser-default):focus,
input[type=tel].valid:not(.browser-default),
input[type=tel].valid:not(.browser-default):focus,
input[type=number].valid:not(.browser-default),
input[type=number].valid:not(.browser-default):focus,
input[type=search].valid:not(.browser-default),
input[type=search].valid:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus,
.select-wrapper.valid > input.select-dropdown {
  border-bottom: 1px solid #2196F3;
  -webkit-box-shadow: 0 1px 0 0 #2196F3;
  box-shadow: 0 1px 0 0 #2196F3;

}

input:not([type]):focus.valid ~ label,
input[type=text]:not(.browser-default):focus.valid ~ label,
input[type=password]:not(.browser-default):focus.valid ~ label,
input[type=email]:not(.browser-default):focus.valid ~ label,
input[type=url]:not(.browser-default):focus.valid ~ label,
input[type=time]:not(.browser-default):focus.valid ~ label,
input[type=date]:not(.browser-default):focus.valid ~ label,
input[type=datetime]:not(.browser-default):focus.valid ~ label,
input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
input[type=tel]:not(.browser-default):focus.valid ~ label,
input[type=number]:not(.browser-default):focus.valid ~ label,
input[type=search]:not(.browser-default):focus.valid ~ label, textarea.materialize-textarea:focus.valid ~ label {
  color: #2196F3;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #2196F3;
}

[type="checkbox"]:checked + span:not(.lever):before {
  border-right-color: #2196F3;
  border-bottom-color: #2196F3;
}

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 0.875rem;
}

.btn:focus,
.btn:hover {
  box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.2);
}

.btn.orange:focus,
.btn.orange:hover {
  background-color: #ef6c00 !important;
}

.btn.blue:focus,
.btn.blue:hover {
  background-color: #1976d2 !important;
}

/*global rules end*/


.fuck {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
}

#scrollzipPoint { 
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
}

nav {
  display: flow-root; /*establish new block formatting context*/
}

nav .nav-wrapper {
  margin-top: 5px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

nav, nav a.sidenav-trigger{     
  height: 64px;
  color: #e68509;
}

nav .sidenav-trigger i {
  height: 64px;
  line-height: 64px;
}

nav ul a.btn,
nav .brand-logo {
  color: #fff;
  position: relative;
  z-index: 1;   
  margin: 0;
  display: inline-flex;
}

nav ul a.btn-rounded {
  margin-left: 20px;
  font-size: 0.75rem;
  padding: 0 25px;
}

nav .brand-logo {
  font-size: 1.5rem;
}


nav ul a.btn:not(.btn-rounded):hover,
nav ul a.btn:not(.btn-rounded):focus {
  color: #fb8c00;
}

.brand-logo .material-icons-outlined {
  font-size: 3rem;
  margin-right: 15px;
  max-width: 3rem;
  overflow: hidden;
  /*For slow connections, before the icons load, the replaced text won't break the design*/
}

nav .call {
  display: flex;
  font-weight: 600;
}

nav .call .material-icons-outlined {
  margin-right: 10px;
  max-width: 24px;
  overflow: hidden;
}

nav .tabs {
  height: auto;
}

nav .tabs .indicator {
  display: none;
}

nav .dropdown-content {
  max-width: 800px;
  transition-property: width, height;
  transition-duration: .3s;
}

nav .dropdown-content .tab {
  text-align: left;
  height: auto;
  line-height: initial;
  min-height: 0;  
  text-transform: none;
}

nav .dropdown-content .tabs {
  background-color: #f7f7f7;
  padding: 30px 0;
  margin: 0;
}


.sidenav li > a {
  color: #333;
  padding: 0 16px;
  font-weight: 500;
  font-size: 0.8125rem;
}

.sidenav li:not(.account) > a {
  font-weight: 600;
  padding: 0 16px 0 20px;
} 

.sidenav .account {
  margin-bottom: 15px;
}

.sidenav .account a:hover,
.sidenav .account a:focus {
  background-color: #ef6c00 !important;
}

.sidenav .account a.blue:hover,
.sidenav .account a.blue:focus {
  background-color: #1976d2 !important;
}


.sidenav li > a > i.material-icons {
  margin: 0;
  width: auto;
  color: #333;
  float: right;
  font-size: 1.125rem;
  transform: rotate(-90deg);
  transition: transform .3s ease;
}

.sidenav li.active > a > i.material-icons {
  transform: rotate(0deg);
}

.sidenav .call .material-icons-outlined {
  font-size: 1.125rem;
  margin-right: 5px;
  margin-top: 2px;

}

.sidenav .collapsible .logo {
  flex-direction: column;
  align-items: center;
  padding: 30px 0 30px 0;
}

.sidenav .logo a.icon {
  font-size: 4rem;
  color: #fb8c00;
  padding-top: 10px;
  font-weight: 500;
  height: auto;
}

.sidenav .logo a.text-link {
  font-size: 1.25rem;
  color: #fb8c00;
  padding-top: 5px;
}



.sidenav li.logo:hover > a {
  color: #ef6c00;
  background-color: transparent;
}

.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  background-color: transparent;
}

.sidenav .collapsible-body li .lv1 {
  padding-left: 32px;
}

.sidenav .collapsible-body li .lv2 {
  padding-left: 48px;
}


.dropdown-content .tab a {
  padding: 10px 40px;
  position: relative;
  color: #222;
  font-weight: 500;
}
.dropdown-content .tab a:focus,
.dropdown-content .tab a:hover {
  background-color: rgba(251, 140, 0, 0.2);
  color: #222;
}

.dropdown-content .tab a.active,
.dropdown-content .tab a.active:focus,
.dropdown-content .tab a.active:hover {
  color: #fb8c00;  
  background-color: rgba(251, 140, 0, 0.2);
}

.dropdown-content .tab a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background-color: transparent;
  transition: background-color .28s ease;
}

.dropdown-content .tab a.active:before {
  background-color: #fb8c00;
}

nav .dropdown-content .tab-content {
  padding: 38px 40px;
}

nav .tab-content .title {
  margin-top: 0px;
}

nav .dropdown-content li {
  min-height: 0;
  cursor: default;
  margin-top: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #555;
}

nav .dropdown-content li > a,
nav .dropdown-content li > span {
  color: #111;
  line-height: normal;
  padding: 0;
  font-size: 0.8125rem;
}

nav .dropdown-content li > a:hover,
nav .dropdown-content li > a:focus {
  color: #fb8c00;
  background-color: transparent;
}

.dropdown-content li:hover,
.dropdown-content li.active {
  background-color: transparent;
}

.sidenav li > a.valign-wrapper {
  display: flex;
}

.dropdown-trigger.open {
  outline: none; 
  /*material css dropdown_on_hover_outline bug fix https://github.com/Dogfalo/materialize/issues/6656#issue-995096091*/
}

.sidenav-trigger {
  color: #26a69a;
}
/* Navigation area finishes */










.parallax-container {  
  min-height: 100%;  
  top: -64px;
  margin-bottom: -64px;
  height: auto;
}
.parallax-container .section {
  width: 100%;
}

/*
.parallax-container .parallax img {
 filter: brightness(0.5);
 min-height: 100vh;
 transform: translate3d(-50%, calc(640px - 50vh), 0px);
}
*/

#index-banner {
  /*
  background-image: linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)), url("../img/house_night.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  */
}

#index-banner .card-tabs {
  display: flex;

}

#index-banner .tabs.tabs-fixed-width {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: auto;
}

#form1 {  
  width: 100%;      
}

#form1 .empty {
  flex-basis: 120px;
}

#form1 .card-content > .row {
  margin-bottom: -15px;
}

#form1 .tabs {
  margin-top: 50px;  
}

#form1 .hide2.active {
  display: block;
}

#form1 .tabs .tab {
  line-height: 36px;
  height: 36px;
}

#form1 .tabs a {
  color: #fff;
  font-weight: 600;
}

#form1 .tab a:hover:not(.active),
#form1 .tab a:focus {
  background-color: rgba(251, 140, 0, 0.2);
}

#form1 .tab a.active {
  background-color: rgba(33, 150, 243, 0.7);
}

#form1 .tab a.active:focus {
  background-color: rgba(21, 101, 192, 0.7);
}

#form1 .tabs .indicator {
  display: none;
}

#form1 .card {
  max-width: 993px;  
  width: 100%;
}

#form1 .card-content {
  border-radius: 100em;
}

#form1 .card-content .input-field:not(.center) {
  min-height: 57px;
}

#form1 .input-field > input {
  position: relative;
  z-index: 1;
}

#form1 .multiple-select-dropdown {
  min-width: 213px;
}


#form1 .price_range {
  margin-top: 43px;
  padding: 0 10px 0 5px;
}

#form1 .price {
  font-size: 0.8rem;
  top: -27px;
}

#form1 .dynamic-price {
  padding-top: 4px;
}

#form1 .card-content .col {
  margin-left: 0;
}

#form1 .search {
  min-width: 125px;
  width: 100%;
}
/* Hero area finishes */












/* Feature sponser section starts */
.sponser {
  padding: 20px 20px 50px;
}

section h3 {
  font-size: 2rem;
  margin-bottom: 0;  
}

section h4:not(.default) {
  font-size: 1.25rem;
  margin-top: 0.75rem;  
}

.swiper {
  padding: 20px 25px 40px;  
}

.swiper .swiper-slide {
  width: calc(90.9091% - 0px);
  height: auto;
  margin-right: 15px;
}

.swiper .card {
  border-radius: 5px;
}

.swiper .card-image  .card-pic {
  height: 250px;
  object-fit: cover;
  object-position: center center;
  border-radius: 5px 5px 0 0;
  cursor: grab;
}

.swiper .card-image .badge{
  position: absolute;
  top: 10px;
  left: 10px;
  margin-left: 0;
  font-size: 0.75rem;
  z-index: 1;
}

.swiper .badge.new:after {
  content: "";
}

.swiper .bookmark {
  position: absolute;
  top: 11px;
  right: 10px;  
  cursor: pointer;  
  width: 20px;
  height: 20px;
  z-index: 1;
}

.swiper .bookmark .star {
  fill: transparent;
  stroke: #fb8c00;
  stroke-width: 2px;
  transition: fill .3s ease;
}

.swiper .fill .star {
  fill: #fb8c00;
}

.swiper .bookmark.rent .star {
  stroke: #2196F3;
}

.swiper .bookmark.rent.fill .star {
  fill: #2196F3;
}

.swiper .btn-floating.halfway-fab {
  right: 50%;
  transform: translateX(50%);
}

.swiper.nested-swiper {
  padding: 0;
}

.swiper.nested-swiper .swiper-slide {
  margin-right: 0;
  width: 100%;
}

.swiper .card-content {
  padding: 24px 16px;
}

.swiper .card-content .title {
  font-size: 1rem;
}

.swiper .title a.orange-text:hover,
.swiper .title a.orange-text:focus {
  color: #ef6c00 !important;
}


.swiper .title a.blue-text:hover,
.swiper .title a.blue-text:focus {
  color: #003e7c !important;
}

.swiper address {
  font-size: 0.8125rem;
  font-style: normal;
  height: 2.25rem;
  line-height: 1.3;
  overflow-y: hidden;
}

.swiper address a {
  color: #444;
  font-weight: 500;
}


.swiper address a:hover,
.swiper address a:focus {
  color: #000;
}

.swiper .features {
  margin-top: 15px;
}

.swiper .features > .d-flex {
  padding: 5px;
  border-radius: 5px;
  width: calc(25% - 15px);
  background-color: #f4f4f4;
  align-items: center;
}

.swiper .features .material-icons-outlined {
  font-size: 32px;
  color: #777;
}

.swiper .features .amount {
  font-size: 0.8125rem;
  color: #333;
}

.swiper .amount small {
  font-size: 90%;
}

.swiper .card-action .price {
  font-size: 0.875rem;
}

.swiper .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  text-transform: none;
  font-size: 0.8125rem;
  margin-right: 0;
}

.swiper .card-action > .orange-text.details:hover,
.swiper .card-action > .orange-text.details:focus {
  color: #ef6c00 !important;
}


.swiper .card-action > .blue-text.details:hover,
.swiper .card-action > .blue-text.details:focus {
  color: #003e7c !important;
}

.swiper .card-action:last-child {
  border-radius: 0 0 5px 5px;
}

.swiper-pagination-bullet-active {
  background-color: #ff9800;
}

/*Feature slider section finishes*/







.explore {
  background-color: #f6f8f9;
  padding: 20px 0 40px;
}

.explore .container-fixed {
  padding: 0 15px;
  position: relative;
}

.explore .swiper {
  padding: 20px 5px 20px;
}

.explore .swiper .swiper-slide {
  width: calc(20% - 12px);
  margin-right: 15px;
}

.explore i {
  width: auto;
}

.explore .card {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
}

.explore .card-image .activator {
  height: 250px;
  object-fit: cover;
}

.explore .card-content {
  background-color: transparent;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  align-items: flex-end;
  padding: 13px 16px;
  text-transform: uppercase;
  font-size: 0.875rem; 
  font-weight: 500;
}

.explore .card .empty-spacer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 30px;
  z-index: 1;
}

.explore .icon {
  filter: invert(1);
  margin-bottom: -5px;
  margin-right: 15px;  
  height: 50px;
  width: auto;  
}

.explore a {
  color: white;
}

.explore .icon.first {
  margin-bottom: -10px;
}

.explore .toggle {
  cursor: pointer;
  transition: transform .3s ease;
  width: 24px;
}

.explore .card-reveal2 {  
  position: absolute;
  width: 100%;
  height: 300%;
  background-color: grey;
  bottom: 0;
  transform: rotateZ(-80deg);
  transform-origin: 100% calc(100% - 45px);
  z-index: 1;
  transition: transform .3s ease;
  padding: 0 15px 90px;
}

.explore .card-reveal2 > p {
  width: 100%;
  max-height: 110px;
  overflow: auto;
  font-size: 0.875rem;
}

.explore .card-reveal2 > p,
.explore .card-reveal2 > a {
  opacity: 0;
  visibility: hidden;
  transition: .3s box-shadow ease-out;  
}

.card.open .card-reveal2 > p,
.card.open .card-reveal2 > a {
  transition: .3s .3s opacity ease, .3s box-shadow ease-out;
  visibility: visible;
  opacity: 1;
  text-transform: none;
}

.explore .card.open .card-reveal2 {
  transform: rotateZ(0deg);
}

.explore .card.open .toggle {
  transform: rotateZ(90deg);
}

.explore .swiper-button-prev,
.explore .swiper-button-next {
  width: 50px;
  background: white;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  margin-top: -25px;
  right: 0;
  transition: background-color .3s ease;
}

.explore .swiper-button-prev:hover,
.explore .swiper-button-next:hover {
  background-color: #2196f3;
} 

.swiper-button-prev .material-icons-outlined,
.swiper-button-next .material-icons-outlined {
  transition: color .3s ease;
}

.swiper-button-prev:hover .material-icons-outlined,
.swiper-button-next:hover .material-icons-outlined{
  color: #fff !important;
} 

.explore .swiper-button-prev {
  left: 0;
}

.explore .swiper-button-prev:after,
.explore .swiper-button-next:after {
  content: "";
}
/*Explore slider finishes*/







/*Week's top property area starts*/

.week {
  /*
  background-image: linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)), url("../img/week.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  */
}

.week .parallax-container {
  min-height: 0;
  height: 600px;
  top: 0;
  margin-bottom: 0;
}

.eye-container .btn-rounded {
  font-size: 0.875rem;
  font-weight: 600;
}

.eye-container { /*global style*/
  border: 2px solid #fff;
  background-color: rgba(1,1,1,0.35);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  cursor: unset;
  color: #fff;
  margin-right: 5px;
}

.eye { /*global style*/
  margin-right: 5px;
  margin-top: 1px;
}

.week .btn-rounded {
  font-size: 0.8125rem;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  text-transform: uppercase;
}

.week .details {
  margin-left: 5px;
}

section.week h3 {
  margin: 0;
  font-size: 2.92rem;
}

section.week h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
/*Week section finishes*/





/*nearby section starts*/
.nearby .bookmark .star {
  stroke: #2196f3;
}

.nearby .fill .star {
  fill: #2196f3;
}

.nearby .swiper-pagination-bullet-active {
 background-color: #2196f3;
}
/*nearby finishes*/






/*city section starts*/
.city {
  padding: 20px 0;
}

.cities {
  margin: 40px 0 40px;
}

.city img {
  object-fit: cover;
  width: 100%;
}

.city img.one {
  height: 600px;
}

.city img.two {
  height: 300px;
}


.city .eye-container {
  width: calc(100%);
  position: absolute;
  top: 50%;
  left: 50%;  
  transform: translate(-50%, -50%);
  background-color: transparent;  
  border: 0;
  z-index: 1;
  font-weight: 600;
  box-shadow: none;
}

.city .eye {
  font-size: 1.125rem;
  margin-top: -2px;
  margin-right: 5px;
}

.city .expander { 
  min-height: 0;
  will-change: min-height;
  transform: translate(-50%, -50%);
  transition: min-height .3s ease;
  background-color: rgba(1,1,1,0.45);  
  z-index: 0;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.city-link:hover .expander {
  min-height: calc(100%);
}

.city-link:hover .bar {
  background-color: #ff9800;
}











/* stats section starts */
.stats {
  padding: 20px 0;  
}

.stats .squeeze {
  padding: 0 25px 0 75px;
  margin-top: 30px;
}

.stats .squeeze.two {
  padding: 0 75px 0 25px;
}

.stats .squeeze .s12 {
  padding: 0 25px;
}

.squeeze .card {
  background-color: #f0f2f3;
}

.squeeze.two .card {
  background-color: #f3f3f3;
}

.stats .card {  
  margin: auto;
}

.stats .card-content {
  padding: 16px;
}

.stats .card-content .card-title {
  margin-bottom: 0;
}

.stats .card-action {
  padding: 12px 18px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
}
/*stats finishes*/




/*review section starts*/

.review {
  padding: 20px 60px 55px;
}

.review .content {
  width: 800px;
  padding: 0;
  height: 105px;
  margin-top: 35px;
  line-height: 1.65;
}

.review .quote {
  width: 800px;
  margin: auto;
  height: 0;
  position: relative;
}

.review .quote-left .material-icons-outlined{
  transform: scaleX(-1);
  left: -32px;
  top: -5px;
}

.review .quote .material-icons-outlined {
  position: absolute;
  width: 32px;
  height: 32px;
  font-size: 32px;
}

.review .thumbs {
  width: 600px;  
  padding: 50px 10px 0;
  border-right: 60px solid white;
  border-left: 60px solid white;
}

.review .thumbs .swiper-wrapper {
  padding: 0;
}

.review .content .swiper-slide {
  text-align: center;
  width: 100%;
  overflow-y: auto;
  background-color: white;
  margin-right: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
}

.content .swiper-slide.swiper-slide-active {
  visibility: visible;
}

.no-js .content .swiper-slide:not(.swiper-slide-active) {
  display: none;
}

.review .thumbs .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;

}

.review .thumbs .swiper-slide {
  transition: opacity .3s ease;
  opacity: 0.5;  
  text-align: center;
  height: 145px;  
  display: flex;
  flex-direction: column;
  align-items: center;
}

.review .thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  margin-left: 30px;
}

.review .thumbs .swiper-slide img {
  transition: transform .3s ease;
  margin-left: -30px;
  flex-shrink: 0; /*important, for multiline occupation details*/
}

.review .thumbs .swiper-slide-thumb-active img {
  transform: scale(1.5);
  margin-left: -60px;
}

.review .swiper-button-next,
.review .swiper-button-prev  {
  width: 45px;
  background: white;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;   
  transition: opacity .3s ease; 
}

.review .swiper-button-next,
.review .swiper-button-prev {  
  top: -111px;
  right: 42px;
  transition: background-color .3s ease;
}



.review .swiper-button-prev:hover,
.review .swiper-button-next:hover {
  background-color: #2196f3;
} 


.review .swiper-button-prev {
  left: 42px;
}

.review .swiper-button-next:after,
.review .swiper-button-prev:after {
  content: "";
}

.review .thumbs .swiper-slide-next,
.review .thumbs .swiper-slide-prev {
  transition: opacity .3s ease;  
}

.review .thumbs .responsive-img {
  object-fit: cover;
  height: 70px;
  width: 70px;
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
}

.review .thumbs .client {
  margin: 20px -100px 0 -160px;
  opacity: 0;
  visibility: hidden;
  font-weight: 500;
  font-size: 0.875rem;
  max-width: 300px;
  overflow-y: auto;
}

.review .thumbs .name {
  font-size: 1rem;
}

.thumbs .swiper-slide-thumb-active .client {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease;
}

.thumbs .name {
  margin-bottom: 0;
  font-weight: 500;
}

.thumbs .occupation {
  color: #2196f3;
}

.review .arrows {
  position: relative;
  width: 700px;
  margin: auto;
}
/*Review section finishes*/









.team {
  padding: 20px 15px 100px;
}

.team > h4:not(.default) {
  margin-bottom: 35px;
}

.team .container-fixed {
  max-width: 1254px;
  /* matching this width with weekly number section width */
}

.team .card {
  flex: 1 1 0;
  margin: 0 15px 20px;
  border-radius: 10px;
}

.team .card-image {
  border-radius: 10px 10px 0 0;
}

.team .card-image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

.team .card-content {
  background: white;
  position: relative;  
  padding: 15px 10px;
  z-index: 2;
  border-radius: 0 0 10px 10px;
}

.team .card-content h6 {
  font-size: 1rem;
  margin: 0px 0 3px 0;
  font-weight: 500;
  color: orange;
}

.team a {
  color: #ff9800;
}

.team a:hover, .team a:focus {
  color: #ef6c00;
}

.team .card-content p {
  font-size: 0.8125rem;
  font-weight: 500;  
}

.team .card-content::after {
  content: "";
  width: 100%;
  height: 7px;
  background: #ff9800;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 10px 10px;
}
/*team section finishes*/




footer {
  position: relative;
  display: flow-root;
  padding:0 15px 10px 15px;
}

footer .newsletter {
  position: absolute;    
  transform: translate(-50%, -50px);
  width: calc(100% - 60px);
  max-width: 1225px;
  background-color: white;
  top: 0;
  left: 50%;
  border-radius: 10px;
  overflow: hidden;    
  z-index: 2;
}

footer .row-mail {
  height: 100px;
  margin: 0;
}

footer .mail {
  font-size: 60px;
  color: white;
}

footer .join > h5 {
  margin: 0;
}

footer .input-field {
  margin: 0;
  transform: translate3d(0,0,0);
  /*box-hadow bug fix for chrome by using null-transform hack*/
}

footer #email {


}

footer .send {
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: transparent;
  border: none;
  color: #555;
  cursor: pointer;
}

footer input[type=email]#email:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid #ff9800 ;
  -webkit-box-shadow: 0 1px 0 0 #ff9800 ;
  box-shadow: 0 1px 0 0 #ff9800 ;
}

footer input[type=email]#email:not(.browser-default):focus:not([readonly]) + label,
footer input[type=email]#email:not(.browser-default):focus:not([readonly]) ~ .send {
  color: #ff9800;
}

footer .row .left2 {    
  padding: 120px 30px 70px;
  float: left;
  align-items: flex-start;
}

footer .brand-logo .material-icons-outlined {
  font-size: 200px;
  max-width: none;
  width: 200px;
  height: 200px;
  margin: 0;
}

footer .logo-text {
  font-size: 36px;
  margin-top: -25px;
  margin-bottom: 15px;
  font-weight: 500;
}

footer .row .right2 {    
  padding: 120px 30px 70px 0;
  float: right;
}

footer .social a {
  display: flex;
}

footer .social img {
  filter: invert(1);
  width: 32px;
  height: auto;
}

footer .lists > .col {
  display: flex;
  flex-direction: column;
  align-items: center;
}


footer .lists .title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 5px;
}

footer .lists li {
  font-size: 0.875rem;
  margin-bottom: 15px;
}

footer .lists a {
  color: #dff4ff;
  font-weight: 500;
  display: flex;
  align-items: center;
}

footer .lists a:hover,  
footer .lists a:focus {
  color: #fff;
}

footer .lists .icon {
  margin-right: 10px;  
  width: 24px;
  flex-shrink: 0;
}

footer address {
  font-style: normal;
}

footer .copyright {
  font-size: 0.875rem;
  color: #c1e4ff
}




/*Hover:none  will target only android/sfari phone/ipad browsers*/
/*Because background size cover doesn't work with 100vh banner height on androind chrome:
I am going with multiple quesries for height */
@media (hover:none) {
    #index-banner {
      min-height: 100%;      
    }    
    .no-js .html,
    .no-js .body {
      overflow-y: scroll;
    }
}

/*
@media (hover:none) and (max-height: 1400px){
    #index-banner {
      
    }
}
@media (hover:none) and (max-height: 1000px){
    #index-banner {
      
      background-size: 1500px 1000px;
    }
}
@media (hover:none) and (max-height: 800px){
    #index-banner {
     
      background-size: 1200px 800px;
    }
}



@media (hover:none) and (max-height: 600px){
    #index-banner {
      
      background-size: 900px 600px;
    }
    */

    
}


@media only screen and (min-width: 601px) {
  .swiper .swiper-slide {
    width: calc(47.62% - 7.5px);   
    margin-right: 15px;
  }
}
@media only screen and (min-width : 993px) { 
  nav .number {
    display: block !important;
  }
  .swiper {
    padding: 20px 25px 40px;
  }
  .swiper .swiper-slide {
    width: calc(32.26% - 17px);   
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1201px) {

  .container-fixed {

  }

  .btn {
    padding: 0 15px;
  }
  .container {
    width: 90%;
  }
  .swiper {
    padding: 20px 35px 40px 20px;
  }
  .sponser .outer-swiper {    
    margin-left: -20px;
  }
  .swiper .swiper-slide {
    width: calc(24.39% - 26.45px);   
    margin-right: 35px;
  }
}









@media only screen and (max-width: 1700.8px) {  
  .container-fixed {
    max-width: 1400px;
  }
}


@media only screen and (max-width: 1400.8px) {
  .stats .squeeze {
    padding: 0 25px 0 60px;
  } 

  .stats .squeeze.two {
    padding: 0 60px 0 25px;
  }

  .stats .squeeze .s12 {
    padding: 0 15px;
  }

  
}

@media only screen and (max-width: 1200.8px) {
  nav ul a.btn-rounded {
    margin-left: 14px;
  }

  nav .dropdown-content {
    max-width: 725px;
  }

  #form1 h1 {
    font-size: 3rem;
  }

  #form1 h4 {
    font-size: 1.75rem;
  }

  .sponser {
    padding: 20px 0 30px;
  }

  section h3 {
    font-size: 1.5rem;
    margin: 1rem 0 0rem 0;
  }

  section h4:not(.default) {
    font-size: 1.125rem;
    margin: 0.5rem 0 0.5rem 0;
  }

  section.week h4 {
    font-size: 1.5rem;
    margin: 0px 0 20px 0;
  }

  .explore {  
    padding: 20px 5px 25px;
  }

  .explore .swiper .swiper-slide {
    width: calc(33.3333% - 10px);
  }

  .explore .card-reveal2 {    
    transform: rotateZ(-82deg);    
  }

  .stats {
    padding: 20px 0 0;
  }

  .stats .squeeze {
    padding: 0 20px 0 40px;
  } 

  .stats .squeeze.two {
    padding: 0 40px 0 20px;
  }

  .stats .squeeze .s12 {
    padding: 0 10px;
  }

  .review {
    padding: 20px 60px 35px;
  }

  .review .content {
    margin-top: 30px;
  }

  .team {
    padding: 20px 5px 50px;
  }

  .team .container-fixed {
    max-width: 992px;
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .team .card {
    margin: 0 20px 40px;
    flex: 0 0 calc(33.3333% - 40px);
  }

  .team .card-image img {
    height: 250px;
  }

}
@media only screen and (max-width: 992.8px) {

  .nav-wrapper {
    width: 100%;
    padding: 0;
  }

  .brand-logo .material-icons-outlined {
    margin-right: 10px;
  }

  .parallax-container .section {
    position: absolute;
    top: 40%;
  }



  #index-banner .section {
    top: 10%;
  }

  #form1 .aligner {
    width: 80%;
  }

  #form1 h1 {
    font-size: 2rem;
  }

  #form1 h4 {
    font-size: 1.5rem;
  }

  #form1 .card {
    border-radius: 30px;
  }

  #form1 .tab a {
    padding: 0 24px;
  }

  #form1 .search {
    max-width: 280px;    
  }

  #form1 .card-content .input-field.ranger {
    min-height: 46px;
  }  

  .explore .swiper .swiper-slide {
    width: calc(50% - 7.5px);
  }

  .explore .swiper-button-next {
    right: 5px;
  }

  .explore .swiper-button-prev {
    left: 5px;
  }

  section.week h3 {
    font-size: 2rem;
  }

  section.week h4 {
    font-size: 1.25rem;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .cities {
    margin: 30px 0 20px;
  }

  .city img.one {
    height: 250px;
  }

  .city img.two {
    height: 150px;
  }  

  .squeeze .two {
    margin-top: 30px;
  }  

  .review {
    padding: 20px 15px 25px;
  }

  .review .content {
    width: 550px;
    height: 160px;
  }

  .review .quote {
    width: 550px;
  }

  .review .thumbs {
    width: 350px;
    border: 0;
    padding: 40px 70px 0;
  }


  .review .thumbs:before,
  .review .thumbs:after {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    height: 100px;
    width: 55px;
    z-index: 2;
    background-color: white;
  }

  .review .thumbs:after {
    right: 0;
    left: auto;
  }

  .review .thumbs .responsive-img {   
    height: 50px;
    width: 50px;
  }

  .review .thumbs .swiper-slide {
    height: 125px;
  }

  .review .thumbs .swiper-slide.swiper-slide-thumb-active {
    margin-left: 20px;
  }

  .review .thumbs .swiper-slide img {
    margin-left: -20px;
  }

  .review .thumbs .swiper-slide-thumb-active img {
    margin-left: -40px;
  }

  .review .thumbs .client {
    margin: 20px -110px 0 -150px
  }

  .review .client h6 {
    margin-top: 5px;
  }

  .review .arrows {
    width: 540px;
  }

  .review .swiper-button-next, .review .swiper-button-prev {
    top: -96px;
    right: 105px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .review .swiper-button-prev {
    left: 105px;
  }


  .review .swiper-button-prev .material-icons-outlined,
  .review .swiper-button-next .material-icons-outlined {
    font-size: 18px;
  }

  .review .quote .material-icons-outlined {
    right: -16px;
  }

  .review .quote-left .material-icons-outlined {
    left: -16px;
  }

  .team {
    padding: 20px 5px 50px;
  }

  .team .card {
    margin: 0 15px 30px;
    flex: 0 0 calc(33.3333% - 30px);
  }  




  footer .row-mail {
    height: 120px;
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-template-rows: 50% 50%;
    grid-template-areas:
    "icon text"
    "icon form";
  }

  footer .icon {
    grid-area: icon;

  }

  footer .row .join {
    grid-area: text;
    padding-top: 15px;
  }

  footer .row .col.form {
    grid-area: form;
    padding: 0 30px 30px;
  }

  footer .join > h5 {
    font-size: 1.25rem;
  }


  footer .row-footer {
    flex-direction: column;    
  }

  footer .row .right2 {
    padding: 90px 30px 0px;    
  }

  footer .row .left2 {
    padding: 0px 30px 30px;
    align-items: center;
  }

  footer .lists .title {
    margin-bottom: 20px;
  }

  footer .lists ul {
    margin-bottom: 0;
  }

  footer .lists li {
    margin-bottom: 10px;
  }

  footer .lists > .col {
    align-items: initial;
  }


}

@media only screen and (max-width : 767.8px) {

  .team .card {
    margin: 0 15px 30px;
    flex: 0 0 calc(50% - 30px);
  }

  footer .row-mail {    
    grid-template-columns: 100px 1fr;   
  }

  footer .mail {
    font-size: 40px;   
  }
  
}

@media only screen and (max-width : 600.8px) {

  #form1 .aligner {
    width: 100%;
  }

  #form1 .empty {
    flex-basis: 105px;
  }

  #form1 .empty.last {
    flex-basis: 30px;
  }

  #form1 .tabs {
    margin-top: 30px;
  }

  .sponser {
    padding: 30px 0 25px;
  }

  section h3 {
    font-size: 1.5rem;
    margin: 0;
  }

  section h4:not(.default) {
    font-size: 1rem;
    margin: 0.5rem 0 0 0;
  }

  .swiper {
    padding: 10px 15px 20px;
  }

  .explore {
    padding: 30px 0px 15px;
  }

  .explore .container-fixed {
    padding: 0 10px;
  }

  .explore .swiper .swiper-slide {
    width: 100%;
  }

  .explore .swiper-button-prev,
  .explore .swiper-button-next {
    width: 40px;
    background: white;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-top: -20px;    
  }

  .explore .swiper-button-prev > .material-icons-outlined,
  .explore .swiper-button-next > .material-icons-outlined {
    font-size: 18px;
  }

  .week .parallax-container {
    height: 450px;
  }

  .week .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  section.week h3 {
    font-size: 1.5rem;
  }

  section.week h4 {
    font-size: 1rem;
    margin: 5px 0 15px 0;
  }  

  .week .eye-container {
    margin: 0 0 0 0;
    min-width: 220px;
  }

  .week .details {
    margin: 10px 0 0 0;
    min-width: 220px
  }

  .city {
    padding: 30px 0 10px;
  }

  .cities {
    margin: 20px 0 20px;
  }

  .stats {
    padding: 30px 0 10px;
  }

  .stats .squeeze {
    padding: 0 15px;
    margin-top: 20px;
  }

  .stats .squeeze.two {
    padding: 0 15px;
    margin-top: -5px;
  }

  .squeeze .two {
    margin-top: 15px;
  }

  .review {
    padding: 20px 15px 10px;
  }

  .review .content {
    width: 290px;
    height: 240px;
    margin-top: 20px;
    margin-bottom: 1px;
    font-size: 14px;
    /*in version 2 we'll change all sizes to rem
    Here the hieght would have to be changed tinto rems as well
    so I am going with fixe pixel values for font size*/
  }

  .review .quote {
    width: 300px;
  }

  .review .quote-right .material-icons-outlined {
    right: -5px;
    bottom: -23px;
  }

  .review .thumbs {
    width: 290px;
    padding: 30px 50px 0;
  }


  .review .thumbs:before,
  .review .thumbs:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    height: 90px;
    width: 35px;
    z-index: 2;
    background-color: white;
  }

  .review .thumbs:after {
    right: 0;
    left: auto;
  }

  .review .thumbs .name {
    font-size: 0.9375rem;
  }

  .review .thumbs .about {
    font-size: 0.8125rem;
  }

  .review .arrows {
    width: 290px;
  }

  .review .swiper-button-next {
    right: -5px;    
  }

  .review .swiper-button-prev {
    left: -5px;
  }

  .team {
    padding: 30px 0px 80px;
  }

  .team .container-fixed {
    flex-direction: column;
    align-items: center;
  }

  .team > h4:not(.default) {
    margin-bottom: 0;
  }

  .team .card {
    margin: 20px 0 5px;
    max-width: 350px;
    flex: 0;
    width: 100%;
  }  

  footer .newsletter {
    width: calc(100% - 30px);
  }

  footer .row-mail {   
    height: 160px;
    grid-template-rows: 40% 60%;
    grid-template-areas: 
    "text text"
    "form form"
  }

  footer .icon {
    display: none;
  }

  footer .row .join {
    background-color: #ff9800;
    padding-top: 0;
  }

  footer .join h5 {
    color: white;
    font-size: 1.125rem;
  }

  footer .row .col.form {
    padding: 0 15px;
  }

  footer #email {
    height: 38px;
  }

  footer .form label {
    font-size: 0.825rem;
  }

  footer .send {
    top: 7px;
  }

  footer .mail {
    width: auto;  
    max-width: 40px;  
    margin-right: 10px;
  }

  footer .row .right2 {
    padding: 125px 5px 0px;
  }

  footer .row .left2 {
    padding: 0px 15px 30px;
    margin-top: -20px;
  }

}
















/*Genric  utility classes starts*/
/*These ,ust come at last, so as to override other styles*/

.br-5 {
  border-radius: 5px;
}

.btn {
  padding: 0 12px;
}

.btn-rounded {
  border-radius: 50em;
  padding: 0 25px;
}
.container-fixed {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;  
}

.container-fixed-small {
  max-width: 1230px;
  margin: auto;
}

.container-fluid {
  width: 100%;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.flow-root {
  display: flow-root;
}

.hide2 {
  display: none; 
}

.justify-content-center {
  justify-content: center;
}

.justify-content-left {
  justify-content: flex-start;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.justify-space-between {
  justify-content: space-between;
}

.align-content-bottom {
  align-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.lh-initial {
  line-height: initial;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-auto {
  margin-left: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.no-wrap {
  white-space: nowrap;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.row .col.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pl-0 {
  padding-left: 0;
}

.row .col.pl-0 {  
  padding-left: 0px;
}

.pxr-50 {  
  padding-right: 50px;
}

.row .col.pxr-50 {  
  padding-right: 50px;
}

.show-on-small {
  display: none;
}

.truncated {
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
}

.truncated-2lines {
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow-y: hidden;
}

.vis-hidden {
  visibility: hidden;
}

.w-auto {
  width: auto;
}

.o-hidden {
  overflow: hidden;
}

.ox-hidden {
  overflow-x: hidden;
}

.o-y-hidden {
  overflow-y: hidden;
}

.o-focus-none:focus {
  outline: 0;
}

.relative {
  position: relative;
}

.w-24p {
  width: 24px;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.whiteblue2 {
  background-color: #f6f8f9;
}

.white-text-light {
  color: #f1faff
}

/*Genric utility classe end*/

