/* home page css start here  */
header .header-style-three.inner-header-cont .nav-right .nav-right-hotline {
    padding-left: 0px;
    padding-right: 0px;
}
.header-area.header-style-three.inner-header-cont nav.main-nav {
    text-align: right;
}
.searchbar-section{
    margin-top: 0px !important;
}
.hero-style-three .slider-bg-1 {
    padding: 160px 0 110px;;
}

.nav-logo a {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
header .header-style-three .main-nav ul li.has-child-menu:after {
    display: none !important;
}

header .header-style-three .nav-right .nav-right-hotline .hotline-info span {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-top: -3px;
    display: block;
    line-height: 1;
}
header .header-style-three .nav-right .nav-right-hotline .hotline-info h6 a {
    color: inherit;
    font-size: 20px;
    line-height: 30px;
}

.blink_me {
    animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  .feature-block_one.style-two .feature-block_one-icon{
	background-color: rgba(var(--main-color-rgb), 0.10);
}

.feature-block_one.style-two .feature-block_one-inner:hover .feature-block_one-icon{
	color: var(--white-color);
	background-color: var(--main-color);
}

.feature-block_one.style-two .feature-block_one-text{
	padding: var(--padding-zero);
}
    
.feature-one{
	position: relative;
	padding: 110px 0px 80px;
	background-color: var(--color-three);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.feature-one.style-two{
	background: none;
}

.feature-one.style-three{
	background: none;
	padding: var(--padding-zero);
}

.feature-one.style-three .inner-container{
	border-radius: 25px;
	padding: 80px 50px;
	background-color: var(--color-three);
}

.feature-block_one{
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.feature-block_one-inner{
	position: relative;
	text-align: center;
}

.feature-block_one-icon{
	position: relative;
	line-height: 125px;
	width: 125px;
	height: 125px;
	margin: 0 auto;
	border-radius: 25px;
	color: var(--main-color);
	font-size: var(--font-60);
	font-family: "flaticon_sky-flat";
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.feature-block_one.style-two .feature-block_one-icon {
    background-color: #ff4838;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-block_one.style-two .feature-block_one-inner:hover .feature-block_one-icon {
    color: #fff;
    background-color: #000;
}
.feature-block_one.style-two .feature-block_one-text{
	padding: var(--padding-zero);
}

.feature-block_one-inner:hover .feature-block_one-icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
	background-color: var(--white-color);
	box-shadow: 5px 20px 50px rgba(0, 0, 0, 0.05);
}

.feature-block_one-title{
	position: relative;
	font-weight: 500;
	margin-top: 20px;
    
}

.feature-block_one-text{
	position: relative;
	line-height: 26px;
	padding: 0px 20px;
	color: var(--color-two);
	font-size: 16px;
	margin-top: 15px;
}
.feature-block_one.style-two .feature-block_one-icon i {
    color: #fff;
    font-size: 56px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.destination-sec{
    background-image: linear-gradient(rgba(0,5,15,0.6),rgba(0,5,15,0.6)),url(../images/reviewer/review3-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-left: 10%;
    padding-right: 10%;
    background-blend-mode: darken;
    background-color: #0000004d;
}

.destination-item {

    border: 2px solid #fff;
}
.newslatter-wrapper {
    background: transparent;
    padding: 0;
}
.brand-logo {
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    font-weight: 600;
}

.info li {
    position: relative;
    display: block;
    font-weight: 400;
    line-height: 24px;
    padding-top: 14px;
}

.info li a {
    color: #fff;
}
.info li a {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: #fff;
    line-height: 24px;
}
.info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    width: 28px;
    color: #ff4838;
}

.footer-area .footer-main-wrapper {
    padding-bottom: 30px;
}

header .header-style-three .nav-right .nav-right-hotline .hotline-info h6 {

    font-size: 20px;
 
    line-height: 30px;
}

.inner-contact-options .contact-box-inner a {
    color: inherit;
    display: flex;
    align-items: center;
}

header .header-style-three .main-nav ul li ul.sub-menu>li a {
    text-align: left;
}
.newslatter-wrapper .newslatter-side {
    max-width: 100%;
}
.footer-area {
    overflow: hidden;
}

.breadcrumb-style-one .breadcrumb-items .breadcrumb-item.active::before {

    display: none;

}
.footer-area .footer-bottom .copyright-link p a {
    font-size: 16px;
}
/* home page css end here  */

/* form css start here  */
.tab-content-cont .tab-pane {
    padding: 0;
}
.tab-content-cont .tab-pane .container {
    padding: 0;
}

.tab-content-cont .tab-pane .container .multi-main-searchber {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
ul.nav.nav-tabs.nav-tabs-cus a.nav-link.active {
    background-color: #ff4838;
    border: 1px solid #ff4838;
    color: #fff;
    font-weight: 600;
}
ul.nav.nav-tabs.nav-tabs-cus a.nav-link {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    
}
ul.nav.nav-tabs.nav-tabs-cus li.nav-item:nth-child(1) a.nav-link {
    border-top-right-radius: 0px;
}
ul.nav.nav-tabs.nav-tabs-cus li.nav-item:nth-child(2)  a.nav-link {
    border-top-left-radius: 0px;
}

.multi-main-searchber .search-box-single .searchbox-input.date-picker-input::before {
    display: none;
}

.multi-main-searchber .search-box-single .searchbox-input.date-picker-input {
    top:0px;
}

.hero-style-three .banner-plane {
    display: none;
}
/* form css end here  */
.footer-area .footer-bottom .copyright-link p {
    font-size: 16px;
}

/* contact us css start here  */
.contact-wrapper-cus .contact-form-wrap  , .contact-wrapper-cus .contact-info{
    box-shadow: none !important;
}
.contact-info ul li {

    padding: 40px 20px;

}
.custom-input-group input , .custom-input-group textarea{

    border-radius: 5px;
 
}
.pb-70{
    padding-bottom: 70px;
}

.image-group-cus-cont img {
    width: 100%;
    max-width: 360px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.image-group-cus-cont {
    float: right;
}
/* contact us css end here  */

.inner-page-content  p {
    font-size: 16px;
    color: #5c5c5c;
    
}

.inner-page-content  p:not(:last-child){
    padding-bottom: 20px;
}

li.breadcrumb-item i {
    padding-right: 10px;
}

.breadcrumb-style-one {
    padding: 150px 0 100px;
}
.sitemap-wrapper .content-cont h2 {
    font-size: 32px !important;
    line-height: 1 !important;
    margin-bottom:1rem;

}
.sitemap-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0;
}
.sitemap-wrapper ul li {
    width: 25%;
}

.sitemap-wrapper ul li a {
    color: #212529;
}
.sitemap-wrapper ul li a:hover{
    color: #ff4838;
}

.cus-list-item{
    display: flex;
    flex-wrap: wrap;
}
.cus-list-item.list-items-3 li{
    width: 33.33%;
}

.cus-list-item.list-items-4 li{
    width: 25%;
}

.contact-us-widget {
    float: right;
    position: relative;
    padding: 0px 0px 5px 10px;
}

.contact-us-widget img {
    width: 100%;
    max-width: 400px;
}
.contact-us-widget .call-aside-cont {
    position: absolute;
    top: 34%;
    left: 30.5%;
    color: #fff;
    font-weight: 600;
}
.contact-us-widget .call-aside-cont p {
    color: #fff;
    font-size: 15px;
    line-height: 1;
}
.form-check-inline.cus-form-check label {
   display: flex; 
   align-items: center;
}
.form-check-inline.cus-form-check label input {
    width: auto;
    margin-right: 4px;
}
.form-check-inline.cus-form-check label {
    display: flex;
    align-items: center;
}
.form-check-inline.cus-form-check {
    display: flex;
}

.form-check-inline.cus-form-check label:not(:last-child) {
    margin-right: 20px;
}

.multi-main-searchber .main-form-submit button {
    height:59%;
}

.multi-main-searchber .main-form-submit {
    height: 100%;
    align-items: end;
    display: flex;
}
div#hotel .multi-main-searchber .main-form-submit button {
    height: 100%;
}



.presnt-guest {
    position: relative;
  }
  .presnt-guest .psg_dls {
    position: absolute;
    background: #fff;
    padding: 10px;
    width: 300px;
    box-shadow: 0 4px 10px #ccc;
    z-index: 9;
    top: 7.2vh;
  }
  .presnt-guest .psg_dls .pass_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .presnt-guest .psg_dls .pass_bx .input-group {
    /* width: 50%; */
    background: #ff4838;
    color: #fff;
    margin-bottom: 6px;
  }
  .presnt-guest .psg_dls .pass_bx a.btn {
    /* padding: 6px 12px !important; */
    background: transparent !important;
    box-shadow: none;
    margin: 0;
    font-size: 15px;
    width: 100%;
  }
  .presnt-guest .psg_dls .pass_bx .input-group a {
    color: #fff;
  }
  .presnt-guest .psg_dls .pass_bx .input-group {
    /* width: 50%; */
    background: #ff4838;
    color: #fff;
    margin-bottom: 6px;
  }
  .presnt-guest .psg_dls .pass_bx .input-group input {
    height: auto;
    padding: 0;
    /* width: 45%; */
  }
  .row.hhtrls a {
    background: #ff4838;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
  }
  a#remove-button {
    margin-left: 8px;
  }
  
  .presnt-guest button.btn_done.btn_doneH {
    position: inherit;
    margin-top: 20px;
    width: 100%;
  }
  
  .presnt-guest .btn_dn {
    width: 100%;
  }
  
  .presnt-guest .psg_dls .pass_bx .input-group a span  , .presnt-guest .psg_dls .pass_bx span.input-group-btn{
    background-color: transparent;
  }
  
  
  .presnt-guest a.btn.mns_btn {
    width: 100%;
    max-width: 100%;
  }
  
  .presnt-guest .psg_dls .pass_bx .input-group a span {
    color: #fff;
  }
  
  .presnt-guest .psg_dls .pass_bx > label + .input-group {
    width: 50%;
  }
  
  .presnt-guest .psg_dls .pass_bx > label {
    width: 50%;
    padding-right: 10px;
  
  }
  
  .presnt-guest button.btn_done {
    width: 100%;
    max-width: 100%;
    background-color: #ff4838;
    border: none;
    padding: 10px 0;
    color: #fff;
    margin-top: 10px;
  }
  
  form#flight_search_form label {
    color: #000;
    display: flex;
    align-items: center;
    padding-right: 10px;
  }
  form#flight_search_form label input {
    margin-left: 5px;
  }
  
  
  .presnt-guest div#psg_dls_hotel i {
    position: initial !important;
    color: #fff;
  }
  
  .room_aads.dynamic-field .pass_bx {
    padding: 0 13px;
  }
  
  .pass_bx.child-age {
    flex-direction: column;
    padding: 0 0 !important;
    /* margin: 0 -15px; */
    width: 100%;
    margin-bottom: 5px;
  }
  .pass_bx.child-age label {
    width: 100% !important;
  }
  
.multi-main-searchber .search-box-single .searchbox-input.date-picker-input , .hero-style-three {
    overflow:visible;
}
/* .ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: 11px 0 0 12px;
}
.ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: 11px 0 0 12px;
} */
.about-wrap-title.fs-22{
    font-size: 24px;
    padding-bottom: 5px;
    font-weight: 600;
}

.more-update-section {
    background-position: right;
}
.breadcrumb.breadcrumb-style-one {
    position: relative;
}

.breadcrumb.breadcrumb-style-one:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000061;
    top: 0;
    z-index: 0;
}

.breadcrumb.breadcrumb-style-one .col-lg-12.text-center {
    position: relative;
    z-index: 1;
}
.hero-style-three .hero3-content h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    text-align: left;
}

select#ct {
    border: 1px solid #eee;
    padding: 0px 10px;
    font-size: 14px;
}
.presnt-guest .psg_dls .form-group.d-flex.pl-2.pr-2 {
    margin-bottom: 14px;
}
.presnt-guest .psg_dls .pass_bx label {
    font-size: 14px;
}

.presnt-guest .psg_dls .pass_bx label {
    align-items: unset !important;
}

.presnt-guest .psg_dls .pass_bx label small {
    padding-left: 5px;
}

.presnt-guest .psg_dls h4 {
    font-size: 20px;
    text-align: left !important;
    margin-bottom: 10px;
}

.room_aads.dynamic-field i {
    color: #000 !important;
    padding-right: 5px;
}
.presnt-guest .psg_dls .pass_bx label {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 24px;
}
.presnt-guest .psg_dls .pass_bx label {
    line-height: 1;
}

.multi-main-searchber .search-box-single .searchbox-input select {
    border: 1px solid #eee;
    padding: 0 4px;
    margin-top: 4px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.footer-area .footer-main-wrapper .footer-about p {
    padding-top: 15px;
}
input::-webkit-input-placeholder {
    font-size: 25px;
    line-height: 4;
}

.disclaimer-cont p {
    background-color: #eee;
    padding: 10px;
    border-radius: 5px;
    margin-top: 40px;
}
.about-image-group.about-image-group-img {
    float: right;
}
.about-image-group.about-image-group-img img {
    width: 100%;
    max-width: 287px;
    margin: 0 0px 10px 20px;
}

.footer-area .footer-main-wrapper .footer-about img {
    width: 100%;
    max-width: 230px;
    height:auto;
}
.breadcrumb.breadcrumb-style-one
{
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
li.parsley-required {
    position: absolute;
    left: 0px;
    color: red;
    font-size: 12px;
    width: 100% !important;
    bottom: -3px;
    z-index: 9;
}

.call-icon img {
    width: 30px;
}

@media (max-width:767px){
    .mobile-popup{
        padding:7px 0px !important;
    }
}