
@font-face {
  font-family: 'kanit';
  src: url('../font/kanit/kanit-light.otf');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'kanit-bold';
  src: url('../font/kanit/kanit-bold.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Marcellus-Regular';
  src: url('../font/Marcellus-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}


body{
	background-color: #fff;
	font-family: Marcellus-Regular,sans-serif;
}

.pad-0{
	padding: 0;
}

.header{
	padding: 0;
	background-color: #fff;
}


.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  padding: 20px 15px 15px;
  width: 100%;
}
.mega-dropdown .row{
  width: 100%;
}

.menu-bar{
	position: absolute;
	font-family: Marcellus-Regular,sans-serif;
	font-size: 22px;
	display: inline-block;
	color: #444;
	margin-top: 35px;
}

.menu-bar:hover{
	color: #222;	
}

.header ul{
	margin: 0;
	padding: 0;
}

.header ul li a{
	color: #444;
	padding: 0 0px;
}

.menu{
	position: absolute;
	z-index: 99;
	background-color: #fff;
	width: 100%;
	max-width: 100%;
	text-align: left;

}

h1, h2, h3, h4, h5, h6{
	font-family: Marcellus-Regular;
}


.alertMessages{
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 9;
  background-color: #069;
  color: #fff;
  padding: 10px;
  border-radius: 20px 0 0 20px;
}

.alertMessagesError{
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 9;
  background-color: #ffc107;
  border: 2px solid #ffc107;
  color: #444;
  padding: 10px;
  border-radius: 20px 0 0 20px;
}

.enquryBtn{
  float: right !important;
}

.header-top{
  padding: 5px 0;
  background-color: #444; 
}
.header-top ul{
  margin: 0;
}

.header-top ul a{
  color: #fff;
  text-decoration: none;
}

.header-top ul a:hover{
  color: #fafafa;
}

.header-top .text-right ul a{
  border: 1px solid #fff;
  padding: 3px 10px;
  border-radius: 6px;
}

.header-top .text-right ul a:hover{
  border: 1px solid #444;
  background-color: #fff;
  color: #444;
  transition: all 2s;
}

.header-middle{
  padding: 20px 0;
  vertical-align: middle;
}

.logo{
  text-align: center;
  width: 100%;
}

.logo img{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.logo1 img{
  width: 110px;
  height: 40px;
}


.header-middle form{
  display: inline-block;
  width: 100%;
  padding: 8px 0 0 0;
}

.header-middle form input{
  display: inline-block;
  width: 59%;
  border: 2px solid #069;
  vertical-align: middle;
}
.header-middle form select{
  display: inline-block;
  width: 30%;
  border: 2px solid #069;
}
.header-middle form button{
  display: inline-block;
  width: 8.5%;
  border: 2px solid #069;
  background-color: #069;
}

.header-middle .text-right{
  padding: 12px 15px 0 0;
}

.header-middle .text-right a{
  display: inline-block;
  border: 2px solid #069;
  background-color: #069;
}
/*===== SLIDER ==============*/
.swiper-container {
  height: calc(80vh - 120px);
  margin: 60px;
}
              
.swiper-slide {
  overflow: hidden;
}
              
.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.slide-inner img{
  display:block;
  width:100%;
  height: 100%;
}
.copy {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  letter-spacing: 0.06em;
}

/*======== SLIDER #END -========*/

.section1{
  padding: 10px 0;
  background-color: #069;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.section1 i{
  font-size: 32px;
  color: #efefef;
}

.country-home{
  text-align: center;
  padding: 60px 0;
}

.country-home .card{
  left: 0;
  top: 0;
  position: relative;
  overflow: hidden;
  margin-top:30px;
  margin-bottom: 10px;
}

.country-home .card img{
  width: 100%;
  height: 220px;
  padding: 4px;
    -webkit-transition: 0.6s ease;
        transition: 0.6s ease;
}

.country-home img:hover{
      -webkit-transform: scale(1.2);
        transform: scale(1.2);

}
.country-home .card h5{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-weight: bold;
}

.country-home a{
  color: #fff;
}

.blog-heading{
  color: #069 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}
.blog-heading:hover{
  color: #444 !important;
  text-decoration: none;
}

.top-deals{
    padding: 60px 0;
    background-color: #fafafa;
    text-align: center; 
}


#pinBoot {
  position: relative;
  max-width: 100%;
  width: 100%;
}
#pinBoot img {
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
  /*margin-bottom: 15px;*/
}
.white-panel {
  position: absolute;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 10px;
  overflow: hidden;
}


.white-panel h1 {
  font-size: 1em;
}
.white-panel h1 a {
  color: #A92733;
}
.white-panel:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pinBootContent{
  position: absolute;
  bottom: 10px;
  color: #fff;
  text-align: center;
  width: 93.5%;
  background-color: rgba(0,0,0,0.5);
}

.pinBootContent a{
  color: #fff;
}


.mobile-parallex{
    width: 100%;
    height: auto;
}
.mobile-parallex{
    position: relative;
    padding: 60px;
}

.mobile-parallex .container{
    position: relative;
    text-align: center;
    color: #fff;
}

.mobile-parallex a{
    color: #444;
}

.mobile-parallex a:hover{
    color: #444;
    text-decoration: none;
    color: #f74883 !important;
}


.b-0 {
    bottom: 0;
}
.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.home-blog a:hover{
  text-decoration: none;
}

.testiminials{
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
}


/*========= Testimonials ==========*/
.card {
  margin: 0 auto;
}
.card .carousel-item {
  height: 200px;
}
.card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
.card .carousel-caption h3 {
  color: #3d3d3d;
}
.card .carousel-caption p {
  line-height: 30px;
}
.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-9 {
  text-align: left;
}
.navi a {
    text-decoration:none;
}
a > .ico {
    background-color: grey;
    padding: 10px;
    
}
a:hover > .ico {
    background-color: #666;
}

/*======== Testimonials #END =========*/

/*=========== Partner ======*/


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.partner{
  background-color: #fafafa;
  padding: 20px 0;
  text-align: center; 
}

.width-50 li{
  width: 50%;
  float: left;
}
/* ===== Partner #END ========*/

.footer{
  padding: 50px 0 0 0;
  background-color: #efefef;
  color: #444;
}

.footer h4{
  color: #444;
  font-size: 16px;
  border-bottom: 1px solid #555;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.footer a{
  color: #444;
  font-size: 14px;
}

.footer-bottom{
  background-color: #069;
  padding: 10px 0;
}

.footer-bottom, .footer-bottom a{
  color: #000;
}

.footer-bottom ul{
  margin-bottom: 0;
}


#toTop{
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  z-index: 99999;
  background-color: #069;
  border-color: #069; 
}


.megamenu-sub-title{
  font-size: 15px;
  font-weight: bold;
}

.megamenu-col a{
  color: #444;
  font-size: 13px;
}


.banner{
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.banner img{
  min-width: 100%;
  min-height: 180px;
}

.team .card{
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
  display: inline-block;
}

.page{
  padding: 30px 0;
}

.hotels, .hotels_details{
  padding: 30px 0;
}

.hotels .preview-thumbnail img{
  width: 60px; 
  height: 60px;
  margin-top: 10px;
}



.rating{
  background-color: #069;
  padding: 4px 10px;
  margin-right: 10px;
  border-radius: 4px;
  color: #fff;
}

.ammeties span{
  display: inline-block;
  margin-right: 10px;
}

.readmore{
  border: 1px solid #ccc;
  padding: 8px 15px;
  color: #444;
  font-size: 14px;
}

.readmore:hover{
  border: 1px solid #069;
  color: #069;
  text-decoration: none;
  transition: all 0.4s;
}

.booknow{
  border: 1px solid #069;
  padding: 8px 15px;
  color: #fff;
  background-color: #069;
  font-size: 14px;
}

.booknow:hover{
  color: #444;
  background-color: #fff;
  text-decoration: none;
  transition: all 0.4s;
}

.hotel-heading a{
  color: #444;
  text-decoration: none;
}
.nowrap{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.panel-sidebar{
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.panel-sidebar .panel-heading{
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.panel-sidebar .panel-heading h4{
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.panel-sidebar a{
  color: #444;
  text-decoration: none;
}

.panel-body{
  padding: 10px 15px;
}

.panel-sidebar ul{
  margin-bottom: 0;
}

.c-blue{
  color: #069;
}

.mr-b-20{
  margin-bottom: 20px;
}

.hotels .carousel-item img{
  width: 100%;
  height: 320px;
  border: 1px solid #ccc;
  padding: 4px;
  margin-bottom: 10px;
}

.hotels_details .carousel-item img{
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  padding: 4px;
  margin-bottom: 20px;
}

.active_sub_menu a{
  color: #069;
  font-weight: bold;
}

.packageBox{
  padding: 5px 0;
}

.packageBoxInner{
  margin: 20px 0;
}

.packageBoxInner img{
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 4px;
}

.packageBoxInner h4{
  font-size: 18px;
  color: #069;
}

.packageBoxInner h6{
  font-weight: bold;
  font-size: 14px;
}

.package1{
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}

.package1 img{
  width: 40%;
  float: left;
  margin-right: 6px;
}

.package1 h4{
  width: 56%;
  float: left;
  font-size: 16px;
  font-weight: bold;
}

.package1 p{
  width: 100%;
  margin-bottom: 0;
}

.package1 .readmore, .package1 .booknow{
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  padding: 5px 6px;
  font-size: 14px;
}

.package1 h6{
  font-weight: bold;
  font-size: 14px;
  color: #069;
}

.package1 h5{
  font-weight: bold;
  font-size: 16px;
}

.border-doted-b{
  border-bottom: 1px dotted #ccc;
  margin: 12px 0;
}

.border-doted-r{
  border-right: 1px dotted #ccc;
}
.ammeties{
  text-align: center;
  padding: 20px 0;
}

.ammeties i{
  font-size: 22px;
  margin-bottom: 10px;
}

.ammeties h6{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #069;
}

.packDetails{
  border: 1px solid #069; 
  margin-bottom: 30px;
}

.packDetails #myTab{
  background-color: #069;
  color: #fff;
}

.packDetails .nav-tabs .nav-link{
  border-radius: 0 !important;
  color: #fff;
  border-top: 4px solid #069;
}

.packDetails .nav-tabs .nav-link.active{
  color: #444;
  border-top: 4px solid #069;
}

.packDetails .nav-tabs .nav-link:hover{
  border: 1px solid #069;
  border-top: 4px solid #069;
}

.packDetails .tab-content{
  padding: 20px;
}

.packDetails .tab-content h4{
  font-size: 15px;
  color: #069;
  margin: 0;
  padding: 0;
  font-weight: bold;
  margin-bottom: 10px;
}

.packDetails .tab-content h6{
  font-size: 15px;
  color: #444;
  font-weight: bold;
}

.itenary .accordion{
  border-left: 1px solid #ccc;
  padding-left: 20px;
}

.itenary .accordion h4{
  cursor: pointer;
}

.itenary .accordion h4 span{
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 3px solid #069;
    border-radius: 100%;
    vertical-align: middle;
    margin-left: -28px;
    background-color: #fff;
    margin-right: 10px;
}

.mar-0{
  margin: 0;
}

.addReview{
  padding: 20px 0;
  border-top: 1px solid #ccc;
  margin-top: 30px;
}


.hotels_details h4{
  color: #069;
  font-size: 18px;
  text-transform: uppercase;
}

.hotels_details h4 a{
  color: #fff;
  font-size: 14px;
}


.hotels_details h5{
  font-size: 16px;
  text-transform: uppercase;
}

.hotels h4 a{
  font-size: 18px;
  color: #069;
  text-transform: uppercase; 
}

.hotels h6{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.hotels .ammeties{
  text-align: center;
  padding:  0 ;
}




.login-card-light {
    background: linear-gradient(145deg, #eee, #fff);
}

.login{
  padding: 30px 0;
}

.login h2{
  color: #069;
  text-align: center;
  font-size: 22px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.login a{
  color: #069;
}

.login h6{
  font-weight: bold;
}


.alertMessages{
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 9;
  background-color: #069;
  color: #fff;
  padding: 10px;
  border-radius: 20px 0 0 20px;
}

.alertMessagesError{
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 9;
  background-color: #ffc107;
  border: 2px solid #ffc107;
  color: #444;
  padding: 10px;
  border-radius: 20px 0 0 20px;
}