@charset "utf-8";
/* CSS Document */

/* CSS Document © 2024 ProWebPrism */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: 'neo latina';
    src: url('../fonts/neo-latina.eot');
    src: url('../fonts/neo-latina.eot?#iefix') format('embedded-opentype'),
        url('../fonts/neo-latina.woff2') format('woff2'),
        url('../fonts/neo-latina.woff') format('woff'),
        url('../fonts/neo-latina.ttf') format('truetype'),
        url('../fonts/neo-latina.svg#neo-latina') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Courier New';
    src: url('../fonts/CourierNewPSMT.eot');
    src: url('../fonts/CourierNewPSMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CourierNewPSMT.woff2') format('woff2'),
        url('../fonts/CourierNewPSMT.woff') format('woff'),
        url('../fonts/CourierNewPSMT.ttf') format('truetype'),
        url('../fonts/CourierNewPSMT.svg#CourierNewPSMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




::-moz-selection{ background:#7b7d7f; color:var(--primary-color); text-shadow:none;}
::selection { background:#7b7d7f; color:var(--primary-color); text-shadow:none;}
*,
*:before, *:after{-webkit-box-sizing:  border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, textarea, input { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; outline:none; font-family:"Open Sans", sans-serif;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {color:#424242; background: #ffffff; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow:hidden; overflow-y: scroll;}
:root { --primary: #ffffff; --secondary:#424242;}
a { text-decoration:none; transition:all 0.25s ease-out 0s; outline: none; box-shadow: none;}
a:hover{text-decoration: none;}
h1, h2, h3 , h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{font-family: 'neo latina';}
p, p span { font-family:"Open Sans", sans-serif;}
img { border:0px;}
ol, ul, li{ list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-appearance: none;}
::-webkit-input-placeholder {
  color:var(--primary-color);
}
::-moz-placeholder { 
  color:var(--primary-color);
}
:-ms-input-placeholder {
  color:var(--primary-color);
}
:-moz-placeholder {
  color:var(--primary-color);
}

section, header, footer {width: 100%; float: left;}

img{max-width: 100%; display: block;}

strong{font-weight: bold;}

.global-btn{font-family: "Montserrat", sans-serif;}

.container{width: 94%;max-width: 1320px; margin: 0 auto;}

.number-style {font-family: 'Courier New';}


/* -----header-wrapp------ */
.header-wrapp { position:relative; padding: 15px 0; z-index: 99;}
.header-wrapp .header-row {  width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.header-wrapp .logo {  width: 200px; margin: 0 0 0; padding: 0 0; position: relative;}
.header-wrapp .header-links { width: auto;}
.header-wrapp .header-links ul { width: 100%;}
.header-wrapp .header-links ul li {display: inline-block;font-size: 18px;text-transform: uppercase;font-weight: 500;margin: 0 20px 0 0; font-family: 'neo latina'; position: relative;}
.header-wrapp .header-links ul li:last-child{margin-right: 0;}
.header-wrapp .header-links ul li a {color: #56AED2;padding: 10px 0;display: inline-block;position: relative;}
.header-wrapp .header-links ul li:hover a { color: var(--secondary-color);}
.header-wrapp .header-right { width: auto; display: flex; flex-wrap: wrap; align-items: center;}
.header-wrapp .header-btn {display: inline-block;font-size: 16px;color: var(--primary);margin: 0 0 0 40px;position: relative;padding: 14px 28px 15px 28px;text-transform: uppercase;font-weight: 500; font-family: 'neo latina'}
.header-wrapp .header-btn:hover{color: #56AED2;}
.header-wrapp.sticky {position: fixed; top: 0; left: 0; background: var(--primary);animation: .7s slide-down; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; z-index: 99;}
.header-wrapp .header-links ul li a:after { content: ""; position: absolute; width: 0; height: 1px; background: #56AED2; bottom: 8px; left: 0; transition: all .25s ease-in-out;}
.header-wrapp .header-links ul li:hover a:after {  width: 100%;}
.header-wrapp .header-links ul li.active a:after {  width: 100%;}
.header-wrapp .header-links ul li.active a{color: var(--secondary);}
.header-wrapp .search-btn {  display: inline-block; width: 20px; height: 20px;}
.header-wrapp .search-btn .icon { width: 100%; height: 100%; position: relative; display: block;}
.header-wrapp .search-btn .icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.header-wrapp .search-btn .icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;}
.header-wrapp .search-btn:hover .icon .hover-icon { opacity: 1;}
.header-wrapp .search-btn:hover .icon > img { opacity: 0;}
.header-wrapp .header-links ul .dropdown-menu {position: absolute; background: var(--primary); width: 250px; left: 0; top: 100%; padding: 10px 0; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; opacity: 0; transition: all .25s ease-in-out; visibility: hidden;}
.header-wrapp .header-links ul .dropdown-menu li {display: block; margin: 0 0 0;}
.header-wrapp .header-links ul .dropdown-menu li a { padding: 10px 15px; display: block; color: #56AED2;}
.header-wrapp .header-links ul .dropdown-menu li a:hover {color: var(--secondary);}
.header-wrapp .header-links ul .dropdown-menu li a:after {display: none;}
.header-wrapp .header-links ul .dropdown:hover .dropdown-menu { opacity: 1; transform: none; visibility: visible;}

@keyframes slide-down {
  0% {
      transform: translateY(-100%)
  }

  100% {
      transform: translateY(0)
  }
}

.overlay{display: none;}
.burger-btn{display: none;}


/* -----------banner-wrapp-------- */
.banner-wrapp { position: relative;}
.banner-wrapp .bg-slider { width: 100%;}
.banner-wrapp .bg-slider .bg-img { width: 100%; position: relative;}
.banner-wrapp .bg-slider .bg-img img { width: 100%; height: 100%;}
.banner-wrapp .bg-slider .bg-img:after { content: "";position: absolute; width: 100%; height: 100%; top: 0;left: 0; background: #000; opacity: .3;}
.banner-wrapp .banner-content { width: 100%;position: absolute; top: 50%; left: 0; transform: translateY(-50%); text-align: center;}
.banner-wrapp h3 { font-size: 18px; background: var(--primary); width: fit-content; margin: 0 auto 15px; padding: 7px 10px; color: #56AED2; text-transform: uppercase;}
.banner-wrapp  h1 {font-size: 54px; color: var(--primary); text-transform: uppercase; margin: 0 0 20px;}
.banner-wrapp h1 span { display: block;}
.banner-wrapp p {font-size: 16px; color: var(--primary); line-height: 1.56;margin: 0 0 12px;}
.banner-wrapp .banner-btn {display: inline-block; font-size: 16px; color: var(--primary); margin: 15px 0 0 0; position: relative; padding: 14px 28px 15px 28px; text-transform: uppercase; font-weight: 500;  font-family: 'neo latina';}
.banner-wrapp .bg-video { width: 100%; position: relative;}
.banner-wrapp .bg-video:after{content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(0 0 0 / 30%);}
.banner-wrapp .bg-video video { width: 100%; height: 100%; object-fit: cover; display: block;}


/* -----------upcoming-wrapp----------- */
.upcoming-wrapp {padding: 60px 0; background: #EFF5F4; margin: -5px 0 0;}
.upcoming-wrapp h2 {font-size: 46px; color: #56AED2; text-align: center; margin: 0 0 20px; text-transform: uppercase;}
.upcoming-wrapp .upcoming-row { width: 100%;}
.upcoming-wrapp .upcoming-col1 { width: 100%;position: relative; padding: 20px 20px 65px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; background: var(--primary);}
.upcoming-wrapp .slick-slide > div { width: 94%; margin: 0 auto;}
.upcoming-wrapp .upcoming-row .slick-list { padding: 10px 0;}
.upcoming-wrapp .upcoming-col1 .upcoming-img {width: 100%; margin: 0 0 20px; position: relative;}
.upcoming-wrapp .upcoming-col1 .upcoming-img img { width: 100%;}
.upcoming-wrapp .upcoming-col1  .date {position: absolute; top: 5px; left: 5px; padding: 7px 10px; background: var(--primary);font-size: 12px;}
.upcoming-wrapp .upcoming-col1 .upcoming-content { width: 100%;}
.upcoming-wrapp h3 {font-size: 24px; text-transform: uppercase; color: #56AED2; margin: 0 0 10px;}
.upcoming-wrapp .upcoming-col1 .book-btn {display: inline-block; font-size: 16px; color: var(--primary); margin: 0 0 0 0; position: absolute; padding: 14px 28px 15px 28px; text-transform: uppercase; font-weight: 500;  font-family: 'neo latina'; bottom: 20px; left: 20px;}
.upcoming-wrapp .upcoming-col1 .book-btn:hover {color: #56AED2;}
.upcoming-wrapp .upcoming-col1 .upcoming-detail {width: 100%; margin: 0 0 12px;}
.upcoming-wrapp .upcoming-col1 .upcoming-detail .duration {display: inline-block; padding-left: 25px; font-size: 14px; margin: 0 10px 0 0; background: url(../images/clock.png) no-repeat center / 15px; background-position-x: 0;}
.upcoming-wrapp .upcoming-col1 .upcoming-detail .location {display: inline-block; padding-left: 25px; font-size: 14px; background: url(../images/location.png) no-repeat center / 15px; background-position-x: 0;}
.upcoming-wrapp p {font-size: 16px;line-height: 1.56;margin: 0 0 20px;}
.upcoming-wrapp .slick-track {display: flex; flex-wrap: wrap;}
.upcoming-wrapp .slick-track .slick-slide { height: inherit;}
.upcoming-wrapp .slick-track .slick-slide > div { height: 100%;}
.upcoming-wrapp .slick-track .slick-slide .upcoming-col1 { height: 100%;}


/* --------abouts-wrapp-------- */
.abouts-wrapp {padding: 70px 0;}
.abouts-wrapp .abouts-row { width: 100%;display: flex;flex-wrap: wrap; align-items: center;justify-content: space-between;}
.abouts-wrapp .abouts-col1 { width: 46%;}
.abouts-wrapp .abouts-col2 { width: 48%; padding: 0 8% 8% 0; position: relative;}
.abouts-wrapp .abouts-col2 .abouts-img1 {width: 100%; position: relative; transform: rotate(-4deg); border: 10px solid var(--primary); box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.abouts-wrapp .abouts-col2 .abouts-img2 {width: 50%;  position: absolute; bottom: 0; right: 0; transform: rotate(8deg); border: 10px solid var(--primary); box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.abouts-wrapp .abouts-col2 img { width: 100%;}
.abouts-wrapp h2 { font-size: 46px; color: #56AED2; margin: 0 0 20px; text-transform: uppercase;}
.abouts-wrapp h2 span {display: block;}
.abouts-wrapp p { font-size: 16px;line-height: 1.56; margin: 0 0 20px;}
.abouts-wrapp .abouts-btn { display: inline-block; font-size: 16px; color: var(--primary); margin: 0 0 0 0; position: relative; padding: 14px 28px 15px 28px; text-transform: uppercase; font-weight: 500; font-family: 'neo latina';}
.abouts-wrapp .abouts-btn:hover { color: #56AED2;}




/* --------service-wrapp-------- */
.service-wrapp {padding: 70px 0 50px; background: #56AED2;}
.service-wrapp h2 { font-size: 46px; color: var(--primary); margin: 0 0 30px; text-transform: uppercase; text-align: center;}
.service-wrapp .service-col1 { width: 32%; margin: 0 2% 30px 0; background: var(--primary); position: relative; padding-bottom: 45px;}
.service-wrapp .service-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.service-wrapp .service-col1:nth-child(3n) { margin-right: 0;}
.service-wrapp .service-col1 .service-img { width: 100%;}
.service-wrapp .service-col1 .service-img img { width: 100%;}
.service-wrapp .service-col1 .service-content { width: 100%; padding: 20px;}
.service-wrapp h3 {font-size: 24px; color: #56AED2; margin: 0 0 12px; text-transform: uppercase;}
.service-wrapp p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.service-wrapp .service-btn { display: inline-block; font-size: 16px; color: var(--primary); margin: 0 0 0 0; position: relative; padding: 14px 28px 15px 28px; text-transform: uppercase; font-weight: 500; font-family: 'neo latina'; position: absolute; bottom: 20px; left: 20px;}
.service-wrapp .service-btn:hover {color: #56AED2;}
.service-wrapp .service-col1:last-child {margin-right: 0;}



/* -------package-wrapp--------- */
.package-wrapp {padding: 70px 0;}
.package-wrapp h2 {font-size: 46px;color: #56AED2; text-align: center; margin: 0 0 20px; text-transform: uppercase;}
.package-wrapp .slick-slide > div { width: 94%; margin: 0 auto;}
.package-wrapp .package-col1 { width: 100%; position: relative; padding: 20px 20px 113px;  background: var(--primary); box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; height: 100%;}
.package-wrapp .package-col1 .package-img {width: 100%;}
.package-wrapp .package-col1 .package-img img { width: 100%; height: 254px; object-fit: cover;}
.package-wrapp .package-col1  .upcoming-detail {width: 100%; padding: 10px 0;}
.package-wrapp .package-col1 .upcoming-detail > span { width: 33.33%; display: flex; flex-wrap: wrap; align-items: center; font-size: 12px; justify-content: center;}
.package-wrapp .package-col1 .upcoming-detail .icon { width: 18px; height: 18px; margin: 0 4px 0 0;}
.package-wrapp .package-col1  .package-content { width: 100%; margin: 10px 0 0;}
.package-wrapp  h3 { font-size: 24px; color: #56AED2;  margin: 0 0 12px; text-transform: uppercase;}
.package-wrapp p {font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.package-wrapp .book-btn { display: inline-block; font-size: 16px; color: var(--primary); margin: 0 0 0 0; position: relative; padding: 14px 28px 15px 28px; text-transform: uppercase; font-weight: 500;  font-family: 'neo latina';}
.package-wrapp .book-btn:hover { color: #56AED2;}
.package-wrapp .slick-list { padding: 10px 0;}
.package-wrapp .package-slider .slick-track {display: flex; flex-wrap: wrap;}
.package-wrapp .package-slider .slick-track .slick-slide { height: inherit;}
.package-wrapp .package-slider .slick-track .slick-slide > div {height: 100%;}
.package-wrapp .package-slider .slick-track .slick-slide .package-col1 { height: 100%;}
.package-wrapp .package-col1 .book-btn { position: absolute; bottom: 20px; left: 50%; width: 89%; transform: translateX(-50%); text-align: center;}
.package-wrapp .package-col1 .locations { height: 60px;margin: 0 0 10px;}
.package-wrapp .package-col1 .inclusions {width: 100%; display: flex; flex-wrap: wrap; margin: 0 0 10px; justify-content: center;}
.package-wrapp .package-col1 .inclusions .inclusions-item { width: fit-content; display: flex; flex-wrap: wrap; font-size: 13px; margin: 0 15px 10px 0; align-items: center;}
.package-wrapp .package-col1 .package-price { width: 89%; text-align: center; position: absolute; bottom: 75px; left: 50%; transform: translateX(-50%);}
.package-wrapp .package-col1 .package-price .duration { display: block; font-size: 16px; font-weight: 800;}
.package-wrapp .package-col1 .package-price .duration span { font-size: 12px; font-weight: 400;}
.package-wrapp .package-col1 .locations .location { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px;}
.package-wrapp .package-col1 .package-price .price { color: #56AED2; font-size: 16px; font-weight: 800;}
.package-wrapp .package-col1 .package-price .price .woocommerce-Price-currencySymbol {  display: none;}




/* ---------gallery-wrapp------- */
.gallery-wrapp { padding: 70px 0; text-align: center; background: #eff5f4;}
.gallery-wrapp h2 { font-size: 46px;color: #56AED2; text-align: center; margin: 0 0 50px; text-transform: uppercase;}
.gallery-wrapp .gallery-row { width: 100%; display: grid; grid-template-columns: 25% 30% 15% 25%; gap: 15px; place-content: center; grid-template-rows: 50% 50%; min-height: 460px;}
.gallery-wrapp .gallery-col1 { border-radius: 0; box-shadow: -2px 4px 15px rgba(0, 0, 0, 0.26);}
.gallery-wrapp .gallery-col1 img {width: 100%; height: 100%;border-radius: 0; object-fit: cover;}
.gallery-wrapp .gallery-col1:nth-child(2) { grid-column: 2 / 3; grid-row: span 2;}
.gallery-wrapp .gallery-col1:nth-child(3) { grid-column: span 2;}



/* --------testimonial-wrapp---------- */
.testimonial-wrapp {padding: 100px 0 80px;position: relative;}
.testimonial-wrapp .testimonial-row {width: 100%;display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.testimonial-wrapp .testimonial-col1 { width: 48%;}
.testimonial-wrapp .testimonial-box { width: 100%; background: var(--primary);  padding: 40px 40px 20px 40px;  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.testimonial-wrapp .testimonial-box .rating { width: 100px; margin: 0 0 20px;}
.testimonial-wrapp .testimonial-box .testi-head { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: 0 0 25px;}
.testimonial-wrapp .testimonial-box .testi-head .detail-wrapp { width: auto; display: flex; flex-wrap: wrap; align-items: center;}
.testimonial-wrapp .testimonial-box .testi-head .detail-wrapp .avatar { width: 60px; margin: 0 20px 0 0;}
.testimonial-wrapp .testimonial-box .testi-head .detail-wrapp .avatar-details { width: 100%; flex: 1 0  0;}
.testimonial-wrapp h3 { font-size: 25px; color: var(--secondary);  margin: 0 0 5px; text-transform: uppercase;}
.testimonial-wrapp h6 {font-size: 14px; color: #56AED2; text-transform: uppercase;}
.testimonial-wrapp .testimonial-box p {font-size: 16px;line-height: 1.56;color: #606060;margin: 0 0 20px;}
.testimonial-wrapp .testimonial-box .testi-head .quote { width: 52px;}
.testimonial-wrapp .testimonial-col2 { width: 36%; text-align: right;}
.testimonial-wrapp h4 { font-size: 18px;  color: var(--primary); margin: 0 0 15px; text-transform: uppercase;}
.testimonial-wrapp h2 { font-size: 46px; color: var(--primary); margin: 0 0 24px; text-transform: uppercase;}
.testimonial-wrapp p { font-size: 16px;  line-height: 1.56; color: var(--primary); margin: 0 0 20px;}
.testimonial-wrapp:after { content: ""; position: absolute; width: 60%; height: 100%; top: 0; right: 0; background: #56AED2; z-index: -1;}
.testimonial-wrapp .testimonial-slider { width: 100%; margin: 0 0 0;}
.testimonial-wrapp .testimonial-slider .slick-slide { height: inherit;}
.testimonial-wrapp .testimonial-slider .slick-slide > div { width: 97%; margin: 0 auto 0; height: 100%; padding: 0 0 20px;}
.testimonial-wrapp .testimonial-slider .slick-track { display: flex; flex-wrap: wrap;}
.testimonial-wrapp .testimonial-slider .slick-slide .testimonial-box { height: 100%;}




/* -----------contact-wrapp-------- */
.contact-wrapp {padding: 70px 0; position: relative;}
.contact-wrapp:after{content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(../images/contact-bg3.jpg) no-repeat center top / cover; z-index: -1; opacity: .2;}
.contact-wrapp .contact-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; flex-direction: row-reverse;}
.contact-wrapp .contact-col1 { width: 48%;}
.contact-wrapp h2 {font-size: 46px; color: #56AED2; margin: 0 0 24px; text-transform: uppercase;}
.contact-wrapp p { font-size: 16px; line-height: 1.56; color: var(--secondary); margin: 0 0 20px;}
.contact-wrapp .contact-add { width: 100%;}
.contact-wrapp .contact-add li { display: block; font-size: 16px; line-height: 1.56; margin: 0 0 15px; padding-left: 30px; position: relative;}
.contact-wrapp .contact-add li a { color: var(--secondary);}
.contact-wrapp .contact-add li a:hover { color: #56AED2;}
.contact-wrapp .contact-add li .icon { display: inline-block; width: 20px; height: 20px; position: absolute; left: 0; top: 5px;}
.contact-wrapp .social-icons { width: 100%;  margin: 30px 0 0;}
.contact-wrapp .social-icons ul { width: 100%;}
.contact-wrapp .social-icons ul li {display: inline-block;margin: 0 15px 0 0;}
.contact-wrapp .social-icons ul li .icon {display: inline-block;width: 35px;height: 35px;margin: 0;padding: 10px;position: relative;border-radius: 50%;border: 1px solid var(--primary-color);transition: all .25s ease-in-out;}
.contact-wrapp .social-icons ul li .icon .hover-icon {position: absolute;width: 100%;height: 100%;top: 0;left: 0;padding: 10px;opacity: 0;transition: all .25s ease-in-out;}
.contact-wrapp .social-icons ul li .icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.contact-wrapp .social-icons ul li .icon:hover > img {  opacity: 0;}
.contact-wrapp .social-icons ul li .icon:hover .hover-icon { opacity: 1;}
.contact-wrapp .social-icons ul li .icon:hover { background: transparent;}
.contact-wrapp .social-icons ul li .icon:after { content: ""; width: 100%;  height: 100%; background: linear-gradient(to right, #56AED2 0%, #9BC63B 100%) border-box; border-radius: 50%; opacity: 1; transition: 0.25s ease-out 0s; margin: 0 0 0; position: absolute; top: 0; right: 0; left: 0; z-index: -1;}
.contact-wrapp .social-icons ul li .icon:before { content: ""; width: 100%; height: 100%; border: 1px solid transparent; border-radius: 50%; background: linear-gradient(to right, #56AED2 0%, #9BC63B 100%) border-box; -o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); mask-composite: exclude; -o-mask-composite: exclude; -ms-mask-composite: exclude; -moz-mask-composite: exclude; -webkit-mask-composite: exclude; -o-mask-composite: destination-out; -ms-mask-composite: destination-out; -moz-mask-composite: destination-out; -webkit-mask-composite: destination-out; position: absolute; top: 0; right: 0; left: 0;  z-index: -1;}
.contact-wrapp .social-icons ul li .icon:hover:after { opacity: 0;}
.contact-wrapp .contact-col2 { width: 48%; position: relative; margin: 0 0 0;}
.contact-wrapp .contact-form { width: 100%; padding: 50px; background: var(--primary); border-radius: 0; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.contact-wrapp .contact-form input { width: 100%; height: 52px; border: 1px solid #56AED2; margin: 0 0 10px; font-size: 16px; padding: 12px 20px; font-family: "Open Sans", sans-serif;}
.contact-wrapp .contact-form input::placeholder, .contact-wrapp .contact-form textarea::placeholder { color: var(--secondary);}
.contact-wrapp .contact-form textarea { width: 100%; height: 131px;  border: 1px solid #56AED2;  margin: 0 0 10px;  font-size: 16px; padding: 12px 20px;  resize: none; font-family:  "Open Sans", sans-serif;}
.contact-wrapp .contact-form .submit-btn { display: inline-block; font-size: 16px; color: var(--primary); border: none; background: none; margin: 0 0 0 auto;  position: relative; padding: 14px 28px 14px 28px; text-transform: uppercase; font-family: 'neo latina'; cursor: pointer;}
.contact-wrapp .contact-form .submit-btn:hover{color: #56AED2;}
.contact-wrapp .contact-form h2 { margin: 0  0 30px;}
.contact-wrapp .contact-form .everest-forms {width: 100%;}
.contact-wrapp .contact-form .everest-forms .evf-field-container { padding: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-row { margin: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-1 {padding: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container { padding: 0 0 0;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container button { display: inline-block; font-size: 16px; color: var(--primary); border: none; background: none; margin: 0 0 0 auto;  position: relative;  padding: 14px 28px 14px 28px;   text-transform: uppercase;   font-family: 'neo latina';  cursor: pointer; z-index: 1;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container button:hover{color: #56AED2;}
.contact-wrapp .contact-form .everest-forms .evf-submit-container button:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 0;
    background: linear-gradient(to right, #56AED2, #9BC63B) border-box;
    background-size: 100% 100%;
    -o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -o-mask-composite: exclude;
    -ms-mask-composite: exclude;
    -moz-mask-composite: exclude;
    -webkit-mask-composite: exclude;
    -o-mask-composite: destination-out;
    -ms-mask-composite: destination-out;
    -moz-mask-composite: destination-out;
    -webkit-mask-composite: destination-out;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.contact-wrapp .contact-form .everest-forms .evf-submit-container button:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #56AED2, #9BC63B) border-box;
    background-size: 100% 100%;
    border-radius: 0;
    opacity: 1;
    transition: 0.25s ease-out 0s;
    margin: 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.contact-wrapp .contact-form .everest-forms .evf-submit-container button:hover:after {
    opacity: 0;
}


/* ------footer-wrapp-------- */
.footer-wrapp { padding: 40px 0 20px; background:  linear-gradient(to right, #56AED2 0%, #9BC63B 100%); background-size: 250% 100%;}
.footer-wrapp .footer-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end;}
.footer-wrapp .logo { width: 200px;padding: 0 0; margin: 0 0 0; position: relative; z-index: 1;}
.footer-wrapp .footer-menu { width: auto;}
.footer-wrapp .footer-menu ul { width: 100%;}
.footer-wrapp .footer-menu ul li { display: inline-block;  font-size: 18px; text-transform: uppercase; font-weight: 500;  margin: 0 0 0 30px; font-family: 'neo latina';}
.footer-wrapp .footer-menu ul li a { color: var(--primary); padding: 10px;  display: inline-block;}
.footer-wrapp .footer-menu ul li a:hover { color: var(--secondary-color);}
.footer-wrapp .footer-row1 { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 30px 0 0; padding: 20px 0 0;  border-top: 1px solid #fff;}
.footer-wrapp p { font-size: 14px; line-height: 1.56; color: var(--primary);}
.footer-wrapp p a { color: var(--primary);}
.footer-wrapp p a:hover { color: var(--secondary);}
.footer-wrapp .logo .shape { position: absolute; width: 90px; height: 100%; background: #56AED2; z-index: -1; top: -10px; left: 6px; border-radius: 25px 25px 0 0;}
.footer-wrapp .logo .shape:before { content: ""; position: absolute; background-color: transparent; height: 40px; width: 20px; top: -15px; left: -14px; border-bottom-right-radius: 20px; box-shadow: 0 20px 0 0 #56AED2;}
.footer-wrapp .logo .shape:after { content: ""; position: absolute; background-color: transparent; height: 40px; width: 20px; top: -15px; right: -14px; border-bottom-left-radius: 20px;  box-shadow: 0 20px 0 0 #56AED2;}



/* ----------inner-banner---------- */
.inner-banner {position: relative;}
.inner-banner .bg-img {width: 100%; position: relative;}
.inner-banner .bg-img img { width: 100%; height: 500px; object-fit: cover;}
.inner-banner .bg-img:after {content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #000; opacity: .3;}
.inner-banner .inner-content {position: absolute; width: 100%; top: 50%; transform: translateY(-50%);}
.inner-banner h1 { font-size: 52px; color: var(--primary); text-transform: uppercase;}


/* -------------package-wrapp2--------- */
.package-wrapp2 { padding: 70px 0 40px;}
.package-wrapp2 .package-row {width: 100%; display: flex; flex-wrap: wrap;justify-content: center;}
.package-wrapp2 .package-col1 { width: 32%; margin: 0 2% 30px 0; height: inherit;}
.package-wrapp2 .package-col1:nth-child(3n) { margin-right: 0;} 


/* ------story-wrapp------- */
.story-wrapp { padding: 70px 0 50px; background: #EFF5F4; text-align: center;}
.story-wrapp .story-row { width: 100%; max-width: 800px; margin: 0 auto;}
.story-wrapp h2 { font-size: 46px; color: #56AED2; margin: 0 0 20px; text-transform: uppercase;}
.story-wrapp p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}



/* ---------team-wrapp-------- */
.team-wrapp {padding: 70px 0;text-align: center;}
.team-wrapp h2 {font-size: 46px; color: #56AED2; margin: 0 0 38px; text-transform: uppercase;}
.team-wrapp .team-row {width: 100%;}
.team-wrapp .slick-slide > div { width: 90%; margin: 0 auto;}
.team-wrapp .team-col1 { width: 100%;}
.team-wrapp .team-col1 .team-img { width: 100%; max-width: 200px; height: inherit; clip-path: circle(50%); margin: 0 auto 20px;}
.team-wrapp .team-col1 .team-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
.team-wrapp h3 { font-size: 24px; color: #56AED2; margin: 0 0 10px; text-transform: uppercase;}
.team-wrapp h6 { font-size: 12px; text-transform: uppercase; color: var(--secondary); margin: 0 0 10px;}
.team-wrapp  .social-icons {width: 100%;margin: 15px 0 0;}
.team-wrapp  .social-icons ul {width: 100%;display: flex;flex-wrap: wrap;justify-content: center;}
.team-wrapp  .social-icons ul li {display: inline-block;margin: 0 15px 0 0;}
.team-wrapp  .social-icons ul li .icon {display: inline-block;width: 35px;height: 35px;margin: 0;padding: 10px;position: relative;border-radius: 50%;border: 1px solid var(--primary-color);transition: all .25s ease-in-out;}
.team-wrapp  .social-icons ul li .icon .hover-icon {position: absolute;width: 100%;height: 100%;top: 0;left: 0;padding: 10px;opacity: 0;transition: all .25s ease-in-out;}
.team-wrapp  .social-icons ul li .icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.team-wrapp  .social-icons ul li .icon:hover > img {  opacity: 0;}
.team-wrapp  .social-icons ul li .icon:hover .hover-icon { opacity: 1;}
.team-wrapp  .social-icons ul li .icon:hover { background: transparent;}
.team-wrapp  .social-icons ul li .icon:after { content: ""; width: 100%;  height: 100%; background: linear-gradient(to right, #56AED2 0%, #9BC63B 100%) border-box; border-radius: 50%; opacity: 1; transition: 0.25s ease-out 0s; margin: 0 0 0; position: absolute; top: 0; right: 0; left: 0; z-index: -1;}
.team-wrapp  .social-icons ul li .icon:before { content: ""; width: 100%; height: 100%; border: 1px solid transparent; border-radius: 50%; background: linear-gradient(to right, #56AED2 0%, #9BC63B 100%) border-box; -o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); mask-composite: exclude; -o-mask-composite: exclude; -ms-mask-composite: exclude; -moz-mask-composite: exclude; -webkit-mask-composite: exclude; -o-mask-composite: destination-out; -ms-mask-composite: destination-out; -moz-mask-composite: destination-out; -webkit-mask-composite: destination-out; position: absolute; top: 0; right: 0; left: 0;  z-index: -1;}
.team-wrapp  .social-icons ul li .icon:hover:after { opacity: 0;}
.team-wrapp .social-icons ul li:last-child { margin-right: 0;}



/* ----------content-wrapp---------- */
.content-wrapp {padding: 70px 0;text-align: justify;}
.content-wrapp .content-row {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.content-wrapp .content-col1 { width: 67%;}
.content-wrapp h2 { font-size: 42px; color: #56AED2; margin: 0 0 20px; text-transform: uppercase;font-weight: 600;}
.content-wrapp h2 .visa-priced { font-size: 85%;}
.content-wrapp h2 .visa-priced .number-style {font-weight: bolder;}
.content-wrapp .content-img { width: 100%; margin: 0 0 20px;}
.content-wrapp .content-img img { width: 100%; max-height: 400px; object-fit: cover;}
.content-wrapp p { font-size: 16px; line-height: 1.56; color: var(--secondary); margin: 0 0 20px;}
.content-wrapp h3 { font-size: 32px; color: #56AED2; margin: 0 0 20px; text-transform: uppercase;}
.content-wrapp ul { width: 100%; margin: 0 0 20px;}
.content-wrapp ul li {font-size: 16px;line-height: 1.56;color: var(--secondary);position: relative;padding-left: 10px;}
.content-wrapp ul li:before {content: "\2022"; position: absolute; left: 0; top: 0;}
.content-wrapp ol { width: 100%; margin: 0 0 20px; counter-reset: item;}
.content-wrapp ol li { font-size: 16px; line-height: 1.56; color: var(--secondary); position: relative; padding-left: 20px; counter-increment: item;}
.content-wrapp ol li:before {content: counter(item) "."; position: absolute; left: 0;}
.content-wrapp .gallery { width: 100%;}
.content-wrapp .gallery .gallery-slider { width: 100%;}
.content-wrapp .gallery .gallery-slider .slick-slide { height: inherit;}
.content-wrapp .gallery .gallery-slider .slick-slide > div { width: 94%; margin: 0 auto; height: 100%;}
.content-wrapp .gallery .gallery-col1 { width: 100%; height: 100%;}
.content-wrapp .gallery .gallery-col1 img { width: 100%; height: 100%; object-fit: cover;}
.content-wrapp .gallery .gallery-slider .slick-track { display: flex; flex-wrap: wrap; margin: 0 0 0;}
.content-wrapp .content-col2 { width: 30%;}
.content-wrapp .side-bar-form { width: 100%; background: linear-gradient(to right, #56AED2, #9BC63B); padding: 30px;}
.content-wrapp .side-bar-form h3 { color: var(--primary); font-size: 26px;}
.content-wrapp .side-bar-form input { width: 100%; height: 52px; border: 1px solid var(--primary); margin: 0 0 10px; font-size: 16px; padding: 12px 20px; background: none; color: var(--primary); font-family: "Open Sans", sans-serif; }
.content-wrapp .side-bar-form select { width: 100%; height: 52px; border: 1px solid var(--primary); margin: 0 0 10px; font-size: 16px; padding: 12px 20px;  color: var(--primary); font-family: "Open Sans", sans-serif;  -webkit-appearance: none !important; background: transparent url(../images/chevron-down-solid.svg) no-repeat center / 14px;  background-position-x: 95%;}
.content-wrapp .side-bar-form textarea { width: 100%; height: 90px; border: 1px solid var(--primary); margin: 0 0 10px; font-size: 16px; padding: 12px 20px; background: none; color: var(--primary); font-family: "Open Sans", sans-serif; }
.content-wrapp .side-bar-form input::placeholder, .content-wrapp .side-bar-form textarea::placeholder{color: var(--primary) !important;}
.content-wrapp .side-bar-form select option {color: var(--secondary);}
.content-wrapp .side-bar-form .submit-btn { display: inline-block; font-size: 16px; color: #56AED2; position: relative; padding: 14px 28px 15px 28px; text-transform: uppercase; font-weight: 500; font-family: 'neo latina'; background: var(--primary); border: 1px solid var(--primary); cursor: pointer; transition: all .25s ease-in-out;}
.content-wrapp .side-bar-form .submit-btn:hover { background: none; color: var(--primary);}
.content-wrapp .package-tab-bar {width: 100%; position: sticky; top: 77px; background: var(--primary);  box-shadow: 0 0 10px rgba(0,0,0,.2);  margin: 0 0 30px; z-index:2;}
.content-wrapp .package-tab-bar ul li { padding: 0 0 0; display: inline-block;}
.content-wrapp .package-tab-bar ul li:before { display: none;}
.content-wrapp .package-tab-bar ul.tab-nav { margin: 0 0 0; display: flex; overflow-x: auto;}
.content-wrapp .package-tab-bar ul li a { padding: 12px 18px; display: inline-block; color: var(--secondary); width: max-content;}
.content-wrapp .package-tab-bar ul li.active a { background: #56AED2; color: var(--primary);}
.content-wrapp .content-col2 .woocommerce .single-product .product .onsale { display: none;}
.content-wrapp .content-col2 .woocommerce .single-product .product .woocommerce-product-gallery {display: none;}
.content-wrapp .content-col2 .woocommerce .single-product .product .summary.entry-summary { width: 100%;  float: none;  margin: 20px 0;}
.content-wrapp .content-col2 .woocommerce .single-product .product .summary.entry-summary .quantity { display: none;}
.content-wrapp .content-col2 .woocommerce .single-product .product .summary.entry-summary button.button { background: none; display: inline-block; font-size: 16px; color: var(--primary);  margin: 0 0 0 0;  position: relative;  padding: 14px 28px 15px 28px;  text-transform: uppercase;  font-weight: 500;  font-family: 'neo latina';}
.content-wrapp .content-col2 .woocommerce .single-product .product .summary.entry-summary button.button:before { content: ""; width: 100%; height: 100%; border: 1px solid transparent; border-radius: 0; background: linear-gradient(to right, #56AED2, #9BC63B) border-box; background-size: 100% 100%; -o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);  -ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);  -moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); mask-composite: exclude;  -o-mask-composite: exclude;  -ms-mask-composite: exclude;  -moz-mask-composite: exclude;  -webkit-mask-composite: exclude; -o-mask-composite: destination-out; -ms-mask-composite: destination-out; -moz-mask-composite: destination-out;  -webkit-mask-composite: destination-out;   position: absolute;  top: 0;  right: 0;  left: 0;  z-index: -1;}
.content-wrapp .content-col2 .woocommerce .single-product .product .summary.entry-summary button.button:after { content: ""; width: 100%; height: 100%; background: linear-gradient(to right, #56AED2, #9BC63B) border-box; background-size: 100% 100%;   border-radius: 0;opacity: 1; transition: 0.25s ease-out 0s; margin: 0 0 0; position: absolute; top: 0; right: 0; left: 0; z-index: -1;}
.content-wrapp .content-col2 .woocommerce .single-product .product .summary.entry-summary button.button:hover:after { opacity: 0;}
.content-wrapp .content-col2 .woocommerce .single-product .product .summary.entry-summary button.button:hover { color: #56AED2;}
.content-wrapp .content-col2 .woocommerce .single-product .product .summary.entry-summary .product_meta { display: none;}
.content-wrapp .content-col2 .woocommerce .single-product .product  .related.products { display: none;}
.content-wrapp table { width: 100%; margin-bottom: 30px; color: #212529; text-align: left; border: 1px solid #dee2e6; min-width: 700px;}
.content-wrapp table thead tr th, .content-wrapp table tbody tr td {padding: .75rem; vertical-align: top; border: 1px solid #dee2e6; text-align: center;}
.content-wrapp table thead tr th{font-weight: 600;}
.content-wrapp .content-col2 .divider { display: block; width: 100%; position: relative; text-align: center; margin: 0 0 2rem;}
.content-wrapp .content-col2 .divider:after {content: ""; position: absolute; width: 100%; height: 1px; background: #b5b5b5; left: 0; top: 50%; transform: translateY(-50%);}
.content-wrapp .content-col2 .divider span { display: inline-block;background: var(--primary); position: relative; z-index: 1; padding: 0 7px; font-family: 'neo latina'; font-size: 24px; color: #b5b5b5;}
.service-inner .content-col1 { width: 100%; max-width: 800px; margin: 0 auto;}
.content-wrapp .book-btn {background: none; display: inline-block; font-size: 16px; color: var(--primary); margin: 0 0 0 0; position: relative; padding: 14px 28px 15px 28px; text-transform: uppercase; font-weight: 500; font-family: 'neo latina';}
.content-wrapp .book-btn:hover {color: #56AED2;}
.content-wrapp ul li a {color: var(--secondary);}
.content-wrapp ul li a:hover { color: #56AED2;}
.content-wrapp h4 {font-size: 28px; color: #56AED2; margin: 0 0 20px; text-transform: uppercase;}
.content-wrapp .itinerary-tabs { width: 100%;}
.content-wrapp .itinerary-tabs .itinerary-days-nav { width: 100%;}
.content-wrapp .itinerary-tabs .itinerary-days-nav ul { width: fit-content; display: flex;  flex-wrap: wrap; box-shadow: 0 0 10px rgba(0,0,0,.2);}
.content-wrapp .itinerary-tabs .itinerary-days-nav ul li { padding: 10px; cursor: pointer;}
.content-wrapp .itinerary-tabs .itinerary-days-nav ul li:before { display: none;}
.content-wrapp .itinerary-tabs .itinerary-days-nav ul li.active { color: var(--primary); background: #56AED2;}
.content-wrapp .itinerary-tabs .itinerary-content { width: 100%;}
.content-wrapp .itinerary-tabs .itinerary-content .tab-content { display: none;}
.content-wrapp .itinerary-tabs .itinerary-content .tab-content.active {display: block;}


.content-wrapp .side-bar-form .everest-forms {width: 100%;}
.content-wrapp .side-bar-form .everest-forms .evf-field-container { padding: 0 0 0;}
.content-wrapp .side-bar-form .everest-forms .evf-field-container .evf-frontend-row { margin: 0 0 0;}
.content-wrapp .side-bar-form .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-1 {padding: 0 0 0;}
.content-wrapp .side-bar-form .everest-forms .evf-submit-container { padding: 0 0 0;}
.content-wrapp .side-bar-form .everest-forms .evf-submit-container button { display: inline-block; font-size: 16px; color: #56AED2 ; border: 1px solid var(--primary); background: var(--primary); margin: 0 0 0 auto;  position: relative;  padding: 14px 28px 14px 28px;   text-transform: uppercase;   font-family: 'neo latina';  cursor: pointer; z-index: 1;}
.content-wrapp .side-bar-form .everest-forms .evf-submit-container button:hover{color: var(--primary); background: none;}



.content-wrapp .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    width: 100px;
    height: 100px;
    mask-size: 100px;
    margin: 0 auto 30px;
}

.content-wrapp .wc-block-cart__empty-cart__title.with-empty-cart-icon {
    margin: 0 0 50px;
}

.content-wrapp .wp-block-separator.is-style-dots {
    display: none;
}

.content-wrapp .wc-block-grid .wc-block-grid__product-onsale {
    display: none;
}

.content-wrapp .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product {
    padding: 0 0 0;
}

.content-wrapp .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product:before {
    display: none;
}
.content-wrapp .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button .wp-block-button__link {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: var(--primary);
    margin: 0 0 0;
    position: relative;
    padding: 14px 28px 15px 28px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'neo latina';
    background: none;
    border-radius: 0;
}

.content-wrapp .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button .wp-block-button__link:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 0;
    background: linear-gradient(to right, #56AED2, #9BC63B) border-box;
    background-size: 100% 100%;
    -o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -o-mask-composite: exclude;
    -ms-mask-composite: exclude;
    -moz-mask-composite: exclude;
    -webkit-mask-composite: exclude;
    -o-mask-composite: destination-out;
    -ms-mask-composite: destination-out;
    -moz-mask-composite: destination-out;
    -webkit-mask-composite: destination-out;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.content-wrapp .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button .wp-block-button__link:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #56AED2, #9BC63B) border-box;
    background-size: 100% 100%;
    border-radius: 0;
    opacity: 1;
    transition: 0.25s ease-out 0s;
    margin: 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.content-wrapp .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button .wp-block-button__link:hover:after {
    opacity: 0;
}

.content-wrapp .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button .wp-block-button__link:hover {
    color: #56AED2;
}


.my-account-section .woocommerce {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.my-account-section .woocommerce .woocommerce-MyAccount-navigation {
    width: 25%;
}

.my-account-section .woocommerce .woocommerce-MyAccount-content {
    width: 70%;
}

.my-account-section .woocommerce .woocommerce-MyAccount-navigation ul {
    width: 100%;
    background: linear-gradient(to right, #56AED2, #9BC63B) border-box;
    padding: 20px;
}

.my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li {
    padding: 0 0 0;
    color: var(--primary);
    border-bottom: 1px solid;
}

.my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li:before {
    display: none;
}

.my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li a {
    color: var(--primary);
    padding: 10px 0;
    display: block;
}

.my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    border: none;
}

.my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--secondary);
}

.my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--secondary);
}

.content-wrapp p a {
    color: #56AED2;
}

.content-wrapp p a:hover {
    color: var(--secondary);
}

.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
    border-top-color: #56AED2;
}

.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-info:before {
    color: #56AED2;
    top: 19px;
}

.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-info .wc-forward.button {
    color: transparent;
    position: relative;
    font-family: 'neo latina';
    font-weight: 500;
    text-transform: uppercase;
}

.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-info .wc-forward.button:before {
    content: "Browse Packages";
    color: #56AED2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: .618em 1em;
    transition: all .25s ease-in-out;
}

.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-info .wc-forward.button:hover:before {
    color: var(--secondary);
}

.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2 {
    display: none;
}

.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1 {
    width: 100%;
}

.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2 {
    font-size: 32px;
}

.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title .edit {
    color: #56AED2;
    display: inline-block;
    margin: 0 0 20px;
    padding-left: 20px;
    background: url(../images/plus-solid.svg) no-repeat center left / 12px;
  }

.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title .edit:hover {
    color: var(--secondary);
}


.my-account-section .woocommerce .woocommerce-MyAccount-content button.button[type="submit"] {
    display: inline-block;
    font-size: 16px;
    color: var(--primary);
    margin: 20px 0 0 0;
    position: relative;
    padding: 14px 28px 15px 28px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'neo latina';
    background: none;
}

.my-account-section .woocommerce .woocommerce-MyAccount-content button.button[type="submit"]:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 0;
    background: linear-gradient(to right, #56AED2, #9BC63B) border-box;
    background-size: 100% 100%;
    -o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -o-mask-composite: exclude;
    -ms-mask-composite: exclude;
    -moz-mask-composite: exclude;
    -webkit-mask-composite: exclude;
    -o-mask-composite: destination-out;
    -ms-mask-composite: destination-out;
    -moz-mask-composite: destination-out;
    -webkit-mask-composite: destination-out;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.my-account-section .woocommerce .woocommerce-MyAccount-content button.button[type="submit"]:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #56AED2, #9BC63B) border-box;
    background-size: 100% 100%;
    border-radius: 0;
    opacity: 1;
    transition: 0.25s ease-out 0s;
    margin: 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.my-account-section .woocommerce .woocommerce-MyAccount-content button.button[type="submit"]:hover:after{opacity: 0;}
.my-account-section .woocommerce .woocommerce-MyAccount-content button.button[type="submit"]:hover{color: #56AED2;}



.content-wrapp .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block table tbody td .wc-block-components-product-name {
    font-size: 20px;
    width: 100%;
    max-width: inherit;
    color: #56AED2;margin: 0 0 20px;
}

.content-wrapp .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block table tbody td .wc-block-components-product-name:hover {
    color: var(--secondary);
}

.content-wrapp .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block table tbody td .wc-block-components-quantity-selector {
    display: none;
}

.content-wrapp .wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button {
    display: inline-block;
    font-size: 16px;
    color: var(--primary);
    margin: 0 0 0 0;
    position: relative;
    padding: 14px 28px 15px 28px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'neo latina';
}

.content-wrapp .wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 0;
    background: linear-gradient(to right, #56AED2, #9BC63B) border-box;
    background-size: 100% 100%;
    -o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -o-mask-composite: exclude;
    -ms-mask-composite: exclude;
    -moz-mask-composite: exclude;
    -webkit-mask-composite: exclude;
    -o-mask-composite: destination-out;
    -ms-mask-composite: destination-out;
    -moz-mask-composite: destination-out;
    -webkit-mask-composite: destination-out;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.content-wrapp .wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #56AED2, #9BC63B) border-box;
    background-size: 100% 100%;
    border-radius: 0;
    opacity: 1;
    transition: 0.25s ease-out 0s;
    margin: 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.content-wrapp .wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button:hover:after {
    opacity: 0;
}

.content-wrapp .wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button:hover {
    color: #56AED2;
}
.content-wrapp .wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button .wc-block-components-spinner{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.content-wrapp .wc-block-components-chip.wc-block-components-chip--radius-large:before {
    display: none;
}

.content-wrapp .wc-block-components-totals-discount__coupon-list {
    margin: 10px 0  0;
}


.content-wrapp .content-col2 .woocommerce-message .button.wc-forward { display: block; float: none; margin: 20px 0  0; width: fit-content; color: #56AED2; font-weight: 500;text-transform: uppercase; font-family: 'neo latina';}
.content-wrapp .content-col2 .woocommerce-message .button.wc-forward:hover{color: var(--secondary);}

.content-wrapp .wc-block-components-sidebar-layout .wc-block-components-main table {
    min-width: inherit;
}



.visa-wrapp { padding: 60px 0;}
.visa-wrapp .visa-row { width: 100%;}
.visa-wrapp .tab-content {width: 100%;}
.visa-wrapp .tab-pane { width: 100%;}
.visa-wrapp .visa-row1 { width: 100%; display: flex; flex-wrap: wrap;justify-content: center;}
.visa-wrapp .visa-col1 { width: 23.8%; margin: 0 1.6% 1.6% 0; position: relative;}
.visa-wrapp .visa-col1:nth-child(4n) { margin-right: 0;}
.visa-wrapp .nav-tabs { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 0 40px; border: none;}
.visa-wrapp .nav-tabs .nav-item { margin: 0 25px 0 0;}
.visa-wrapp .nav-tabs .nav-item .nav-link { border: none; font-size: 16px; font-weight: 600; color: #000; position: relative; padding: 10px 0;background: none; font-family: "Open Sans", sans-serif; cursor: pointer;}
.visa-wrapp .nav-tabs .nav-item .nav-link.active { color: #56AED2;}
.visa-wrapp .nav-tabs .nav-item .nav-link:after { content: ""; position: absolute; width: 100%; height: 2px; background: #56AED2; bottom: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;}
.visa-wrapp .nav-tabs .nav-item:last-child { margin-right: 0;}
.visa-wrapp .nav-tabs .nav-item .nav-link:hover { color:#56AED2;}
.visa-wrapp .nav-tabs .nav-item .nav-link.active:after { opacity: 1;}
.visa-wrapp .nav-tabs .nav-item .nav-link:hover:after { opacity: 1;}
.html5-prev, .html5-next{display: block !important;}
.mh-icon-right {background: #000000 url(../images/chevron-right-solid.svg) no-repeat center / 12px;}
.mh-icon-left {background: #000000 url(../images/chevron-left-solid.svg) no-repeat center / 12px;}
.visa-wrapp .visa-col1 .visa-box { width: 100%; position: relative;}
.visa-wrapp .visa-col1 .visa-box h3 {  color: #fff; font-size: 1.2rem; width: 100%; text-align: center; font-weight: 700; z-index: 5; margin: 0 0 10px;}
.visa-wrapp .visa-col1 .visa-box::after { position: absolute; top: 0; left: 0; content: ""; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; opacity: 0.5; background-color: #000;}
.visa-wrapp .visa-col1 .visa-box .visa-details { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 5; text-align: center; width: 100%; padding: 10px 20px;}
.visa-wrapp h4 { color: #fff; font-size: 1rem; width: 100%; text-align: center; font-weight: 700;}
.visa-wrapp h4 .number-style {  font-size: 1.2rem;}



.table-data { width: 100%; overflow-x: auto;}
.table-data table { min-width: 600px;}


/* ----------contact-wrapp2--------- */
.contact-wrapp2:after {display: none;}


/* --------map-wrapp-------- */
.map-wrapp { width: 100%; margin: 34px 0 0;}
.map-wrapp iframe { width: 100%; height: 310px;}


.package-wrapp3{padding: 0 0 70px;}



.error-page-section { padding: 60px 0; text-align: center;}
.error-page-section h1 {font-size: 60px;color: #56AED2;margin: 0 0 20px;font-weight: 500;}
.error-page-section h2 { font-size: 28px; margin: 0 0 20px;}
.error-page-section p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.error-page-section .search-form { width: auto; max-width: 420px; display: flex; flex-wrap: wrap; margin: 0 auto;}
.error-page-section .search-form input {width: 100%;height: 50px;border-width: 1px;border-style: solid;border-color: #56AED2;border-image: initial;border-radius: 0;padding: 0px 20px;background: no-repeat;margin: 0 10px 0 0;flex: 1 0 0;color: var(--secondary);}
.error-page-section .search-form .search-submit {display: inline-block;font-size: 14px;color: var(--primary);margin: 0 0 0 auto;position: relative;padding: 12px 28px 14px;font-weight: 500;background: none;border: none;border-radius: 0;font-family: 'neo latina';transition: all .25s ease-in-out;cursor: pointer;     text-transform: uppercase;}
.error-page-section .search-form .search-submit .screen-reader-text {font-size: 14px;clip: inherit;clip-path: inherit;position: relative !important;transition: all .25s ease-in-out; font-family: inherit;}
.error-page-section .search-form .search-submit:hover { color: #56AED2; background: none;}
.error-page-section .search-form .search-submit:hover .screen-reader-text { color: var(--global);}
.error-page-section .search-form input::placeholder { color: var(--global);}
.error-page-section .search-form .search-submit:before{
    content: "";
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	border-radius: 0;
	background: linear-gradient(to right, #56AED2, #9BC63B) border-box;
    background-size: 100% 100%; 
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.error-page-section .search-form .search-submit:after{
    content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #56AED2, #9BC63B) border-box;
    background-size: 100% 100%; 
	border-radius: 0;
	opacity: 1;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.error-page-section .search-form .search-submit:hover:after{opacity: 0;}


.search-page-section { padding: 60px 0 0;}
.search-page-section h1 { font-size: 46px; color: #56AED2;margin: 0 0 20px;text-transform: uppercase;}
.search-page-section h3 { font-size: 28px; color: #56AED2;margin: 0 0 20px;text-transform: uppercase;}
.search-page-section p { font-size: 16px; line-height: 1.56; margin: 0 0 20px;}
.search-page-section .search-btn1 { display: inline-block;font-size: 14px;color: var(--primary);margin: 0 0 0 auto;position: relative;padding: 12px 28px 14px;font-weight: 500;background: none;border: none;border-radius: 0;font-family: 'neo latina';transition: all .25s ease-in-out;cursor: pointer; text-transform: uppercase;}
.search-page-section .search-btn1:hover { color: #56AED2; background: none;}
.search-page-section .search-page-card { width: 100%; margin: 0 0 50px;}




div#html5box-html5-lightbox div#html5-lightbox-box .html5-elem-box { background: none !important;}
div#html5box-html5-lightbox div#html5-lightbox-box .html5-elem-box .html5-elem-wrap { background: none !important;}
div#html5box-html5-lightbox div#html5-lightbox-box .html5-elem-box .html5-image { padding: 0 !important;}
div#html5box-html5-lightbox div#html5-lightbox-box .html5-elem-box .html5-elem-data-box { display: none !important;}
div#html5box-html5-lightbox div#html5-lightbox-box div#html5lightbox-watermark { display: none !important;}



@media screen and (max-width:1200px){
.header-wrapp .header-links ul li { font-size: 16px; margin: 0 15px 0 0;}
.header-wrapp .logo { width: 175px;}
.header-wrapp .header-btn { margin: 0 0 0 15px; padding: 14px 22px 15px 22px;}

.banner-wrapp h1 { font-size: 48px;}

.upcoming-wrapp h2 { font-size: 40px;}

.abouts-wrapp h2 { font-size: 40px;}

.service-wrapp h2 { font-size: 40px;}

.package-wrapp h2 { font-size: 40px;}

.gallery-wrapp h2 {font-size: 40px;}

.testimonial-wrapp h2 {font-size: 40px;}

.contact-wrapp h2 {font-size: 40px;}

.footer-wrapp .footer-menu ul li { margin: 0 0 0 10px;}

.story-wrapp h2 {font-size: 40px;}

.team-wrapp h2 { font-size: 40px;}

.content-wrapp h2{font-size: 40px;}

.inner-banner h1 { font-size: 48px;}

.content-wrapp h3 { font-size: 30px;}

.content-wrapp h4 {font-size: 26px;}

.content-wrapp .package-tab-bar {top: 74px;}

.search-page-section h1{font-size: 40px;}


.package-wrapp .package-col1 .package-img img { height: 17.3vw;}

}

@media screen and (max-width:992px){
.header-wrapp .header-menu { display: none;}
.header-wrapp .header-right { display: none;}

.banner-wrapp h1 {font-size: 40px;}
.banner-wrapp .bg-video video { height: 490px;}


.upcoming-wrapp h2 { font-size: 38px;}
.upcoming-wrapp h3 { font-size: 22px;}
.upcoming-wrapp p { font-size: 14px;}

.abouts-wrapp h2 { font-size: 38px;}

.service-wrapp h2 { font-size: 38px;}
.service-wrapp h3 {font-size: 22px;}

.package-wrapp h2 { font-size: 38px;}

.package-wrapp .package-col1 .upcoming-detail > span {font-size: 8px;}
.package-wrapp .package-col1 .upcoming-detail .icon {   width: 12px; height: 12px;}
.package-wrapp h3 { font-size: 22px;}

.gallery-wrapp h2 {font-size: 38px;}

.testimonial-wrapp h2 {font-size: 38px;}
.testimonial-wrapp .testimonial-col1 {width: 56%;}
.testimonial-wrapp .testimonial-col2 { width: 40%;}

.contact-wrapp h2 { font-size: 38px;}
.contact-wrapp .contact-form {padding: 30px;}

.footer-wrapp .footer-menu ul li {margin: 0 0 0 10px; font-size: 16px;}
.footer-wrapp .footer-menu ul li a { padding: 5px;}
.footer-wrapp .logo {width: 160px;}
.footer-wrapp p { font-size: 12px;}

.overlay {display: block;position: fixed;right: 0;top: 0;width: 100%;height: 100%;background: #56AED2;background-size: 300% 100%;z-index: 99;padding: 110px 5% 50px;transform:translateX(100%);opacity: 0;visibility: hidden;transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
.overlay.show{ transform:translateX(0); opacity: 1; visibility: visible;}
.overlay ul {width: 100%;}
.overlay ul { width: 100%;}
.overlay ul li a {color: var(--primary);display: block;padding: 10px 0;}
.overlay ul li {font-size: 40px;font-weight: 500;font-family: 'neo latina';text-transform: uppercase;}
.overlay ul li a:hover {color: var(--secondary) !important;}
.burger-btn {display: block;position: fixed;width: 35px;height: 30px;right: 5%;top: 28px;z-index: 999;overflow: hidden;cursor: pointer; user-select: none;}
.burger-btn span {display: block;width: 100%;height: 2px;background: #56AED2;background-size: 300% 100%;border-radius: 5px;transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
.burger-btn .active span{background: var(--primary);}
.burger-btn:hover span{background-position: 50% 0;}
.burger-btn span:nth-child(2n) {margin: 6px 0;transition: all 0.5s cubic-bezier(.22,.68,0,1.71);}
.burger-btn .burger-toggle { display: flex; flex-wrap: wrap; justify-content: right;}
.burger-btn .active span:nth-child(2n) { transform: translateX(-100%);}
.burger-btn .active span:first-child {transform: translateY(13px) rotate(-45deg);}
.burger-btn .active span:last-child {transform: translateY(-3px) rotate(45deg);}
body:after { content: ""; display: block; position: fixed; right: 0; top: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 40%); z-index: 9; transform: translateX(100%); opacity: 0; visibility: hidden;  transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);}
body.menu-open:after{ transform:translateX(0); opacity: 1; visibility: visible;}
body.menu-open{  overflow-y: hidden;}
.overlay ul ul.sub-menu li {border: none; padding-left: 20px; position: relative;  color: var(--primary-color);}
.overlay ul ul.sub-menu li:before {  content: "-"; position: absolute; left: 0; top: 50%;  transform: translateY(-50%);}
.overlay ul li.dropdown > a {background: url(../images/chevron-down-solid.svg) no-repeat center / 14px; background-position-x: 95%;}
.overlay .overlay-menu {width: 100%; height: 100%; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center;overflow-y: auto;padding: 20px 0 0;}
.overlay .overlay-menu .dropdown .dropdown-menu { display: none; padding-left: 20px;}
.overlay .overlay-menu .dropdown .dropdown-menu li { font-size: 30px;}


.story-wrapp h2 {font-size: 38px;}

.team-wrapp h2 { font-size: 38px;}

.content-wrapp h2{font-size: 38px;}

.inner-banner .bg-img img { height: 400px;}

.inner-banner h1 {font-size: 40px;}

.visa-wrapp .nav-tabs .nav-item .nav-link { font-size: 14px;}
.visa-wrapp .visa-col1 { width: 32%; margin: 0 2% 2% 0;}
.visa-wrapp .visa-col1:nth-child(4n) { margin-right: 2%;}
.visa-wrapp .visa-col1:nth-child(3n) { margin-right: 0;}

.content-wrapp h3 { font-size: 28px;}

.content-wrapp h4 {font-size: 24px;}

.content-wrapp .content-col1 { width: 63%;}

.content-wrapp .package-tab-bar { top: 71px;}

.search-page-section h1{font-size: 38px;}

}

@media screen and (max-width:767px){
.container{width: 90%;}

.banner-wrapp h1 { font-size: 38px;}

.abouts-wrapp .abouts-col1 { width: 100%; margin: 0 0 30px;}
.abouts-wrapp .abouts-col2 { width: 94%; margin: 0 auto;}

.service-wrapp .service-col1 { width: 48%; margin: 0 4% 30px 0;}
.service-wrapp .service-col1:nth-child(3n) { margin-right: 4%;}
.service-wrapp .service-col1:nth-child(2n) { margin-right: 0;}

.gallery-wrapp .gallery-row { grid-template-columns: 50% 50%;  grid-template-rows: 18.33%;}
.gallery-wrapp .gallery-col1:nth-child(3) { grid-column: auto;}
.gallery-wrapp h2 {margin: 0 0 20px;}

.testimonial-wrapp .testimonial-col1 {width: 100%;}
.testimonial-wrapp .testimonial-col2 {width: 100%; text-align: center; margin: 0 0 10px;}
.testimonial-wrapp {padding: 60px 0 40px;}
.testimonial-wrapp .testimonial-row { flex-direction: column-reverse;}
.testimonial-wrapp:after {width: 100%;}

.contact-wrapp .contact-col1 { width: 100%; margin: 0 0 30px;}
.contact-wrapp .contact-col2 { width: 100%;}
.contact-wrapp .contact-row { flex-direction: column-reverse;}


.footer-wrapp .footer-row { justify-content: center;}
.footer-wrapp .logo { margin: 0 0 30px;}
.footer-wrapp .footer-menu ul li:first-child { margin-left: 0;}
.footer-wrapp { text-align: center;}
.footer-wrapp .footer-row1 { justify-content: center;}
.footer-wrapp p { margin: 0 0 5px;}


.inner-banner h1 {font-size: 38px;}


.content-wrapp { padding: 55px 0;}

.content-wrapp .content-col1 {width: 100%; margin: 0 0 50px;}
.content-wrapp .content-col2 {width: 100%;}

.my-account-section .woocommerce .woocommerce-MyAccount-navigation { width: 100%;}
.my-account-section .woocommerce .woocommerce-MyAccount-navigation ul { display: flex; flex-wrap: wrap; justify-content: space-between;}
.my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li { width: 48%;}
.my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li:last-child { border-bottom: 1px solid var(--primary);}
.my-account-section .woocommerce .woocommerce-MyAccount-content { width: 100%;}


.package-wrapp .package-col1 .package-img img { height: 24.3vw;}
.package-wrapp2 .package-col1 { width: 48%; margin: 0 4% 30px 0;}
.package-wrapp2 .package-col1:nth-child(3n) { margin-right: 4%;}
.package-wrapp2 .package-col1:nth-child(2n) { margin-right: 0;}

}

@media screen and (max-width:600px){
.banner-wrapp h1 { font-size: 36px;}

.upcoming-wrapp h2 { font-size: 36px;}

.abouts-wrapp h2 { font-size: 36px;}

.service-wrapp h2 { font-size: 36px;}

.package-wrapp h2 { font-size: 36px;}

.gallery-wrapp h2 {font-size: 36px;}

.testimonial-wrapp h2 {font-size: 36px;}

.contact-wrapp h2 { font-size: 36px;}

.story-wrapp h2 {font-size: 36px;}

.team-wrapp h2 { font-size: 36px;}

.content-wrapp h2{font-size: 36px;}


.inner-banner h1 {font-size: 36px;}

.visa-wrapp .visa-col1 {width: 48%; margin: 0 4% 4% 0;}
.visa-wrapp .visa-col1:nth-child(3n) { margin-right: 4%;}
.visa-wrapp .visa-col1:nth-child(2n) { margin-right: 0;}

.my-account-section .woocommerce .woocommerce-MyAccount-content .woocommerce-info .wc-forward.button {display: block; float: none; width: fit-content; margin: 20px 0 0;}

.search-page-section h1{font-size: 36px;}

}

@media screen and (max-width:480px){
.banner-wrapp h1 {font-size: 30px;}
.banner-wrapp p { font-size: 14px; margin: 0 0 9px;}
.banner-wrapp h3 { font-size: 16px;}

.upcoming-wrapp h2 {font-size: 32px;}

.abouts-wrapp h2 { font-size: 32px;}

.service-wrapp h2 { font-size: 32px;}
.service-wrapp .service-col1 { width: 100%; margin: 0 0 30px !important;}

.package-wrapp h2 { font-size: 32px;}
.package-wrapp .package-col1 .upcoming-detail > span {font-size: 10px;}

.gallery-wrapp h2 {font-size: 32px;}

.testimonial-wrapp h2 {font-size: 32px;}
.testimonial-wrapp .testimonial-box .testi-head .detail-wrapp .avatar { width: 40px;}
.testimonial-wrapp h3 { font-size: 16px;}
.testimonial-wrapp .testimonial-slider .slick-slide .testimonial-box { padding: 30px 30px 10px;}

.contact-wrapp h2 { font-size: 32px;}

.overlay ul li { font-size: 32px;}
.overlay .overlay-menu .dropdown .dropdown-menu li { font-size: 20px;}


.story-wrapp h2 {font-size: 32px;}

.team-wrapp h2 { font-size: 32px;}

.content-wrapp h2{font-size: 32px;}

.inner-banner h1 {font-size: 30px;}

.visa-wrapp .nav-tabs .nav-item {width: 50%; margin: 0 0 0; padding: 0 0;}
.visa-wrapp .nav-tabs { background: #e5e5e5; justify-content: space-between; padding: 10px 0;}
.visa-wrapp .nav-tabs .nav-item .nav-link { width: 100%; text-align: left; padding: 10px 14px;}


.content-wrapp h3 {font-size: 26px;}

.content-wrapp h4 {font-size: 22px;}

.search-page-section h1{font-size: 32px;}

.package-wrapp .package-col1 .package-img img {height: 51.6vw;}
.package-wrapp2 .package-col1 { width: 100%;  margin: 0 0 30px 0 !important;}

}