html,body{
    height: 100%;
}
body {
    color: #333;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
a:focus, input:focus, select:focus{
    outline: none !important;
    outline-offset:0 !important;
    box-shadow: none !important;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
    font-weight: 400;
}
p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a,button{
    transition:ease 0.3s; 
    -webkit-transition:ease 0.3s; 
    -moz-transition:ease 0.3s; 
    text-decoration:none !important;
    outline:none !important;
    color: inherit;
}
input[type="submit"]{
    transition:ease 0.3s; 
    -webkit-transition:ease 0.3s; 
    -moz-transition:ease 0.3s; 
    text-decoration:none !important;
    outline:none !important;
}
::-moz-input-placeholder, ::-moz-placeholder {
    opacity: 1;
    color: inherit;
}
::-webkit-input-placeholder, ::-webkit-placeholder{
    opacity: 1;
    color: inherit;
}
input-placeholder, placeholder {
    opacity: 1;
    color: inherit;
}




html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel {
    z-index: 1;
}
.carousel-fade.carousel .item {
    width: 100%;
    height: 100%;
}

.header-main{
    position: relative;
}
.carousel-fade.carousel .item:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url('../images/slide-shadow.png') repeat-x top;
}
.header-top{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 10px 0;
    border-bottom: rgba(255,255,255,0.1) 1px solid;
}
.header-contact a{ 
    font-size: 16px;
    color: #fff;
    border-bottom: transparent 1px solid;
}
.header-contact a:hover, .header-contact a:focus{ 
    color: inherit;
    border-color: #fff;
}
.top-nav {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
.top-nav li {
    margin: 0 8px;
}
.top-nav li a{
    color: #fff;
    border-bottom: transparent 1px solid;
    text-shadow: rgba(0,0,0,0.2) 1px 1px 2px;
    white-space: nowrap;
}
li.login-l a + a{
    margin-left: 10px
}
.top-nav li a:hover,.top-nav li a:focus{
    border-color: #fff;
    color: inherit;
}
.header-search {
    margin-left: 15px;
    position: relative;
}
.header-search .fa{
    font-size: 18px;
    cursor: pointer;
}
.search-box{
    position: absolute;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    min-width: 200px;
    right: -10px;
    margin-top: 10px;
    z-index: 999;
    display: none;
}
.search-input{
    border: #eee 1px solid;
    width: 100%;
    color: #333;
    font-size: 12px;
    padding: 0 5px;
}
.header-cart{
    margin-left: 25px;
    white-space: nowrap;
}
.cart-item{
    margin-left: -3px;
}
.header-content{
    position: relative;
    z-index: 99;
    min-height: 100vh;
}

/*Navigation*/
.navigation{
    border: 0;
    border-radius: 0;
    padding: 15px 0;
}
.navigation .navbar-brand{
    padding: 0;
    height: auto;
    margin: 0 !important;
}
.navigation .navbar-nav > li {
    position: relative;
    margin-left: 10px;
}
.navigation .navbar-nav > li > a{
    color: #fff;
    font-size: 18px;
    padding: 12px 20px 10px;
    display: inline-block;
    text-shadow: rgba(0,0,0,0.2) 1px 1px 2px;
    white-space: nowrap;
}
.navigation .navbar-nav > li:hover > a,
.navigation .navbar-nav > li > a:hover,
.navigation .navbar-nav > li.current-menu-item > a{
    color: #fff;
    background: none;
}

.navigation .navbar-nav > li > a:focus{
    background: none;
}

.navigation .navbar-nav > li:after {
    background: rgba(255,255,255,0.2);
    content: '';
    height: 100%;
}
.navigation .navbar-nav > li:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    -webkit-transition: ease .3s;
    transition: ease .3s;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px 3px 0 0;
}
.navigation .navbar-nav > li:hover:after,
.navigation .navbar-nav > li.active:after,
.navigation .navbar-nav > li:focus:after {
    height: 100%;
    opacity: 1;
    visibility: visible;
    border-radius: 3px;
}

.navigation .navbar-nav > li.current-menu-item:after{
    height: 100%;
    opacity: 1;
    visibility: visible;
    border-radius: 3px;
}

.dd-arrow{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 14px;
}
.navigation .navbar-nav > li:hover .dd-arrow, .navigation .navbar-nav > li.current-menu-item .dd-arrow{
    color: #333;
}
.menu-dd{
    position: absolute;
    right: 0;
    min-width: 250px;
    background: #fff;
    border-radius: 0 5px 5px 5px;
    z-index: 99;
    display: none;
    box-shadow: rgba(0,0,0,0.5) 0 3px 3px;
}
.menu-dd li {
    margin: 0;
}
.menu-dd li a{
    color: #333;
    padding: 12px 15px;
    display: block;
    font-size: 16px;
}
.menu-dd li a:hover{
    color: #fff;
    background: #38c0f3;
}
.navigation .navbar-nav > li.menu-item-has-children a{
    padding-right: 18px;
}


.slider-content{
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    z-index: 9999;
    max-width: 800px;
    width: 100%;
}
.slider-content-main{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.slider-content-main .container{
    position: relative;
    height: 100vh;
    min-height: 400px;
}
.slider-content-inner{
    text-shadow: rgba(0,0,0,0.5) 1px 0 100px, rgba(0,0,0,0.3) 1px 1px 1px;
}
.slider-content-inner h1{
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}
.slider-content-inner p{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 20px;
}
a.view-tour{
    text-shadow: none;
    min-width: 200px;
    height: 46px;
    line-height: 45px;
    border-radius: 8px;
    background: #44ab9c;
    text-align: center;
    padding: 0 15px;
    display: inline-block;
    font-size: 16px;
    position: relative;
    color: #fff;
}
a.view-tour:after{
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
    right: 0;
    transition: ease 0.3s;
}
a.view-tour:hover, a.view-tour:focus{
    color: #fff;
    background: #399184;
}
a.view-tour:hover:after{    
    animation: passing 0.7s linear infinite;
}

.booking-sec{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 -15px;
}
/*.header-main:after{
    content: "";
    position: absolute;
    width: 300%;
    height: 125vh;
    bottom: 0;
    left: -100%;
    background: radial-gradient(ellipse at center, rgba(0,173,239,0) 0%,rgba(0,173,239,0) 50%,rgba(0,173,239,1) 50%,rgba(0,173,239,1) 100%);
    opacity: 0.5;
    z-index: 1;
}*/
.header-main::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    background: #00a296;
    z-index: 1;
} 
.booking-form{
    display: inline-flex;
    align-items: flex-end;
    width: 100%;
    min-height: inherit;
    margin-bottom: 15px;
    justify-content: space-between;
    padding: 15px;
    background: #00c8ba;
    border-radius: 15px;
    box-shadow: rgba(0,0,0,0.4) 0 0 15px;
}
.booking-form label{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    display: block;
}
.package-hotel-info ul li {
    color: #666;
    font-size: 13px;
    line-height: 18px;
    padding-right: 15px;
    margin-bottom: 8px;
}
.package-hotel-info ul li::before {
    content: "\f105";
    font-family: fontAwesome;
    display: inline-block;
    color: #666;
    margin-right: 5px;
}
.main{
    background: #fff;
    position: relative;
    z-index: 1;
}
.common-field{
    background:  url('../images/down-arrow.png') no-repeat calc(100% - 15px) center/8px;
    background-color: #fff;
    height: 46px;
    border-radius: 5px;
    border: 0;
    line-height: 45px;
    cursor: pointer;
}
.common-field-outer{
    position: relative;
    min-width: 230px;
}
/*.common-field-outer:after{
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}*/
.common-field-outer.open:after{
    content: "\f105";
}
.select-box{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    padding-right: 100px;
    cursor: pointer;
    line-height: inherit;
}
.select-box {
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-content-top {
    position: relative;
    z-index: 99;
}
.datepicker_outer input{
    height: 40px;
    border: 0;
    background: none;
    padding: 0 15px;
    width: 100%;
    cursor: pointer
}
tbody a.ui-state-default {
    background: #fff;
    color: #38c0f3;
    border: 0 !important;
    padding: 0;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
}
tbody .ui-datepicker-week-end a.ui-state-default {
    background: #eeeeee !important;
    color: #333 !important;
}
tbody a.ui-state-default:hover{
    background: #44ab9c !important;
    color: #fff !important;
}
.ui-datepicker td{
    padding: 0;
    border: #dddddd 1px solid;
    border-width: 0 1px 1px 0;
}
.ui-datepicker-calendar tbody{
    border: #dddddd 1px solid;
    border-width: 1px 0 0 1px;
}
.ui-datepicker{
    width: auto;
    border: 0 !important;
    background: #fff;
    padding: 20px !important;
    box-shadow: inset rgba(0,0,0,0.2) 0 2px 5px;
    margin: 4px 0 0 -15px;
}
.ui-datepicker .ui-datepicker-header{
    background: none;
    border: 0;
}
.ui-widget-header .ui-icon{
    background: url('../images/calender-arrows.png') no-repeat left;
    width: 25px;
    height: 25px;
    position: absolute !important;
    left: 0 !important;
    margin-left: 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
}
.ui-datepicker-next.ui-corner-all .ui-icon{
    background-position: right;
}
.ui-widget-header .ui-icon:hover{
    background-color:transparent; 
}
.ui-state-hover:hover{
    border: 0 !important;
}
.ui-datepicker-next.ui-corner-all.ui-state-hover{
    right: 2px;
    top: 2px;
}
.ui-datepicker-prev.ui-corner-all.ui-state-hover{
    left: 2px;
    top: 2px;
}
.booking-form .form-group {
    position: relative;
    width: auto;
}
.booking-form .form-group + .form-group{
    /*margin-left: 15px;*/
}
.numPeople{
    min-width: 150px;
    padding: 0 40px 0 15px;
}
.common-dd{
    background: #fff;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 100%;
    box-shadow: inset rgba(0,0,0,0.2) 0 1px 3px;
    z-index: 99;
    min-width: 300px;
    border-radius: 5px;
    display: none;
}
.adult-field{    
    border-bottom: #dddddd 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
}
.adult-field label{
    display: inline-block;
    float: left;
    color: #333;
    line-height: 28px;
    margin-bottom: 0;
}
.adult-field select{
    float: right;
    height: 34px;
    padding: 0 25px 0 15px;
    cursor: pointer;
    min-width: 70px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    line-height: 32px;
    background: url('../images/down-arrow.png') no-repeat calc(100% - 10px) center/8px;
    border: 0;
    box-shadow: inset rgba(0,0,0,0.5) 0 0 2px;
    border-radius: 5px; 
}
.adult-field select:focus{    
    box-shadow: inset rgba(0,0,0,0.5) 0 0 2px !important;
}
.form-search{
    background: #00928a;
    color: #fff;
    width: 75px;
    height: 46px;
    line-height: 44px;
    display: inline-block;
    border: #fff 1px solid;
    border-radius: 5px;
    font-size: 16px;
}
.form-search:hover{
    background: #38c0f3;
}
.done-btn{
    color: #44ab9c;
    background: none;
    border: 0;
    box-shadow: none;
    line-height: 28px;
    text-decoration: underline !important;
}
.done-btn:hover{
    color: #333;
}
.home-about{
    padding: 65px 0 0;
}

.main-head{
    position: relative;
    display: inline-block;
    width: 100%;
    color: #333;
}
.main-head span{
    position: relative;
    margin-bottom: 10px;
    margin-top: 15px;
    display: inline-block;
}
.main-head.text-center span{
    display: block;
    width: 65px;
    margin: 15px auto 10px;
}
.main-head span:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65px;
    height: 3px;
    border: #44ab9c solid;
    border-width: 1px 0;
}
.main-head span:before{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 20px;
    width: 25px;
    height: 5px;
    background: #44ab9c;
}
.main-head h1{
    font-size: 36px;
    color: #333;
}
.main-head h2{
    font-size: 24px;
    color: #333;
}
.main-head h4{
    font-size: 18px;
    line-height: 28px;
}
.main-head h1 strong{
    color: #44ab9c;
}
.main-head.white-head h1, .main-head.white-head h4{
    color: #fff;
}
.main-head.white-head span:after{
    border-color: #fff;
}
.main-head.white-head span:before{
    background: #fff;
}
.about-text {
    margin-top: 40px;
}
.about-text p a{
    color: #44ab9c;
}
.about-image img{
    border-radius: 5px;
    max-width: 100%;
}

.deal-image{
    position: relative;
}
.accommodation-packages-sec  .deal-image{
    position: relative;
    overflow: hidden;
    max-height: 240px;
}
.deal-image img{
    border-radius: 7px 7px 0 0;
    width: 100%;
}
.deal-price{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: rgba(0,0,0,0.78);
    color: #fff;
}
.deal-price p {
    font-size: 16px;
}
.deal-price p strong{
    font-size: 28px;
    color: #44ab9c;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}
.deal-price p small{
    color: #44ab9c;
}
.deal-slider-outer{
    margin-top: 45px;
    position: relative;
}

.common-sec{
    padding: 65px 0;
}
.deal-days{
    background: url('../images/calendar-icon.png') no-repeat 0 0/26px;
    min-height: 26px;
    padding-left: 35px;
    margin: 25px 0 20px;
}
.deal-days h5{
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}
.deal-info-inner{    
    padding: 20px;
}
.deal-info{
    color: #6a6a6a;
    border: #aeaeae 1px solid;
    border-radius: 0 0 7px 7px;
}
.deal-info h4{
    color: #42a496;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
}
.deal-info p{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    line-height: 20px;
    /*white-space: nowrap;*/
    max-width: 100%;
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
}
.deal-rating{
    margin-top: 15px;
    font-size: 15px;
    color: #38c0f3;
}
.deal-star{
    float: right;
    font-size: 18px;
    color: #efce4a;
}
.deal-star i + i{
    margin-left: 3px;
}
.deal-btn{
    background: #38c0f3;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 0 0 7px 7px;
    display: block;
    font-size: 20px;
}
.accommodation-packages-sec  .deal-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;    
}
.deal-btn:hover{
    color: #fff;
    background: #aeaeae;
}
.save-badge{
    background: url('../images/off-badge.png') no-repeat top center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 99;
    color: #fff;
    width: 57px;
    height: 74px;
    padding: 6px 5px;
    line-height: 18px;
}
.slideControls{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}
.slideControls a{
    color: #333;
    font-size: 60px;
    position: absolute;
    cursor: pointer;
}
.slideControls a.slidePrev{
    left: -60px;
}
.slideControls a.slideNext{
    right: -60px;
}
.why-travister-inner{
    margin-top: 45px;
}
.travister-feature{
    background: #fff;
    padding: 30px 10px 15px;
    text-align: center;
    border-radius: 5px;
}
.travister-feature span{
    min-height: 70px;
    display: block;
}
.travister-feature h4{
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}
.travister-feature p{
    font-size: 14px;
    letter-spacing: -0.2px;
    min-height: 70px;
}

.experience-inner{
    margin-top: 45px;
}
.experience-box{
    background: #fff;
    padding: 30px 15px;
    box-shadow: rgba(172,172,172,0.5) 0 10px 50px;
    border-radius: 5px;
}
.experience-box h3{
    color: #333;
    margin-bottom: 20px;
    line-height: 30px;
}
.subscribe-block{
    position: relative;
    z-index: 0;
}
.subscribe-block:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #44ab9d;
    background: -moz-linear-gradient(top, #44ab9d 0%, #24c6db 100%);
    background: -webkit-linear-gradient(top, #44ab9d 0%,#24c6db 100%);
    background: linear-gradient(to bottom, #44ab9d 0%,#24c6db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44ab9d', endColorstr='#24c6db',GradientType=0 );
    opacity: 0.9;    
    z-index: -1;
}

.input-inner{
    width:100%;
    float:left;
    position:relative
}
.mui-form-floating-label{
    position:absolute;
    top:10px;
    left:0;
    font-size:14px;
    color:#fff;
    font-weight:300;
    font-family: 'Open Sans', sans-serif;    
}
.int-inner{
    width:100%;
    border:0;
    border-bottom:1px solid #fff;
    background:0 0;
    font-size:18px;
    color:#fff;
    border-radius:0!important;
    padding:10px 0 3px;
    outline:0;
    resize:none;
    font-weight:300;
    font-family: 'Open Sans', sans-serif; 
}
.mui-form-group>.mui-form-control:focus+label.mui-form-floating-label,.mui-form-group>label.mui-form-floating-label-active{
    top:-12px;
    font-size:13px
}
.update-inner .input-inner{
    width:48%
}
.contact-form.input-inner{
    width:100%
}
.subscribe-form{
    width: 100%;
    max-width: 600px;
    margin: 30px auto 0;
}
.subscribe-form form{
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}
.subscribe-form form .input-inner{
    margin-right: 35px;
}
.subscribe-btn{
    background: #fff;
    border: 0;
    box-shadow: none;
    border-radius: 40px;
    height: 46px;
    min-width: 250px;
    padding: 0 30px;
    text-align: left;
    font-size: 18px;
    color: #44ab9c;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    line-height: 46px;
    white-space: nowrap;
}
.subscribe-btn span{
    display: inline-block;
    margin-left: 10px;
}
.subscribe-btn:hover span{
    animation: passing 0.7s linear infinite;
}
@keyframes passing{
    0%{
        transform: translateX(-6px);
        opacity: 0;
    }
    50%{
        transform: translateX(0);
        opacity: 1;
    }
    100%{
        transform: translateX(6px);
        opacity: 0;
    }
}
.header-contact p{
    display: inline-block;
    margin-right: 3px;
    line-height: 14px;
    text-shadow: rgba(0,0,0,0.2) 1px 1px 2px;
}
.header-contact p + p{
    border-left: #fff 1px solid;
    padding-left: 5px;
}
.travel-guide-block{
    margin-top: 45px;
}
.guide-inner{
    border: #e8e8e8 1px solid;
    border-radius: 6px;
	margin-bottom:40px;
}
.guide-inner img{
    border-radius: 6px 6px 0 0;
    max-width: 100%;
}
.guide-feature{
    padding: 30px 20px;
    background: rgba(255,255,255,0.95);
    border-radius: 0 0 5px 5px;
}
.guide-feature h5{
    color: #44ab9c;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif; 
}
.guide-feature h5 span{
    position: relative; 
    min-width: 130px;
    display: inline-block;
}
.guide-feature h5 span:after{
    content: "\f02c";
    font-family: FontAwesome;
    font-size: 30px;
    opacity: 0.06;
    position: absolute;
    top: 0;
    left: 5px;
}
.guide-feature h5 span.guideCalendar:after{    
    content: "\f073";
}
.guide-feature h4 {
    font-size: 17px;
    color: #333;
    letter-spacing: -0.1px;
    margin-bottom: 10px;
    line-height: 26px;
}
.guide-feature p {
    margin-bottom: 25px;
}
.guide-feature h4 a{
    color: #333;
}
.guide-feature h4 a:hover{
    color: #44ab9c;
}


footer.footer-r{
    background: url('../images/footer-bg.png') repeat-x 0 0;
    background-color: #588583;
    padding: 50px 0 0;
    position: relative;
    z-index: 9;
    color: #fff;
}
.footer-address {
    margin-top: 30px;
}
.footer-address li {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif; 
    display: inline-flex;
    flex-flow: row nowrap;
    margin-bottom: 15px;
    line-height: 18px;
}
.footer-address li span.fa{
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    padding-top: 4px;
}
.footer-address li a{
    margin-right: 3px;
    border-bottom: 1px transparent solid;
    color: #fff;
}
.footer-address li a:hover{
    border-color: #fff;   
    color: #fff;
}
.footer-nav h4{
    min-height: 40px;
}
.footer-nav li a{
    font-weight: 300;
    font-family: 'Open Sans', sans-serif; 
    color: #fff;
    padding: 5px 0;
    display: block;
}
.footer-nav li {
    border-bottom: #6c9492 1px solid;
    transition: ease 0.3s;
}
.footer-nav li:hover {
    background: rgba(105,145,144,0.3);
}
.insta-feed {
    margin: 0 -5px;
}
.insta-feed img{
    float: left;
    margin: 5px;
}
.footer-social a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin-left: 8px;
}
.footer-social a.fb{
    background: #4e71a8;
}
.footer-social a.tw{
    background: #1cb7eb;
}
.footer-social a.yt{
    background: #ca3737;
}
.footer-social a.insta{
    background: #1686b0;
}
.footer-social a:hover{
    background: #699190;
}
.footer-bottom{
    margin-top: 50px;
    padding: 20px 0;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom p{
    display: inline-block;
    vertical-align: middle;
}

.popular-deals, .latest-package, .travel-guide{
    position: relative;
    z-index: 0;
    max-width: 1500px;
    margin: auto;
    overflow: hidden;
    background: #fff;
}
.popular-deals:after{
    content: "";
    background: url('../images/element1.png') no-repeat top left;   
    width: 212px;
    height: 232px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: -1;
}
.animated.popular-deals:after{    
    animation: slideAnim 1.5s linear;
    animation-fill-mode: backwards;
    animation-delay: 0.6s;
}
.animated.travel-guide:before{    
    animation: slideAnim2 0.6s linear;
    animation-fill-mode: backwards;
    animation-delay: 0.5s;
}
.latest-package:before, .latest-package:after{
    content: "";
    background: url('../images/leaf2.png') no-repeat top right;   
    background-size: 140px;
    width: 251px;
    height: 240px;
    position: absolute;
    top: -10px;
    right:10px;
    z-index: -1;
    animation: leavesAnim 2s linear infinite 1s;
    animation-fill-mode: backwards
}
.latest-package:after{
    background: url('../images/leaf1.png') no-repeat top right; 
    background-size: 130px;
    top: -30px;
    right: 90px;
    animation-delay: 0s;
    animation-duration: 3s;
}
.travel-guide:before, .travel-guide:after{
    content: "";
    background: url('../images/element3.png') no-repeat top right;   
    width: 241px;
    height: 207px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.travel-guide:after{
    background: url('../images/waves.png'); 
    background-position: 0 0;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 450px;
    height: 74px;
    animation: waves 70s linear infinite;
    z-index: -2;
    box-shadow: inset #fff 21px 0px 50px, inset #fff -21px 0px 39px;
}
.skate-anim{
    position: absolute;
    width: 440px;
    height: 404px;
    bottom: 20px;
    right: 0px;
    z-index: -1; 
    animation: slideAnim3 1.5s linear;
    animation-fill-mode: backwards;
    animation-delay: 1s;
}
.skate-anim:after{
    content: "";
    background: url('../images/element4.png') no-repeat 0 0;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0px;
    animation: move 1s linear infinite 2s;
    animation-fill-mode: backwards;
    animation-delay: 1s;
}
@keyframes leavesAnim{
    0%{
        transform: translateX(6px);
    }
    50%{
        transform: translateX(-6px) rotateZ(2deg) rotateX(-2deg) skewY(3deg);
    }
    100%{
        transform: translateX(6px);
    }
}
@keyframes slideAnim{
    0%{
        transform: translate(-100%,-30%) scale(0);
        opacity: 0;
    }
    60%{
        transform: translate(30%,0%) scale(0.5);
        opacity: 1;
    }
    100%{
        transform: translate(0,0) scale(1);
        opacity: 1;
    }
}
@keyframes slideAnim2{
    0%{
        transform: translate(0,0) scale(0);
        opacity: 0;
    }
    100%{
        transform: translate(0,0) scale(1);
        opacity: 1;
    }
}
@keyframes slideAnim3{
    0%{
        transform: translate(300px,100px) scale(0);
        opacity: 0;
    }
    100%{
        transform: translate(0,0) scale(1);
        opacity: 1;
    }
}
@keyframes waves{
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: -4000px 0;
    }
}

@keyframes move{
    0%{
        transform: translate(0,0);
    }
    50%{
        transform: translate(-3px,5px);
    }
    100%{
        transform: translate(0,0);
    }
}



/*Search Result*/
.header-inner{
    background: #33af9f;
    background: -moz-linear-gradient(top, #33af9f 0%, #0397cb 100%);
    background: -webkit-linear-gradient(top, #33af9f 0%,#0397cb 100%);
    background: linear-gradient(to bottom, #33af9f 0%,#0397cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33af9f', endColorstr='#0397cb',GradientType=0 );
    position: relative;
}
.header-inner:after{
    content: '';
    background: url("../images/header-bg.png") no-repeat top center/cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header-inner .header-content{
    min-height: inherit;
}
.navigation .navbar{
    margin-bottom: 0;
    min-height: inherit
}
.search-steps{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 40px 0;
}
.search-steps li{
    width: 100%;
    text-align: center;
}
.search-steps li a {
    display: inline-block;
}
.search-steps li a span{
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: 50%;
    background: #e5e5e5;
    color: #666;
    font-size: 16px;
}
.search-steps li p{    
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-top: 5px;
}
.search-steps li{
    position: relative;
}
.search-steps li + li:after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    top: 13px;
    left: -50%;
    min-width: 200px;
    background: #e5e5e5;
    z-index: -2;
}
.search-steps li.active a span{
    color: #fff;
    background: #38c0f3;
}
.search-steps li.active:after{
    background: #38c0f3;
}
.search-sidebar-inner{
    border: #f2f2f2 1px solid;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.search-sidebar-inner h4{
    font-size: 18px;
    padding: 15px;
    border-bottom: #f2f2f2 1px solid;
}
.search-information{
    padding: 15px;
}
.search-information p{
    font-size: 13px;
    line-height: 22px;
    color: #666;
}
p.search-dest{
    color: #44ab9c;
    font-size: 15px;
    margin-bottom: 10px;
}
.search-persons{
    display: inline-flex;
    align-items: center;
    flex-flow: row wrap;
    width: 100%;
}
.search-persons li + li{
    margin-left: 10px;
}
.modify-search{
    margin-top: 20px;
    display: block;
    background: #44ab9c;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
.modify-search:hover, .modify-search:focus{
    background: #38c0f3;
    color: #fff;
}
.search-main-outer{
    background: #fdfdfd;
    position: relative;
    z-index: 0;
}
.star-rating {
    margin-top: 10px;
}
.star-rating span{
    color: #ffc600;
    font-size: 16px;
}
.star-rating span + span{
    margin-left: 5px;
}
.price-range{
    margin: 30px 0 20px;
}
.custom-checkbox label{
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: 400;
    color: #666;
    display: block;

}
.custom-checkbox.sale-select label{
display: inline-flex;
}
.custom-checkbox label input{
    display: none;
}

.custom-checkbox label span{
    width: 20px;
    height: 20px;
    min-width: 15px;
    border: #333 1px solid;
    background: transparent;
    border-radius: 3px;
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    margin-right: 8px;
    text-align: center;
    position: relative;
}
.custom-checkbox label input[type="radio"] + span{
    border: 0;
    width: 6px;
    height: 6px;
    min-width: 6px;
    margin-top: 8px;
    margin-right: 10px;
}
.custom-checkbox label input[type="radio"]:checked + span{
    background: #666;
}
.custom-checkbox label input[type="checkbox"]:checked + span::before {
	content: "\f00c";
	font-family: fontAwesome;
	top: -1px;
	position: relative;
	display: block;
	font-size: 14px;
}
.custom-checkbox label input[type="radio"] + span{
    border-radius: 50%;
}
.custom-checkbox label input[type="radio"]:checked + span{
    border-color: transparent;
}
.custom-checkbox label input[type="radio"]:checked + span:before{
    content: "\f00c";
    font-family: fontAwesome;
    line-height: 14px;
    display: block;
    font-size: 10px;
    background: #666;
    color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.search-information .custom-checkbox label input[type="radio"] + span{
    margin-top: 0;
}
.reset-btn{
    display: inline-block;
    min-width: 200px;
    margin-top: 0;
}
.search-sidebar{
    margin-bottom: 40px;
}

.search-result-head, .search-mob-result-head{
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 25px;
}
.search-mob-result-head{
    display: none;
}
.search-result-head h2{
    font-weight: 700;
    width: 100%;
}
.search-head-right {
    width: 70%;
}
.search-head-right ul{
    display: inline-flex;
    width: 100%;
    align-items: center;
    text-align: right;
    justify-content: flex-end
}
.search-head-right li, .search-filter-top select{
    background: #fff;
    border: #d6d6d6 1px solid;
    border-radius: 5px;
    display: inline-block;
    padding: 0 15px;
    height: 35px;
    line-height: 33px;
    margin-left: 8px;
    color: #666;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap;
}
.search-head-right li label{
    font-weight: 300;
}
.sort-select{
    cursor: pointer;
    border: 0;
    background: #fff;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    padding-right: 18px;
    background: url("../images/down-arrow.png") no-repeat 100% 50%/10px;
}
.search-head-right li a.map-view span{
    margin-right: 3px;
}
.search-head-right li a.map-view:hover,
.search-head-right li a.map-view:focus{
    color: inherit;
}
.search-result-hotels{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    background: #fff;
    box-shadow: rgba(102,102,102,0.4) 0 0 5px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.search-result-hotels > div{
    width: 100%;
}
.search-result-hotels > div.search-hotel-img{
    width: 75%;
}
.search-hotel-detail{
    padding-left: 15px;
}
.search-hotel-detail h4{
    color: #42a496;
    font-size: 18px;
    margin-bottom: 10px;
}
.search-hotel-detail h3{
    color: #42a496;
    font-size: 24px;
    margin-bottom: 10px;
}
.search-hotel-detail p{
    font-weight: 400;
}
.star-review{
    color: #fac200;
    font-size: 14px;
}
.star-review i{
    margin-right: 3px;
}
p.hotel-loc{
    color: #cacaca;
}
.search-hotel-spec{
    margin: 5px 0;
}
.search-hotel-spec h5{
    font-size: 16px;
}
.search-hotel-spec p{
    color: #666;
}
.hotel-bottom-block {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    text-align: left;
    align-items: flex-end;
}
.hotel-bottom-block > div{
    width: 100%;
}
.common-btn{
    height: 35px;
    line-height: 34px;
    border-radius: 5px;
    display: inline-block;
    padding: 0 40px;
    text-align: center;
    color: #333;
    background: #eaeaea;
}
.common-btn.blue-btn{
    background: #38c0f3;
    color: #fff;
}
.common-btn:hover{
    background: #44ab9c;
    color: #fff;
}
.search-hotel-bttns {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 5px);
    border-top: #f2f2f2 1px solid;
    padding-top: 15px;
    margin-top: 5px;
}
.search-hotel-bttns a{
    width: 100%;
}
.search-hotel-bttns a + a{
    margin-left: 10px;
}
.search-hotel-reviews {
    display: inline-block;
}
div.search-hotel-price{
    width: auto;
    white-space: nowrap;
    padding-left: 10px;
}
div.search-hotel-price h1{
    color: #44ab9c;
}
div.search-hotel-price span{
    color: #6a6a6a;
    font-size: 14px;
}
.search-hotel-img{
    position: relative;
}
.non-refund{
    width: 148px;
    height: 26px;
    background: url('../images/tag-bg.png') no-repeat left center;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
    font-size: 11px !important;
    padding: 0 0 0 28px;
    color: #fff;
    line-height: 24px;
}
.package-head {
    margin-bottom: 20px;
}
.package-head h1{
    font-size: 32px;
    font-weight: 700;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.package-head span{
    display: inline-block;
    vertical-align: middle
}
.package-nav{
    border-bottom: #ececec 1px solid;
}
.package-nav li{
    display: inline-block;
}
.package-nav li a{
    display: inline-block;
    padding-right: 60px;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 3px  transparent solid;
}
.package-nav li a:hover, .package-nav li.active a{
    color: #44ab9c;
    border-color: #666;
    padding-bottom: 15px;
}
.package-slider{
    margin-bottom: 0;
}
.package-slider .flex-direction-nav{
    display: none;
}
.package-inner{
    margin-top: 20px;
    position: relative;
}
.package-block{
    margin-top: 40px;
}
.package-block h3{
    font-size: 26px;
    background: #44ab9c;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    margin-bottom: 40px;
}
.package-person{
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border: #dfdede 1px solid;
    border-left: #44ab9c 5px solid;
    border-radius: 5px;
    margin-bottom: 25px;
}
.person-num{
    width: 100%;
}
.person-num p{
    display: inline-block;
    margin-left: 20px;
    color: #666;
}
.pack-modify {
    display: inline-flex;
    align-items: center;
    height: 50px;
    line-height: 50px;
    background: #eaeaea;
    padding: 0 20px;
    color: #666;
}
.pack-modify span{
    margin-right: 5px;
}
.pack-modify:hover, .pack-modify:focus {
    background: #38c0f3;
    color: #fff;
}
.package-hotel {
    border: #e4e4e4 1px solid;
    border-radius: 5px;
    margin-bottom: 25px;
    box-shadow: rgba(102,102,102,0.4) 0 0 5px;
}
.package-hotel-title{
    padding: 10px 15px;
    border-bottom: #e4e4e4 1px solid;
}
.package-hotel-title h4{
    display: inline-block;
    font-weight: 700;
}
.package-hotel-title h4 a{
    color: #38c0f3;
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px;
}
.package-hotel-title h4 a:hover{
    text-decoration: underline !important
}
.package-hotel-title h4 span{
    color: #44ab9c;
}
.package-hotel-detail{
    padding: 15px;
    display: inline-flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.package-hotel-img img{
    border-radius: 5px;
}
.package-hotel-info{
    padding-left: 20px;
    width: 100%;
}
.package-hotel-info p{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #666;
}
.package-hotel-img {
    width: 40%;
}
.package-hotel-feature{
    margin-top: 10px;
}
.package-hotel-feature ul{
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    margin-top: 5px;
}
.package-hotel-feature ul li{
    width: 50%;
    color: #666;
    font-size: 13px;
    line-height: 18px;
    padding-right: 15px;
    margin-bottom: 8px;
}
.package-hotel-feature ul li:before{
    content: "\f105";
    font-family: fontAwesome;
    display: inline-block;
    color: #666;
    margin-right: 5px;
}
.small-slider .deal-info h4{
    font-size: 14px;
    line-height: 20px;
}
.small-slider .deal-info-inner {
    padding: 15px;
}
.small-slider .deal-rating p, .small-slider .deal-star{
    font-size: 12px;
}
.small-slider .slideControls a{
    font-size: 40px;
}
.small-slider .slideControls a.slidePrev {
    left: -30px;
}
.small-slider .slideControls a.slideNext {
    right: -30px;
}
.maldives-highlights + .maldives-highlights{
    padding-top: 25px;
}
.maldives-highlights{
    display: inline-flex;
    align-items: flex-start;
    padding-bottom: 25px;
    border-bottom: #e6e6e6 1px solid;
    width: 100%;
}
.maldives-highlights h4{
    font-size: 22px;
    margin-right: 20px;
    width: 150px;
}
.maldives-highlights .highlight-text{
    width: 100%;
    color: #666;
}
.maldives-highlights li{
    width: 100%;
    line-height: 30px;
    position: relative;
    padding-left: 15px;
}
.maldives-highlights li:before{
    content: "\f105";
    font-family: fontAwesome;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0;
}
.highlight-btns{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 5px);
    margin-top: 20px;
}
.highlight-btns a{
    height: 50px;
    line-height: 48px;
    border: #ededed 1px solid;
    border-radius: 5px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 30px;
    color: #44ab9c;
}
.highlight-btns a:hover, .highlight-btns a:focus{
    background: #38c0f3;
    border-color: #38c0f3;
    color: #fff;
}
.highlight-btns a + a{
    margin-left: 10px;
}
.highlight-btns a span{
    margin-right: 5px;
    font-size: 20px;
}
.highlight-text h5{
    font-size: 17px;
    margin-bottom: 10px;
}
.highlight-text p{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}
.small-list li{
    width: 100%;
    max-width: 40%;
    display: inline-block;
}
.package-map iframe{
    height: 500px;
}
.review-block h4{
    font-size: 22px;
    margin-bottom: 10px;
}
.rating-list{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: calc(100% - 5px);
}
.rating-list li{
    width: 100%;
    border: #eeeeee 4px solid;
    border-radius: 5px;
}
.rating-list li + li{
    margin-left: 10px;
}
.rating-list li h3{
    margin-bottom: 0;
    background: #eeeeee;
    color: #666;
    border-radius: 0;
    font-weight: 400;
}
.rating-list li:first-child {
    border-color: #44ab9c;
}
.rating-list li:first-child h3{
    background-color: #44ab9c;
    color: #fff;
    font-weight: 700;
}
.rating-list li:first-child h3 small{
    color: #fff;
}
.rating-list li p{
    font-weight: 700;
    padding: 3px 5px;
    font-family: 'Noto Sans', sans-serif;
}
h5.rating-msg{
    font-weight: 700;
    font-style: italic;
    margin-top: 20px;
}
.customer-review-block{
    border-top:#e4e4e4 1px solid;
    margin-top: 50px;
    padding-top: 50px;
}
.customer-review{
    box-shadow: rgba(102,102,102,0.4) 0 0 5px;
    border-radius: 5px;
    background: #fff;
    margin-top: 20px;
    display: block;
}
.customer-review h2{
    border-bottom: #d6d6d6 1px solid;
    padding: 10px 15px;
    font-style: italic;
    font-size: 22px;
}
.customer-review-inner{
    display: inline-flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px;
}
.review-rating-star{
    width: 30%;
}
.review-rating-star li p{
    display: inline-block;
    min-width: 65px;
}
.review-rating-star li p strong, .review-text p strong{
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    color: #333;
}
.review-text{
    width: 100%;
}
.review-text p {
    color: #666;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}
.review-text p + p{
    margin-top: 10px;
}
.review-rating-star li p{
    font-size: 13px;
    color: #666;
    font-weight: 400;
}
.review-rating-star li p strong{
    font-size: 14px;
}
.search-result-main{
    padding-bottom: 50px;
}
.more-review{
    margin-top: 25px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    padding: 0 30px;
    display: inline-block;
    border-radius: 5px;
    border: #d6d6d6 1px solid;
    font-size: 20px;
}
.more-review:hover, .more-review:focus{
    background: #38c0f3;
    color: #fff;
}
.package-detail{
    padding-bottom: 50px;
}
.booking-summary p{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #666;
}
.booking-summary{
    border: #d6d6d6 1px solid;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
}
.summary-head{
	background: #44ab9c;
	color: #fff;
	padding: 12px 10px 12px;
	font-size: 22px;
	margin-top: 0px;
	text-transform: capitalize;
}
.summary-detail{
    padding: 5px;
}
.from-price{
    color: #666;    
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin: 10px 0;
}
.from-price strong{
    color: #dd002a;
    font-size: 36px;
    display: block;
    font-weight: 700;
}
.btn_common.book-btn{
    font-size: 24px;
    display: block;
    width: 100%;
    border-radius: 5px;
}
.booking-summary hr{    
    border-top: #ececec 1px solid;
    margin: 12px 0 10px;
}
/*.price-promise{
    color: #38c0f3;
    font-weight: 700;
}*/
.timer-clock{
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    width: 90%;
    margin-top: 15px;
}
.timer-clock > span{
    font-size: 32px;
    color: #666;
}


/* jQuery Countdown styles 2.0.0. */
.is-countdown {
    width: 100%;
    padding-left: 5px;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
    display: inline-flex;
}/*
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}*/
.countdown-section {
	display: block;
	float: left;
	font-size: 14px;
    color: #666;
	text-align: center;
    position: relative;
    line-height: 18px;
    width: 100%;
    padding: 0 3px;
}
.countdown-section + .countdown-section:before {
    content: ":";
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: 3px;
}
.countdown-amount {
    font-size: 24px;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}
.timer-clock p{
    line-height: 26px;
}
.ask-expert{
    color: #38c0f3;
    margin: 0px 0 10px;
    border-bottom: transparent 1px solid;
    display: inline-block;
    line-height: 16px;
}
.ask-expert:hover{
    border-color: #38c0f3;
    color: #38c0f3;
}
.package-code {
    background: #e5e5e5;
    width: 100%;
    padding: 10px 15px;
    font-weight: normal;
    color: #666;
    font-size: 13px;
}
.header-inner-content {
    margin: 20px 0 30px;
    display: inline-block;
    width: 100%;
}
.header-inner-content h1{
    color: #fff;
    font-size: 36px;
    text-shadow: rgba(0,0,0,0.3) 1px 1px 2px;
}
.liveabroad-hotel-feature{
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.liveabroad-feature-list li{
    background: url('../images/tick-icon.jpg') no-repeat left 5px;
    padding-left: 25px;
    color: #333;
    line-height: 28px;
}
.feature-rating{
    width: 120px;
}
.feature-rating p{
    font-size: 13px;
    line-height: 16px;
}
.feature-rating p span{
    color: #38c0f3
}
a.view-boat{
    background: #38c0f3;
    color: #fff;
    height: 32px;
    line-height: 30px;
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 0 10px;
    margin-top: 10px;
}
a.view-boat:hover{
    background: #666;
}
.trip-detail li:nth-child(odd) {
    background: #e6e6e6;
}
.trip-detail li a{
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    color: #333;
}
.trip-detail li a:hover{
    color: inherit;
}
.trip-detail li a:after{
    content: "\f105";
    font-family: fontAwesome;
    background: #666;
    color: #fff;
    min-width: 33px;
    max-width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 20px;
}
.trip-detail li p{    
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}
.search-result-hotels-outer{
    width: 100%;
    background: #fff;
    box-shadow: rgba(102,102,102,0.4) 0 0 5px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.search-result-hotels-outer .search-result-hotels{
    background: #fff;
    box-shadow: none;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 0
}
.trip-date{
    font-size: 14px;
    font-weight: 700;
}
.trip-days{
    font-size: 14px;
}
.trip-name{
    color: #38c0f3;
    background: url("../images/map-loc.png") no-repeat left 50%/20px;
    padding-left: 25px;
}
.trip-price{
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}
.trip-price strong{
    font-size: 22px;
    font-weight: 700;
    margin: 0 10px;
    color: #ff0000;
    margin-right: 8px; 
}
.trip-price small, .trip-price del{
    font-size: 10px;
    text-align: right;
    line-height: 10px;
}
.trip-price del{
    font-size: 12px;
    color: #44ab9c;
}
.trip-nav {
    padding: 10px 15px;
    border-top: #e6e6e6 1px solid; 
}
.trip-nav a{
    color: #38c0f3;
    border-bottom: transparent 1px solid;
}
.trip-nav a:hover{
    color: #666;
    border-color: #666;
}
.header-inner-content .breadcrumb{
    margin: 0;
    background: none;
    border: 0;
    text-align: center;
    padding: 5px 0 0;
}

.header-inner-content .breadcrumb li{
    color: #fff;
    font-weight: 400;
    text-shadow: rgba(0,0,0,0.3) 1px 1px 1px;
}
.header-inner-content .breadcrumb>li+li:before{
    color: #fff;
    content: "\f105";
    font-family: fontawesome;
}
.header-inner-content .breadcrumb li a:hover,
.header-inner-content .breadcrumb li a:focus{
    color: #fff;
}
.search-package-sidebar{
    background: #44ab9c;
    padding: 10px;
    border-radius: 5px;
}
.package-search-main{
    padding: 60px 0;
}
.search-package-sidebar h3{
    color: #fff;
    margin-bottom: 25px;
}
.search-package-input{
    background: #fff;
    width: 100%;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 45px;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}
select.search-package-input{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background: url('../images/down-arrow.png') no-repeat calc(100% - 10px) 50%/10px;
    background-color: #fff;
    cursor: pointer;
}
.search-package-sidebar .find-package{
    font-size: 20px;
    margin-top: 10px;
    background: none;
    color: #fff;
    border: 0;
}
.search-package-sidebar .find-package:hover{
    text-shadow: rgba(0,0,0,0.5) 1px 1px 2px;
}
.search-package-sidebar .find-charter{
    font-size: 20px;
    margin-top: 10px;
    background: none;
    color: #fff;
    border: 0;
}
.search-package-sidebar .find-charter:hover{
    text-shadow: rgba(0,0,0,0.5) 1px 1px 2px;
}
.package-deal-text p{
    margin: 10px 0;
    color: #666;
}
.package-deal-text li{
    font-size: 12.5px;
    color: #666;
    line-height: 20px;
    list-style: none;
}
.package-deal-text li:before{
    content: "\f105";
    font-family: fontAwesome;
    display: inline-block;
    margin-right: 5px;
}
.small-slider .deal-btn{
    padding: 10px;
}
.package-deals .deal-inner{
    margin-bottom: 30px;
}
.room-price-feature{
    padding: 15px;
    border-top: #d6d6d6 1px solid;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.room-price-feature h5{
    width: 100%;
    color: #666;
    line-height: 24px;
    font-size: 13px;
}
.room-price-feature h5 strong{
    display: block;
    font-size: 15px;
}
.room-price-feature .room-price{
    color: #44ab9c;
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
}
.select-btn{
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0 35px;
    display: inline-block;
    background: #44ab9c;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.select-btn:hover, .select-btn:focus{
    background: #44ab9c;
    color: #fff;
}
.property-feature span{
    width: 38px;
    height: 38px;
    display: inline-block;
    border: #d6d6d6 1px solid;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    font-size: 22px;
    color: #999999;
}
.room-feature-inner{
    padding-left: 30px;
    margin-bottom: 20px;
}
.book-summary-person{
    padding: 15px;
}
.book-summary-person p{
    color: #333;
}
.book-summary-person a{
    color: #44ab9c;
}
.room-summary-sidebar .from-price strong{
    color: #44ab9c;
}
.room-summary-sidebar .from-price span{
    color: #333;
    font-size: 16px;
    font-weight: 700;
}
.room-summary-sidebar .price-promise{
    color: #333;
    margin-top: 15px;
}
.room-review{
    font-size: 13px;
    color: #333;
}
.room-review p{
    background: #44ab9c;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 0px 7px;
}
.room-review span{
    color: #44ab9c;
}
.booking-inner-detail {
    margin-bottom: 30px;
}
.booking-inner-detail h3{
    font-size: 26px;
    font-weight: 700;
}
.fix-sidebar {
    background: #f8f8f8;
    border: #f2f2f2 1px solid;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.fix-sidebar h4 {
    padding: 10px;
    padding-bottom: 0;
}
.fix-sidebar h4 span{
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    background: #44ab9c;
    border-radius: 5px;
    display: block;
    margin-bottom: 5px;
}
.fix-sidebar li{
    font-size: 13px;
    position: relative;
}
.fix-sidebar li:after{
    content: "\f105";
    font-family: fontAwesome;
    display: inline-block;
    top: 5px;
    right: 15px;
    position: absolute;
    color: #38c0f3;
}
.fix-sidebar li + li{
    border-top: #f2f2f2 1px solid;
}
.fix-sidebar li a{
    color: #38c0f3;
    display: block;
    padding: 8px 10px;
    border-radius: 5px;
}
.fix-sidebar li:hover a, .fix-sidebar li.active a{
    background: #44ab9c;
    color: #fff;
}
.fix-sidebar li:hover:after, .fix-sidebar li.active:after{
    color: #fff;
}
.fix-sidebar.fixed{
    position: fixed;
    top: 10px;
    width: 160px;
    z-index: -1;
}
#search-sidebar{
    position: absolute;
    top: 0;
    left: -15px;
    width: 16.6666666%;
    z-index: 0;
}
.booking-detail{
    border: #44ab9c 1px solid;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
.booking-detail h4.room-title{
    background: #44ab9c;
    color: #fff;
    padding: 10px;
    font-weight: 700;
	margin-top: 0px;
}
.booking-person{
    padding: 10px 15px;
    border-bottom: #44ab9c 1px solid;
    color: #666;
}
.booking-person span + span{
    margin-left: 15px;
}
.booking-room-sale > h5{
    color: #666;
    font-size: 16px;
    padding: 15px;
}
.sale-bonus li{
    padding: 10px 15px 10px 40px;
    border-top: #e6e6e6 dashed 1px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    transition: ease 0.3s;
}
.sale-select{
    width: 100%;
}
.sale-select p{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}
.sale-select small{
    display: block;
    line-height: 10px;
}
.custom-checkbox.sale-select label {
    margin: 0;
}
.custom-checkbox.sale-select label input[type="radio"] + span{
    position: relative;
}
.custom-checkbox.sale-select label input[type="radio"] + span:before{
    content: "";
    display: none;
    background: #666;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.custom-checkbox.sale-select label input[type="radio"]:checked + span:before{
/*display: block;*/
}
.custom-checkbox label input[type="radio"] + span:after {
    content: "";
    border: #666 2px solid;
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
}
.exclam-sign{
    color: #38c0f3;
    font-size: 16px;
}
.sale-bonus li h5{
    color: #dd002a;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 600;
    min-width: 100px;
    text-align: right;
}
.sale-bonus li:hover{
    background: #ebf9fe;
}
.spa-treatmnt{
    width: 100%;
    color: #666;
}
.spa-treatmnt label{
    font-weight: 400;
    margin-bottom: 0
}
.spa-treatmnt-list li{
    border:#44ab9c solid;
    border-width: 0 0 1px 0;
    padding: 15px;
}
.spa-treatmnt-list li select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    line-height: 32px;
    background: url('../images/down-arrow.png') no-repeat calc(100% - 10px) center/10px;
    background-color: #fff;
    padding: 0 10px;
    min-width: 50px;
    height: 30px;
    border-radius: 5px;
    border: #44ab9c 1px solid;
    margin-right: 5px;
    font-size: 16px;
    cursor: pointer;
}
.spa-treatmnt-list li:last-child {
    border: 0;
}
.clear-selection{
    background: #f8f8f8;
    padding: 15px;
    border-top: #44ab9c 1px solid;
}
.clear-selection a{
    background: #fff;
    border: #ababab 1px solid;
    border-radius: 5px;
    height: 33px;
    line-height: 30px;
    text-align: center;
    color: #666;
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
}
.clear-selection a:hover{
    background: #ababab;
    color: #fff;
}
.free-bonus{
    color: #dd002a;
    padding: 15px;
}
.free-bonus h4{
    line-height: 28px;
    font-size: 18px;
}
.free-bonus strong{
    display: block;
    font-size: 22px;
}
h5.transfer-msg{
    color: #38c0f3;
    font-size: 16px;
    border-bottom: #44ab9c solid 1px;
}
.transfer-list li{
    padding-left: 40px;
}
.booking-bottom-btn{
    margin-top: 60px;
    border-top: #ababab 1px solid;
    padding: 40px 0;
    background: #fff;
    position: relative;
}
.booking-bottom-btn a{
    height: 44px;
    line-height: 40px;
    background: #44ab9c;
    color: #fff;
    padding: 0 30px;
    display: inline-block;
    font-size: 24px;
    border-radius: 5px;
    margin: 0 5px;
}
.booking-bottom-btn a:hover{
    background: #666;
}
.booking-room-feature{
    padding: 10px;
    position: relative;
}
.booking-room-feature h4{
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}
.booking-room-feature h6{
    font-size: 13px;
    font-style: italic;
    color: #6d6d6d;
    font-weight: bold;
}
.booking-room-feature ul{
    border-top: #efefef 1px solid;
    padding-bottom: 10px;
    margin-top: 5px;
}
.booking-room-feature li{
    color: #666;
    position: relative;
    padding: 5px 0 5px 15px;
    line-height: 20px;
}
.booking-room-feature li:before{
    content: "\f105";
    font-family: fontAwesome;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 5px;
}
.booking-price {
    border-bottom: #dd002a 1px solid;
    display: inline-block;
    margin: 15px 0;
}
.booking-price strong{
    font-size: 24px;
    display: block;
    color: #dd002a;
    border: 0;
}
.summary-btns{
    display: inline-flex;
    width: 100%;
    align-items: center;
}
.summary-btns a.btn_common{
    min-width: inherit;
    font-size: 24px;
    padding: 0 5px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    background: #d4d4d4;
    color: #333;
    width: 100%;
}
.summary-btns a.btn_common:hover{
    background: #44ab9c;
    color: #fff;
}
.summary-btns a.btn_common.book-btn{
    background: #44ab9c;
    color: #fff;
	background: #44ab9c;
	color: #fff;
	padding: 8px 40px;
	height: auto;	
}
.need-advise{
    display: block;
    text-decoration: underline !important;
    padding-bottom: 10px; 
}
.need-advise:hover{
    color: #44ab9c;
    text-decoration: none !important;
}

#sidebar.fixed {
    position: fixed;
    top: 10px;
    width: 265px;
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100% - 30px);
}
#sidebarWrap, #sidebarWrap2{
    position: absolute;
    right: -15px;
    top: 0;
    width: 25.7%;
}
.col-9{
    width: 75%;
    padding: 0 15px;
    float: left;
}
.col-3{
    width: 25%;
    float: left;
    padding: 0 15px;
}
.show-mob{
    display: none;
}

.booking-main{
    position: relative;
}
.package-hotel-img-slider{
    display: none;
}
.search-filter-top span{
    background: #fff;
    border: #d6d6d6 1px solid;
    border-radius: 5px;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 26px;
    margin-right: 5px;
    color: #333;
    font-weight: 300;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap;
}
.search-filter-top span i{
    color: #333;
    font-size: 15px;
    margin: 0 2px;
}
.floating-book-summary{
    display: none
}
.package-viewmore{
    color: #38c0f3;
}
.package-viewmore:hover{
    text-decoration: underline !important;
    color: #44ab9c;
}
.destination-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #efefef;
    z-index: 9999999;
    padding: 20px;
    display: none;
}
.dest-modal-inner h4{
    text-align: center;
    color: #676767;
    display: block;
}
.dest-modal-inner h4 span{
    float: right;
    font-size: 20px;
}
.destination-modal-content {
    padding: 20px 0;
}
.dest-modal-inner .booking-form .form-group{
    margin-bottom: 15px;
}
.dest-modal-inner .form-search{
    width: 100%;
    border: 0;
    margin-top: 10px;
}
.resp-searchHeading{ 
    display: none;
}
.console-tabs{ display: inline-flex; flex-flow: row nowrap; overflow: hidden; overflow-x: auto; text-align: left; width: 100%; padding: 10px; background: #d4d4d4;}
.console-tabs li{ cursor: pointer; padding: 2px 10px; background: #44ab9c; border: #d6d6d6 1px solid; display: inline-block; border-radius: 5px; white-space: nowrap; font-size: 12px; color: #fff; padding-left: 22px; position: relative; -webkit-transition: ease 0.3s;-moz-transition: ease 0.3s;transition: ease 0.3s;}
.console-tabs li:before { content: "\f055"; font-family: FontAwesome; display: inline-block; position: absolute;
left: 7px;}
.console-tabs li + li{ margin-left: 5px;}
.console-tabs li a{ color: #fff;}
.console-tabs li:hover, .console-tabs li:focus{ color: #fff; background: #333;}

.search-console-icon{
    cursor: pointer;
    font-size: 12px;
    background: #38c0f3;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 2px 7px;
    white-space: nowrap;
}
.resp-search-console-inner .booking-room-feature{
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
}
.resp-search-console-inner{    
    border: #d6d6d6 1px solid;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.resp-search-left{
    width: 100%;
}
.resp-search-left .booking-person{
    border: 0;
    padding: 0;
    margin-top: 10px;
}
.resp-search-console h3{
    margin-bottom: 10px;
}


















/******** ACCOMMODATION_SECTION ********/
.popular-deals.accommodation-div:after {display: none;}
.accommodation-div .main-head {margin: 0 0 40px;}
.accommodate-p {margin: 15px 0px;}
.listing-deals li {list-style: none;position: relative;line-height: 20px;margin: 0 0 2px;font-size: 13px;color: #666; padding-left:14px;}
.listing-deals li:before {content:'\f105';font-family: FontAwesome;display: inline-block;position: absolute;top:0px; left: 0;font-size: 14px;}
.btn_common {display: inline-block;border: 0; text-shadow: none;min-width: 200px;border-radius:3px;background: #44ab9c; text-align: center;padding: 12px 40px;font-size: 16px;position: relative;color: #fff;letter-spacing: 0.2px;}
.btn_common:hover, .btn_common:focus{color: #fff; background: #38c0f3}
.accommodation-packages-sec .btn_common {margin:50px 0 0;}

.accommodation-packages-section {border-top: 1px solid #e6e6e6;padding:45px 0px;}
.accommodte-packages-inr p {margin: 0px 0 20px;}
.accommodation-packages-section .main-head {margin:0 0 24px;}

.acc-facility-img {float: left;width:29%;}
.acc-facility-img img {width: 100%;}
.acc-facility-text {float: right;width:71%;padding-left: 14px;}
.acc-facility-single {margin: 0 0 20px;}
.acc-facility-text h5 {font-size: 16px;color: #44ab9c;font-weight: 700;margin: 0 0 8px;}
.acc-facility-text p {}



/******** PAYMENT_PAGE ********/

.paymt-page {}
.paymt-page .header-content {min-height: auto;}
.booking-det-heading {background: #44ab9c;padding: 11px 15px;border-radius: 4px;display: inline-flex; width: 100%;   align-items: center; justify-content: space-between;}
.booking-det-heading h3 {float: left;width: 100%; font-size: 26px;color: #fff;font-weight: 700;text-transform: capitalize;}
.booking-det-single{border: 1px solid #ababab;border-radius: 4px;margin: 20px 0px 70px;}
.booking-det-single .booking-det-heading {border-bottom-left-radius: 0;border-bottom-right-radius: 0px;}
.booking-det-single h4 {font-size: 24px;color: #666;font-weight: 700;text-transform: capitalize;background: #f8f8f8; border:1px solid #ababab;border-width: 1px 0px;padding: 11px 15px;}
.booking-det-content {padding: 24px 15px;background: #fff;}
.booking-det-form h5 {font-size: 15px;color: #333;font-weight: 700;margin: 0 0 17px;}
.booking-det-form .form-group label {font-size: 13px;color: #666;font-family: 'Open Sans', sans-serif;font-weight: 400;display: block;}
.booking-det-form .form-group input, .booking-det-form .form-group select,.booking-det-form .form-group textarea {
font-size: 13px; color: #666; font-weight: 400; border: 1px solid #dbdbdb; padding: 0 15px; outline: 0; border-radius: 4px;}
.booking-det-form .form-group input, .booking-det-form .form-group select {height: 35px;line-height: 35px;width: 75%;}
.booking-det-form .form-group select {appearance:none;-webkit-appearance:none;-moz-appearance:none; background: url(../images/select-bg.png) 95% center no-repeat; background-color: transparent;}
.booking-det-form .form-group textarea {resize: none;height: 145px;line-height:20px;padding: 20px 15px;width: 100%;}

.frm-grp100 {width: 75%;}
.frm-grp-70 {float: left;width: 70%;}
.frm-grp-30 {float: left;width: 30%;padding-left: 15px;}
.frm-grp-70 input, .frm-grp-70 select, .frm-grp-30 input, .frm-grp-30 select {width: 100% !important;}

.label-paymnt input[type='radio']{display: none;}
.label-paymnt input[type='radio'] + span{width: 12px;height: 12px;background-color: #fff;display: inline-block; vertical-align: middle; position: relative;border-radius: 50%;border: 2px solid #666;}
.label-paymnt input[type='radio'] + span:before{content: "";width: 6px;height:6px;position: absolute;top: 1px;left: 1px; border-radius: 50%;}
#paymnt-radio.label-paymnt input[type='radio']:checked + span:before{background: #38c0f3;}
.label-paymnt {border: 1px solid #dbdbdb;padding: 10px 15px;border-radius: 4px;margin: 0;width:auto;}
.label-paymnt h6 {display: inline-block;vertical-align: middle;font-size: 14px;color: #666;font-weight:400; margin-left: 6px;line-height: 20px;}

.payment-deposit-inr {padding-right: 60px;}
.important-info-div {padding-left: 60px;}
.payable-div {margin: 24px 0 0;}
.payable-div a {margin: 14px 0 0;display: inline-block;}
.payable-div h5 {font-size: 15px;color: #333333;font-weight: 700;}
.payable-div a {font-size: 13px;color: #38c0f3;font-family: 'Open Sans', sans-serif;font-weight: 400;}
span.color-red {color: #dd002a;}
span.color-gray {font-family: 'Open Sans', sans-serif;font-weight: 400; color: #666666;font-size: 13px;display: block; }
.payment-method h5 {font-size: 20px;font-weight: 700;color: #333;text-transform: capitalize;margin:20px 0 14px;}
.label-paymnt1 {display: block;}
.label-paymnt1 span {display: inline-block;vertical-align: middle;}
.label-paymnt1 h6 {display: inline-block;vertical-align: middle;font-size: 13px;color: #666;font-weight: 400;}
.label-paymnt1 input[type='radio']{display: none;}
.label-paymnt1 input[type='radio'] + span{width: 12px;height: 12px;background-color: #fff;display: inline-block; vertical-align: middle; position: relative;border-radius: 50%;border: 2px solid #666;}
.label-paymnt1 input[type='radio'] + span:before{content: "";width: 6px;height:6px;position: absolute;top: 1px;left: 1px; border-radius: 50%;}
#paymnt-radio1.label-paymnt1 input[type='radio']:checked + span:before{background: #666;}
.payment-method p {margin: 0 0 10px;}

.important-info-div {}
.imp-info-section {background: #fdfbee;border: 1px solid #fcf3e0;padding:12px 12px 18px;border-radius: 4px;}
.imp-info-section h5 {color: #8a6d3b;font-size: 15px;font-weight: 700;margin: 0 0 6px;}
.imp-info-section p {color: #8a6d3b;font-size: 13px;line-height: 16px; font-weight:400;margin: 0 0 10px;border-bottom: 1px solid #faebcc;padding: 0 0 14px;}
.imp-info-section p:last-child {border-bottom: 0;padding: 0;margin: 0;}
.terms-conditions-sec {margin:115px 0 0;}
.terms-conditions-sec h5 {font-size: 20px;font-weight: 700;color: #333;text-transform: capitalize;margin: 0 0 14px;}
.label-terms input[type='checkbox']{display: none;}
.label-terms input[type='checkbox'] + span{width: 12px;height: 12px;background-color: #fff;display: inline-block; vertical-align: middle; position: relative;border-radius:2px;border:1px solid #666;}
.label-terms input[type='checkbox'] + span:before {content: "";font-family: FontAwesome;width: auto;height: auto; position: absolute;top:-6px;left:1px;border-radius: 2px;font-size: 8px;}
#label-term.label-terms input[type='checkbox']:checked + span:before{background: transparent;content: "\f00c";font-family: FontAwesome;}
.label-terms h6 {display: inline-block;vertical-align: middle;font-size: 13px;color: #666;font-family: 'Open Sans', sans-serif;font-weight: 400;}
.label-terms h6 a, .imp-info-section p a {display: inline-block;color: #005575;}

.label-terms-hotel input[type='checkbox']{display: none;}
.label-terms-hotel input[type='checkbox'] + span{width: 12px;height: 12px;background-color: #fff;display: inline-block; vertical-align: middle; position: relative;border-radius:2px;border:1px solid #666;}
.label-terms-hotel input[type='checkbox'] + span:before {content: "";font-family: FontAwesome;width: auto;height: auto; position: absolute;top:-6px;left:1px;border-radius: 2px;font-size: 8px;}
#label-term-hotel.label-terms-hotel input[type='checkbox']:checked + span:before{background: transparent;content: "\f00c";font-family: FontAwesome;}
.label-terms-hotel h6 {display: inline-block;vertical-align: middle;font-size: 13px;color: #666;font-family: 'Open Sans', sans-serif;font-weight: 400;}
.label-terms-hotel h6 a, .imp-info-section p a {display: inline-block;color: #005575;}



.submit-booking-section {border-top: 1px solid #ababab;padding: 18px 20px;text-align: center;background: #f8f8f8;}
.submit-booking-section button {font-size: 24px;color: #fefefe;padding: 14px 40px;}

.customize-button {text-align: center;border-top: 1px solid #ababab;padding: 17px 20px;}
.customize-button button {font-size: 24px;min-width: 170px;padding: 12px 25px;}
.customize-button button i {margin-right: 4px;}


/** booking-summary-section **/

.booking-summary-sec {border: 1px solid #ececec;border-radius: 4px;}
.booking-summary-sec .booking-det-heading {border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.booking-summary-sec .booking-det-heading h3 {font-weight: 400;font-size: 22px;text-align: center;width: 100%;}
.booking-summary-sec h4 {font-size: 16px;color: #333;font-weight: 700;padding: 0 0 14px;margin: 0 0 14px; border-bottom: 1px solid #efefef;}
.booking-summary-sec h4 span {display: block;font-size: 13px;color: #a9a9a9;font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: italic;margin: 4px 0 0;}
.bkng-summry-cntnt {border-top: 1px solid #ececec; padding: 16px 12px;}
.bkng-summry-cntnt ul {margin: 0 0 24px;}
.bkng-summry-cntnt ul li{list-style: none;font-size: 14px;line-height: 18px;margin: 0 0 8px; color: #666;font-family: 'Open Sans', sans-serif;font-weight: 400;padding-left: 14px;position: relative;}
.bkng-summry-cntnt ul li:before {content: '\f105';font-family: FontAwesome;font-size: 15px;color: #666;display: block; position: absolute;top:0;left: 0;}

.subtotal-div h5 {font-size: 15px;color: #333;font-weight: 700;} 
.subtotal-div h5 span {float: right;}
.subtotal-div h6 {font-size: 13px;color: #666;font-weight: 400;margin: 8px 0px;} 
.subtotal-div h6 span {float: right;}
.subtotal-div h5.total_amt {font-size: 18px;color: #333;}
.subtotal-div h5.total_amt span {color: #666;font-size: 15px;}
.subtotal-div h5.total_amt span b {color: #dd002a;}
.subtotal-div .btn_common {font-size: 18px;color: #333;font-weight: 400;background: #d4d4d4;padding: 15px 20px; width: 100%; margin: 20px 0 0; text-transform: capitalize;}
.bkng-summry-cntnt p {border-top: 1px solid #ececec;padding: 10px 0 0;margin: 14px 0 0;text-align: center;font-weight: 400; text-decoration: underline;}
.show-btn {font-size: 16px;color: #666;font-weight: 700;width: 90px;height: 36px;line-height: 36px;text-align: center; float: right;border-radius: 4px;background: #fff;}



/******** THANK_YOU ********/

.thankyou-main-section {padding: 80px 0;}
.thankyou-outer p {font-family: 'Noto Sans', sans-serif;font-weight: 400;}
.thankyou-img {display: block;margin: 0 auto 50px;}
.thankyou-main-content {width: 80%; margin: auto;}
.thankyou-main-content h4 {font-size: 20px;color:#333;margin: 0 0 25px;}
.thankyou-main-content p {margin: 0 0 17px; font-size: 16px;}
.ty-booking-det {padding: 0 0 4px;margin: 0 0 50px;}
.total_p{border-bottom: 2px solid #333;}
.am_paid{ font-weight: normal !important; padding: 10px 0px; }
.ty-booking-det h5 {font-size: 18px;color: #333;font-weight: 700;}
.ty-booking-det p {margin: 20px 0px 20px;}
.hotel-det-title {display: inline-block;vertical-align: top;width: 30%;}
.hotel-det-content {display: inline-block;vertical-align: top;width: 68%;}
.hotel-det-content p {margin: 0;}
.hotel-det-content img {margin: 20px 0 0;}
.hotel-details-main li {margin: 0 0 20px;}
.hotel-det-title h5 {font-size: 16px;color: #333;font-weight: 700;}
.li_width100 .hotel-det-title, .li_width100 .hotel-det-content {width: 100%;display: block;margin: 0 0 15px;}




/******** PACKAGE_DETAIL2 ********/

.package-detail2 .package-head h5 {font-size: 19px;color: #333;margin: 10px 0 0;font-weight: bold;}
.star-rev {color: #fac200;font-size: 14px;}
.star-rev i {margin-right: 3px;}
.maldives-highlights .highlight-text h4 {width: 100%;margin: 35px 0 12px;}
.highlight-text .upgrade-sec {text-align: center;display: inline-block;vertical-align: top;width:97px;}
.highlight-text .upgrade-sec i {font-size: 40px;color: #666;}
.highlight-text .upgrade-sec p {line-height: 18px;margin: 8px 0 0;}
.maldives-highlights.terms-condi-div .highlight-text p {margin: 0 0 15px;}
.maldives-highlights.terms-condi-div .highlight-text p a {color: #38c0f3;}
.maldives-highlights.terms-condi-div .highlight-text p:last-child {margin: 0px;}
.package-det-slider {padding: 50px 0;}
.package-sldr {padding: 50px 0 0;}
.features-icon span {display: inline-block;vertical-align: middle;margin-right: 4px;font-size:20px;border: 1px solid #e6e6e6;width: 38px;height: 33px;line-height: 31px;text-align: center;color: #999999;}
.features-icon span img {width: 23px;}
.room-feature-sec ul {display: inline-block;width:35%;vertical-align: top;padding-left:35px;}
.room-feature-sec {padding:25px 0;}
.room-feature-sec h5 {margin: 0 0 15px;}
.para_listing p {margin: 0 0 20px;}
.para_listing p:last-child {margin: 0px;}



.mobile-tabs {
    display: none;
    padding: 0 15px;
}
.mobile-tabs .mobile-tabs-list ul{
    display: flex;
    flex-wrap: nowrap;
    padding: 3px 14px 15px 14px;
    overflow-x: auto;
    margin: 20px -15px 0px -15px;
}
.mobile-tabs .mobile-tabs-list:after {
    content: '';
    flex: 0 0 14px;
}
.mobile-tabs-list li:before {
    font-family: fontawesome;
	color:#44ab9c;
	font-size:19px;
}
.mobile-tabs-list li{
    display: inline-flex;
    flex-direction: column;
    flex: 0 0 25vw;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    text-align: center;
    margin: 0 5px;
    padding: 8px 10px;
    cursor: pointer;
    height: 70px;
}
.mobile-tabs-list li a{
    display: block;
}
.mobile-tabs-list a span {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: #44ab9c;
}
.mobile-tabs-list a .icon {
    font-size: 24px;
    margin-bottom: 4px;
}
.mobile-tabs-list a .text {
    font-size: 12px;
    line-height: 14px;
    align-self: center;
    font-weight: 700;
}
.travel-slider-main {
    padding: 0 0 30px;
}
.travel-slider-main:after{
    display: none;
}
.deal-slider-outer{
    padding-bottom: 20px !important;
}
.travel-slider li{
    background: #fff;
    border: rgba(0,0,0,.15) 1px solid;
    border-radius: 5px;
}
.travel-pack-info h4{
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}
.travel-pack-info p{
    color: #333;
}
.travel-pack-info .deal-info-inner{
    padding: 10px 20px 10px 10px;
    position: relative;
}
.travel-pack-info .deal-info-inner:after{
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right: 10px;
    font-size: 30px;
    color: #333;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.travel-slider li .deal-image{
    max-height: 210px;
    overflow: hidden;
}

.travel-slider-main .slideControls{
    top: 25%;
}
.resp-navMenu{ 
    display: none;
    background: #fff;
    position: fixed;
    left: 0; 
    width: 100%;
    height: calc(100vh - 50px);
    overflow-y: auto;
}
.resp-navMenu ul{
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    border: #44ab9c solid;
    border-width: 4px 0;
    background: #fdfdfd;
}
.resp-navMenu li{
    width: 33.333%;
    float: left;
    border: #44ab9c solid;
    border-width: 0 1px 1px 0;
	padding:15px 0;
}
.resp-navMenu li a{
    padding: 0 10px;
    display: block;
    color: #44ab9c;
}
.resp-navMenu li a span{
    display: block;
    color: #44ab9c;
}
.resp-navMenu li a:hover, .resp-navMenu li a:hover span, .resp-navMenu li a:focus span{
    color: #38c0f3;
}
.resp-navMenu li a span.menu-icon{
    font-size: 20px;
}
.resp-navMenu li a span.menu-link{
    font-weight: 700;
}
.navbar-collapse{
    border: 0;
}


.resp-tabs{
    display: none;
}



.ui-datepicker td.ui-state-disabled{
    width: 40px;
    height: 40px;
    background: none;
}
.ui-datepicker td.ui-state-disabled span{
    padding: 0;
    text-align: center;
    border: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    background: #eee;
}

.package-photos .lslide img{
    max-width: 100%;
    border-radius: 8px;
}
.package-photos .lSSlideOuter .lSPager.lSGallery img{
    border-radius: 8px;
    padding: 2px;
    border: #e4e4e4 1px solid;
}
.lSSlideOuter .lSPager.lSGallery li{
    opacity: 0.7;
}
.lSSlideOuter .lSPager.lSGallery li.active{
    opacity: 1;
}


.cs-skin-border .cs-selected span::after{display: none;}
.resp-navMenu li:before{
	color:#44ab9c;
	font-family:fontawesome;
    font-size: 20px;
}


.accommodation-packages-sec {
    margin: 0 -15px;
}
.accommodation-packages-sec .row{
    display: inline-flex;
    width: 100%;
    align-items: stretch;
    margin: 0;
}
.accommodation-packages-sec .deal-inner{
    height: 100%;
    border: #aeaeae 1px solid;
    border-radius: 7px;
    position: relative;
    padding-bottom: 50px;
}
.accommodation-packages-sec .deal-info{
    border: 0
}



/*******travisotr*******/
.discount_price {color: #ff0000!important;}
.meal_plan {color: #44ab9c;font-size: 14px;}
.package-hotel-title h4 del {
    color: #44ab9c!important;
    margin-right: 10px;
}
.package-hotel-title h4 del {
    text-decoration: none;
    position: relative;
}
.package-hotel-title h4 del:after {
    content: ' ';
    font-size: inherit;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 40%;
    bottom: 40%;
    border-top: 1px solid #44ab9c;
    border-bottom: 1px solid #44ab9c;
}
.package-hotel-img {
    width: 80%;
}

.package-hotel-detail .package-hotel-img {
    display: none;
}
.package-hotel-img-slider {
    display: block;
    width: 80%;
}
.package-hotel-img-slider .carousel-control {
    color: #fff;
    font-size: 24px;
    opacity: 1;
    background: none;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
}
.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 1rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}

:root {
  font-size: 2em;
  font-family: Helvetica, arial, sans-serif;
}

#log {
  margin: 1em auto;
  width: 5em;
  text-align: center;
  background: transparent;
}

.pack-room-sel h4 {
    width: auto;
    color: #777;
    font-size: 18px;
}
.trips_main_pc {
    display: inline-flex;
}

.pack_list_common-dd {
    min-width: 242px;
 }
 .contact_infor ul li:last-child {
    border-bottom: none;
}

.cur_options{
    background: url(../images/select-bg.png) calc(100% - 5px) center no-repeat;
    background-color: #fff;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    height: 30px;
    padding: 0 20px 0 8px;
    border-radius: 5px;
    border: 0;
    box-shadow: none;
}
.phone-mob {
  display: none;
}



/**/
.ui-widget.ui-widget-content{
    width: auto !important
}
/*tbody .ui-datepicker-week-end a.ui-state-default{
    width: 100%;
}*/
.ui-datepicker-multi-2 .ui-datepicker-group{
    padding: 0 5px;
}


.ui-state-active{
    background-color: #44ab9c!important;
    color: #fff!important;
}

.sub_wrap ul{
    list-style: none;
}

.remain_class{
    border-top: 1px solid #ababab;
    margin-top: 10px;
}
.payable-div, .payable-div h5{
    display: inline-block
}









.home header, .home .header-main, .home .carousel, .home .carousel-inner {
    height: 100%;
}
.page-template-accommodation header, .page-template-accommodation .header-main, .page-template-accommodation .carousel, .page-template-accommodation .carousel-inner {
    height: 100%;
}
.home .carousel-inner , .page-template-accommodation .carousel-inner {
    border-radius: 0 !important
}
/*.home .carousel-fade.carousel .item{
    position: relative;
}*/
.home .carousel.slide.carousel-fade, .page-template-accommodation .carousel.slide.carousel-fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.set_main_title, .set_main_title_tour {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    border-bottom: #efefef 1px solid;
    padding-bottom: 5px;
}
.showonsm{display:none;}

.package-slider {
	height: auto !important;
}


@media only screen and (max-width:640px) {
.package-hotel-title {
	overflow: hidden;
}
.package-hotel-title h4 {
    float: left;
    width: 65% !important;
}
.package-hotel-title h4.pull-right {
	float: right !important;
	display: inline-block !important;
	width: 35% !important;
	text-align: right;
}
.room-package-rates-by-types-left-area.room-rates-by-types-left-area {
	width: 65% !important;
}
.room-package-rates-by-types-left-area.room-rates-by-types-left-area h5 {
	margin: 0 !important;
}
#image-gallery_package {
    min-height: auto !important;
}	
#package-slider {
    min-height: auto!important;
}
.deal-slider-outer {
    padding-bottom: 0 !important;
}	
.room-rates-by-types-left-area {
    width: 65% !important;
}
.room-rates-by-types-left-area h5 {
    margin: 0;
}
.custom-checkbox label input[type="checkbox"]:checked + span::before {
	top: 0 !important;
}
#image-gallery {
    min-height:auto !important;
    height: auto !important;
}
}
