
body {
  font-family: 'Roboto', sans-serif;
  color: #444444;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #555;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight:300;
}

img {
    max-width: 100%;
    height: auto;
}

.pt6  { padding-top: 4rem!important; }
.pb6  { padding-bottom: 4rem!important; }




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 22px 0;
  background: #fff;
}
#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}
#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  width:230px
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*padding: 10px 0 10px 30px;*/
  font-size: 15px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #3498db;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #3498db;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #4aa3df;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #3498db;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}


@media (max-width: 575px) {
.tab_container label.toptab { font-size: 13px !important;padding: 0.7em;}
.searchbox {
   border: 0 !important;
   padding:0 !important;
}
#header .logo img {
  padding: 0;
  margin: 0;
  width:180px
}
	.travle-img.overlay {
    background-color: rgba(0,11,38,.2) !important;
}
		.travle-img {padding: 5rem 2rem 0.5rem !important;  font-size:12px; ;
	}.btn { font-size:0.9em}
	.h3{font-size:13px !important}
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
	
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #3498db;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #3498db;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Sections Generallogo
--------------------------------------------------------------*/


.adbanner {
    margin: 0 auto;
    display: block;
}

/*@media (min-width: 1400px){
	.container {
    max-width: 1500px;}
}*/

section h2{
  font-size:1.8rem;
	color:#333;

}
.nav-link { color:#333  }
.nav-link .a{ color:#333}

.btn-outline-black {
    color: #0d6efd;
    border:1px solid #333;
}


.lastminute .card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
	
}

.lastminute .card-body {
    flex: 1 1 auto;
    padding: 1.2rem;
}
.lastminute .card-footer {
    background-color:transparent;
	font-size:0.825rem;
}

.fs-7 { font-size:0.825rem }
.h6 { font-size:1.0825rem}

.flight-img { width:1.5rem; margin-right: 0.25rem; }

.text-truncate-line-2 {
    height: 3rem;
    overflow: hidden;
}

.lastminute .badge { font-size: .9em; font-weight: 500;}


.lastminute .card-pinned-top-start {
    position: absolute;
    top: 1rem;
    left: 1rem;
}




.features .card-body .card-footer {
    padding: 0;
    margin-top: auto;
	border-top:0;
	
}

.features .card-body .card-middle {
    padding: 0;
    margin-top: auto;
	border-top:0;
}


.features .badge { font-size: .9em; font-weight: 500;}

.card-stretched-vertical .card-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}



[class*=gradient-x-overlay-].card::before, [class*=gradient-y-overlay-].card::before, [class*=gradient-y-three-overlay-].card::before {
    border-radius: 0.5rem;
}


[class*=gradient-x-overlay-], [class*=gradient-y-overlay-], [class*=gradient-y-three-overlay-] {
    position: relative;
    z-index: 1;
}

.gradient-y-overlay-lg-dark::before {
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,rgba(12,13,14,.4));
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
}

.card  {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.5rem;
}

.card-img-top {    border-top-left-radius: 0.5rem;    border-top-right-radius: 0.5rem}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.2rem 1.2rem;
}
.card-body h4{
	font-size:1.125rem;
	font-weight: 400;
	line-height: 150%;
}

.bg-img-start {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
} 

.card-transition {
    transition: all .2s ease-in-out;
}

.subscribe .btn {
    padding: 0.785rem 1.125rem;
    font-size: 1rem;
    border-radius: 0.5rem;
	background-color: #1B5EAC;
}

.subscribe .rounded-start {
    border-bottom-left-radius: 0.25rem!important;
    border-top-left-radius: 0.25rem!important;
}

.subscribe .form-control {
    display: block;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #585c7b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4d7e5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.subscribe .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.mt-n7 { margin-top: -3rem!important;}
.articles .btn-outline-primary, .videos .btn-outline-primary { color:#333; border:1px solid #999;}
.articles .btn-outline-primary:hover, .videos .btn-outline-primary:hover { color:#fff;background-color:#333}


.searchbox {
    border: solid 1px #ccc;
    padding: 10px;
}

.booking-search .feature-box {
    padding: 0 0 0px 0;
}

.tab_container {
    margin: 0 20px;
    padding-top: 0px;
    position: relative;
}
.tab_container > input {
    display: none;
}

.tab_container label.toptab {

    font-size: 16px;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0.9em;
    color: #333;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
}
.tab_container > input {
    display: none;
}

.tab_container [id^="tab"]:checked + label {
    background: transparent;
    box-shadow: inset 0 -3px #000;
}

.padding8 {
    padding: 0 8px !important;
}

.airport_option {
    display: none;
}
.airport_option {
    box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 10%);
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding: 10px 0px;
    position: absolute;
    top: 50px;
    left: 10px;
    z-index: 100;
}
.fa-map-marker-alt:before {
    content: "\f3c5";
}
.fa-map-marker-alt:before {
    content: "\f3c5";
}
.fa-map-marker-alt:before {
    content: "\f3c5";
}
.form-group {
    margin-bottom: 0;
}

.booking-search .form-control-lg {
	font-size: 1rem;
    font-weight: 400;
    padding: 0.6rem 2rem; }

.booking-search .form-control-lg02 {
	font-size: 1rem;
    font-weight: 400;
    padding: 0.6rem 0; }

.booking-search .form-control { border-color:#777;}

.tab-content .form-group span {
    position: absolute;
    z-index: 2;
    display: block;
    margin-bottom: 2px;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 48px;
    text-align: center;
    pointer-events: none;
    color: #000;
    font-size: 18px;
}

.booking-search button {
    font-size: 16px;
    margin: 0;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 9px 0 10px 0;
}

#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5 {
    display: block;
    padding: 20px;
    color: #333;
    background: transparent;
}
.booking-search .tab-content {
    margin-bottom: 0px;
    border-top: solid 1px #ccc;
    z-index: -1;
}
.booking-search section {
    clear: both;
    padding-top: 10px;
    display: none;
}
.tab-content {
    padding: 25px 0;
    margin-bottom: 20px;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-label {
    color: #666;
    font-size: 16px;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.form-check-label { color:#333}
.accordion .accordion-item {
    position: relative;
	border-top:0;
	border-left:0;
	border-right:0;
    background: transparent;
	border-bottom: 1px solid #777;
}
.accordion .accordion-button {
    transition: all 0.2s;
    position: relative;
    background-color: transparent;
    padding-bottom: 0.9rem;
    padding-right: 1rem;
    padding-left: 0;
    box-shadow: none;
    color: inherit;
}
.accordion-body {
    padding: 1rem 0rem;
	padding-top:0.1rem;
	color:#777;
}
.accordion-body ul,li { margin:0; padding:0; list-style: none;}
.accordion-body li { padding: 0.2em;font-size:.825em;}
.accordion-button:hover {z-index: 2;}

.accordion { border-radius: 0; border-bottom: 1px solid #999;}
.accordion a { color:#0d5ab9;}
.accordion a:hover { text-decoration: underline !important}
.footer, .footer a{ color:#333;  font-size: .875rem;}
.footer .nav-link {padding: 0.5rem 0.65rem; }
.footer .list-unstyled li{ padding-top:13px; }

.filterbox .card {
    border: 0;
    box-shadow: 0 1px 3px rgb(3 0 71 / 9%);
}
.filterbox .card-body {
    flex: 1 1 auto;
    padding: 1.5rem;
	font-size:.925rem;
}
.filterbox .card-header {
    background-color: #fff;
    border-bottom: 1px solid #ecebf1;
    margin-bottom: 0;
    padding: 1rem 1.5rem;
}
.filterbox .card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}
.filterbox .dropdown-header, .filterbox  .dropdown-text {
    color: #a8a3b9;
    padding: 0.25rem 1.2rem;
}
.filterbox .dropdown-header {
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
}

.filterbox .border-top {
    border-top: 1px solid #ecebf1!important;
}

.search-result .card-title { 
	font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;}

.travel-field-select{
    -webkit-appearance: none;
    appearance: none;
    background-color: #FFFFFF;
    border: 1px solid #727483;
    border-radius: 0.5rem;
    color: #141D38;
    font-size: 1rem;
    font-weight: 400;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
	min-height: 3rem;
    padding: .75rem;
}
.select-icon { position:absolute; top:35px; right:20px}

.bg-gradient-bottom-end-white {
    background-image: linear-gradient(180deg,#fff,rgba(255,255,255,.1) 30%,rgba(255,255,255,0)),linear-gradient(to right bottom,#fff,#fff 15%,rgba(255,255,255,0) 30%,rgba(255,255,255,0));
}


.travle-image {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.travle-img.overlay {
    background-color: rgba(0, 11, 38, 0.3);
        height: 107.5%;
    top: 0;

}

.travle-img {
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    margin: 0;
    padding:11rem 3rem 0.5rem;
    position: absolute;
	right: 0;}

.travel-bg {
    padding-bottom: 22%;
	position: relative;
	border-radius: 0.5em;
}

.travel-image-placeholder {
    bottom: 0;
    height: inherit;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.travel-position-top-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.bg-size-cover {
    background-size: cover !important;
}

@media (min-width: 768px) {
.d-md-block {
    display: block !important;
}
.pb-md-4 {
    padding-bottom: 1.5rem !important;
	}
}
.view.show {
    display: block;
}

.view {
    display: none;
}
.pt-7 {
    padding-top: 6rem !important;
}

.fs-ms {
    font-size: 0.8125rem !important;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    margin-bottom: 0;
    padding: 0.5rem;
	transform: translateY(-50%);
    font-size: 1.125rem;
    line-height: 1;
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #766df4;
    border-color: #766df4;
    box-shadow: unset;
}
.form-check-label {
    font-size: .875rem;
}

.btn-social {
    display: inline-block;
    width: 2.25rem
rem
;
    height: 2.25rem;
    padding: 0;
    border: 1px solid transparent;
    transition: border-color .25s ease-in-out,background-color .25s ease-in-out,color .25s ease-in-out;
    border-radius: 0.5rem;
    background-color: #f3f3f9;
    color: #6c6d89;
    font-size: .9375rem;
    text-align: center;
    text-decoration: none !important;
}


.bs-lg {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    font-size: 1rem;
}
.bs-outline {
    border-color: #e5e5ef;
    background-color: transparent;
}

.bs-lg>i {
    line-height: 2.625rem;
}

