*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: "Poppins", sans-serif;

}


a
{
    text-decoration: none;
    color: #000000;
}

html{
scroll-behavior: smooth;
}


p{
    color: #1E1D1D;
    
}


header {padding: 10px 10px;position: relative;width: 100%;top: 0;left: 0;z-index: 100;background: #ffffff;box-shadow: 0px 0px 5px #c7c7c7fa;margin-top: 40px;}

.header-container {display: flex;justify-content: space-between;align-items: center;margin: 0 auto;}

/* .header--logo {
    margin-left: -25px;
} */

header.sticky {
    position: fixed;
    top: 0;
    z-index: 9999;
}

.right-menu {
display: inline-flex;
align-items: center;
transition: all 0.3s ease;
}


.right-menu ul {display: flex;list-style: none;padding: 0;margin: 0;gap: 40px;}



.right-menu a {text-decoration: none;/* padding: 8px 20px; */font-size: 16px;font-weight: 400;position: relative;color: #17212D;}



.right-menu a:hover {
    color: #81b650;
}




.header-button {
background: #0063C6;
padding: 10px 0px;
border-radius: 6px;
}


.header-button a {
    color: #fff;
    font-weight: 500;
}


.header-button a:hover {
    color: #fff;
}



.toggle-btn {
display: none;
flex-direction: column;
justify-content: space-around;
align-items: center;
height: 30px;
width: 30px;
cursor: pointer;
}


.toggle-btn .bar {
width: 25px;
height: 4px;
background-color: #fff;
border-radius: 3px;
}

.mobile-logo
{
display:none;
}

.close-btn
{
display:none;
}

.right-menu ul li ul.dropdown {
  position: absolute;
  top: 40px;
  left: 15px;
  width: 220px;
  background-color: #ffffff;
  display: none;
  padding: 0;
  margin: 0;
  z-index: 9999;
  box-shadow: 0 0 65px 0 rgba(0, 0, 0, .1);
  transition: 0.5s !important;
}



.right-menu ul li ul.dropdown li a:hover {
    color: #ffffff;
    background: #7ab252;
    width: 230px;
}


li.dropdown {
  position: relative;
}

li.dropdown > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  position: relative;
  color: #000000;
  font-size: 18px;
  margin-left: 6px;
  vertical-align: middle;
}

.right-menu ul li.active > ul.dropdown {
display: block;
}



.right-menu ul li {
  position: relative;
}

.right-menu ul li.dropdown:hover > ul.dropdown,
.right-menu ul li ul.dropdown:hover {
  display: block;
}


.right-menu ul li.dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  background: transparent;
}


.right-menu ul li ul.dropdown li.dropdown-submenu:hover > ul.dropdown-submenu-list,
.right-menu ul li ul.dropdown li ul.dropdown-submenu-list:hover {
  display: block;
}


.right-menu ul li ul.dropdown,
.right-menu ul li ul.dropdown li ul.dropdown-submenu-list {
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 0;
  visibility: hidden;
}



.right-menu ul li.dropdown:hover > ul.dropdown,
.right-menu ul li ul.dropdown:hover,
.right-menu ul li ul.dropdown li.dropdown-submenu:hover > ul.dropdown-submenu-list,
.right-menu ul li ul.dropdown li ul.dropdown-submenu-list:hover {
  opacity: 1;
  visibility: visible;
}

.right-menu ul li ul.dropdown li a {
    line-height: 42px;
    padding: 8px 15px;
}


/* ===== Top Header Bar ===== */
.top-header {
   /* same blue color */
color: #fff;
    font-size: 14px;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: #000;
    height: 43px;
    overflow: visible;
}

.top-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-header a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.top-header .left-side span {
  display: inline-block;
}



.lang-currency {
    position: relative;
}

.gtranslate_wrapper,
.gt_switcher {
    position: absolute;
    top: -8px; 
    right: 0;
    z-index: 99999;
}






 .social-links-footer ul li {
    list-style: none;
}

.social-links-footer ul {
    display: flex;
    gap: 20px;
    margin: 0;
}

.social-links-footer ul li a {background: #82b650;color: #222;width: 20px;height: 20px;display: flex;justify-content: center;align-items: center;}

.banner-text {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    max-width: 1000px;
    z-index: 9999;
}



.flight-form {
    padding: 30px;
    width: 100%;
    z-index: 99;

}

.bg_flight
{
  position: relative;
   top: -15px;
}

.bg_flight:before {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #A3BF20, #3C913A);
    left: 0;
    opacity: 0.11;
    z-index: -1;
}



input::placeholder
{
    color:#000000 !important;
}


.flex-form {
display: flex;
gap: 31px;
margin-bottom: 15px;
align-items: flex-end;
}

.field {
flex: 1;
}

.small-field {
width: 76px;
}

label {
color: #000000;
font-size: 13px;
margin-bottom: 6px;
display: block;
}

input,
select {
width: 100%;
padding: 3px 10px;
background: #ffffff;
border: 1px solid #93b824;
border-radius: 4px;
color: #000000;
}

input::placeholder {
color: #777;
}

.search-btn {
background: linear-gradient(to right, #8bc34a, #4caf50);
color: #fff;
border: none;
/* padding: 12px 57px; */
border-radius: 6px;
cursor: pointer;
font-size: 16px;
height: 42px;
width: 100%;
}

.search-btn:hover {
opacity: 0.9;
}



.trip-selector {
display: flex;
align-items: center;
justify-content: left;
gap: 50px;
margin-bottom: 20px;
}

.trip-selector .form-check-inline {
color: #fff;
position: relative;
display: flex;
align-items: center;
gap: 16px;
cursor: pointer;
margin: 0;
}

.trip-selector .form-check-inline input[type=radio] {
/* background-color: #9fbd21; */
border: 2px solid #fff;
padding: 5px;
}

.trip-selector .form-check-inline input[type=radio]:checked {
background: #9fbd21 !important;
}

.form-check.form-check-inline.tab-option label {
margin: 0;
font-size: 14px;
padding-top: 4px;
}





.bg-color {
  position: relative;
    z-index: 99;
    width: 100%;
}

.banner-carousel .owl-dots {
    display:none;
}




.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: static !important;
}



.banner-carousel button.owl-prev {
    position: absolute;
    left: 2%;
    top: 40%;
}


.banner-carousel button.owl-next {
    position: absolute;
    top: 40%;
    right: 2%;
}



.banner-carousel button.owl-next span
 {
    width: 30px;
    height: 30px;
    font-size: 36px;
    color: #000000;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #4b7a02;
}


.banner-carousel button.owl-prev span {
    width: 30px;
    height: 30px;
    font-size: 36px;
    color: #000000;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #4b7a02;
}



.banner-slider IMG {
    width: 100%;
    height: 430px;
}






/* .video-wrapper video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.video-wrapper {

    height: 100%;
} */

.banner-text h1 {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
}

.banner-text p {
    color: #fff;
}



/* form css */







.flex-card {
    display: flex;
    gap: 15px;
    align-items: center;
}

.service_card-txt h2 {
    font-size: 18px;
    font-weight: 600;
}

.service_card-txt p {
    margin: 0;
}


.bg-travel {
    padding: 50px;
    position: relative;
}

.bg-travel:before {
    position: absolute;
    content: '';
    background: linear-gradient(to right, #A3BF20, #3C913A);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.11;
    z-index: -1;
}

.travel-box {
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    margin-top: 30px;
   height:auto;
}

.travel_img img {
    width: 100%;
}

.travel-txt-card {
    text-align: center;
    padding: 20px 30px;
}

.travel-txt-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.travel-txt-card h3 a {
    background: transparent;
    color: #222;
    margin: 0;
}

.trave-card-txt h4 {
    font-size: 20px;
    font-weight: 600;
}



.travel-txt-card a {
    color: #fff;
    padding: 8px 20px;
    background: linear-gradient(to right, #A3BF20, #3C913A);
    border-radius: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.travel-heading h2 {font-weight: 600;}

.travel-heading p {
    width: 70%;
    margin: 0 auto;
}

.book_flight_heading h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}

.book_flight_txt p {
    line-height: 28px;
}

.travel-card-box {
    background: #fff;
    box-shadow: 0px 0px 5px #00000029;
    margin: 5px;
}

.trave-card-txt {
    padding: 25px;
    text-align: center;
}

.trave-card-txt a {
    color: #fff;
    padding: 8px 20px;
    background: linear-gradient(to right, #A3BF20, #3C913A);
    border-radius: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.travel-carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    background: linear-gradient(to right, #A3BF20, #3C913A);
}
.travel-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(to right, #A3BF20, #3C913A);
}


.view-btn a {
    background: linear-gradient(to right, #A3BF20, #3C913A);
    color: #fff;
    font-size: 18px;
    padding: 8px 40px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
}

.view-btn {
    text-align: center;
    margin-top: 27px;
}




.holiday-txt-card {
    text-align: center;
    padding: 15px 0;
}

.holiday-txt-card h4 a {
    color: #222;
}

.holiday-txt-card h4 {
    font-size: 20px;
    font-weight: 600;
}

.blog-txt {
    padding: 20px;
}

.blog-txt h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.blog-card-box
{
    background: #fff;
    box-shadow: 0px 0px 10px #00000029;
    margin: 5px;
}

.blog-carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    background: linear-gradient(to right, #A3BF20, #3C913A);
}
.blog-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(to right, #A3BF20, #3C913A);
}


.text-tetimonials h3 {font-weight: 600;font-size: 32px;}

.text-tetimonials p {
    width: 45%;
    margin: 0 auto;
    padding-top: 5px;
}

.text-tetimonials {
    margin-bottom: 30px;
}

.testimonial-card {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 3px 6px #00000029;
    margin: 5px;
    position: relative;
    z-index: 9;
}

.testimonial-card:before {
    position: absolute;
    content: '';
    background: url('../image/bloquote.png');
    top: 10%;
    height: 115px;
    width: 144px;
    right: 20%;
    z-index: -1;
}


.testimonial-detail h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.testimonial-detail p {
    color: #707070;
    padding-top: 3px;
    font-weight: 500;
}

.testimonial-txt i {
    color: #60a75b;
}


.servie-list h4 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    color: #CECECE;
}

.servie-list ul li a {
    color: #CECECE;
    font-size: 14px;
    line-height: 32px;
    position: relative;
}

.servie-list ul li {
    list-style: none;
}

.servie-list ul {
    margin: 0;
    padding: 0;
}



/*footer.bg-image {*/
/*    padding: 30px;*/
/*    background: #141414d6;*/
/*    position: relative;*/
/*    background-image: url(../image/footer-bg.webp);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/

/*footer.bg-image:before { */
/*    position: absolute;*/
/*    content: '';*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    background: #141414d6;*/
/*    background-position: center*/

/*}*/

footer.bg-image {
    padding: 30px;
    background: #141414d6;
    position: relative;
}


footer.bg-image:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    background-image: url(../../assets/image/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    z-index: -1;
    background-position: center;
}


.footer-txt p {
    color: #CECECE;
    font-size: 14px;
    line-height: 28px;
}

.servie-list p a {
    color: #CECECE;
}

.servie-list i {
    color: #fff;
    padding: 3px 8px 0px 0px;
}

.servie-list ul li a:hover {
    color: #97c148;
}

.disclaimber-card {
    background: linear-gradient(to right, #A3BF20, #3C913A);
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 20px;
     margin-top: 40px;
	 position:relative;
}


.disclaimber-card:before {
    position: absolute;
    content: '';
    width: 50%;
    background: #ffffff3d;
    left: 0;
    height: 1px;
    top: -15px;
}

.disclaimber-card:after {
    position: absolute;
    content: '';
    width: 45%;
    background: #ffffff3d;
    right: 0;
    height: 1px;
    top: -15px;
}

.disclaimber-card p {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}

.disclaimber-card span {
    font-weight: 600;
}

.social_link ul {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.social_link ul li a {
    color: #fff;
    background: linear-gradient(to right, #A3BF20, #3C913A);
    padding: 11px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 5px;
}

.social_link ul li {
    list-style: none;
}

.social_link {
    margin-top: 30px;
}

.servie-list p {
    font-size: 14px;
    color: #CECECE;
    display: flex;
    align-items: flex-start;
    padding-top: 3px;
}




.quick-link {
    position: fixed;
    right: -195px;
    bottom: 40%;
    z-index: 99999;
}

.quick-link ul {
    margin: 0px;
    padding: 0px;
}

.quick-link ul li {
    list-style: none;
    transition: all .5s;
}

.quick-link ul li:hover {
    transform: translate(-180px, 0px);
}

.quick-link ul li a {
  width: 100%;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    text-decoration: none;
    padding: 12px 15px;
    background: linear-gradient(to right, #A3BF20, #3C913A);
}




.quick-link ul li a span {
    padding: 0px 13px
}


.copyright-grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
}

.copyright-grid ul {
    display: flex;
    margin: 0;
    gap: 10px;
}

.copyright-txt p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.bg-color-copyright {
    background: #1E1D1D;
    padding: 10px;
}

.footer-detail ul li {
    list-style: none;
}

.footer-detail ul li a {
    color: #fff;
    font-size: 14px;
}

.footer-detail ul li a:hover {
    color: #82b650;
}



.banner-service {
    position: relative;
    text-align: center;
    padding: 50px 0;
    color: #fff;
    z-index: 99;
}

.banner-service:before {
    position: absolute;
    content: '';
    background: linear-gradient(to right, #8bc34a, #4caf50);
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
}

.banner-service h1 {
    font-size: 42px;
    font-weight: 600;
}

nav.breadcrumb-nav {
    display: flex;
    justify-content: center;
}

nav.breadcrumb-nav ol {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 0;
}

nav.breadcrumb-nav ol li {
    list-style: none;
    color: #fff;
}

nav.breadcrumb-nav ol li a {
    color: #fff;
}

.deals-description h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
}


.deals-description p {
    padding-top: 12px;
    line-height: 28px;
}


.policy-txt h2 {
    font-size: 34px;
    font-weight: 600;
}

.policy-txt p {
    line-height: 32px;
}

.policy-image img {
    width: 100%;
}

.policy-discription ul li:before {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    color: #a4c840;
    left: -20px;
    font-size: 22px;
}

.policy-discription ul li {
    position: relative;
    list-style: none;
    line-height: 38px;
    font-weight: 400;
}



.policy-discription h3 {
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 15px;
}


.policy-box {
    background: #fff;
    margin-top: 20px;
}

.policy_img img {
    width: 100%;
}

.policy-txt-card {
    padding: 15px;
    text-align: center;
}

.policy-txt-card h4 a {
    color: #222;
    font-size: 22px;
    font-weight: 600;
}


.blog-image img {
    width: 100%;
}

.box-blog {
    box-shadow: 0px 3px 6px #00000029;
    margin-top: 22px;
}

.blog-card-txt {
    padding: 16px;
}

.blog-card-txt h4 {
    font-size: 20px;
    line-height: 32px;
}

.blog-card-txt h4 a {
    color: #222;
    font-weight: 600;
}

button.btn.btn-gradient {
    color: white;
    border: none;
    background: linear-gradient(to right, #8bc34a, #4caf50);
}

.pagination {
    margin-top: 30px;
    gap: 20px;
    display: flex;
    position: relative;
    left: 12px;
}

button.btn.btn-outline {
    border: 1px solid #a1be21;
    color: #a0be20;
}

.search-container-blog {
    border-radius: 15px;
    /*display: flex;*/
    align-items: center;
    padding: 10px;
    box-shadow: 0px 0px 12px #0040A133;
    /* margin-bottom: 18px; */
    background: #F2F7E8;
    width: 100%;
    margin-top: 20px;
}

.search-container-blog input {
    border: none;
    outline: none;
    flex: 1;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    background: #ffffff;
    width: 100%;
    max-width: 305px;
}


.search-container-blog .search-button {
    border: 2px solid white;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    color: #fff;
    padding: 9px 22px;
    position: absolute;
    right: 9%;
    background: linear-gradient(to right, #8bc34a, #4caf50);
}



.border_sidebar {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    margin-top: 20px;
    box-shadow: 0px 0px 5px #cdcdcdeb;
}

.border_sidebar img {
    width: 150px;
    margin: 0 auto;
}
.detail_blog {
    padding-top: 15px;
}

.detail_blog p {
      font-size: 22px;
    font-weight: 600;
    padding-bottom: 12px;
    margin: 0;
}

.detail_blog i {color: #9ebc21;font-size: 24px;}

.button-_sidebar-detail a {
      border: none;
    outline: 0;
    font-size: 18px;
    font-weight: 500;
    background: #9dbc21;
    padding: 10px 30px;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
}

.detail_blog i a {
    font-weight: 700;
    font-family: 'Poppins';
    font-size: 22px;
}


.listing-sidebar {
    text-align: left;
    padding-top: 15px;
}

.listing-sidebar ul li {
    position: relative;
    /* padding: 0 25px; */
    list-style:none;
    line-height: 36px;
}

.listing-sidebar ul li:before {
position: absolute;
    font-family: FontAwesome;
    content: "\f00c";
    left: -25px;
    color: #9ebd21;
}

.related-bg {
    background: #F2F7E8;
    margin-top: 20px;
}



.related-txt p a {
    color: #222;
    font-weight: 500;
}

.related-heading h3 {
    background: linear-gradient(to right, #8bc34a, #4caf50);
    color: #fff;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
}

.related-txt {
    padding: 10px 30px;
    position: relative;
}

.related-txt p {
    border-bottom: 1px solid #a1be20;
    padding-bottom: 10px;
    font-size: 16px;
}

.blog-form .form-group input {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: none;
    outline: none;
    box-shadow: 0px 1px 6px #00000014;
}

.form-txt-bg h3 {
    background: linear-gradient(to right, #8bc34a, #4caf50);
    color: #fff;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
}


.bg_form {
    margin-top: 20px;
    background: #f2f7e8;
}

.blog-form {
    padding: 15px;
}

.blog-form .form-group textarea {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: none;
    outline: none;
    box-shadow: 0px 1px 6px #00000014;
}

.blog-sidebar img {
    width: 100%;
}

.blog-sidebar h2 {
    font-size: 32px;
    font-weight: 700;
    padding-top: 15px;
}

.blog-sidebar p {
    line-height: 32px;
    padding-top: 10px;
}

.blog-sidebar h3 {
    font-size: 28px;
    font-weight: 700;
}

.blog-sidebar ul li {
    line-height: 32px;
    list-style: none;
    position: relative;
}

.blog-sidebar ul {
    margin: 0;
}

.blog-sidebar ul li:before {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    color: #a4c840;
    left: -25px;
    font-size: 22px;
}

.blog-form .form-group.button input {
    width: 40%;
    background: linear-gradient(to right, #8bc34a, #4caf50);
    color: #fff;
    border-radius: 10px;
}

.note-details {
    margin: 20px 0px;
    position: relative;
    z-index: 99;
}

.note-details:before {
    background: linear-gradient(to right, #8bc34a, #4caf50);
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.25;
}

.note-details p {
    padding: 18px;
    margin: 0;
}

.note-details span {
    font-weight: 700;
}

.mb-20-policy
{
margin-bottom: 20px;
}

.bg-city {
    position: relative;
}

.bg-city:before {
    position: absolute;
    content: '';
    background: linear-gradient(to right, #8bc34a, #4caf50);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.11;
}

.faq-heading h3 {
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
}

.w-lg-50.mx-auto {
    padding: 30px;
}

.accordion-item {
    border-radius: 20px;
    margin-bottom: 30px;
}

.accordion-header button {
    border-radius: 20px !important;
    background: none !important;
}

.accordion-button:not(.collapsed)::after {
      content: '-';
    position: absolute;
    right: 20px;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: 600;
    background: #eef6ff;
    background: linear-gradient(to right, #8bc34a, #4caf50);
}

.accordion-button::after {
    background-image: none;
    content: '+';
    position: absolute;
    right: 20px;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: 600;
    background: linear-gradient(to right, #8bc34a, #4caf50);
}

.accordion-header button div {
    font-weight: 600;
    color: #1B1B1C;
}

.accordion-button:focus {
    box-shadow: none;
}

.contact-form {
    position: relative;
    padding: 30px;
    z-index: 99;
}

.contact-form:before {
    position: absolute;
    content: '';
    background: linear-gradient(to right, #8bc34a, #4caf50);
    opacity: 0.3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.contact-form .field input {
    width: 100%;
    padding: 10px 10px;
    /* margin: 10px 0; */
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    outline: none;
    margin-bottom: 25px;
}

.field-row {
    display: flex;
    gap: 20px;
}

.contact-image img {
    width: 100%;
}

.contact-form .field textarea {
    height: 150px;
    outline: none;
    width: 100%;
    padding: 10px 10px;
    /* margin: 10px 0; */
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.contact-form .field-button input {
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(to right, #A3BF20, #3C913A);
    font-weight: 500;
}

.field label {
    font-size: 14px;
    font-weight: 500;
}

.contact-txt h2 {
    font-weight: 700;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin:30px 0px;
}

tbody td {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.4;
}

table tbody tr:first-child td {
    font-weight: 400;
    font-size: 16px;
    padding: 5px 16px;
    border: 1px solid #000000;
}


.fligt-box {
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
    min-height: 405px;
    margin-top: 15px;

}

.flight_box-txt img {
    width: 100%;
}

.flight_box-txt h4 {padding-top: 20px;font-weight: 600;font-size: 22px;}

.flight_box-txt a {
    color: #fff;
    padding: 8px 25px;
    border-radius: 10px;
    background: linear-gradient(to right, #8bc34a, #4caf50);
    display: inline-block;
    margin-top: 5px;
    font-weight: 500;
}

.disclaimber-txt p {
    line-height: 32px;
}

.disclaimber-txt p a {
    font-weight: 600;
}

.cookies-txt p {
    line-height: 32px;
    position: relative;
}





.cookies-txt h2 {
    font-size: 28px;
    font-weight: 700;
}

.cookies-txt h3 {
    font-size: 28px;
    font-weight: 700;
}


.cookies-txt ul li {
    line-height: 28px;
    position: relative;
    list-style: none;
    padding: 8px 0;
}

.cookies-txt ul li:before {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    color: #a4c840;
    left: -25px;
    font-size: 22px;
}

.about-txt p {
    line-height: 36px;
}

.about-discription p {
    line-height: 36px;
}

.about-image img {
    width: 100%;
        height: 430px;
    object-fit: cover;
}

.about-discription h2 {
    font-weight: 600;
    font-size: 36px;
}

.hotel-txt h2 {
    font-weight: 600;
}


.hotel-txt img {
    width: 100%;
}

.hotel-txt p {
    padding-top: 15px;
    line-height: 32px;
}

.grid-txt p {
    margin: 0;
    padding: 0 25px;
    position: relative;
}

.grid-txt {
    display: grid;
    grid-template-columns: repeat(2, auto);
    margin: 18px 0px;
}



.grid-txt p:before {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    color: #a4c840;
    left: 0;
    font-size: 22px;
}

.hotel-txt h3 {
    font-weight: 600;
}


.hotel-txt ul li {
    list-style: none;
    line-height: 34px;
    position: relative;
    padding: 8px 0px;
}

.hotel-txt ul {
    margin-top: 20px;
}

.hotel-txt ul li:before {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    color: #a4c840;
    left: -22px;
    font-size: 22px;
}

.hotel-card {
    text-align: center;
    background: #fff;
    box-shadow: 0px 3px 7px #00000029;
    margin-top: 15px;
}

.hotel-card img {
    width: 100%;
}

.hotel-card-image p {
    font-size: 18px;
    font-weight: 500;
    padding: 12px;
    margin: 0;
}

.hotel-card-image p a {
    color: #a0be21;
    font-weight: 600;
}

.hotel-form {
    position: relative;
    padding: 20px;
    z-index: 99;
    margin-top: -10px;
}

.hotel-form:before {
    position: absolute;
    content: '';
    background: linear-gradient(to right, #8bc34a, #4caf50);
    opacity: 0.3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.hotel-form .field input {
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    outline: none;
}

.hotel-form .field textarea {
    height: 150px;
    outline: none;
    width: 100%;
    padding: 10px 10px;
    /* margin: 10px 0; */
    border: 1px solid #ccc;
    margin-bottom: 16px;
    border-radius: 5px;
}

.hotel-form .field-button input {
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(to right, #A3BF20, #3C913A);
    font-weight: 500;
    /* margin-top: -10px; */
    /* display: inline-block; */
}

.argentia-txt img {
    width: 100%;
}

.argentia-txt {
    margin-top: 20px;
}

.argentia-txt p {
    padding: 10px 0;
    font-weight: 600;
}

.argentia-txt i {
    color: #a2be20;
    padding-right: 10px;
}


/* .tabs {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
} */


#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 100%;
}
#tab-button li a {
  display: block;
  padding: .5em;
  /* background: #eee; */
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

#tab-button li a i {
    padding-right: 5px;
}


#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .active a {
  background: linear-gradient(to right, #8bc34a, #4caf50);
  color: #fff;
}

/* 
.tab-contents {
  padding: .5em 2em 1em;
  border: 1px solid #ddd;
} */



/* .tab-button-outer {
  display: none;
} */


.tab-contents {
  margin-top: 20px;
}

.argentina-details h2 {font-weight: 600;padding-top: 15px;}

.argentina-details p {
    line-height: 32px;
    padding-top: 10px;
}

.argentina-details ul {
    margin: 0;
}

.argentina-details ul li {
    line-height: 34px;
    list-style: none;
    position: relative;
}

.argentina-details ul li:before {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    color: #a4c840;
    left: -25px;
    font-size: 22px;
}

.argentina-details h3 {
    font-weight: 600;
    padding-top: 15px;
    margin: 0;
}


.hotel-form .field select {
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    outline: none;
}


input::placeholder {
    color: #000000;
    font-weight:400;
}


textarea::placeholder {
    color: #000000;
    font-weight:400;
}

.flex-related {
    display: flex;
    gap: 20px;
    padding: 10px 30px;
    align-items: center;
    position: relative;
    z-index: 99;
}



.flex-related img {width: 100px;}




.flex-related p {
    margin: 0;
}

.flex-related p a {
    font-weight: 500;
    cursor: pointer;
}

.flex-related:before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #9dbd226b;
    bottom: 0;
    height: 100%;
    width: 90%;
    left: 20px;
    z-index: -1;
}


.faq-no span {
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #8bc34a, #4caf50);
    margin: 6px;
    font-weight: 700;
    margin-top: 18px;
}

.faq-no {
    position: absolute;
}

.pr-50 p {
     position: relative;
    right: -50px;
    font-size: 20px;
}

.pr-50 span {
    display: inline-block;
    padding-left: 52px;
    color: #64b74e;
    font-weight: 500;
}


.blog-form .field input {
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    outline: none;
}

.blog-form .field textarea {
    height: 150px;
    outline: none;
    width: 100%;
    padding: 10px 10px;
    /* margin: 10px 0; */
    border: 1px solid #ccc;
    margin-bottom: 16px;
    border-radius: 5px;
}

.blog-form .field-button input {
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(to right, #A3BF20, #3C913A);
    font-weight: 500;
}









.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
    background: #1e1e1e;
    padding: 25px;
    width: 100%;
    border-radius: 8px;
    position: relative;
    max-width: 650px;
}

.popup-box h3 {
    color: #fff;
    margin-bottom: 20px;
    padding-top: 35px;
    font-weight: 600;
}

.popup-field {
    margin-bottom: 15px;
}

.popup-field label {
    color: #55b24f;
    font-size: 13px;
}

.popup-field input {
    width: 100%;
    padding: 8px;
    border: 1px solid #444;
    color: #000000;
    border-radius: 4px;
    background: #ffffff;
    outline: none;
}

.submit-btn {
    width: 30%;
    padding: 10px;
    background: linear-gradient(to right, #8bc34a, #4caf50);
    border: none;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
}

.close-btnn {
    position: absolute;
    top: 8px;
    right: 12px;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}


.popup-heading h2 {
    color: #55b24f;
    font-weight: 700;
    font-size: 26px;
}

.popup-heading p {
    /* margin: 0; */
    color: #fff;
}

.popup-heading a {
    color: #55b24f;
    font-size: 30px;
    font-weight: 700;
}

.popup-heading {
    text-align: center;
}


.flex_popup {
    display: flex;
    align-items: center;
    background: #55b24f;
    margin-top: 22px;
}

.flex_popup p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.flex_popup span {
    font-size: 32px;
    font-weight: 700;
}






/* gallery css  */

.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.card {
    color: #222;
    border-radius: 2px;
    background: #fff;
}

.card-image img {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
}


.fancybox__toolbar {
    position: absolute;
    top: 12% !important;
}

.fancybox__slide {
    margin-top: 100px !important;
}

.not-found a {
    background: linear-gradient(to right, #A3BF20, #3C913A);
    padding: 10px 25px;
    color: #fff;
    border-radius: 10px;
}

.not-found h2 {
    font-weight: 700;
    padding-bottom: 15px;
}

.not-found p {
    padding-bottom: 15px;
    line-height: 32px;
    width: 85%;
}


/*modal Enquiry css */

#popup_content_wrap {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.74);
    z-index: 9999999;
}

#popup_content {
    width: 35%;
    height: 570px;
    padding: 30px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border: 3px solid #82b650;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

button.close {
     position: absolute;
    right: -5px;
    padding: 0px 12px;
    background: transparent;
    color: #222;
    border: none;
    font-size: 42px;
    border-radius: 4px;
    top: -16px;
}

.popup-text {
    /* padding-top: 30px; */
}

.popup-text h3 {
     font-weight: 600;
    font-size: 20px;
    background: #82b650;
    color: #fff;
    padding: 20px 0;
    border-radius: 5px;
}

.popup-text p {
    font-size: 18px;
    color: #222;
    font-weight: 500;
}

.popup-sale p {
    margin: 0;
    color: #222;
    font-weight: 500;
    font-size: 18px;
}

.popup-sale span {
    font-size: 38px;
    color: #ff690f;
    font-weight: 600;
}

.popup-call p {
    font-size: 18px;
    color: #fff;
    margin:0;
}

.popup-call p i {
    font-size: 22px;
    padding-right: 25px;
}

.popup-call span {
    font-size: 32px;
}

.popup-call a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.popup-discription p {
  margin: 0;
  /* font-size: 18px; */
  color: #504d4d;
  font-weight: 400;
  padding-top: 9px;
  width: 90%;
  line-height: 27px;
}


.popup-call {
    background: #212529;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 20px;
}

.popup-discription span {
    color: red;
    font-weight: 400;
}


.flex-help-center {
    display: flex;
    gap: 20px;
    /* margin-top: 16px; */
    align-items: center;
    padding: 6px 0;
}

.help-center {
    background: #dfdfdf;
    padding: 10px;
    border-radius: 10px;
}

.flex-help-center p {
    margin: 0;
}


.flex-help-center p a {
    font-weight: 600;
}


.popup-text img {
    width: 20%;
    margin-top: -22px;
}

.flex-help-center img {width: 38px;}

.popup-box .wpcf7-response-output {
    color:#fff
}




















































































































 






