body{font-family: 'Roboto', sans-serif !important;
padding: 70px 0 0 0;
margin: 0;}

.ptb-10{ padding: 10px 0;}
.ptb-20{ padding: 20px 0;}

.text_al_center{
    text-align: center !important;
}

.margin_0{
    margin: 0 !important;
}

.w_50p{
    width: 49% !important;
}

main{}

.header{ display: none;}

.box_content{
    width: 1116px;
    margin: 0 auto;
}

.full_content {
    width: 100% !important;
    margin: 0 auto;
    position: relative;
}

.bg_color_sandal{
    background-color: #FFF6E1;
}

.bg_color_lightblue{
    background-color: #ebf2ff;
}
.bg_color_lightbrown{
    background-color: #B89C62
}
.bg_color_lightgreen{
    background-color: #EFF3DF;
}

.txt_white{
    color: #fff !important;
}

.txt_green{
    color: #87a802 !important;
}

#Home_banner{

    background: url(../img/home_banner.png) no-repeat center left; background-size: cover;
}
.home_banner{

    width: 100%;
    height: 426px;
    background: url(../img/home_banner.png) no-repeat center;
    background-size: 1366px 426px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

}
.Home_banner img{ width: 315px;}
.Home_banner p{
    margin: 0;
    padding: 25px 0;
    font-family: 'Satisfy', cursive;
    color: #FFD981;
    font-size: 16px;
}
.Home_banner a{
    border-radius: 5px;
    background: #FFD981;
    padding: 10px 15px;
    text-decoration: none;
    color: #775300;
    font-size: 14px;
    font-weight: bold;
}

.nav{
    display: flex;
    justify-content: space-between;
}

.logo_con{
    padding: 15px 0;
    
}

.logo{
    height: auto;
    width: 128px;
    vertical-align: top;
    display: flex;
}

.logo h1 {
    margin: 0;
}

.logo h1 a{
    text-decoration: none;
   
}
.logo h1 a img {
    margin: 0;
    width: 128px;
    height:65px;
}

.login {
    display: inline-table;
    vertical-align: top;
    float: right;
    height: 24px;
    width: 24px;
    padding: 20px 10px;
}

.login a{
    background: url(../img/profile_ico.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-decoration: none;
    height: 24px;
    width: 24px;
    display: flex;
   
}


.banner .carousel-inner{
    border-radius: 20px;
}

.booking_con{
    padding: 15px 0;
}

.tit_con{
    display: inline-table;
    width: 50%;
}

.title{
    display: inline-table;
    padding-right: 40px;
}

.title h1{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    margin: 0;
}

.title span{
    color: #fff;
    font-size: 14px;
}

.call_reach{
    display: inline-table;
}
.call_reach .icon{

    display: inline-table;
    height: 30px;
    width: 30px;
    padding-right: 40px;
}

.call_reach .icon img{
    height: 24px;
    width: 24px;;
}


.booking{
    display: inline-table;
    width: auto;
    float: right;
}

.Locate{
    display: inline-table;
    padding-right: 20px;
}
.Locate a img{
    width: 165px;
    height:60px;
}

.book_now{ 
    display: inline-table;
    vertical-align: top; 
}
.book_now a{
    width: 180px;
    height: 60px;
    color: #333;
    background-color: #FFC300;
    display: table;
    text-align: center;
    line-height: 55px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;

}

#nav{
    background: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    border-bottom:1px solid #E0E2E7 ;
    height: 70px;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
}

#nav nav ul {
    list-style: none;
    padding: 0;
    width: auto;
    height: 70px;
    display: flex;
    align-items: center;
    margin: 0;
  }
  
  #nav nav ul li {
    float:left;
   
    background:#fff;
    text-align: center;
    margin-left:1px;
  }
  
  #nav nav ul li:hover {
    /* background: #afd318; */
/* background: linear-gradient(0deg, rgba(175,211,24,.25) 0%, rgba(255,255,255,1) 100%); */
   color: #333;
    
  }

#nav nav ul li a{
    text-decoration: none;
    color: #343434;
    font-weight: 500;
    font-size: 14px;
    display: table;
    height: 70px;
    vertical-align: middle;
    line-height: 70px;
    padding: 0 0;
    margin: 0 26px;
    

}

#nav nav ul li a:hover{
    color: #343434;
    position: relative;
    
}
#nav nav ul li a:hover span{
    border-bottom: 4px solid #afd318;
    position: absolute;
    bottom:-4px;
    display: table;
    height: 4px;
    width: 100%;
    left: 0;
}

#nav nav ul li a.active{
    color: #000;
    position: relative;
    /* background:  rgba(175,211,24,.25); */
    /* background: linear-gradient(0deg, rgba(175,211,24,.25) 0%, rgba(255,255,255,1) 100%); */
    /* background: linear-gradient(0deg, rgba(255,195,0,1) 0%, rgba(255,255,255,1) 100%); */
}
#nav nav ul li a.active span{
    border-bottom: 4px solid #afd318;
    position: absolute;
    bottom:0;
    display: table;
    height: 4px;
    width: 100%;
    left: 0;
}

#nav nav ul li a.active span:before {
    content: '';
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #afd318;
    border-right: 5px solid transparent;
    bottom: 0px;
    left: calc(50% - 5px);
    position: absolute;
}


#pg_content{

    /* padding: 30px 0; */

}


.con_area{
    
}

.con_area p{
    vertical-align: top;
}

.con_area .con_img{
    width: 15%;
    float: left;
}
.con_area .con_img img{
    width: 90%;
    height: auto;
}
.con_area .con{
    color: #333;
    font-size: 16px;
    text-align: left;
    float: left;
    width: 80%;
    padding: 30px 0;
}


footer{
    border-top:1px solid #E0E2E7;
    background: #474747;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 270px;
}

footer ul li {
    display: inline;
    margin-right: 30px;
}

footer ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
footer ul li a:hover{
    color: #FFD981;
}

.foot_adr{ display: inline-block;
    word-break: break-word;}

    .foot_adr img{
        width: 15px;
        height: auto;
        
    }
.foot_adr .txt{
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: #333;
    display: inline-block;
    padding-left: 10px;
   
}


  .foot_adr .txt::before{
    background-image: url(../img/location_pin_ico.png);
    background-size: 14px 20px;
    display: inline-block;
    width: 14px;
    height: 20px;
    content: "";
    top: 4px;
    left: -5px;
    position: relative;
  }

.copy_right{
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    padding: 20px 0;
}


.reach_con {
    color: #333;
    font-size: 16px;
    text-align: center;
    padding: 30px 0;
}

.reach_con span{
    display: table;
    text-align: center;
    width: 100%;
}

.name_board{
    font-size: 22px;
    font-weight: bold;
    color: #1a75b1;

}

.addr{
    font-size: 16px;
}

.reach_con .tit{
    font-weight: bold;
    font-size: 18px;
    padding-top: 20px;
    
}

.reach_con a{
    font-size: 16px;
    font-weight: bold;
    color: #1a75b1;
    text-decoration: none;

}

.reach_con a i{
    color: #1a75b1;
    padding-right: 10px;
}

/* Gallery */

.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
    width: 170px;
    float: left;
    margin: 5px;
    height: 105px;
}

.portfolio-item .item .img-fluid{
    border-radius: 5px;
    height: 105px;
    width: 170px;

}

.mfp-content img.mfp-img{
    max-height: 800px !important;
}
 
/* Facilities */


table {
    border-collapse: unset !important;
    font-family: helvetica;
    caption-side: top;
    text-transform: capitalize;
    border-spacing: 10px 0 !important;
  }
  caption {
    text-align: left;
    position: fixed;
    left: 0;
    top: 0;
  }
  td,
  th {
    /* border: 1px solid; */
    padding: 10px;
    min-width: 200px;
    background: white;
    box-sizing: border-box;
    text-align: center;
  }
  
  th {
   
    /* box-shadow: 0 0 0 1px black; */
  }
  .table-container {
    position: relative;
    max-height: 300px;
    width: auto;
    overflow: scroll;
    padding: 0;
  }
  
  thead th,
  tfoot th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    background: hsl(20, 50%, 70%);
  }
  thead tr th, tfoot tr th{ border: none; text-align: center;}
  
  thead th:first-child,
  tfoot th:first-child {
    left: 0;
    z-index: 3;
  }

  thead th:first-child,
  tfoot th:first-child {
      background-color: #fff;
      border: none;
      color: #000;
  }

  tr > :first-child {
    background-color: hsl(0deg 0% 96%);
    border-top: 1px solid #fff;
    color: #000;
    font-weight: bold;
   
  }

  thead th:nth-child(2),
  tfoot th:nth-child(2) {
      background-color: #ffc107;
      border: none;
      color: #000;
  }

  tr > :nth-child(2) {
    background-color: rgba(248,148,6,.06);
    border-top: 1px solid rgba(30,30,30,.1);
    color: #000;
    font-weight: bold;
   
  }

  thead th:nth-child(3),
  tfoot th:nth-child(3) {
      background-color: #17a2b8;
      border: none;
      color: #fff;
  }

  tr > :nth-child(3) {
    background-color: rgba(1,165,219,.06);
    border-top: 1px solid rgba(1,165,219,.1);
    color: #17a2b8;
    font-weight: bold;
   
  }

  thead th:nth-child(4),
  tfoot th:nth-child(4) {
      background-color: #28a745;
      border: none;
      color: #fff;
  }

  tr > :nth-child(4) {
    background-color: rgba(132,162,0,.06);
    border-top: 1px solid rgba(132,162,0,.1);
    color: #28a745;
    font-weight: bold;
   
  }

  thead th:nth-child(5),
  tfoot th:nth-child(5) {
      background-color: #dc3545;
      border: none;
      color: #fff;
  }

  tr > :nth-child(5) {
    background-color: rgba(212,7,70,.06);
    border-top: 1px solid rgba(212,7,70,.1);
    color: #dc3545;
    font-weight: bold;
   
  }



  thead th:first-child, thead th:nth-child(2), thead th:nth-child(3),thead th:nth-child(4),thead th:nth-child(5){ border-radius: 7px 7px 0 0;}
  tfoot th:first-child, tfoot th:nth-child(2), tfoot th:nth-child(3), tfoot th:nth-child(4),  tfoot th:nth-child(5){border-radius: 0 0 7px 7px;}




  
  tfoot {
    position: -webkit-sticky;
    bottom: 0;
    z-index: 2;
  }
  
  tfoot th {
    position: sticky;
    bottom: 0;
    z-index: 2;
    background: hsl(20, 50%, 70%);
  }
  
  tfoot td:first-child {
    z-index: 3;
  }
  
  tbody {
    overflow: scroll;
    height: 200px;
    border: none;
  }
  
  /* MAKE LEFT COLUMN FIXEZ */
  tr > :first-child {
    position: -webkit-sticky;
    position: sticky;
    background: hsl(0deg 0% 96%);
    left: 0;
  }
  /* don't do this */
  tr > :first-child {
    /* box-shadow: inset 0px 1px black; */
  }


  .tariff_tit{
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: #2C699C;
      padding: 20px;
  }
  




  .welcome_txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 270px;
  }

  .txt_div_line{ 
    width: 183px;
height: auto;}

.con_div_line{ 
    width: 142px;
height: auto;
margin: 0 auto;
display: flex;}

.con_imgtop_con{
margin-bottom: 85px;
}

.con_imgtop_con img{
    height: 300px;
    width: 1116px;
}

.con_imgtop_con .tit {
    position: absolute;
    top: -25px;
    width: 395px;
    height: 50px;
    border-radius: 30px;
    background-color: #CC8F00;
    left: calc(50% - 197px);
    font-family: 'Noto Serif KR', serif;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 19px;
    color: #fff;
}
.con_imgtop_con .tit img{
    width: 325px;
}

.con_imgtop_con .txt{
    color: #775300;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding: 50px 30px 30px 30px;
    border: 1px solid #CC8F00;
    border-top: 0;
    position: relative;
}

.features_con{
    width: 100%;
    height: 500px;
    background: url(../img/features_bg.png) #1e2021 no-repeat center;
    background-size: 1366px 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.features_con .tit{
    font-family: 'Noto Serif KR', serif;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 26px;
    color: #fff;
    line-height: 45px;
}

.features_con ul{
    margin: 10px 0 0 0;
    padding: 0;
    
}
.features_con ul li{
    text-align: left;
    width: 330px;
    display: inline-block;
    width: 360px;
    height: 135px;
    vertical-align: top;
    margin: 10px 0;
}
.features_con ul li img{
    height: 47px;
    margin-bottom: 10px;
}
.features_con ul li h3{
    font-weight: bold;
    font-size: 16px;
    color: #FFD981;
    margin:0 0 5px 0;
}
.features_con ul li p{
    font-weight:200;
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 20px;
}

.con_tit_txt_img{

    padding: 65px 0 85px 0;

}

.con_tit_txt_img .tit{
    font-family: 'Noto Serif KR', serif;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 26px;
    color: #CC8F00;
    margin-bottom: 65px;
}

.con_tit_txt_img .txt_area{

}

.con_tit_txt_img .txt_area .txt{
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.txt_area .txt .tit{
    font-family: 'Noto Serif KR', serif;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: left;
    font-size: 26px;
    color: #CC8F00;
    margin-bottom: 0;
}
.con_tit_txt_img .txt_area .txt P{
    color: #775300;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
    padding: 0 20px;
}
.con_tit_txt_img .txt_area .img{
    display: inline-block;
    width: 59%;
    vertical-align: top;
}

.con_tit_txt_img .txt_area .img img{
    width: 100%;
}

.content_bg_back{
    height: 265px;
    width: 100%;
    position: absolute;
    top: calc(50% - 130px);
    z-index: -1;
}

.content_wh_box{
    background: #fff;
    box-shadow: 0px 3px 15px #0000001a;
}

.content_box_halt{
    width: 45%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
}


.inner_con_tit_txt_img {
    padding: 35px 0;
}

.inner_con_tit_txt_img .txt_area{}

.inner_con_tit_txt_img .txt_area .img {
    display: inline-block;
    width: 59%;
    vertical-align: top;
}
.inner_con_tit_txt_img .txt_area .img img {
    width: 100%;
}


.inner_con_tit_txt_img .txt_area .txt {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.inner_con_tit_txt_img .txt_area .txt P {
    color: #5B5B5B;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 15px 20px;
}

#villa_santorini_banner {
    background: url(../img/villa_santorini.png) no-repeat center left;
    background-size: cover;
}


.villa_santorini_banner {
    width: 100%;
    height: 310px;
    background: url(../img/villa_santorini.png) no-repeat center;
    background-size: 1366px 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.villa_santorini_banner  h3{
    font-family: 'Noto Serif KR', serif;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 0;
}
.villa_santorini_banner  h2{
    font-family: 'Noto Serif KR', serif;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 32px;
    color: #ffcb02;
    margin: 0;
    text-transform: uppercase;
}

.salient_attri_con_area{
    padding-bottom: 40px;
}

.salient_attri_con_area .tit {
    font-family: 'Noto Serif KR', serif;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 26px;
    color: #3d609c;
    margin-bottom: 0;
}

.salient_attri_con_area ul{

    padding: 20px 20px 0 20px;

}

.salient_attri_con_area ul li{
    font-size: 12px;
    color: #5B5B5B;
    padding: 0 0 20px 20px;
    position: relative;
    list-style: none;
}

.salient_attri_con_area ul li:before {
    content: '';
   background: url(../img/SALIENT_ico.png) no-repeat left;
   top: 0px;
    left: 0;
    position: absolute;
    height: 14px;
    width: 13px;
    background-size: contain;}

.green ul li:before {
    content: '';
   background: url(../img/green_ico.png) no-repeat left !important;
   background-size: contain !important;}

    .amenities_con{
        width: 100%;
        height: 580px;
        background: url(../img/AMENITIES_bg.png) #040505 no-repeat center;
        background-size: 1366px 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
    
    .amenities_con .tit{
        font-family: 'Noto Serif KR', serif;
        font-weight: 300;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 26px;
        color: #fff;
        line-height: 45px;
        text-transform: uppercase;
    }
    .amenities_con .txt_div_line {
        width: 145px;
        height: auto;
    }
    
    .amenities_con ul{
        margin: 10px 0 0 0;
        padding: 0;
        
    }
    .amenities_con ul li{
        text-align: left;
        display: inline-block;
        width: 220px;
        height: 80px;
        vertical-align: top;
        margin: 25px 0;
    }
    .amenities_con ul li img{
        height: 47px;
        margin-bottom: 10px;
    }
    .amenities_con ul li h3{
        font-weight: normal;
        font-size: 14px;
        color: #FFD981;
        margin:0 0 5px 0;
    }

    .aboutus .tit{
        font-family: 'Noto Serif KR', serif;
        font-weight: 300;
        display: flex;
        flex-direction: column;
        justify-content: left;
        text-align: left;
        font-size: 26px;
        color: #CC8F00;
        margin-bottom: 0;
}

.aboutus .con_div_line {
    width: 115px;
    height: auto;
    margin: 0;
    display: flex;
}
.aboutus p{padding: 15px 20px 15px 0 !important;}

.vision_con{
    width: 100%;
    height: 305px;
    background: url(../img/AMENITIES_bg.png) #040505 no-repeat center;
    background-size: 1366px 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.vision_con .tit{
    font-family: 'Noto Serif KR', serif;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 26px;
    color: #fff;
    line-height: 45px;
    text-transform: uppercase;
}
.vision_con .txt_div_line {
    width: 145px;
    height: auto;
}
.vision_con p{
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.contact_us{
    padding: 50px 0 0 0;
}

.contact_us .txt_area .img img {
    width: 375px !important;
}

.contact_us .txt_area{
    
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact_us .txt_area .txt p{
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    width: 280px;
    padding: 18px 18px 18px 60px;
    text-align: left;
    margin: 18px 0;
    position: relative;
}
.contact_us .txt_area .txt p a{
    text-decoration: none;
    font-size: 14px;
    color: #5B5B5B;
    font-weight: 500;
}

.contact_us_line {
    width: 100%;
    height: 42px;
    background: url(../img/contact_us_line.png) no-repeat center;
    background-size: 1366px 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-bottom: 50px;
}

.phone{
    background: url(../img/phone_ico.png) no-repeat left;
    background-size: 17px;
    position: absolute;
    height: 17px;
    width: 17px;
    left: 35px;
    top: 22px;

}

.mail{
    background: url(../img/mail_ico.png) no-repeat left;
    background-size: 17px;
    position: absolute;
    height: 17px;
    width: 17px;
    left: 35px;
    top: 22px;

}

.address{
    background: url(../img/address_ico.png) no-repeat left;
    background-size: 17px;
    position: absolute;
    height: 24px;
    width: 17px;
    left: 35px;
    top: 22px;
    padding-left: 24px;
    font-weight: 500;
}

.photo_gallery{}

.photo_gallery .tit{
    font-family: 'Noto Serif KR', serif;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 26px;
    color: #CC8F00;
    margin-bottom: 50px;
}

  /* Tab */
  .gallery_warpper{
    display:flex;
    flex-direction: column;
    align-items: center;
  }
  .tab{
    cursor: pointer;
    padding:10px 20px;
    margin:0px 5px;
    background:rgb(255, 255, 255);
    display:inline-block;
    color:#CC8F00;
    border-radius:30px;
    border: 1px solid #D4D4D4;
    font-size: 14px;

  }
  .panels{
    background:#fffffff6;
    min-height:200px;
    width:100%;
    overflow:hidden;
    padding:45px 20px 0 20px;  
  }
  .panel{
    display:none;
    animation: fadein .8s;
    margin: 0 auto;
  }
  @keyframes fadein {
      from {
          opacity:0;
      }
      to {
          opacity:1;
      }
  }
  .panel-title{
    font-size:1.5em;
    font-weight:bold
  }
  .radio{
    display:none;
  }
  #one:checked ~ .panels #one-panel,
  #two:checked ~ .panels #two-panel,
  #three:checked ~ .panels #three-panel{
    display:block
  }
  #one:checked ~ .tabs #one-tab,
  #two:checked ~ .tabs #two-tab,
  #three:checked ~ .tabs #three-tab{
    background: #775300;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #775300;
  }

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

    .box_content{ width: 90%;}
    .con_imgtop_con img {    width: 100%;
        height: 200px;}
    .con_tit_txt_img .txt_area .txt{width: 100%;}

    .con_imgtop_con .tit {
        width: 330px;
        left: calc(50% - 165px);
        font-size: 15px;
        height: 40px;
        font-weight: 500;
    }
    .features_con {
        width: 100%;
        height: auto;
        background-size: cover;
        padding: 20px 0;}

        .features_con .tit {
            font-size: 20px;
    line-height: 30px;
        }
        .features_con ul li {
            width: 160px;
            height: auto;
            margin: 10px 0 20px 0;
        }

        .features_con ul li img {
            height: 40px;
            margin-bottom: 10px;
        }
        .features_con ul li h3 {
            font-weight: bold;
            font-size: 14px;
            color: #FFD981;
            margin: 0;
        }
        .features_con ul li p {
            font-weight: 200;
            font-size: 13px;
            color: #fff;
            margin: 0;
            line-height: 16px;
            padding-right: 10px;
        }

        .con_tit_txt_img {
            padding: 20px 0;
        }
        .con_tit_txt_img .tit {    margin-bottom: 20px;     font-size: 22px;}

        .con_tit_txt_img .txt_area .img {
            width: 100%;
            margin-top: 25px;
        }

        .tab {
            
            padding: 10px 14px;
            margin: 0px 3px;
           
            font-size: 12px;
            font-weight: bold;
        }

        .portfolio-item .item {
            width: 160px;
            float: left;
            margin: 5px;
            height: 95px;
        }
        .portfolio-item .item .img-fluid {
            border-radius: 5px;
            height: 95px;
            width: 160px;
        }
   
    .panels{    padding: 25px 0;}
    .panels .panel{   
         margin: 0 auto;
        width: 360px;}

        .Home_banner p {    width: 80%;}
        .welcome_txt { height: 200px;}


        .inner_con_tit_txt_img .txt_area .img {
            display: inline-block;
            width: 100%;
            vertical-align: top;
        }
        .inner_con_tit_txt_img .txt_area .txt {
            width: 100%;}

            .amenities_con {
                width: 100%;
                height: auto;
                background-size: cover;}
                .amenities_con .tit {
                    padding-top: 20px;
                    font-size: 22px;}

                .amenities_con ul {
                    margin: 10px 0 20px 0;}
                    .amenities_con ul li {
                        width: 30%;
                        height: 80px;
                        margin: 25px 1%;
                    }
                    .amenities_con ul li img {
                        height: 35px;
                        width: 40px;
                        margin-bottom: 8px;
                    }
                    .amenities_con ul li h3 {
                        width: 80%;
                    }
                    .content_box_halt {
                        width: 94%;
                        margin: 0 2%;
                        display: block;
                        vertical-align: top;
                    }
                    .salient_attri_con_area .tit {
                        font-size: 22px;
    line-height: 28px;

                    }
                    .bg_color_sandal {
                        background-color: #FFF6E1;
                        padding-bottom: 30px;
                    }
        footer {height: 70px;}

    footer ul{ padding: 0; display: none;}

    .w_50p {
        width: 100% !important;
    }
    .contact_us .txt_area .img img {
        width: 80% !important;
        height: auto;
        padding-bottom: 20px;
    }
    .contact_us .txt_area .txt p {
        width: auto;}
        .aboutus .tit {
            text-align: center;}
            .aboutus .con_div_line {
                margin: 0 auto;}
                .aboutus p {
                    padding: 15px 20px !important;
                }

/* header */

.header {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    position: fixed;
    width: 100%;
    z-index: 3;
    top: 0;
    display: block;
  }
  
  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
  }

  .header li { border-top: 1px solid #e8e8e8;}
  
  .header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
    color: #343434;
    font-weight: 500;
    font-size: 14px;
  }
  
  .header li a:hover,
  .header .menu-btn:hover {
    background-color: #f4f4f4;
  }
  
  .header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
  }
  
  /* menu */
  
  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }

    /* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 40px 30px;
    position: relative;
    user-select: none;
  }
  
  .header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  
  .header .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
    display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
    max-height: 290px;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }

  #nav{ display: none;}


  .mfp-container {
    position: fixed !important;}


  }