

/* .top-cart-login {
    background-color: #000;
    padding: 7px 13px;
    color: #fff;
    border-radius: 50%;
} */

.header-style-three .header-cart-login {
    padding-top: 10px;
}

.hero-banner{
    padding: 135px 0px 150px;
}
.main-nav li {
    margin-right: 40px;
}
.dark-logo {
    display: none ;
}

.header-style-three.sticky-menu img.white-logo {
    display: none;
}

.header-style-three.sticky-menu img.dark-logo {
    display: block;
}

.main-navigation > nav.main-nav.ul-li ul#main-nav > li a {
    color: #fff;
}
.header-style-three.sticky-menu  .main-navigation > nav.main-nav.ul-li ul#main-nav > li a{
color:#000;
}

.header-style-three {
    padding-top: 20px;
}

.main-nav ul#main-nav .dropdown ul.dropdown-menu li a {
    color: #000;
}

.rotating-text-wrapper {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
}
  .rotating-text-wrapper h2 {
    font-size: 16px;
    margin: 4px 0 0 0;
    padding: 0 0.3em;
    color: #000;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    opacity: 0;
    position: relative;
    top: 0px;
}
.rotating-text-wrapper h2:nth-child(1) {
  animation-name: rotating-text-1;
  top: 4px;
}
  @keyframes rotating-text-1 {
    0% {
      transform: translateY(200%);
    }
    33% {
      transform: translateY(100%);
      opacity: 1;
    }
    34% {
      opacity: 0;
    }
  }
  .rotating-text-wrapper h2:nth-child(2) {
    animation-name: rotating-text-2;
  }
  @keyframes rotating-text-2 {
    33% {
      transform: translateY(-50%);
      opacity: 0;
    }
    66% {
      transform: translateY(0);
      opacity: 1;
    }
    67% {
      opacity: 0;
    }
  }
  
  .header-cart-login .top-cart-login {
    align-items: center;
    position: relative;
    display: flex
;
}
.rotating-text-wrapper h2:nth-child(3) {
    animation-name: rotating-text-3;
  }
  .rotating-text-wrapper h2:nth-child(3) 
  {
    top: 3px;
  }
  @keyframes rotating-text-3 {
    66% {
      transform: translateY(-80%);
      opacity: 0;
    }
    99% {
      transform: translateY(-150%);
      opacity: 1;
    }
    100% {
      transform: translateY(-100%);
      opacity: 0;
    }
  }

.header-style-three .header-cart-login {
    background-color: #fff;
    padding: 0 10px;
    border-radius: 4px;
}

.header-style-three.sticky-menu .header-cart-login.float-right {
    padding-top: 0;
}
.header-style-three.sticky-menu  .header-cart-login {
    background-color: #ff6525;
    padding: 0 10px;
    border-radius: 4px;
    color: #fff;
}

.header-style-three.sticky-menu  .header-cart-login  .rotating-text-wrapper h2 {
color:#fff;
}

.hero-banner p {
    color: #000;
    font-size: 22px;
}

.banner-search-section {
  position: relative;
}
.banner-search-section ul.nav.nav-tabs {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  width: max-content;
  border-bottom: none;
}
ul.nav.nav-tabs.from-tabs-wrap li.nav-item a {
  display: flex;
  flex-direction: column;
}
ul.nav.nav-tabs.from-tabs-wrap a.nav-link {
  background-color: #ffffff;
}
ul.nav.nav-tabs.from-tabs-wrap li.nav-item i.fas.fa-plane {
  transform: rotate(270deg);
}

ul.nav.nav-tabs.from-tabs-wrap li.nav-item a {
  background-color: #fff;
  color:#000;
  border-radius: 4px;
  padding: 10px 30px;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
  transition: all .5s ease;
}

ul.nav.nav-tabs.from-tabs-wrap li.nav-item a.nav-link.active {
  background-color: #03A9F4;
  color: #fff;
  border: 1px solid #03A9F4;

}
ul.nav.nav-tabs.from-tabs-wrap li.nav-item a i {
  font-size: 22px;
}
ul.nav.nav-tabs.from-tabs-wrap li.nav-item a span {
  font-size: 18px;
}
ul.nav.nav-tabs.from-tabs-wrap li:not(:last-child){
	margin-right:10px;
	
	
}


.flight-type-wrap form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.flight-type-wrap label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
  /* Accessible outline */
  /* Remove comment to use */
  /*
  	&:focus-within {
  			outline: .125em solid $primary-color;
  	}
  */
}
.flight-type-wrap label input {
  position: absolute;
  left: -9999px;
}
.flight-type-wrap label input:checked + span {
  background-color: #66a91e3d;
}
.flight-type-wrap label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em var(--thm-primary);
}
.flight-type-wrap label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
      font-size: 14px;
    font-weight: 600;
}

/*---
.flight-type-wrap label span:hover {
  background-color: #66a91e3d !important;
}

---*/
.flight-type-wrap label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em var(--thm-primary);
}
form.flight-type-wrap {
  display: flex;
  padding-bottom:5px;

}
form.flight-type-wrap label:nth-child(1) {
  margin-right: 15px;
}

.banner-search-section .search-form-field .input-field {

  padding: 0 15px;
}

.search-form-field {
  background-color: #fff;
  padding: 0px 0px ;
}

.banner-search-section .search-form-field .input-field {
  padding: 0 1px;
  background: transparent;
  border-radius: 0;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #000;
}
.search-form-fields
{
  flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: stretch space-between;
    align-items: stretch;
}
.search-form-field-one {
  width: calc(((100% - 190px) / 5) + 60px) !important;
  cursor: pointer;
}

.search-form-field-two{
  width: calc(((100% - 190px) / 5) - 40px) !important;
  cursor: pointer;
  position: relative;
}

.banner-search-section .search-form-field p {
  font-size: 13px;
  color: #000;
  margin: 0;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height:1;
}
.banner-search-section .search-form-field label.label-one
{
  font-size: 13px;
    font-weight: 500;
    color: #363636;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    margin-bottom: 0px;
}

.banner-search-section .search-form-field label.label-one + input
{
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
}

.banner-search-section.style-two .banner-search-form {
  background-color: #ffffff;
  width:100%;
}

.ng-tns-c8-3{
  /*font-size: 30px !important;*/
  font-weight: 700;
  margin: 0;
  color: #000;
}

.ng-tns-c8-3 span {
  font-weight: 400;
  font-size: 18px;
}

.banner-search-section.style-two .search-form-field {
  position: relative;
  padding: 10px 0px;
  text-align:left;
}
.banner-search-section .search-form-fields
{

  width:100%;
}
.from-btn-wrap {
  display: flex
;
  align-items: center;
  position:relative;
}

.ng-tns-c8-3::after {
  content: '';
  width: 1px;
  height: 70%;
  background: #c7bebe;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.travels-txt::after 
{
display: none;
}

h3.from-title {
    position: absolute;
    right: 20px;
    top: 17px;
    font-size: 18px !important;
    color: #000;
    font-weight: 600;
}

div#hotel h3 {
  font-size: 20px;
  padding: 18px 0 0 0;
  color: #000;
}
div#hotel {
  padding-top: 10px;
}
.banner-search-section button {
  display: flex;
  align-items: center;
	    justify-content: center;
  color: #fff;
    width: 160px;
    border: none;
    font-weight: 400;
    border-radius: 5px;
    overflow: hidden;
    font-size:16px;
}

.hero-banner:after {
  content: '';
  background-image: url(../images/bg-airport-building.png);
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-size: cover;
  opacity: 0.40;

}
img.runway-fly-plane {
    position: absolute;
    right: 10%;
    width: 100%;
    max-width: 220px;
    top: 47%;
    opacity: 0.8;
    z-index: 1;
}

div#hotel .search-form-field-one {
  width: calc(((100% + 460px) / 5) + 60px) !important;
  cursor: pointer;
}
.banner-search-section .search-form-field i {
  position: unset;
}


div#hotel .search-form-field-two {
  width: calc(((100% - 20px) / 5) - 40px) !important;
  cursor: pointer;
  position: relative;
}


/* home page destination sec start here */
.cardeffect {
  transition: all 500ms ease-in-out;
}
.theme-border-radius {
  border-radius: 0.5rem;
}
.theme-box-shadow {
  box-shadow: 0 0rem 0.8rem rgba(52, 53, 52, 0.15);
}
.theme-bg-white {
  background-color: #ffffff;
}
.fw-bold {
  font-weight: 700 !important;
}

.destination-sec-wrap .cardeffect  h6 {
 color:#000;
}
.destination-sec-wrap .cardeffect p
{
  font-weight: 500;
    color: #000;
}
.destination-sec-wrap .cardeffect p.font-small {
  line-height: 1;
  font-size: 14px;
  color: #222121;
  margin-bottom:0px !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.theme-text-secondary {
  color:var(--thm-primary);
}
.cardeffect:hover {
  transform: translateY(-10px);
  cursor: pointer;
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.2);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.cardeffect  {
  position: relative;
}
span.flight-price-wrap {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 16px;
  color: #ffffff;
  background-color: #3a3837;
  padding: 4px 10px;
  border-radius: 4px;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.destination-sec-wrap {
  padding-top: 0px;
  padding-bottom:70px;
}
.destination-sec-wrap h2 {
  padding-top: 0px;
  margin-bottom: 10px;
}

.destination-single:hover .destination-btn {

  background-color: #ff6525;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
}

.testimonial .testimonial-item .testimonial-body .testimonial-content {
  padding-left: 0;
}
.footer-subscribe-widget input
{
  height: 50px;
    width: 100%;
    border: none;

    padding-left: 20px;
    border-radius: 8px;
    background-color: #efeff0;
}

.footer-subscribe-widget button
{
  color: #fff;
  width: 100%;
  border: none;
  height: 50px;
  margin-top: 20px;
  border-radius: 8px;
  font-weight: 700;
  background-color: var(--thm-primary);
}

.footer-subscribe-widget button i
{
  margin-left: 10px;
}

.footer-subscribe-wraper i.fas.fa-envelope-open-text {
  text-align: center;
  margin: auto;
  font-size: 65px;
  color: #ff6525;
}
.footer-subscribe-wraper .testimonial-item-inner {
  text-align: center;
}

.footer-item .footer-links .top .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/* .cardeffect:hover span.flight-price-wrap {
  right: 17px;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}  */
.footer-section.style-two p {
  color: #fff;
  font-size: 16px;
}
.footer-section.style-two .footer-item .footer-links .top ul li a  , .footer-item .footer-contact .top ul li a{
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}
.footer-item .footer-links .top ul li a:before {

  top: 10px;

}

.company-about-wrap .section-title.title-style-two {
  max-width: 660px;
  margin: 0 auto;
  float: inline-end;
}
.figure-box.parallax-scene-js.img-wrap-cont {
  float: left;
  margin: 0 40px 30px 0px;
}
.company-about-wrap + section.features-section-2 .section-title.headline.title-style-two.position-relative {
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}


/* home page destination sec end here */



/* contact us page design start here */
.contact-form-wrap {
  margin-top: 0;
}
.contact-form-area .contact-form-input input {
  height: 50px;
  width: 328px;
  border: none;
  margin: 0px 15px;
  padding-left: 20px;
  border-radius: 8px;
  background-color: #efeff0;
  margin-bottom: 15px;
}
.contact-form-area textarea {
  margin-top: 0;
}

.company-about-wrap.cp-tb {
  padding: 50px 0;
}

.company-about-wrap.cp-tb h2.h3 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #242424;
}
/* contact us page design end here */


.list-title-content {
  list-style-type: none;
  padding-left: 0px;
}
.list-title-content li strong {
  color: #242424;
}

.list-title-content li:not(last-child) {
  margin-bottom: 8px;

}
.disclaimer-cont {
  background-color: #eee;
  padding: 15px !important;
  border-radius: 4px;
  margin-top: 0px;
  color: #000 !important;
}

.copyright-area {
  margin-top: 40px;
}
ul.list-title-content.ul-item-wrap {
  list-style-type: square;
  padding-left: 20px;
}
ul.list-title-content.ul-item-wrap ::marker {
  color: #ff6525;
}

ul.cat-list.grid-list-items {
  display: flex
;
  flex-wrap: wrap;
}
ul.cat-list {
  padding-left: 20px;
}
.cat-list {
  position: relative;
}
.cat-list li a {
  position: relative;
  color: #6d6c6c;
  font-size: 16px;
  font-weight: 400;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

ul.cat-list.grid-list-items li {
  width: 25%;
}

ul.cat-list.grid-list-items ::marker {
  color: #ff6525;
}




/* call us button css start here  */
/* a.scrollup.text-center {
  right: unset;
  left: 12px;
} */
footer  {
  z-index: 0;
}
a#back2Top {
  right:unset;
  left: 12px;
}
button.call-now-button {
  position: fixed;
  right: 0;
  z-index: 99;
  bottom: 0%;
}
button.call-now-button {
  border: none;
  background: transparent;
}

.call-now-button-dismissible {
  position: fixed;
  bottom: 44px;
  right: 80px;
  z-index: 999;
  background-color: #ff6727;
  color: #fff;
}
.call-now-button-dismissible button.btn-close {
  color: #fff !important;
  opacity: 1;
  filter: invert(1);
}
/* button.call-now-button {
  background: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  border: 1px solid #ff6727;
} */

.call-now-model button.btn-close {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 9;
}
.call-now-model .modal-body h2 {
  text-align: center;
  margin-top: 0px;
  font-size: 24px;
  line-height: 1.3;
}

.conect-wrap {
  display: flex
;
  justify-content: center;
}

.conect-wrap a {
  margin: 0 5px;
}

.conect-wrap {
  display: flex
;
  justify-content: center;
  margin-top: 18px;
}

.modal.call-now-model .modal-content{
  text-align:center;
}


/* call us button css end here  */

.header-style-three.sticky-menu .main-nav, .header-style-three.sticky-menu .header-cart-login{
  padding-top: 15px;
}
.footer-logo a img {
  width: 100%;
  max-width: 70px;
}
.breadcrumb-content {
    z-index: 1;
    position: relative;
}
.banner-search-section {
    top: 0px;
    z-index: 1;
    position: relative;
}
    .bg-transparent .header-main {
    border-bottom: 0;
    box-shadow: none;
}
header.header-top-area.header-3 {
    top: 0;
    width: 100%;
    z-index: 10;
    padding-top: 0px;
    position: absolute !important;
    background-color:transparent;
}
.hero-banner h1.text-black {
       color: #1a1919;
    font-weight: 600;
    font-size: 30px;
}
.header-top-area.header-3 ul.nav.navbar-nav.m-auto.head-menu li a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.banner-search-section .banner-search-form {
    background-color: #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 20px 20px 12px;
    box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.05);
}

.banner-search-section ul.nav.nav-tabs.from-tabs-wrap {
    flex-wrap: nowrap;
}
.banner-search-section .search-form-field i.fas.fa-sync {
    display: none;
}
div#hotel .search-form-fields {
    border-top: none;
}

    
    .destination-sec-wrap .cardeffect h6 {
         color: #000;
    font-size: 15px !important;
    margin-top: 0;
    margin-bottom: 0;   
    width: 75%;
    word-break: break-word;
    }
    
    .destination-sec-wrap .cardeffect h6 + p {
    font-weight: 600;
    margin-bottom: 5px !important;
}

.section-title span {
  font-size: 18px;
  font-weight: 700;
  color: var(--thm-primary);
  position: relative;
}
.section-title span:before {
  left: 0;
}
.section-title span:after {
  right: 0;
}
.section-title h2, .section-title h3 {
  color: #000;
  font-size: 40px !important;
  font-weight: 700;
  line-height: 1.125;
  padding: 0px 0px 20px;
}
.section-title h3 {
    font-size: 24px;
}
.section-title.title-style-two {
  max-width: 970px;
  margin: 0 auto;
}
.section-title.title-style-two span {
  color: var(--thm-primary);
}
.section-title.title-style-two span:after, .section-title.title-style-two span:before {
  background-color: var(--thm-primary);
}
.section-title.title-style-two .title-watermark {
  left: 0;
  right: 0;
  top: -60px;
  opacity: 0.09;
  color: #53536c;
  line-height: 1;
  font-size: 100px;
  font-weight: 900;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
}

.scrollup {
  width: 45px;
  right: 15px;
  z-index: 5;
  height: 45px;
  bottom: 20px;
  display: none;
  position: fixed;
  line-height: 45px;
  background-color: var(--thm-primary);
}
.scrollup i {
  color: #fff;
}
.tg-location-shape {
    position: absolute;
    bottom: 0;
    left: 70px;
}
.tg-grey-bg {
    background: #f8f8f8;
}

.z-index-1 {
    z-index: 1;
}
.p-relative {
    position: relative;
}
.pb-130 {
    padding-bottom: 80px;
}
.pt-135 {
    padding-top:125px;
}
.tg-location-5-thumb {
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    overflow: hidden;
}
.tg-location-5-bottom-bg {
    height: 60px;
    width: 100%;
    display: block;
}
.tg-location-5-inner {
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.p-absolute {
    position: absolute;
}
.tg-location-5-content {
    border-radius: 15px;
    padding: 10px 20px;
    padding-bottom: 0;
    background: #fff;
    display: inline-block;
}
.tg-location-5-content h4 {
    margin-top:0px !important;
}
.tg-location-5-content h4 a{
    font-weight: 600;
    font-size: 18px !important;
    text-transform: capitalize;
    color:#000 !important;
}
.tg-location-5-content span {
    color: #66a91e;
    font-weight: 600;
}

.airlines-about-sec .about-img img {
    height: 100%;
    position:relative;
    z-index:1;
}

.airlines-about-sec .about-img-text .about-img:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -15px;
    border-left: 120px solid var(--thm-primary);
    border-top: 120px solid transparent;
    border-right: 100px solid transparent;
    z-index: 0;
}
.airlines-about-sec .about-img-text .about-img:after {
    content: "";
    position: absolute;
    top: -15px;
    right: -15px;
    border-left: 120px solid var(--thm-primary);
    border-top: 120px solid transparent;
    border-right: 100px solid transparent;
    z-index: 0;
        transform: rotate(180deg);
}
.about-section.airlines-about-sec {
    background:#fff;
    padding: 60px 0px;
}
.about-section.airlines-about-sec .section-title.headline {
    margin-bottom: 0;
    width:100%;
    max-width:760px;
    margin:auto;
}
.about-section.airlines-about-sec h2 {
 padding-bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.about-img-text .about-img {
    position: relative;
}

.featured-icon-box .icon {

    display: flex
;
    align-items: center;
    justify-content: center;
}
.featured-icon-box .icon i {
    font-size: 26px;
}

.tg-banner-3-content {
      background: #4b8217;
border-radius: 30px 0px 0px 30px;
    padding: 63px 20px;
    height: 100%;
    margin-right: -40px;
}

.z-index-1 {
    z-index: 1;
}
.p-relative {
    position: relative;
}
.text-center {
    text-align: center !important;
}

.z-index-9 {
    z-index: 9;
}

.tg-banner-space {
    margin-bottom: -140px;
    position: relative;
    z-index: 1;
}
.tg-banner-space-2 {
    margin-bottom: 50px;
    margin-top: -120px;
}
.tg-banner-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.tg-banner-3-content .tg-banner-shape {
    bottom: auto;
    top: 0;
    right: auto;
    left: 0;
    border-radius: 30px 0px 0px 30px;
    opacity:0.3;
}
.tg-banner-subtitle {
    font-weight: 600;
    font-size: 20px !important;
    color: #fff;
}

.tg-banner-title {
 font-weight: 800;
    font-size: 26px !important;
    color: #fff;
    margin-bottom: 20px;
    margin-top:0px !important;
}

.tg-btn {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    padding: 12px 27px;
    background: #fff;
    display: inline-block;
}
.tg-banner-3-content .tg-btn {
    padding: 8px 27px;
}
.tg-btn-switch-animation .btn-text {
  margin-left: -13px;
    position: relative;
    z-index: 3;
    transition: transform 0.6s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
    background: transparent;
    border: none;
    color: #000;
}
.tg-btn-switch-animation .btn-icon {
    margin-left: 6px;
    position: relative;
    transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
    transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
    line-height: 0;
    z-index: 3;
}
.tg-btn-switch-animation .btn-icon + .btn-icon {
    order: -2;
    opacity: 0;
    transition-delay: 0s;
    margin-left: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
.tg-banner-3-big-content {
    border-radius: 0px 30px 30px 0px;
    padding: 55px 20px;
    height: 100%;
}
.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tg-banner-3-big-content h2 {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
    font-size: 60px !important;
    line-height: 100%;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}

.tg-banner-3-big-content span {
    color: #fff;
    display: block;
    margin-bottom: 5px;
    margin-top: -10px;
}
.g-0, .gx-0 {
    --bs-gutter-x: 0;
}
.tg-btn:hover {
    background: #000000;
}


.tg-btn-switch-animation .btn-icon svg path {
    stroke: #000;
}
.tg-btn-switch-animation:hover .btn-icon svg path{
    stroke:#fff;
}

.tg-btn-switch-animation:hover .btn-text {
    color:#fff;
    
}

.testimonials-section
 {
    background: #f5f5f5;
    padding: 70px 0 180px;
}
.testimonials-section h2 {
    margin-bottom: 30px;
}
.about-img-text {
    float: right;
    max-width: 460px;
    margin: 30px 0 30px 40px;
}

.about-img-text-content p {
    text-align: justify;
}

.call-us-enquery-cus-wrapper {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 9999;
    /* overflow: hidden; */
    box-shadow: rgba(11, 22, 62, 0.3) -1.2233px 1.2233px 9.78641px;
    padding: 0 !important;
    border: navajowhite;
}


.call-us-enquery-cus  .img-cont-mob {
    padding: 5px 5px 0px 5px;
    text-align: center;

}

.call-us-enquery-cus .bottom-cont {
    background-color: #000;
    padding: 6px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    
}

.call-us-enquery-cus {
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
} 
.call-us-enquery-cus .cus-caee-img {
    position: absolute;
    bottom: -11px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.call-us-enquery-cus .cus-caee-img img {
    width: 100%;
    max-width: 110px;
    position:relative;
    z-index:99;
}
.call-us-enquery-cus .cus-caee-img span {
    color: #0d0d0d;
    padding: 0px 0px;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 5px;
    line-height: 1;
    position: relative;
    bottom: 2px;
}
.assistcard-container {
    border: 1px solid #dbdbdb;
    background-color: #fff;
    padding: 40px 24px 24px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin: 0;
    cursor: pointer
        width: 100%;
    max-width: 330px;
}

.assistcard-container .assist-icon {
width: 100%;
    height: auto;
    border-radius: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    position: static;
}

.assistcard-container .assist-details-wrap {
    display: flex;
    gap: 8px;
    flex-direction: column
}

.assistcard-container .assist-details-wrap .assist-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.44px;
    color: #262933
}

.assistcard-container .assist-details-wrap .assist-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.31px;
    color: #262933
}

.assistcard-container .assist-details-wrap .assist-msg {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.31px;
    color: #262933;
    margin-top: 1.5rem
}

.assistcard-container .btn-actions-wrap {
    display: flex;
    gap: 8px;
    flex-direction: column;
    width: 100%
}

.assistcard-container .btn-actions-wrap .assist-btn {
    border: 2px solid #007c04;
    border-radius: 8px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    height: 40px;
    text-align: center;
    justify-content: center;
    padding-left: 2rem
}

.assistcard-container .btn-actions-wrap .assist-btn .icon-dial {
    position: absolute;
    left: 2px;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #007c04
}

.assistcard-container .btn-actions-wrap .assist-btn .mobile-number {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.31px;
    color: #007c04
}

.assistcard-container .btn-actions-wrap .assist-btn:hover {
    background: #e6f3e6
}

.assistcard-container .btn-actions-wrap .assist-availability {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.31px;
    color: #636770
}

.call-us-enquery-cus-wrapper button.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    color: #fff;
}

.assistcard-container .assist-icon img {
    max-width: 370px;
    width: 100%;
}


.search-form-field-three {
    width: calc(((100% - 190px) / 5) + 140px) !important;
    cursor: pointer;
}
.search-form-field-three.search-form-fields{
    border: none;
    margin: 0;
}

.search-form-field-three.search-form-fields input {
    opacity: 0;
}
/*.search-form-field-one .pl.dmn.z-ind {*/
/*    position: absolute;*/
/*    top: 30px;*/
/*}*/
/*.pl.short-code.dmn {*/
/*    display: inline-block;*/
/*    margin-top: -30px;*/
/*}*/

.date-cont span.chkdt  , .date-cont span.chkoutdt , .date-cont .chkdt , .date-cont span.chkoutdt{
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
}
.date-cont .ng-tns-c8-3 {
    display: block;
    line-height: 1;
}

.search-form-field-three .date-cont {
    position: absolute;
    width: 100%;
    left: 10px;
    top: 10px;
    padding-left: 0px;
}
.search-form-field.search-form-field-two.search-form-field-travellers.presnt-guest input#btm_clk  , div#hotel .search-form-field-two input{
    opacity: 0;
    position: relative;
    z-index: 1;
}
.banner-search-section.style-two .search-form-field {
    padding-left:10px;
}
span.pess.ng-tns-c8-3.travels-txt  , span.room.ng-tns-c8-3.travels-txt{
    position: absolute;
    left: 11px;
    font-size: 30px;
    padding-left: 0px;
    top: 10px;
}
span.room.ng-tns-c8-3.travels-txt p {
    display: inline;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    top: 0;
}
/*.pl.fromremove.short-code.dmn span.gl.ng-tns-c8-3 {*/
/*    display: none;*/
/*}*/
/*.pl.fromremove.dmn.z-ind span.gl.ng-tns-c8-3 {*/
/*    display:block;*/
/*}*/
/*.pl.fromremove.dmn.z-ind {*/
/*    margin-top: -40px;*/
/*    display: inline-block;*/
/*}*/



.pl.fromremove.dmn.z-ind  , .pl.toremove.dmn.z-ind{
    display: inline-block !important;
    margin-top: 6px !important;
	width:100% !important;
}
.pl.fromremove.dmn.z-ind .fromshort.ng-tns-c8-3 , .pl.toremove.dmn.z-ind .ng-tns-c8-3{
    font-size: 30px !important;
    line-height: 1;
        display: block;
}
/*.date-picker-wrapper .month-wrapper tbody tr td div {*/
/*       padding: 14px 0 !important;*/
/*}*/
/*.date-picker-wrapper .month-wrapper tbody tr td div:hover {*/
/*    background-color: var(--cldr-back) !important;*/
/*    color: #fff !important;*/
/*    padding: 14px 0;*/
/*    border-radius: 50%;*/
/*}*/

.destination-sec-wrap .float-start img {
    width: 100%;
    max-width: 49px;
  
    margin-right: 5px;
}
.destination-sec-wrap .float-start {
    float: left !important;
    width: 68%;
    display: flex;
    align-items: center;
}
.destination-sec-wrap .cardeffect

 {
    padding-bottom: 10px !important;
}

span.book-btn-cus {
    font-size: 17px;
        position: relative;
    top: 10px;
}

.flight-type-wrap {
    display: flex
;
}
.flight-type-wrap label:not(last-child) {
    margin-right: 15px;
}

.date-cont .ng-tns-c8-3::after {
    height: calc(100% + 17px);
    top: 12px;
}
div#hotel .search-form-field-two .btn_dn {
    margin-top: 0px !important;
    margin: 0 10px;
}
div#hotel  .row.child-age {
    display:flex;
}

div#hotel .search-form-field-three {
    width: calc(((100% - 300px) / 5) + 276px) !important;
}
.presnt-guest div#RoomADD input {
    position: unset;
    padding-left: 0px !important;
    opacity: 1;
    background: #eee !important;
}

.pl.fromremove.dmn, .pl.toremove.dmn {
    margin-top: -10px !important;
    font-size: 14px;
    line-height: 1;
}
.banner-search-section .search-form-field label.label-one + input {

    height: 34px;
}
.search-form-field-travellers.presnt-guest .travels-txt p {
    font-size: 14px;
    color: var(--body-color);
    font-weight: 400;
	    position: relative;
    top: 5px;
}
.from-btn-wrap button i {
    margin-right: 5px;
}
/*---
.flight-type-wrap label input:checked + span:before  , .flight-type-wrap label span:before
{
	
 display:none !important;
}
---*/
.flight-type-wrap label input:checked + span {
    background-color: transparent !important;
    color: var(--theme-color2) !important;
    border-radius: 4px !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    padding: 2px 0px !important;
	border:none !important;
}

.flight-type-wrap label span {
    border: none;
    border-radius: 5px !important;
    color: var(--theme-color2) !important;
    padding: 2px 0px !important;
}

.flight-type-wrap label span i {
    margin-right: 6px !important;
}
.banner-search-section
 {
    margin-top: 70px !important;
} 


.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    max-height: 530px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.list ul li {
	color:var(--z-dark) !important;
}
@media (min-width: 1600px) and (max-width: 1880px) {

}
@media (min-width: 1400px) and (max-width: 1599px)  {

}

@media (min-width: 1360px) and (max-width: 1399px) { 



}
@media (min-width: 1280px) and (max-width: 1359px)  {
.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {

	.banner-content-box h1 {
    font-size: 26px;
}
	
	.search-form-field-three {
    width: calc(((100% - 243px) / 5) + 130px) !important;
    cursor: pointer;
}
	.search-form-field-two {
    width: calc(((100% - 25px) / 5) - 30px) !important;
  
}
	    .container , .container-lg , .container-md , .container-sm {
        max-width: 98% !important;
    }
	
	.banner-search-section {
    margin: 0 -25px;
}
	
	div#hotel .search-form-field-one {
  width: calc(((100% + 214px) / 5) + 30px) !important;
    cursor: pointer;
}
	.main-adds-wrapper .adds-content-two h2  , .main-adds-wrapper .adds-content-one h2 span , .main-adds-wrapper .adds-content-three h2 span{
    font-size: 16px !important;

}
	
	.inner-destination-sec .destination-aside-img {
    max-width: 170px !important;

}
}

@media (min-width: 768px) and (max-width: 991px) {
    .mobile-menu-button {
        color:#fff;
    }
    .header-style-three.sticky-menu     .mobile-menu-button {
        color: var(--thm-primary);
    }
    .hero-banner h1 {
        font-size: 30px;
    }
    img.runway-fly-plane {
        position: absolute;
        right: 2%;
        width: 100%;
        max-width: 220px;
        top: 67%;
        opacity: 0.8;
    }
    .search-form-field-one {
        width: calc(((100% - 50%) / 5) + 60px) !important;
        cursor: pointer;
    }

    .banner-search-section button {
        color: #fff;
   
        width: 144px;
        border: none;
        font-weight: 400;
        border-radius: 5px;
        overflow: hidden;
        background-color: var(--thm-primary);
    }
    div#hotel .search-form-field-one {
        width: calc(((100% + -15%) / 5) + 60px) !important;
        cursor: pointer;
    }
    .testimonial .testimonial-item {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width:768px) {
    .from-search-field i.fas.fa-sync , .mobile-main2 , .mobile-main2 {
        display:none;
    }
	
	
}
@media (min-width: 320px) and (max-width: 767px) {
    
 
	/*---
    .flight-type-wrap label {
        width: 50%;
    }

	---*/
    form.flight-type-wrap {
        display: flex
    ;
        justify-content: center;
        margin-top: 40px;
    }

    .flight-type-wrap label input:checked + span {
    
        width: 100%;
    }

    .search-form-field-one , .banner-search-section.style-two .search-form-field{
        width: 100% !important;
        cursor: pointer;
        max-width: 50%;
        border-radius: 12px;
    }
    .banner-search-section .search-form-fields {
        flex-wrap: wrap !important;
    }

 
    .banner-search-section.style-two .banner-search-form {
        padding: 0 10px;
    }

    .ng-tns-c8-3::after {
        display: none;
    }
    .banner-search-section .search-form-fields {
        border-bottom: none;
        border-top:none;
    }
    .search-form-fields .search-form-field.search-form-field-one:nth-child(1) ,     .search-form-fields .search-form-field.search-form-field-one:nth-child(2){
          max-width: 100%;

        border-radius: 12px;
        padding: 10px 0px 0px;
    }
    .search-form-fields  .search-form-field.search-form-field-two {

        border-radius: 12px;
        padding: 10px 20px !important;
        width: 49% !important;
    }
    .search-form-fields .search-form-field:not(last-child) {
        margin-bottom: 10px;
    }

    .search-form-fields .search-form-field.search-form-field-two.search-form-field-travellers {
            width: 100% !important;
        max-width: 100% !important;
        padding: 0px 0px 0px !important;
        height: 68px;
        margin-bottom: 15px;
    }
    .banner-search-section button {
    width: 100%;
        text-align: center;
        justify-content: center;
        padding: 30px 0px;
        font-size: 18px;
        font-weight: 600;
    }
    .from-btn-wrap {
        width: 100%;
        max-width: 100%;
        display: flex
        ;
            align-items: center;
    }
 

    .from-search-field i.fas.fa-sync {
        position: absolute;
        right: 21px;
        padding: 16px 15px;
        z-index: 1;
        bottom: -30px;
        border: 1px solid #eee;
        width: 50px;
        height: 50px;
        display: flex
    ;
        background-blend-mode: color;
        text-align: center;
        margin: auto;
        background-color: #fff;
        border-radius: 50%;
    }
    .ng-tns-c8-3 {
        font-size: 20px;
        font-weight: 700;
        margin: 0;
        color: #000;
    }

    div#hotel .search-form-field-one {
        width: 100% !important;
        cursor: pointer;
    }
    div#hotel .search-form-field-two {
        width: 49% !important;
        cursor: pointer;
        position: relative;
    }

    div#hotel .search-form-fields .search-form-field.search-form-field-two.search-form-field-travellers {
        width: 100% !important;
        max-width: 100% !important;
        padding:0px !important;
    }
    div#hotel .search-form-fields {
        padding-top: 30px;
    }
    /*.destination-sec-wrap {*/
    /*    padding-top: 0;*/
    /*}*/
    .mobile-main2 {
        display:none;
    }
    .section-title.title-style-two .title-watermark {
        font-size: 60px;
        top: -30px;
    }
    .in-out.ft.search-form-field-three.search-form-fields {
    display: block;
    margin-bottom: 11px;
    border-radius: 12px;
}
.in-out.ft.search-form-field-three.search-form-fields {
    display: flex;
    padding: 0px 0px;
}
.banner-search-section .search-form-field .input-field {
    font-size:22px;
}
.date-cont span.chkdt.dep, .date-cont span.chkoutdt.ret {
    font-size:26px;
}
.banner-search-section .search-form-field label.label-one + input {
    line-height:1;
}
.banner-search-section {
    top: -145px;
    z-index: 1;
    position: relative;
}
.presnt-guest .psg_dls {
    top: 82px;
    left: 0;
}

.destination-sec-wrap {
    padding-top: 0px ! IMPORTANT;
    padding-bottom: 70px;
    margin-top: -60px;
}
.destination-sec-wrap .cardeffect {
    margin: 0 -15px;
}
.pb-130 {
    padding-bottom: 40px;
}
.section-title h2, .section-title h3 {
    color: #000;
    font-size: 30px !important;
 
}
p {
        font-size: 15px;
    }
.pt-135 {
    padding-top: 75px;
}
.tg-location-5-wrap {
    margin-bottom: 40px;
}
.featured-icon-box {
    text-align:center;
}

.featured-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: -40px;
}
.featured-icon-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
}
.tg-banner-3-content {
    margin-right: 0;
}
.tg-banner-space .row.gx-0 {
    flex-direction: column-reverse;
}
.tg-banner-3-big-content {
        border-radius: 30px 30px 0px 0px;
    padding: 28px 20px;
    height: 100%;
}
.tg-banner-3-big-content h2 {

    font-size: 48px !important;
  
}
.tg-banner-3-content {
    background: #4b8217;
    border-radius: 0px 0px 30px 30px;
    padding: 63px 20px;
    height: 100%;
    margin-right: 0px;
}
a.close-all {
    display: none;
}
.mobile-main2.tfn-bottom a.close-all , .mobile-main2.tfn-bottom {
    display: block !important;
}
.mobile-main2.tfn-bottom {
    top: unset;
    border-top: 4px solid #4b8217;
    border-left: 0;
    border-radius: 0;
}
.flight-type-wrap {
    display: flex;
    margin-top: 0px;
	margin-bottom:5px;
}
.mobile-main2.tfn-bottom .call-icon {
    background: transparent;
}
div#hotel .search-form-field-three {
    width: 100% !important;
  /*---  border: 1px solid #c3b9b9; ----*/
    border-radius: 12px;
    padding:0px;
    margin-bottom: 10px;
}
.search-form-field-three .search-form-field {
    position:relative;
}
.search-form-field-three .search-form-field:nth-child(1):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #a5a5a5;
    display: inline-block;
    right: 5px;
    top: 57%;
    transform: translateY(-50%);
	display:none !important;
}
	.banner-content-box h1 {
		display:none !important;
}
.banner-search-section.style-two .banner-search-form {
    margin-top: 90px;
}	
	.search-form-field-three.search-form-fields  {
	
width:100% !important;	
}
.search-form-field-three.search-form-fields .search-form-field {
    width: 48.5% !important;
}
	.from-btn-wrap  {
		width:100% !important;
}
	.hero-banner   {
		padding 50px 0px 0px;
		    height: 85vh;

}
	div#hotel .search-form-fields {
    padding-top: 10px;
}
div#hotel .search-form-field-three .search-form-field {
    height: 86px;
}
	
.search-form-fields span.tl{
	line-height:1;
	}
	
	.adds-section .col-sm-4:not(:last-child) {
    margin-bottom: 15px;
}
	.destination-aside-img {
	display:none !important;
	}
	
	.inner-destination-sec  {
	 	max-height: 100% !important;
	}
	
	.title-area .sec-title {

        font-size: 24px !important;
        line-height: 1.3;
        margin-bottom: 8px !important;
}
	    .sub-title {
        margin-bottom: 0px !important;
    } 
	
	.hm-why-chose {
    padding: 20px 0 0px !important;
}
	
	    .hm-why-chose .counter-card {
        height: auto !important;
   
    }
	
	.promo-section-img-cont .content-box-promo-sec h2 {
    font-size: 28px !important;
		        margin-bottom: 0  !important;
   
}
	
	.promo-section-img-cont .content-box-promo-sec {
    position: relative !important;
    top: 0 !important ;
    left: 0px !important;
    transform: unset !important;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 30px 10px;
    width: 100%;
    max-width: 521px;
    text-align: center !important;
}
	.promo-section-img-cont img {
    border-radius: 0 !important;
}
	
	.promo-section-img-cont {

    border-radius: 5px;
    overflow: hidden;
}
	
	section.faq-sec h2 {
    margin-bottom: 10px !important;
    font-weight: 500 !important;
    font-size: 24px !important;
}
	
	.ui-widget.ui-widget-content {

    left: 2% !important;
}
	.support-logo ul li img {
    width: 100%;
    max-width: 230px;
    margin-top: 15px;
}
.cpf-one .cci-cont img {
    width: 100% !important;
    max-width: 200px !important;
}
	
	.cpf-one {
	z-index:99999 !important;
	
	}
	
	.cpf-one .inner-cpf-one .btn-para {
          max-width: 100% !important;
    padding: 6px 0 !important; 
    margin-top: 0px !important;
    font-size: 13px !important;
}
	.cpf-one .inner-cpf-one .cic-cont h3 + p.fw-500 {
    margin-bottom: 10px;
}
	.cpf-one {
		    overflow: visible !important;
	}
	.cpf-one-wrapper .fa-rectangle-xmark {
    right: 0px;
    font-size: 38px !important;
    top: -21px !important;
		    background: #fff;
    border-radius: 5px;

}
	
.search-form-field .exchange-icon {
        left: unset !important;
        right: 9px;
        top: -19px !important;
        transform: rotate(90deg) !important;
        font-size: 25px;
        color: var(--theme-color);
}
	
	
	 .mobile-main2 {
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%;
        background:#fff;
        padding: 0px !important;
        margin: 0 0px;
        border: 1px solid var(--theme-color);
        border-left: 5px solid var(--theme-color);
        left: 0;
        right: 0;
    }
    .mobile-popup {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
        .call-icon {
        background:var(--theme-color);
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 53px;
        border-radius: 30px;
        margin-right: 0%;
    }

    
    .call-icon img {
        width: 150px;
    }

    .call-now {
        margin: 0 0 0 5px;
        text-align: center;
        color: #000;
    }
  
        .call-now span {
        font-size: 28px;
        font-weight: 600;
        animation: headShake 0.8s linear 1s infinite alternate;
        /* display: none; */
    }

    .mobile-main2.tfn-top {
        bottom:unset !important;
        top:0px !important;
        border-bottom: 4px solid #ff6525;
    }

    .tfn-bottom {
        border-top: 4px solid #ff6525;
    }
    .mobile-main2 p {
        margin-bottom: 0px;
    }
    
    .mobile-main2 .mobile-popup {
        padding: 0px 0;
    }

    .header-style-three {
        display: none;
    }

    .mobile-main2 .call-now span{
        color:#4b8217;
    
    }
    @keyframes ani {
        0%{
           color:#4b8217;
           text-shadow: none;
        }
        90%{
           color:#4b8217;
           text-shadow: none;
        }
        100%{
           color:#4b8217;
           text-shadow: 0 0 7px #4b8217,0 0 70px #4b8217;
        }
      }
	
.mobile-main2.tfn-bottom.top-cus-btn {
    display: block !important;
    top: 0;
    bottom: unset;
}
	.header-layout1 .sticky-wrapper .menu-area {
        padding: 8px 0;
    }
	.promo-section-img-cont .content-box-promo-sec {
		    padding: 30px 5px !important;
		
	}
	.fare {
        align-items: end !important;
    }
	
	.quick-link img {
	display:none !important;	
	}
	
}