@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&display=swap');

:root {
    --maincolor: #f1641d;
    --secondcolor: #026fbd;
    --topheader: #e5104a;
    --pricecolor: #159f2b;
    --whitecolor: #fff;
    --greycolor: #ccc;
    --blackcolor: #333;
}
*{
	margin:0;
	padding:0;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}
body{
    font-family: 'DM Sans', sans-serif;
    color:  var(--mainfontcolor);
    background-color:  var(--mainbackgroundcolor);
}
img.img-fluid.logo {
    width: 150px;
}
.tabs-to-dropdown ul li a {
    border: none;
    font-size: 16px;
    padding: 15px 24px;
    box-shadow: none;
    display: grid;
    color: #fff;
}
.tabs-to-dropdown ul li {
    background: rgba(0,0,0,0.5);
    margin: 0 5px;
    width: 140px;
}
.tabs-to-dropdown ul {
    position: relative;
    z-index: 1;
    display: inline-flex !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}
.tabs-to-dropdown ul li a:hover {
    text-decoration: none;
}
.tabs-to-dropdown ul li a.active {
    border-bottom: 3px solid var(--maincolor);
    display: grid;
    color: #fff;
    background: var(--maincolor);
}
.theme-form {
    position: relative;
    top: 20%;
}
.hotel-form {
    display: flex;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    justify-content: space-between;
}
.theme-form .tab-content {
    padding: 20px 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: #d1d1d1 2px 2px 5px;
    z-index: 9;
    position: relative;
}
.hotel-form label {
    font-weight: 600;
    margin: 0;
    color: #333;
}
.hotel-button {
    display: flex;
    align-items: center;
}
.holiday-form input {
    line-height: 60px;
    height: 60px;
    padding-top: 20px;
}
.holiday-form label {
    position: absolute;
    z-index: 999;
    left: 28px;
    top: 5px;
    font-weight: 700;
}
button.btn.btn-success.holidays-search {
    padding: 17px;
    background: var(--maincolor) !important;
    border-color: var(--maincolor) !important;
    color: #fff;
    font-weight: normal;
}
.nav-wrapper {
    text-align: center;
}
section.home-banner {
	background: #333;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    min-height: 480px;
    margin-bottom: 0;
}
.flight-search {
    display: flex;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}
.flight-search .form-group label {
    font-weight: 600;
    margin: 0;
    color:#333;
}
.btn-success{
    position: relative;
    z-index: 2;
    overflow: hidden;
}
button.btn.btn-success.show-flight {
    padding: 20px;
    background: var(--maincolor) !important;
    border-color: var(--maincolor) !important;
    color: #fff;
    font-weight: normal;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.btn-success:before {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 600%;
    background-color: var(--secondcolor);
    border-color: var(--secondcolor);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
    transform: translateX(-50%) translateY(-50%) rotate(60deg);
    z-index: -1;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
}
.btn-success:hover::before, .btn-success.active::before {
    height:560%;
    border-color: var(--secondcolor);
}
.flight-search .form-group {
    margin-right: 20px;
    border-right: 1px solid #ccc;
    margin-bottom: 0;
}
.hotel-form input {
    border: none;
}
.hotel-form select {
    border: none;
    padding-left: 0;
    position: relative;
    left: -5px;
    font-size: 14px;
}
.hotel-form input:focus{
    box-shadow: none;
}
.hotel-form select:focus{
    box-shadow: none;
}
.hotel-form input {
    border: none;
    padding: 0;
    font-size: 15px;
}
.hotel-form .form-group {
    margin-right: 0;
    margin-bottom: 0;
    border-right: 1px solid #ccc;
}
button.btn.btn-success.show-hotel {
    padding: 20px;
    background: var(--maincolor) !important;
    border-color: var(--maincolor) !important;
    color: #fff;
    font-weight: normal;
}
.flight-search input:focus {
    box-shadow: none;
}
.search-flight {
    display: flex;
    align-items: center;
}
.flight-search input {
    border: none;
    padding: 0;
    font-size: 15px;
}
a.text-white.me-4 {
    padding: 0 10px;
    text-decoration: none;
}
.home-banner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shape-bottom {
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    height: 0;
    padding-top: 6.4516%;
    background-image: url(../images/shape.png) !important;
    bottom: 0px !important;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 101% 100% !important;
    opacity: 1 !important;
    top: auto!important;
    z-index: 9;
}

#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

.heading {
    text-align: center;
}
.deals-flight img {
    border-radius: 15px;
    height: 250px;
    object-fit: cover;
}
.section-heading {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
}
.section-heading::before {
    content: "";
    height: 2px;
    width: 80px;
    background: #333;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.section-description {
    text-align: center;
    margin-bottom: 20px;
}
.deals-flight .bottom-right {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    z-index: 99999;
  } 
.deals-flight .bottom-right::before {
  content: "";
  position:absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 2;
  cursor: pointer;
  border-radius: 0px 0px 15px 15px;
}
.deals-flight .bottom-right h6{
    color: #fff;
    position: relative;
    z-index: 99999;
    margin-bottom: 0;
}
.deals-flight .bottom-right strong {
    color: #fff;
    position: relative;
    z-index: 99999;
}
#offer-deals .deals-flight .bottom-right {
    flex-direction: column;
}
#offer-deals .deals-flight .bottom-right h3 {
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 9;
    margin-top: 8px;
    margin-bottom: 2px;
    text-transform: capitalize;
}
#flight-deals .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#flight-deals .owl-nav .owl-prev{
  left: -50px;
}
#flight-deals .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}
#flight-deals .owl-nav span {
    font-size: 36px;
    position: relative;
    top: -3px;
}
#flight-deals .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}
#flight-deals .owl-nav .owl-next {
right: -50px;
}

div#myTabContent {
    margin-top: 30px;
}
.hotel-booking-deals .tab-card-header .nav-tabs .nav-link.active{
    background: var(--maincolor) !important;
    color: #fff !important;
    border-radius: 30px;
    border-color: var(--maincolor);
}
.hotel-booking-deals .tab-card-header .nav-tabs .nav-link{
  color: var(--secondcolor);
  border-color: var(--secondcolor);
  font-size: 14px;
  border-radius: 30px;
  margin: 0 5px !important;
}
.hotel-booking-deals .tab-card-header .nav-tabs .nav-link:first-child{
  margin: 0;
}
.exclusive-deals-image img {
    height: 225px;
    max-height: 225px;
    object-fit: cover;
    border-radius: 20px;
}
.exclusive-deals-details h6 {
    font-weight: 600;
    margin: 0;
}
.exclusive-deals {
    background: #fff;
    box-shadow: #d9d9d9 2px 2px 5px;
    margin-bottom: 10px;
    border-radius: 20px;
}
.exclusive-deals-details {
    padding: 8px 10px;
}
.exclusive-deals-details .stars-active .active{
    color: #f0ad4e;
}
#hotel-deals .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}

#hotel-deals .owl-nav .owl-prev, 
#hotel-deals2 .owl-nav .owl-prev, 
#hotel-deals3 .owl-nav .owl-prev,
#hotel-deals4 .owl-nav .owl-prev,
#hotel-deals5 .owl-nav .owl-prev,
#hotel-deals6 .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
    top: 40%;
}
#hotel-deals .owl-nav span, 
#hotel-deals2 .owl-nav span, 
#hotel-deals3 .owl-nav span,
#hotel-deals4 .owl-nav span,
#hotel-deals5 .owl-nav span,
#hotel-deals6 .owl-nav span {
    font-size: 36px;
    position: relative;
    top: -3px;
}
#hotel-deals .owl-nav .owl-next, 
#hotel-deals2 .owl-nav .owl-next, 
#hotel-deals3 .owl-nav .owl-next,
#hotel-deals4 .owl-nav .owl-next,
#hotel-deals5 .owl-nav .owl-next,
#hotel-deals6 .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
    top: 40%;
}
#hotel-deals .owl-nav .owl-prev, 
#hotel-deals2 .owl-nav .owl-prev, 
#hotel-deals3 .owl-nav .owl-prev,
#hotel-deals4 .owl-nav .owl-prev,
#hotel-deals5 .owl-nav .owl-prev,
#hotel-deals6 .owl-nav .owl-prev {
    left: -50px;
}
#hotel-deals .owl-nav .owl-next, 
#hotel-deals2 .owl-nav .owl-next, 
#hotel-deals3 .owl-nav .owl-next,
#hotel-deals4 .owl-nav .owl-next,
#hotel-deals5 .owl-nav .owl-next,
#hotel-deals6 .owl-nav .owl-next {
    right: -50px;
}
.h-amenties ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.exclusive-deals-details .h-location {
    font-size: 14px;
}
.h-ameties.d-flex {
    justify-content: space-between;
}
.amenties ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.amenties ul li {
    display: inline-block;
    padding: 0 5px;
}
.exclusive-deals-details hr {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.amenties li {
    color: var(--maincolor);
}
.domestic-packages-images img {
    height: 200px;
    object-fit: cover;
}
.domestic-packages-detail h6 {
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.domestic-packages-detail p {
    margin: 0;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.domestic-packages-detail {
    padding: 8px 10px;
    min-height: 158px;
    display: flex;
    flex-direction: column;
}
.domestic-packages {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 24%);
    margin-bottom: 10px;
    border-radius: 15px;
    overflow: hidden;
}
span.just-d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.start-from span {
    display: block;
}
.book-now-button a {
    color: var(--maincolor);
}

#domestic-holidays .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}

#domestic-holidays .owl-nav .owl-prev {
    left: -50px;
}
#domestic-holidays .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#domestic-holidays .owl-nav span {
    font-size: 36px;
    position: relative;
    top: -3px;
}
#domestic-holidays .owl-nav .owl-next {
    right: -50px;
}

#domestic-holidays .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}
.theme-option img {
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}
.theme-option span{
  display: block;
  text-align: center;
  padding: 2px;
} 
.travelogue-list {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 24%);
    margin: 10px 0px 10px;
    border-radius: 15px;
}
.travelogue-list .travelogue-img-wrap {
    position: relative;
}
.travelogue-list .travelogue-img-wrap::before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 10px;
}
.travelogue-list img {
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.travelogue-list .bottom-right {
    padding: 8px 10px
}
.travelogue-list .bottom-right h3 {
    font-size: 20px;
    min-height: 48px;
}
.travelogue-list .bottom-right p {
    font-size: 14px;
}
#travelogue .owl-nav .owl-prev {
    left: -50px;
}

#travelogue .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}
#travelogue .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#travelogue .owl-nav span {
    font-size: 36px;
    position: relative;
    top: -3px;
}
#travelogue .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}
#travelogue .owl-nav .owl-next {
    right: -50px;
}
#testimonial .owl-nav .owl-next {
    right: -50px;
}
#testimonial .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}
#testimonial .owl-nav .owl-prev {
    left: -50px;
}

#testimonial .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}
#testimonial .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#testimonial .owl-nav span {
    font-size: 36px;
    position: relative;
    top: -2px;
}

.travelogue-list .centered {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffff;
    text-align: center;
    padding: 8px 10px;  
    text-transform: capitalize;
}
.gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 15px -7px #c9dff0;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
    margin-bottom: 10px;
  }
  .gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 80px;
    height: 80px;
  }
  .gtco-testimonials .card h5 {
  
    font-size: 21px;
    line-height: 1.3;
  }
  .gtco-testimonials .card h5 span {
    font-size: 14px;
    
  }
  .gtco-testimonials .card p {
    font-size: 14px;   
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
  .gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
  }
  .gtco-testimonials .center {
    opacity: 1;
  }
  .gtco-testimonials .center h5 {
    font-size: 21px;
  }
  .gtco-testimonials .center h5 span {
    font-size: 14px;
  }
  .gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height:80px;
    width: 80px;
  }
  footer.text-center.text-white {
    background: var(--bg-footer2) !important;
}
hr.my-5 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
    border-top: 1px solid rgb(124 124 124 / 60%);
}
.select2-container {
    width: 100% !important;
    top: 5px;
    z-index: 99;
}
.visa-form label {
    position: absolute;
    z-index: 999;
    left: 25px;
    top: 5px;
    font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 20px !important;
}
button.btn.btn-success.visa-search {
    padding: 17px;
    background: var(--maincolor) !important;
    border-color: var(--maincolor) !important;
    color: #fff;
    font-weight: normal;
    width: 100%;
    margin-top: 5px;
}
span.select2-selection.select2-selection--single {
    line-height: 60px !important;
    height: 60px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 65px!important;
}

#home-banner-carousel {
    z-index: initial;
}
.home-banner-carousel-item {
    position: relative;
}
.home-banner-carousel-item figure {
    position: relative;
    margin-bottom: 0;
}
.home-banner-carousel-item figure::before {
    content: '';
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.home-banner-carousel-item figure img {
height: 480px !important;
    object-fit: cover;
}
.home-banner-carousel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    max-width: 850px;
    width: 100%;
    padding: 15px;
}
.home-banner-carousel-content .banner-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 10px;
}
.home-banner-carousel-content .banner-description {
    font-size: 20px;
}
.home-banner-carousel-content .banner-btn {
    padding: 0.5rem 1.5rem;
    background: var(--maincolor);
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    text-transform: capitalize;
    margin-top: 30px;
}
#home-banner-carousel .owl-nav.disabled {
    display: none;
}
#home-banner-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}
#home-banner-carousel .owl-dots .owl-dot {
    background: #aaaaaa;
    z-index: 99;
    position: relative;
}
#home-banner-carousel .owl-dots .owl-dot.active {
    background: var(--maincolor);
}
  #popular-theme .owl-nav .owl-prev {
        background: var(--maincolor) !important;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        position: absolute;
        color: var(--whitecolor) !important;
    }
    #popular-theme .owl-nav .owl-next {
        background: var(--maincolor) !important;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        position: absolute;
        color: var(--whitecolor) !important;
    }
    #popular-theme .owl-nav {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        width: 100%;
    }
	#popular-theme .owl-nav span {
    font-size: 36px;
    position: relative;
    top: -3px;
}
    #popular-theme .owl-nav .owl-next {
        right: -50px;
    }
    #popular-theme .owl-nav .owl-prev {
        left: -50px;
    }
#packages-holidays .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}

#packages-holidays .owl-nav .owl-prev {
    left: -50px;
}
#packages-holidays .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#packages-holidays .owl-nav span {
    font-size: 36px;
    position: relative;
    top: -3px;
}
#packages-holidays .owl-nav .owl-next {
    right: -50px;
}

#packages-holidays .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}

#international-holidays .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}

#international-holidays .owl-nav .owl-prev {
    left: -50px;
}
#international-holidays .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#international-holidays .owl-nav span {
    font-size: 36px;
    position: relative;
    top: -3px;
}
#international-holidays .owl-nav .owl-next {
    right: -50px;
}

#international-holidays .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}

#state-deals .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#state-deals .owl-nav .owl-prev{
  left: -50px;
}
#state-deals .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}
#state-deals .owl-nav span {
    font-size: 36px;
    position: relative;
    top: -3px;
}
#state-deals .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}
#state-deals .owl-nav .owl-next {
    right: -50px;
}

#regions-deals .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#regions-deals .owl-nav .owl-prev{
  left: -50px;
}
#regions-deals .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}
#regions-deals .owl-nav span {
    font-size: 36px;
    position: relative;
    top: -3px;
}
#regions-deals .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}

#regions-deals .owl-nav .owl-next {
right: -50px;
}

#country-deals .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#country-deals .owl-nav .owl-prev{
  left: -50px;
}
#country-deals .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}
#country-deals .owl-nav span {
    font-size: 36px;
    position: relative;
    top: -3px;
}
#country-deals .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}
#country-deals .owl-nav .owl-next {
    right: -50px;
}

#offer-deals .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#offer-deals .owl-nav .owl-prev{
  left: -50px;
}
#offer-deals .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}
#offer-deals .owl-nav span {
    font-size: 36px;
    position: relative;
    top: -3px;
}
#offer-deals .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}
#offer-deals .owl-nav .owl-next {
    right: -50px;
}

#partner-deals .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#partner-deals .owl-nav .owl-prev{
  left: -50px;
}
#partner-deals .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}
#partner-deals .owl-nav span {
    font-size: 36px;
    position: relative;
    top: -3px;
}
#partner-deals .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--whitecolor) !important;
}
#partner-deals .owl-nav .owl-next {
    right: -50px;
}

.partner-flight {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 8px 15px -7px #c9dff0;
    padding: 20px;
    border-radius: 5px;
    margin: 5px 0;
}
.partner-flight img {
    max-height: 80px;
    width: auto !important;
}

@media (max-width: 1219px) {
    #flight-deals .owl-nav .owl-prev {
        left: -15px;
    }
    #flight-deals .owl-nav .owl-next {
        right: -15px;
    }
    #hotel-deals .owl-nav .owl-prev {
        left: -15px;
    }
    #hotel-deals .owl-nav .owl-next {
        right: -15px;
    }
    #country-deals .owl-nav .owl-prev {
        left: -15px;
    }
    #country-deals .owl-nav .owl-next {
        right: -15px;
    }
    #regions-deals .owl-nav .owl-prev {
        left: -15px;
    }
    #regions-deals .owl-nav .owl-next {
        right: -15px;
    }
    #packages-holidays .owl-nav .owl-prev {
        left: -15px;
    }
    #packages-holidays .owl-nav .owl-next {
        right: -15px;
    }
    #domestic-holidays .owl-nav .owl-prev {
        left: -15px;
    }
    #domestic-holidays .owl-nav .owl-next {
        right: -15px;
    }
    #popular-theme .owl-nav .owl-prev {
        left: -15px;
    }
    #popular-theme .owl-nav .owl-next {
        right: -15px;
    }
    #international-holidays .owl-nav .owl-prev {
        left: -15px;
    }
    #international-holidays .owl-nav .owl-next {
        right: -15px;
    }
    #travelogue .owl-nav .owl-prev {
        left: -15px;
    }
    #travelogue .owl-nav .owl-next {
        right: -15px;
    }
    #testimonial .owl-nav .owl-prev {
        left: -15px;
    }
    #testimonial .owl-nav .owl-next {
        right: -15px;
    }
    #partner-deals .owl-nav .owl-prev {
        left: -10px;
    }
    #partner-deals .owl-nav .owl-next {
        right: -10px;
    }
}

@media (max-width: 991px) {
    section.home-banner {
        min-height: auto;
    }
    .home-banner-carousel-item figure img {
        min-height: 400px;
    }
    .home-banner-carousel-content {
        top: 45%;
        width: 85%;
    }
}

@media (max-width: 767px){
    #flight-deals .owl-nav .owl-prev {
        left: -10px;
    }
    #flight-deals .owl-nav .owl-next {
        right: -10px;
    }
    .tabs-to-dropdown ul li a{
        padding: 15px 20px;
    }
    #popular-theme .owl-nav span {
        font-size: 36px;
    }
    .visa-form label {
        position: absolute;
        z-index: 99999999999999;
        left: 25px;
        top: 5px;
        font-weight: 700;
    }
    .tabs-to-dropdown ul{
        display: flex !important;
        align-items: center;
        justify-content: between !important;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 10px;
    }
    .flight-search {
        width: 100%;
        margin: 0 auto 20px;
        border-radius: 10px;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        border: solid 1px #e7e7e7;
        flex-wrap: wrap;
        position: relative;
    }
    .from-city {
        width: 50%;
        height: 85px;
    }
    .to-city {
        width: 50%;
        height: 85px;
    }
    .departure {
        width: 50%;
        height: 85px;
    }
    .return {
        width: 50%;
        height: 85px;
    }
    .traveller {
        width: 50%;
        height: 85px;
    }
    .search-flight {
        width: 50%;
        height: 85px;
    }
    .flight-search .form-group {
        border-right: none;
    }
    .theme-form {
        position: relative;
        top: 5%;
    }
    #hotel-deals .owl-nav {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        width: 100%;
    }
    #hotel-deals .owl-nav .owl-prev {
        left: -10px;
    }
    #hotel-deals .owl-nav .owl-next {
        right: -10px;
    }
    #hotel-deals .owl-nav .owl-prev {
        background: var(--maincolor) !important;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        position: absolute;
        color: var(--whitecolor) !important;
    }
    #hotel-deals .owl-nav .owl-next {
        background: var(--maincolor) !important;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        position: absolute;
        color: var(--whitecolor) !important;
    }
    #hotel-deals .owl-nav span {
        font-size: 36px;
        position: relative;
        top: -3px;
    }
    .tab-card-header ul {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 10px;
    }
    #domestic-holidays .owl-nav .owl-prev {
        left: -10px;
    }
    #domestic-holidays .owl-nav .owl-next {
        right: -10px;
    }
    #travelogue .owl-nav .owl-prev {
        left: -10px;
    }
    #travelogue .owl-nav .owl-next {
        right: -10px;
    }
    #testimonial .owl-nav .owl-prev {
        left: -10px;
    }
    #testimonial .owl-nav .owl-next {
        right: -10px;
    }
    #travelogue .owl-nav .owl-prev {
        left: -10px;
    }
    #offer-deals .owl-nav .owl-next {
        right: -10px;
    }
    #offer-deals .owl-nav .owl-prev {
        left: -10px;
    }

  
    .hotel-booking-deals .tab-card-header .nav-tabs .nav-link {
        display: flex;
        white-space: nowrap;
        align-items: baseline;
    }
    .hotel-booking-deals .tab-card-header .nav-tabs .nav-link i {
        padding-right: 5px;
    }
    button.btn.btn-success.visa-search {
        width: 100%;
        margin-top: 25px;
    }
    span.select2-selection__arrow {
        top: 20px !important;
        position: relative;
    }
    .tabs-to-dropdown ul::-webkit-scrollbar {
        display: block !important;
        width: 4px;
        height: 3px !important;
        background: #d8d8d8;
    }
    .tab-card-header ul::-webkit-scrollbar {
        display: block !important;
        width: 4px;
        height: 3px !important;
        background: #d8d8d8;
    }
    .tabs-to-dropdown ul::-webkit-scrollbar-thumb {
        background: #22577a;
    }
    .visa-form {
        margin-top: 0px;
    }
    .tab-card-header ul::-webkit-scrollbar-thumb {
        background: #22577a;
    }
    .tabs-to-dropdown ul li a{
        padding: 15px 15px;
    }
    button.btn.btn-success.holidays-search {
        padding: 17px;
        background: var(--maincolor) !important;
        border-color: var(--maincolor) !important;
        color: #fff;
        font-weight: normal;
        width: 100%;
    }
    button.btn.btn-success.visa-search {
        width: 100%;
        margin-top: 0px;
        padding: 17px;
        background: var(--maincolor) !important;
        border-color: var(--maincolor) !important;
        color: #fff;
        font-weight: normal;
    }
    .hotel-form {
        width: 100%;
        margin: 0 auto 20px;
        border-radius: 10px;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        border: solid 1px #e7e7e7;
        flex-wrap: wrap;
        position: relative;
    }
    .hotel-city {
        width: 50%;
        height: 85px;
    }
    .check-in {
        width: 50%;
        height: 85px;
    }
    .check-out {
        width: 50%;
        height: 85px; 
    }
    .nationality {
        width: 50%;
        height: 85px; 
    }
    .rooms {
        width: 50%;
        height: 85px; 
    }
    .hotel-button {
        width: 50%;
        height: 85px; 
    }
    .hotel-form .form-group {
        border: none;
    }
    .partner-flight {
        box-shadow: none;
    }
}

@media (max-width: 575px) {
    .home-banner-carousel-content .banner-heading {
        font-size: 30px;
        font-weight: 500;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .home-banner-carousel-content .banner-description {
        font-size: 16px;
    }
    .home-banner-carousel-content .banner-btn {
        margin-top: 25px;
    }
}

@media (max-width: 767px){
  #country-deals .owl-nav .owl-prev {
        left: -10px;
    }
}

@media (max-width: 767px){
  #regions-deals .owl-nav .owl-prev {
    left: -10px;
    }
}

@media (max-width: 767px){
    #state-deals .owl-nav .owl-prev {
        left: -10px;
    }
}

@media (max-width: 767px){
    #international-holidays .owl-nav .owl-prev {
        left: -10px;
    }
}

@media (max-width: 767px){
    #packages-holidays .owl-nav .owl-prev {
        left: -10px;
    }
}