body {
  font-family: "robotoregular";
  margin: auto;
  font-size: 15px;
  line-height: 25px;
  color: #636363;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.max1720 {
  max-width: 1720px;
  margin: 0 auto;
}
section.header {
  position: fixed;
  top: 0;
  z-index: 15;
  width: 100%;
  background-position: top right;
  background: url("../images/header/header_bg.svg") right 10px top -3px;
  background-repeat: no-repeat;
  background-size: cover;
}
.header__humburgermenu {
  text-align: center;
  top: 9%;
  left: 20%;
  position: relative;
}
#header__humburgericon {
  width: 30px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#header__humburgericon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #3aa3a5;
  border-radius: 7px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
#header__humburgericon span:nth-child(1) {
  top: 5px;
  height: 4px;
}
#header__humburgericon span:nth-child(2),
#header__humburgericon span:nth-child(3) {
  top: 17px;
}
#header__humburgericon span:nth-child(4) {
  top: 29px;
  height: 4px;
}
#header__humburgericon.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}
#header__humburgericon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header__humburgericon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header__humburgericon.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
header.header__elem {
  padding: 10px 0 10px 20px;
  box-shadow: 0 20px 20px -35px #222;
  -webkit-box-shadow: 0 20px 20px -35px #222;
  -moz-box-shadow: 0 20px 20px -35px #222;
}
header.header__elem .header__nav .header__icon {
  width: auto;
  display: block;
  padding-bottom: 10px;
  text-align: center;
}
header.header__elem .header__nav .header__icon img {
  max-width: 105px;
  display: inline-block;
}
header.header__elem .header__logo img {
  max-width: 250px;
}
header.header__elem .header__nav .header__icon.header__icon--aboutus img {
  max-width: 30px;
}
header.header__elem .header__nav .header__icon.header__icon--feelgoa img {
  max-width: 25px;
}
header.header__elem .header__nav .header__icon.header__icon--flight img {
  max-width: 60px;
}
header.header__elem .header__nav .header__icon.header__icon--shopdine img {
  max-width: 40px;
}
header.header__elem .header__nav .header__icon.header__icon--blogs img {
  max-width: 35px;
}
header.header__elem .header__nav .header__icon.header__icon--transport img {
  max-width: 43px;
}
header.header__elem .header__nav {
  text-align: center;
}
header.header__elem .header__nav a {
  color: #636363;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.header__elem .header__nav a:before {
  position: absolute;
  bottom: -5px;
  background: #3aa3a5;
  height: 3px;
  width: 0;
  left: 0;
  content: "";
  transition: all 0.3s ease-in-out;
}
header.header__elem .header__nav a:hover:before {
  width: 100%;
  color: #3aa3a5;
}
header.header__elem .header__nav a:hover {
  color: #3aa3a5;
}
header.header__elem .header__nav ul {
  margin: 0 auto;
  padding: 0;
}
header.header__elem .header__nav ul li {
  display: inline-block;
  padding: 0 14px;
  text-align: center;
  position: relative;
}
header.header__elem .header__elemlogo {
  width: 25%;
}
header.header__elem .header__elemmenu {
  width: 55%;
}
header.header__elem .header__elemmmenu {
  width: 20%;
}
header.header__elem .header__logo {
  padding: 14px 20px 0;
}
.menu__burger {
  opacity: 0;
  width: 350px;
  height: 100vh;
  position: fixed;
  box-shadow: -24px 20px 20px -35px #222;
  -webkit-box-shadow: -24px 20px 20px -35px #222;
  -moz-box-shadow: -24px 20px 20px -35px #222;
  z-index: 4;
  background: #fff;
  padding: 120px 20px 20px;
  right: -400px;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-x: hidden;
}
.menu__burger.open {
  display: block;
  opacity: 1;
  right: 0;
}
.header__nav.header__sidebarmenu ul {
  margin: 0;
  padding: 0;
}
.header__nav.header__sidebarmenu ul li {
  display: block;
  position: relative;
  list-style: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3aa3a5; -webkit-transition: max-height, 0.8s ease-in-out;
    transition: max-height, 0.8s ease-in-out;
}
.header__nav.header__sidebarmenu ul li .nav_rgt_ch_ul{ padding-top: 26px;
    padding-left: 25px;
    padding-bottom: 0; }
.header__nav.header__sidebarmenu ul li .nav_rgt_ch_ul li{ border-bottom: 0; padding-bottom:0px; }
.header__nav.header__sidebarmenu ul li .nav_rgt_ch_ul>li>a:before{ background:none; border-bottom: 0;}
.header__nav.header__sidebarmenu ul li .nav_rgt_ch_ul>li>a span{ margin-right:0px; }
.header__nav.header__sidebarmenu ul li .nav_rgt_ch_ul>li>a span img{ max-width:30px; }
.sub_menuinr {
    display: none;
}
.dropdown-open{ display:block; -webkit-transition: max-height, 0.8s ease-in-out;
    transition: max-height, 0.8s ease-in-out; }
.cnt_nav_rgt_ch > a { border-bottom: 1px solid #3aa3a5;
    position: relative;
    display:block;
    padding-right: 30px; bottom:-10px;     padding-bottom: 12px; -webkit-transition: max-height, 0.8s ease-in-out;
    transition: max-height, 0.8s ease-in-out;
}
.cnt_nav_rgt_ch > a:hover{ bottom:-10px; }
.cnt_nav_rgt_ch > a:after{
    content: "";
    height: 0px;
    width: 0px;
    border: none;
    border-top: 8px solid #3aa3a5;
    border-left: 8px solid rgba(0,0,0,0);
    border-right: 8px solid rgba(0,0,0,0);
    position: relative;
    display: inline-block;
    right: -5px;
    top: 0px;
}


body.ovr__hdn {overflow: hidden;}

.header__nav.header__sidebarmenu .header__icon.header__icon--aboutus img {
  max-width: 30px;
}
.header__nav.header__sidebarmenu .header__icon.header__icon--feelgoa img {
  max-width: 25px;
}
.header__nav.header__sidebarmenu .header__icon.header__icon--flight img {
  max-width: 40px;
}
.header__nav.header__sidebarmenu .header__icon.header__icon--shopdine img {
  max-width: 40px;
}
.header__nav.header__sidebarmenu .header__icon.header__icon--transport img {
  max-width: 35px;
}
.header__nav.header__sidebarmenu .header__icon.header__icon--blogs img {
  max-width: 35px;
}
.header__nav.header__sidebarmenu .header__icon {
  margin-right: 10px;
  min-width: 45px;
  display: inline-block;
}
.header__nav.header__sidebarmenu a {
  color: #636363;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header__nav.header__sidebarmenu a:before {
  position: absolute;
  bottom: -1px;
  background: #3aa3a5;
  height: 3px;
  width: 0;
  left: 0;
  content: "";
  transition: all 0.3s ease-in-out;
}
.header__nav.header__sidebarmenu a:hover:before {
  width: 100%;
  color: #3aa3a5;
}
.header__nav.header__sidebarmenu a:hover {
  color: #3aa3a5;
}
.header__humburgerblock {
  display: inline-block;
  background: #fff;
  padding: 8px 12px;
  border-radius: 50%;
  margin-left: 40px;
}
.banner__slideritem {
  position: relative;
}
.banner__content {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.banner__image {
  position: relative;
}
.banner__image img {
  width: 100%;
  position: relative;
  top: -180px;
}
.banner__content {
  background: url("../images/banner/banner_wave.svg") top center;
  background-repeat: no-repeat;
  background-size: 102%;
  padding: 220px 0 75px;
}
.banner_contenttxt {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.banner_contenttxt p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
a.banner_txtlink {
  font-family: "robotobold";
  font-size: 20px;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 15px -8px rgb(0 0 0 / 70%);
  border: 2px solid #fff;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
}
a.banner_txtlink:hover {
  border: 2px solid #fff;
  background: #3aa3a5;
  padding: 10px 45px 10px 15px;
}
a.banner_txtlink:after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 17px;
  right: -20px;
  transition: 0.5s;
  height: 22px;
  width: 22px;
  background: url("../images/arrow_rht.svg") top center;
  background-repeat: no-repeat;
}
a.banner_txtlink:hover:after {
  opacity: 1;
  right: 12px;
}
.banner__slider .slick-dots {
  bottom: 27%;
}
.aboutgoa.aboutblockgoa {
  background: url("../images/home/about_goa_bg.svg") 18% 50px;
  background-repeat: no-repeat;
  background-size: 250px;
}
.aboutgoa {
  padding: 100px 0 0;
  position: relative;
}
.aboutgoa__contenttxt {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}
.aboutgoa__contentimage {
  position: relative;
  display: inline-block;
}
.aboutgoa__contenttxt .aboutgoa_link {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 25px;
}
.aboutgoa__contenttxt .aboutgoa_link a {
  color: #fff;
  font-family: "robotobold";
  font-size: 18px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.aboutgoa__contenttxt .aboutgoa_link a:hover {
  border: 1px solid #fff;
  padding: 5px 40px 5px 20px;
}
.aboutgoa__contenttxt .aboutgoa_link a:hover:after {
  top: 10px;
  right: 5px;
}
.aboutgoa__contenttxt .aboutgoa_link a:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: -5px;
  background: url("../images/arrow_rht.svg") top center;
  background-repeat: no-repeat;
}
.aboutgoa__contentimage.aboutgoa__plane {
  position: absolute;
  left: 5%;
  transform: translate(-5%, 25%);
  z-index: 2;
}
.aboutgoa__contentimage.aboutgoa__plane img {
  max-width: 450px;
  z-index: 1;
}
.aboutgoa__contentimage.aboutgoa__party {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
.aboutgoa__contentimage.aboutgoa__party img {
  max-width: 600px;
}
.aboutgoa__contentimage.aboutgoa__beach {
  position: relative;
  z-index: 2;
  left: 90%;
  transform: translate(-90%, 27%);
  margin-bottom: 100px;
}
.aboutgoa__contentimage.aboutgoa__beach img {
  max-width: 500px;
}
.aboutgoa__header {
  padding: 10px 0 80px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.aboutgoa__header h1 {
  font-family: "robotobold";
  font-size: 30px;
  margin-bottom: 25px;
  color: #3aa3a5;
  line-height: 40px;
  text-transform: uppercase;
}
.aboutgoa__header p {
  line-height: 40px;
  margin-bottom: 10px;
}
.wavy-line {
  width: 100px;
  height: 30px;
  overflow: hidden;
  margin: 0 auto;
}
.wavy-line:before {
  content: attr(data-text);
  position: relative;
  top: -22px;
  color: rgba(0, 0, 0, 0);
  width: calc(100% + 20px);
  font-size: 50px;
  text-decoration-style: wavy;
  text-decoration-color: #25173a;
  text-decoration-line: underline;
  animation: animate 0.9s linear infinite;
  -webkit-animation: animate 0.9s linear infinite;
}
@keyframes animate {
  0% {
    left: -0px;
  }
  100% {
    left: -30px;
  }
}
@-webkit-keyframes animate {
  0% {
    left: -0px;
  }
  100% {
    left: -30px;
  }
}
.wavy-line-green:before {
  text-decoration-color: #3aa3a5;
}
.aboutgoa__wavysign.aboutgoa__wavysigntop {
  position: absolute;
  right: 0;
  top: 13%;
  opacity: 0.5;
}
.aboutgoa__wavysign.aboutgoa__wavysignbottom {
  position: absolute;
  left: 0;
  bottom: -13%;
  opacity: 0.5;
}
.padding-0 {
  padding-right: 0;
  padding-left: 0;
}
.margin-0 {
  margin-right: 0;
  margin-left: 0;
}
.aboutgoa.experiencegoa {
  margin-top: 40px;
  padding: 200px 0 50px;
}
.img-hover-zoom {
  overflow: hidden;
}
.img-hover-zoom--colorize img {
  transition: transform 0.5s, filter 1.5s ease-in-out;
  filter: grayscale(100%);
  width: 100%;
}
.img-hover-zoom--colorize:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}
.img-hover-zoom--scale img {
  transition: scale 0.5s, filter 1.5s ease-in-out;
  filter: grayscale(0);
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.img-hover-zoom--scale:hover img {
  transform: scale(1.3);
}
.aboutgoa.experiencegoa .aboutgoa__contenttxt {
  max-width: 100%;
}
.experience__link {
  position: absolute;
  bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid #fff;
  left: 50%;
  transform: translate(-50%, 50%);
  font-family: "robotobold";
}
.aboutgoa.offergoa {
  padding: 100px 0 50px;
}
.experiencegoa__image img {
  width: 100%;
}
.aboutgoa.offergoa .aboutgoa__header {
  max-width: 80%;
}
.experiencegoa__contenttxt {
  padding: 20px 20px 10px;
  min-height: 250px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.experiencegoa__contenttxt_media {
  padding: 20px 20px 10px;
  min-height: 250px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
h3.experiencegoa__contentoffer {
  color: #ea9e18;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
h2.experiencegoa__contenttitle {
  font-size: 22px;
  line-height: 30px;
  color: #636363;
  font-weight: normal;
}
p.experiencegoa__contentp {
  font-size: 14px;
  color: #636363;
}
a.offergoa__link--click {
  display: inline-block;
}
.experiencegoa__contenttxt.overtrue {
  background: #636363;
}
.experiencegoa__contenttxt.overtrue h2.experiencegoa__contenttitle {
  color: #fff;
}
.experiencegoa__contenttxt.overtrue p.experiencegoa__contentp {
  color: #fff;
}
.experiencegoa__imgarrowicon {
  height: 30px;
  width: 50px;
  position: absolute;
  right: 15px;
  bottom: 10px;
  background: url("../images/arrow_rht.svg") top center;
  background-repeat: no-repeat;
  background-size: 30px;
  float: right;
}
.aboutgoa__wavysign.aboutgoa__wavysignright {
  position: absolute;
  right: 0;
  bottom: -50px;
  opacity: 0.5;
}
.aboutgoa__wavysign.aboutgoa__wavysignleft {
  position: absolute;
  left: 0;
  bottom: -50px;
  opacity: 0.5;
}
.eventgoa__slider.swiper {
  text-align: center;
  margin-left: 0;
}
.eventgoa__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: transparent;
}
.eventgoa__slider.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0);
}
.eventgoa__slider .swiper-slide img {
  max-width: 650px;
}
.eventgoa__slider {
  overflow: hidden;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  height: 30px;
  width: 60px;
  background: url("../images/events/arrow_rht_green.svg") top center;
  background-repeat: no-repeat;
}
.swiper-button-prev:after {
  transform: rotate(180deg);
}
.blogsgoa .aboutgoa__contenttxt {
  max-width: 95%;
}
.blogsgoa__slideritems {
  padding: 0 10px;
}
.blogsgoa__slideritems img {
  width: 100%;
}
.blogsgoa__slider .blogsgoa__slideritems {
  position: relative;
}
.blogsgoa__slider .blogsgoa__slideritems.slick-active:after {
  content: "";
  position: absolute;
  height: 50px;
  width: 101%;
  background: #fff;
  top: 0;
  left: -1px;
}
.blogsgoa__slider .blogsgoa__slideritems.slick-active.slick-center:after {
  display: none;
}
.blogsgoa__slider .blogsgoa__slideritems.slick-active .blogsgoa__itemsimg img {
  position: relative;
  margin-top: -30%;
}
.blogsgoa__slider
  .blogsgoa__slideritems.slick-active.slick-center
  .blogsgoa__itemsimg
  img {
  position: relative;
  margin-top: 0;
  padding-bottom: 0;
}
.blogsgoa__itemscontent {
  padding: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blogsgoa__itemscontent h4 {
  font-size: 24px;
  line-height: 30px;
  color: #3aa3a5;
  font-weight: normal;
}
.blogsgoa__itemscontent p {
  font-size: 13px;
  color: #3aa3a5;
  line-height: 20px;
}
.blogsgoa__itemlinks a {
  display: inline-block;
  padding: 5px 15px;
  font-weight: 600;
  color: #3aa3a5;
  border: 1px solid #3aa3a5;
  border-radius: 0;
}
.blogsgoa__itemscontent.overtrue {
  background: #636363;
}
.blogsgoa__itemscontent.overtrue h4 {
  color: #fff;
}
.blogsgoa__itemscontent.overtrue p {
  color: #fff;
}
.blogsgoa__itemscontent.overtrue .blogsgoa__itemlinks a {
  color: #fff;
  border: 1px solid #fff;
}
.slick-next:before,
.slick-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 60px;
  background: url("../images/blog/wht_arrow.svg") top center;
  background-repeat: no-repeat;
}
.slick-prev:before {
  transform: rotate(180deg);
}
.slick-next {
  right: 45px;
  z-index: 1;
  top: 40%;
}
.slick-prev {
  left: 10px;
  z-index: 1;
  top: 40%;
}
.blogsgoa .slick-next {
  right: 45px;
  z-index: 1;
  top: 40%;
}
.blogsgoa .slick-prev {
  left: 10px;
  z-index: 1;
  top: 40%;
}
.aboutgoa.mobilegoa .mobilegoa__content {
  background-size: 100%;
  padding: 180px 0;
  background: url("../images/mobile_campaign-80.jpg") top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutgoa.mobilegoa .aboutgoa__header {
  padding: 10px 0 30px;
}
.mobilegoa__contentlink {
  margin-top: 55px;
}
.mobilegoa__contentlink a {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 5px 15px;
  font-weight: 600;
  color: #3aa3a5;
  line-height: 30px;
  border: 1px solid #3aa3a5;
  border-radius: 0;
}
.aboutgoa.rewardsgoa .aboutgoa__header {
  padding: 10px 0 30px;
}
.text-center {
  text-align: center;
}
.aboutgoa.rewardsgoa p {
  line-height: 32px;
}
.mobilegoa__contentlink a:hover {
  color: #fff;
  background: #3aa3a5;
  line-height: 30px;
  border: 1px solid #3aa3a5;
}
.footer {
  padding: 250px 0 0;
  position: relative;
  overflow: hidden;
}
footer.footer__elem {
  width: 100%;
  background: #359b9b;
  padding-bottom: 30px;
}
.footer__row ul {
  padding: 0;
  margin: 0;
  padding-left: 25%;
}
.footer__row ul li {
  list-style: none;
  margin-bottom: 20px;
}
.footer__row ul li a {
  color: #fff;
}
.footer__bottomrow {
  color: #359b9b;
}
.footer__bottomrow ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
.footer__bottomrow li {
  list-style: none;
  display: inline-block;
  margin-right: 2%;
  width: 18%;
}
.footer__bottomrow li:last-child {
  margin-right: 0;
}
.footer__bottomrow ul li a {
  color: #3aa3a5;
}
.footer__bottomlink {
  padding: 30px 0;
}
.quickcontact__block {
  z-index: 6;
  position: fixed;
  top: 35%;
  border-radius: 5px;
  right: 0;
  width: 50px;
  padding: 15px 10px;
  background: #3aa3a5;
  box-shadow: -24px 20px 20px -35px #222;
  -webkit-box-shadow: -24px 20px 20px -35px #222;
  -moz-box-shadow: -24px 20px 20px -35px #222;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.quickcontact__block ul {
  margin: 0;
  padding: 0;
}
.quickcontact__block ul li {
  margin-bottom: 15px;
  list-style: none;
}
.quickcontact__block ul li:last-child {
  margin-bottom: 0;
}
.quickcontact__block ul li img {
  max-width: 30px;
  transform: scale(0.8);
  transition: all 0.5s ease;
}
.quickcontact__block ul li img:hover {
  transform: scale(1);
}
.slick-slide img.dsk_img {
  display: block;
}
.slick-slide img.mbl_img {
  display: none;
}
.scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
  width: 50px;
  height: 50px;
  border: 0;
  background: transparent;
}
.showBtn {
  opacity: 1;
  transform: translateY(0);
}
.leadershipgoa__slider {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 30px 30px;
  border: 2px solid #3aa3a5;
}
.leadershipgoa__sliderimg img {
  width: 90%;
  border-radius: 50%;
}
.leadershipgoa__sliderimg {
  overflow: hidden;
}
.leadershipgoa__slidertxt {
  max-width: 80%;
  margin-top: 30px;
}
.leadershipgoa__slidertxt h4 {
  font-size: 26px;
  color: #3aa3a5;
  margin-bottom: 25px;
  font-weight: normal;
}
.leadershipgoa__slidertxt p {
  line-height: 28px;
}
.leadershipgoa__slidertxt h6 {
  font-size: 16px;
  color: #3aa3a5;
  font-weight: normal;
}
.leadershipgoa__slider .slick-dots {
  bottom: 8%;
  padding: 0;
  right: 20px;
  width: auto;
}
.leadershipgoa__slider .slick-dots li {
  width: auto;
}
.leadershipgoa__slider .slick-dots li button {
  width: 10px;
  height: 12px;
  border-radius: 50%;
  background: #3aa3a5;
  opacity: 0.5;
}
.leadershipgoa__slider .slick-dots li.slick-active button {
  opacity: 1;
}
.partnergoa .slick-next:before,
.partnergoa .slick-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 60px;
  background: url("../images/events/arrow_rht_green.svg") top center;
  background-repeat: no-repeat;
}
.partnergoa .slick-next {
  right: 10px;
  z-index: 1;
  top: 40%;
}
.partnergoa .slick-prev {
  left: -20px;
  z-index: 1;
  top: 40%;
}
.partnergoa .people__slideritems {
  text-align: center;
}
.partnergoa .people__slideritems img {
  max-width: 80%;
  display: inline-block;
}
.coporate__video img {
  transition: all 0.5s ease;
  transform: scale(0.8);
}
.coporate__video img:hover {
  transform: scale(1);
}
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.lightbox .lightbox-video {
  width: 100%;
  padding-bottom: 56%;
}
.lightbox iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
}
.lightbox img {
  display: block;
  margin: 0 auto;
}
.lightbox .lightbox-close {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 26px;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.3);
  border: 3px solid #ffffff;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
.lightbox .lightbox-close:hover {
  text-decoration: none;
}
.lightbox .lightbox-container {
  max-width: 1024px;
  margin: 100px auto 25px;
}
.goaupdate__contentimg img {
  width: 100%;
}
.goaupdate__content {
  position: relative;
}
.goaupdate__contenttxt {
  position: absolute;
  bottom: 15px;
  color: #fff;
  padding: 10px 20px;
  max-width: 300px;
}
.goaupdate__contentimg {
  position: relative;
}
.goaupdate__contenttxt:after {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  bottom: -3px;
  left: 35%;
  background: url("../images/arrow_rht.svg") top center;
  background-repeat: no-repeat;
  background-size: 22px;
}
.aboutgoa__wavysigntopleft {
  position: absolute;
  left: 0;
  top: 13%;
  opacity: 0.5;
}
.aboutgoa__wavysign.aboutgoa__wavysignleft.topmore50 {
  bottom: 90px;
}
.aboutgoa.activitiesgoa .aboutgoa__contenttxt {
  max-width: 100%;
}
.aboutgoa.activitiesgoa .aboutgoa__contenttxt .activitiesgoa__img img {
  width: 75%;
}
.activitiesgoa__content {
  background: #3aa3a5;
  max-width: 500px;
  position: absolute;
  right: 0;
  top: 55%;
  text-align: center;
}
.activitiesgoa__slider {
  position: relative;
  padding: 100px 75px;
}
.activitiesgoa__content
  .activitiesgoa__slidersheader
  .activitiesgoa__slidersicon {
  text-align: center;
  margin-bottom: 50px;
}
.activitiesgoa__content
  .activitiesgoa__slidersheader
  .activitiesgoa__slidersicon
  img {
  display: inline-block;
}
.activitiesgoa__content .activitiesgoa__slidersheader h4 {
  color: #fff;
}
.activitiesgoa__sliderspara {
  margin-bottom: 50px;
}
.activitiesgoa__sliderspara p {
  color: #fff;
}
.activitiesgoa__sliderslink a {
  padding: 5px 15px;
  color: #fff;
  font-weight: 700;
  border: 1px solid #fff;
  display: inline-block;
}
.activitiesgoa__slider .slick-prev:before {
  transform: rotate(0deg);
  opacity: 1;
  content: "Previous";
  font-size: 14px;
  text-transform: lowercase;
  background: transparent;
  font-weight: bold;
}
.activitiesgoa__slider .slick-prev {
  top: auto;
  bottom: 0;
}
.activitiesgoa__slider .slick-next:before {
  transform: rotate(0deg);
  opacity: 1;
  content: "next";
  font-size: 14px;
  text-transform: lowercase;
  background: transparent;
  font-weight: bold;
}
.activitiesgoa__slider .slick-next {
  top: auto;
  bottom: 0;
}
.maxwidth-75 {
  max-width: 70%;
  margin: 0 auto;
}
.maxwidth-50 {
  max-width: 50%;
  margin: 0 auto;
}
section.aboutgoa.projectsgoa {
  padding: 100px 0 0;
  margin-top: 150px;
  position: relative;
  z-index: 0;
}
.aboutgoa.projectsgoa .aboutgoa__header {
  padding-bottom: 20px;
}
.aboutgoa.airportgoa .aboutgoa__header {
  padding-bottom: 20px;
}
.coporate__video {
  text-align: center;
}
a.arrowlink {
  font-family: "robotobold";
  font-size: 16px;
  padding: 7px 20px;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
}
a.arrowlink:hover {
  padding: 7px 45px 7px 15px;
}
a.arrowlink:after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 14px;
  right: -20px;
  transition: 0.5s;
  height: 22px;
  width: 22px;
  background: url("../images/arrow_rht.svg") top center;
  background-repeat: no-repeat;
}
a.arrowlink:hover:after {
  opacity: 1;
  right: 12px;
}
.projectsgoa__contenticon {
  padding: 50px 0 0;
}
.projectsgoa__contenttxt p {
  line-height: 35px;
}
.projectsgoa__contenticon ul {
  margin: 0;
  padding: 0;
}
.projectsgoa__contenticon ul li {
  display: inline-block;
  padding: 0 30px;
  text-align: center;
}
.projectsgoa__contenticon ul li img {
  display: inline-block;
}
.projectsgoa__contenticon .header__icon {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.projectsgoa__contenticon .header__icon.header__icon--aboutus img {
  max-width: 30px;
}
.projectsgoa__contenticon .header__icon.header__icon--feelgoa img {
  max-width: 25px;
}
.projectsgoa__contenticon .header__icon.header__icon--flight img {
  max-width: 60px;
}
.projectsgoa__contenticon .header__icon.header__icon--shopdine img {
  max-width: 40px;
}
.projectsgoa__contenticon .header__icon.header__icon--blogs img {
  max-width: 35px;
}
.projectsgoa__contenticon .header__icon.header__icon--transport img {
  max-width: 35px;
}
.projectsgoa__contenticon ul li a {
  color: #3aa3a5;
}
.padding__bottom20 {
  padding-bottom: 20px;
}
.installationgoa__img img {
  width: 100%;
}
.installationgoa__content {
  height: 100%;
  background: #3aa3a5;
  padding: 30% 15%;
  display: table;
}
.installationgoa__content .installationgoa__contentwrap {
  display: table-cell;
  vertical-align: middle;
}
.installationgoa__content p {
  text-align: left;
  line-height: 35px;
  color: #fff;
  margin-bottom: 50px;
}
.installationgoa__content .mobilegoa__contentlink a {
  color: #fff;
  border: 1px solid #fff;
}
.frmbx_gmr {
  display: none;
}
.installationgoa__img {
  margin-left: 3px;
}
.flightpage .banner__image img {
  top: 0;
}
.flightstatus__contenttxt {
  padding: 30px 20px 20px;
}
.flightstatus__contenttxt h2 {
  color: #3aa3a5;
  margin-bottom: 20px;
}
.flightstatus__content {
  height: 100%;
  overflow: hidden;
  background: #eaeaea;
}
.flightstatus_link {
  margin-top: 20px;
}
.flightstatus_link a {
  color: #3aa3a5;
  border: 1px solid #3aa3a5;
  font-size: 16px;
  font-family: "robotoregular";
}
.flightstatus_link a.arrowlink:after {
  background: url("../images/arrow_rht_green.svg") top center no-repeat;
}
.flightstatus__content.whitebg {
  background: #fff;
}
.flightstatus__content p {
  line-height: 35px;
}
.checkingoa__contenttxt {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 50%);
  margin-bottom: 20px;
  padding-bottom: 3px;
  border-bottom: 2px solid #fff;
}
.checkingoa__contentimg a {
  font-size: 18px;
  color: #fff;
}
.aboutgoa.installationgoa .aboutgoa__content {
  margin-top: 30px;
}
.arrivalgoa__contenttxt {
  padding: 150px 0;
  text-align: center;
  background: #3aa3a5;
  color: #fff;
}
.arrivalgoa__contenttxt h3 {
  text-transform: ;
}
a.arrowlink.green {
  border: 1px solid #3aa3a5;
  color: #3aa3a5;
}
a.arrowlink.green:hover {
  color: #fff;
}
.arrivalgoa .slick-next,
.arrivalgoa .slick-prev {
  top: 48%;
}
.coporate__video img {
  width: 100%;
}
.pb-0 {
  padding-bottom: 0;
}
.pt-0 {
  padding-top: 0;
}
.dir-right {
  float: right;
}
.transport .banner__image img {
  top: -130px;
}
.transportgoa__contentwrap {
  max-width: 80%;
}
.transportgoa__contentwrap p {
  line-height: 35px;
}
.single__slider {
  height: 100%;
}
.single__slider .slick-dots {
  bottom: 5%;
  width: auto;
  right: 20px;
}
.single__slider .slick-dots li {
  width: 20px;
  margin: 0 2px;
}
.single__slider .slick-dots li button {
  width: 10px;
  height: 12px;
  border-radius: 50%;
  background: #0c4c4c;
  opacity: 1;
}
.single__slider .slick-dots li.slick-active button {
  background: #fff;
}
.single__slider .slick-dots li.slick-active button {
  opacity: 1;
}
.single__slider .slick-next:before,
.single__slider .slick-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 60px;
  background: url("../images/events/arrow_rht_green.svg") top center;
  background-repeat: no-repeat;
}
.single__slider .slick-next {
  right: 10px;
  z-index: 1;
  top: 40%;
}
.single__slider .slick-prev {
  left: -20px;
  z-index: 1;
  top: 40%;
}
.bggreen {
  background: #3aa3a5;
}
.transportgoa__content {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1720px) {
  .max1720 {
    max-width: 100%;
  }
  .header__humburgerblock {
    margin-left: 25%;
  }
  .banner__slider .slick-dots {
    bottom: 24%;
  }
  header.header__elem .header__nav a:before {
    bottom: -10px;
  }
  section.aboutgoa.projectsgoa {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1550px) {
  header.header__elem .header__nav .header__icon {
    padding-bottom: 5px;
  }
  header.header__elem .header__logo img {
    max-width: 220px;
  }
  header.header__elem .header__nav .header__icon.header__icon--aboutus img {
    max-width: 30px;
  }
  header.header__elem .header__nav .header__icon.header__icon--feelgoa img {
    max-width: 25px;
  }
  header.header__elem .header__nav .header__icon.header__icon--flight img {
    max-width: 60px;
  }
  header.header__elem .header__nav .header__icon.header__icon--shopdine img {
    max-width: 40px;
  }
  header.header__elem .header__nav .header__icon.header__icon--blogs img {
    max-width: 35px;
  }
  header.header__elem .header__nav .header__icon.header__icon--transport img {
    max-width: 35px;
  }
  header.header__elem {
    padding: 10px 0 5px 10px;
  }
  .banner__slider .slick-dots {
    bottom: 25%;
  }
  .header__humburgermenu {
    top: 0;
  }
  .banner__content {
    padding: 170px 0 45px;
  }
  .padding__bottom50 {
    padding-bottom: 50px;
  }
  header.header__elem .header__nav ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1450px) {
  .banner__slider .slick-dots {
    bottom: 27%;
  }
}
@media only screen and (max-width: 1024px) {
  p {
    max-width: 90%;
    margin: 0 auto;
  }
  header.header__elem .header__elemlogo {
    width: 75%;
  }
  header.header__elem .header__elemmmenu {
    width: 25%;
  }
  .header__elemmenu {
    display: none;
  }
  header.header__elem .header__logo img {
    max-width: 180px;
  }
  .banner__image img {
    top: 0;
  }
  .slick-slide img.dsk_img {
    display: none;
  }
  .slick-slide img.mbl_img {
    display: block;
  }
  .banner__content {
    padding: 125px 0 15px;
  }
  .banner__content {
    background-size: 290%;
  }
  .banner_contenttxt p {
    font-size: 14px;
    max-width: 95%;
    margin: 0 auto 10px;
  }
  a.banner_txtlink {
    font-size: 13px;
    padding: 5px 15px;
  }
  .banner__slider .slick-dots {
    bottom: 27%;
  }
  .aboutgoa {
    padding: 50px 0 0;
    background-size: 75px;
    position: relative;
    z-index: 1;
  }
  .aboutgoa__wavysign.aboutgoa__wavysigntop {
    top: 2%;
  }
  .wavy-line {
    width: 60px;
    height: 25px;
  }
  .wavy-line:before {
    top: -30px;
  }
  .aboutgoa__header p {
    line-height: 32px;
  }
  .aboutgoa__contentimage.aboutgoa__party img {
    max-width: 330px;
  }
  .aboutgoa__contentimage.aboutgoa__beach img {
    max-width: 180px;
  }
  .aboutgoa__contentimage.aboutgoa__plane img {
    max-width: 220px;
  }
  .aboutgoa__contentimage.aboutgoa__plane {
    transform: translate(-5%, 100%);
  }
  .aboutgoa__contentimage.aboutgoa__beach {
    transform: translate(-90%, -45%);
  }
  .aboutgoa__contenttxt {
    max-width: 100%;
  }
  .aboutgoa.offergoa {
    padding: 50px 0;
  }
  .eventgoa__slider .swiper-slide img {
    max-width: 320px;
  }
  .footer__bottomrow {
    text-align: center;
  }
  .footer__bottomrow li {
    margin-right: 0;
    width: 40%;
    margin-bottom: 10px;
  }
  .footer__row ul {
    padding-left: 10px;
  }
  footer.footer__elem .col-md-4 {
    width: 50% !important;
  }
  .leadershipgoa__slider .slick-dots {
    bottom: 5%;
  }
  .leadershipgoa__sliderimg img {
    width: 100%;
  }
  .leadershipgoa__slidertxt {
    max-width: 100%;
  }
  .partnergoa .slick-next {
    right: 30px;
    top: 50%;
  }
  .partnergoa .slick-prev {
    left: -7px;
    top: 50%;
  }
  .coporate__video img {
    width: 100%;
    transform: scale(0.95);
  }
  section.aboutgoa.eventgoa {
    padding: 200px 0 0;
  }
  .activitiesgoa__slider {
    padding: 25px;
  }
  .maxwidth-75 {
    max-width: 95%;
  }
  .maxwidth-50 {
    max-width: 95%;
  }
  .activitiesgoa__content {
    max-width: 80%;
  }
  .activitiesgoa__content
    .activitiesgoa__slidersheader
    .activitiesgoa__slidersicon {
    margin-bottom: 25px;
  }
  .activitiesgoa__sliderspara {
    margin-bottom: 20px;
  }
  .installationgoa__content {
    padding: 10%;
  }
  .projectsgoa__contenticon ul li {
    margin-bottom: 20px;
  }
  .flightstatus__contenttxt p {
    max-width: 100%;
  }
  .transportgoa__contentwrap {
    max-width: 100%;
  }
  .mpb-20 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 700px) {
  header.header__elem .header__elemlogo {
    width: 64%;
  }
.menu__burger{ overflow-x:hidden; height:98vh; }

}
@media only screen and (max-width: 600px) {
  .aboutgoa.mobilegoa .mobilegoa__content {
    padding: 250px 0 20px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 380px) {
  .banner__content {
    background-size: 300%;
  }
  .banner__slider .slick-dots {
    bottom: 30%;
  }
  .banner__content {
    padding: 140px 0 15px;
  }
}
table.table.flight_table.career__tbl tbody tr td {
  padding: 15px !important;
}
.applynow {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 3px 14px 5px;
  font-weight: normal;
  color: #3aa3a5;
  line-height: 24px;
  background: #fff;
  border: 1px solid #3aa3a5;
  border-radius: 10px;
}
.applynow:hover {
  color: #fff;
  background: #3aa3a5;
}
.myJobdetailBtn {
  color: #3aa3a5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 13px;
  clear: both;
  display: block;
}
.myJobdetailBtn:hover {
  padding-left: 5px;
  color: #3aa3a5;
}
.flight_table.career__tbl tr:nth-child(even) > td {
  background: #f1f0f5 !important;
}
.flight_table.career__tbl tr > td {
  background: #fff !important;
}
.flight_table.career__tbl tr td:nth-child(1) {
  width: 15%;
}
.flight_table.career__tbl tr td:nth-child(2) {
  width: 75%;
}
.flight_table.career__tbl tr td:nth-child(3) {
  width: 10%;
}
#jobDetailsModal .modal-content {
  max-height: inherit;
  overflow-y: visible;
  padding: 10px 0 0;
}
#jobDetailsModal .modal-content .inr__cntnt_popup {
  float: left;
  width: 100%;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  padding: 20px;
}
.tenderform {
  position: relative;
}
.close__popbtn {
  position: absolute;
  right: 22px;
  top: -6px;
  cursor: pointer;
}
.feedback__pop_inr__bx1.tenderform p {
  margin: auto;
  font-size: 14px;
  line-height: 22px;
  max-width: inherit;
  width: 100%;
  padding-bottom: 0;
  color: #606060;
}
@media only screen and (max-width: 1024px) {
  .show-read-more p {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .career__tbl tr td {
    float: left;
    width: 100%;
    padding-bottom: 20px;
  }
  .flight_table.career__tbl tr td:nth-child(1) {
    width: 100%;
  }
  .flight_table.career__tbl tr td:nth-child(2) {
    width: 100%;
  }
  .flight_table.career__tbl tr td:nth-child(3) {
    width: 100%;
    text-align: right;
  }
  .hdmblhide {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  #jobDetailsModal .modal-content {
    width: 96%;
  }
}
.jobclose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.jobdetailclose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.shop-detl-right h2,
.shop-detl-right h3 {
  font-family: robotobold;
  text-transform: uppercase;
}
/* shop details */


.shop-dtl-lst-cont{ width:95%; margin:0 auto; padding:100px 0px; }
.shop-detl-main{ padding:100px 0; }
.shop-lstPd-main{ padding:30px 0 0; }
.aboutgoa.shopgoa{ padding: 0px;}
.shop-detl-left-top{ position:relative; }
.shop-detl-left-top-post{ position: absolute;
    width: 100%;
    background: #00AAC4;
    padding: 20px 0px 20px 20px;
}
.shop-detl-left-top img{ width: 100%;  }
.shop-detl-left-bot{ position:relative; }
.shop-detl-left-bot img{ width:100%; }
.shop-detl-cnt{ position:absolute; width:100%; background:#00AAC4; padding:30px 0px; }
.shop-detl-algn{    margin: 0px 12px 0px 12px;
    padding: 0px; }
.shop-dlt-lst{  margin-left: 13%; margin-top: 100px; margin-bottom: 100px; }   
.shop-detl-algn-md{ line-height:18px; text-align:left; } 
.shop-detl-algn-md span{ color: #fff; font-size: 14px; line-height:0px; }
.shop-detl-algn-md .orgin-dist-shop-price{ text-decoration:line-through; }
.shop-detl-algn a{ display:inline-block; color:#fff; font-size:20px; }
.shop-detl-algn a.show-interest{     width: 100%;
  color: #fff;
  font-size: 14px;
  border: #fff solid 2px;
  border-radius: 50px;
  display: block;
  height: 39px;
  height: 35px;
  height: 34px;
  line-height: 29px;
  }

.shop-detl-right a{ width: 20%;
    color: #00AAC4;
    font-size: 16px;
    border:#00AAC4 solid 2px;
    border-radius: 50px;
    display: block;
    text-align: center;
    height: 49px;
    line-height: 46px;
    display: block; }
.shop-lst-left{  width: 50%;  float: left;     padding: 50px 0px; z-index: 10;}
.shop-lst-left img{ width:100%; }
.shop-lst-right { width: 50%; float: left; background: #f5eeea; z-index: 9; text-wrap: wrap; transform: translateX(-128px);}
.shop-lst-right-cnt{    
        margin-top: 200px;
    margin-left: 155px;
   }
.fabinda-logo{ margin-bottom:10px; }
.fabinda-logo img{ max-width:120px; }   
.shop-lst-right-top{ margin-bottom:70px; margin-right:30px; margin-left:30px; }
.shop-lst-right-top p{ font-size: 24px;
    color: #636363;
    line-height: 42px; }
.shop-lst-right-bot{     margin-right: 26px; }    
.shop-lst-right-bot ul{ list-style: none; margin:0px; padding:0px; }
.list-tab-btn ul{ list-style: none; margin:0px; padding:0px; 
    display: flex; flex-wrap: wrap; justify-content: center;
}
.shop-lst-right-bot ul li{ display:inline;     margin-bottom: 10px; text-align: center;}
.shop-lst-right-bot ul li a{ display: block;
    border: #8b8988 solid 1px;
    font-size: 19px;
    transition: all 1s ease;
    color: #636363;
    padding: 10px 55px;
    width: 33.3%; margin-bottom: 10px;
    float: left; }
/*.shop-lst-right-bot ul li a.active{ background:#636363; color:#fff; }  */
.shop-lst-right-bot ul li a:hover{ background:#636363; color:#fff; }
.shop-lst-right-bot ul li a:hover .active{ background:#636363; color:#fff; }  
.shop-detl-right h2{     font-family: 'robotobold';
    font-size: 60px;
    color: #00AAC4;
    text-transform: uppercase;
    line-height: 55px;}
.shop-detl-right h3{ font-family: 'robotobold';
    font-size: 30px;
    color: #00AAC4;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;}
.shop-detl-right p{ font-size: 24px; color: #00AAC4; }
.shop-detl-right{ padding-top: 150px;
    padding-left: 15px; }
.shop-detl-cnt ul li a img{ width:30%; }
.shop-detl-algn a img{ width:13%; }
.shop-detl-cnt ul li .orgin-dist-shop-price{ text-decoration: line-through; }
.shop-lst-sect-top img{ width:100%;  }
.shop-lst-sect-bot{ border-bottom:#ececec solid 2px; padding:10px 15px; }
.shop-lst-sect-bot span{ color:#000; font-size:15px; }
.shop-lst-container{ width:90%; margin:0 auto; }
.happenings-section-main{ padding-top: 60px; padding-bottom:0px; 
    position: relative; background: linear-gradient(180deg, rgba(12,139,185,1) 13%, rgba(242,247,253,1) 65%, rgba(242,247,253,1) 100%); }
.happenings-section-main::before{content:''; width: 317px; height: 267px; position: absolute; left: 0px; top: -121px;  background:url(../images/shop/happening-icon1.png) left top no-repeat;
 }
.member-highlights-left a:hover{ color:#fff; } 
.happening-sec-main-top h2{ font-size:23px; color:#ffff; text-transform:uppercase; }
.happenings-slide-item{ 
  width: 95% !important;
  justify-content: center;
  align-items: center;
  text-align: center;
/*  height: 200px;*/
      padding: 20px 0px 0px;  position:relative; }
.happenings-slide-item img{     width: 100%;
    background: #eee;  }      
.happenings-slide-content{      position: absolute;
    left: 11%;
    bottom: 8px; }
.happenings-slide-content h2{color: #fff; font-size: 15px; text-align: left; font-weight: 400; padding-right: 10px; padding-left: 35px; }    
.happenings-slide-content img{     padding-top: 10px;
    position: absolute; left: 0px;
    width: 15px;
    height: 24px;} 
.happenings-slide-item h3{   font-size: 40px; }       
      
.slick-wrapper{ width: 90%; margin: 0 auto;}
.happening-slide-main .slick-prev .slick-next:before{ color:#fff; 
        background:#f00; width: 30px; height: 30px; border-radius: 50px; display: inline-block;  line-height: 30px; }  
    .happening-slide-main .slick-next:before{ color:#fff;   }
    .slick-wrapper .happening-slide-main .slick-prev{ position:absolute; bottom:0px; left:0px }
    #happenings .slick-prev, #happenings .slick-next{ top: inherit;
    bottom: -50px;
    /* transform: translate(-50%, -50%); */
    right: inherit;
    left: 50%; opacity: 1;
}
.happening-slide-main .slick-next{ margin-top: 10px; margin-left: 30px; }
.happening-slide-main .slick-prev{ margin-top: 10px; margin-left: -30px; }
.happening-slide-main .slick-next:before{  background: url(../images/shop/arrow-right-icon.png) center center no-repeat;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: inline-block;
    line-height: 30px;
    background-size: 10px;
    border: #1C3C6E solid 1px;
    background-size: 24px;}
.happening-slide-main .slick-prev:before{ background: url(../images/shop/arrow-left-icon.png) center center no-repeat;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: inline-block;
    line-height: 30px;
    border: #1C3C6E solid 1px;
    background-size: 24px;
    transform: unset;  }
.lst__inr {
    position: relative;
    overflow: hidden; }
      .logo_dtls__bx {
    position: absolute; text-align: left;
    left: 0;
    top: 120%;
    width: 100%;
    height: 100%;
    background: rgba(58, 163, 165, 0.9);
    color: #fff;
    font-size: 16px;
    padding: 15px;
    transition: 0.3s all ease-in-out;
      }
      .lst__inr:hover .logo_dtls__bx {
          top: 0;
      }
      .locatoion__bx {
    overflow: hidden;
    padding-left: 38px;
    background: url(../images/shop/location_icon.png) no-repeat left top;
    padding-top: 0;
    font-size: 15px;
    color: #fff;
    background-size: 24px;
    margin-top: 30px;
    min-height: 25px;
}
.vrtclcntr_bx {
    float: left;
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 70;
}
.vrtclcntr_bxinr{ display: table-cell;
    vertical-align: middle; }

.list-tab-btn ul li{ display: flex; flex-wrap: wrap; margin-bottom:10px; }
.list-tab-btn ul li a{border: #3aa3a6 solid 1px;
    color: #3aa3a6;
    font-size: 19px;
    font-weight: 600;
    padding: 15px 60px;
    flex: 33%;
    display: flex;
     }
.list-tab-btn ul li a.active{ background:#3aa3a6; color:#fff; }

.list-tab-btn{ padding-top:30px; padding-bottom:30px; }
.dvrht {
    float: left;
    width: 100%; padding-top: 20px; padding-bottom: 30px;
}
.blogsearch, .outletsearch {
    width: 100%;
    background: #e5e5e5 url(../images/shop/srch_icn.png) no-repeat left 18px top 11px;
    color: #000;
    border: 0;
    padding: 13px 30px 13px 51px;
    border-radius: 50px;
    background-size: 24px;
    font-size: 18px;
}
.blogsearch::placeholder {
  color: #aaa9a9;
  opacity: 1;
}

.btn_sbmt_shp{    color: #636363;
    border: 0;
  padding: 13px 30px 13px 30px;
  border-radius: 50px;
  background-size: 24px;
  font-size: 18px;
  margin-top: 19px;
  margin-right: 22px; transition:all 1s ease;

}
.btn_rst_shp{    color: #636363;
  border: 0;
  padding: 13px 30px 13px 30px;
  border-radius: 50px;
  background-size: 24px;
  margin-top: 19px;
  font-size: 18px; transition:all 1s ease; }

  .btn_sbmt_shp:hover, .btn_rst_shp:hover{ background: #3aa3a5; color: #fff; border-radius: 50px; }
 



.location_bx_main{ display: flex; justify-content: space-between; align-items: center; }
.btn_shop_now{ color:#3aa3a5;}
.btn_shop_now a{ color:#FFF;  border:#fff solid 1px !important; display:block; padding: 8px 15px; border-radius: 5px; text-align: center;  }
.btn_shop_now a:hover {background:#fff;  color:#3aa3a5;}


.location_bx_main .locatoion__bx{ margin: 0px;}
.pagination_prd{text-align:right; padding-right: 20px; }
.pagination_prd a{color:#3aa3a5; padding: 0 5px;}
.selectedLink { color: #000 !important; }
.shop-lst-mn-sect:hover{ background: #3aa3a5; color:#fff; }
.shop-detl-algn a:hover {    background: #fff url(../images/shop/shop-cart-green.png) right 10px center no-repeat;  color:#3aa3a5; border-radius: 50px; background-size:13%;}
.shop-detl-right a:hover {background:#3aa3a5; color:#fff; border-radius: 50px;}
.no_rcd_found{text-align: center;color:#f00;}

.hm-img-hover-zoom--colorize{ overflow: hidden;}
.hm-img-hover-zoom--colorize img {
  transition:transform 0.5s, filter 1.5s ;
  
  width:100%;
}

.hm-img-hover-zoom--colorize:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}
.happenings-slide-item .lst__inr .logo_dtls__bx .vrtclcntr_bx .vrtclcntr_bxinr p{ margin-bottom:0px; }
.closedbtn{
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 3px 14px 5px;
  font-weight: normal;
  color: #3aa3a5;
  line-height: 24px;
  background: #fff;
  border: 1px solid #3aa3a5;
  border-radius: 10px;}

@media only screen and (max-width: 1800px){
	.shop-lst-right-bot ul li a{ font-size:14px;     padding: 10px 55px; }
    .shop-detl-algn a.show-interest{ font-size: 13px; height: 45px;
    line-height: 41px; }
    .happenings-slide-item img{     width: 95%; }
}

@media only screen and (max-width: 1600px){
.shop-lst-right-top p {  font-size: 22px;}
.shop-lst-right-cnt {   margin-top: 130px;}
.shop-lst-right-bot ul li a{ padding: 10px 41px; } 
.shop-detl-cnt ul li a img { width: 28%;}

.shop-detl-cnt ul li a.show-interest img {
    width: 12%;}

}    
@media only screen and (max-width: 1440px){
.shop-lst-right-bot ul li a{ padding: 10px 30px; }  
.shop-lst-right-cnt { margin-top: 90px;}  
}    

@media only screen and (max-width: 1366px){
	.shop-lst-right-bot ul li a{     padding: 10px 25px; }
  .aboutgoa__contenttxt {max-width: 94%;}
  .btn_sbmt_shp , .btn_rst_shp{ font-size: 16px; margin-right: 0px;}
}


@media only screen and (max-width: 1200px){
.shop-lst-right{     transform: translateX(0px); }
.shop-lst-right-cnt{ margin-left:0px; }
.shop-dlt-lst{ margin-left:10%; }
.shop-lst-right-bot ul li a{     padding: 10px 28px; }
.shop-lst-right-bot ul{ margin-left:5%; }
.shop-detl-right h2{ font-size:42px; } 
.shop-detl-right h3{ font-size:24px; } 
.shop-detl-right p{ font-size:21px; margin:0px; }  
.shop-detl-algn{ margin:0px; }
.shop-detl-cnt ul li a img {
    width: 22%;
}
.shop-detl-cnt ul li a.show-interest img {
    width: 12%;}
.shop-lst-right-bot ul li a {
    font-size: 14px;}   
.shop-detl-right{     padding-top: 50px; }
.shop-detl-right a{     margin-top: 20px; }
.shop-detl-left-top-post{ padding: 20px 10px 20px 10px; }
}

@media only screen and (max-width: 1024px){
.shop-lst-right-bot ul {  margin: 0 8%;}
.shop-lst-right-cnt { margin-top: 45px;}

.shop-lst-container{ margin-bottom:60px; }
.shop-lstPd-main{ padding:30px 25px 0;}
  .aboutgoa__contenttxt {max-width: 100%;}


}

@media only screen and (max-width: 992px){
.shop-lst-left{ width: 100%;  float: left;}
.shop-lst-right{  width: 100%;}
.shop-lst-left{ padding:0px; }
.shop-dlt-lst{ padding-left:0px; margin-left:0px; }
.shop-lst-right-bot{ padding-bottom:50px; }
.shop-lst-right-top{ text-align:left; }
.shop-lst-right-top{ margin-bottom:45px; }
}
@media only screen and (max-width: 840px){
	.shop-lst-right-bot{ margin-right:0px; }
    .shop-detl-algn-md span{     font-size: 11px; }
}

@media only screen and (max-width: 768px){

.shop-detl-right h2{ font-size: 28px; line-height: 37px;}
.shop-detl-algn a.show-interest {
    font-size: 11px;
    height: 39px;
    line-height: 37px;
}
.shop-detl-algn-md span{ font-size:14px; }
.shop-detl-algn-md{ line-height: 21px;}
.shop-detl-right h3 { font-size: 20px;}


}
@media only screen and (max-width: 767px){
.shop-detl-cnt{     padding: 0px 0px 18px; }
.shop-detl-right{ padding-top:10px; }
.shop-detl-left-top-post {
    position: relative;}
.shop-detl-left-top-post{     padding: 30px 10px;}    
.shop-detl-algn a img {
    width: 10%;
}
.shop-lst-mn-sect{     padding-bottom: 30px;  }
.list-tab-btn ul li a{ font-size: 14px; }
.list-tab-btn ul li a{     padding: 15px 50px; }  
.shop-lstPd-main{ padding:0px; }
.padding__bottom0{ padding-bottom: 0px;}
.list-tab-btn{ padding-top: 0px;}
.location_bx_main{ margin-top: 10px;}
.shop-lstPd-main{ padding:30px 15px 0;}
}
@media only screen and (max-width: 480px){
.shop-lst-right-bot ul li a{ padding: 10px 15px;font-size: 16px; }

 .shop-detl-algn a.show-interest {
   
    height: 36px;
    line-height: 31px;
}
.list-tab-btn ul li a{     padding: 15px 15px;    font-size: 15px;
}
.shop-detl-right a {
    width: 45%;}

    .blogsearch, .outletsearch { background: #e5e5e5 url(../images/srch_icn.png) no-repeat left 8px top 16px; padding:13px 30px; font-size: 15px; background-size:18px;  }
    .btn_sbmt_shp, .btn_rst_shp{ width: 48%; font-size: 15px; padding:10px 0px;}
   .happenings-slide-item .lst__inr img { height: 225px; }
   .shop-lst-mn-sect {padding-bottom: 0px;}
}
@media only screen and (max-width: 424px){

.shop-detl-algn a.show-interest {
    height: 35px;
    line-height: 29px;
}
}
@media only screen and (max-width: 364px){
.shop-detl-algn a.show-interest {
    font-size: 14px;}
.shop-detl-algn-md span {
    font-size: 14px;
}
}


.header__nav.header__sidebarmenu ul li .nav_rgt_ch_ul {
  padding-top: 10px;}
.cnt_nav_rgt_ch > a { border-bottom: 0px;}
.header__nav.header__sidebarmenu .cnt_nav_rgt_ch > a:hover:before {display: none;}

.experience__link.new_bg a{
  color: white;
}
.anchor_tag_color{
  color: white;
}

.experience__link.new_bg2 a{
  color: white;
}
.ftr_nw_aap a{
  color: #000;
  text-decoration: underline;
}
.t_c_nw_1{
  padding-left: 15px;
}
header.header__elem .header__nav .header__icon.header__icon--goxpass img {
    max-width: 40px;
    display: inline-block;
}
.fntnw { font-size: 18px;
  color: #fff;
  background: #3aa3a5;
  padding: 7px 0px 10px 0px;
  overflow: hidden;
  display:block;
  z-index:9999999;}
  .fntnw span {color:#019046; font-weight: 600; font-size: 22px;}
  @media (max-width: 1600px) {
    .knwre_btn {
        
        z-index: 2 !important;
    }
}
.quick_cnt__btn.close {right:-100px!important;}

.quick_cnt__btn.active {

  z-index: 3 !important;
}

.quick_cnt__btn {

  z-index: 3 !important;
}

.quickcontact__block {
  z-index: 3;
}
.btn-icon-mn {
  z-index: 3 !important;
}
.blog__img__bx_new {
  text-align: center; /* Centers the content, including the image */
}

.blog__img__bx_new img {
  width: 550px !important; /* Sets the image width to 550px */
  max-width: 100% !important; /* Ensures the image doesn't overflow its container */
  height: auto; /* Maintains the aspect ratio of the image */
}
.vlue_blf .foundtn_lst2.new__css2 { text-align:center;}
.vlue_blf  ul.foundtn_lst2 li {
    float: left;
    width: 20%;
    margin-right: 2%; margin-left:2%; margin-bottom:30px;}

    /* New CSS for athitya services end here */



/* About Atithya start */
.atithyagoa__content {
  height: 100%;
  background: #3aa3a5;
  padding: 20px 40px;
  display: table;
}

.atithyagoa__content .atithyagoa__contentwrap {
  display: table-cell;
  vertical-align: middle;
}

.atithyagoa__content p {
  text-align: left;
  line-height: 35px;
  color: #fff;
  margin-bottom: 50px;
  margin-left: 0;
}

.atithyagoa__contentwrap .h4_hdng2 {
  line-height: 35px !important;
}

/* Goa Airport Assistance Start */
.nwvrtclcntr_bx {
  float: left;
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  z-index: 70
}

.nwvrtclcntr_bxinr {
  display: table-cell;
  vertical-align: middle
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.goa_assistance {
  background: #b8dedf !important;
  padding-bottom: 30px;
}

.atithya-jourtabb .nav-tabs {
  border: none;
  display: flex;
  justify-content: center;
}

.atithya-jourtabb .nav-tabs .nav-item {
  padding-right: 15px;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.atithya-jourtabb .nav-tabs .nav-link {
  border: 2px solid #3aa3a6;
  font-size: 20px;
  background-color: #ffffff;
  border-radius: 3px;
  color: #3aa3a6;
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atithya-jourtabb .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #3aa3a6;
  border: 2px solid #3aa3a6;
}

.tab-content {
  width: 100%;
  float: left;
}

.tab-content>.active {
  display: block;
}

.tab-content>.tab-pane {
  display: block;
  height: 0px;
  overflow: hidden;
}

.tab-content>.tab-pane.active {
  height: auto;
}

.atithya-jourtabb .tab-content .greet-parent {
  margin-top: 30px;
}

.atithya-jourtabb .tab-content .greet-parent2 {
  margin-top: 30px;
  margin-left: 4%;
}

.atithya-jourtabb .tab-content .greet-parent .greet-child {
  border-radius: 50%;
  border: 2px solid #3aa3a6;
  width: 218px;
  height: 218px;
  display: inline-block;
  margin-right: 50px;
  position: relative;
  vertical-align: top;
  background-size: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.atithya-jourtabb .tab-content .greet-parent2 .greet-child2 {
  border-radius: 50%;
  border: 2px solid #3aa3a6;
  width: 170px;
  height: 170px;
  display: inline-block;
  margin-right: 40px;
  position: relative;
  vertical-align: top;
  background-size: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.atithya-jourtabb .tab-content .greet-parent .greet-child p {
  font-size: 22px;
  color: #000000;
  line-height: 26px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.atithya-jourtabb .tab-content .greet-parent2 .greet-child2 p {
  font-size: 17px;
  color: #000000;
  line-height: 26px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.atithya-jourtabb .tab-content .greet-parent .greet-child::after {
  content: '';
  border: solid #ffffff;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 46%;
  right: -35px;
}

.greet-child:last-child::after {
  display: none !important;
}

.atithya-jourtabb .tab-content .greet-parent2 .greet-child2::after {
  content: '';
  border: solid #ffffff;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 46%;
  right: -35px;
}

.greet-child2:last-child::after {
  display: none !important;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

@media (max-width: 1540px) {
  .atithya-jourtabb .tab-content .greet-parent .greet-child p {
    font-size: 20px;
  }
}

@media (max-width: 1280px) {
  .atithya-jourtabb .tab-content .greet-parent2 .greet-child2::after {
    right: -30px;
  }
  .atithyagoa__content{
    padding: 5px 20px;
  }
  .atithyagoa__content p{
    margin-bottom: 15px;
  }
  .mobilegoa__contentlink{
    margin-top: 0px;
  }
}
@media (max-width: 1160px) {
  .abt_atithya{
    display: flex;
    flex-direction: column;
  }
  .col-md-6.mbl_fulwdth {
max-width: 100%;
flex: 100%;
}

  .atithya-jourtabb .tab-content .greet-parent{
    margin-left: 2%;
  }
  .atithya-jourtabb .tab-content .greet-parent .greet-child{
    width: 190px;
    height: 190px;
    margin-right: 30px;
  }
  .atithya-jourtabb .tab-content .greet-parent .greet-child p{
    font-size: 15px;
  }
  .atithya-jourtabb .tab-content .greet-parent .greet-child::after{
    right: -25px;
    border-width: 0px 3px 3px 0;
    padding: 6px;
  }


  .atithya-jourtabb .tab-content .greet-parent2{
    margin-left: 0%;
  }
  .atithya-jourtabb .tab-content .greet-parent2 .greet-child2{
    width: 150px;
    height: 150px;
    margin-right: 30px;
  }
  .atithya-jourtabb .tab-content .greet-parent2 .greet-child2 p{
    font-size: 14px;
  }
  .atithya-jourtabb .tab-content .greet-parent2 .greet-child2::after{
    right: -25px;
    border-width: 0px 3px 3px 0;
    padding: 6px;
  }
}

@media (max-width: 1000px) {
  .atithya-jourtabb .nav-tabs .nav-item{
    width: 30%;
  }
  .atithya-jourtabb .nav-tabs .nav-link{
    width: 100%;
  }
}
@media (max-width: 820px) {

  .atithya-jourtabb .tab-content .greet-parent .greet-child{
    width: 150px;
    height: 150px;
    margin-right: 15px;
  }
  .atithya-jourtabb .tab-content .greet-parent .greet-child p{
    font-size: 13px;
    line-height: 18px;
    margin: 10px auto;
  }
  .atithya-jourtabb .tab-content .greet-parent .greet-child::after{
    right: -14px;
    border-width: 0px 3px 3px 0;
    padding: 3px;
  }

  .atithya-jourtabb .tab-content .greet-parent2 .greet-child2{
    width: 120px;
    height: 120px;
    margin-right: 15px;
  }
  .atithya-jourtabb .tab-content .greet-parent2 .greet-child2 p{
    font-size: 11px;
    line-height: 18px;
    margin: 10px auto;
  }
  .atithya-jourtabb .tab-content .greet-parent2 .greet-child2::after{
    right: -14px;
    border-width: 0px 3px 3px 0;
    padding: 3px;
  }
}

@media (max-width: 770px) {

  .atithya-jourtabb .tab-content .greet-parent .greet-child{
    width: 150px;
    height: 150px;
    margin-right: 15px;
  }
  .atithya-jourtabb .tab-content .greet-parent .greet-child p{
    font-size: 11px;
    line-height: 18px;
    margin: 10px auto;
  }
  .atithya-jourtabb .tab-content .greet-parent .greet-child::after{
    right: -14px;
    border-width: 0px 3px 3px 0;
    padding: 3px;
  }

  .atithya-jourtabb .tab-content .greet-parent2 .greet-child2{
    width: 120px;
    height: 120px;
    margin-right: 15px;
  }
  .atithya-jourtabb .tab-content .greet-parent2 .greet-child2 p{
    font-size: 11px;
    line-height: 18px;
    margin: 10px auto;
  }
  .atithya-jourtabb .tab-content .greet-parent2 .greet-child2::after{
    right: -14px;
    border-width: 0px 3px 3px 0;
    padding: 3px;
  }
}

@media (max-width: 580px) {
  .atithya-jourtabb .tab-content .greet-parent{
    margin-left: 9%;
  }
  .atithya-jourtabb .tab-content .greet-parent .greet-child{
    width: 200px;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 25px;
  }
  .atithya-jourtabb .tab-content .greet-parent .greet-child p{
    font-size: 15px;
    line-height: 25px;
    margin: 0px auto;
  }
  .atithya-jourtabb .tab-content .greet-parent .greet-child::after {
    right: 50%;
    border-width: 0px 3px 3px 0;
    padding: 4px;
    transform: rotate(45deg);
    top: 104%;
  }
  .atithya-jourtabb .tab-content .greet-parent2{
    margin-left: 9%;
  }

  .atithya-jourtabb .tab-content .greet-parent2 .greet-child2{
    width: 200px;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 25px;
  }
  .atithya-jourtabb .tab-content .greet-parent2 .greet-child2 p{
    font-size: 15px;
    line-height: 25px;
    margin: 0px auto;
  }
  .atithya-jourtabb .tab-content .greet-parent2 .greet-child2::after {
    right: 50%;
    border-width: 0px 3px 3px 0;
    padding: 4px;
    transform: rotate(45deg);
    top: 104%;
  }
}

@media (max-width: 500px) {
  .atithya-jourtabb .nav-tabs .nav-item{
    width: 40%;
  }
}

@media (max-width: 412px) {
  .atithyagoa__contentwrap .h4_hdng2{
    margin-bottom: 25px;
  }
  .atithya-jourtabb .tab-content .greet-parent{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .atithya-jourtabb .tab-content .greet-parent2{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .atithya-jourtabb .tab-content .greet-parent{
    margin-left: 0%;
  }
  .atithya-jourtabb .tab-content .greet-parent2{
    margin-left: 0%;
  }
}

.pdng_top_zero{
        padding: 0px !important;
      }

/* New CSS for athitya services end here */



/* Manish CSS start from Here */

.container {
  max-width: 90%;
}

/* Banner CSS  */

.banner-section-area {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner-content-area {
  position: relative;
  width: 50%;
  text-align: left;
  z-index: 1;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
}

.banner-content-area h1 {
  font-size: 3.25rem;
  line-height: 3.25rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.banner-content-area p {
  font-size: 1.2rem;
  line-height: 1.5;
}


.download-content-area {
  margin-top: 60px;
}

/* Transform CSS  */

.transform-section-area {
  padding-top: 100px;
}

.transform-left h2 {
  font-size: 30px;
  margin-bottom: 18px;
  line-height: 40px;
  color: #3aa3a5;
}

.transform-left-img img {
  width: 100%;
}

section.transform-section-area .row .col-lg-4 {
  margin-bottom: 14px;
}

.transform-card {
  text-align: center;
  border: 1px solid #3aa3a5;
  padding: 15px;
  height: 100%;
  margin-bottom: 30px;
  transition: all ease-in-out 0.4s;
}

.transform-content h4 {
  margin: 14px 0;
  font-size: 22px;
  color: #636363;
  font-weight: normal;
}

.transform-content p {
  margin: 0;
}

.transform-card:hover {
  background: #3aa3a5;
  transform: scale(1.06);
}

.transform-card:hover .transform-content h4,
.transform-card:hover .transform-content p {
  color: #fff;
}

.transform-icon {
  width: fit-content;
  margin: 0 auto;
  background: #fff;
  border-radius: 100%;
  height: 80px;
  width: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
}

/* Key Features CSS  */
.all-mia-heading {
  font-size: 30px;
  margin-bottom: 18px;
  line-height: 40px;
  color: #3aa3a5;
}

.key-feature-section {
  padding-top: 100px;
}

.key-feature-content h3 {
  font-size: 30px;
  color: #3aa3a5;
}

.key-feature-img img {
  width: 100%;
}

/* Glimpse */

.glimpse-sec.section {
  padding-top: 100px;
}

.glimpse-card {
  position: relative;
  display: block;
  margin: 0 0;
  overflow: hidden;
  transition-duration: 0.3s;
  transform: scale(1);
}

.glimpse-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* .glimpse-card img {transform: scale(1); transition-duration: 0.3s;} */

.glimpse-slider.owl-carousel .owl-nav button.owl-next,
.glimpse-slider.owl-carousel .owl-nav button.owl-prev {
  width: 80px;
  height: 80px;
  line-height: 86px;
  border-radius: 50%;
  font-size: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  text-align: center;
  position: absolute;
  align-self: baseline;
  top: 50%;
  margin-top: -25px;
  color: var(--black13);
}

.glimpse-slider.owl-carousel .owl-nav button.owl-next:hover,
.glimpse-slider.owl-carousel .owl-nav button.owl-prev:hover {
  color: var(--black13);
}

.glimpse-slider.owl-carousel .owl-nav button.owl-next {
  right: 100px;
}

.glimpse-slider.owl-carousel .owl-nav button.owl-prev {
  left: 100px;
}

.glimpse-slider.owl-carousel .owl-nav button.owl-next.disabled,
.glimpse-slider.owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0;
}

.glimpse-slider .item {
  padding: 47px 20px;
}

.glimpse-slider .item.slick-slide.slick-center .glimpse-card {
  transform: scale(1.2);
  padding: 1rem;
}

.glimpse-slider .item.slick-slide.slick-center .glimpse-card:before {
  background: url("../images/gonew/glimpse-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.glimpse-slider {
  margin-top: 50px; clear: both;
}

.glimpse-slider .slick-slide img {
  width: 100%;
  height: 100%;
}


/* Download */
.download-section {
  background-color: #fff7ed;
  padding: 50px 0;
  margin-top: 100px;
}

.download-card {
  background-color: #3aa3a5;
  border-radius: 0px;
  padding: 40px 40px 0px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: -170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.download-card h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.download-card p {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 0;
}

.Mia-logo img {
  width: 121px;
  margin-bottom: 40px;
}

/* FaQ */
.faq-area {
  padding-top: 100px;
}

.faq-area .faq {
  margin-top: 50px;
}

.faq-area .faq-item {
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
  max-height: 60px;
  /* Initial height for collapsed state */
  transition: max-height 0.5s ease, background-color 0.3s ease;
}

.faq-area .faq-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 19px;
  color: #333;
  background-color: #ffff;
}

.faq-area .faq-heading:hover {
  background-color: #f0f0f0;
}

.faq-area .faq-text {
  padding: 15px 20px;
  color: #919191;
  font-weight: 400;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.faq-area .faq-arrow {
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

.faq-area .faq-item.active .faq-arrow {
  transform: rotate(45deg);
}

.faq-area .faq-item.active {
  max-height: 300px;
  /* Enough height to accommodate content */
  background-color: #fff;
}

.faq-area .faq-item.active .faq-text {
  opacity: 1;
  transform: translateY(0);
}

.help-us-improve-your-experience .header-title .title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #fff;
}

.help-us-improve-your-experience .btn-sec .btn-lg {
  font-size: 1.25rem;
  padding: 1rem 3rem;
}

.btn-sec .btn-lg {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 5px;
}

.help-us-improve-your-experience-sec {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  margin-top: 100px;
}

.checkingoa__contenttxt_nw {

  padding-bottom: 3px;
  border-bottom: 0 solid #fff;
  background: #3aa3a5;
  padding: 10px 30px;
  border-radius: 10px;
  width: fit-content;
}

.checkingoa__contenttxt_nw a {
  color: #fff;
}

/* Responsive CSS */

@media (max-width:1500px) {

  .transform-section-area,
  .key-feature-section,
  .glimpse-sec.section,
  .faq-area {
      padding-top: 60px;
  }

  .download-section,
  .help-us-improve-your-experience-sec {
      margin-top: 60px;
  }
}

@media (max-width:1280px) {

  .transform-section-area,
  .key-feature-section,
  .glimpse-sec.section,
  .faq-area {
      padding-top: 40px;
  }

  .download-section,
  .help-us-improve-your-experience-sec {
      margin-top: 40px;
  }
}

@media (max-width:1024px) {
  .key-feature-section {
      text-align: center;
  }
  .download-card{
      flex-direction: column;
  }
  .download-img {
      order: 3;
  }
}

@media (max-width: 768px) {
  .banner-content-area {
      width: 100%;
      padding: 15px;
      left: 0;
      transform: inherit;
      text-align: center;
      margin-top: 50px;
  }
  .banner-content-area h1 {
      font-size: 1.8rem;
      line-height: 2rem;
    }

    .banner-content-area p {
      font-size: 1rem;
    }
    .download-section{
      margin-top: 70px;
    }
    .faq-area .faq-item{
      min-height: 70px;
    }
    .video-background{
      position: relative;
    }
  
    video.video-background {
      position: relative;
      padding-top: 0%;
      transform: translate(-57%, 8%);
      width: 232%;
  }
  .banner-section-area{
      height: auto;
  }
  .download-content-area{
      margin-top: 0;
  }
  .download-content-area .d-flex {
      justify-content: center !important;
  }
}

@media (max-width:580px) {

  .glimpse-slider .item {
      padding: 37px 10px;
  }
  
  .glimpse-slider .item.slick-slide.slick-center .glimpse-card {
      transform: scale(1.2);
      padding: 10px;
  }

  .download-section {
      margin-top: 120px;
  }
  .download-card h2{
      font-size: 30px;
  }
}
.improveusbutton{
  position: inherit !important;
  transform: inherit !important;
}
@media only screen and (max-width: 767px) {
  .website-containter.goanew {
      margin-top: 47px !important;
  }
}

.download-section {
  background-color: #fff7ed;
  padding: 50px 0;
  margin-top: 
  160px;
}



/* accordion css */
.accordion.hoi__faq {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 80px;

}

.hoi__faq .accordion-item {
  border-bottom: 1px solid #ccc;
}

.hoi__faq .accordion-item:last-child {
  border-bottom: none;
}

.hoi__faq .accordion-header {
  background: #fff;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding-right: 40px;
}

.hoi__faq .acrd_arrw {
  position: absolute;
  top: 25%;
  right: 15px;
  /* Adjust based on your layout */
}

.hoi__faq .acrd_arrw img {
  width: 20px;
  height: 15px;
}

.hoi__faq .accordion-header:hover {
  color: #fff !important;
  background: #3AA3A5;
  border: 1px solid #3AA3A5;
}

.hoi__faq .accordion-header .active:hover {
  color: #fff;
}

.hoi__faq .accordion-content {
  display: none;
  padding: 15px;
  background: #fff;
}

.hoi__faq .accordion-content p {
  margin: 0;
}

@media only screen and (max-width: 768px) {
.accordion.hoi__faq {
 
  margin-top: 30px;

}
.download-content-inner{
  margin-top: 20px;
}
}
.download-img{
  padding: 0 20px;
}
.download-img img{
  width: 100%;
}
.header__icon.header__icon--hoiapp {
max-width: 45px;
}
.header__icon.header__icon--hoiapp img{
    width: 100%;
}

.sbnav_gox{
  top:50px !important;
}

header.header__elem .header__nav ul.sbnav_gox li:last-child {
   margin-bottom: 0;
   border-bottom: 0;
}

.event_logo img{
  width: 100px!important;
  height:50px!important;
  margin-top: 20px !important;
}

@media (max-width:800px){
.event_logo img{
  width: 90px!important;
  height:50px!important;
}

}
@media(min-width:501px){
  .toggBtn{
  display:none
  }
}
.sbnav_gox {
  border-radius: 10px;
}
select#country_code {
  height: 47px;
  margin: 0;
  border-right: 0 !important;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  background: #c8c8c8;
  position: absolute;
  left: 0;
  top:0px;
  font-size: 14px;
}

.frm__fld select, .frm__fld input {
  margin: 0 !important;
}

.frm___fld {
  position: relative;
}

.contactno .frm___fld input {
  padding-left: 80px !important;
}
.send-otp-btn {
  margin-top: 15px !important;
  margin-left: 0 !important;
}
@media (max-width:500px) {
  header.header__elem .header__logo {
      padding: 0 0 0 20px;
  }
  
  .header__humburgerblock{
    margin-left:11px
  }
  }
  
  header.header__elem.max1720.container-fluid > .row {
      align-items: center;
  }
  /* 11 march table locker */

table.locker {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: Arial, sans-serif;
}
.locker  th, .locker td {
  border: 1px solid black;
  padding: 10px;
}
.locker th {
  background-color: #f2f2f2;
}
.locker th[colspan="3"] {
  font-weight: bold;
}
@media(min-width:1024px){
  table.locker{
    width:60%
  }
  }
  .sbnav_gox{
    top:50px !important;
 }
 #Luggage-Storage .faq-area .accordion-header:hover{
  color:#fff !important
  }
  @media only screen and (max-width: 1143px) {
            .header__elemmenu .header__nav {
                display: none !important;
                /* Remove this code */
            }
        }
@media only screen and (max-width: 1024px) {
    header.header__elem .header__elemlogo {
        width: 75% !important ;
    }
  }


@media only screen and (max-width: 742px) {
    header.header__elem .header__elemlogo {
        width: 60% !important;
    }
}

/* new footer css starts */

 footer.footer__elem {

    padding-top: 100px;

}



.footer__row ul {

    padding-left: 0;

}



.content-box {

    max-height: 0;

    overflow: hidden;

    transition: max-height 0.4s ease, padding 0.4s ease;

}



.content-box.open {

    max-height: 100%;

    padding-top: 15px;

    padding-bottom: 15px;

}





.footer_social a {

    color: #fff;

}



.footer_head {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding-bottom: 50px;

}





.footer_social a {

    font-size: 20px;

    display: inline-block;

    width: 37px;

    height: 37px;

    background: #004B4B;

    text-align: center;

    line-height: 37px;

    border-radius: 100px;

    margin-right: 5px;

}



.footer_social a:hover {

    background: #004b4b8a;

    transition-duration: 0.4s;

}



.other_footer_links ul {

    display: flex;

    list-style: none;

    gap: 10px;

    margin-bottom: 0;

}



.footName p {

    margin-bottom: 0;

    color: #004B4B;

}



.other_footer_links ul li a {

    color: #004B4B

}



.toggleBtn {

    border: 0;

    background-color: #004B4B80;

    border-radius: 5px;

    padding: 5px 10px;

    color: #fff;

}



.toggleBtn i {

    margin-left: 10px;

}



.icons {

    transition: transform 0.4s ease;

}



.icons.rotate {

    transform: rotate(180deg);

}



.footer__row p {

    color: #004B4B;

    font-weight: bold;

}



@media (max-width:800px) {

    .footer_head {

        flex-direction: column;

        align-items: start;

        gap: 20px;

    }

    .other_footer_links ul {

        padding-left: 0;

    }

    .footName p{

        margin: 0 !important;

    }

    .footer__row{

        margin-bottom: 20px;

    }

    .footer__row p{

        margin: 0;

        margin-bottom: 20px;

    }

    footer.footer__elem {

        padding-top: 150px;

    }

    .other_footer_links ul{

        flex-direction: column;

    }

}
/* new card css ends */
.contactno .frm___fld input {
  padding-left: 110px !important;
}
.footer__elem .container {
  display:inherit
}

.footer__bottomlink{
  display: none;
}
.footer__row p{
  color: white;
}
.footName p{
  color: white;
}
.other_footer_links ul  li a{
  color: white;
}

/* Mobile Footer Css  */
@media (max-width:550px) {
  .footer_head {
      flex-direction: column;
      align-items: center;
      gap: 20px;
  }
  .footer__row {
    text-align: center;
}
.footer__row p{
  width: 100% !important;
}
}
@media only screen and (max-width: 1024px) {
    .footer__elem #contentBox .footer__row p{
        max-width: 100%;
    }
}
@media only screen and (max-width: 1370px) {
            header.header__elem .header__nav ul li {
                font-size: 12px !important;
            }

            header.header__elem .header__nav ul li {
                padding: 0 11px !important;
            }
        }
/* new footer css ends */
