body{
  padding: 0;
  margin: 0;
}
.container {
    width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 0;
}
.help-area .container , .header-area .container{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 0;
}
.header-area{
  width: 100%;
  display: inline-block;
  background: #f2f2f2;
  padding: 12px 0;
}
.menu-area{
  width: 33.33%;
}
.logo-area{
  width: 33.33%;
}
.social-media-header {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#top , #footer-outer , #header-space{
  display: none!important;
}
.logo-area{
  text-align: center;
}
.logo-area img {
    width: 180px;
}
.social-media-header a {
    border: 1px solid #296989;
    width: 32px;
    height: 32px;
    color: #296989;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}
.banner-area {
    width: 100%;
    display: block;
    position: relative;
}
.banner-area:after{
  position: absolute;
  width: 100%;
  height: 99.5%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  content: '';
}
.banner-area .container {
    position: absolute;
    left: 50%;
    top: 150px;
    transform: translateX(-50%);
    z-index: 9;
    text-align: center;
    /*width: auto;*/
}
.banner-area input[type=date] , .banner-area select{
  background: #fff!important;
  border-radius: 30px;
}




.banner-text h2 {
    color: #fff;
    font-weight: 500;
    font-size: 50px;
    max-width: 500px;
    line-height: 90px;
    text-align: center;
    margin: 0 auto;
}
.book-now{
  position: fixed;
  top: 220px;
  z-index: 9999;
  right: 50px;
}
.book-now a {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #296989;
    background-color: #f2f2f2;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 30px 10px 30px;
}
.help-area{
   width: 100%;
   display: flex;
   background: #f2f2f2;
   padding: 60px 0;
}
.we-help-area {
    width: 35%;
    color: #296989;
    font-family: 'Open Sans';
    font-size: 36px;
    font-weight: 700;
    line-height: 60px;
}
.we-help-area1 {
    width: 65%;
}
.we-help-area1 p{
  color: #296989;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 1px;
}
.we-help-area1 a {
    font-family: "Knockout", Sans-serif;
    letter-spacing: 2.6px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #296989;
    border-radius: 50px 50px 50px 50px;
    padding: 5px 20px;
}
.mainslider {
    display: inline-block;
    width: 100%;
    margin: 100px 0 50px;
}
.mainslider img{
  height: 400px!important;
  object-fit: cover;
}
.mainslider img , .room-section-right img{
  width: 100%;
}
.mainslider .flex-control-nav{
  display: none;
}
.mainslider .carousel li {
    margin-right: 0;
    display: block;
}
.banner-area video{
  visibility: visible;
}
.home-about-section{
  width: 100%;
  display: inline-block;
  padding:  100px 0 0;
}
.home-about-section h2{
    color: #296989;
    font-family: 'Open Sans';
    font-size: 38px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.banner-frm-section .banner-sub-button{
    font-family: 'Open Sans';
    font-size: 18px!important;
    font-weight: 600!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #296989;
    background-color: #f2f2f2!important;
    border-radius: 50px 50px 50px 50px!important;
    padding: 13px 30px 13px 30px;
}
.home-about-section h2 span{
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
}
.home-about-s-1{
  width: 50%;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 1px;
  padding: 15px;
}
.home-about-s{
  width: 100%;
  display: flex;
}

.room-section{
  width: 100%;
  display: inline-block;
  padding: 0 0 100px 0;
}
.room-section .flex-direction-nav{
   display: none;
}
.room-section-text{
  width: 100%;
}
.room-section .container{
  display: flex;
}
.room-section-text-left h2{
  color: #296989;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}
.room-section-text-left h3{
  color: #296989;
  font-size: 20px;
  font-weight: 700;
  font-family: 'lmromandunh10-regula' !important;
  line-height: 40px;
}
.room-section-text-left p{
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
.room-section-text-left ul{
  padding: 0;
  margin: 0 20px 15px;
  display: inline-block;
  width: 100%;
}
.room-section-text-left li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 25px;
    width: 50%;
    float: left;
}
.room-section-text-left a{
    font-family: "Knockout", Sans-serif;
    letter-spacing: 2.6px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #f2f2f2;
    border-radius: 50px 50px 50px 50px;
    padding: 6px 20px;
    font-size: 14px;
}
.room-section-text-left , .room-section-right{
  width: 50%;
  position: relative;
}
.flexslider2{
  position: relative;
}
.room-section .flex-control-nav {
    bottom: 30px;
    display: block;
}
.dis-but{
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 40px 0 0;
}
.dis-but a{
    font-family: "Knockout", Sans-serif;
    letter-spacing: 2.6px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #296989;
    border-radius: 50px 50px 50px 50px;
    padding: 6px 20px;
    font-size: 14px;
}
.mainslider .flex-direction-nav {
    width: 96%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}
.footer-area{
    width: 100%;
    display: inline-block;
    background: #296989;
    padding: 60px 0 0;
}
.footer-area-section{
  width: 100%;
  display: inline-block;
}
.footer-area-section{
  width: 100%;
  display: flex;
  margin-bottom: 50px;
  color: #fff;
}
.footer-area-section:last-child{
  margin-bottom: 0;
}
.footer-area-section1 , .footer-area-section2 , .footer-area-section3 , .footer-area-section4 , .footer-area-section5 , .footer-area-section6{
  width: 33.33%;
}
.footer-area-section2{
  width: 100%;
}
.footer-area-section4 p{
  padding-bottom: 5px;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
.footer-area-section6{
  text-align: right;
}
.footer-area-section5{
  text-align: center;
}
.footer-area-section5 a{
    font-family: "Lydian BT", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #f2f2f2;
    padding: 10px 20px;
    border-radius: 20px;
    color: #296989;
}
.footer-area-section2 img{
  width: 350px;
  margin: 0 auto;
  display: block;
}
.social-media-footer a{
    border: 1px solid #f2f2f2;
    width: 32px;
    height: 32px;
    color: #f2f2f2;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}
.social-media-footer {
    width: 100%;
    display: flex;
    align-items: center;
}
.footer-area-section2 ul {
    padding: 0;
    margin: 50px auto 0;
    max-width: 400px;
}
.footer-area-section2 li {
    display: inline-block;
    width: 49%;
}
.footer-area-section2 li a{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    line-height: 25px;
    display: block;
}
.footer-area-section2 li:nth-child(2n){
  text-align: right;
}
.footer-area-section2 li a:hover{
  color: #f2f2f2;
}


.footer-area-section3 ul {
    padding: 0;
    margin:0;
}
.footer-area-section3 li {
    display: block;
}
.footer-area-section3 li a{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    line-height: 25px;
    display: block;
    text-align: right;
}
.footer-area-section3 li a:hover{
  color: #f2f2f2;
}
.footer-area-section3 span {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 35px;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    text-align: right;
    position: relative;
    right: -35px;
}
.copy-area{
  width: 100%;
  display: inline-block;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  border-top: 1px solid #fff;
  color: #fff;
  letter-spacing: 1px;
  padding: 15px 0;
}
.banner-area img {
    width: 100%;
    object-fit: cover;
    height: 600px;
}
.language-area{
  width: 100%;
  display: inline-block;
  margin-top: 50px;
}
.book-now-area {
    width: 100%;
    display: inline-block;
    margin-top: 70px;
}
.book-now-area a{
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  color: #296989;
  background-color: #f2f2f2;
  border-radius: 50px 50px 50px 50px;
  padding: 10px 30px 10px 30px;
}





/****menu****/
.dgmenuwrap{position:relative; z-index:9999; width:100%; background:transparent;}
.dgnav{padding:0; margin:0;}
ul.menu {list-style:none; margin:0; padding:0; text-align:left;}
ul.menu * {margin:0; padding:0}
ul.menu a {font-size: 14px; letter-spacing: normal; letter-spacing: 1px; border-radius: 40px; font-weight: 500; text-decoration: none; color:#03261F;  padding:10px; display:block; transition:all 0.4s; -moz-transition:all 0.4s; -webkit-transition:all 0.4s; -o-transition:all 0.4s; position:relative;}
ul.menu a:hover, ul.menu a.current{color:#fff; border-radius: 40px; text-decoration:none; background: #f2f2f2; color: #03261F;; }
ul.menu>li {position:relative; margin-right: 13px; float:left; font-family: 'Open Sans'; font-size:16px; color:#03261F; display:block; line-height:normal; font-weight:400;}
ul.menu ul {position:absolute; top:100%; left:0; display:none; opacity:0; list-style:none; width:190px; background:#03261F; /*border:1px solid #0F012D;*/}
ul.menu ul li {font-family: 'Open Sans'; position:relative; margin:0; float:none; font-size:14px; padding:0; text-align:left; font-weight:400;}
ul.menu ul li a {display:block; padding:5px 10px; font-size: 16px; text-decoration: none; color:#B596F2!important; border:none; border-radius:0; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-property: color, background-color; transition-property: color, background-color;}
ul.menu ul li a:hover {border:none; color:#03261F!important;}
ul.menu ul ul {top: 0; left: 100%;}
ul.menu .menulink {}
ul.menu .menulink:hover, ul.menu .menuhover {color:#B596F2; text-decoration:none;}
.menu {
    float: right;
    position: fixed;
    left: 0;
    width: 33.33%!important;
    height: 100%;
    top: 0;
}
.mean-container .mean-nav ul{
  text-align: center;
  background: #296989;
}
.menu-logo {
    width: 200px;
    padding: 20px!important;
}
.menu-logo img{
  width: 100%;
}
.mean-container a.meanmenu-reveal.meanclose {
    z-index: 99999;
    right: 50px;
    font-size: 24px!important;
    color: #fff!important;
}
.menu-bottom {
    width: 100%;
    display: flex;
    border-top: 1px solid #fff;
    color: #fff;
    padding-top: 14px!important;
    position: absolute;
    bottom: 14px;
}
.menu-area .social-media-menu{
  width: 50%;
  display: flex;
  align-items: center;
}
.menu-area .social-media-menu a {
    border: 1px solid #f2f2f2;
    width: 14px;
    height: 8px;
    color: #f2f2f2;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    font-size: 18px;
}
.menu-number {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: #fff;
    width: 50%;
    padding-right: 15px!important;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}




.service-panel {
    text-align: center;
    background: #f0f0f0;
    padding-bottom: 40px;
    width: 100%;
    margin: 0 auto 30px;
}
.innerpagehere .service-panel{
  padding-bottom: 0;
}
.innerpagehere .service-panel h4 {
    margin-bottom: 0;
    margin-top: 0;
    height: auto;
    padding-bottom: 35px;
}
.service-panel img {
    width: 100%;
    height: 272px;
    object-fit: cover;
    transition: transform .2s;
}
.innerpagehere .service-panel img {
    object-fit: contain;
}

.service-item img:hover{
  transform: scale(1.2);
}
.service-area .row{
  display: flex;
  justify-content: center;
}

.service-area h4 {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
    overflow: hidden;
    height: 72px;
}
.service-area p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    max-width: 750px;
    height: 48px;
    overflow: hidden;
}
.service-des-sec {
    width: 85%;
    margin: 0 auto;
}
.service-item {
    margin-bottom: 35px;
    overflow: hidden;
}
.readmore-area a {
    background: #fff;
    padding: 14px 15px;
    color: #000;
    text-align: left;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
}
.readmore-area a img {
    float: right;
    width: 20px;
    height: auto;
}
.readmore-area a:hover img {
    filter: invert(1);
}
.readmore-area a:hover {
    background: #000;
    color: #fff;
}
.readmore-area {
    width: 100%;
    display: inline-block;
    margin-top: 35px;
}

.service-area .row{
  margin: 0 -15px;
}

.service-panel {
    width: 100%;
}
.service-panel-main{
  width: 33.33%;
  padding: 0 15px;
  float: left;
}

.service-area{
  width: 100%;
  display: inline-block;
  padding-bottom: 100px;
}
.banner-frm-section .row {
    display: flex;
    justify-content: center;
}
.banner-frm-section label {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    width: 190px;
}
.frm-panel-banner {
    display: flex;
    width: 25%;
    padding: 0 15px;
    align-items: center;
}
.banner-frm-section{
  width: 100%;
  display: inline-block;
  margin-top: 100px;
}

.sample-about-section{
  width: 100%;
  display: inline-block;
  padding: 60px 0;
}
.sample-about-section p {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}
.sample-slider-area{
  width: 100%;
  display: inline-block;
  padding: 0 0 100px 0;
}
.mean-container .mean-bar:nth-child(2){
  display: none;
}
.sample-slider-area .owl-nav{
  display: none;
}
.sample-slider-area .owl-carousel button.owl-dot{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f2f2f2;
  margin: 0 7px;
  text-align: center;
}
.sample-slider-area .owl-carousel button.owl-dot.active{
  background: #296989;
}
.sample-slider-area .owl-dots{
  text-align: center;
  margin-top: 15px;
}

.sample-about-section h2 {
  color: #296989;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}
.sample-about-section li{
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
}
.packagegallery{
  width: 100%;
  display: flex;
  gap:10px;
  flex-wrap: wrap;
}
.packagegallery img {
  width: 32.7%;
  object-fit: cover;
  height: 300px;
}





@media only screen and (min-width: 1600px) {

  
  
}

@media only screen and (min-width: 1200px) and (max-width : 1599px) {


  
  

    
}

@media only screen and (min-width: 1200px) {







}

@media only screen and (min-width: 992px) and (max-width : 1199px) {


.packagegallery{
  gap:9px;
}

.help-area .container, .header-area .container {
  width: 100%;
  padding: 0 30px;
} 
.container {
  width: 100%;
  padding: 0 30px;
}
.we-help-area1 {
  padding-left: 50px;
}
.mean-container a.meanmenu-reveal.meanclose {
  right: 30px;
}
.banner-area img {
    object-fit: cover;
}




}

@media only screen and (min-width: 768px) and (max-width: 991px) {
     



.home-about-s-1 {
    width: 100%;
}
.home-about-s {
    flex-direction: column;
}
.service-panel-main {
    width: 100%;
}
.help-area .container{
    flex-direction: column;
}
.we-help-area1 , .we-help-area {
    width: 100%;
    text-align: center;
}
.we-help-area {
    font-size: 36px;
    margin-bottom: 10px;
}
.logo-area img {
    width: 116px;
}
.help-area{
  padding: 30px 0 50px;
}
.service-area{
  padding-bottom: 30px;
}
.flexslider{
  margin-bottom: 0;
}
.home-about-section {
    padding: 30px 0 0;
}
.mainslider {
    margin: 50px 0 30px 0;
}
.home-about-section h2 {
    line-height: 60px;
    margin-bottom: 10px;
}
.home-about-section h2 span {
    margin-bottom: 0px;
}
.banner-text h2 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 30px;
}
.banner-area img {
    object-fit: cover;
}
.banner-frm-section .row {
    flex-direction: column;
}
.frm-panel-banner {
    width: 100%;
    margin: 5px 0;
}
.banner-frm-section {
    margin-top: 70px;
}
.banner-area .container {
    top: 40px;
}
.frm-panel-banner-button{
  margin-top: 20px;
}
.book-now {
    top: 90px;
    right: 10px;
}
.footer-area-section {
    margin-bottom: 30px;
    flex-direction: column;
}
.footer-area-section1, .footer-area-section2, .footer-area-section3, .footer-area-section4, .footer-area-section5, .footer-area-section6 {
    width: 100%;
}
.footer-area-section3 li a , .footer-area-section4 {
    text-align: center;
}
.footer-area-section3 span {
      text-align: center;
      margin-top: 30px;
      right: -15px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

.social-media-footer a {
    margin: 0 5px;
}
.gtranslate_wrapper{
  text-align: center;
}
.footer-area{
  padding-top: 60px;
}
.footer-area-section5 a {
    margin: 20px 0;
    display: block;
}
.footer-area-section6 {
    text-align: center;
}
.footer-area-section2 img {
    width: 250px;
    margin: 30px auto 0;
}
.language-area {
    margin-top: 20px;
}
.social-media-footer {
    justify-content: center;
}
.menu {
    width: 43%!important;
}
.menu-area {
    z-index: 999999;
}
.menu-logo {
    width: 160px;
}
.header-area {
    z-index: 99999;
    position: relative;
}
.mean-container a.meanmenu-reveal {
  padding: 10px 0 0;
}
.menu-area {
    width: 33.33%;
}
.logo-area {
    width: 33.33%;
}
.social-media-header {
    width: 33.33%;
}
.mean-container a.meanmenu-reveal.meanclose {
    right: 0;
}
.social-media-header a {
    border: none; 
    width: auto;
}
.book-now-area {
    margin-top: 20px;
}
.inner-banner-area .container {
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.banner-area.inner-banner-area img {
    width: 100%;
    height: 300px;
}

.inner-banner-area .banner-text h2 {
    font-size: 36px;
}
.banner-area .container {
    top: 0;
    position: relative;
    left: 0;
    transform: translateX(0);
}
.banner-area{
  padding-bottom: 50px;
}
.packagegallery{
  gap:15px;
  flex-wrap: wrap;
}
.packagegallery img {
  width: 100%;
}




}

@media only screen and (max-width: 767px) {


.packagegallery{
  gap:15px;
  flex-wrap: wrap;
}
.packagegallery img {
  width: 100%;
}


.banner-area img {
    object-fit: cover;
}
.banner-text h2 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 25px;
}
.banner-area{
  padding-bottom: 50px;
}
.sample-about-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.sample-about-section {
    padding: 30px 0;
}
.sample-slider-area{
  padding-bottom: 50px;
}
.home-about-s-1 {
    width: 100%;
}
.home-about-s {
    flex-direction: column;
}
.service-panel-main {
    width: 100%;
}
.help-area .container{
    flex-direction: column;
}
.we-help-area1 , .we-help-area {
    width: 100%;
    text-align: center;
}
.we-help-area {
    line-height: 42px;
}
.we-help-area {
    font-size: 36px;
    margin-bottom: 10px;
}
.logo-area img {
    width: 116px;
}
.help-area{
  padding: 30px 0 50px;
}
.service-area{
  padding-bottom: 30px;
}
.flexslider{
  margin-bottom: 0;
}
.home-about-section {
    padding: 30px 0 0;
}
.mainslider {
    margin: 50px 0 30px 0;
}
.home-about-section h2 {
    line-height: 60px;
    margin-bottom: 10px;
}
.home-about-section h2 span {
    margin-bottom: 0px;
}

.banner-frm-section .row {
    flex-direction: column;
}
.frm-panel-banner {
    width: 100%;
    margin: 5px 0;
}
.banner-frm-section {
    margin-top: 30px;
}

.banner-area .container {
    top: 0;
    position: relative;
    left: 0;
    transform: translateX(0);
}


.frm-panel-banner-button{
  margin-top: 20px;
}
.book-now {
    top: 90px;
    right: 10px;
}
.footer-area-section {
    margin-bottom: 30px;
    flex-direction: column;
}
.footer-area-section1, .footer-area-section2, .footer-area-section3, .footer-area-section4, .footer-area-section5, .footer-area-section6 {
    width: 100%;
    position: relative;
}
.footer-area-section3 li a , .footer-area-section4 {
    text-align: center;
}
.footer-area-section3 span {
      text-align: center;
      margin-top: 30px;
      right: -15px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

.social-media-footer a {
    margin: 0 5px;
}
.footer-area{
  padding-top: 60px;
}
.footer-area-section5 a {
    margin: 20px 0;
    display: block;
}
.footer-area-section6 {
    text-align: center;
}
.footer-area-section2 img {
    width: 250px;
    margin: 30px auto 0;
}
.language-area {
    margin-top: 20px;
}
.social-media-footer {
    justify-content: center;
}
.menu {
    width: 70%!important;
}
.menu-area {
    z-index: 999999;
}
.menu-logo {
    width: 160px;
}
.header-area {
    z-index: 99999;
    position: relative;
}
.mean-container a.meanmenu-reveal {
  padding: 10px 0 0;
}
.menu-area {
    width: 33.33%;
}
.logo-area {
    width: 33.33%;
}
.social-media-header {
    width: 33.33%;
}
.mean-container a.meanmenu-reveal.meanclose {
    right: -140px;
}
.social-media-header a {
    border: none; 
    width: auto;
}
.book-now-area {
    margin-top: 40px;
}
.inner-banner-area .container {
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.banner-area.inner-banner-area img {
    width: 100%;
    height: 300px;
}
.inner-banner-area .banner-text h2 {
    font-size: 36px;
}
.page-id-9746 .service-area .row {
    flex-direction: column;
}
.page-id-9746 .help-area { display:none; }


}

@media only screen and (min-width: 640px) and (max-width: 767px) {

.menu {
    width: 450px!important;
}


}

@media only screen and (min-width: 480px) and (max-width: 639px) {





  
}

@media only screen and (max-width: 479px) {


.mean-container a.meanmenu-reveal.meanclose {
    right: -150px;
}
.menu {
    width: 80%!important;
}

  
}