@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&family=Work+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gentium+Plus:wght@400;700&display=swap");
:root {
  --mainWhite: #fff;
  --mainDark: #262339;
  --paraColor: #737679;
  --darkGreen: #6ab406;
  --orange: #bfa2db;
  --headingOther: #a5a5a5;
  --purplebg: #003a00;
  --primarybg: #f5f5f5;
  --headingfontfamily: "Gentium Plus", serif;
  --primaryboxshadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/*--------------------prashant common styling---------------------------*/

body {
  font-size: 16px;
  font-family: work sans, sans-serif;
  overflow-x: hidden;
}

.section-padding {
  padding: 80px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headingfontfamily) !important;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  color: var(--darkGreen);
}

a:hover {
  color: inherit;
}

ul {
  list-style: none;
}

a svg:not(:root).svg-inline--fa {
  color: var(--mainWhite);
}

::placeholder {
  color: var(--headingOther);
  text-transform: capitalize;
}

.city-index {
  background-color: #6ab406;
  padding: 20px;
}
.city-index h3 {
  font-size: 20px;
  font-weight: 500;
  color: white;
}

.package-details h2 {
  font-size: 20px;
  text-align: center;
  color: white;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.common-heading {
  font-family: quicksand, sans-serif;
  font-size: 40px;
  line-height: 46px;
  text-transform: capitalize;
  color: var(--mainDark);
}

.common-para {
  font-size: 17px;
  line-height: 22px;
  color: var(--paraColor);
  font-family: work sans, sans-serif;
  margin-bottom: 0px;
  line-height: 1.7;
}

.heading-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.content-wrap {
  text-align: center;
}

.common-upper-heading {
  margin-bottom: 10px;
  font-family: quicksand, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: var(--darkGreen);
}

.common-button {
  display: inline-block;
  padding: 16px 32px;
  background: var(--mainDark);
  border-radius: 30px 0px;
  font-weight: 600;
  font-size: 16px;
  color: var(--mainWhite);
  position: relative;
  z-index: 9;
}

.common-button::before {
  height: 100%;
  width: 50%;
  position: absolute;
  content: "";
  background: var(--darkGreen);
  top: 0;
  left: 0px;
  border-radius: 30px 0px;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.common-button:hover::before {
  width: 100%;
}

.navbar-brand {
  padding: 0 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 5px;
}

.get-free-consultation {
  background-color: var(--darkGreen);
  color: var(--mainWhite);
  padding: 12px 12px;
  text-align: center;
  box-shadow: 0px 0px 5px #9b9b9b;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  z-index: 20 !important;
  cursor: pointer;
  font-weight: 600;
  border-radius: 30px;
  font-family: quicksand, sans-serif;
}

.get-free-consultation:hover {
  background: var(--purplebg);
  color: var(--mainWhite);
}

.common-redirect-banner {
  background: url(../images/redirect-banner.jpg) center center;
  background-size: cover;
  position: relative;
  padding: 50px 0;
  display: flex;
  align-items: center;
}

.common-redirect-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  content: "";
  background: rgba(48, 79, 71, 0.65);
}

.common-redirect-banner-title {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  font-family: var(--headingfontfamily);
  text-align: center;
}

.breadcrumb {
  position: relative;
  font-weight: 700;
}

.breadcrumb .active {
  color: var(--darkGreen);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--mainWhite);
}

.custom-rotate {
  transform: rotate(80deg);
}

.fixed-top {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
  padding-bottom: 5px;
}

.form-select:focus,
.form-control:focus {
  box-shadow: none;
  border-color: var(--darkGreen);
}

textarea {
  resize: none;
}

.repeated-form {
  padding: 30px 40px;
  background: var(--mainWhite);
  box-shadow: 0 0 64px rgb(17 17 17 / 10%);
  border-radius: 10px;
  position: relative;
}

.repeated-form h2.common-heading {
  position: absolute;
  margin-bottom: 30px;
  top: 0;
  line-height: 0;
  background: var(--darkGreen);
  padding: 32px 75px 32px 15px;
  left: 0;
  font-size: 28px;
  text-transform: uppercase;
  color: var(--mainWhite);
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.repeated-form .form-control {
  border: 1px solid var(--darkGreen);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.call-us-button,
.footer-free-consultant {
  position: fixed;
  bottom: 30px;
  left: 15px;
  z-index: 1;
}

.call-us-button:hover,
.footer-free-consultant:hover {
  background: var(--mainWhite);
  color: var(--darkGreen);
  border: 2px solid var(--headingOther);
}

.call-us-button {
  display: none;
}

.footer-free-consultant {
  display: block;
}

a.whatsapp {
  position: fixed;
  bottom: 30px;
  right: 22px;
  z-index: 2;
}

a.whatsapp img {
  width: 50px;
}

.map-area iframe {
  height: 330px;
}

/*--------haeader css------------*/

header .bottom-navbox {
  background: var(--mainWhite);
  padding: 0px 25px;
}

header .top-navbox {
  background: var(--darkGreen);
  color: var(--mainWhite);
}

header .top-navbox .coverage svg:not(:root).svg-inline--fa {
  color: var(--mainWhite);
}

header .top-navbox .coverage a {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--mainWhite);
}

header .top-navbox ul li a {
  line-height: 38px;
  display: block;
  text-align: center;
  width: 38px;
  height: 38px;
  font-size: 18px;
}

header .logo-title,
footer .logo-title {
  font-weight: 700;
  color: var(--mainDark);
  font-size: 25px;
}

.main-logo {
  width: 230px;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: var(--mainDark);
  text-transform: capitalize;
  transition: all 0.3s;
  font-size: 16px;
}

.navbar-nav .nav-link:hover {
  color: var(--purplebg);
}

.navbar-nav .nav-item {
  position: relative;
  padding: 0 7px;
}

/*----------home page css------------*/

.home-slider #carouselExampleCaptions img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}

.home-slider #carouselExampleCaptions .carousel-inner::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(0, 58, 0, 0.3) 100%,
    rgba(0, 58, 0, 0.3) 100%
  );
  z-index: 2;
}

.home-slider .carousel-indicators {
  display: none;
}

.home-slider .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  text-align: left;
  z-index: 4;
  width: 50%;
}

.slide-btn {
  padding-top: 10px;
}

.home-slider #carouselExampleCaptions .slider-title {
  margin-bottom: 30px;
  transform: translateY(-50px);
  transition: 1.5s;
  opacity: 0;
  font-size: 48px;
  color: var(--mainWhite);
  text-transform: capitalize;
  letter-spacing: 1.5px;
}

.home-slider #carouselExampleCaptions .tour-info {
  font-size: 30px;
  line-height: 37px;
  color: var(--mainWhite);
  margin-bottom: 30px;
}

.home-slider #carouselExampleCaptions .carousel-item.active .slider-title {
  opacity: 1;
  transform: translateY(0);
  font-family: var(--headingfontfamily);
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  z-index: 3;
}

.home-slider .carousel-control-prev-icon,
.home-slider .carousel-control-next-icon {
  background-image: none;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mainWhite);
  opacity: 1;
  border-radius: 50%;
  opacity: 1 !important;
  color: var(--mainWhite);
  font-size: 25px;
  transition: 0.3s;
  border: 1px solid var(--darkGreen);
}

.home-slider .carousel-control-prev-icon:hover,
.home-slider .carousel-control-next-icon:hover {
  background: var(--darkGreen);
}

/*--------------------home page best-package-----------------------------*/

.best-package .package-card {
  -webkit-box-shadow: 0 0 30px rgb(17 17 17 / 8%);
  box-shadow: 0 0 30px rgb(17 17 17 / 8%);
  overflow: hidden;
  min-height: auto;
  position: relative;
  background: var(--darkGreen);
}

.best-package .owl-carousel .owl-nav button {
  top: 0;
  bottom: 0;
  margin: auto;
}

.overlay-wrap {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
}

.overlay-wrap h3 {
  color: #fff;
  margin-bottom: 60px;
  font-size: 40px;
  display: flex;
  flex-flow: column;
  text-align: center;
}

.carousel-btn {
  margin-top: 50px;
}

.best-package .package-card .package-thumb img {
  transition: all 0.4s;
  height: 100%;
  width: 100%;
}

.best-package .package-card:hover .package-thumb img {
  transform: scale(1.05);
}

.package-slider-wrap {
  position: relative;
  height: 468px;
  display: flex;
}

.package-slider-wrap img {
  width: 100%;
  object-fit: cover;
}

.package-slider-wrap .pakage-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.package-slider-wrap .pakage-overlay strong {
  font-weight: 700;
  font-size: 30px;
  line-height: 46px;
  color: var(--mainWhite);
}

.repeated-carousel {
  margin-top: 30px;
}

.repeated-carousel .package-card {
  margin-top: 0;
  min-height: 468px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.repeated-carousel .package-card h3 {
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.repeated-carousel .package-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 10%;
  height: 2px;
  background-color: var(--mainDark);
  z-index: -1;
  transition: 0.4s ease-in-out;
}

.package-card:hover h3::after {
  width: 50%;
}

.repeated-carousel .package-card p {
  margin: 15px 0;
  flex-grow: 1;
}

.repeated-carousel .owl-nav.disabled,
.our-experts .owl-nav.disabled {
  display: block;
}

.repeated-carousel button.owl-prev,
.repeated-carousel button.owl-next,
.our-experts button.owl-prev,
.our-experts button.owl-next {
  position: absolute;
  top: 18%;
  height: 40px;
  width: 40px;
  line-height: 40px !important;
  color: var(--mainWhite);
  border: 2px solid var(--mainWhite) !important;
  border-radius: 50% !important;
}

.our-experts button.owl-prev,
.our-experts button.owl-next {
  border: 2px solid var(--darkGreen) !important;
}

.repeated-carousel button.owl-prev:hover,
.repeated-carousel button.owl-next:hover {
  background: var(--darkGreen) !important;
}

.repeated-carousel button.owl-prev svg:not(:root).svg-inline--fa,
.repeated-carousel button.owl-next svg:not(:root).svg-inline--fa {
  color: var(--mainWhite);
  font-size: 22px;
}

.our-experts button.owl-prev svg:not(:root).svg-inline--fa,
.our-experts button.owl-next svg:not(:root).svg-inline--fa {
  color: var(--darkGreen);
  font-size: 22px;
}

.repeated-carousel button.owl-prev {
  left: -25%;
}

.repeated-carousel button.owl-next {
  left: -15.9%;
}

.repeated-carousel.again button.owl-prev {
  right: -15.9%;
  left: unset !important;
}

.repeated-carousel.again button.owl-next {
  right: -25%;
  left: unset !important;
}

.best-package .heading-wrap {
  text-align: left;
}

/*------why-us----------*/

.why-us {
  background: linear-gradient(
      rgba(48, 79, 71, 0.8) 100%,
      rgba(48, 79, 71, 0.8) 100%
    ),
    url(../images/herbs.jpg);
  background-repeat: no-repeat;
  background-position: revert;
  background-size: cover;
  padding: 120px 0;
}

.why-us .achievement-card {
  padding: 20px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 64px rgb(17 17 17 / 10%);
  border-radius: 5px;
  background: linear-gradient(
    227deg,
    rgb(106 180 6 / 54%) 0%,
    rgba(225, 225, 225, 0.3) 100%
  );
  backdrop-filter: blur(10px);
}

.why-us .achievement-card .achievement-icon {
  margin-bottom: 20px;
}

.why-us .achievement-card .achievement-icon svg:not(:root).svg-inline--fa {
  font-size: 75px;
}

.why-us .achievement-card h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: var(--mainWhite);
}

/*---traveller--------*/

.traveller-say {
  position: relative;
  z-index: 1;
}

.traveller-say::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: url(../images/testi-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}

.traveller-say .review-card {
  padding: 30px 25px;
  margin: 20px 20px;
  text-align: center;
  box-shadow: rgba(17, 17, 26, 0.1) 0 0 16px;
  border-radius: 50px 50px 0 0;
  background: var(--mainWhite);
}

.traveller-say .review-card .reviewer-img img {
  height: 114px;
  width: 114px;
  border-radius: 50%;
  border: 8px solid rgba(48, 79, 71, 0.1);
  margin: 0 auto;
  object-fit: cover;
}

.traveller-say .review-card h3 {
  margin-top: 25px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: var(--mainDark);
}

.traveller-say .review-card p {
  position: relative;
}

.traveller-say .review-card p::before {
  position: absolute;
  content: "";
  background: url(../images/quote-rwview.svg);
  left: 0;
  bottom: 100%;
  height: 37px;
  width: 37px;
  top: -55px;
}

.traveller-say .owl-theme .owl-dots .owl-dot span {
  height: 10px;
  width: 25px;
  background: var(--darkGreen);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}

.traveller-say .owl-theme .owl-dots .owl-dot.active span {
  height: 15px;
  background: var(--purplebg);
}

/*-------latest-blog---------*/

.latest-blog.best-package .package-card {
  margin-top: 30px;
  box-shadow: 0 0 30px rgb(17 17 17 / 8%);
  border-radius: 5px;
  padding-bottom: 20px;
  background: var(--mainWhite);
  min-height: 550px;
}

.latest-blog.best-package .package-card svg:not(:root).svg-inline--fa {
  font-size: 18px;
  margin-right: 5px;
}

.latest-blog.best-package .package-card .common-button {
  padding: 7px 20px;
  font-size: 13px;
}

.latest-blog.best-package .package-card .date-box {
  border-radius: 0 0 5px 5px;
  padding: 10px 20px;
  background: var(--mainDark);
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  color: var(--mainWhite);
}

.latest-blog.best-package
  .package-card
  .date-box
  svg:not(:root).svg-inline--fa {
  color: var(--mainWhite);
}

/*-------------------our-locations----------------------------*/

/*----footer-----*/

footer {
  background: var(--purplebg);
  margin-top: -6px;
}

footer a,
.our-locations a {
  font-size: 16px;
  color: var(--mainWhite);
  line-height: 22px;
  display: block;
  font-weight: 500;
}

footer a:hover {
  color: var(--darkGreen);
}

footer .contact-box,
.our-locations .contact-box {
  display: flex;
  margin-top: 25px;
}

footer .contact-box span,
.our-locations .contact-box span {
  float: left;
  width: 34px;
  font-size: 18px;
  padding-right: 30px;
  color: var(--darkGreen);
  display: flex;
  align-items: center;
}

footer .social-icons .pr-2 {
  padding-right: 0.5rem !important;
}

footer .payment-cards img {
  width: 65px;
  height: auto;
  margin-right: 13px;
  margin-bottom: 15px;
}

footer .copyright-box {
  border-top: 1px solid var(--darkGreen);
  font-size: 14px;
}

.best-package.single-package .package-pic img {
  border-radius: 5px;
  height: 450px;
  object-fit: cover;
  margin-bottom: 20px;
  width:100%;
}

.best-package.single-package .travel-tab .nav-link {
  margin-right: 20px;
  border: 2px solid var(--darkGreen);
  padding: 10px 36px;
  font-weight: 700;
  font-size: 20px;
  background: var(--darkGreen);
  color: var(--mainWhite);
}

.best-package.single-package
  .travel-tab
  .information-box
  svg:not(:root).svg-inline--fa,
.best-package.single-package
  .travel-tab
  .table-wrapper
  .table-bottom
  svg:not(:root).svg-inline--fa {
  color: var(--darkGreen);
}

.contact-single .conatct-card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  display: flex;
  justify-content: space-around;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 20px;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 30px;
}

.contact-single .contact-form {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 30px;
}

.contact-single .contact-form h5 {
  font-size: 25px;
  margin-bottom: 20px;
  border-bottom: 1px dashed var(--headingOther);
  padding-bottom: 5px;
}

.contact-single.second {
  height: 100%;
}

.contact-single.second .time-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}

.contact-single .time-wrap .conatct-card {
  height: 10rem;
  background-color: #fff;
}

.contact-single .conatct-card::before {
  content: "";
  position: absolute;
  left: -17px;
  right: 0;
  top: 0;
  height: 82px;
  width: 110px;
  background-color: var(--darkGreen);
  z-index: -1;
  border-radius: 0% 100% 100% 0% / 100% 0% 100% 0%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.contact-single .contact-info h5 {
  font-size: 28px;
  width: 100%;
  color: var(--darkGreen);
}

.contact-single .conatct-card .contact-icon {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 20px;
}

.contact-single .conatct-card .contact-info {
  flex-grow: 1;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.contact-single .conatct-card .contact-info p {
  font-size: 16px;
  font-weight: 500;
}

.contact-single .conatct-card .contact-social-link {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  margin-top: 30px;
}

.address-wrap {
  margin-bottom: 80px;
}

.contact-social-link li a svg:not(:root).svg-inline--fa {
  font-size: 23px;
  color: var(--mainDark);
  margin: 0px 10px;
  transition: 0.3s ease-in-out;
}

.contact-social-link li a svg:not(:root).svg-inline--fa:hover {
  color: var(--darkGreen);
}

.contact-single .conatct-card:hover:after {
  background: var(--darkGreen);
}

.open-close-hour svg:not(:root).svg-inline--fa {
  font-size: 38px !important;
}

.open-close-hour h5 {
  color: var(--darkGreen);
}

.open-close-hour p {
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  line-height: 23px;
  color: var(--headingOther);
  margin-top: 8px;
}

/*-------------about page----------------------------*/

.about-single img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

.about-single .upper-image {
  display: inline-block;
  margin-bottom: 10px;
  border: 10px solid rgba(48, 79, 71, 0.1);
  margin-bottom: 10px;
  width: 75%;
}

.our-experts .expert-card {
  transition: all 0.4s ease;
  border: 1px solid #f1f1f1;
  background: var(--mainWhite);
  border-radius: 10px;
}

.our-experts .expert-card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.our-experts .expert-card .guide-info {
  transition: all 0.4s ease;
  transform: translateY(47%);
  background: var(--mainWhite);
}

.our-experts .expert-card:hover .guide-info {
  transform: translateY(0);
}

.our-experts .expert-card .guide-info h3 {
  font-size: 22px;
  color: var(--mainDark);
}

.our-experts .expert-card .guide-info p {
  font-size: 18px;
}

.our-experts .expert-card .guide-links li a {
  font-size: 20px;
  background: rgba(175, 175, 175, 0.3);
  border-radius: 10px;
  color: #afafaf;
  transition: all 0.3s;
  height: 40px;
  width: 40px;
}

.our-experts .expert-card .guide-links li a svg:not(:root).svg-inline--fa {
  color: #afafaf;
}

.our-experts .expert-card .guide-links li a:hover {
  background: var(--darkGreen);
}

.our-experts
  .expert-card
  .guide-links
  li
  a:hover
  svg:not(:root).svg-inline--fa {
  color: var(--mainWhite);
}

.our-experts .owl-nav {
  position: absolute;
  right: 40px;
  top: -30%;
}

.our-experts .owl-nav .owl-prev {
  right: 10px;
}

.our-experts button.owl-prev:hover,
.our-experts button.owl-next:hover {
  background: var(--mainwhite) !important;
}

.our-treatment.about-our-treatment {
  padding: 30px 0;
}

.about-banner.about-bg {
  background-color: aliceblue;
}

.about-banner.dark .treatment-card .upper img {
  filter: invert(1) brightness(20);
}

.about-banner.dark .treatment-card .bottom h3 {
  color: var(--darkGreen);
  font-size: 28px;
}

.about-banner.dark .treatment-card .bottom p {
  color: #fff;
}

.about-banner.dark {
  background: var(--mainDark);
}

/*---------Detail page faq css-----*/

.single-package .nav-pills {
  background: var(--second-color);
}

.single-package .nav-pills .nav-link {
  color: var(--first-color);
  border-radius: 0;
  padding-left: 0;
  display: inline-block;
  margin-bottom: 25px;
}

.single-package .nav-pills .nav-link.active {
  background: var(--first-color);
  color: var(--secondary-font);
}

.single-package .accordion-button {
  font-weight: 700;
}

.single-package .accordion-button:not(.collapsed) {
  color: var(--darkGreen);
}

.single-package .accordion-button::after {
  background-image: url(../images/plus.png);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.png);
}

.accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}

/* addtional css */

.spacing-wrapper {
  padding: 40px 20px;
  border-radius: 10px;
}

.treatment-card {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  height: 15rem;
  justify-content: space-around;
}

.treatment-card .bottom h3 {
  font-size: 20px;
}

.treatment-card .upper {
  margin-bottom: 10px;
}

.why-us .heading-wrap h2 {
  color: #fff;
}
.why-us .heading-wrap .common-upper-heading {
  color: #fff;
}

.content-wrap-2 {
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.mini-heading {
  position: relative;
  z-index: 1;
  color: var(--darkGreen);
  padding: 10px 50px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.mini-heading::before {
  content: "";
  position: absolute;
  height: 35px;
  width: 35px;
  z-index: 2;
  left: 0px;
  top: -9px;
  bottom: 0;
  margin: auto;
  background: url(../images/medicine.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.list-unstyled.service-list li::before {
  top: 0;
  margin: inherit;
}

.list-unstyled {
  padding-left: 30px;
}

.list-unstyled li {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  padding-left: 10px;
  color: var(--paraColor);
  /* font-size: 17px; */
}
.list-unstyled li::before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  z-index: 2;
  left: -30px;
  top: 0px;
  background: url(../images/medicine.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.content-wrap-2 .heading-wrap {
  margin-bottom: 20px;
}

.list-wrap {
  border-radius: 10px;
  margin-top: 30px;
}

.content-wrap-2.common-bg .heading-wrap {
  text-align: left;
}

.content-wrap-2 .common-para {
  margin-bottom: 20px;
}

.mini-heading-2 {
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  color: #fff;
  margin-bottom: 20px;
  font-size: 17px;
}

.mini-heading-2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0px;
  top: 0px;
  bottom: 0;
  margin: auto;
  background-color: var(--mainDark);
}

.common-bg {
  position: relative;
  z-index: 1;
}

.common-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url(../images/Footer-pattern.jpg);
  background-repeat: repeat;
}

.common-bg .heading-wrap {
  text-align: center;
}

.package-details {
  padding: 20px;
  flex-grow: 1;
  display: inline-flex;
  flex-flow: column;
  justify-content: space-between;
}

/* footer */

.footer-menu {
  margin-top: 20px;
}

footer .social-icons {
  display: flex;
  flex-wrap: wrap;
}
footer .social-icons li {
  margin-right: 10px;
  margin-bottom: 10px;
}

footer ul {
  padding: 0;
  margin: 0;
}

footer .footer-menu .footer-heading {
  font-size: 28px;
  color: var(--mainDark);
  margin-bottom: 20px;
}

footer .footer-llink-list li {
  margin-bottom: 10px;
}

footer a {
  color: var(--paraColor);
}

footer .common-para {
  color: var(--paraColor);
  padding: 20px 10px;
}

footer {
  background: url(../images/Footer-pattern.jpg);
  background-repeat: repeat;
}

footer .social-icons a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--darkGreen);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.about-why {
  margin-top: 10px;
  text-align: center;
}

.about-why h4 {
  margin: auto;
  width: fit-content;
}

/* service page index css */

.services-wrap .content-wrap-2 {
  box-shadow: none;
  padding: 0;
  margin-bottom: 40px;
}

.services-wrap .content-wrap-2 .package-card h3 {
  color: #fff;
  text-align: center;
  width: 100%;
}
.services-wrap .content-wrap-2 .package-card {
  background-color: var(--darkGreen);
  height: 100%;
}

.services-wrap .package-card .package-thumb img {
  height: 14rem;
}

.services-wrap .package-card .package-details {
  display: flex;
}

/* faqs css */

#faq-wrapper .accordion .accordion-item {
  margin-bottom: 15px;
  border: 1px solid var(--darkGreen);
  border-radius: 10px;
  padding: 3px;
}

#faq-wrapper .accordion .accordion-item .accordion-header button {
  font-weight: 400;
  font-size: 18px;
}
.accordion-body {
  padding: 10px;
  border-top: none;
  box-shadow: none;
}

.content-wrap-2 iframe {
  margin: 10px 0px 20px;
}

.about-wrap {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  height: 100%;
}

.about-wrap .common-para {
  margin-bottom: 10px;
}

.top-info-wrapper .left {
  flex-grow: 1;
  text-align: center;
  display: flex;
  justify-content: center;
}

/*------------------------my media query-----------------------------*/

/*------------media query----------*/

@media screen and (min-width: 1299.98px) {
  .navbar-nav .nav-item {
    padding: 0px 15px;
  }
}

@media only screen and (max-width: 1400px) {
  .common-heading {
    font-size: 32px;
    line-height: 35px;
  }
  .common-upper-heading {
    font-size: 20px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 23px;
  }
  .common-para {
    font-size: 16px;
  }
  .common-button {
    font-size: 15px;
    padding: 10px 32px;
  }
  .home-slider #carouselExampleCaptions .slider-title {
    font-size: 45px;
    line-height: 60px;
  }
  .home-slider #carouselExampleCaptions .tour-info {
    font-size: 23px;
  }
  .contact-single .contact-icon svg:not(:root).svg-inline--fa {
    font-size: 33px;
  }
  .contact-single .contact-info h5 {
    font-size: 22px;
  }
  .contact-single .contact-info p {
    font-size: 16px;
  }
  .best-package .package-card .package-details {
    padding: 9px 15px;
  }
  .best-package .package-card h3 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1200px) {
  .common-heading {
    font-size: 29px;
    line-height: 25px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    font-size: 20px;
  }
  .common-para {
    font-size: 14px;
  }
  .common-upper-heading {
    font-size: 15px;
  }
  .common-redirect-banner {
    padding: 70px 0;
  }
  .common-button {
    font-size: 13px;
    padding: 10px 34px;
  }
  .navbar-nav .nav-link {
    font-size: 15px;
    padding-bottom: 0;
  }
  br {
    display: none;
  }
  ::placeholder {
    font-size: 14px;
  }
  .repeated-form textarea.form-control {
    height: 90px;
  }
  .main-logo {
    width: 160px;
  }
  header .top-navbox .coverage a {
    font-size: 12px;
  }
  .get-free-consultation {
    padding: 7px 15px;
  }
  .navbar-nav .nav-item {
    padding: 5px 7px;
  }
  .repeated-carousel .package-card p {
    font-size: 14px;
  }
  .home-slider .carousel-control-prev-icon,
  .home-slider .carousel-control-next-icon {
    height: 30px;
    width: 30px;
    font-size: 18px;
  }
  .home-slider #carouselExampleCaptions img {
    height: 480px;
  }
  .home-slider #carouselExampleCaptions .slider-title {
    font-size: 50px;
    padding: 0 128px;
    margin-bottom: 0;
    line-height: 57px;
    text-transform: capitalize !important;
  }
  .home-slider #carouselExampleCaptions .tour-info {
    display: none;
  }
  .home-slider .carousel-caption {
    text-align: center;
  }
  .home-slider .common-button {
    display: none;
  }
  .our-treatment .treatment-card {
    margin-bottom: 20px;
  }
  .our-treatment .treatment-card .upper img {
    height: 57px;
  }
  .why-us {
    padding: 80px 0;
  }
  .why-us .achievement-card {
    width: 100%;
    margin: auto;
  }
  .why-us .achievement-card .achievement-icon svg:not(:root).svg-inline--fa {
    font-size: 52px;
  }
  .why-us .achievement-card .achievement-icon {
    margin-bottom: 10px;
  }
  .why-us .achievement-card p {
    margin-bottom: 0 !important;
  }
  .package-slider-wrap .pakage-overlay strong {
    font-size: 25px;
  }
  .best-package .package-card .package-thumb img {
    height: 210px;
  }
  .repeated-carousel .package-card {
    min-height: 420px;
  }
  .repeated-carousel button.owl-prev {
    left: 0;
    height: 30px;
    width: 30px;
    line-height: 30px !important;
    font-size: 18px;
  }
  .repeated-carousel button.owl-next {
    left: 94.1%;
    height: 30px;
    line-height: 30px !important;
    width: 30px;
    font-size: 18px;
  }
  .best-package {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .gmap_canvas iframe {
    height: 445px;
    width: 100%;
    margin-bottom: 20px;
  }
  .repeated-form h2.common-heading {
    padding: 20px 60px 20px 15px;
    font-size: 17px;
  }
  .traveller-say .review-card .reviewer-img img {
    height: 80px;
    width: 80px;
    border: 4px solid rgba(48, 79, 71, 0.1);
  }
  .traveller-say .review-card h3 {
    font-size: 17px;
    margin-top: 25px;
    line-height: 0;
  }
  .traveller-say .review-card p::before {
    display: none;
  }
  .traveller-say .review-card p {
    line-height: 1.5;
  }
  .latest-blog.best-package .package-card .date-box,
  .latest-blog.best-package
    .package-card
    .date-box
    svg:not(:root).svg-inline--fa {
    font-size: 12px;
  }
  .latest-blog.best-package .package-card .date-box {
    padding: 10px 10px;
  }
  .latest-blog.best-package .package-card .package-thumb img {
    height: 160px;
  }
  .latest-blog.best-package .package-card {
    min-height: 420px;
    width: 100%;
    margin: 15px auto 15px auto;
  }
  .our-locations .contact-box {
    margin-top: 15px;
  }
  .our-locations a {
    font-size: 13px;
    line-height: 1.5;
  }
  .location-card {
    padding: 15px 20px;
  }
  .location-card h4 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .location-card .contact-box svg:not(:root).svg-inline--fa {
    font-size: 13px;
  }
  .best-package .package-card .common-button {
    margin-top: 20px;
  }
  .traveller-say .review-card {
    margin: 20px 10px;
  }
  .contact-single .contact-info h5,
  .open-close-hour h5 {
    font-size: 20px;
    margin-top: 15px;
  }
  .open-close-hour h5 {
    margin-top: 0;
  }
  .contact-single .contact-info p,
  .open-close-hour p {
    font-size: 16px;
    line-height: 20px;
  }
  .open-close-hour svg:not(:root).svg-inline--fa {
    font-size: 28px !important;
  }
  .about-single img {
    height: 500px;
  }
  .best-package .package-card .package-details {
    padding: 7px 15px;
  }
  .best-package .package-card h3 {
    font-size: 16px;
  }
  .best-package.single-package .table-list-allow {
    font-size: 14px;
    margin-bottom: 20px !important;
  }
  .best-package.single-package .travel-tab .nav-link {
    margin-right: 0;
    padding: 4px 6px;
    font-weight: 700;
    font-size: 13px;
  }
  .best-package.single-package .table-list-allow {
    font-size: 14px;
    margin-bottom: 20px !important;
  }
  .best-package.single-package iframe {
    height: 250px;
  }
  .single-package .accordion-button {
    font-size: 14px;
  }
  .single-package .accordion-button::after {
    background-size: 1rem;
  }
  .our-experts .expert-card .guide-info {
    transform: translateY(58%);
  }
  footer a {
    font-size: 13px;
    line-height: 2;
  }
  footer .payment-cards img {
    width: auto;
    height: 30px;
  }
  footer .copyright-box {
    margin-top: 15px !important;
  }
  .map-area iframe {
    height: 250px;
    margin-top: 20px;
  }
  footer .footer-logo a {
    line-height: 0;
  }
  footer .footer-logo a img.main-logo {
    width: 150px;
  }
}

@media only screen and (max-width: 1024px) {
  .common-heading {
    font-size: 27px;
    line-height: 25px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  .common-upper-heading {
    font-size: 20px;
  }
  .common-redirect-banner {
    padding: 70px 0;
  }
  .common-button {
    font-size: 13px;
    padding: 10px 34px;
  }
  .navbar-nav .nav-link {
    font-size: 15px;
  }
  br {
    display: none;
  }
  ::placeholder {
    font-size: 14px;
  }
  .repeated-form textarea.form-control {
    height: 90px;
  }
  .main-logo {
    width: 160px;
  }
  header .top-navbox .coverage a {
    font-size: 12px;
  }
  .get-free-consultation {
    padding: 7px;
  }
  .navbar-nav .nav-item {
    padding: 5px 6px;
  }
  .repeated-carousel .package-card p {
    font-size: 14px;
  }
  .home-slider .carousel-control-prev-icon,
  .home-slider .carousel-control-next-icon {
    height: 30px;
    width: 30px;
    font-size: 18px;
  }
  .home-slider #carouselExampleCaptions img {
    height: 480px;
  }
  .home-slider #carouselExampleCaptions .slider-title {
    font-size: 45px;
    padding: 0 128px;
    margin-bottom: 0;
    line-height: 57px;
    text-transform: capitalize !important;
  }
  .home-slider #carouselExampleCaptions .tour-info {
    display: none;
  }
  .home-slider .carousel-caption {
    text-align: center;
  }
  .home-slider .common-button {
    display: none;
  }
  .our-treatment .treatment-card {
    margin-bottom: 20px;
  }
  .our-treatment .treatment-card .upper img {
    height: 57px;
  }
  .why-us {
    padding: 80px 0;
  }
  .why-us .achievement-card {
    width: 100%;
    margin: auto;
  }
  .why-us .achievement-card .achievement-icon svg:not(:root).svg-inline--fa {
    font-size: 52px;
  }
  .why-us .achievement-card .achievement-icon {
    margin-bottom: 10px;
  }
  .why-us .achievement-card p {
    margin-bottom: 0 !important;
  }
  .about-single img {
    height: 400px;
  }
  .package-slider-wrap .pakage-overlay strong {
    font-size: 25px;
  }
  .best-package .package-card .package-thumb img {
    height: 210px;
  }
  .repeated-carousel .package-card {
    min-height: 420px;
  }
  .repeated-carousel button.owl-prev {
    left: 0;
    height: 30px;
    width: 30px;
    line-height: 30px !important;
    font-size: 18px;
  }
  .repeated-carousel button.owl-next {
    left: 94.1%;
    height: 30px;
    line-height: 30px !important;
    width: 30px;
    font-size: 18px;
  }
  .best-package {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .gmap_canvas iframe {
    height: 445px;
    width: 100%;
    margin-bottom: 20px;
  }
  .repeated-form h2.common-heading {
    padding: 20px 60px 20px 15px;
    font-size: 17px;
  }
  .traveller-say .review-card .reviewer-img img {
    height: 80px;
    width: 80px;
    border: 4px solid rgba(48, 79, 71, 0.1);
  }
  .traveller-say .review-card h3 {
    font-size: 17px;
    margin-top: 25px;
    line-height: 0;
  }
  .traveller-say .review-card p::before {
    display: none;
  }
  .traveller-say .review-card p {
    line-height: 1.5;
  }
  .latest-blog.best-package .package-card .date-box,
  .latest-blog.best-package
    .package-card
    .date-box
    svg:not(:root).svg-inline--fa {
    font-size: 12px;
  }
  .latest-blog.best-package .package-card .date-box {
    padding: 10px 10px;
  }
  .latest-blog.best-package .package-card .package-thumb img {
    height: 160px;
  }
  .latest-blog.best-package .package-card {
    min-height: 420px;
    width: 100%;
    margin: 15px auto 15px auto;
  }
  .our-locations .contact-box {
    margin-top: 15px;
  }
  .our-locations a {
    font-size: 13px;
    line-height: 1.5;
  }
  .location-card {
    padding: 15px 20px;
  }
  .location-card h4 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .location-card .contact-box svg:not(:root).svg-inline--fa {
    font-size: 13px;
  }
  .best-package .package-card .common-button {
    margin-top: 20px;
  }
  .traveller-say .review-card {
    margin: 20px 10px;
  }
  .contact-single .conatct-card {
    flex-direction: column;
  }
  .contact-single .contact-info h5,
  .open-close-hour h5 {
    font-size: 20px;
    margin-top: 15px;
  }
  .open-close-hour h5 {
    margin-top: 0;
  }
  .contact-single .contact-info p,
  .open-close-hour p {
    font-size: 16px;
    line-height: 20px;
  }
  .open-close-hour svg:not(:root).svg-inline--fa {
    font-size: 28px !important;
  }
  .best-package .package-card .package-details {
    padding: 6px 15px;
  }
  .best-package .package-card h3 {
    font-size: 15px;
  }
  .best-package.single-package .travel-tab .nav-link {
    margin-right: 0;
    padding: 4px 6px;
    font-weight: 700;
    font-size: 13px;
  }
  .best-package.single-package .table-list-allow {
    font-size: 14px;
    margin-bottom: 20px !important;
  }
  .best-package.single-package iframe {
    height: 250px;
  }
  .single-package .accordion-button {
    font-size: 14px;
  }
  .single-package .accordion-button::after {
    background-size: 1rem;
  }
  .our-experts .expert-card .guide-info {
    transform: translateY(52%);
  }
  .our-experts .expert-card .guide-links li a {
    margin-right: 2px !important;
  }
  footer a {
    font-size: 13px;
    line-height: 2;
  }
  footer .payment-cards img {
    width: auto;
    height: 30px;
  }
  footer .copyright-box {
    margin-top: 15px !important;
  }
  .map-area iframe {
    height: 250px;
    margin-top: 20px;
  }
  footer .footer-logo a {
    line-height: 0;
  }
  footer .footer-logo a img.main-logo {
    width: 150px;
  }
}

@media (width<1080px) {
  .top-info-wrapper {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .best-package .owl-carousel .owl-nav button {
    background-color: var(--mainDark);
  }

  .contact-single .conatct-card {
    height: fit-content;
  }

  .contact-single .time-wrap {
    display: block;
  }

  .common-heading {
    font-size: 27px;
    line-height: 25px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  .common-upper-heading {
    font-size: 15px;
  }
  .common-button {
    font-size: 13px;
    padding: 10px 34px;
  }
  .navbar-nav .nav-link {
    font-size: 15px;
  }
  br {
    display: none;
  }
  ::placeholder {
    font-size: 14px;
  }
  .repeated-form textarea.form-control {
    height: 90px;
  }
  header .bottom-navbox {
    padding: 0 !important;
  }
  .main-logo {
    width: 190px;
  }

  .navbar-nav .nav-item {
    width: 100%;
    padding: 5px 6px;
  }
  .home-slider .carousel-control-prev-icon,
  .home-slider .carousel-control-next-icon {
    height: 30px;
    width: 30px;
    font-size: 18px;
  }
  .home-slider #carouselExampleCaptions img {
    height: 480px;
  }
  .home-slider #carouselExampleCaptions .slider-title {
    font-size: 40px;
    padding: 0 10px;
    margin-bottom: 0;
    line-height: 35px;
    text-transform: capitalize !important;
  }
  .home-slider #carouselExampleCaptions .tour-info {
    display: none;
  }
  .home-slider .carousel-caption {
    text-align: center;
  }
  .home-slider .common-button {
    display: none;
  }
  .our-treatment .treatment-card {
    margin-bottom: 20px;
  }
  .our-treatment .treatment-card .upper img {
    height: 57px;
  }
  .why-us {
    padding: 80px 0;
  }
  .why-us .achievement-card {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  .why-us .achievement-card .achievement-icon svg:not(:root).svg-inline--fa {
    font-size: 52px;
  }
  .why-us .achievement-card .achievement-icon {
    margin-bottom: 10px;
  }
  .why-us .achievement-card p {
    margin-bottom: 0 !important;
  }

  .overlay-wrap {
    justify-content: center;
  }
  .overlay-wrap h3 {
    margin: 0;
    flex-flow: row;
  }

  .overlay-wrap h3 span {
    margin: 0px 10px;
  }

  .package-slider-wrap {
    margin-bottom: 20px;
    height: fit-content;
  }
  .package-slider-wrap .pakage-overlay strong {
    font-size: 25px;
  }
  .best-package .package-card .package-thumb img {
    height: 210px;
  }
  .repeated-carousel .package-card {
    min-height: 420px;
  }
  .repeated-carousel button.owl-prev {
    left: 0;
    height: 30px;
    width: 30px;
    line-height: 30px !important;
    font-size: 18px;
  }
  .repeated-carousel button.owl-next {
    left: 94.1%;
    height: 30px;
    line-height: 30px !important;
    width: 30px;
    font-size: 18px;
  }
  .best-package {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .gmap_canvas iframe {
    height: 445px;
    width: 100%;
    margin-bottom: 20px;
  }
  .repeated-form h2.common-heading {
    padding: 20px 60px 20px 15px;
    font-size: 17px;
  }
  .traveller-say .review-card .reviewer-img img {
    height: 80px;
    width: 80px;
    border: 4px solid rgba(48, 79, 71, 0.1);
  }
  .traveller-say .review-card h3 {
    font-size: 17px;
    margin-top: 25px;
    line-height: 0;
  }
  .traveller-say .review-card p::before {
    display: none;
  }
  .traveller-say .review-card p {
    line-height: 1.5;
  }
  .latest-blog.best-package .package-card .date-box,
  .latest-blog.best-package
    .package-card
    .date-box
    svg:not(:root).svg-inline--fa {
    font-size: 12px;
  }
  .latest-blog.best-package .package-card .date-box {
    padding: 10px 10px;
  }
  .latest-blog.best-package .package-card .package-thumb img {
    height: 160px;
  }
  .latest-blog.best-package .package-card {
    min-height: 420px;
    width: 100%;
    margin: 15px auto 15px auto;
  }
  .our-locations .contact-box {
    margin-top: 15px;
  }
  .our-locations a {
    font-size: 13px;
    line-height: 1.5;
  }
  .location-card {
    padding: 15px 20px;
  }
  .location-card h4 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .location-card .contact-box svg:not(:root).svg-inline--fa {
    font-size: 13px;
  }
  .best-package .package-card .common-button {
    margin-top: 20px;
  }
  .traveller-say .review-card {
    margin: 20px 10px;
  }
  .common-redirect-banner {
    padding: 70px 0;
  }
  .common-redirect-banner-title {
    font-size: 38px;
    margin-bottom: 0;
  }
  .about-single .upper-image {
    width: 100%;
  }
  .about-single img {
    height: 360px;
  }
  .about-single .about-why .about-why {
    flex-direction: column;
    min-height: 300px;
  }
  .contact-single .conatct-card {
    flex-direction: column;
  }
  .contact-single .contact-info h5,
  .open-close-hour h5 {
    font-size: 20px;
    margin-top: 15px;
  }
  .open-close-hour h5 {
    margin-top: 0;
  }
  .contact-single .contact-info p,
  .open-close-hour p {
    font-size: 16px;
    line-height: 20px;
  }
  .open-close-hour svg:not(:root).svg-inline--fa {
    font-size: 28px !important;
  }
  .best-package .package-card .package-details {
    padding: 6px 15px;
  }
  .best-package .package-card h3 {
    font-size: 15px;
  }
  .our-experts .expert-card .guide-info {
    transform: translateY(52%);
  }
  .call-us-button {
    display: block;
    padding: 2px 20px;
    font-size: 14px;
  }
  .footer-free-consultant {
    display: none;
  }
  a.whatsapp img {
    width: 50px;
  }
  .best-package.single-package .travel-tab .nav-link {
    margin-right: 0;
    padding: 4px 6px;
    font-weight: 700;
    font-size: 13px;
  }
  .best-package.single-package .table-list-allow {
    font-size: 14px;
    margin-bottom: 20px !important;
  }
  .best-package.single-package iframe {
    height: 300px;
  }
  .single-package .accordion-button {
    font-size: 14px;
  }
  .single-package .accordion-button::after {
    background-size: 1rem;
  }
  footer a {
    font-size: 13px;
    line-height: 2;
  }
  footer .payment-cards img {
    width: auto;
    height: 30px;
  }
  footer .copyright-box {
    margin-top: 15px !important;
  }
  .map-area iframe {
    height: 250px;
    margin-top: 20px;
  }
  footer .footer-logo a {
    line-height: 0;
  }
  footer .footer-logo a img.main-logo {
    width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-single .conatct-card .contact-info p {
    font-size: 14px;
  }

  .contact-single .conatct-card::before {
    height: 76px;
    width: 103px;
  }

  .contact-single .contact-icon svg:not(:root).svg-inline--fa {
    font-size: 25px;
  }

  .common-heading {
    font-size: 27px;
    line-height: 25px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    font-size: 20px;
  }
  .common-upper-heading {
    font-size: 15px;
  }
  .common-button {
    font-size: 14px;
    padding: 9px 25px;
  }
  .navbar-nav .nav-link {
    font-size: 15px;
  }
  br {
    display: none;
  }
  ::placeholder {
    font-size: 14px;
  }
  .repeated-form textarea.form-control {
    height: 110px;
  }
  header .bottom-navbox {
    padding: 0 !important;
  }
  .main-logo {
    width: 190px;
  }

  .navbar-nav .nav-item {
    width: 100%;
    padding: 5px 7px;
  }
  .home-slider .carousel-control-prev-icon,
  .home-slider .carousel-control-next-icon {
    height: 30px;
    width: 30px;
    font-size: 18px;
  }
  .home-slider #carouselExampleCaptions img {
    height: 340px;
  }
  .home-slider #carouselExampleCaptions .slider-title {
    font-size: 32px;
    padding: 0 10px;
    margin-bottom: 0;
    line-height: 35px;
    text-transform: capitalize !important;
  }
  .home-slider #carouselExampleCaptions .tour-info {
    display: none;
  }
  .home-slider .carousel-caption {
    text-align: center;
  }
  .home-slider .common-button {
    display: none;
  }
  .our-treatment .treatment-card {
    margin-bottom: 20px;
  }
  .our-treatment .treatment-card .upper img {
    height: 57px;
  }
  .why-us {
    padding: 80px 0;
  }
  .why-us .achievement-card {
    width: 100%;
  }
  .why-us .achievement-card .achievement-icon svg:not(:root).svg-inline--fa {
    font-size: 52px;
  }
  .why-us .achievement-card .achievement-icon {
    margin-bottom: 10px;
  }
  .why-us .achievement-card p {
    margin-bottom: 0 !important;
  }
  .package-slider-wrap .pakage-overlay strong {
    font-size: 25px;
  }
  .best-package .package-card .package-thumb img {
    height: 210px;
  }
  .repeated-carousel .package-card {
    min-height: 420px;
  }
  .repeated-carousel button.owl-prev {
    left: 0;
    height: 30px;
    width: 30px;
    line-height: 30px !important;
    font-size: 18px;
  }
  .repeated-carousel button.owl-next {
    left: 92.1%;
    height: 30px;
    line-height: 30px !important;
    width: 30px;
    font-size: 18px;
  }
  .best-package {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .gmap_canvas iframe {
    height: 320px;
    width: 100%;
    margin-bottom: 20px;
  }
  .repeated-form h2.common-heading {
    padding: 20px 60px 20px 15px;
    font-size: 17px;
  }
  .traveller-say .review-card .reviewer-img img {
    height: 80px;
    width: 80px;
    border: 4px solid rgba(48, 79, 71, 0.1);
  }
  .traveller-say .review-card h3 {
    font-size: 17px;
    margin-top: 25px;
    line-height: 0;
  }
  .traveller-say .review-card p::before {
    display: none;
  }
  .traveller-say .review-card p {
    line-height: 1.5;
  }
  .latest-blog.best-package .package-card .date-box,
  .latest-blog.best-package
    .package-card
    .date-box
    svg:not(:root).svg-inline--fa {
    font-size: 12px;
  }
  .latest-blog.best-package .package-card .date-box {
    padding: 10px 13px;
  }
  .latest-blog.best-package .package-card .package-thumb img {
    height: 220px;
  }
  .latest-blog.best-package .package-card {
    min-height: 420px;
    width: 100%;
    margin: 15px auto 15px auto;
  }
  .our-locations .contact-box {
    margin-top: 15px;
  }
  .our-locations a {
    font-size: 13px;
    line-height: 1.5;
  }
  .location-card {
    padding: 15px 20px;
  }
  .location-card h4 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .location-card .contact-box svg:not(:root).svg-inline--fa {
    font-size: 13px;
  }
  .best-package .package-card .common-button {
    margin-top: 20px;
  }
  .common-redirect-banner {
    padding: 50px 0;
  }
  .common-redirect-banner-title {
    font-size: 34px;
    margin-bottom: 0;
  }
  .about-single .upper-image {
    width: 100%;
  }
  .about-single .upper-image img {
    height: 300px;
  }
  .about-single .about-why .about-why svg:not(:root).svg-inline--fa {
    font-size: 18px;
  }
  .about-single .about-why .about-why {
    min-height: 270px;
  }
  .our-experts button.owl-prev,
  .our-experts button.owl-next {
    height: 22px;
    width: 22px;
    line-height: 20px !important;
  }
  .our-experts button.owl-next {
    left: 12px;
  }
  .our-experts button.owl-prev {
    left: -15px;
  }
  .our-experts button.owl-prev svg:not(:root).svg-inline--fa,
  .our-experts button.owl-next svg:not(:root).svg-inline--fa {
    font-size: 16px;
  }
  .our-experts .expert-card img {
    height: 340px;
  }
  .our-experts .expert-card .guide-info h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .our-experts .expert-card .guide-info p {
    font-size: 13px;
  }
  .our-experts .expert-card .guide-info {
    transform: translateY(53%);
  }
  .our-experts .expert-card .guide-links li a {
    font-size: 12px;
    height: 25px;
    width: 25px;
  }
  .contact-single .conatct-card {
    min-height: auto;
  }
  .contact-single .contact-info h5,
  .open-close-hour h5 {
    font-size: 20px;
  }
  .contact-single .contact-info p,
  .open-close-hour p {
    font-size: 16px;
  }
  .open-close-hour svg:not(:root).svg-inline--fa {
    font-size: 28px !important;
  }
  .best-package .package-card .package-details {
    padding: 6px 15px;
  }
  .best-package .package-card h3 {
    font-size: 15px;
  }
  .call-us-button {
    display: block;
    padding: 2px 20px;
    font-size: 14px;
  }
  .footer-free-consultant {
    display: none;
  }
  a.whatsapp img {
    width: 50px;
  }
  .best-package.single-package .travel-tab .nav-link {
    margin-right: 0;
    padding: 4px 6px;
    font-weight: 700;
    font-size: 11px;
  }
  .best-package.single-package .table-list-allow {
    font-size: 13px;
    margin-bottom: 20px !important;
  }
  .best-package.single-package iframe {
    height: 250px;
  }
  .single-package .accordion-button {
    font-size: 13px;
  }
  .single-package .accordion-button::after {
    background-size: 1rem;
  }
  .navbar .get-free-consultation {
    font-size: 15px;
    padding: 5px 12px;
  }
  footer a {
    font-size: 13px;
    line-height: 2;
  }
  footer .payment-cards img {
    width: auto;
    height: 30px;
  }
  footer .copyright-box {
    margin-top: 15px !important;
  }
  .map-area iframe {
    height: 250px;
    margin-top: 20px;
  }
  footer .footer-logo a {
    line-height: 0;
  }
}

@media only screen and (max-width: 575px) {
  .common-heading {
    font-size: 24px;
    line-height: 25px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .common-upper-heading {
    font-size: 14px;
  }
  .common-button {
    font-size: 14px;
    padding: 12px 32px;
  }
  .navbar-nav .nav-link {
    font-size: 14px;
  }
  br {
    display: none;
  }
  ::placeholder {
    font-size: 13px;
  }
  .repeated-form textarea.form-control {
    height: 100px;
  }
  header .bottom-navbox {
    padding: 0 !important;
  }
  .main-logo {
    width: 160px;
  }

  .navbar-nav .nav-item {
    width: 100%;
    padding: 5px 7px;
  }
  .home-slider .carousel-control-prev-icon,
  .home-slider .carousel-control-next-icon {
    height: 30px;
    width: 30px;
    font-size: 18px;
  }
  .home-slider #carouselExampleCaptions img {
    height: 340px;
  }
  .home-slider #carouselExampleCaptions .slider-title {
    font-size: 27px;
    padding: 0 10px;
    margin-bottom: 0;
    line-height: 35px;
    text-transform: capitalize !important;
  }
  .home-slider #carouselExampleCaptions .tour-info {
    display: none;
  }
  .home-slider .carousel-caption {
    text-align: center;
  }
  .home-slider .common-button {
    display: none;
  }
  .our-treatment .treatment-card {
    margin-bottom: 20px;
  }
  .our-treatment .treatment-card .upper img {
    height: 57px;
  }
  .why-us {
    padding: 80px 0;
  }
  .why-us .achievement-card {
    width: 75%;
  }
  .why-us .achievement-card .achievement-icon svg:not(:root).svg-inline--fa {
    font-size: 52px;
  }
  .why-us .achievement-card .achievement-icon {
    margin-bottom: 10px;
  }
  .why-us .achievement-card p {
    margin-bottom: 0 !important;
  }
  .package-slider-wrap .pakage-overlay strong {
    font-size: 25px;
  }
  .best-package .package-card .package-thumb img {
    height: 210px;
  }
  .repeated-carousel .package-card {
    min-height: 420px;
  }
  .repeated-carousel button.owl-prev {
    left: 0;
    height: 30px;
    width: 30px;
    line-height: 30px !important;
    font-size: 18px;
  }
  .repeated-carousel button.owl-next {
    left: 92.1%;
    height: 30px;
    line-height: 30px !important;
    width: 30px;
    font-size: 18px;
  }
  .best-package {
    padding-bottom: 0;
    padding-top: 80px;
  }
  .gmap_canvas iframe {
    height: 320px;
    width: 100%;
    margin-bottom: 20px;
  }
  .repeated-form h2.common-heading {
    padding: 20px 60px 20px 15px;
    font-size: 17px;
  }
  .traveller-say .review-card .reviewer-img img {
    height: 80px;
    width: 80px;
    border: 4px solid rgba(48, 79, 71, 0.1);
  }
  .traveller-say .review-card h3 {
    font-size: 17px;
    margin-top: 25px;
    line-height: 0;
  }
  .traveller-say .review-card p::before {
    display: none;
  }
  .traveller-say .review-card p {
    line-height: 1.5;
  }
  .latest-blog.best-package .package-card .date-box,
  .latest-blog.best-package
    .package-card
    .date-box
    svg:not(:root).svg-inline--fa {
    font-size: 12px;
  }
  .latest-blog.best-package .package-card .date-box {
    padding: 10px 13px;
  }
  .latest-blog.best-package .package-card .package-thumb img {
    height: 180px;
  }
  .latest-blog.best-package .package-card {
    min-height: 420px;
    width: 75%;
    margin: 15px auto 15px auto;
  }
  .our-locations .contact-box {
    margin-top: 15px;
  }
  .our-locations a {
    font-size: 13px;
    line-height: 1.5;
  }
  .location-card {
    padding: 15px 20px;
  }
  .location-card h4 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .location-card .contact-box svg:not(:root).svg-inline--fa {
    font-size: 13px;
  }
  .best-package .package-card .common-button {
    margin-top: 20px;
  }
  .common-redirect-banner {
    padding: 40px 0;
  }
  .common-redirect-banner-title {
    font-size: 30px;
    margin-bottom: 0;
  }
  .about-single .upper-image {
    width: 100%;
  }
  .about-single .upper-image img {
    height: 300px;
  }
  .about-single .about-why .about-why svg:not(:root).svg-inline--fa {
    font-size: 18px;
  }
  .about-single .about-why .about-why {
    min-height: 170px;
    flex-direction: column;
  }
  .our-experts button.owl-prev,
  .our-experts button.owl-next {
    height: 22px;
    width: 22px;
    line-height: 20px !important;
  }
  .our-experts button.owl-next {
    left: 12px;
  }
  .our-experts button.owl-prev {
    left: -15px;
  }
  .our-experts button.owl-prev svg:not(:root).svg-inline--fa,
  .our-experts button.owl-next svg:not(:root).svg-inline--fa {
    font-size: 16px;
  }
  .our-experts .expert-card img {
    height: 390px;
  }
  .our-experts .expert-card .guide-info h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .our-experts .expert-card .guide-info p {
    font-size: 13px;
  }
  .our-experts .expert-card .guide-info {
    transform: translateY(54%);
  }
  .our-experts .expert-card .guide-links li a {
    font-size: 13px;
    height: 30px;
    width: 30px;
  }
  .contact-single .conatct-card {
    min-height: auto;
  }
  .contact-single .contact-info h5,
  .open-close-hour h5 {
    font-size: 20px;
  }
  .open-close-hour svg:not(:root).svg-inline--fa {
    font-size: 25px !important;
  }
  .contact-single .contact-info p,
  .open-close-hour p {
    font-size: 15px;
    line-height: 20px;
  }
  .best-package .package-card {
    width: 60%;
    margin: 20px auto 20px auto;
  }
  .best-package .package-card .package-details {
    padding: 6px 15px;
  }
  .best-package .package-card h3 {
    font-size: 15px;
  }
  .call-us-button {
    display: block;
    padding: 1px 12px;
    font-size: 12px;
  }
  .footer-free-consultant {
    display: none;
  }
  a.whatsapp img {
    width: 40px;
  }
  .best-package.single-package .travel-tab .nav-link {
    margin-right: 0;
    padding: 4px 6px;
    font-weight: 700;
    font-size: 11px;
  }
  .best-package.single-package .table-list-allow {
    font-size: 13px;
    margin-bottom: 20px !important;
  }
  .best-package.single-package iframe {
    height: 250px;
  }
  .single-package .accordion-button {
    font-size: 13px;
  }
  .single-package .accordion-button::after {
    background-size: 1rem;
  }
  .navbar .get-free-consultation {
    font-size: 14px;
    padding: 4px 12px;
  }
  footer a {
    font-size: 13px;
    line-height: 2;
  }
  footer .payment-cards img {
    width: auto;
    height: 30px;
  }
  footer .copyright-box {
    margin-top: 15px !important;
  }
  .map-area iframe {
    height: 250px;
    margin-top: 20px;
  }
  footer .footer-logo a {
    line-height: 0;
  }
}

/* media query for 480px */

@media only screen and (max-width: 480px) {
  footer .social-icons a {
    height: 40px;
    width: 40px;
  }

  .about-banner.dark .treatment-card .bottom h3 {
    font-size: 22px;
  }

  .common-heading {
    font-size: 20px;
    line-height: 25px;
  }
  .section-padding {
    padding: 50px 0;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  .common-upper-heading {
    font-size: 17px;
  }
  .common-redirect-banner {
    padding: 40px 0;
  }
  .common-redirect-banner-title {
    font-size: 30px;
    margin-bottom: 0;
  }
  .common-button {
    font-size: 13px;
    padding: 10px 30px;
  }
  .navbar-nav .nav-link {
    font-size: 13px;
  }
  br {
    display: none;
  }
  ::placeholder {
    font-size: 12px;
  }
  .repeated-form textarea.form-control {
    height: 100px;
  }
  header .bottom-navbox {
    padding: 0 !important;
  }
  .main-logo {
    width: 160px;
  }

  .navbar-nav .nav-item {
    width: 100%;
    padding: 4px 7px;
  }
  .home-slider .carousel-control-prev-icon,
  .home-slider .carousel-control-next-icon {
    height: 30px;
    width: 30px;
    font-size: 18px;
  }
  .home-slider #carouselExampleCaptions img {
    height: 340px;
  }
  .home-slider #carouselExampleCaptions .slider-title {
    font-size: 25px;
    padding: 0 10px;
    margin-bottom: 0;
    line-height: 35px;
    text-transform: capitalize !important;
  }
  .home-slider #carouselExampleCaptions .tour-info {
    display: none;
  }
  .home-slider .carousel-caption {
    text-align: center;
  }
  .home-slider .common-button {
    display: none;
  }
  .our-treatment .treatment-card {
    margin-bottom: 20px;
  }
  .our-treatment .treatment-card .upper img {
    height: 57px;
  }
  .why-us {
    padding: 50px 0;
  }
  .why-us .achievement-card {
    width: 85%;
  }
  .why-us .achievement-card .achievement-icon svg:not(:root).svg-inline--fa {
    font-size: 52px;
  }
  .why-us .achievement-card .achievement-icon {
    margin-bottom: 10px;
  }
  .why-us .achievement-card p {
    margin-bottom: 0 !important;
  }
  .package-slider-wrap .pakage-overlay strong {
    font-size: 25px;
  }
  .best-package .package-card .package-thumb img {
    height: 210px;
  }
  .repeated-carousel .package-card {
    min-height: 440px;
  }
  .repeated-carousel button.owl-prev {
    left: 0;
    height: 30px;
    width: 30px;
    line-height: 30px !important;
    font-size: 18px;
  }
  .repeated-carousel button.owl-next {
    left: 88.1%;
    height: 30px;
    line-height: 30px !important;
    width: 30px;
    font-size: 18px;
  }
  .best-package {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .gmap_canvas iframe {
    height: 320px;
    width: 100%;
    margin-bottom: 20px;
  }
  .repeated-form h2.common-heading {
    padding: 20px 60px 20px 15px;
    font-size: 17px;
  }
  .traveller-say .review-card .reviewer-img img {
    height: 85px;
    width: 85px;
    border: 5px solid rgba(48, 79, 71, 0.1);
  }
  .traveller-say .review-card h3 {
    font-size: 17px;
    margin-top: 25px;
    line-height: 0;
  }
  .traveller-say .review-card p::before {
    display: none;
  }
  .traveller-say .review-card p {
    line-height: 1.5;
  }
  .latest-blog.best-package .package-card .date-box,
  .latest-blog.best-package
    .package-card
    .date-box
    svg:not(:root).svg-inline--fa {
    font-size: 12px;
  }
  .latest-blog.best-package .package-card .date-box {
    padding: 10px 13px;
  }
  .latest-blog.best-package .package-card .package-thumb img {
    height: 180px;
  }
  .latest-blog.best-package .package-card {
    min-height: 405px;
    width: 80%;
    margin: 15px auto 15px auto;
  }
  .our-locations .contact-box {
    margin-top: 15px;
  }
  .our-locations a {
    font-size: 13px;
    line-height: 1.5;
  }
  .location-card {
    padding: 15px 20px;
  }
  .location-card h4 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .location-card .contact-box svg:not(:root).svg-inline--fa {
    font-size: 13px;
  }
  .traveller-say .review-card {
    margin: 20px 10px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .best-package .package-card .common-button {
    margin-top: 20px;
  }
  .about-single .upper-image {
    width: 100%;
  }
  .about-single .upper-image img {
    height: 230px;
  }
  .about-single .about-why .about-why svg:not(:root).svg-inline--fa {
    font-size: 18px;
  }
  .about-single .about-why .about-why {
    min-height: 220px;
    flex-direction: column;
  }
  .our-experts button.owl-prev,
  .our-experts button.owl-next {
    height: 22px;
    width: 22px;
    line-height: 20px !important;
  }
  .our-experts button.owl-next {
    left: 12px;
  }
  .our-experts button.owl-prev {
    left: -15px;
  }
  .our-experts button.owl-prev svg:not(:root).svg-inline--fa,
  .our-experts button.owl-next svg:not(:root).svg-inline--fa {
    font-size: 16px;
  }
  .our-experts .expert-card img {
    height: 330px;
  }
  .our-experts .expert-card .guide-info h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .our-experts .expert-card .guide-info p {
    font-size: 13px;
  }
  .our-experts .expert-card .guide-info {
    transform: translateY(56%);
  }
  .our-experts .expert-card .guide-links li a {
    font-size: 13px;
    height: 30px;
    width: 30px;
  }
  .contact-single .conatct-card {
    min-height: auto;
  }
  .contact-single .contact-info h5,
  .open-close-hour h5 {
    font-size: 20px;
  }
  .open-close-hour svg:not(:root).svg-inline--fa {
    font-size: 25px !important;
  }
  .contact-single .contact-info p,
  .open-close-hour p {
    font-size: 15px;
    line-height: 20px;
  }
  .best-package .package-card .package-details {
    padding: 16px 15px;
  }
  .best-package .package-card h3 {
    font-size: 15px;
  }
  .best-package .package-card {
    width: 100%;
    margin: 20px auto 20px auto;
  }
  .call-us-button {
    display: block;
    padding: 1px 12px;
    font-size: 12px;
  }
  .footer-free-consultant {
    display: none;
  }
  a.whatsapp img {
    width: 40px;
  }
  .best-package.single-package .package-pic img {
    height: 150px;
  }
  .best-package.single-package .travel-tab .nav-link {
    margin-right: 0;
    padding: 4px 6px;
    font-weight: 700;
    font-size: 11px;
  }
  .best-package.single-package .table-list-allow {
    font-size: 13px;
    margin-bottom: 20px !important;
  }
  .best-package.single-package iframe {
    height: 250px;
  }
  .single-package .accordion-button {
    font-size: 13px;
  }
  .single-package .accordion-button::after {
    background-size: 1rem;
  }
  .navbar .get-free-consultation {
    font-size: 13px;
    padding: 4px 12px;
  }
  footer a {
    font-size: 13px;
    line-height: 2;
  }
  footer .payment-cards img {
    width: auto;
    height: 30px;
  }
  footer .copyright-box {
    margin-top: 15px !important;
  }
  .map-area iframe {
    height: 230px;
    margin-top: 20px;
  }
  footer .footer-logo a {
    line-height: 0;
  }
}

@media only screen and (max-width: 320px) {
  .common-heading {
    font-size: 20px;
    line-height: 25px;
  }
  .common-redirect-banner {
    padding: 40px 0;
  }
  .common-redirect-banner-title {
    font-size: 24px;
    margin-bottom: 0;
  }
  h2 {
    font-size: 19px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 15px;
  }
  .common-upper-heading {
    font-size: 12px;
  }
  .common-button {
    font-size: 13px;
    padding: 10px 30px;
  }
  br {
    display: none;
  }
  ::placeholder {
    font-size: 12px;
  }
  .repeated-form textarea.form-control {
    height: 100px;
  }
  header .bottom-navbox {
    padding: 0 !important;
  }
  .main-logo {
    width: 160px;
  }

  .navbar-nav .nav-item {
    width: 100%;
    padding: 3px 7px;
  }
  .home-slider .carousel-control-prev-icon,
  .home-slider .carousel-control-next-icon {
    height: 30px;
    width: 30px;
    font-size: 18px;
  }
  .home-slider #carouselExampleCaptions img {
    height: 340px;
  }
  .home-slider #carouselExampleCaptions .slider-title {
    font-size: 23px;
    padding: 0 10px;
    margin-bottom: 0;
    line-height: 35px;
    text-transform: capitalize !important;
  }
  .home-slider #carouselExampleCaptions .tour-info {
    display: none;
  }
  .home-slider .carousel-caption {
    text-align: center;
  }
  .home-slider .common-button {
    display: none;
  }
  .our-treatment .treatment-card {
    margin-bottom: 20px;
  }
  .our-treatment .treatment-card .upper img {
    height: 57px;
  }
  .why-us {
    padding: 80px 0;
  }
  .why-us .achievement-card .achievement-icon svg:not(:root).svg-inline--fa {
    font-size: 40px;
  }
  .why-us .achievement-card {
    width: 85%;
  }
  .why-us .achievement-card .achievement-icon {
    margin-bottom: 10px;
  }
  .why-us .achievement-card p {
    margin-bottom: 0 !important;
  }
  .package-slider-wrap .pakage-overlay strong {
    font-size: 25px;
  }
  .best-package .package-card .package-thumb img {
    height: 210px;
  }
  .repeated-carousel .package-card {
    min-height: 440px;
  }
  .repeated-carousel button.owl-prev {
    left: 0;
    height: 30px;
    width: 30px;
    line-height: 30px !important;
    font-size: 18px;
  }
  .repeated-carousel button.owl-next {
    left: 83.1%;
    height: 30px;
    line-height: 30px !important;
    width: 30px;
    font-size: 18px;
  }
  .best-package {
    padding-bottom: 0;
  }
  .gmap_canvas iframe {
    height: 280px;
    width: 100%;
    margin-bottom: 20px;
  }
  .repeated-form h2.common-heading {
    padding: 20px 60px 20px 15px;
    font-size: 17px;
  }
  .traveller-say .review-card .reviewer-img img {
    height: 85px;
    width: 85px;
    border: 5px solid rgba(48, 79, 71, 0.1);
  }
  .traveller-say .review-card h3 {
    font-size: 17px;
    margin-top: 25px;
    line-height: 0;
  }
  .traveller-say .review-card p::before {
    display: none;
  }
  .traveller-say .review-card p {
    line-height: 1.5;
  }
  .latest-blog.best-package .package-card .date-box,
  .latest-blog.best-package
    .package-card
    .date-box
    svg:not(:root).svg-inline--fa {
    font-size: 12px;
  }
  .latest-blog.best-package .package-card .date-box {
    padding: 10px 13px;
  }
  .latest-blog.best-package .package-card .package-thumb img {
    height: 180px;
  }
  .latest-blog.best-package .package-card {
    min-height: 440px;
    width: 100%;
    margin: 15px auto 15px auto;
  }
  .our-locations .contact-box {
    margin-top: 15px;
  }
  .our-locations a {
    font-size: 13px;
    line-height: 1.5;
  }
  .location-card {
    padding: 15px 20px;
  }
  .location-card h4 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .location-card .contact-box svg:not(:root).svg-inline--fa {
    font-size: 13px;
  }
  .best-package .package-card .common-button {
    margin-top: 20px;
  }
  .about-single .upper-image {
    width: 100%;
  }
  .about-single .upper-image img {
    height: 230px;
  }
  .about-single .about-why .about-why svg:not(:root).svg-inline--fa {
    font-size: 18px;
  }
  .about-single .about-why .about-why {
    min-height: 220px;
    flex-direction: column;
  }
  .our-experts button.owl-prev,
  .our-experts button.owl-next {
    height: 22px;
    width: 22px;
    line-height: 20px !important;
  }
  .our-experts button.owl-next {
    left: 12px;
  }
  .our-experts button.owl-prev {
    left: -15px;
  }
  .our-experts button.owl-prev svg:not(:root).svg-inline--fa,
  .our-experts button.owl-next svg:not(:root).svg-inline--fa {
    font-size: 16px;
  }
  .our-experts .expert-card img {
    height: 390px;
  }
  .our-experts .expert-card .guide-info h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .our-experts .expert-card .guide-info p {
    font-size: 13px;
  }
  .our-experts .expert-card .guide-info {
    transform: translateY(54%);
  }
  .our-experts .expert-card .guide-links li a {
    font-size: 13px;
    height: 30px;
    width: 30px;
  }
  .contact-single .conatct-card {
    min-height: auto;
  }
  .contact-single .contact-info h5,
  .open-close-hour h5 {
    font-size: 20px;
  }
  .open-close-hour svg:not(:root).svg-inline--fa {
    font-size: 25px !important;
  }
  .contact-single .contact-info p,
  .open-close-hour p {
    font-size: 15px;
    line-height: 20px;
  }
  .best-package .package-card .package-details {
    padding: 6px 15px;
  }
  .best-package .package-card h3 {
    font-size: 15px;
  }
  .best-package .package-card {
    width: 100%;
    margin: 20px auto 20px auto;
  }
  .call-us-button {
    display: block;
    padding: 1px 12px;
    font-size: 12px;
  }
  .footer-free-consultant {
    display: none;
  }
  a.whatsapp img {
    width: 40px;
  }
  .best-package.single-package .package-pic img {
    height: 150px;
  }
  .best-package.single-package .travel-tab .nav-link {
    margin-right: 0;
    padding: 4px 6px;
    font-weight: 700;
    font-size: 11px;
  }
  .best-package.single-package .table-list-allow {
    font-size: 13px;
    margin-bottom: 20px !important;
  }
  .best-package.single-package iframe {
    height: 250px;
  }
  .single-package .accordion-button {
    font-size: 13px;
  }
  .single-package .accordion-button::after {
    background-size: 1rem;
  }
  .navbar .get-free-consultation {
    font-size: 13px;
    padding: 4px 12px;
  }
  footer a {
    font-size: 13px;
    line-height: 2;
  }
  footer .payment-cards img {
    width: auto;
    height: 30px;
  }
  footer .copyright-box {
    margin-top: 15px !important;
  }
  footer .footer-logo a {
    line-height: 0;
  }
  .map-area iframe {
    height: 230px;
    margin-top: 20px;
  }
}

.founder {
  display: flex;
  justify-content: center;
  height: 100%;
}

.doc-img {
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
