@charset "UTF-8";



::-webkit-scrollbar {

  width: 6px;

  height: 3px
}





::-webkit-scrollbar-track {

  background-color: #ebebeb;

  -webkit-border-radius: 10px;

  border-radius: 10px
}



::-webkit-scrollbar-thumb {

  -webkit-border-radius: 10px;

  border-radius: 10px;

  background: #007731
}



.recommendedHotels .swiper-pagination {

  display: none;

}





html {

  scroll-behavior: smooth;

  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;

  height: 100%;

}



body {

  font-family: "Open Sans", sans-serif;
  font-size: 16px;

  padding: 0;

  margin: 0;

  font-weight: 400;

  position: relative;

  transition: filter 0.3s ease;

  overflow-x: hidden;

  /* height: 100%; */

  line-height: 29px;

}



body.blurred {

  filter: blur(5px);

  /* Blur the entire body */

}



body.blurred .site-header {

  filter: none;

  /* Exclude the header from the blur */

  pointer-events: all;

  /* Allow interaction with the header */

}



.has-mega-menu:hover .mega-menu {

  display: block;

}

.calendar-dropdown-wrapper {
  position: relative;
}

.calendar-dropdown {
  position: absolute;
  top: 160%;
  /* show below button */
  right: 0 !important;
  /* force left alignment */
  left: auto !important;
  /* prevent auto shift from right */
  width: 400px;
  max-width: 100vw;
  z-index: 9999;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  overflow-x: hidden;
}


.fc-col-header-cell-cushion {
  font-weight: 600;
  font-size: 13px;
  padding: 5px 8px;
  display: inline-block;
  white-space: nowrap;
}

#calendar {
  max-width: 100%;
  overflow: hidden;
}

#package-details {
  margin-top: 10px;
  font-size: 13px;
}


.package-item h4 a {
  font-size: 30px !important;
  padding-bottom: 10px !important;
}

/* Red: Package in the past */
.fc .package-past {
  background-color: #f44336 !important;
  opacity: 0.4;
}

/* Blue: Package is today */
.fc .package-today {
  background-color: #2196f3 !important;
  opacity: 0.5;
}

/* Green: Package in the future */
.fc .package-future {
  background-color: #4caf50 !important;
  opacity: 0.5;
}

.label {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 0px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  color: #fff;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 2px;
}


.label.coming_soon {
  background-color: #2196f3;
  /* blue */
}

.label.sold_out {
  background-color: #ff9800;
  /* orange */
}

.label.expired {
  background-color: #e53935;
  /* red */
}

.label.exclusive {
  background-color: #f5a716;
  /* red */
}




img {

  max-width: 100%;

  height: auto;

  transition: all 0.3s ease-out 0s;

}



.section {

  padding: 120px 0;

}



button {

  cursor: pointer;

}



*:focus {

  outline: none;

}



.nav-icon img {

  width: 22px;

  height: 22px;

}



button {

  border: none;

  font-family: "Open Sans", sans-serif;
  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



span {

  font-family: "Open Sans", sans-serif;
}



button:focus {

  outline: none;

}



a {

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}



a:hover {

  text-decoration: none;

  color: #000;

}



table {

  width: 100%;

}



p,

li,

span {

  color: #000;

  font-size: 18px;

  font-weight: 400;

  margin-bottom: 0;

  color: var(--active);

}



/* reset css end */

/* global css start */

.nice-select {

  background-color: transparent;

  height: 40px !important;

  line-height: 40px !important;

  min-height: 40px !important;

  padding: 0 30px;

}



.nice-select span {

  color: #000;

}



.nice-select .list li {

  margin-right: 0 !important;

}



.nice-select .list .option {

  color: #000;

}



.nice-select .list .option.selected,

.nice-select .list .option:hover {

  border: none !important;

}





/* global css end */

.bg_img {



  background-position: center center;

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;

  height: 100%;

}



.bg_img::before {

  position: absolute;

  left: 0;

  background: linear-gradient(221deg, rgb(0 41 17 / 0%) 0%, rgb(0 41 17 / 0%) 31%, rgb(0 41 17 / 0%) 49%, rgb(0 41 17 / 86%) 77%, rgb(0 41 17) 100%);

  top: 0;

  right: 0;

  bottom: 0;

  content: "";

  width: 100%;

  height: 100%;

  z-index: -1;

}



.dark-bg {

  background-color: #010103;

}



.grey-bg {

  background: #F4F1EE;

}



.white {

  color: #ffffff;

}



.f-right {

  float: right;

}



.section-heading {

  position: relative;

  z-index: 2;

}



@media (max-width: 991px) {

  .section-heading {

    text-align: center;

  }

}



.section-heading .sub-title {

  color: #ffffff;

  background: #1d7733;

  font-family: "Poppins", serif;

  display: inline-block;

  font-size: 12px;

  text-transform: uppercase;

  padding: 1.5px 13px;

  letter-spacing: 2px;

  border-radius: 3px;

  line-height: 22px;

  margin-bottom: 23px;

}



.section-heading .title {

  color: #ffffff;

  font-size: 55px;

  line-height: 57px;

  text-transform: uppercase;

}



@media (max-width: 767px) {

  .section-heading .title {

    font-size: 36px;

    line-height: 38px;

  }

}



.section-heading p {

  font-size: 18px;

}



.section-heading p:not(:last-child) {

  margin-bottom: 35px;

}



.section-heading__black .title {

  color: #000;

}



.border-effect a,

.border-effect span.border-effect {

  position: relative;

  display: inline;

  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));

  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);

  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);

  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);

  background-size: 0px 2px;

  background-position: 0px 95%;

  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

  padding: 0.7% 0px;

  background-repeat: no-repeat;

  color: inherit;

}



.border-effect a:hover,

.border-effect span.border-effect:hover {

  background-size: 100% 2px;

}



span.border-effect {

  position: relative;

  display: inline;

  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));

  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);

  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);

  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);

  background-size: 0px 2px;

  background-position: 0px 95%;

  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

  padding: 0.7% 0px;

  background-repeat: no-repeat;

  color: inherit;

}



span.border-effect:hover {

  background-size: 100% 2px;

}





/* typography css start */

h1,

h2,

h3,

h4,

h5,

h6 {

  font-weight: bold;

  color: #1d7733;

  margin: 0;

  line-height: 1;

  font-family: "Open Sans", sans-serif;
}



h1 {

  font-size: 60px;

}



h2 {

  font-size: 48px;

  margin-bottom: 20px;

}



h3 {

  font-size: 38px;

}



h4 {

  font-size: 28px;

}



h5 {

  font-size: 18px;

}



h6 {

  font-size: 8px;

}



/* typography css end */

/*--

    - Overlay

------------------------------------------*/

[data-overlay] {

  position: relative;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

  z-index: 1;

}



[data-overlay]::before {

  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  content: "";

  width: 100%;

  height: 100%;

  z-index: -1;

}







.top-header {

  background-color: #002911;

  padding: 6px 0;

}





/* Heder css start*/

.site-header {

  width: 100%;

  z-index: 99;

}

.side-info ul li {
  margin-top: 30px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #f9f9f9;
  padding-bottom: 17px;
  align-items: center;
}

.side-info ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;

  font-size: 14px;
}

.padding-0 {

  padding: 0;

}

.side-info ul li i.green {
  color: #fff;
  background-color: #1d7733;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}

.mobile-social {
  padding-top: 30px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}

.side-info ul.footer-icon {
  padding: 0;
  margin: 30px 0px 0 0px;
  border: 0 !important;
  justify-content: start;
}

.side-info ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

ul.footer-icon {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: end;
  margin-bottom: 0;
}

ul.footer-icon li a.icon {
  color: #ee6a12;
  background-color: #fbfbfb;
  border: 1px solid #d7d7d7;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-social h5 {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;

}

.menu-area__right .item i {
  color: #777777;
  font-size: 20px;
}

.side-info ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.side-info ul li i.orange {
  color: #fff;
  background-color: #f07829;
  font-weight: 400;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}

.side-info ul li:last-child {
  margin-bottom: 0px;
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 0px solid #f9f9f9;
}

.side-info ul.footer-icon li:nth-child(1) {
  margin-left: 0;
}

.side-info ul.footer-icon li {
  border: 0 !important;
  padding: 0;
  margin: 0 6px;
}

.site-header__3 {
  padding: 0px 0px;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
}



@media (max-width: 991px) {

  .site-header__3 {

    padding: 10px 0px;

  }

}





.site-header__4 {

  border: none;

}



@media (max-width: 1199px) {

  .site-header__4 {

    padding: 15px 0px;

  }

}



.header-top {

  padding: 30.5px 0px;

  border-bottom: 1px solid #32323D;

}



@media (max-width: 1199px) {

  .header-top__left {

    justify-content: center;

  }

}



@media (max-width: 991px) {

  .header-top__left .logo {

    display: none;

  }

}



@media (max-width: 767px) {

  .header-top__right {

    margin-top: 25px;

    flex-direction: column;

    justify-content: center;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-top__right {

    flex-direction: row;

    justify-content: center;

    align-items: center;

  }

}



.header-top__right a {

  text-decoration: none;

}



.header-top__right .tel {

  color: #ffffff;

  font-size: 18px;

}



.header-top__right .tel i {

  color: #1d7733;

  padding-right: 15px;

  font-size: 19px;

}



.header-top__right .site-btn {

  margin-left: 80px;

}



@media (max-width: 1199px) {

  .header-top__right .site-btn {

    margin-left: 40px;

  }

}



@media (max-width: 767px) {

  .header-top__right .site-btn {

    margin-left: 0px;

    margin-top: 20px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-top__right .site-btn {

    margin-left: 40px;

    margin-top: 0px;

  }

}



@media (max-width: 1199px) {

  .header-top__right--2 {

    margin-top: 20px;

  }

}



.header-top__2 {

  border-color: #E2DFDD;

}



.header-top__2 .site-btn {

  margin-left: 100px;

}



@media (max-width: 1199px) {

  .header-top__2 .site-btn {

    margin-left: 50px;

  }

}



@media (max-width: 767px) {

  .header-top__2 .site-btn {

    margin-left: 0px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-top__2 .site-btn {

    margin-left: 50px;

  }

}



.header-top__infos {

  margin: 0;

}



@media (max-width: 991px) {

  .header-top__infos {

    padding-left: 0px;

  }

}



@media (max-width: 767px) {

  .header-top__infos {

    flex-direction: column;

    margin-top: -10px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-top__infos {

    flex-direction: row;

    margin-top: 0px;

  }

}



.header-top__infos li {

  color: #6c6c6c;

  text-transform: uppercase;

  font-weight: 500;

}



.header-top__infos li:not(:last-child) {

  margin-right: 65px;

}



@media (max-width: 767px) {

  .header-top__infos li:not(:last-child) {

    margin-right: 0px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-top__infos li:not(:last-child) {

    margin-right: 55px;

  }

}



.header-top__infos li i {

  color: #1d7733;

  padding-right: 10px;

  font-size: 19px;

}



.header-top__infos li a {

  color: #6c6c6c;

  text-decoration: none;

}



@media (max-width: 767px) {

  .header-top__infos li {

    margin-top: 10px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .header-top__infos li {

    margin-top: 0px;

  }

}





/* Navigation css */

.main-menu ul {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  align-items: center;

  flex-wrap: wrap;

  flex-wrap: wrap;

  list-style: none;

  padding: 0;

  margin: 0;

}



.main-menu ul li {

  margin: 0;

}



/* .main-menu ul li:not(:last-child) {

  padding-right: 56px;

} */



.main-menu ul li:nth-child(1) {

  padding-right: 15px;

}



.main-menu ul li:nth-child(2) {

  padding-right: 15px;

}



.main-menu ul li:nth-child(3) {

  padding-right: 15px;

}

.main-menu ul li:nth-child(4) {

  padding-right: 15px;

}



/* @media only screen and (min-width: 1200px) and (max-width: 1500px) {

  .main-menu ul li:not(:last-child) {

    margin-right: 30px;

  }

} */



/* @media (max-width: 1199px) {

  .main-menu ul li:not(:last-child) {

    margin-right: 11px;

  }

} */



.main-menu ul li a {

  display: block;

  text-decoration: none;

  font-size: 18px;

  color: #000;

  position: relative;

  font-weight: 500;

}



.main-menu ul li a.site-btn {

  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 20px 13px 20px;
  position: relative;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s all ease;
  font-family: "Open Sans", sans-serif;
}

.logo {
  text-align: center;
}


.main-menu ul li a.site-btn i {

  display: flex;

  margin-left: 8px;

  font-size: 19px;

}



.main-menu ul li:hover a {

  color: #1d7733;

}



.main-menu ul li:hover a.site-btn {

  color: #fff;

}



.nav-icon {

  background-color: #002911;

  width: 48px;

  height: 48px;

  text-align: center;

  border-radius: 50px;

  display: inline-block;

  line-height: 45px;

  margin-right: 10px;

}



.main-menu ul li a.nav-call {

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid #e5e5e5;

  border-radius: 50px;

  padding: 7px 25px 7px 7px;

}



.main-menu ul li:hover>.mega-menu {

  visibility: visible;

  opacity: 1;

  -webkit-transform: scaleY(100%);

  -ms-transform: scaleY(100%);

  transform: scaleY(100%);

}



.main-menu ul li .mega-menu {

  position: absolute;

  width: 77.39%;

  left: 0;

  top: 100%;

  visibility: hidden;

  opacity: 0;

  background: #ffffff;

  padding: 20px;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

  z-index: 3;

  text-align: left;

  transform-origin: 50% 0;

  -webkit-transform: scaleY(0);

  -ms-transform: scaleY(0);

  transform: scaleY(0);

  margin: 0 auto;

  right: 0;

  z-index: 1000;

  border-radius: 10px;

  border: 2px solid #00783236;

}





.site-header.site-header__3 .main-menu ul li a:hover i.ri-arrow-down-s-line {

  transform: rotate(-180deg);

  margin-top: 2px;

  color: #1d7733;

}



.site-header.site-header__3 .main-menu ul li a i.ri-arrow-down-s-line {

  font-size: 20px;

}



.main-menu ul li .mega-menu li {

  margin-right: 0px;

}



.mean-nav .nav-icon {

  line-height: 36px;

}



.mean-nav .nav-icon img {

  width: 15px;

  height: 22px;

}



.mean-nav .nav-icon {

  width: 37px;

  height: 37px;

}



.main-menu ul li .mega-menu li a {

  color: #010103;

  padding: 12px 15px;

  font-size: 16px;

  line-height: 1.5;

  /* border-radius: 8px; */

  align-items: center;

  font-weight: 400;

  transition: 0.3s all ease;

  display: flex;

  justify-content: space-between;

  margin: 10px 16px;

  border-bottom: 2px solid #f4f4f4;

}



.main-menu ul li .mega-menu .submenu-item li a i {

  opacity: 0;

  transition: 0.3s all ease;

}



.main-menu ul li .mega-menu .submenu-item li a:hover i {

  opacity: 1;

  transition: 0.3s all ease;

}



.main-menu ul li .mega-menu li a::after {

  left: 15px;

}



.main-menu ul li .mega-menu li a:hover::after {

  left: 10px;

}



.main-menu ul li .mega-menu li:hover>a {

  color: #1d7733;

  background-color: #f3f5fd;

}



.main-menu ul li .mega-menu li:hover>a::after {

  left: 10px;

}



.main-menu ul li .mega-menu ul {

  display: block;

}



.main-menu ul li .mega-menu ul.submenu-item {

  border-right: 2px solid #f4f4f4;

}



.main-menu ul li .mega-menu .col-lg-3:nth-child(4) ul.submenu-item {

  border-right: 0px solid #000;

}



.main-menu ul li .mega-menu .active>a {

  color: #1d7733;

  letter-spacing: 1px;

}



.main-menu ul li .mega-menu .active>a::after {

  left: 10px;

}



/* .main-menu ul .active>a {

  color: #1d7733;

} */



.main-menu ul .active>a::after {

  opacity: 1;

  visibility: visible;

  left: 0;

}



@media only screen and (min-width: 1200px) and (max-width: 1500px) {

  .main-menu__2 ul li:not(:last-child) {

    margin-right: 20px;

  }

}



.main-menu__2 ul li a {

  color: #000;

  font-weight: 500;

}



@media (max-width: 1199px) {

  .main-menu__3 {

    margin-left: 0px;

  }

}



/* @media (max-width: 991px) {

  .main-menu__3 {

    display: none;

  }

} */





.main-menu__4 ul li a {

  color: #000;

  font-weight: 500;

}



.menu-area {

  position: relative;

  z-index: 99;

}



.bg-gradient-green {

  background: rgb(1, 42, 17);

  background: linear-gradient(270deg, rgba(1, 42, 17, 1) 0%, rgba(27, 114, 48, 1) 50%, rgba(1, 42, 17, 1) 100%);

}



.topbar {

  padding: 6px 0;

  margin: 0 auto;

  border-radius: 0 0 10px 10px;

}



.discountPara {

  font-size: 14px;

  text-align: center;

  color: #ffffff;

  text-transform: uppercase;

  font-weight: 400;

  letter-spacing: 3px;

}



.code-syle {

  font-size: 14px;

  text-align: center;

  color: #ffffff;

  text-transform: uppercase;

  font-weight: bold;

  letter-spacing: 3px;

}



@media (max-width: 991px) {

  .menu-area {

    padding-top: 15px;

  }

}



.menu-area__right .item {

  font-size: 19px;

  color: #000;

}



.menu-area__right .item i {

  color: #000;

}



.menu-area__right--2 .item {

  color: #000;

}



.menu-area__right--2 .item i {

  color: #000;

}



.menu-area__right--4 .item {

  color: #000;

}



.menu-area__right--4 .item i {

  color: #000;

}



@media (max-width: 991px) {

  .menu-area__3 {

    padding-top: 0px;

  }

}



.menu-area.sticky-header {

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  z-index: 999;

  background: #ffffff;

  -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);

  padding: 10px 0;

}



@media (max-width: 991px) {

  .menu-area.sticky-header {

    padding-top: 10px;

    padding-bottom: 10px;

  }

}



.menu-area-2.sticky-header {

  background-color: #ffffff;

}



@media (max-width: 991px) {

  .menu-area-2.sticky-header {

    padding-top: 10px;

    padding-bottom: 0px;

  }

}



.menu-area__4.sticky-header {

  background-color: #ffffff;

}



.menu-area.animated {

  -webkit-animation-duration: 0.5s;

  animation-duration: 0.5s;

}



.mean-container .mean-nav ul li a:hover {

  color: #007832;

}



.mean-container .mean-nav ul li a.site-btn:hover {

  color: #fff;

}



/* Social link css */

.social-links a {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  width: 35px;

  height: 35px;

  border-radius: 4px;

  font-size: 13px;

  border: 1px solid #808080;

  text-align: center;

  line-height: 27px;

  color: #808080;

  text-decoration: none;

}



.social-links a:not(:last-child) {

  margin-right: 10px;

}



.social-links a:hover {

  border-color: #ffffff;

  color: #ffffff;

}



.social-links__2 a {

  border-color: #E2DFDD;

}



.social-links__2 a:hover {

  border-color: #999999;

  color: #000;

}



/* Button css */

.site-btn {

  font-size: 20px;

  color: #ffffff;

  background: #1d7733;

  padding: 13px 20px 13px 26px;

  text-decoration: none;

  border-radius: 30px;

  position: relative;

  z-index: 1;

  display: inline-block;

  border: 1px solid #1d7733;

  font-weight: 500;

}



.site-btn:hover {

  color: #ffffff;

}



@media (max-width: 767px) {

  .site-btn {

    padding: 9.5px 30px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .site-btn {

    padding: 9.5px 34px;

  }

}







@media (max-width: 767px) {

  .btns {

    flex-direction: column;

    justify-content: flex-start !important;

    align-items: flex-start !important;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .btns {

    flex-direction: row;

    justify-content: flex-start !important;

    align-items: center !important;

  }

}



.btns .site-btn__borderd {

  margin-left: 20px;

}



@media (max-width: 767px) {

  .btns .site-btn__borderd {

    margin-left: 0px;

    margin-top: 20px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .btns .site-btn__borderd {

    margin-left: 20px;

    margin-top: 0px;

  }

}



.btns .site-btn__borderd--double {

  border-width: 2px;

  padding: 8.5px 34px;

}



.video-btn {

  text-decoration: none;

}



.video-btn span {

  font-size: 15px;

  text-transform: uppercase;

  color: #828282;

  margin-right: 18px;

}



.video-btn i {

  width: 50px;

  height: 50px;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  font-size: 12px;

  color: #ffffff;

  border-radius: 50%;

  border: 1px solid #79797A;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.video-btn:hover i {

  background: #1d7733;

  color: #ffffff;

}



.video-btn__2 {

  flex-direction: column;

  justify-content: center;

}



.video-btn__2 i {

  width: 70px;

  height: 70px;

  color: #776c62;

  font-size: 13px;

  margin-bottom: 5px;

  border-color: #E3E0DE;

}



.video-btn__2 span {

  color: #000;

  font-weight: 500;

  margin-right: 0px;

  display: block;

}



.video-btn__2--white i {

  color: #ffffff;

}



.video-btn__2--white span {

  color: #ffffff;

  letter-spacing: 2px;

}



.video-btn__2--white:hover i {

  background-color: #1d7733;

  border-color: #1d7733;

}



.read-more {

  color: #a7a7a7;

  text-transform: uppercase;

  text-decoration: none;

  font-size: 15px;

  display: inline-block;

}



.read-more i {

  padding-left: 10px;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.read-more:hover {

  color: #ffffff;

}



.read-more:hover i {

  padding-left: 5px;

}



.read-more__2 {

  color: #6c6c6c;

}



.go-top {

  position: absolute;

  flex-direction: column;

  font-size: 15px;

  color: #a7a7a7;

  text-transform: uppercase;

  text-decoration: none;

  top: -25px;

  left: 50%;

  display: inline-block;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  transform: translateX(-50%);

}



.go-top span {

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.go-top span:hover {

  color: #ffffff;

}



.go-top i {

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

  background-color: #010103;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  color: #ffffff;

  margin-bottom: 10px;

  border: 1px solid #a7a7a7;

  width: 50px;

  height: 50px;

  border-radius: 50%;

}



.go-top i:hover {

  background-color: #1d7733;

}



.go-top__bottom {

  left: 0;

  -webkit-transform: translateX(0%);

  -ms-transform: translateX(0%);

  transform: translateX(0%);

  position: static;

  color: #ffffff;

}



@media (max-width: 991px) {

  .go-top__bottom {

    margin-top: 30px;

  }

}



.go-top__bottom span {

  color: #ffffff;

}



.go-top__bottom i {

  display: inline-block;

  width: auto;

  height: auto;

  border: none;

  margin-bottom: 0;

  padding-left: 5px;

  background-color: transparent;

}



.go-top__white i {

  background: #ffffff;

  border-color: #E2DFDD;

  color: #000;

  margin-bottom: 0px;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.go-top__white i:hover {

  background-color: #1d7733;

  border-color: #1d7733;

  color: #ffffff;

}



@media (max-width: 991px) {

  .btns-wrapper .site-btn {

    margin-top: 20px;

  }

}



.share-btn {

  color: #6c6c6c;

}



.inline-btn {

  width: 45px;

  height: 45px;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  color: #776c62;

  border: 1px solid #E2DFDD;

  border-radius: 5px;

  text-decoration: none;

}



.inline-btn:hover {

  color: #ffffff;

  background-color: #1d7733;

  border-color: #1d7733;

}



/* search css */

.search {

  position: relative;

}



.search__trigger {

  padding: 10px 12px;

}



.search__trigger .open,

.search__trigger .close {

  cursor: pointer;

  line-height: 60px;

  color: #000;

}



.search__trigger .close {

  display: none;

}



.search__form {

  position: absolute;

  visibility: hidden;

  opacity: 0;

  transform: scale(0.9);

  padding: 15px;

  right: 0;

  top: 80px;

  width: 350px;

  z-index: 99;

}



@media (max-width: 767px) {

  .search__form {

    width: 280px;

    right: -100px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .search__form {

    width: 350px;

    right: 0;

  }

}



.search__form form {

  position: relative;

}



.search__form input {

  width: 100%;

  height: 55px;

  border: 0;

  background: #F4F1EE;

  padding: 20px;

}



.search__form button {

  position: absolute;

  right: 0;

  top: 0;

  border: 0;

  background: #1b2026;

  height: 55px;

  width: 55px;

  color: #fff;

  font-size: 18px;

  line-height: 60px;

}



.search__form.active {

  transform: scale(1);

  opacity: 1;

  visibility: visible;

  transition: 0.3s;

  background: #fff;

}



/* side info css */

.hamburger-trigger {

  margin-left: 0;
  /* padding: 12px 12px; */
  cursor: pointer;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 44px;

}

.hamburger-trigger.item {
  color: #000;
  background-color: #fbfbfb;
  border: 1px solid #d7d7d7;
  border-radius: 50px;
}


.side-info {

  padding-left: 20px;

  padding-right: 20px;

}



.side-info .title {

  font-family: "Poppins", serif;

  text-transform: uppercase;

  font-weight: 600;

  font-size: 18px;

}



.side-info .mb-5 {

  margin-bottom: 5px !important;

}



.side-info p {

  font-size: 15px;

  line-height: 28px;

}



.side-info__close {

  top: 0;

  left: 0;

  background: #010103;

  width: 40px;

  height: 40px;

  text-align: center;

  line-height: 40px;

  cursor: pointer;

  border-radius: 50%;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.side-info__close a {

  display: block;

  height: 100%;

  width: 100%;

  color: #ffffff;

}



.side-info__close:hover {

  background: #1d7733;

}



.side-info__wrapper {

  padding: 20px;

}



.side-info .social-links a:hover {

  color: #1d7733;

  border-color: #1d7733;

}



.overlay {

  background-color: rgba(0, 0, 0, 0.7);

  height: 100%;

  width: 100%;

  position: fixed;

  top: 0;

  z-index: 99;

  left: 0;

  opacity: 0;

  visibility: hidden;

  transition: all 0.3s linear 0s;

  transition: all 600ms ease;

  -webkit-transition: all 600ms ease;

  -moz-transition: all 600ms ease;

  -ms-transition: all 600ms ease;

  -o-transition: all 600ms ease;

}



.overlay.active {

  opacity: 0.5;

  visibility: visible;

  cursor: url(../images/icons/cancel.png), auto;

}



.side-info-wrapper,

.cart-bar-wrapper {

  position: fixed;

  overflow-y: auto;

  top: 0;

  right: -491px;

  width: 480px;
  height: 100%;

  display: block;

  background-color: #ffffff;

  z-index: 100;

  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);

  padding-top: 0px;

  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);

  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);

  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);

  z-index: 9999;

}



.side-info-wrapper .nav,

.cart-bar-wrapper .nav {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.side-info-wrapper .nav a,

.cart-bar-wrapper .nav a {

  flex: 0 0 100%;

  -ms-flex: 0 0 100%;

  max-width: 100%;

  font-size: 18px;

  color: #010103;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  padding: 12px 10px;

  font-weight: 600;

  text-transform: uppercase;

  font-size: 14px;

  letter-spacing: 2px;

}



.side-info-wrapper .nav a.active,

.cart-bar-wrapper .nav a.active {

  background: #010103;

  color: #ffffff;

}



.side-info-wrapper.show,

.cart-bar-wrapper.show {

  right: 0;

}



.side-info-wrapper.mm-only.show {

  display: none;

}



@media (max-width: 991px) {

  .side-info-wrapper.mm-only.show {

    display: inline-block;

  }

}



@media (max-width: 991px) {

  .side-info-wrapper.show-all.show {

    display: none;

  }

}



.side-info-wrapper .contact__info li {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  font-size: 15px;

  align-items: flex-start;

}



.side-info-wrapper .contact__info li span {

  margin-right: 10px;

  flex: 0 0 15px;

  -ms-flex: 0 0 15px;

  max-width: 15px;

  color: #1d7733;

  font-size: 15px;

}



.side-info-wrapper .contact__info li p {

  flex: 0 0 85%;

  -ms-flex: 0 0 85%;

  max-width: 85%;

}



.side-info-wrapper .contact__info li:not(:last-child) {

  margin-bottom: 5px;

}



/* mini cart css */

.cart {

  margin-left: 10px;

  padding: 10px 12px;

  cursor: pointer;

}



.cart__count {

  width: 20px;

  height: 20px;

  font-size: 12px;

  color: #ffffff;

  background: #80A093;

  position: absolute;

  top: 10px;

  right: 0px;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  line-height: 0;

}



.cart-bar-wrapper {

  padding: 25px 20px;

  padding-top: 60px;

}



.cart-bar-wrapper .site-btn {

  font-size: 12px;

  padding: 7px 18px;

}



.cart-bar-wrapper .site-btn__borderd {

  color: #010103;

  margin-left: 15px;

}



.cart-bar-wrapper .site-btn__borderd:hover {

  color: #ffffff;

}



@media (max-width: 767px) {

  .cart-bar-wrapper .btns {

    flex-direction: column;

    justify-content: flex-start !important;

    align-items: flex-start !important;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .cart-bar-wrapper .btns {

    flex-direction: row;

    justify-content: flex-start !important;

    align-items: center !important;

  }

}



@media (max-width: 767px) {

  .cart-bar-wrapper .btns .site-btn__borderd {

    margin-left: 0px;

    margin-top: 20px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .cart-bar-wrapper .btns .site-btn__borderd {

    margin-left: 20px;

    margin-top: 0px;

  }

}



.cart-bar__close {

  position: absolute;

  top: 0;

  left: 0;

  background: #010103;

  width: 40px;

  height: 40px;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.cart-bar__close a {

  color: #fff;

  position: relative;

  z-index: 2;

  font-size: 16px;

  left: 0;

  height: 100%;

  text-decoration: none;

}



.cart-bar__title {

  font-size: 18px;

  font-family: "Poppins", serif;

  text-transform: uppercase;

  font-weight: 600;

  display: block;

  padding-bottom: 15px;

  border-bottom: 1px solid #F4F1EE;

  margin-bottom: 15px;

}



.cart-bar__title span {

  color: #000;

}



.cart-bar__item .thumb {

  background: #ffffff;

  min-width: 70px;

}



.cart-bar__item .thumb img {

  max-width: 60px;

}



.cart-bar__item .content {

  padding-right: 25px;

  position: relative;

}



.cart-bar__item .content .title {

  font-size: 14px;

  font-weight: 500;

  text-transform: uppercase;

}



.cart-bar__item .content .title a {

  text-decoration: none;

  color: #010103;

}



.cart-bar__item .content .price {

  color: #010103;

  font-weight: 600;

  font-size: 15px;

}



.cart-bar__item .content .remove {

  top: 50%;

  right: 0px;

  color: #ffffff;

  width: 20px;

  height: 20px;

  font-size: 12px;

  line-height: 22px;

  text-align: center;

  position: absolute;

  border-radius: 100%;

  background-color: #80A093;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

}



.cart-bar__subtotal {

  border-bottom: 1px solid #F4F1EE;

  border-top: 1px solid #F4F1EE;

  padding: 7px 0px;

  display: block;

  margin-top: 20px;

  margin-bottom: 20px;

}



.cart-bar__subtotal span {

  color: #010103;

  text-transform: uppercase;

  font-weight: 600;

}



.cart-bar__lists .cart-bar__item:not(:last-child) {

  margin-bottom: 15px;

}



.bg-orange {

  background-color: #ff6f10;

  border: 0;

}



/* hero area css */

.hero__area {

  z-index: 1;

  padding-top: 275px;

  padding-bottom: 90px;

}



.hero__area .shape {

  left: 0;

  top: 0;

}



@media only screen and (min-width: 1200px) and (max-width: 1500px) {

  .hero__area .shape {

    width: 35%;

  }

}



@media (max-width: 1199px) {

  .hero__area .shape {

    width: 35%;

  }

}



.hero__area .shape__2 {

  left: auto;

  right: 0;

}



@media (max-width: 991px) {

  .hero__area .mm-reverse {

    flex-direction: column-reverse;

  }

}



.hero__area--2 {

  padding-top: 0px;

  padding-bottom: 80px;

}



.hero__area--2 .shape {

  top: -65px;

}



.hero__area--2 .shape__2 {

  right: 0;

  top: -100px;

}



.hero__area--3 {

  padding-top: 0px;

  background-position: center;

  padding-bottom: 0px;

  background-size: cover;

  margin: 0 auto;

  position: relative;

  height: 598px;

  border-radius: 10px;

  overflow: hidden;

}



.hero_wrapper-sm {

  display: flex;

  height: 100%;

  flex-direction: column;

  justify-content: end;

  padding-top: 150px;

  padding-bottom: 90px;



}





@media (max-width: 767px) {

  .hero__area--3 {

    padding-top: 225px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .hero__area--3 {

    padding-top: 285px;

  }

}



.hero__area--3 .vide-wrapper {

  height: 100%;

  position: relative;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  flex: 0 0 100%;

  -ms-flex: 0 0 100%;

  max-width: 100%;

  align-items: flex-end;

  justify-content: flex-end;

}



.hero__area--3 .vide-wrapper .vide-btn {

  right: 0;

  bottom: 0;

}



@media (max-width: 767px) {

  .hero__area--3 .vide-wrapper {

    justify-content: center;

    margin-top: 30px;

  }

}



.hero__content {

  z-index: 2;

}



.hero__content .title {

  color: #ffffff;

  line-height: 1.4;

  margin-bottom: 20px;

  font-weight: bold;

}





.hero__content p {

  color: #fff;

  margin-bottom: 30px;

}



@media (max-width: 991px) {

  .hero__content--2 {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

  }

}



.hero__content--2 .title {

  color: #000;

  font-size: 120px;

  line-height: 115px;

}



@media (max-width: 1199px) {

  .hero__content--2 .title {

    font-size: 80px;

    line-height: 75px;

  }

}



@media (max-width: 767px) {

  .hero__content--2 .title {

    font-size: 50px;

    line-height: 45px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .hero__content--2 .title {

    font-size: 80px;

    line-height: 75px;

  }

}



.hero__content--2 p {

  color: #6c6c6c;

}



@media (max-width: 767px) {

  .hero__content--2 .btns {

    align-items: center !important;

    margin-top: 5px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .hero__content--2 .btns {

    align-items: flex-start !important;

    margin-top: 25px;

  }

}



@media (max-width: 767px) {

  .hero__content--2 .btns .site-btn {

    margin-right: 0px;

    margin-top: 15px;

  }

}



.btn-check:focus+.btn-primary,

.btn-primary:focus {

  color: #fff;

  background-color: #0b5dd700;

  border-color: #0a57ca00;

  box-shadow: 0 0 0 .25rem rgba(49, 131, 253, 0);

}



.btn-primary:hover {

  color: #fff;

  background-color: #007731;

  border-color: #007731;

}



@media (max-width: 767px) {

  .hero__content .social-links {

    margin-top: 30px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .hero__content .social-links {

    margin-top: 40px;

  }

}



.hero__content .social-links a {

  width: auto;

  border: none;

  text-transform: uppercase;

  font-size: 14px;

}



.hero__content .social-links a:not(:last-child) {

  margin-right: 45px;

}



.hero__content .social-links a i {

  font-size: 15px;

  color: #ffffff;

  margin-right: 10px;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.hero__content .social-links a span {

  color: #ffffff;

  font-weight: 500;

  -webkit-transition: 0.3s;

  -o-transition: 0.3s;

  transition: 0.3s;

}



.hero__content .social-links a:hover i {

  color: #1d7733;

}



.hero__content .social-links a:hover span {

  color: #1d7733;

}



.hero__thumb {

  padding-top: 2px;

  z-index: 2;

  position: relative;

  -webkit-transform: translate(-30px, -25px);

  -ms-transform: translate(-30px, -25px);

  transform: translate(-30px, -25px);

}



@media (max-width: 991px) {

  .hero__thumb {

    -webkit-transform: translate(0px, 0px);

    -ms-transform: translate(0px, 0px);

    transform: translate(0px, 0px);

    margin-bottom: 50px;

    margin-top: 40px;

  }

}



@media (max-width: 767px) {

  .hero__thumb {

    margin-top: 80px;

  }

}



@media only screen and (min-width: 576px) and (max-width: 767px) {

  .hero__thumb {

    margin-top: 40px;

  }

}



@media (max-width: 991px) {

  .hero__thumb--2 {

    text-align: center;

  }

}



.hero__thumb--2 img {

  -webkit-transform: translateX(65px);

  -ms-transform: translateX(65px);

  transform: translateX(65px);

}



@media only screen and (min-width: 1200px) and (max-width: 1500px) {

  .hero__thumb--2 img {

    -webkit-transform: translateX(0px);

    -ms-transform: translateX(0px);

    transform: translateX(0px);

  }

}



@media (max-width: 1199px) {

  .hero__thumb--2 img {

    -webkit-transform: translateX(0px);

    -ms-transform: translateX(0px);

    transform: translateX(0px);

  }

}



.hero__thumb--2 .video-btn {

  position: absolute;

  bottom: 55px;

  right: -30px;

}



@media only screen and (min-width: 1200px) and (max-width: 1500px) {

  .hero__thumb--2 .video-btn {

    right: 0px;

  }

}



@media (max-width: 991px) {

  .hero__thumb--2 .video-btn {

    right: 100px;

  }

}



@media (max-width: 767px) {

  .hero__thumb--2 .video-btn {

    position: static;

    bottom: 0;

    right: 0;

    margin-top: 30px;

  }

}







.btns .site-btn {

  display: flex;

}



.btns .site-btn i {

  display: flex;

  align-items: center;

  margin-left: 8px;

}



.hero__content .btns {

  display: flex;

}





/* .section-title {

  font-weight: 500;

  margin-bottom: 20px;

  color: #1d7733;

  text-transform: capitalize;

  line-height: 1.1;

} */



.faqContent {

  text-align: center;

}



.section-para {

  text-align: center;

  padding: 0 200px;

  line-height: 30px;

}



/* Faq Section */





.accordion.custom-accord {

  border: 0;

  margin-top: 40px;

}



.custom-accord .accordion-button:focus {

  z-index: 3;

  border-color: #86b7fe00;

  outline: 0;

  box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);

}



.custom-accord h2 button {

  font-size: 24px;

  font-weight: 600;

  color: #000;

  padding: 25px 40px;

}



.custom-accord .accordion-item {

  background-color: #fff;

  border: 1px solid #e5e5e5;

  margin-bottom: 0;

  box-shadow: 0px 9px 20px 0px #00000014;

}



.custom-accord .accordion-item:not(:last-child) {

  margin-bottom: 35px;

}



.faq-number {

  background-color: #000;

  width: 30px;

  height: 30px;

  border-radius: 50px;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-right: 30px;

}







.custom-accord .accordion-button:not(.collapsed) {

  color: #000;

  background-color: transparent;

  box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);

  border-bottom: 2px dashed #e5e5e5;

}



.custom-accord .accordion-body {

  padding: 25px 100px 25px 40px;

}



.custom-accord .accordion-body p {

  line-height: 32px;

}







.custom-accord .accordion-button::after {

  flex-shrink: 0;

  width: 2.1rem;

  height: 2.1rem;

  margin-left: auto;

  content: "";

  background-image: url("../images/logo/plus-sign.svg");

  background-repeat: no-repeat;

  background-size: 0.6em;

  transition: transform .2s ease-in-out;

  background-color: #f07828;

  background-position: center;

  border-radius: 50px;

}



.custom-accord .accordion-button:not(.collapsed)::after {

  background-image: url("../images/logo/minimize-sign.svg");

  transform: rotate(-180deg);

  background-size: 0.7em;

}



.logo-section {

  padding: 50px 0 0;

}



.logo-grid {

  display: flex;

  justify-content: center;

  text-align: center;

  align-items: center;

  flex-wrap: nowrap;

  overflow-x: auto;

}



.logo-grid .owl-dots .active {

  border: 2px solid #007731;

  background-color: #007731;

}



.logo-grid .owl-dots button {

  font-size: 0;

  width: 12px;

  height: 12px;

  border: 2px solid #bababa;

  margin: 10px 5px 0;

  border-radius: 50%;

}



.small-text {

  font-size: 14px;

  border-top: 2px dashed #e5e5e5;

  margin-top: 25px;

  padding-top: 20px;

}



.logo-grid .footer-logo {

  margin: 0 20px;

}



.footer-logo-1 {

  display: flex;

  justify-content: start;

  text-align: center;

}



.footer-logo-1 .flogo {

  margin: 0 20px 0 0px;

}



.satguru-footer .middle-footer .contact__Bx .contact__details p {

  margin-bottom: 0px;

  font-size: 14px;

  font-weight: 400;

  color: #000;

  line-height: 1;

}



.social-share {

  padding: 0;

  list-style: none;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-bottom: 0;

}



.social-share.icon-transparent li {

  margin: 0 14px 0 0;

}



.satguru-footer .middle-footer .contact__Bx .contact__details .social-share.icon-transparent li a {

  height: 50px;

  width: 50px;

  color: #fff;

  font-weight: 400;

  -webkit-transition: .4s;

  transition: .4s;

  line-height: 37px;

  background-color: #007832;

  border: none;

  border-radius: 50%;

  display: flex;

  text-align: center;

  align-items: center;

  text-decoration: none;

  justify-content: center;

}



.satguru-footer .middle-footer .contact__Bx .contact__details .social-share.icon-transparent li a i {

  color: #fff;

  font-weight: 400;

  -webkit-transition: .4s;

  transition: .4s;

  line-height: initial;

  font-size: 30px;

  border: none;

  border-radius: 0;

}



.pad-left-3 {

  padding-left: 75px;

}



.satguru-footer {

  padding-top: 30px;

  padding-bottom: 25px;

}











.explore-packages .section-para {

  padding: 0;

  text-align: left;

}



.contact-bg {

  background-image: url(../images/logo/contact-bg.jpg);

  background-position: bottom center;

  background-size: cover;

  background-repeat: no-repeat;

  padding: 80px 0;

}



.contact-bg .section-para {

  padding: 0;

  text-align: left;

}





.reservation__wrapper .section-heading {

  background-color: #f07828;

}



.reservation__wrapper .section-heading .contact-title {

  text-transform: uppercase;

  font-weight: 600;

  padding: 10px 30px;

  letter-spacing: 1px;

  line-height: 1;

  margin-bottom: 0;

}



.reservation__wrapper .reservation__form {

  background-color: #fff;

  padding: 30px 30px 30px 30px;

}



.section-heading__white {

  color: #fff;

}



.reservation__form--2 input,

.reservation__form--2 textarea,

.reservation__form--2 select {

  border: 3px solid #ebebeb;

  font-size: 18px;

  padding: 10px 20px;

  width: 100%;

  background: #f6f6f6;

  box-shadow: 0px 14px 40px 0px rgba(220, 220, 220, 0.3);

  border-radius: 10px;

}





.reservation__form:last-child .from-group {

  margin-bottom: 20px;

}



.reservation__form--2 textarea {

  min-height: 110px;

}



.submit-btn {

  margin-top: 15px;

  display: flex;

  align-items: center;

}



.submit-btn i {

  display: flex;

  margin-left: 10px;

  align-items: center;

}



::placeholder {

  color: #ccc;

  /* Firefox */

}



::-ms-input-placeholder {

  /* Edge 12 -18 */

  color: #ccc;

}





ul li {

  margin: 7px 0;

}



.pt-100 {

  padding-top: 100px;

}





.mt-40 {

  margin-top: 40px;

}





/* Login Page Design */

.loginWrapper {

  height: 100vh;

  background-image: url(../images/logo/login-bg.jpg);

  background-position: center;

  background-size: cover;

  width: 100%;

  background-repeat: no-repeat;

}



.logo-center {

  padding: 20px 0;

  text-align: center;

}



.logo-center img {

  width: 150px;

}



.globe-img {

  text-align: right;

}



.globe-img img {

  width: 86%;

}





.loginBx {

  border: 2px solid #ebebeb;

  background-color: #fff;

  border-radius: 10px;

  padding: 20px;

}



.header-lan-wrap {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.header-lan-wrap .left-content h5 {

  font-size: 24px;

  font-weight: bold;

  text-transform: uppercase;

  letter-spacing: 2px;

}



.input-box {

  position: relative;

  width: 100%;

  background-color: #fff;

  margin-bottom: 20px;

}



.input-box input {

  position: relative;

  width: 100%;

  background-color: #f2f2f2;

  padding: 18px 12px;

  border: 2px solid #cccccc;

  border-radius: 5px;

}



.header-lan-wrap {

  margin-bottom: 15px;

}



.input-box .icon {

  position: absolute;

  right: 13px;

  /* font-size: 1.2rem; */

  color: #c2c2c2;

  /* line-height: 57px; */

  z-index: 1;

  top: 44px;

}



.input-box .icon i {

  position: absolute;

  bottom: 0;

  right: 0;

}



.loginBx .submit-btn {

  width: 100%;

  background-color: #e77c31;

  border-radius: 5px;

  color: #fff;

  justify-content: center;

  text-align: center;

  border: 0;

  text-transform: uppercase;

  padding: 18px 12px;



}



.toggle-password {

  position: absolute;

  right: 0;

  top: 22px;

  right: 50px;

  color: #c2c2c2;

}



.forgot_register {

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.forgot_register {

  margin-top: 33px;

}



.forgot {

  text-decoration: underline;

  color: #ddd;

  font-size: 16px;

}



.register {

  color: #28984c;

  font-size: 20px;

  font-weight: bold;

  text-decoration: none;

}



.form-select .option img {

  width: 60px;

  height: 60px;

}



.services-ava {

  padding: 80px 0;

}



.service__list {

  display: grid;

  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;

  margin-bottom: 0;

}



.service__list .service__item {

  text-align: center;

}



.service__item a {

  text-decoration: none;

}



.service__item .serviceBx h5 {

  font-size: 20px;

  margin-top: 25px;

  font-weight: 400;

  color: #000;

  line-height: 1.4;

}



.service__item .serviceBx {

  border: 1px solid transparent;

  background-color: transparent;

  padding: 34px 36px 36px 36px;

  border-radius: 10px;

  transition: 0.3s all ease-in;

  height: 100%;

  margin: 0 10px;

}



.service__item .serviceBx img {

  height: 59px;

  width: auto;

  object-fit: none;

}



.service__item:hover .serviceBx {

  border: 1px solid #e5e5e5;

  background-color: #fff;

  box-shadow: 0 0 12px 10px #c2c2c20d;

}



.Popular_Countries {

  padding: 0px 0 100px 0;

}



.Popular_Countries .swiper-button-next::after,

.popular_Countries .swiper-button-prev::after {

  position: unset;

}



.Popular_Countries .swiper-button-next::after {

  background: transparent url(../images/icons/next.svg) no-repeat center / cover;

  width: 45px;

  height: 45px;

  top: -1px;

  border-radius: 50px;

  background-size: 19px;

  border: 2px solid #bfbfbf;

  left: 9px;

  font-size: 0;

}



.Popular_Countries .swiper-button-next {

  width: 58px;

  left: unset;

  right: 18px;

  height: 58px;

  bottom: unset;

  top: -36px;

  margin-top: 0;

  position: unset;

}



.Popular_Countries .swiper-button-prev::after {

  font-size: 0;



}



.Popular_Countries .swiper-button-next {

  width: 58px;

  left: unset;

  right: 18px;

  height: 58px;

  bottom: unset;

  top: -36px;

  margin-top: 0;

  position: unset;

}



.Popular_Countries .swiper-button-prev,

.Popular_Countries .swiper-rtl .swiper-button-next {

  right: 0;

  width: 58px;

  height: 58px;

  position: unset;

  margin-top: 0;

}





.Popular_Countries .swiper-button-prev::after {

  background: transparent url(../images/icons/prev.svg) no-repeat center / cover;

  width: 45px;

  height: 45px;

  left: -87px;

  top: -36px;

  border: 2px solid #bfbfbf;

  border-radius: 50px;

  background-size: 19px;

  display: flex;

  justify-content: center;

}



.country-List_img {

  position: relative;

  overflow: hidden;

  border-radius: 10px;

}



.country-List_img:after {

  content: '';

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  display: inline-block;

  background: rgb(2, 0, 36);

  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(0, 41, 17, 1) 100%);

}



.country-List_img img {

  height: 300px;

  object-fit: cover;

}



.country-List_img h5 {

  position: absolute;

  bottom: 25px;

  left: 25px;

  font-size: 20px;

  color: #fff;

  z-index: 2;

  font-weight: 400;

  line-height: 1.2;

}



.popular_Countries_Slider {

  margin-top: 30px;

  overflow: hidden;

  position: relative;

}



/* ++++++ Home Service We Provide */

.service_we_provide {

  margin-bottom: 100px;

  margin-top: 100px;

}



.serviceWrapperInner {

  background-color: #f3f5fd;

  padding: 36px 120px 36px 30px;

  border-radius: 10px;

  position: relative;

  overflow: hidden;

  height: 300px;

  transition: 0.3s all ease;

}



.serviceWrapperInner:hover .float-img {

  transform: scale(1.05);

}



.row .col-lg-6:nth-child(2) .serviceWrapperInner {

  padding: 36px 50px 36px 30px;

}



.serviceInnerContent a {

  text-decoration: none;

  transition: 0.3s all ease;

}



.serviceInnerContent:hover a {

  text-decoration: none;

  color: #007731;

}



.serviceInnerContent:hover a h3 {

  text-decoration: none;

  color: #007731;

}



.serviceInnerContent h3 {

  color: #000;

  font-weight: 600;

  transition: 0.3s all ease;



  font-size: 22px;

  line-height: 31px;

  margin-bottom: 15px;

}



.serviceInnerContent img.float-img {

  position: absolute;

  right: 60px;

  bottom: 41px;

}



.serviceInnerContent p {

  color: #000;

  font-weight: 400;

  font-size: 16px;

  margin-bottom: 0px;

}



.serviceInnerContent {

  display: flex;

  flex-direction: column;

  /* align-items: center; */

  justify-content: space-between;

  height: 100%;

}



.small-btn {

  border: 1px solid #dadce3;

  background-color: #fff;

  font-size: 12px;

  padding: 13px 20px;

  text-decoration: none;

  border-radius: 50px;

  color: #ff6f10;

  font-weight: 600;

  display: flex;

  line-height: 1;

  align-items: center;

}



.small-btn.bg-orange {

  border: 1px solid #ff6f10;

  background-color: #ff6f10;

  font-size: 12px;

  padding: 13px 20px;

  text-decoration: none;

  border-radius: 50px;

  color: #fff;

  font-weight: 600;

  display: flex;

  line-height: 1;

  align-items: center;

}



.small-btn.bg-orange i {

  color: #fff;

}



.mainBtn {

  display: flex;

}



.small-btn i {

  color: #ff6f10;

  line-height: 0;

  margin-left: 6px;

  padding-top: 1px;

  font-size: 13px;

}



.custom-service-padding {

  --bs-gutter-x: 2.5rem;

  --bs-gutter-y: 2.5rem;

  margin-top: 10px;

}



.custom-service-padding-instance {

  --bs-gutter-x: 2.5rem;

  --bs-gutter-y: 2.5rem;

}







/* ++++++ Home Recommended hotels */



.bg-green-border {

  background-color: #effff3;

  border-top: 1px solid #1d7733;

  border-bottom: 1px solid #1d7733;

  padding: 100px 0;

}



.hotelWrapper {

  border-radius: 10px;

  border: 1px solid #d7e5da;

  overflow: hidden;

  /* box-shadow: 0px 9px 20px 4px #00000017; */

  height: 100%;

}





.hotelWrapper .hotelImg img {

  height: auto;

  width: 100%;

}









.recommendedHotels_sliders {

  margin-top: 0px;

  position: relative;

}



.recommendedHotels .tab-content {

  margin-top: 30px;

}



.hotelContent {

  padding: 10px 20px 10px 20px;

  background-color: #fff;

}







.recommendedHotels .swiper-button-next::after,

.recommendedHotels .swiper-button-prev::after {

  position: absolute;

}



.recommendedHotels .swiper-button-next,

.recommendedHotels .swiper-button-prev {

  position: absolute;

}



.recommendedHotels .swiper-button-next::after {

  background: transparent url(../images/icons/next.svg) no-repeat center / cover;

  width: 45px;

  height: 45px;

  top: -21px;

  border-radius: 50px;

  background-size: 19px;

  border: 2px solid #1d7733;

  right: -28px;

  font-size: 0;

  background-color: #effff3;

}



.recommendedHotels .swiper-button-prev::after {

  font-size: 0;

}



.recommendedHotels .swiper-button-next {

  width: 58px;

  right: 18px;

  height: 58px;

  margin-top: 0;

}



.recommendedHotels .swiper-button-prev,

.recommendedHotels .swiper-rtl .swiper-button-next {

  left: 0;

  width: 58px;

  height: 58px;

  margin-top: 0;

}



.recommendedHotels .swiper-button-prev::after {

  background: transparent url(../images/icons/prev.svg) no-repeat center / cover;

  width: 45px;

  height: 45px;

  left: -9px;

  top: -21px;

  border: 2px solid #1d7733;

  border-radius: 50px;

  background-size: 19px;

  display: flex;

  justify-content: center;

  background-color: #effff3;

}



.custom-recommended-padding {

  --bs-gutter-x: 2.5rem;

  --bs-gutter-y: 0;

}





.hotelContent p.loca {

  font-size: 14px;

  font-weight: 400;

  color: #9d9d9d;

  line-height: 1;

  margin-bottom: 12px;

}



.hotelContent h3.hotelName {

  font-size: 20px;

  font-weight: 500;

  color: #000;

  line-height: 1;

  margin-bottom: 14px;

  transition: 0.3s all ease;

}



.hotelContent a {

  text-decoration: none;

}



.hotelContent a h3.hotelName:hover {

  color: #ff6f10;

}



.hotelContent img.rating-star {

  margin-bottom: 15px;

  width: auto;

}



.hotelContent p.hotel_faci {

  font-size: 14px;

  font-weight: 400;

  line-height: 1.1;

  color: #a8a8a8;

}



.hotelContent .mainBtn {

  margin-top: 22px;

}



.recommendedHotels_sliders .owl-stage-outer {

  display: inline-block;

}



.recommendedHotels .nav-pills .nav-link.active,

.nav-pills .show>.nav-link {

  color: #000;

  background-color: #fff;

  border: 1px solid #d7e5da;

  border-radius: 10px;

  box-shadow: 0px 7px 15px 9px #1d773314;

}



.recommendedHotels .nav-pills .nav-link {

  color: #000;

  background-color: transparent;

  border: 1px solid transparent;

  border-radius: 10px;

  font-size: 18px;

}



.recommendedHotels .nav-pills .nav-item:first-child {

  margin-left: 0;

}



.recommendedHotels .nav-pills .nav-item {

  margin-left: 35px;

}



/* ++++++ Home Explore Our Packages */



.exploreWrapper {

  border-radius: 10px;
  background: rgb(28, 118, 51);
  background: linear-gradient(90deg, rgba(28, 118, 51, 1) 0%, rgba(0, 41, 17, 1) 100%);
  overflow: hidden;
  height: 100%;
  position: relative;
}



.exploreWrapper .exploreImg img {

  border-bottom: 2px solid #fff;

  height: 200px;

  width: 100%;

  object-position: bottom;

  object-fit: cover;

}
.postid-895 .exploreWrapper .exploreImg img {

  border-bottom: 2px solid #fff;

  height: 220px;

  width: 100%;

  object-position: bottom;

  object-fit: cover;

}



.exploreWrapper .exploreContent {

  padding: 15px 20px 20px 20px;

}



.exploreWrapper .exploreContent h3 a {

  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



.exploreWrapper .exploreContent a {

  text-decoration: none;

}



.exploreWrapper .exploreContent h3 span.small-text-1 {

  color: #fff;

  font-size: 15px;

  font-weight: 500;

}



.custom-explore-instance {

  --bs-gutter-x: 2.5rem;

  --bs-gutter-y: 2.5rem;

  margin-top: 10px;

}



.custom-explore-instance-1 {

  --bs-gutter-x: 2.5rem;

  --bs-gutter-y: 2.5rem;

}



.explorePackages .col-lg-3 .exploreWrapper .exploreImg img {

  height: 590px;

}





/* Package Page */



.packageListing {

  padding: 40px 0 0px 0;

}

.packageListing.details {

  padding: 0px 0 100px 0;
  background-color: #f9f9f9;

}


.main-menu ul li a.site-btn.bg-green i {
  color: #fff;
  background-color: #1d7733;
  font-weight: 400;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}

.logo img {
  width: 136px;
}

.menu-area__right .icon {
  color: #ee6a12;
  background-color: #fbfbfb;
  border: 1px solid #d7d7d7;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-green {
  background-color: #f0f6f2;
  border: 2px solid #1d773369;
}

.bg-orange {
  background-color: #f9f2ee;
  border: 2px solid #f3c7aa;
}

.main-menu ul li a.site-btn.bg-orange {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #f07829;
  text-transform: uppercase;
  padding: 0 0 0 12px;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s all ease;
}

.main-menu ul li a.site-btn.bg-orange i {
  color: #fff;
  background-color: #f07829;
  font-weight: 400;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}

.main-menu ul li a.site-btn.bg-green {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #1d7733;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  padding: 0 0 0 12px;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s all ease;
}

.package_table_details {

  border-radius: 10px;

  border: 1px solid #e5e5e5;

  overflow: hidden;

}

.hamburger-trigger {
  display: none;
}







.package_table_details h2 {

  background-color: #ff6f10;

  padding: 30px 20px;

  color: #fff;

  font-size: 34px;

  margin-bottom: 0;

  font-weight: 600;

}





.package_table th {

  width: 40%;

}



.package_table th p.package_title {

  font-size: 20px;

  font-weight: 600;

  color: #000;

  padding: 30px 20px;

}



.package_table td p.package_details {

  font-size: 18px;

  font-weight: 400;

  color: #000;

  padding: 30px 40px 30px 0px;

}



.package_table tr th {

  border-bottom: 1px dashed #e5e5e5;

}



.package_table tr:nth-child(odd) {

  background-color: #f3f5fd;

}



.package_table tr:nth-child(6) th {

  border-bottom: 2px dashed transparent;

}



.package_table tr:nth-child(6) td {

  border-bottom: 2px dashed transparent;

}



.package_table tr td {

  border-bottom: 1px dashed #e5e5e5;

}



.section_two {

  padding: 60px 0;

}



.section_three {

  padding: 20px 0 60px 0;

}



.section_four {

  padding: 0px 0 40px 0;

}



.section_five {

  padding: 40px 0 60px 0;

}



.section_two .img_gal {

  display: grid;

  grid-template-columns: 1fr 1fr 1fr;

  gap: 25px;

}



.section_two .img_gal img {

  border-radius: 10px;

  height: 230px;

  object-fit: cover;

}



.hotelDetailTitle {

  font-size: 28px;

  font-weight: 600;

  color: #1d7733;

  margin-bottom: 25px;

}





.hotel_table {

  border-radius: 10px;

  overflow: hidden;

}



.hotel_table tr {

  border-bottom: 1px dashed #e5e5e5;

}



.hotel_table tr th {

  padding: 25px 13px;

  background-color: #ff7317;

  text-align: start;

  color: #fff;

  font-size: 20px;

  font-weight: 600;

}



.hotel_table tr {

  border-right: 1px dashed #e5e5e5;

}



.hotel_table tr th:nth-child(1) {

  width: 10%;

  border-right: 1px dashed #e5e5e5;

}



.hotel_table tr th:nth-child(2) {

  width: 0%;

  border-right: 1px dashed #e5e5e5;

}



.hotel_table tr th:nth-child(3) {

  width: 27%;

  border-right: 1px dashed #e5e5e5;

}



.hotel_table tr th:nth-child(4) {

  width: 6%;

  padding: 25px 20px;

  border-right: 1px dashed #e5e5e5;

}



.hotel_table tr th:nth-child(5) {

  width: 10%;

}



.hotel_table tr td {

  padding: 25px 13px;

  text-align: start;

  color: #000;

  font-size: 16px;

  font-weight: 500;

  border-right: 1px dashed #e5e5e5;

}



.hotel_table tr td:nth-child(5) {

  border-right: 1px dashed transparent;

}



.mainHotelWrapper {

  border-radius: 10px;

  overflow: hidden;

  border: 0px solid #e5e5e5;

}











/* Faq Section */





.accordion.custom-accord-1 {

  border: 0;

  margin-top: 40px;

}



.custom-accord-1 .accordion-button:focus {

  z-index: 3;

  border-color: #86b7fe00;

  outline: 0;

  box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);

}



.custom-accord-1 h2 button {

  font-size: 22px;

  font-weight: 600;

  color: #000;

  padding: 25px 25px;

  background-color: #f3f5fd;

}



.custom-accord-1 .accordion-item {

  background-color: #fff;

  border: 1px solid #e5e5e5;

  margin-bottom: 0;

  border-radius: 10px;

  overflow: hidden;

  box-shadow: 0px 3px 12px 0px #00000008;

}



.custom-accord-1 .accordion-item:not(:last-child) {

  margin-bottom: 35px;

}



.custom-accord-1 .accordion-button:not(.collapsed) {

  color: #000;

  background-color: transparent;

  box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);

  border-bottom: 2px dashed #e5e5e5;

}



.custom-accord-1 .accordion-body {

  padding: 25px 30px 25px 25px;

}



.custom-accord-1 .accordion-body p {

  font-size: 16px;

  line-height: 28px;

}

.custom-accord-1 .accordion-body p span {

  font-size: 16px;

  line-height: 28px;

}







.custom-accord-1 .accordion-button::after {

  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: auto;
  content: "";
  background-image: url(../images/logo/plus-sign-1.svg);
  background-repeat: no-repeat;
  background-size: 0.6em;
  transition: transform .2s ease-in-out;
  background-color: transparent;
  background-position: center;
  border-radius: 50px;
  border: 2px solid #1d7733;

}



.custom-accord-1 .accordion-button:not(.collapsed)::after {

  background-image: url("../images/logo/minimize-sign-1.svg");

  transform: rotate(-180deg);

  background-size: 0.5em;

}





.rate_table {

  overflow: hidden;

}



.rate_table tr th {

  padding: 25px 30px;

  background-color: #ff7317;

  text-align: start;

  color: #fff;

  font-size: 20px;

  font-weight: 600;

}



.rate_table tr th:nth-child(1) {

  width: 20%;

  border-right: 1px dashed #e5e5e5;

}



.rate_table tr th:nth-child(2) {

  width: 20%;

  border-right: 1px dashed #e5e5e5;

}



.rate_table tr th:nth-child(3) {

  width: 20%;

  border-right: 1px dashed #e5e5e5;

}



.rate_table tr th:nth-child(4) {

  width: 20%;

  padding: 25px 20px;

  border-right: 1px dashed #e5e5e5;

}



.rate_table tr th:nth-child(5) {

  width: 20%;

}



.rate_table tr td {

  padding: 25px 30px;

  text-align: start;

  color: #000;

  font-size: 18px;

  font-weight: 500;

  border-right: 1px dashed #e5e5e5;

}



.rate_table tr td:nth-child(5) {

  border-right: 1px dashed transparent;

}



.mainHotelWrapper_rate_table {

  border-radius: 10px;

  overflow: hidden;

  border: 1px solid #e5e5e5;

  margin-bottom: 30px;

}



.mainHotelWrapper_rate_table .hotePrice {

  color: #fff;

  font-size: 20px;

  font-weight: 400;

  padding: 15px 30px;

  background-color: #ff7317;

  border-bottom: 1px dashed #e5e5e5;

}



.mainHotelWrapper_rate_table .money {

  color: #fff;

  font-size: 20px;

  font-weight: bold;

}



/* .mt-30 {

  margin-top: 40px;

} */



.note {

  font-size: 16px;

  font-weight: 400;

  margin-top: 30px;

}



.note-1 {

  font-size: 12px;

  font-weight: 400;

  margin-top: 10px;

}



.section_seven {

  padding: 60px 0;

}



.specializations-list {

  list-style: none;

  margin-bottom: 0;

  padding-left: 0;

  column-count: 2;

}



.specializations-list li a {

  color: #000;

  font-size: 18px;

  font-weight: 500;

  text-decoration: none;

  display: flex;

  align-items: start;

}



.specializations-list li {

  margin-bottom: 1rem;

  padding-left: 0;

}



.specializations-list li:nth-child(1) {

  padding-left: 0px;

}



.specializations-list li:nth-child(4) {

  padding-left: 0px;

}



.specializations-list li a img {

  margin-right: 12px;

  width: 23px;

  margin-top: 5px;

}



.hotelGrid {

  height: 100%;

}







.hotelGrid .leftBx {

  border: 1px solid #e5e5e5;

  border-radius: 10px;

  background-color: #fff;

  text-align: center;

  height: 100%;

  padding: 36px 46px;

  box-shadow: 0px 8px 13px 6px #00000005;

}



.hotelGrid .rightbx {

  border: 1px solid #e5e5e5;

  border-radius: 10px;

  background-color: #fff;

  text-align: center;

  padding: 36px 46px;

  box-shadow: 0px 8px 13px 6px #00000005;

}



.hotelGrid .leftBx .hotelcon img {

  margin-bottom: 15px;

}



.hotelGrid .rightbx .hotelcon img {

  margin-bottom: 15px;

}



.hotelGrid .leftBx .hotelcon h4 {

  font-weight: 600;

  margin-bottom: 15px;

  color: #000;

  font-size: 20px;

}



.hotelGrid .rightbx .hotelcon h4 {

  font-weight: 600;

  margin-bottom: 15px;

  color: #000;

  font-size: 20px;

}



.hotelGrid .leftBx .hotelcon p {

  font-weight: 400;

  margin-bottom: 0;

  color: #000;

  font-size: 16px;

}



.hotelGrid .rightbx .hotelcon p {

  font-weight: 400;

  margin-bottom: 0;

  color: #000;

  font-size: 16px;

}



.hoteldesc {

  padding-left: 21px;

  margin-top: 43px;

}



.hoteldesc li {

  font-size: 18px;

  font-weight: 400;

  color: #000;

  margin-bottom: 10px;

}



.optional {

  padding: 30px 0;

}



.optional_cost_per_person {

  padding: 30px 0;

}



.left_hotel_img {

  width: 35%;

  margin-right: 40px;

}



.right_hotel_details {

  width: 65%;

}



.left_hotel_img img {

  border-radius: 10px;

  height: 180px;

  width: 100%;

  object-fit: cover;

}



.mtt-30 {

  margin-top: 30px;

}



/* Faq Section */





.accordion.custom-accord-2 {

  border: 0;

  margin-top: 40px;

}



.custom-accord-2 .accordion-button:focus {

  z-index: 3;

  border-color: #86b7fe00;

  outline: 0;

  box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);

}



.custom-accord-2 h2 button {

  font-size: 20px;

  font-weight: 600;

  color: #000;

  padding: 25px 40px;

  background-color: #f3f5fd;

}



.custom-accord-2 .accordion-item {

  background-color: #fff;

  border: 1px solid #e5e5e5;

  margin-bottom: 0;

  border-radius: 10px;

  overflow: hidden;

  box-shadow: 0px 3px 12px 0px #00000008;

}



.custom-accord-2 .accordion-item:not(:last-child) {

  margin-bottom: 35px;

}



.custom-accord-2 .accordion-button:not(.collapsed) {

  color: #000;

  background-color: transparent;

  box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);

  border-bottom: 2px dashed #e5e5e5;

}



.custom-accord-2 .accordion-body {

  padding: 25px 60px 25px 40px;

}



.custom-accord-2 .accordion-body p {

  font-size: 16px;

  line-height: 28px;

}



.custom-accord-2 .accordion-body .exlucsion_list li p {

  margin-top: 20px;

}









.custom-accord-2 .accordion-button::after {

  flex-shrink: 0;

  width: 1.5rem;

  height: 1.5rem;



  margin-left: auto;

  content: "";

  background-image: url(../images/logo/plus-sign-1.svg);

  background-repeat: no-repeat;

  background-size: 0.4em;

  transition: transform .2s ease-in-out;

  background-color: transparent;

  background-position: center;

  border-radius: 50px;

  border: 2px solid #1d7733;

}



.custom-accord-2 .accordion-button:not(.collapsed)::after {

  background-image: url("../images/logo/minimize-sign-1.svg");

  transform: rotate(-180deg);

  background-size: 0.5em;

}



.package_listing_details .exlucsion_list {

  padding-left: 21px;

}



.packageListing .sticky-top {

  top: 120px;

  z-index: 9;

}



.breadcrumb a {

  color: #d9d9d9;

  text-decoration: none;

  transition: 0.3s all ease;

}



.breadcrumb span {

  color: #d9d9d9;

  margin: 0 4px;

}



.breadcrumb span.current {

  color: #1b7130;

  font-size: 16px;

  margin: 0;

}



.breadcrumb a:hover {

  color: #007832;

  text-decoration: none;

}



.breadcrumb span.seprator {

  color: #d9d9d9;

  margin: 0 5px;

}



.package_icon_bx img {

  width: 35px;
  object-fit: cover;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 100px;

}

.nav-link.active .package_icon_bx img {

  width: 35px;
  object-fit: cover;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 100px;

}



.IconStack {

  margin-top: 40px;

}



.IconStack a {

  text-decoration: none;

  color: #000;

}



.package_icon_bx {
  border: 0px solid #e5e5e5;
  padding: 6px 0px;
  border-radius: 0;
  /* box-shadow: 0px 7px 17px 4px #0000000a; */
  width: 100%;
  line-height: 1;
}




.package_icon_bx p {

  font-size: 15px;
  margin-left: 11px;
  line-height: 1;
}




.spacing-right {

  padding-right: 76px;

}



.vertical_menu_item ul {

  list-style: none;

  padding-left: 0;

}



.vertical_menu_item {
  margin-top: 30px;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 10px;
  height: 628px;
  overflow: auto;
}



.vertical_menu_item ul li a {

  text-decoration: none;

  font-size: 16px;

  color: #000;

}







.vertical_menu_item .nav-link {

  text-align: left;

}



.vertical_menu_item .nav-link {

  color: #222;

  padding: 0;

  border-radius: 0;

  margin: 0px 0;

  display: flex;
  background-color: transparent;

  justify-content: space-between;
  /* border-bottom: 1px dashed #ccc; */

}

.vertical_menu_item .nav-link:last-child {
  border-bottom: 0px dashed #ccc;

}

.download__btn {
  text-align: center;
  margin-top: 30px;
  gap: 15px;
}

.download__btn .site-btn {
  font-size: 15px;
  padding: 7px 17px 7px 16px;
}

.package_modal_form .modal-header {
  background-color: #f07828;
}

.package_modal_form .modal-header h4.modal-title {
  color: #fff;
  text-transform: uppercase;
}

.vertical_menu_item .nav-link i {

  /* opacity: 0; */

  color: #d1d1d1;

  font-size: 20px;

}

.package_modal_form .modal-content .modal-header button.btn-close {
  background: url(http://satgurutravel.ru/satguru-packages/wp-content/uploads/2025/06/close.svg);
  background-size: contain;
  opacity: 1;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
}


.vertical_menu_item .nav-link.active {

  color: #000;
  border-radius: 10px;
  background: transparent;
  /* background: linear-gradient(336deg, rgba(28, 118, 51, 1) 0%, rgba(0, 41, 17, 1) 100%); */
  border-bottom: 0;
}

.vertical_menu_item .nav-link:hover {

  border-radius: 10px;
}



.vertical_menu_item .nav-link.active i.active-on {
  display: block;
  opacity: 1;
  color: #f07829;

}

.vertical_menu_item .nav-link.active i {
  opacity: 0;
  display: none;
}

.vertical_menu_item .nav-link i.active-on {
  display: none;
  opacity: 0;

}



.info_tab_details h4 {

  color: #000;

  font-size: 24px;

  font-weight: 600;

  margin-bottom: 15px;

}



.info_tab_details p {

  color: #000;

}





.innerTitle {

  font-size: 30px;

  font-weight: 600;

  color: #1d7733;

  margin-bottom: 30px;

}



.paraBx_1 {

  margin-bottom: 45px;

}



.paraBx_2 {

  margin-bottom: 45px;

}



.paraBx_3 {

  margin-top: 45px;

  margin-bottom: 45px;



}



.paraBx_4 {

  margin-bottom: 45px;

}



.paraBx_5 {

  margin-bottom: 45px;

}



.paraBx_6 {

  margin-bottom: 45px;

}



.paraBx_7 {

  margin-bottom: 45px;

}



.paraBx_8 {

  margin-bottom: 45px;

}



.paraBx_9 {

  margin-bottom: 45px;

}



.paraBx_10 {

  margin-bottom: 45px;

}



.paraBx_11 {

  margin-bottom: 45px;

}



.paraBx_12 {

  margin-bottom: 45px;

}



.paraBx_13 {

  margin-bottom: 45px;

}



.paraBx_14 {

  margin-bottom: 45px;

}



.paraBx_15 {

  margin-bottom: 45px;

}



.paraBx_16 {

  margin-bottom: 45px;

}



.paraBx_17 {

  margin-bottom: 45px;

}



.paraBx_18 {

  margin-bottom: 0;

}



.paraBx_8 p:not(:last-child) {

  margin-bottom: 25px;

}



.paraBx_13 p:not(:last-child) {

  margin-bottom: 25px;

}



.paraBx_13 p {

  margin-bottom: 0;

}



.paraBx_8 p {

  margin-bottom: 0;

}





.img_Bx img {

  border-radius: 10px;

  width: 100%;

  object-fit: cover;

  height: 370px;

}



.coutry_rules {

  margin-top: 60px;

}



.coutry_rules h4 {

  margin-bottom: 30px;

}



.coat_of_arms {

  margin-left: 130px;

}



.holiday_list {

  list-style: none;

  padding-left: 0;

  margin-bottom: 0;

  column-count: 4;

  position: relative;

  margin-top: 28px;

}



.holiday_list li {

  color: #000;

  margin-bottom: 20px;

  padding-left: 27px;

  margin-top: 0;

  position: relative;

}



.holiday_list li::before {

  content: '';

  position: absolute;

  background-color: #f3f5fd;

  border: 2px solid #cdcdcd;

  width: 15px;

  height: 15px;

  left: 0;

  border-radius: 50px;

  margin-top: 8px;

}



.paraBx_17 p a {

  color: #007832;

  text-decoration: none;

}



.paraBx_18 p span {

  font-weight: 600;

  font-size: 24px;

}



.paraBx_18 p:not(:last-child) {

  margin-bottom: 30px;

}



.paraBx_18 p {

  margin-bottom: 0;

}



.news__slide {

  flex-shrink: 0;

  width: auto;

}



.news__slider-inner {

  display: flex;

}



.news__slider {

  overflow: visible;

}



.swiper-pointer-events {

  touch-action: pan-y;

}



.flag img {

  width: 160px;

  height: 79px;

}



.coat_of_arms img {

  width: auto;

  height: 126px;

  object-fit: cover;

}



.popular_Countries_Slider .swiper-pagination {

  display: none;

}



.main-menu nav ul li ul.mega-menu li.sub-mega-menu-width-22 {

  width: 22%;

}



.main-menu nav ul li ul.mega-menu li {

  line-height: 1;

  display: block;

  position: relative;

  padding-right: 0;

}



.main-menu nav ul li ul.mega-menu:nth-child(9) li {

  border-bottom: 2px solid #f4f4f4;

}



.main-menu nav ul li ul.mega-menu .container .row .col-lg-3 {

  padding: 0;

}



.tab-hide {

  display: none;

}



.mobileHotelSlider .owl-dots button {

  font-size: 0;

  width: 12px;

  height: 12px;

  border: 2px solid #bababa;

  margin: 10px 5px 0;

  border-radius: 50%;

}



.mobileHotelSlider .owl-dots button {

  font-size: 0;

  width: 12px;

  height: 12px;

  border: 2px solid #bababa;

  margin: 10px 5px 0;

  border-radius: 50%;

}



.mobileHotelSlider .owl-dots .active {

  border: 2px solid #007731;

  background-color: #007731;

}



.mobileHotelSlider .swiper-wrapper .swiper-slide {

  width: 350px !important;

}



.menu-btn {

  background-color: #007731;

  color: #fff;

  border-radius: 0;

  text-decoration: none;

  padding: 10px 15px;

  border-radius: 5px;

  display: inline-block;

  width: 100%;

  display: flex;

  justify-content: space-between;

}



.menu-btn:hover {

  color: #fff;

}



.package_price-sec {

  padding: 60px 0;

}



.package_header {

  margin-bottom: 40px;

}



.CountrypackageListing {

  padding: 80px 0;

}



.hote_Desc {

  font-size: 16px;

}


.CountrypackageListing a {
  text-decoration: none;
}

p.dis-note {
  font-size: 16px;
  color: #ff0000;
  margin-top: 18px;
}

.right_hotel_details ul li span {
  font-size: 16px;
}

.btn-slect-country {
  padding: 11px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f07828;
  color: #fff;
  border-radius: 5px;
}

.btn-slect-country:hover {
  color: #fff;
}

.country_mobile_wrapper .nav-link {
  padding: 0;
}

.country_mobile_wrapper .card.card-body {
  height: 450px;
  overflow-y: scroll;
}

a.play__btn {
  background: #fff;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 20px;
  right: 30px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
}

a.play__btn i {
  color: #007731;
  font-size: 18px;
  margin-left: 3px;
  position: relative;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #1d7733;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(29 119 51 / 0%);
}

#countrySearchInput::placeholder {
  font-size: 14px;
}

#countrySearchInput {
  font-size: 14px;
  padding: 7px 10px;
}


.day-price {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

.day-price p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}


.day-price .price p span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}






.exchange-widget {
  font-size: 14px;
  /* border-top: 2px solid #d0e5f5; */
  max-width: 330px;
  box-shadow: 0 0 10px 0px #00000029;
  border-radius: 8px;
  top: 0;
}

.exchange-widget table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.exchange-widget th,
.exchange-widget td {
  padding: 3px 7px;
  line-height: 1.3;
}

#todayDate {
  font-size: 13px;
}

.rate-price {
  font-size: 13px;
}

.exchange-widget thead th {
  font-weight: bold;
  color: #111;
}

.exchange-widget img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 2px;
}

.rate-arrow {
  font-weight: bold;
  margin-left: 4px;
}

.arrow-up {
  color: green;
}

.arrow-down {
  color: red;
}

.exploreContent h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}