@media (max-width: 1520px) {
  .main-menu ul.nav li a {
    font-size: 40pt !important;
	 line-height:1;
  }
  .main-menu ul.nav {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: flex-end;
    padding-top: 30px;
  }
  .border-line {
    margin: 50px 0 40px;
  }

}
@media (max-width: 1400px) and (min-width: 1200px){
	section.what-we-do.padding2 .row-cols-1.text-center .col{
		padding-left: 5px;
	    padding-right: 3px;
	}
	.seal-img img{
		max-width: 180px;
	}
}
@media (max-width: 1280px) {
  .main-menu ul.nav li a {
    font-size: 30pt !important;
  }
  .main-menu ul.nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
    padding-top: 50px;
  }
  .border-line {
    margin: 60px 0 40px;
  }
	.padding{
		padding: 120px 0
	}
}
@media (max-width: 1023px) {
  .column2 {
    gap: 20px;
    flex-wrap: wrap;
  }
  .column2 > .w-50 {
    flex-basis: 100%;
    position: relative;
  }
  .promise .first-img {
    max-height: 400px;
    min-height: 100%;
  }
  .promise .second-img {
    min-height: 170px;
    max-height: 50%;
    width: 100%;
    object-fit: cover;
  }
  .promise .bg-cream.padding3 {
    padding: 90px 45px;
    overflow: hidden;
  }
  .seal-img img {
    max-width: 150px;
  }
  .banner iframe{
    max-height: 450px;
  }
}
@media (max-width: 990px) {
  .nav .menu {
    display: none;
  }
  .mobile {
    display: block;
  }
  .main-menu ul.nav {
    gap: 15px;
    padding-top: 50px;
  }
  .main-menu ul.nav li a {
    font-size: 20pt;
    line-height: 1;
  }
  .border-line {
    margin: 40px 0 40px;
    border-top: 1px solid var(--white);
    width: 100%;
  }
  .col-lg-4 {
    padding-right: 16px;
  }
.hotel:before {
    content: "";
    display: block;
    background: url(../images/pattern.svg) no-repeat center left;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 320%;
    background-position: 58% -41%;
    top: 0;
    opacity: 0.2;
    pointer-events: none;
}
	.mt-30 {
	  margin-top: 22pt !important;
	}
}
@media (max-width: 800px) {
  :root {
    /***** Font sizes *****/
    --h1: 27pt;
    --h2: 21pt;
    --h3: 13pt;
    --h4: 12pt;
    --text1: 16pt;
    --text2: 13pt;
    --text3: 12pt;
    --nav1: 12pt;
  }

  h1,
  .h1 {
    line-height: 31pt;
    margin-bottom: 8pt;
  }
  h2,
  .h2 {
    line-height: 25pt;
    margin-bottom: 7pt;
  }
  h3,
  .h3 {
    line-height: 16pt;
    margin-bottom: 9pt;
  }
  h4,
  .h4 {
    font-size: var(--h4);
    line-height: 30pt;
  }

  .text1 {
    margin-bottom: 16pt;
  }
  .text-md-2,
  .text1,
  body {
    font-size: var(--text1);
    line-height: 24pt;
  }
  .text2 {
    font-style: normal;
    font-weight: 400;
    line-height: 19pt;
    margin-bottom: 16pt;
  }
	 ul.graphics-list p,
  .text3 {
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 9px;
  }
  .nav1 {
    font-style: normal;
    font-weight: 500;
    line-height: 25pt;
    letter-spacing: 0.075em;
  }

  a,
  a:hover {
    text-decoration: none;
    color: inherit;
  }

  button.btn {
    outline: none;
    border: none;
  }
  /******* Spacing *******/
  .padding {
    padding: 110px 0;
  }
  .padding2 {
    padding: 75px 0;
  }
  .paddingTop2 {
    padding-top: 75px;
  }
  .padding3Top {
    padding-top: 45px;
  }
  .padding3 {
    padding: 45px 0;
  }
  .padding4 {
    padding: 15px 0;
  }

  .padding4Top {
    padding-top: 15px;
  }
  .hotel-slider .slick-slide {
    margin: 0 10px;
  }
  .arrowStyle ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
    gap: 12px;
    list-style: none;
  }
  .arrowStyle ul.slick-dots button {
    outline: none;
    border: 1px solid var(--darkgray);
    font-size: 0;
    padding: 5px;
    background: transparent;
    border-radius: 50%;
  }
  .arrowStyle ul.slick-dots li.slick-active button {
    background: var(--darkgray);
  }
  .hotel-slider .wrapper img {
    min-height: 350px;
    max-height: 350px;
  }
  .hotel-slider .wrapper .text-wrapper {
    margin-top: 15px;
  }
  .hotel-slider .wrapper h4 {
    margin: 0 !important;
    line-height: 1.6;
  }
  .main-menu .menu-style ul {
    row-gap: 20px;
  }
  .main-menu .menu-style li:not(:last-child):before {
    top: 5px;
  }
  .main-menu {
    padding: 0 30px;
  }
  header.active-menu .main-menu {
    padding: 30px 30px;
  }
  .hr-line {
    margin: 25px 0;
    border-top: 2px solid #eff5fa;
  }
  .hr-line.style {
    margin: 30px 0;
  }
  footer h4 {
    margin: 0;
  }
  footer .menu {
    gap: 0;
  }
  footer ul.social-icon i {
    font-size: var(--text1);
  }
  footer .bottom-footer .row {
    flex-direction: column-reverse;
  }
  footer .menu2 {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .dotsStyle .slick-arrow {
	  position: absolute;
	  z-index: 1;
	  outline: 0;
	  bottom: 40px;
	  left: 50%;
	  border:none;
	  font-size:0;
	  background: transparent;
	  color:var(--white);
	  transform: translateX(-50%);
  }
	.dotsStyle .slick-arrow.slick-prev:before{
		content:'\f060';
		font-size:var(--text1);
		font-family: 'FontAwesome';
		left: -30px;
    	position: relative;
	}
	.dotsStyle .slick-arrow.slick-next:before{
		content:'\f061';
		font-size:var(--text1);
		font-family: 'FontAwesome';
		right: -30px;
    	position: relative;
	}
	.banner-slider img{
		max-height:450px;
		min-height:450px;
		object-fit: cover;
	}
	.banner-slider .wrapper .text-wrapper{
		width: 95%;
	}
  .banner iframe {
    max-height: 300px;
  }
ul.graphics-list {
    gap: 30px;
    row-gap: 10px;
    flex-wrap: wrap;
}
	form#revinate_contact_api_form input.long {
		width: 100%;
	}
	form#revinate_contact_api_form input {
		width: 100%;
	}
	.gform_legacy_markup_wrapper ul.gform_fields > li:nth-child(2) {
		width: 100% !important;
	}
	.pum-theme-1286 .pum-container, .pum-theme-default-theme .pum-container {
		    padding: 0px !important;
	}
	.hotel-slider-new.arrowStyle .sildesingle img {
		min-height: 320px !important;
		max-height: 320px !important;

	}
	.row.justify-content-between.hotel-list {
		padding: 50px 0;
	}
}
@media (max-width: 400px) {
  .banner iframe,
  .banner video {
    max-height: 250px;
  }
}
@media (max-width:500px){
	.main-menu ul.nav li a {
    	font-size: 22pt !important;
	}
}
