/**
* Template Name: Multi - v4.9.1
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Rubik', sans-serif;
  color: #444444;
}

a {
  color: #ed502e;
  text-decoration: none;
}

a:hover {
  color: #f1775d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 869px;
  background-color: rgba(4, 12, 21, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top:0;
  left: 50px;
  right: 50px;
}

#hero h2 {
  color: #ccc;
  margin: 0;
  font-size: 100px;

  font-family: 'Russo One', sans-serif;
}
#hero h2 em { color:#ff5a64;}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}

ul.main_nav li:nth-last-child(2){
    display:none !important;
}

@media (min-width: 1200px) {
  #hero p {
    width: 50%;
  }
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 1px;
  height: 35px;
  opacity:1;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #ed502e;
}

#hero .btn-get-started {
  font-family: 'Russo One', sans-serif;
  font-weight: 500;
  font-size:30px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ff5a64;
  margin-top: 20px;
}

#hero .btn-get-started:hover {
  background: #fff;
  color:#ff5a64;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ed502e;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ed502e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #f06f54;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #0b2341;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 20px;
  font-size: 19px;
  white-space: nowrap;
  transition: 0.3s;
  font-weight:300;
  color:#666666;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ed502e;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #ed502e;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ef6445;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ed502e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #0b2341;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 12, 21, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0b2341;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ed502e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ed502e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}




/*Our Css*/

#header .logo img { max-height:none;}
.email { float:right;}
.email a { color:#333333; font-size:19px; font-weight:400;} 
.email a img { margin-right:10px;}
.fixed-top { position:relative;}
.carousel-indicators { display:block; height:105px; width:1px; margin-left:15px; top:40%;}
.subscribe { float:left; width:100%; margin-top:-75px; position:relative; z-index:1; }
.scb { float:right; width:60%; height:150px; background:#ff5a64; border-radius:10px; padding:40px;}
.scbForm input { float:left; width:68%; height:73px; background:#fff; border:none; border-radius:10px; font-size:19px; color:#666; padding-left:20px;}
.scbForm input.crbBtn { width:30%; background:#292929; font-size:25px; color:#ccc; float:right; font-weight:300;}
.body1 { float:left; width:100%; margin-top:100px;}
.body1Content { float:left; width:100%; padding-left:70px; padding-top:100px;}
.body1Content h4 { color:#ff5a64; font-size:26px; font-weight:400;}
.body1Content h1 {font-family: 'Russo One', sans-serif; font-size:66px; color:#333;}
.body1Content h5 { color:#666; font-size:26px; font-weight:400; margin-bottom:40px; margin-top:25px;}
.body1Content p { font-size:22px; color:#666; line-height:40px; font-weight:300; margin-bottom:30px;}
.body2 { float:left; width:100%; padding:100px 0; background:#dddddd; border-left:10px solid #ff5a64; height:100%; margin-top:100px;}
.thumb { float:left; width:90%; margin:0 5%; background:#fff;}
.thumbImg { float:left; width:100%; height:372px;}
.thumbImg img { width:100%; height:100%; object-fit: cover;}
.thumbText { float:left; width:100%; padding:35px 35px 15px; height:220px;}
.thumbText h3 { color:#444; font-size:20px;}
.thumbText p { font-size:18px; font-weight:300; color:#777777; line-height:30px; margin-top:15px;}



#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;

}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 26px;
    height: 76px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
}

.nbs-flexisel-nav-left {
    left: -75px;
    background:url(../../images/arrow1.png)
}

.nbs-flexisel-nav-right {
    right:-70px;
    background: url(../../images/arrow2.png) no-repeat;
}
.nbs-flexisel-item a { float:left; width:100%;}
.body3 { float:left; width:100%; height:780px; background-size:cover !important; border-right:10px solid #ff5a64; padding:100px 0;}
.video { float:left; width:100%;}
.videoText h2 { color:#ccc; font-size:94px; font-family: 'Russo One', sans-serif; text-transform:uppercase; letter-spacing:2px;}
.videoText h2 em { color:#ff5a64;}
.videoText a { background:#ff5a64; color:#fff; float:left; padding:16px 35px; font-size:22px; border-radius:5px; margin-top:15px;}
.videoText { margin-left:15%; padding-top:120px;}
.videoText a:hover { background:#fff; color:#ff5a64;}
.blog { float:left; width:100%; padding:100px 0;}
.blogHeading { float:left; width:100%; text-align:center; margin-bottom:40px;}
.blogHeading h2 { margin:0; padding:0; font-family: 'Russo One', sans-serif; font-size:333; font-size:60px;}
.blogHeading h5 { margin:0; padding:0; font-size:26px; color:#ff5a64; font-weight:300;}
.blogs { float:left; width:96%; margin:0 2%; border:1px solid #eee; height:640px; position:relative;}
.blogImg { float:left; width:100%; height:340px; border-bottom:10px solid #ff5a64;}
.blogImg img {width:100%; height:100%; object-fit: cover;}
.blogText { float:left; width:100%; padding:35px;}
.blogText h4 { font-size:22px; color:#333;}

.blogText p { font-size:19px; line-height:29px; font-weight:300; color:#666; margin-top:10px;}
.blogText a { float:left; padding:10px 25px; color:#fff; background:#ff5a64; font-size:19px; border-radius:7px;}
.blogText h4 a{ font-size:22px; color:#333; padding:0 0 10px 0; background:none; float:none;}
.ribon { width:88px; position:absolute; top:30px; z-index:1; left:-17px;}
.ribon2 { background:#ff5a64; width:88px; height:80px; margin-top:-2px; text-align:center; float:left;}
.ribon2 h2 { margin:15px 0 0 0; padding:0; font-size:36px; color:#fff; font-weight:400; line-height:30px;}
.ribon2 h5 { margin:0; padding:0; font-size:19px; color:#fff; font-weight:400;}
.instaFeed img { max-width:95%;}
footer h4 { font-size:23px; color:#333;}
.quickLinks { float:left; width:100%; padding-left:10%;}
.quickLinks ul { margin:15px 0 0 0; padding:0; list-style-type:none; float:left; width:100%;}
.quickLinks ul li { float:left; width:33.33%; margin:7px 0;}
.quickLinks ul li a { font-size:19px; color:#666; font-weight:300;}
footer { float:left; width:100%; padding-top:70px; background:#eeeeee;}
.footerContect { float:left; width:100%; padding:0 15%;}
.footerContect p { font-size:19px; color:#666; font-weight:300; margin:15px 0; float:left; width:100%;}
.footerContect h4 { margin-bottom:20px;}
.footerContect p.address { background:url(../../images/address.png) left top no-repeat; padding-left:40px; margin-bottom:15px;}
.footerContect p img { margin-right:7px;}
.openingTime { float:left; width:100%;}
.openingTime ul { margin:10px 0 0 0; padding:0; list-style-type:none; float:left; width:100%;}
.openingTime ul li { float:left; width:100%; margin:7px 0; font-weight:300; font-size:19px; color:#666;}
.footerBtm { float:left; width:100%; margin-top:25px; border-top:1px solid #ccc; padding-bottom:15px;}
.fbLeft { float:left; margin-top:25px;}
.fbRight { float:right; margin-top:20px;}
.app { float:left; margin-right:50px;}
.socal { float:right; }
.socal ul { margin:0; padding:0; list-style-type:none;}
.socal ul li { float:left; margin-left:15px;}
.fbLeft  p { font-size:17px; color:#666; font-weight:300;}
.footerLeft img { max-width:100%;}
.fbLeft p a { font-weight:500; color:#000;}

/*Inner Pages*/
#hero.innerBanner { height:650px;}
#hero.innerBanner h2 { font-size:72px; text-transform:uppercase;}
.contect { float:left; width:100%; padding:100px 0; text-align:center;}
.contect h1 { font-size:60px; color:#666; font-family: 'Russo One', sans-serif;}
.contect h5 { font-size:26px; color:#666; font-weight:300; margin-bottom:30px;}
.contect p { font-size:18px; font-weight:300; color:#666; margin:25px 0; line-height:36px;}
.aboutSection2 { background:#eeeeee; padding:100px 0; float:left; width:100%;}
.aboutSection2 h4 { font-size:26px; color:#666; margin-bottom:20px; font-weight:400;}
.aboutSection2 p { font-size:22px; line-height:36px; color:#666; padding:10px 0; font-weight:300;}

.aboutZigZec { float:left; width:100%; padding:100px 0;}
.video-or-images { float:right; width:50%; }
.video-or-images img { max-width:100%;}
.azContent { float:left; width:50%; padding-right:100px;}
.azContent h4 { font-size:26px; color:#666; font-weight:400; margin-bottom:30px;}
.azContent p { font-size:18px; color:#666; font-weight:300; line-height:36px;}
.aboutZigZec.aboutZigZec2 .video-or-images { float:left;}
.aboutZigZec.aboutZigZec2 .azContent { float:right; padding-right:0; padding-left:100px;}
.aboutZigZec.aboutZigZec2 { background:#eee;}
.body3.marginParpas { margin-bottom:90px;}

.aco { float:left; width:100%; border:1px solid #eee; border-radius:30px; overflow:hidden; height:465px; margin:12px 0;}
.acoImg { float:left; width:100%; height:365px;}
.acoImg img { width:100%; height:100%; object-fit: cover;}
.acoText { float:left; width:100%; padding-top:35px; font-size:18px; color:#666; font-weight:400;}
.aco:hover { border:1px solid #666;}
.aco:hover .acoText { color:#ff5a64;}
.acomodation { float: left; width: 100%; margin-top: 25px;}

.acomodation.acomodation2 .aco { height:650px;}
.acomodation.acomodation2 .acoImg { height:520px;}
.acomodation.acomodation2 .acoText { font-size:21px; font-weight:300;}

.contact {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.contectForm { float:left; width:100%;}
.contectForm fieldset { float:left; width:100%; margin-top:20px; text-align:left;}
.contectForm fieldset input { height:60px; border:1px solid #dddddd; border-radius:5px; width:100%; padding-left:15px; font-size:18px; color:#333; font-weight:300;}
.contectForm fieldset textarea { height:132px; border:1px solid #dddddd; border-radius:5px; width:100%; padding-left:15px; font-size:18px; color:#333; font-weight:300; padding-top:10px;}
.contectForm fieldset input.contactBtn { background:#ff5a64; font-size:20px; color:#fff; text-transform:uppercase; border:none; font-weight:400;}
.contectForm h4 { text-align:left; font-weight:400; color:#000; font-size:30px; letter-spacing:1px;}
.contectText { text-align:left; padding-left:50px;}
.contectText ul { margin:0; padding:0; list-style-type:none;}
.contectText ul li { float:left; width:100%; margin:10px 0; font-size:20px; font-weight:300; color:#666;}
.contectText ul li img { margin-right:5px;}
.contectText ul li a { color:#666666;}
.contectText h4 {text-align:left; font-weight:400; color:#000; font-size:30px; letter-spacing:1px;}
.contectText ul li span { text-transform:uppercase; font-size:15px;}
.ct.ct2 { float:left; width:100%; margin-top:40px;}
.map { width:100%; height:330px; border-radius:60px; overflow:hidden; margin-top:15px; float:left;}
.aboutZigZec.faciletys { padding:0;}
.aboutZigZec.faciletys .video-or-images { float:left;}
.aboutZigZec.faciletys .video-or-images iframe { height:680px;}
.aboutZigZec.faciletys .azContent { float:right; padding-right:0; padding:0 100px; text-align:left;}
.azContent ul { margin:0 0 0 20px; padding:0;}
.azContent ul li { font-size:18px; color:#666; font-weight:300; line-height:40px;}

.faqs { width:1023px; margin:0 auto; text-align:left;}
.acc-container {
  width: 100%;
}

.acc {
  margin-bottom: 10px;
}

.acc-head {
  padding: 15px 10px 15px 35px;
  font-size: 22px;
  position: relative;
  cursor: pointer;
 }

 .acc-head::before,
 .acc-head::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #ff5a64;
  transition: all .3s;
 }

 .acc-head::before {
  left: 7px;
    width: 2px;
    height: 16px;
    margin-top: -10px;
}

.acc-head::after {
  left: 0;
    width: 16px;
    height: 2px;
    margin-top: -3px;
}

.acc-head p {
  color: #666; font-size:20px; font-weight:300; margin:0;
}

.acc-content {
  padding: 15px 10px;
  display: none;     border-bottom: 1px solid #eee;
}
.acc-content p { margin:0 0 10px 0; font-weight:300; font-size: 16px; line-height: 26px; color: #999; padding-left: 25px;}
        
.acc-head.active::before {
    transform: rotate(90deg);
}
.buttonPage { float:left; width:100%; text-align:center;}
.buttonPage a { display:inline-block; background:#2b519d; color:#fff; font-size:22px; padding:12px 70px; border-radius:50px; font-weight:400;}
.aboutZigZec.faciletys.ft { background:#eee; margin-top:100px;}
.aboutZigZec.faciletys.ft .azContent { padding: 60px 100px;}

.ftVideo { float:left; width:100%; padding:0 15px; margin:20px 0;}
.videoPage { float:left; width:100%; margin-bottom:90px;}
#hero.innerBanner h2 { width:50%;}
.ftl { float:left; width:100%;}
.ftl h6 { font-size:30px; color:#fff; text-transform:uppercase; text-align:center; border-radius:35px; height:130px; line-height:130px;
background: #fe5a64; 
background: -moz-linear-gradient(left,  #fe5a64 0%, #2d519d 100%);
background: -webkit-linear-gradient(left,  #fe5a64 0%,#2d519d 100%);
background: linear-gradient(to right,  #fe5a64 0%,#2d519d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe5a64', endColorstr='#2d519d',GradientType=1 );
}
.ftl ul { float:left; width:100%; background:#eee; border-radius:35px; margin:0; padding:0; list-style-type:none;}
.ftl ul li p { font-size:20px; margin:0; padding:0;}
.ftl ul li a { font-size:18px; color:#666; font-weight:400; float:left; width:100%; }
.ftl ul li { float:left; width:100%; padding:28px 0; border-bottom:1px solid #ccc;}
.ftl ul li:last-child { border-bottom:none;}
.ftl { float:left; width:100%; padding:40px 10px 0;}
.sunoff { float:left; width:100%; background:#ff5a64; font-size:36px; font-weight:500; color:#fff; text-align:center; text-transform:uppercase; padding:20px 0; border-radius:35px; margin-top:40px;}
.aboutZigZec.hh .video-or-images {}
.aboutZigZec.hh .azContent {text-align:left;}
.aboutZigZec.hh { padding-bottom:0;}
.links-l ul { margin:0; padding:0; list-style-type:none;}
.links-l ul li { float:left; width:31.33%; margin:18px 1%;}
.links-l ul li a { color:#666; font-size:26px; font-weight:300; float:left; width:100%; padding:25px 0; border:1px solid #ccc; border-radius:10px;}
.links-l ul li a:hover { background:#ff5a64; color:#fff;}

.contect.contect2 { padding-bottom:0;}
.azContent a { float:left; margin-top:15px; padding:10px 30px; background:#ed3533; border-radius:5px; color:#fff; font-size:18px; font-weight:300;}

.acomodation.news .aco { height:663px;}
.newsText { text-align:left; padding:35px; float:left; width:100%;}
.contect .newsText p { margin-top:15px; }
.contect .newsText h4 a {background:none; color:#333; font-size:20px; padding:0; font-weight:400;}
.newsText a { color:#fff; font-size:18px; background:#ff5a64; padding:10px 30px; border-radius:5px;}
.contect .newsText h4 a:hover { color:#ff5a64;}
.newsText a:hover { background:#333;}
.newsDetails { text-align:left; float:left; width:100%; margin-top:40px;}
.newsDetails h2 { font-size:30px; color:#333; font-weight:400;}
.newsDetails img { margin-top:15px;}

.pmtVideo { float:left; width:100%; margin:100px 0;}
.contect.pmtPage { margin-bottom:0; padding-bottom:0;}
.pmtV { padding: 0 3%;}
.pmtVideo h2 { font-size:60px; font-family: 'Russo One', sans-serif; text-align:center; margin:0; color:#666;}
.stb { float:left; width:100%; text-align:center; margin-top:50px;}
.stb h4 { width:100%; float:left; width:100%; height:117px; background:#ff5a64; border-radius:35px; padding-top:45px; font-size:24px; color:#fff; font-weight:600;}
.stb ul { margin:5px 0 0 0; padding:15px 0; list-style-type:none; float:left; width:100%; background:#eee; border-radius:35px; min-height:584px;}
.stb ul li { font-size:16px; color:#666; font-weight:300; float:left; width:100%; padding:7px 0;}

.acomodation.tring h2 {font-size: 60px; color: #666; font-family: 'Russo One', sans-serif;}
.acomodation.tring { text-align:center;}
.acomodation.tring .atOne {display:inline-block !important; width:24%; padding:0 15px;}
.acomodation.tring .atOne .aco { margin:35px 0 0 0;}
.tbB { display:inline-block; width:32.33%; padding:0 10px; margin-top:35px;}
.tbB h4 { background:#292929; color:#fff; border-radius:35px; height:130px; padding-top:45px; font-weight:400; font-size:30px;}
.tbB ul { margin-top:10px; background:#eee; padding:0; list-style-type:none; border-radius:35px; height:385px;}
.tbB ul li { font-size:20px; padding:20px 0; border-bottom:1px solid #ccc;}
.tbB ul li:last-child { border:none;}

.azContent .acBlock h4 { margin-bottom:0;}
.azContent .acBlock p { margin-bottom:0;}
.azContent .acBlock { float:left; width:100%; padding:30px 0; border-bottom:1px solid #ccc;}
.azContent .acBlock:last-child { border:none;}
.contect.traning { padding-bottom:0;}

.pmtVideo.detailsPage { padding-top:0; margin-top:0;}


.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 10002;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image:url(https://www.phukettopteam.com/frontend/images/fancybox_sprite.png);
}
.fancybox-nav:hover span {}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(https://www.phukettopteam.com/frontend/images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(https://www.phukettopteam.com/frontend/assets/css/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 10001;
	background:rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	font-family: "Open Sans",sans-serif;
	color: #FFF;
	font-weight: 600;
	line-height: 24px;
	white-space: nowrap;
	font-size:16px;
	text-transform:capitalize;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(to bottom, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('https://www.phukettopteam.com/frontend/assets/css/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}


#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}

.gal ul { margin:0; padding:0; list-style-type:none;}
.gal ul li { display:inline-block;}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(https://www.phukettopteam.com/frontend/assets/css/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(https://www.phukettopteam.com/frontend/assets/css/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.dg { float:left; width:100%; padding:100px 0; background:#eee; text-align:center;}
.gal { float:left; width:100%;}
.gal ul { margin:0; padding:0; list-style-type:none;}
.gal ul li { display:inline-block; float:none; width:31%; height:350px; margin:15px 1%; border-radius:35px; overflow:hidden;}
.gal ul li img { width:100%; height:100%; object-fit: cover;}
.dg h2 {font-size: 60px;
    color: #666;
    font-family: 'Russo One', sans-serif; margin:0; padding:0 0 30px 0;}
.gal ul li:hover img { opacity:0.6;}

.pmtVideo.ptmDetails { margin-top:50px;} 
.pmtVideo.ptmDetails .pmtV { margin:15px 0;}
.pmtVideo.ptmDetails.trd { background:#eee; margin:0; padding:100px 0;}

.sf { float:left; width:100%; background:#eee; padding:75px; border-radius:35px; margin-bottom:100px;}
.sf fieldset { float:left; width:50%; padding:25px 2%;}
.sf fieldset label { float:left; width:100%; text-align:left; font-size:18px; margin-bottom:10px;}
.sf fieldset select { width:80%; height:50px; border-radius:10px; border:none; padding:0 15px; color:#666; font-weight:300; font-size:16px; float:left; 
appearance:none !important; -webkit-appearance: none; -o-appearance: none; background:#fff url(../../images/select-arrow.png) 96% center no-repeat;}
.sf fieldset input.select { background:#ff5a64; color:#fff; font-size:20px; border-radius:10px; border:none; width:19%; height:50px; float:right; }
.formS { float:left; width:100%; padding:0 0 80px;}
.sfForm { width: 500px; margin: 0 auto;}
.formS h2 { font-size:60px; font-family: 'Russo One', sans-serif; color:#333; text-align:center;}
.formS p { font-size:18px; text-align:center; color:#666;}
.sfForm h5 { font-size:30px; color:#666; margin:30px 0 10px 0; padding:0; font-weight:400; float:left; width:100%;}
.sfForm fieldset { float:left; width:100%; padding:10px 0;}
.sfForm fieldset label { font-size:18px; font-weight:300; float:left; width:100%; margin-bottom:5px;}
.sfForm fieldset input { float:left; width:100%; height:50px; border:1px solid #aaa; border-radius:7px; padding-left:15px; color:#666; padding-right:15px;}
.sfForm fieldset textarea { float:left; width:100%; height:188px; border:1px solid #aaa; border-radius:7px; padding-left:15px; color:#666; padding-top:10px;}
.sfForm fieldset p { font-size:15px; color:#999; text-align:left; margin-top:10px; float:left; width:100%; font-weight:300;}
.sfForm fieldset input[type="radio"] { float:none; width:24px; height:24px; cursor:pointer; margin-right:5px; float:left; border:1px solid #aaaaaa;}
.sfForm fieldset span { margin-right:30px; float:left; margin-top:15px;}
.sfForm fieldset span em { float:left; font-style:normal;}
.sfForm fieldset input[type="button"] { width:207px; background:#ff5a64; border:none; color:#fff; font-size:20px; padding-left:0; height:54px;}
.formS { display:none;}

.odForm { float:left; width:100%; text-align:left; margin-top:40px;}
.odForm h4 { font-size:30px; font-weight:400;}
.odForm fieldset label {font-size:18px; font-weight:300; margin-bottom:5px;}
.odForm fieldset input { float:left; width:100%; height:50px; border:1px solid #aaa; border-radius:7px; padding-left:15px; color:#666; padding-right:15px;}
.odForm fieldset { float:left; width:100%; padding:10px 0;}
.odForm fieldset textarea { float:left; width:100%; height:100px; border:1px solid #aaa; border-radius:7px; padding-left:15px; color:#666; padding-top:10px;}
.odForm fieldset input[type="button"] { width:100%; background:#ff5a64; border:none; color:#fff; font-size:20px; padding-left:0; height:54px;}
.odDetails {
    float: left;
    width: 100%;
    text-align: left;
    background: #eee;
    padding: 50px;
    margin-top: 123px;
    border-radius: 10px;
}
.odDetails h4 {font-size:30px; font-weight:400;}
.odDetails ul { margin-top:15px;}
.odDetails ul li {font-size:18px; font-weight:300; padding:8px 0;}

.instaFeed a:hover { opacity:0.7;}

/*Book Online New Css Start 25.01.2024*/

.cartItem { float:left; width:100%; text-align:center;}
.ci { float:left; width:96%; background:#2b519d; padding:15px 15px; margin-left:2%; border-radius:20px; margin-top:20px; text-align:center; color:#fff; font-weight:700;}
.ci span { background:#fff; padding:5px 15px; border-radius:5px; color:#000; display:inline-block; font-size:18px; margin:0 5px;}
.ciBtn { float:left; width:100%; margin-top:30px;}
.ciBtn button {width: 300px;
  background: #ff5a64;
  border: none;
  color: #fff;
  font-size: 20px;
  padding-left: 0; padding:15px 0; border-radius:15px;
  display:inline-block;}

.ciBtn.formS { padding-bottom:0;}
.formS1 { padding:100px 0; float:left; width:100%;}
.formS1 h2 { text-align:center; font-size: 60px; font-family: 'Russo One', sans-serif; color: #333; text-align: center;}
.formS1 p { text-align:center; font-size:18px;}
.itemClose { float:left; width:100%; text-align:left; margin-top:10px; border-top: 1px solid #fff; padding-top:10px;}
.itemClose p { font-size:14px; font-weight:400; border:1px solid #91b6ff; float:left; padding:5px 0 5px 5px; margin:5px;}
.itemClose p span { font-size:15px; font-weight:700; padding:2px 7px; background:#ff5a64; color:#fff; cursor:pointer;}
.itemClose.formS { padding-bottom:0; margin-bottom:0;}
.itemClose.formS p { color:#fff; text-align:left; float:left;}
.ic { float:left; width:100%;}

/*Book Online New Css End 25.01.2024*/

@media (max-width: 1366px) {
.navbar a, .navbar a:focus {padding: 10px 12px 10px 12px; font-size: 16px;}
.email a img { width:40px;}
.email a { font-size:14px;}
#hero h2 {font-size: 72px; }
#hero .btn-get-started {font-size: 20px;}
.bodyImg img { max-width:100%;}
.body1Content h4 { font-size:22px;}
.body1Content h1 { font-size:48px;}
.body1Content h5 { font-size:20px;}
.body1Content p {font-size: 16px; line-height: 25px;}
.thumbImg { height:300px;}
.thumbText h3 { font-size:18px;}
.thumbText p {font-size: 15px; line-height: 25px;}
.videoText h2 {font-size: 72px;}
.videoText a {font-size: 20px;}
.blogHeading h5 { font-size:22px;}
.blogHeading h2 { font-size:48px;}
.blogText h4 a { font-size:18px;}
.blogText p { font-size:15px; line-height:26px;}
.blogText a { font-size:17px;}
.nbs-flexisel-nav-left {left: -40px;}
.nbs-flexisel-nav-right {right: -40px;}

footer h4 {font-size: 20px;}
.quickLinks ul li a { font-size:15px;}
.footerContect p { font-size:15px;}
.openingTime ul li { font-size:15px;}
.fbLeft p { font-size:14px;}
.scbForm input.crbBtn { font-size:22px;}

#hero.innerBanner h2 { font-size: 60px;}
#hero.innerBanner {height: 500px;}
.contect h1 { font-size:48px;}
.contect h5 { font-size:20px;}
.contect p { font-size:16px; line-height:28px;}
.aboutSection2 h4 { font-size:22px;}
.aboutSection2 p { font-size:16px; line-height:28px;}
.azContent h4 { font-size:22px;}
.azContent p { font-size:16px; line-height:28px;}

.acoImg {height: 260px;}
.aco {height: 360px;}
.acoText { font-size:15px;}

.acomodation.acomodation2 .acoText { font-size:18px;}
.aboutZigZec.faciletys .azContent {padding: 0 40px;}
.aboutZigZec.faciletys .video-or-images iframe { height:350px;}
.azContent ul li {font-size: 16px; line-height: 36px;}

.buttonPage a { font-size:18px;}
.aboutZigZec.faciletys.ft .azContent {padding: 0 50px;}
.ftVideo iframe { height:350px;}

.ftl h6 { font-size:24px;}
.ftl ul li p { font-size:18px;}
.ftl ul li a { font-size:15px;}
.sunoff { font-size:30px;}

.pmtVideo.ptmDetails .pmtV iframe {height: 300px;}
.links-l ul li a {font-size: 20px;}

.acomodation.news .aco {
    height: 615px;
}
.newsDetails h2 {font-size: 26px;}
.newsDetails img { max-width:100%;}

.tbB h4 {font-size: 20px;}
.tbB ul li {font-size: 16px;}
} 

@media (max-width: 1300px) {
.nbs-flexisel-nav-left {background-position:0; left: -6px;}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {height: 30px;}
.nbs-flexisel-nav-right { right:-5px; background-position:0;}

#hero.innerBanner h2 { font-size: 50px;}

.sf fieldset select { font-size:15px;}

.stb h4 {font-size: 20px;}
}
@media (max-width: 1220px) {
.container.d-flex.align-items-center.justify-content-between { display:inline-block !important;}
.email {
  float: right;
  position: absolute;
  top: 15px;
  right: 20px;
}
#header .logo { float:left;}
.navbar { float:right; margin-top: 55px;}
#header {padding: 15px 0 10px;}
#hero { height:700px;}
.videoText { margin-left:0;}
.videoText h2 {
  font-size: 60px;
}
.videoText a {padding: 12px 25px;}

.body1 { margin-top:70px;}
.body2 { padding:70px 0; margin-top:70px;}
.blog { padding:70px 0;}

.contect { padding:70px 0;}
.aboutSection2 {padding:70px 0;}
.aboutZigZec {padding:70px 0;}
.sf {padding: 75px 15px; margin-bottom:70px;}
.ftVideo iframe {
    height: 310px;
}
.aboutZigZec.faciletys.ft {margin-top: 70px}
.videoPage { margin-bottom:70px;}
.body3.marginParpas {margin-bottom:70px;}
.pmtVideo.ptmDetails .pmtV iframe {height: 250px;}
.pmtVideo {margin:70px 0;}

.gal ul li {height: 260px;}
.dg {padding:70px 0;}
.acomodation.tring .atOne {width: 33%;}
}
@media (max-width: 1100px) {
#hero h2 {font-size: 52px;}
#hero .btn-get-started { font-size:18px;}
#hero { height:600px;}
.body1Content {padding-left: 10px;
padding-top: 0;}
.body1Content h4 { font-size:20px;}
.body1Content h1 {font-size: 36px;}
.body1Content h5 {font-size: 18px; margin-bottom: 25px; margin-top: 15px;}
.blogHeading h2 { font-size:36px;}

.blogs {height: 700px;}
.quickLinks { padding-left:0;}
.footerContect { padding:0 0;}

.acomodation .col-3 { width:33.33%;}
.sf fieldset { width:100%;}
.formS h2 { font-size:36px;}
.acomodation.acomodation2 .acoImg {
    height: 385px;
}
.acomodation.acomodation2 .aco {
    height: 515px;
}
.contact .col-4 { width:100%;}
.contact .col-2 { width:100%;}
.contectText { margin-top:40px; padding-left:0;}

.faqs { width:100%; padding:0 20px;}
.contect .newsText h4 a {font-size: 18px;}

.dg h2 { font-size:52px;}
.od .col-4 { width:100%;}
.odDetails { margin-top:30px;}
.pmtVideo h2 { font-size:52px;}
.acomodation.tring h2 { font-size:52px;}
}
@media (max-width: 1024px) {
.body1 { margin-top:50px;}
.body2 { padding:50px 0; margin-top:50px;}
.blog { padding:50px 0;}
footer { padding-top:50px;}

#hero.innerBanner {
    height: 420px;
}
#hero.innerBanner h2 {
    font-size: 40px;
}
.contect h1 {
  font-size: 36px;
}
.contect h5 { font-size:18px;}
.contect p {
  font-size: 15px;
  line-height: 26px;
}
.aboutSection2 {padding: 50px 0;}
.aboutZigZec {padding:50px 0;}
.sf { margin-bottom:50px;}

.acomodation.acomodation2 .acoText {font-size: 16px;}
.contectForm h4 { font-size:24px;}
.contectText h4 { font-size:24px;}
.contectText ul li { font-size:18px;}
.azContent h4 { font-size:20px;}
.azContent ul li { font-size:15px;}

.ftVideo iframe {
    height: 275px;
}
.aboutZigZec.faciletys.ft {margin-top: 50px}
.videoPage { margin-bottom:50px;}
.body3.marginParpas {margin-bottom:50px;}
.sunoff { font-size:24px;}
.pmtVideo {margin:50px 0;}
.links-l ul li {margin: 8px 1%;}
.links-l ul li a { font-size: 18px;}
.newsDetails h2 { font-size:22px;}
.dg h2 { font-size:40px;}
.dg {padding:50px 0;}
.odForm h4 { font-size:26px;}
.odForm fieldset label { font-size:17px;}

.odDetails h4 { font-size:26px;}
.pmtVideo h2 { font-size:40px;}
.acomodation.tring h2 { font-size:40px;}
}
@media (max-width: 1023px) {
.scb {width: 75%;}
footer .col-2 { float:left; width:50%; margin: 15px 0;}
footer .col-4 { float:left; width:50%; margin: 15px 0;}
.footerLeft img { width:190px;}

}
@media (max-width: 991px) {
#header .logo img { max-width:65px;}
#header {padding: 10px 0 5px;}
.navbar {margin-top: 18px;}
.navbar.navbar-mobile { margin-top:0;}
.email {top: 22px;
right: 60px;}
#hero .carousel-container { text-align:left;}
#hero .carousel-container { top:0;}
#hero { height:500px;}
#hero h2 {font-size: 42px;}
#hero .btn-get-started {padding: 15px 25px;}

.body1Content h1 { font-size:32px;}
.videoText h2 {
  font-size: 48px;
}
.videoText a { font-size: 18px;}
.blogHeading h2 { font-size:32px;}
.blogText {padding: 20px;}

.blog .col-4 { width:50%;}
.blog .col-4:last-child { width:100%; margin-top:20px;}
.blogs { width:100%; margin:0;}
.blog .col-4:last-child .blogs { height:auto;}

.azContent { width:100%;}
.video-or-images { width:100%;}
.azContent { margin-top:25px; padding-right:0;}
.video-or-images img { width:100%;}
.aboutZigZec.aboutZigZec2 .azContent { padding-left:0;}
.formS h2 { font-size:32px;}
.pmtVideo.ptmDetails .pmtV iframe {height: 220px;}

.acomodation.news .col-4 { width:50%;}
.acomodation.news .aco {
    height: 550px;
}
.azContent h4 {margin-bottom: 15px;}
.pmtVideo h2 { font-size:32px;}
.acomodation.tring h2 { font-size:32px;}
}
@media (max-width: 960px) {
.pmtVideo .col-4 { width:50%;}
.tbB ul li {
    font-size: 15px;
}
}
@media (max-width: 900px) {
.bodyImg {
  height: 660px;
}
.bodyImg img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video iframe { height:400px !important;}
.body3 { height:auto;}

.acomodation.acomodation2 .col-6 { width:100%;}
.acomodation.acomodation2 .acoText br { display:none;}
.gal ul li {
  height: 220px;
}
.acomodation.tring .atOne {width:50%; float:left;}
.tbB { width:49%; float:left;}
}
@media (max-width: 850px) {
.acomodation .col-3 { width:50%;}
.ftVideo iframe {
    height: 220px;
}
.ftl {padding: 40px 0px 0;}
.ftl ul li p { font-size:16px;}
}
@media (max-width: 800px) {
.acomodation.news .aco {
    height: 580px;
}
.newsText {padding: 20px;}
.newsText a {font-size: 16px;}
.gal ul li {width: 29%;}
}
@media (max-width: 768px) {
.fbLeft { width:100%;}
.fbRight { width:100%;}
.socal { float:left;}
.fbRight { margin-top:0;}
.body1 { margin-top:40px;}
.body2 { padding:40px 0; margin-top:40px;}
.blog { padding:40px 0;}
.blogHeading { margin-bottom:20px;}
footer { padding-top:40px;}
#hero.innerBanner {
    height: 300px;
}
#hero.innerBanner h2 {
    font-size: 28px;
}
#hero.innerBanner .carousel-item { background-position:top right !important;}
.contect h1 { font-size:32px;}
.contect h5 { font-size:16px;}
.aboutSection2 h4 { font-size:20px;}
.aboutSection2 p { font-size:15px; line-height:26px;}

.video-or-images iframe { height:400px;}
.contect { padding:40px 0;}
.aboutSection2 {padding: 40px 0;}
.aboutZigZec {padding:40px 0;}
.formS h2 { font-size:28px;}
.sfForm h5 {font-size: 24px;}

.sf {padding: 20px 15px;}
.sf { margin-bottom:40px;}
.contectForm h4 { font-size:20px;}
.contectText h4 { font-size:20px;}
.contectText ul li { font-size:16px;}
.contectForm fieldset input { font-size:16px;}
.contectForm fieldset textarea { font-size:16px;}
.azContent h4 { font-size:18px;}
.aboutZigZec.faciletys .azContent {
    padding: 0 25px;
}
.aboutZigZec.faciletys.ft {margin-top: 40px}
.videoPage { margin-bottom:40px;}
.body3.marginParpas {margin-bottom:40px;}
.sunoff {
    font-size: 18px;
}
.pmtVideo.ptmDetails .col-6 { width:100%;}
.pmtVideo.ptmDetails .pmtV iframe {
    height: 345px;
}
.pmtVideo {margin:40px 0;}
.newsDetails h2 { font-size:18px;}
.dg h2 { font-size:32px;}

.gal ul li {width: 47%; height: 250px;}
.dg {padding:40px 0;}
.odForm h4 { font-size:22px;}
.odDetails h4 { font-size:22px;}
.pmtVideo h2 { font-size:28px;}
.acomodation.tring h2 { font-size:28px;}
}
@media (max-width: 767px) {
.subscribe { margin-top:0;}
.scb { width:100%; border-radius:0; padding:25px; height:auto;}
.subscribe .container { width:100%; padding:0; margin:0;}
.scbForm input { height:60px;}
.scbForm input.crbBtn { padding-left:0; font-size:18px;}
#hero { height:400px;}
#hero h2 { font-size:32px;}

.body1 .col-5 { width:100%;}
.bodyImg { height:800px; overflow:hidden;}
.bodyImg img { width:100%; height:auto; max-width:none;}
.body1 .col-7 { width:100%; float:left;}
.body1Content { margin-top:30px;}
.body1Content h1 { font-size:28px;}

.body3 .col-6 { width:100%;}
.videoText { padding-top:50px; text-align:center;}
.videoText a { display:inline-block; float:none;}
.blogHeading h2 { font-size:28px;}
.blogHeading h5 { font-size:20px;}
.azContent h4 { font-size:20px;}
.formS p { font-size:15px;}

.videoPage .col-6 { width:100%;}
.ftVideo iframe {
    height: 320px;
}
.ftVideo {padding: 0 0px;
    margin: 10px 0;}
.contect .col-4 { width:100%;}
.ftl {
    padding: 15px 0;
}
.sunoff { margin-top:10px;}
.ftl h6 { height:100px; line-height:100px;}
.pmtVideo.ptmDetails { margin-top:0;}
.links-l ul li a {font-size: 16px;}

.newsDetails { margin-top:15px;}
.dg h2 { font-size:28px;}
.odForm {margin-top: 10px;}
.odDetails ul li {font-size: 16px;}

.tbB h4 {height: 100px; padding-top: 30px;}

.azContent img { max-width:100%;}
iframe { width:100% !important;}

.col-4 { width:100% !important;}
.ftl h6 { font-size:20px;}
.pmtVideo.ptmDetails h2 { padding:20px 0;}
.scbForm input { font-size:15px;}
.col-6 { width:100% !important;}

.pmtVideo .row .row { padding:0; margin:0;}
.newsDetails img { height:auto !important;}
.contectForm { padding:0 20px;}
.contectText { padding:0 20px;}
}
@media (max-width: 700px) {
.video iframe {
  height: 300px !important;
}

}
@media (max-width: 640px) {
.blog .col-4 { width:100%; margin:10px 0;}
.blog .col-4 .blogs { height:auto;}
.blog .col-4:last-child { height:auto; margin-top:10px;}
footer .col-2 { width:100%;}
footer .col-4 { width:100%;}
.body1 { margin-top:30px;}
.body2 { padding:30px 0; margin-top:30px;}
.blog { padding:30px 0;}
footer { padding-top:30px;}
.footerContect h4 { margin-bottom:0;}
.quickLinks ul { margin-top:0;}
.openingTime ul { margin-top:0;}
.contect h1 { font-size:28px;}
.aboutSection2 h4 { font-size:18px;}
.video-or-images iframe { height:300px;}
.azContent h4 { font-size:18px;}
.contect { padding:30px 0;}
.aboutSection2 {padding: 30px 0;}
.aboutZigZec {padding:30px 0;}
.formS h2 { font-size:24px;}

.sfForm h5 {font-size: 20px;}
.sfForm fieldset label { font-size:17px;}
.sfForm fieldset input {font-size: 15px; font-weight: 300;}
.sf { margin-bottom:30px;}

.acomodation.acomodation2 .acoImg {
    height: 300px;
}
.acomodation.acomodation2 .aco {
    height: auto;
    padding-bottom: 35px;
}
.acomodation.acomodation2 .acoText { padding-right:15px; padding-left:15px;}
.aboutZigZec.faciletys.ft {margin-top: 30px}
.videoPage { margin-bottom:30px;}
.body3.marginParpas {margin-bottom:30px;}
.pmtVideo.ptmDetails .pmtV iframe {
    height: 300px;
}
.pmtVideo {margin:30px 0;}

.links-l ul li {width: 48%;}
.acomodation.news .col-4 {
    width: 100%;
}
.acomodation.news .aco {
    height: auto;
}
.newsText {
    padding: 25px 35px 40px;
}
.acomodation {margin-top: 0;}
.dg {padding:30px 0;}
.odForm h4 { font-size:20px;}
.pmtVideo h2 { font-size:24px;}

.pmtVideo .col-4 { width:100%;}
.stb ul { min-height:20px;}
.acomodation.tring h2 { font-size:24px;}
}
@media (max-width: 600px) {}
@media (max-width: 570px) {
.scbForm input { width:100%; height:50px;}
.scbForm input.crbBtn { width:100%; margin-top:10px;}
.bodyImg { height:500px;}

#hero.innerBanner {
    height: 250px;
}
#hero.innerBanner h2 {font-size: 22px;}
.acomodation .col-3 { width:100%;}
.sf fieldset select { width:100%; height:40px;}
.sf fieldset input.select { width:100%; height:40px; margin-top:5px;}
.sf fieldset {padding: 15px 2%;}
.sfForm { width:100%;}
.ftVideo iframe {
    height: 280px;
}
.pmtVideo.ptmDetails .pmtV iframe {
    height: 250px;
}
.dg h2 { font-size:26px;}
.acomodation.tring .atOne {width:100%;}
.acomodation.tring .atOne .aco { margin:15px 0;}

.tbB { width:99%; margin:10px 0;}
.pmtV iframe { width:100%; height:200px !important;}

}
@media (max-width: 520px) {
#hero { height:300px;}
#hero h2 { font-size:26px;}
#hero .carousel-container { left:25px;}
#hero .btn-get-started {
  padding: 10px 19px; font-size: 15px;
}
.aboutZigZec.faciletys .video-or-images iframe {
    height: 260px;
}
.gal ul li {
  width: 47%;
  height: 210px;
}

}
@media (max-width: 480px) {
#hero h2 { font-size:22px;}
.carousel-indicators { top:32%;}
.body1Content h1 { font-size:24px;}
.bodyImg { height:400px;}
.body1Content h5 {font-size: 16px;}
.blogHeading h2 { font-size:24px;}
.blogHeading h5 { font-size:18px;}

#hero.innerBanner {
    height: 200px;
}
#hero.innerBanner h2 {
    font-size: 20px; width:100%;
}
.contect h1 { font-size:24px;}
.video-or-images iframe { height:210px;}
.sf fieldset select { font-size:14px;}
.sf fieldset input.select { font-size:18px;}

.aboutZigZec.faciletys .video-or-images iframe {
    height: 226px;
}
.sunoff {
    font-size: 15px;
}
.pmtVideo.ptmDetails .pmtV iframe {
    height: 210px;
}
.links-l ul li {width: 98%;}
.gal ul li {
  width: 98%;
  height: 300px;
}
.gal ul li {margin: 5px 1%;}
}
@media (max-width: 420px) {
	
}
@media (max-width: 400px) {}